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

.tooltipster-fall,
.tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position: absolute
}

.tooltipster-box {
    flex: 1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    border-color: #000
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}

.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    -ms-transition-property: opacity;
    transition-property: opacity
}

.tooltipster-fade.tooltipster-show {
    opacity: 1
}

.tooltipster-grow {
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-backface-visibility: hidden
}

.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -o-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -moz-transform: rotateZ(0);
    -o-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 1);
    -webkit-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -moz-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -ms-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    -o-transition-timing-function: cubic-bezier(.23, .635, .495, 2.4);
    transition-timing-function: cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    -webkit-transition-property: top;
    -moz-transition-property: top;
    -o-transition-property: top;
    -ms-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}

.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}

.tooltipster-slide {
    -webkit-transition-property: left;
    -moz-transition-property: left;
    -o-transition-property: left;
    -ms-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    transition-timing-function: cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}

.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    -ms-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}

@keyframes tooltipster-fading {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.tooltipster-update-fade {
    animation: tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform: rotate(-2deg)
    }

    75% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.tooltipster-update-rotate {
    animation: tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}

.tooltipster-update-scale {
    animation: tooltipster-scaling .6s
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: -2px;
    width: 20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: -2px;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: -2px;
    top: 0;
    width: 10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: -2px;
    height: 10px;
    margin-left: -9px;
    width: 20px
}

.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    left: 0;
    top: 3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    left: -3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    left: 3px;
    top: 0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    left: 0;
    top: -3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

/*!elementor - v3.10.0 - 09-01-2023*/
.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    align-items: flex-end
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 30px
}

@media(min-width:-1px) {
    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media(min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media(min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media(min-width:1025px) and (max-width:-1px) {

    .elementor-reverse-laptop>.elementor-container>.elementor-row>:first-child,
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>.elementor-row>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media(min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media(min-width:768px) and (max-width:-1px) {

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child,
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }
}

@media(max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

/*!elementor - v3.10.0 - 09-01-2023*/
@charset "UTF-8";

.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: 0 0;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-top: 15px;
    right: 15px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

#elementor-change-exit-preference-dialog .dialog-message a {
    cursor: pointer
}

#elementor-change-exit-preference-dialog .dialog-message>div {
    margin-bottom: 10px
}

#elementor-change-exit-preference-dialog .dialog-ok {
    color: #39b54a
}

#e-experiments-dependency-dialog .dialog-confirm-header {
    font-weight: 600
}

#e-experiments-dependency-dialog .dialog-ok,
#e-kit-elements-defaults-create-dialog .dialog-ok {
    color: #39b54a
}

#e-kit-elements-defaults-create-dialog label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media(min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px)
    }
}

@media(max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: sticky;
        height: 100vh
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media(max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media(min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper {
    background-color: #fff;
    border: none;
    display: none;
    justify-content: flex-end;
    padding: 5px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow-y: scroll;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: flex;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__items-area {
    display: flex;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 47px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    flex-grow: 1;
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section+.elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: #fff;
    font-size: 1em
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-ok {
    color: #39b54a
}

#e-enable-unfiltered-files-dialog-import-template .dialog-confirm-cancel {
    color: #b01b1b
}

.elementor {
    -webkit-hyphens: manual;
    hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media(max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media(max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media(min-width:-1px) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media(max-width:-1px) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media(max-width:-1px) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media(max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media(max-width:-1px) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media(max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media(max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media(min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media(max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media(min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media(max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media(max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media(min-width:-1px) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media(min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media(min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media(min-width:1025px) and (max-width:-1px) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media(min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media(min-width:768px) and (max-width:-1px) {

    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media(max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media(min-width:-1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media(max-width:-1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media(max-width:-1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media(max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media(max-width:-1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media(max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media(min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media(min-width:-1px) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media(max-width:-1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media(max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media(max-width:-1px) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media(max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --display: flex;
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    --content-width: Min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0;
    --margin-right: 0;
    --margin-bottom: 0;
    --margin-left: 0;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    position: var(--position);
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    margin: var(--margin-top) var(--margin-right) var(--margin-bottom) var(--margin-left);
    padding-left: var(--padding-left);
    padding-right: var(--padding-right);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s)
}

.e-con-full,
.e-con>.e-con-inner {
    flex-direction: var(--flex-direction);
    text-align: var(--text-align);
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con-boxed {
    flex-direction: column;
    text-align: initial;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
    gap: initial
}

.e-con>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline: 0;
    height: 100%;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-right: auto;
    --margin-left: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-bottom: 0
}

.e-con:before,
.e-con>.e-con-inner>.elementor-background-slideshow:before,
.e-con>.e-con-inner>.elementor-background-video-container:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-background-video-container:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.e-con-inner>.elementor-background-video-container:before,
.e-con>.elementor-background-video-container:before {
    z-index: 1
}

.e-con>.e-con-inner>.elementor-background-slideshow:before,
.e-con>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media(max-width:767px) {
    .e-con {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    touch-action: pan-y
}

.swiper-wp8-vertical {
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    left: 10px;
    right: auto
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonLz48L3N2Zz4=)
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    right: 10px;
    left: auto
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonLz48L3N2Zz4=)
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 30px/2)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-container-cube .elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-size: 100%;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nIzZjNmM2Yycgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=) no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=)
}

@keyframes swiper-preloader-spin {
    to {
        transform: rotate(1turn)
    }
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: 0 0;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media(max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-video-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media(min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media(max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0
}

@media(max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-right: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #2c2c2c
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: left;
    color: #55595c;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-right: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #a4afb7
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #a4afb7
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media(prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media(max-width:1024px) {

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:767px) {

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media(max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media(min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media(min-width:-1px) and (max-width:-1px) {

    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media(min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media(min-width:-1px) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, left)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-overflow-x: hidden;
    --n-tabs-overflow-y: auto;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-height: initial;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d4d4d4;
    --n-tabs-content-padding: initial;
    --n-tabs-content-border-radius: initial;
    --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f3f5;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    max-width: 100%
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: left;
    height: var(--n-tabs-height);
    overflow-x: var(--n-tabs-overflow-x);
    overflow-y: var(--n-tabs-overflow-y)
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content {
    flex-grow: 1;
    padding: var(--n-tabs-content-padding);
    border-radius: var(--n-tabs-content-border-radius)
}

.elementor-widget-n-tabs .e-n-tab-title {
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    padding: var(--n-tabs-title-padding-top) var(--n-tabs-title-padding-right) var(--n-tabs-title-padding-bottom) var(--n-tabs-title-padding-left);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active),
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active) .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover,
.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title:not(.e-active):hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active,
.elementor-widget-n-tabs .e-n-tab-title.e-active a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title.e-active .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title.e-active[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs .e-con,
.elementor-widget-n-tabs .e-n-tabs-content {
    border-width: 1px;
    border: var(--n-tabs-border-width) var(--n-tabs-border-color)
}

.elementor-widget-n-tabs .e-con .e-collapse:not(:first-child),
.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
    margin-top: var(--n-tabs-title-gap)
}

.elementor-widget-n-tabs .e-con .e-collapse.e-active,
.elementor-widget-n-tabs .e-n-tabs-content .e-collapse.e-active {
    margin-bottom: var(--n-tabs-gap)
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title):hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

:is(.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title, .elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content .e-n-tab-title).e-active {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media(min-width:768px) {
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media(max-width:767px) {
    .e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media(min-width:-1px) {
    .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media(max-width:-1px) {
    .e-n-tabs-mobile_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media(min-width:1025px) {
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media(max-width:1024px) {
    .e-n-tabs-tablet>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media(min-width:-1px) {
    .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media(max-width:-1px) {
    .e-n-tabs-tablet_extra>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

@media(min-width:1025px) {
    .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-content>.e-collapse {
        display: none
    }
}

@media(max-width:-1px) {
    .e-n-tabs-laptop>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
        display: none
    }
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 1em;
    height: 1em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media(max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.e-con-inner>.elementor-widget-accordion,
.e-con>.elementor-widget-accordion {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: var(--dismiss-icon-horizontal-position, 10px);
    top: var(--dismiss-icon-vertical-position, 10px);
    padding: 3px;
    font-size: var(--dismiss-icon-size, 20px);
    line-height: 1;
    background: 0 0;
    color: var(--dismiss-icon-normal-color, inherit);
    border: none;
    cursor: pointer;
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss:hover {
    color: var(--dismiss-icon-hover-color, inherit)
}

.elementor-alert button.elementor-alert-dismiss svg {
    width: var(--dismiss-icon-size, 20px);
    height: var(--dismiss-icon-size, 20px);
    fill: var(--dismiss-icon-normal-color, currentColor);
    transition-duration: var(--dismiss-icon-hover-transition-duration, .3s)
}

.elementor-alert button.elementor-alert-dismiss svg:hover {
    fill: var(--dismiss-icon-hover-color, currentColor)
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media(max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-counter .elementor-counter-number-wrapper {
    display: flex;
    font-size: 69px;
    font-weight: 600;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-color: #2c2c2c;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider .elementor-divider {
    display: flex
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1;
    max-width: 95%
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    flex-grow: 0;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,
.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator {
    width: 100%;
    min-height: var(--divider-pattern-height);
    -webkit-mask-size: var(--divider-pattern-size) 100%;
    mask-size: var(--divider-pattern-size) 100%;
    -webkit-mask-repeat: var(--divider-pattern-repeat);
    mask-repeat: var(--divider-pattern-repeat);
    background-color: var(--divider-color);
    -webkit-mask-image: var(--divider-pattern-url);
    mask-image: var(--divider-pattern-url)
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.e-con-inner>.elementor-widget-divider,
.e-con>.elementor-widget-divider {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

@media(min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media(min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media(max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: block;
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:768px) {
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: flex
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: right;
    flex-direction: row-reverse
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: left;
    flex-direction: row
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:-1px) {

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:-1px) {

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:-1px) {

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:1024px) {

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:-1px) {

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:767px) {

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset
    }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: flex;
    align-items: center;
    font-size: inherit
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    display: flex
}

.elementor-widget .elementor-icon-list-icon svg {
    width: var(--e-icon-list-icon-size, 1em);
    height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em;
    font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
    margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
    width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media(min-width:-1px) {

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media(max-width:-1px) {

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media(max-width:-1px) {

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media(max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media(max-width:-1px) {

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media(max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        justify-content: flex-end
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image a {
    display: inline-block
}

.elementor-widget-image a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media(min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        align-items: flex-end
    }
}

@media(max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-carousel-wrapper:not(.swiper-container-initialized) .swiper-slide {
    max-width: calc(100%/var(--e-image-carousel-slides-to-show, 3))
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    border-radius: 2px
}

.elementor-progress-bar {
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media(max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.e-con-inner .elementor-progress-wrapper,
.e-con .elementor-progress-wrapper {
    height: auto
}

.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,
.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container {
    line-height: 1;
    font-size: 0
}

.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid {
    display: inline-grid
}

.elementor-widget-social-icons .elementor-grid {
    grid-column-gap: var(--grid-column-gap, 5px);
    grid-row-gap: var(--grid-row-gap, 5px);
    grid-template-columns: var(--grid-template-columns);
    justify-content: var(--justify-content, center);
    justify-items: var(--justify-content, center)
}

.elementor-icon.elementor-social-icon {
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)))
}

.elementor-social-icon {
    --e-social-icon-icon-color: #fff;
    display: inline-flex;
    background-color: #818a91;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer
}

.elementor-social-icon i {
    color: var(--e-social-icon-icon-color)
}

.elementor-social-icon svg {
    fill: var(--e-social-icon-icon-color)
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    border-radius: 50%
}

.elementor-column .elementor-spacer-inner {
    height: var(--spacer-size)
}

.e-con {
    --container-widget-width: 100%
}

.e-con-inner>.elementor-widget-spacer,
.e-con>.elementor-widget-spacer {
    width: var(--container-widget-width, var(--spacer-size));
    --align-self: var(--container-widget-align-self, initial);
    --flex-shrink: 0
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container,
.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer,
.e-con>.elementor-widget-spacer>.elementor-widget-container,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer {
    height: 100%
}

.e-con-inner>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner,
.e-con>.elementor-widget-spacer>.elementor-widget-container>.elementor-spacer>.elementor-spacer-inner {
    height: var(--container-widget-height, var(--spacer-size))
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: flex;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media(max-width:1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media(max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "★"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: var(--focus-outline, none)
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-desktop-title:focus-visible {
    border: 1px solid #000
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media(max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media(min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
        flex-direction: column
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper,
    .elementor-widget-tabs.elementor-tabs-alignment-stretch .elementor-tabs-wrapper {
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-alignment-center .elementor-tabs-wrapper {
        justify-content: center
    }

    .elementor-widget-tabs.elementor-tabs-alignment-end .elementor-tabs-wrapper {
        justify-content: flex-end
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-horizontal .elementor-tab-title {
        width: 100%
    }

    .elementor-widget-tabs.elementor-tabs-alignment-stretch.elementor-tabs-view-vertical .elementor-tab-title {
        height: 100%
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon svg {
    -webkit-margin-start: -5px;
    margin-inline-start: -5px;
    width: 1em;
    height: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media(max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.e-con-inner>.elementor-widget-toggle,
.e-con>.elementor-widget-toggle {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .e-hosted-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.e-con-inner>.elementor-widget-video,
.e-con>.elementor-widget-video {
    width: var(--container-widget-width);
    --flex-grow: var(--container-widget-flex-grow)
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.contactform-content,
.mailchimp-content {
    position: relative;
    width: auto;
    margin: 20px auto
}

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

@charset "UTF-8";

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-audio audio {
    width: 100%;
    min-width: 300px
}

.wp-block-button__link {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    box-shadow: none;
    text-decoration: none;
    border-radius: 9999px;
    padding: calc(.667em + 2px) calc(1.333em + 2px)
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

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

.wp-block-button.is-style-outline>.wp-block-button__link,
.wp-block-button .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor
}

.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background),
.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
    background-image: none
}

.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-buttons[style*=text-decoration] .wp-block-button,
.wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.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 {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code {
    box-sizing: border-box
}

.wp-block-code code {
    display: block;
    font-family: inherit;
    overflow-wrap: break-word;
    white-space: pre-wrap
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap !important;
    align-items: normal !important
}

@media(min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media(max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important
    }
}

@media(min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis] {
        flex-grow: 0
    }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis] {
    flex-grow: 0
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

.wp-block-column.is-vertically-aligned-top {
    align-self: flex-start
}

.wp-block-column.is-vertically-aligned-center {
    align-self: center
}

.wp-block-column.is-vertically-aligned-bottom {
    align-self: flex-end
}

.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    content: "";
    display: table;
    clear: both
}

.wp-block-post-comments .commentlist {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .commentlist .comment {
    min-height: 2.25em;
    padding-left: 3.25em
}

.wp-block-post-comments .commentlist .comment p {
    font-size: 1em;
    line-height: 1.8;
    margin: 1em 0
}

.wp-block-post-comments .commentlist .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.wp-block-post-comments .comment-author {
    line-height: 1.5
}

.wp-block-post-comments .comment-author .avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-top: .5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-post-comments .comment-author cite {
    font-style: normal
}

.wp-block-post-comments .comment-meta {
    font-size: .875em;
    line-height: 1.5
}

.wp-block-post-comments .comment-meta b {
    font-weight: 400
}

.wp-block-post-comments .comment-meta .comment-awaiting-moderation {
    margin-top: 1em;
    margin-bottom: 1em;
    display: block
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .875em
}

.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-comments .reply {
    font-size: .875em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input:not([type=submit]),
.wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments textarea {
    padding: calc(.667em + 2px)
}

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em
}

.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,
.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child {
    margin-right: 0
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block
}

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding-left: 2rem
}

.wp-block-comment-template.alignleft {
    float: left
}

.wp-block-comment-template.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-comment-template.alignright {
    float: right
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-position: 50%;
    min-height: 430px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]),
.wp-block-cover-image .has-background-dim:not([class*=-background-color]),
.wp-block-cover.has-background-dim:not([class*=-background-color]),
.wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000
}

.wp-block-cover-image .has-background-dim.has-background-gradient,
.wp-block-cover .has-background-dim.has-background-gradient {
    background-color: transparent
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    background-color: inherit
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9
}

.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1
}

.wp-block-cover-image.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 .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover .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;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none
}

.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax,
.wp-block-cover__image-background.has-parallax,
video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

@supports(-webkit-overflow-scrolling:touch) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {

    .wp-block-cover-image.has-parallax,
    .wp-block-cover.has-parallax,
    .wp-block-cover__image-background.has-parallax,
    video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated,
.wp-block-cover__image-background.is-repeated,
video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.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 {
    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:not(.wp-element-button) {
    font-size: .8em
}

.wp-block-file.aligncenter {
    text-align: center
}

.wp-block-file.alignright {
    text-align: right
}

.wp-block-file *+.wp-block-file__button {
    margin-left: .75em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    padding: .5em 1em
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
    box-shadow: none;
    color: #fff;
    opacity: .85;
    text-decoration: none
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
    margin: 0 1em 1em 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: calc(50% - 1em)
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
    display: block;
    max-width: 100%;
    height: auto;
    width: auto
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    color: #fff;
    text-align: center;
    font-size: .8em;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    box-sizing: border-box;
    margin: 0;
    z-index: 2
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
    display: inline
}

.blocks-gallery-grid:not(.has-nested-images) figcaption,
.wp-block-gallery:not(.has-nested-images) figcaption {
    flex-grow: 1
}

.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,
.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
    width: 100%;
    height: 100%;
    flex: 1;
    object-fit: cover
}

.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,
.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
    width: 100%;
    margin-right: 0
}

@media(min-width:600px) {

    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0
    }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,
.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft,
.blocks-gallery-grid:not(.has-nested-images).alignright,
.wp-block-gallery:not(.has-nested-images).alignleft,
.wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,
.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
    margin: 0
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    position: relative;
    flex-direction: column;
    max-width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    margin: 0;
    flex-direction: column;
    flex-grow: 1
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
    display: block;
    height: auto;
    max-width: 100% !important;
    width: auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    text-align: center;
    width: 100%;
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,
.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.has-custom-border figcaption,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    flex: initial;
    background: 0 0;
    color: inherit;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-grow: 1;
    flex-basis: 100%;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-top: 0;
    margin-bottom: auto
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone) {
    display: flex
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
    width: 100%;
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover
}

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media(min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*0.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*0.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*0.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*0.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*0.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*0.66667)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image) {
        width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*0.5)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
        width: 100%
    }
}

.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image.has-custom-border img,
.wp-block-image img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
    display: table
}

.wp-block-image.aligncenter>figcaption,
.wp-block-image .aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image.alignright>figcaption,
.wp-block-image .alignright>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img {
    border-radius: 9999px
}

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        mask-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIvPjwvc3ZnPg==);
        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 :where(.has-border-color) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-color]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-color]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-color]) {
    border-left-style: solid
}

.wp-block-image :where([style*=border-width]) {
    border-style: solid
}

.wp-block-image :where([style*=border-top-width]) {
    border-top-style: solid
}

.wp-block-image :where([style*=border-right-width]) {
    border-right-style: solid
}

.wp-block-image :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

.wp-block-image :where([style*=border-left-width]) {
    border-left-style: solid
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    list-style: none
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.25em
}

.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em
}

.wp-block-latest-posts.alignright {
    margin-left: 2em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.wp-block-latest-posts.is-grid li {
    margin: 0 1.25em 1.25em 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

    .wp-block-latest-posts.columns-2 li:nth-child(2n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-latest-posts.columns-3 li:nth-child(3n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

    .wp-block-latest-posts.columns-4 li:nth-child(4n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-latest-posts.columns-5 li:nth-child(5n) {
        margin-right: 0
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

    .wp-block-latest-posts.columns-6 li:nth-child(6n) {
        margin-right: 0
    }
}

.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
    float: left
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
    float: right
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,
ul {
    box-sizing: border-box
}

ol.has-background,
ul.has-background {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    box-sizing: border-box
}

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

.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
    text-decoration: underline
}

.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
    text-decoration: line-through
}

.wp-block-navigation:where(:not([class*=has-text-decoration])) a,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    line-height: 0;
    display: inline-block;
    font-size: inherit;
    padding: 0;
    background-color: inherit;
    color: currentColor;
    border: none;
    width: .6em;
    height: .6em;
    margin-left: .25em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    width: inherit;
    height: inherit;
    margin-top: .075em
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .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 .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content {
    display: flex;
    flex-grow: 1
}

.wp-block-navigation .has-child .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 .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    margin: 0
}

@media(min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
        content: "";
        position: absolute;
        right: 100%;
        height: 100%;
        display: block;
        width: .5em;
        background: 0 0
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child: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: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;
    font-style: inherit;
    font-weight: inherit;
    text-transform: inherit;
    text-align: left
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-right: .85em
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon {
    margin-left: -.6em;
    pointer-events: none
}

.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-close,
.wp-block-navigation__responsive-container,
.wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)) {
    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
}

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.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-link a {
    color: inherit
}

.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;
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    padding: var(--wp--style--root--padding-top, 2rem) var(--wp--style--root--padding-right, 2rem) var(--wp--style--root--padding-bottom, 2rem) var(--wp--style--root--padding-left, 2rem);
    overflow: auto;
    z-index: 100000
}

@media(prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-duration: 1ms;
        animation-delay: 0s
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    padding-top: calc(2rem + 24px);
    overflow: visible;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: var(--navigation-layout-justification-setting, inherit)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    justify-content: flex-start
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: none
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
    opacity: 1;
    visibility: visible;
    height: auto;
    width: auto;
    overflow: initial;
    min-width: 200px;
    position: static;
    border: none;
    padding-left: 2rem;
    padding-right: 2rem
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    gap: inherit
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
    padding-top: var(--wp--style--block-gap, 2em)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
    padding: 0
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    display: flex;
    flex-direction: column;
    align-items: var(--navigation-layout-justification-setting, initial)
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    color: inherit !important;
    background: 0 0 !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    right: auto;
    left: auto
}

@media(min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit
    }

    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
        display: none
    }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0;
    text-transform: inherit
}

.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%;
    max-width: var(--wp--style--global--wide-size, 100%);
    margin-left: auto;
    margin-right: auto
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media(min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    justify-content: var(--navigation-layout-justify, initial);
    align-items: var(--navigation-layout-align, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    background-color: inherit
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-comments-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] {
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word
}

.wp-block-post-comments-form input:not([type=submit]),
.wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit
}

.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]),
.wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em
}

.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
    margin-top: .35em
}

.wp-block-post-comments-form .comment-reply-title {
    margin-bottom: 0
}

.wp-block-post-comments-form .comment-reply-title :where(small) {
    font-size: var(--wp--preset--font-size--medium, smaller);
    margin-left: .5em
}

.wp-block-post-date {
    box-sizing: border-box
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

.wp-block-post-featured-image a {
    display: block
}

.wp-block-post-featured-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    box-sizing: border-box
}

.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
    width: 100%
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
    position: absolute;
    inset: 0;
    background-color: #000
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: transparent
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
    opacity: 0
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
    opacity: .1
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
    opacity: .2
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
    opacity: .3
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
    opacity: .4
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
    opacity: .5
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
    opacity: .6
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
    opacity: .7
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
    opacity: .8
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
    opacity: .9
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
    opacity: 1
}

.wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-title {
    word-break: break-word;
    box-sizing: border-box
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

.wp-block-preformatted.has-background {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
    box-sizing: border-box
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: 420px
}

.wp-block-pullquote cite,
.wp-block-pullquote footer {
    position: relative
}

.wp-block-pullquote .has-text-color a {
    color: inherit
}

.wp-block-pullquote.has-text-align-left blockquote {
    text-align: left
}

.wp-block-pullquote.has-text-align-right blockquote {
    text-align: right
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2em
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0
}

.wp-block-post-template.wp-block-post-template {
    background: 0 0
}

.wp-block-post-template.is-flex-container {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em
}

.wp-block-post-template.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 {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.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 {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.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 {
        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.is-content-justification-space-between>.wp-block-query-pagination-next:last-child {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.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-query-title,
.wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

.wp-block-quote.is-large:not(.is-style-plain),
.wp-block-quote.is-style-large:not(.is-style-plain) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:not(.is-style-plain) p,
.wp-block-quote.is-style-large:not(.is-style-plain) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:not(.is-style-plain) cite,
.wp-block-quote.is-large:not(.is-style-plain) footer,
.wp-block-quote.is-style-large:not(.is-style-plain) cite,
.wp-block-quote.is-style-large:not(.is-style-plain) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:not([style*=text-decoration]),
.wp-block-read-more:not([style*=text-decoration]):active,
.wp-block-read-more:not([style*=text-decoration]):focus {
    text-decoration: none
}

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

ul.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

ul.wp-block-rss.alignleft {
    margin-right: 2em
}

ul.wp-block-rss.alignright {
    margin-left: 2em
}

ul.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none
}

ul.wp-block-rss.is-grid li {
    margin: 0 1em 1em 0;
    width: 100%
}

@media(min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: .625em;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    min-width: 1.5em;
    min-height: 1.5em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: .375em .625em
}

.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;
    margin-left: 0;
    margin-right: 0;
    min-width: 3em;
    border: 1px solid #949494;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    padding: 4px;
    border: 1px solid #949494
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border-radius: 0;
    border: none;
    padding: 0 0 0 .25em
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
    outline: none
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
    padding: .125em .5em
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border: 1px solid;
    border-right: none;
    border-left: none
}

.wp-block-separator.is-style-dots {
    background: 0 0 !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 {
    box-sizing: border-box;
    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 img {
    height: auto;
    max-width: 100%
}

.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 {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    background: 0 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 .wp-social-link span:not(.screen-reader-text) {
    margin-left: .5em;
    margin-right: .5em;
    font-size: .65em
}

.wp-block-social-links.has-small-icon-size {
    font-size: 16px
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
    font-size: 24px
}

.wp-block-social-links.has-large-icon-size {
    font-size: 36px
}

.wp-block-social-links.has-huge-icon-size {
    font-size: 48px
}

.wp-block-social-links.aligncenter {
    justify-content: center;
    display: flex
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto
}

@media(prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #ff4500;
    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-whatsapp {
    background-color: #25d366;
    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: 0 0
}

.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: #ff4500
}

.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-whatsapp {
    color: #25d366
}

.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;
    justify-content: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

.wp-block-tag-cloud.is-style-outline {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

.wp-block-tag-cloud.is-style-outline a {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table td,
.wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.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-top-color]>*,
.wp-block-table table[style*=border-top-color]>* td,
.wp-block-table table[style*=border-top-color]>* th,
.wp-block-table table[style*=border-top-color] tr:first-child,
.wp-block-table table[style*=border-top-color] tr:first-child td,
.wp-block-table table[style*=border-top-color] tr:first-child th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: currentColor
}

.wp-block-table table[style*=border-right-color]>*,
.wp-block-table table[style*=border-right-color] td:last-child,
.wp-block-table table[style*=border-right-color] th,
.wp-block-table table[style*=border-right-color] tr {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color]>*,
.wp-block-table table[style*=border-bottom-color]>* td,
.wp-block-table table[style*=border-bottom-color]>* th,
.wp-block-table table[style*=border-bottom-color] tr:last-child,
.wp-block-table table[style*=border-bottom-color] tr:last-child td,
.wp-block-table table[style*=border-bottom-color] tr:last-child th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: currentColor
}

.wp-block-table table[style*=border-left-color]>*,
.wp-block-table table[style*=border-left-color] td:first-child,
.wp-block-table table[style*=border-left-color] th,
.wp-block-table table[style*=border-left-color] tr {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style]>*,
.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr {
    border-style: inherit
}

.wp-block-table table[style*=border-width]>*,
.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr {
    border-width: inherit;
    border-style: inherit
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    width: 100%
}

@supports(position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em
}

.wp-element-button {
    cursor: pointer
}

: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);
    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;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

figure {
    margin: 0 0 1em
}

.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 {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    max-height: 400px;
    min-width: 100%;
    outline: none;
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: none;
    z-index: 1000000
}

.components-custom-select-control__menu[aria-hidden=true] {
    display: none
}

.components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: flex;
    line-height: 28px;
    list-style-type: none;
    padding: 8px
}

.components-custom-select-control__item.is-highlighted {
    background: #ddd
}

.components-custom-select-control__item .components-custom-select-control__item-icon {
    margin-left: auto;
    margin-right: 0
}

.components-custom-select-control__item:last-child {
    margin-bottom: 0
}

.components-snackbar {
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .3);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 16px 24px;
    pointer-events: auto;
    width: 100%
}

@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 {
    left: 28px;
    position: absolute;
    top: 24px
}

.components-snackbar .components-snackbar__dismiss-button {
    cursor: pointer;
    margin-left: 32px
}

.components-snackbar__action.components-button {
    color: #fff;
    flex-shrink: 0;
    height: auto;
    line-height: 1.4;
    margin-left: 32px;
    padding: 0
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
    background-color: transparent;
    text-decoration: underline
}

.components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
    box-shadow: none;
    color: #fff;
    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 {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    box-sizing: border-box;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 100000
}

.components-snackbar-list__notice-container {
    padding-top: 8px;
    position: relative
}

.components-combobox-control {
    width: 100%
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%
}

@media(min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #757575;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: rgba(30, 30, 30, .62);
    opacity: 1
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0
}

.components-form-token-field__input-container {
    align-items: center;
    border: 1px solid #757575;
    border-radius: 2px;
    box-shadow: 0 0 0 transparent;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 0 8px;
    padding: 2px 4px;
    transition: box-shadow .1s linear;
    width: 100%
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@media(min-width:600px) {
    .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal
    }
}

.components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container::-webkit-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container::-moz-placeholder {
    color: rgba(30, 30, 30, .62);
    opacity: 1
}

.components-form-token-field__input-container:-ms-input-placeholder {
    color: rgba(30, 30, 30, .62)
}

.components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd
}

.components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
    outline: 2px solid transparent
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%
}

@media(min-width:600px) {
    .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px
    }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input,
.components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none
}

.components-form-token-field__input-container .components-form-token-field__token+input[type=text].components-form-token-field__input {
    width: auto
}

.components-form-token-field__label {
    display: inline-block;
    margin-bottom: 4px
}

.components-form-token-field__help {
    color: #757575;
    font-size: 12px;
    font-style: normal
}

.components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    margin: 2px 4px 2px 0;
    max-width: 100%
}

.components-form-token-field__token.is-success .components-form-token-field__remove-token,
.components-form-token-field__token.is-success .components-form-token-field__token-text {
    background: #4ab866
}

.components-form-token-field__token.is-error .components-form-token-field__remove-token,
.components-form-token-field__token.is-error .components-form-token-field__token-text {
    background: #cc1818
}

.components-form-token-field__token.is-validating .components-form-token-field__remove-token,
.components-form-token-field__token.is-validating .components-form-token-field__token-text {
    color: #757575
}

.components-form-token-field__token.is-borderless {
    padding: 0 16px 0 0;
    position: relative
}

.components-form-token-field__token.is-borderless .components-form-token-field__token-text {
    background: 0 0;
    color: var(--wp-admin-theme-color)
}

.components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
    background: 0 0;
    color: #757575;
    position: absolute;
    right: 0;
    top: 1px
}

.components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
    color: #4ab866
}

.components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
    border-radius: 4px 0 0 4px;
    color: #cc1818;
    padding: 0 4px 0 6px
}

.components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
    color: #1e1e1e
}

.components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
    cursor: default
}

.components-form-token-field__remove-token.components-button,
.components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4, 1, .4, 1)
}

@media(prefers-reduced-motion:reduce) {

    .components-form-token-field__remove-token.components-button,
    .components-form-token-field__token-text {
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__token-text {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.components-form-token-field__remove-token.components-button {
    border-radius: 0 2px 2px 0;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px
}

.components-form-token-field__remove-token.components-button:hover {
    color: #1e1e1e
}

.components-form-token-field__suggestions-list {
    border-top: 1px solid #757575;
    flex: 1 0 100%;
    list-style: none;
    margin: 4px -4px -4px;
    max-height: 9em;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.components-form-token-field__suggestion {
    color: #757575;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    padding: 4px 8px
}

.components-form-token-field__suggestion.is-selected {
    background: var(--wp-admin-theme-color);
    color: #fff
}

.components-form-token-field__suggestion-match {
    text-decoration: underline
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: .5em 1em;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    padding: .25em .75em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .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 {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

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

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -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 {
    flex-basis: 100%;
    margin: 0
}

.wc-block-components-product-add-to-cart-attribute-picker label {
    display: block;
    font-size: 1em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
    position: relative
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
    min-height: 1.75em;
    min-width: 60%
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
    margin-bottom: 24px
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
    border-color: #cc1818
}

.wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
    outline-color: #cc1818
}

.wc-block-components-product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
    margin: 0 0 .75em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
    display: block
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text>svg {
    fill: currentColor;
    height: 1.5em;
    margin: -.25em 0 -.25em .5em;
    vertical-align: top;
    width: 1.5em
}

.wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    color: #43454b;
    flex-basis: 5em;
    margin: 0 1em .75em 0;
    padding: .618em;
    text-align: center
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button>*,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button>*,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:after,
.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button:after,
.wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button,
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button,
    .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
    border-style: none;
    display: inline-flex;
    font-family: inherit;
    font-weight: inherit;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    white-space: normal;
    word-break: break-word
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder>* {
    visibility: hidden
}

.wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 3em;
    min-width: 8em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-button>.wc-block-components-product-button__button:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button>.wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text)
}

.wc-block-components-product-category-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-category-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.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 {
    display: block;
    position: relative;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a,
.wc-block-components-product-image a {
    border: 0;
    border-radius: inherit;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img,
.wc-block-components-product-image img {
    border-radius: inherit;
    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 {
    left: 4px;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
    left: 50%;
    margin: 0;
    position: absolute;
    right: auto;
    top: 4px;
    transform: translateX(-50%)
}

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right,
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
    left: auto;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 4px
}

.is-loading .wc-block-components-product-image {
    background-color: currentColor !important;
    border: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: auto;
    z-index: 1
}

.is-loading .wc-block-components-product-image>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-image {
    margin: 0 0 12px
}

.wc-block-components-product-price {
    margin-bottom: 12px
}

.wc-block-components-product-rating {
    display: block;
    margin-bottom: 12px;
    margin-top: 0
}

.wc-block-components-product-rating__stars {
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-components-product-rating__stars:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-components-product-rating__stars span {
    color: inherit;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    box-sizing: border-box;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9
}

.wc-block-components-product-sale-badge span {
    background-color: inherit;
    color: inherit
}

.wc-block-components-product-sku {
    display: block;
    font-size: .875em;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase
}

.wc-block-components-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-summary {
    margin-bottom: 12px;
    margin-top: 0
}

.is-loading .wc-block-components-product-summary:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    height: 6em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-product-summary:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-summary:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-bottom: .75em;
    margin-top: 0
}

.wc-block-components-product-tag-list ul {
    display: inline;
    margin: 0;
    padding: 0
}

.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 {
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0
}

.wc-block-components-product-title a {
    color: inherit;
    font-size: inherit
}

.is-loading .wc-block-components-product-title:before {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 7em;
    z-index: 1
}

.is-loading .wc-block-components-product-title:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-title:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: 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 {
    align-items: center;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 40px 0;
    padding: 40px 0;
    text-align: center
}

.wc-block-components-error__header {
    color: #646970;
    font-size: 2em;
    margin: 0
}

.wc-block-components-error__image {
    margin: 0 0 24px;
    width: 25%
}

.wc-block-components-error__text {
    color: #8c8f94;
    font-size: 1.25em;
    margin: 1em 0 0;
    max-width: 60ch
}

.wc-block-components-error__message {
    color: #8c8f94;
    font-style: italic;
    margin: 1em auto 0;
    max-width: 60ch
}

.wc-block-error__button {
    margin: 40px 0 0
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    color: inherit;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    justify-content: center;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    min-height: 3em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-decoration: inherit;
    text-decoration: none;
    text-transform: inherit;
    text-transform: none;
    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;
    color: #1e1e1e
}

.wc-block-components-button:not(.is-link).outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px #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 {
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0 0 0 24px;
    position: relative
}

.is-mobile .wc-block-components-form .wc-block-components-checkout-step,
.is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-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 {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin: .75em 0 1em;
    position: relative
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading,
.wc-block-components-express-payment-continue-rule+.wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

.wc-block-components-checkout-step__heading-content a {
    color: inherit;
    font-weight: 700
}

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    background: 0 0;
    border: 0;
    border-radius: 0;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "." /"";
    counter-increment: checkout-step;
    left: -24px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    width: 24px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-left: 1px solid;
    content: "";
    height: 100%;
    left: -24px;
    opacity: .3;
    position: absolute;
    top: 0
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". " /"";
    left: auto;
    position: static;
    top: auto;
    transform: none
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after,
.is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    position: relative;
    width: 100%
}

.wc-block-components-order-summary-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 {
    padding-bottom: 16px;
    position: relative;
    width: 48px
}

.wc-block-components-order-summary-item__image>img {
    max-width: 48px;
    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;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 12px
}

.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 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 14px
}

.wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    display: inline-block;
    height: 24px;
    margin: 0 4px 2px;
    max-height: 24px;
    max-width: 38px;
    padding: 0;
    width: auto
}

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start
}

.wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
    margin-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-left: 8px;
    margin-right: 0
}

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon,
.is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

.wc-block-components-payment-method-label--with-icon>img,
.wc-block-components-payment-method-label--with-icon>svg {
    margin: -2px 4px 0 0;
    vertical-align: middle
}

.is-mobile .wc-block-components-payment-method-label--with-icon>img,
.is-mobile .wc-block-components-payment-method-label--with-icon>svg,
.is-small .wc-block-components-payment-method-label--with-icon>img,
.is-small .wc-block-components-payment-method-label--with-icon>svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies,
.wc-block-components-checkout-policies {
    font-size: .75em;
    line-height: 1;
    list-style: none outside;
    margin: 24px 0;
    text-align: center
}

.wc-block-components-checkout-policies__item {
    display: inline-block;
    list-style: none outside;
    margin: 0;
    padding: 0 .25em
}

.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 {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-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;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    margin-top: 1.5em;
    width: 100%
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package {
    margin-bottom: 36px
}

.wc-block-components-shipping-rates-control__package:last-child {
    margin-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .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 {
    display: block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word;
    -ms-word-break: break-all
}

.wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
    content: ", ";
    white-space: pre
}

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: 0;
    width: 100%
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0
}

.wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
    flex-shrink: 0;
    height: 3em;
    margin-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;
    border: 0;
    margin: 0;
    padding: 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 {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus,
.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
    background: 0 0;
    opacity: .8
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus,
.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
    background: 0 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list,
.wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li,
.wc-block-components-checkbox-list li {
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button,
.editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button,
.wc-block-components-checkbox-list li.show-less button,
.wc-block-components-checkbox-list li.show-more button {
    background: 0 0;
    border: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
.wc-block-components-checkbox-list.is-loading li {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li>*,
.wc-block-components-checkbox-list.is-loading li>* {
    visibility: hidden
}

.editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li:after,
.wc-block-components-checkbox-list.is-loading li:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li,
    .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 .365em .365em 0;
    max-width: 100%;
    padding: .25em .5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-chip,
.wc-block-components-chip:active,
.wc-block-components-chip:focus,
.wc-block-components-chip:hover {
    background: 0 0;
    border: 1px solid;
    color: inherit
}

.wc-block-components-chip.wc-block-components-chip--radius-small {
    border-radius: 3px
}

.wc-block-components-chip.wc-block-components-chip--radius-medium {
    border-radius: .433em
}

.wc-block-components-chip.wc-block-components-chip--radius-large {
    border-radius: 2em;
    padding-left: .75em;
    padding-right: .25em
}

.wc-block-components-chip .wc-block-components-chip__text {
    flex-grow: 1;
    font-size: .875em
}

.wc-block-components-chip.is-removable .wc-block-components-chip__text {
    padding-right: .5em
}

.wc-block-components-chip .wc-block-components-chip__remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    height: 16px;
    line-height: 16px;
    margin: 0;
    padding: 0;
    width: 16px
}

.wc-block-components-chip .wc-block-components-chip__remove-icon {
    fill: #1e1e1e
}

.theme-twentytwentyone .wc-block-components-chip,
.theme-twentytwentyone .wc-block-components-chip:active,
.theme-twentytwentyone .wc-block-components-chip:focus,
.theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background),
.theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
    background: 0 0
}

.wc-block-components-chip__remove:focus,
.wc-block-components-chip__remove:hover,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove {
    background: #949494
}

.wc-block-components-chip__remove:focus .wc-block-components-chip__remove-icon,
.wc-block-components-chip__remove:hover .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:focus>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon,
button.wc-block-components-chip:hover>.wc-block-components-chip__remove .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-components-chip__remove:disabled,
button.wc-block-components-chip:disabled>.wc-block-components-chip__remove {
    fill: #fff;
    cursor: not-allowed
}

.wc-block-components-combobox .wc-block-components-combobox-control,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-shadow: none;
    box-sizing: border-box;
    color: inherit;
    color: #2b2d2f;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    opacity: 1;
    outline: inherit;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    text-transform: none;
    white-space: nowrap;
    width: 100%
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true],
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    color: #2b2d2f;
    margin: 3em 0 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 10
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    color: #757575;
    cursor: default;
    font-size: 1em;
    list-style: none;
    margin: 0;
    padding: .25em 16px
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: #ddd
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0, 0, 0, .4)
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    white-space: nowrap;
    z-index: 1
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
.has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label,
    .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus,
.wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.wc-block-components-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;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    opacity: 0;
    pointer-events: none
}

.wc-block-components-drawer {
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    position: relative;
    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 {
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin: -1em;
    padding: 1em;
    position: absolute;
    right: 0;
    top: 0;
    vertical-align: baseline
}

.wc-block-components-drawer .components-modal__header .components-button>span {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    font-size: 1.25rem;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-filter-element-label-list-count:before {
    content: " ("
}

.wc-filter-element-label-list-count:after {
    content: ")"
}

.wc-block-filter-title-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 1.625em;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-bottom: 12px;
    margin-top: 12px;
    max-width: 100% !important;
    max-width: -webkit-max-content !important;
    max-width: -moz-max-content !important;
    max-width: max-content !important;
    min-width: 80px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-filter-title-placeholder>* {
    visibility: hidden
}

.wc-block-filter-title-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-filter-title-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-filter-title-placeholder .wc-block-active-filters__title,
.wc-block-filter-title-placeholder .wc-block-attribute-filter__title,
.wc-block-filter-title-placeholder .wc-block-price-filter__title,
.wc-block-filter-title-placeholder .wc-block-rating-filter__title,
.wc-block-filter-title-placeholder .wc-block-stock-filter__title {
    height: 1em;
    margin: 0
}

.wc-block-components-filter-reset-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-components-filter-reset-button:active,
.wc-block-components-filter-reset-button:focus,
.wc-block-components-filter-reset-button:hover {
    background: 0 0
}

.wc-block-components-filter-reset-button:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-components-filter-reset-button[disabled] {
    cursor: not-allowed
}

.wc-block-components-filter-submit-button {
    border: none;
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-filter-submit-button.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    line-height: normal;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-filter-submit-button.is-loading>* {
    visibility: hidden
}

.wc-block-components-filter-submit-button.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-filter-submit-button.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-blocks-components-form-token-field-wrapper .components-popover {
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    z-index: z-index(".components-popover")
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded,
.wc-blocks-components-form-token-field-wrapper .components-popover[data-x-axis][data-y-axis] {
    opacity: 1
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-expanded {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: z-index(".components-popover") !important
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow) {
    margin-left: 2px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    border: 8px solid #ccc
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow).is-alternate:before {
    border-color: #1e1e1e
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after {
    border: 8px solid #fff
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow):before {
    content: "";
    height: 0;
    line-height: 0;
    position: absolute;
    width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top] {
    margin-top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    bottom: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after {
    bottom: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=top]:before {
    border-bottom: none;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-style: solid;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom] {
    margin-top: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    top: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after {
    top: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=bottom]:before {
    border-bottom-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top: none;
    margin-left: -10px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left] {
    margin-left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    right: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after {
    right: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=left]:before {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-right: none;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right] {
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    left: -8px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after {
    left: -6px
}

.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:after,
.wc-blocks-components-form-token-field-wrapper .components-popover:not(.is-without-arrow)[data-y-axis=middle][data-x-axis=right]:before {
    border-bottom-color: transparent;
    border-left: none;
    border-right-style: solid;
    border-top-color: transparent
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=top] {
    bottom: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=bottom] {
    top: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover[data-y-axis=middle] {
    align-items: center;
    display: flex
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-top {
    margin-top: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-bottom {
    margin-top: -12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-left:not(.is-from-top):not(.is-from-bottom) {
    margin-left: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover.is-from-right:not(.is-from-top):not(.is-from-bottom) {
    margin-right: 12px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__content {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .05);
    height: 100%
}

.is-alternate .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: 1px solid #1e1e1e;
    box-shadow: none
}

.components-popover .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    height: auto;
    overflow-y: auto;
    position: absolute
}

.components-popover.is-expanded .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    border: none;
    border-top: 1px solid #1e1e1e;
    height: calc(100% - 48px);
    min-width: auto;
    overflow-y: visible;
    position: static
}

.components-popover[data-y-axis=top] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    bottom: 100%
}

.components-popover[data-x-axis=center] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 50%;
    transform: translateX(-50%)
}

.components-popover[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    left: 100%;
    position: absolute
}

.components-popover:not([data-y-axis=middle])[data-x-axis=right] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-left: -25px
}

.components-popover[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    position: absolute;
    right: 100%
}

.components-popover:not([data-y-axis=middle])[data-x-axis=left] .wc-blocks-components-form-token-field-wrapper .components-popover__content {
    margin-right: -25px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px
}

.wc-blocks-components-form-token-field-wrapper .components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper .components-popover__close.components-button {
    z-index: z-index(".components-popover__close")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover {
    z-index: z-index(".components-tooltip")
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip.components-popover .components-popover__content {
    min-width: 0
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content {
    background: #1e1e1e;
    border-radius: 2px;
    border-width: 0;
    box-shadow: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip .components-popover__content>div {
    padding: 4px 8px
}

.wc-blocks-components-form-token-field-wrapper .components-tooltip__shortcut {
    display: inline-block;
    margin-left: 8px
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper {
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .disabled-element-wrapper .event-catcher {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: z-index(".components-tooltip .event-catcher")
}

.wc-blocks-components-form-token-field-wrapper {
    border-color: #949494
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__label,
.wc-blocks-components-form-token-field-wrapper .components-visually-hidden {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border-color: inherit;
    box-sizing: border-box;
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    color: #000;
    position: relative
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container input[type=text].components-form-token-field__input {
    min-height: 30px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper .components-form-token-field__token-text {
    background: #e0e0e0
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__remove-token {
    border: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list {
    background-color: #fff;
    border: 1px solid #949494;
    border-top: 0 solid #949494;
    left: -1px;
    margin: 1px 0 0;
    position: absolute;
    right: -1px;
    top: 100%;
    z-index: 50
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestions-list:empty {
    display: none
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion {
    padding: 8px
}

.wc-blocks-components-form-token-field-wrapper .components-form-token-field__suggestion.is-selected {
    background: #f0f0f0;
    color: #2f2f2f
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token {
    margin-right: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__remove-token.components-button,
.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    background: 0 0
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token-text {
    padding-left: 4px;
    width: 100%
}

.wc-blocks-components-form-token-field-wrapper.single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    position: absolute
}

.wc-blocks-components-form-token-field-wrapper.single-selection .is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    border: 1px solid #949494;
    margin: 0 2px 4px;
    padding: 0 5px;
    position: static
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    min-height: 34px;
    pointer-events: none;
    position: relative
}

.wc-block-components-loading-mask .components-spinner {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.wc-block-components-loading-mask .wc-block-components-loading-mask__children {
    opacity: .25
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis,
.wc-block-components-pagination__page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        min-width: 1.6em;
        padding: .1em .2em
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

.wc-block-components-pagination__page--active[disabled]:focus,
.wc-block-components-pagination__page--active[disabled]:hover {
    background-color: inherit;
    color: #333;
    opacity: 1 !important
}

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1)
}

.wc-block-components-price-slider {
    margin-bottom: 24px
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button>*,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
    visibility: hidden
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button:after,
.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-reset-button,
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-filter-submit-button,
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__amount {
    display: none
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button,
.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    border-radius: 4px;
    clear: both;
    flex-grow: 1;
    height: 4px;
    margin: 15px 0;
    outline: none;
    padding: 0 !important;
    position: relative
}

.wc-block-components-price-slider__range-input-wrapper:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-price-slider__range-input-wrapper.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: .5625em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-components-price-slider__range-input-wrapper.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__range-input-wrapper.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__range-input-wrapper.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(90deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: currentColor;
    background: var(--track-background);
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__controls {
    align-items: center;
    display: flex;
    gap: 8px;
    justify-content: space-between;
    margin: 16px 0
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    border-radius: 4px;
    border-width: 1px;
    font-size: .875em;
    margin: 0;
    max-width: 80px;
    min-width: 0;
    padding: 8px;
    width: auto
}

.wc-block-components-price-slider--is-input-inline .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
    max-width: 60px
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0 !important;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    z-index: 1
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading>* {
    visibility: hidden
}

.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider__range-text {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 24px 0
}

.wc-block-components-price-slider__range-text .wc-block-components-formatted-money-amount {
    font-size: .875em
}

.wc-block-components-price-slider__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-components-price-slider__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.wc-block-components-price-slider__range-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    outline: none;
    outline: none !important;
    padding: 0 !important;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%
}

.wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: -5px 0 0;
    padding: 0;
    pointer-events: auto;
    -webkit-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-webkit-slider-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-focus-outer {
    border: 0
}

.wc-block-components-price-slider__range-input::-moz-range-track {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: default;
    height: 1px;
    outline: 0
}

.wc-block-components-price-slider__range-input::-moz-range-progress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0 !important;
    margin: 0;
    outline: none;
    padding: 0 !important
}

.wc-block-components-price-slider__range-input::-moz-range-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input::-ms-thumb {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    background-position: 0 0;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    box-sizing: content-box;
    cursor: pointer;
    height: 12px;
    margin: 0;
    padding: 0;
    pointer-events: auto;
    -ms-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    vertical-align: top;
    width: 12px;
    z-index: 20
}

.wc-block-components-price-slider__range-input::-ms-thumb:hover {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input:focus::-ms-thumb {
    background: #1e1e1e;
    border-color: #fff
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
    z-index: 21
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
    background-position-x: left;
    margin-left: -2px
}

.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, 2px)
}

.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, 2px)
}

.wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
    background-position-x: right
}

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg, transparent var(--low), var(--range-color) 0, var(--range-color) var(--high), transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),
screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

    .wc-block-components-price-slider__range-input::-ms-track {
        background: 0 0;
        border-color: transparent;
        border-width: 7px 0;
        color: transparent
    }

    .wc-block-components-price-slider__range-input::-ms-fill-lower {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input::-ms-fill-upper {
        background: 0 0
    }

    .wc-block-components-price-slider__range-input::-ms-tooltip {
        display: none
    }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        pointer-events: auto;
        transform: translate(1px)
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
        background-color: currentColor !important;
        border: 0 !important;
        border-radius: .25rem;
        box-shadow: none;
        color: currentColor !important;
        display: block;
        line-height: 1;
        max-width: 100% !important;
        opacity: .15;
        outline: 0 !important;
        overflow: hidden !important;
        pointer-events: none;
        position: relative !important;
        width: 100%;
        z-index: 1
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper>* {
        visibility: hidden
    }

    .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper:after {
        -webkit-animation: loading__animation 1.5s ease-in-out infinite;
        animation: loading__animation 1.5s ease-in-out infinite;
        background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
        background-repeat: no-repeat;
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        transform: translateX(-100%)
    }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-loading.is-disabled .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb,
.theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
    filter: none
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
    margin-top: -9px
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
    transform: translate(2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
    transform: translate(-2px, 1px)
}

.theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
    border-color: transparent !important
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        height: 50px;
        position: relative
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-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 {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-grid__no-products .wc-block-grid__no-products-title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-grid__no-products .wc-block-grid__no-products-description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto
}

.wc-block-grid__product.wc-block-grid__product {
    box-sizing: border-box
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child,
.wc-block-grid.has-aligned-buttons .wc-block-grid__product>:last-child {
    margin-bottom: 0;
    margin-top: auto;
    padding-bottom: 12px
}

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product,
.wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product,
.wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.3333333333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product,
.wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.6666666667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product,
.wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.2857142857%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product,
.wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-5-columns .wc-block-grid__product,
.wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product,
.wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product,
.wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull),
.wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
        padding-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%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .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%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .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%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .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%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .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%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .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%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0
    }

    .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 {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    content: ".";
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5em;
    z-index: 1
}

.is-loading .wc-block-components-product-price:before>* {
    visibility: hidden
}

.is-loading .wc-block-components-product-price:before:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    position: relative;
    width: 107px
}

.wc-block-components-quantity-selector:after {
    border: 1px solid;
    border-radius: 4px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .45;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: currentColor;
    flex: 1 1 auto;
    font-size: 1em;
    font-weight: 600;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
    opacity: .6
}

.wc-block-components-quantity-selector input::-webkit-inner-spin-button,
.wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: currentColor;
    cursor: pointer;
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    min-width: 30px;
    opacity: .6;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
    box-shadow: inset 0 0 1px 1px currentColor;
    outline: none
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    opacity: 1
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
    box-shadow: none;
    cursor: default;
    opacity: .6
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    border-radius: 4px 0 0 4px;
    order: 1
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    border-radius: 0 4px 4px 0;
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus,
.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-radio-control__option:first-child {
    margin-top: 0
}

.wc-block-components-radio-control__option:last-child {
    margin-bottom: 0
}

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group,
.wc-block-components-radio-control__label-group {
    display: table-row
}

.wc-block-components-radio-control__description-group>span,
.wc-block-components-radio-control__label-group>span {
    display: table-cell
}

.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description,
.wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
    min-width: 50%;
    text-align: right
}

.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;
    left: 0;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em
}

.wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #000;
    border-radius: 50%;
    content: "";
    display: block;
    height: .75em;
    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 {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background: #fff
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
    background-color: var(--form--color-text)
}

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 60%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__text>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__text:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    font-size: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:before {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product,
.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars>span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 120px;
    z-index: 1
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date>* {
    visibility: hidden
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:before {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item,
.wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1/3;
    height: 3em;
    justify-content: center;
    position: relative;
    width: 3em
}

.wc-block-components-review-list-item__image>img {
    display: block;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -7px;
    text-indent: 21px;
    width: 21px
}

.wc-block-components-review-list-item__verified:before {
    background: transparent url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMSIgaGVpZ2h0PSIyMSIgZmlsbD0ibm9uZSI+PGNpcmNsZSBjeD0iMTAuNSIgY3k9IjEwLjUiIHI9IjEwLjUiIGZpbGw9IiNmZmYiLz48cGF0aCBmaWxsPSIjMDA4QTIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yLjE2NjcgMTAuNTAwM2MwLTQuNiAzLjczMzMtOC4zMzMzIDguMzMzMy04LjMzMzNzOC4zMzM0IDMuNzMzMyA4LjMzMzQgOC4zMzMzUzE1LjEgMTguODMzNyAxMC41IDE4LjgzMzdzLTguMzMzMy0zLjczMzQtOC4zMzMzLTguMzMzNHptMi41IDBsNC4xNjY2IDQuMTY2NyA3LjUwMDEtNy41LTEuMTc1LTEuMTgzMy02LjMyNSA2LjMyNS0yLjk5MTctMi45ODM0LTEuMTc1IDEuMTc1eiIgY2xpcC1ydWxlPSJldmVub2RkIi8+PG1hc2sgaWQ9ImEiIHdpZHRoPSIxNyIgaGVpZ2h0PSIxNyIgeD0iMiIgeT0iMiIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHBhdGggZmlsbD0iI2ZmZiIgZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMi4xNjY3IDEwLjUwMDNjMC00LjYgMy43MzMzLTguMzMzMyA4LjMzMzMtOC4zMzMzczguMzMzNCAzLjczMzMgOC4zMzM0IDguMzMzM1MxNS4xIDE4LjgzMzcgMTAuNSAxOC44MzM3cy04LjMzMzMtMy43MzM0LTguMzMzMy04LjMzMzR6bTIuNSAwbDQuMTY2NiA0LjE2NjcgNy41MDAxLTcuNS0xLjE3NS0xLjE4MzMtNi4zMjUgNi4zMjUtMi45OTE3LTIuOTgzNC0xLjE3NSAxLjE3NXoiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvbWFzaz48ZyBtYXNrPSJ1cmwoI2EpIj48cGF0aCBmaWxsPSIjMDA4QTIxIiBkPSJNLjUuNWgyMHYyMEguNXoiLz48L2c+PC9zdmc+) 50% no-repeat;
    content: "";
    display: block;
    height: 21px;
    width: 21px
}

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

.wc-block-components-review-list-item__meta:after {
    content: "";
    flex-basis: 100%;
    order: 3
}

.wc-block-components-review-list-item__author,
.wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-right: 8px;
    order: 1
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author {
    font-weight: 400;
    order: 4
}

.wc-block-components-review-list-item__published-date {
    order: 5
}

.wc-block-components-review-list-item__product+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date {
    padding-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 {
    border-right: 1px solid;
    content: "";
    display: inline-block;
    height: 1em;
    margin-left: -8px;
    opacity: .5;
    position: absolute;
    top: calc(50% + .1em);
    transform: translateY(-50%);
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child+.wc-block-components-review-list-item__published-date:before,
.wc-block-components-review-list-item__rating+.wc-block-components-review-list-item__author+.wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars {
    display: block;
    font-family: star;
    font-size: 1em;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 5.3em
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars:before {
    content: "SSSSS";
    float: left;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0
}

.wc-block-components-review-list-item__rating>.wc-block-components-review-list-item__rating__stars span:before {
    color: #e6a237;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0
}

.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 {
    border: 0;
    border-radius: 0;
    font-size: 1em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.is-medium.wc-block-components-sidebar-layout,
.is-mobile.wc-block-components-sidebar-layout,
.is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

.is-medium.wc-block-components-sidebar-layout .wc-block-components-main,
.is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-main,
.is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar,
.is-small.wc-block-components-sidebar-layout .wc-block-components-main,
.is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
    padding: 0;
    width: 100%
}

.is-large .wc-block-components-sidebar .wc-block-components-panel,
.is-large .wc-block-components-sidebar .wc-block-components-totals-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 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-right: 12px
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-spinner {
    box-sizing: content-box;
    color: inherit;
    font-size: 1.25em;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.wc-block-components-spinner:after {
    -webkit-animation: spinner__animation 1s linear infinite;
    animation: spinner__animation 1s linear infinite;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: .2em solid;
    border-left: .2em solid transparent;
    border-radius: 50%;
    box-sizing: border-box;
    content: " ";
    height: 1em;
    left: 50%;
    margin: -.5em 0 0 -.5em;
    position: absolute;
    top: 50%;
    transform: translateZ(0) scale(.5);
    transform-origin: 50% 50%;
    width: 1em
}

.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 {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: inset 0 -1px currentColor;
    color: inherit;
    flex: auto;
    outline-offset: -1px;
    padding: 12px 16px;
    text-align: center;
    transition: box-shadow .1s linear
}

.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: 1px dotted currentColor;
    outline-offset: -1px
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:active,
.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item:hover {
    background: 0 0
}

.wc-block-components-tabs .wc-block-components-tabs__list>.wc-block-components-tabs__item .wc-block-components-tabs__item-content {
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.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;
    margin: .2em 0 -.2em;
    vertical-align: middle
}

.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-textarea {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-textarea::-moz-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-textarea::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0, 0, 0, .1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title,
.wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-block-components-notices__snackbar {
    bottom: 20px;
    left: 16px;
    position: fixed;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        bottom: auto;
        left: 0;
        position: fixed;
        top: 10px
    }

    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li {
    margin: 0
}

.wc-block-components-express-payment .wc-block-components-express-payment__event-buttons>li>img {
    height: 48px;
    width: 100%
}

.wc-block-components-express-payment--checkout {
    margin-top: 15px
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    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-radius: 5px 0 0;
    border-top: 1px solid;
    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-radius: 0 5px 0 0;
    border-right: 1px solid;
    border-top: 1px solid;
    content: "";
    display: block;
    flex-grow: 1;
    height: 4px;
    margin-left: 12px;
    opacity: .3;
    pointer-events: none
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    padding: 19px 24px 24px;
    position: relative
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
    border-radius: 0 0 5px 5px;
    border-style: solid;
    border-width: 0 1px 1px;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.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: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--checkout .wc-block-components-express-payment__event-buttons>li:only-child {
    display: block;
    padding: 0;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons>li:last-child {
    padding-bottom: 0
}

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 24px 0;
    padding: 0 24px;
    text-align: center
}

.wc-block-components-express-payment-continue-rule:before {
    margin-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 {
    border-bottom: 1px solid;
    content: " ";
    flex: 1;
    opacity: .3
}

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-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 {
    margin-bottom: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-gateway-container.wc-card-number-element {
    flex-basis: 15em;
    flex-grow: 1;
    min-width: min(15em, 60%)
}

.wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: 7em;
    margin-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 {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    cursor: text;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 0 .75em 16px;
    width: 100%
}

.wc-block-gateway-container .wc-block-gateway-input:focus,
.wc-block-gateway-container:focus {
    background-color: #fff
}

.wc-block-gateway-container label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-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 {
    margin-top: -24px;
    position: static
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty,
.wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 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 {
    align-items: center;
    display: flex;
    justify-content: flex-start
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
    height: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: left;
    object-position: left
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-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 {
    height: 28px;
    padding-top: 14px
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

.wc-block-components-radio-control-accordion-content:empty {
    display: none
}

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 2em;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-cross-sells-block h3 {
    display: none
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
    box-sizing: content-box;
    display: inline-block;
    margin-bottom: 2em;
    padding-right: 5%;
    text-align: center;
    vertical-align: top;
    width: 30%
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product:nth-child(3n+3) {
    padding-right: 0
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-name {
    font-weight: 400
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product div .wc-block-components-product-price {
    display: block
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-button__button {
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link) {
    background-color: #eee;
    color: #333;
    font-weight: 600;
    margin-top: 1em
}

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):focus,
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button:not(.is-link):hover {
    background-color: #d5d5d5;
    border-color: #d5d5d5;
    color: #333
}

@media(max-width:480px) {
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-cross-sells-block .cross-sells-product {
        display: block;
        width: 100%
    }
}

.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 {
    margin: 0 0 16px;
    position: relative
}

.wc-block-cart__submit-button {
    box-sizing: border-box;
    margin: 0;
    width: 100%
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0
}

@media(min-width:783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

    .wc-block-cart .wc-block-cart__submit-container--sticky:before {
        box-shadow: 0 -10px 20px 10px currentColor;
        color: hsla(0, 0%, 80%, .5);
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        top: 0
    }
}

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-error .wc-block-checkout-error__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-error .wc-block-checkout-error__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-error .wc-block-checkout-error__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%
}

.wc-block-checkout-empty .wc-block-checkout-empty__image {
    color: inherit;
    display: block;
    margin: 0 auto 1em;
    max-width: 150px
}

.wc-block-checkout-empty .wc-block-checkout-empty__title {
    display: block;
    font-weight: 700;
    margin: 0
}

.wc-block-checkout-empty .wc-block-checkout-empty__description {
    display: block;
    margin: .25em 0 1em
}

.wc-block-checkout__actions {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    height: auto;
    padding: 1em;
    width: 50%
}

.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 {
    padding: 1.5em 0;
    position: relative
}

.is-large .wc-block-checkout__actions:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    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 {
    clear: both;
    content: "";
    display: block
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input,
.is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
    float: 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 {
    margin: 0;
    padding: .75em 0 .75em 2.5em;
    position: relative
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    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 {
    position: relative;
    top: -5px
}

.wc-block-checkout__terms.wc-block-checkout__terms--disabled {
    opacity: .6
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-basis: 0;
    flex-grow: 1
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item {
    margin: 0;
    padding: 0
}

.is-medium .wc-block-checkout__sidebar,
.is-mobile .wc-block-checkout__sidebar,
.is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0
}

.wc-block-checkout__add-note {
    margin: 1.5em 0
}

.is-medium .wc-block-checkout__add-note,
.is-mobile .wc-block-checkout__add-note,
.is-small .wc-block-checkout__add-note {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0;
    position: relative
}

.is-medium .wc-block-checkout__add-note:after,
.is-mobile .wc-block-checkout__add-note:after,
.is-small .wc-block-checkout__add-note:after {
    border-style: solid;
    border-width: 1px 0;
    bottom: 0;
    content: "";
    display: block;
    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 {
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
    box-sizing: border-box;
    margin: 0
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: none;
    line-height: 1;
    margin: 0 0 1.5em;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div>*,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div>* {
    visibility: hidden
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div:after,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block>div,
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block>div {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    display: block;
    min-height: 10em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    display: block;
    min-height: 24em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    display: block;
    margin-left: 50%;
    min-height: 4em;
    width: 50%
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    display: block;
    min-height: 47em
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 {
    border: 0;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    font-size: 1em;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-transform: inherit;
    vertical-align: baseline
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel>h2 .wc-block-components-panel__button,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel>h2 .wc-block-components-panel__button {
    font-weight: 400
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel,
.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-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 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wp-block-woocommerce-featured-category {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-category {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-category.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-category.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-category.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-category.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-category.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-category.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-category.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-category.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-category.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-category.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-category.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-category__selection {
    width: 100%
}

.wc-block-featured-category.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-category.has-left-content .wc-block-featured-category__description,
.wc-block-featured-category.has-left-content .wc-block-featured-category__price,
.wc-block-featured-category.has-left-content .wc-block-featured-category__title,
.wc-block-featured-category.has-left-content .wc-block-featured-category__variation {
    margin-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,
.wc-block-featured-category.has-right-content .wc-block-featured-category__variation {
    margin-right: 0;
    text-align: right
}

.wc-block-featured-category.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-category__description,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-category__description a,
.wc-block-featured-category__description a:active,
.wc-block-featured-category__description a:focus,
.wc-block-featured-category__description a:hover,
.wc-block-featured-category__price a,
.wc-block-featured-category__price a:active,
.wc-block-featured-category__price a:focus,
.wc-block-featured-category__price a:hover,
.wc-block-featured-category__title a,
.wc-block-featured-category__title a:active,
.wc-block-featured-category__title a:focus,
.wc-block-featured-category__title a:hover,
.wc-block-featured-category__variation a,
.wc-block-featured-category__variation a:active,
.wc-block-featured-category__variation a:focus,
.wc-block-featured-category__variation a:hover {
    color: #fff
}

.wc-block-featured-category__description,
.wc-block-featured-category__link,
.wc-block-featured-category__price,
.wc-block-featured-category__title,
.wc-block-featured-category__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-category .wc-block-featured-category__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-category .wc-block-featured-category__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-category__description {
    color: inherit
}

.wc-block-featured-category__description p {
    margin: 0
}

.wc-block-featured-category .wc-block-featured-category__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-category .wc-block-featured-category__title div {
    color: inherit
}

.wc-block-featured-category .wc-block-featured-category__title:before {
    display: none
}

.wc-block-featured-category__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-category .wp-block-button.aligncenter {
    text-align: center
}

.wp-block-woocommerce-featured-product {
    background-color: transparent;
    border-color: transparent;
    box-sizing: border-box;
    color: #fff
}

.wc-block-featured-product {
    align-content: center;
    align-items: center;
    background-color: inherit;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 100%
}

.wc-block-featured-product.has-background-dim .background-dim__overlay:before {
    background: inherit;
    border-radius: inherit;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.wc-block-featured-product.has-background-dim-10 .background-dim__overlay:before {
    opacity: .1
}

.wc-block-featured-product.has-background-dim-20 .background-dim__overlay:before {
    opacity: .2
}

.wc-block-featured-product.has-background-dim-30 .background-dim__overlay:before {
    opacity: .3
}

.wc-block-featured-product.has-background-dim-40 .background-dim__overlay:before {
    opacity: .4
}

.wc-block-featured-product.has-background-dim-50 .background-dim__overlay:before {
    opacity: .5
}

.wc-block-featured-product.has-background-dim-60 .background-dim__overlay:before {
    opacity: .6
}

.wc-block-featured-product.has-background-dim-70 .background-dim__overlay:before {
    opacity: .7
}

.wc-block-featured-product.has-background-dim-80 .background-dim__overlay:before {
    opacity: .8
}

.wc-block-featured-product.has-background-dim-90 .background-dim__overlay:before {
    opacity: .9
}

.wc-block-featured-product.has-background-dim-100 .background-dim__overlay:before {
    opacity: 1
}

.wc-block-featured-product__selection {
    width: 100%
}

.wc-block-featured-product.has-left-content {
    justify-content: flex-start
}

.wc-block-featured-product.has-left-content .wc-block-featured-product__description,
.wc-block-featured-product.has-left-content .wc-block-featured-product__price,
.wc-block-featured-product.has-left-content .wc-block-featured-product__title,
.wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
    margin-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.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wc-block-featured-product__description,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    line-height: 1.25;
    margin-bottom: 0;
    text-align: center
}

.wc-block-featured-product__description a,
.wc-block-featured-product__description a:active,
.wc-block-featured-product__description a:focus,
.wc-block-featured-product__description a:hover,
.wc-block-featured-product__price a,
.wc-block-featured-product__price a:active,
.wc-block-featured-product__price a:focus,
.wc-block-featured-product__price a:hover,
.wc-block-featured-product__title a,
.wc-block-featured-product__title a:active,
.wc-block-featured-product__title a:focus,
.wc-block-featured-product__title a:hover,
.wc-block-featured-product__variation a,
.wc-block-featured-product__variation a:active,
.wc-block-featured-product__variation a:focus,
.wc-block-featured-product__variation a:hover {
    color: #fff
}

.wc-block-featured-product__description,
.wc-block-featured-product__link,
.wc-block-featured-product__price,
.wc-block-featured-product__title,
.wc-block-featured-product__variation {
    color: inherit;
    padding: 0 48px 16px;
    width: 100%;
    z-index: 1
}

.wc-block-featured-product .wc-block-featured-product__background-image {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    -o-object-fit: none;
    object-fit: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
    background-attachment: fixed
}

@supports(-webkit-overflow-scrolling:touch) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

@media(prefers-reduced-motion:reduce) {
    .wc-block-featured-product .wc-block-featured-product__background-image.has-parallax {
        background-attachment: scroll
    }
}

.wc-block-featured-product__description {
    color: inherit
}

.wc-block-featured-product__description p {
    margin: 0
}

.wc-block-featured-product .wc-block-featured-product__title {
    color: inherit;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title div {
    color: inherit
}

.wc-block-featured-product .wc-block-featured-product__title:before {
    display: none
}

.wc-block-featured-product__wrapper {
    align-content: center;
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    width: 100%
}

.wc-block-featured-product .wp-block-button.aligncenter {
    text-align: center
}

.wc-block-featured-product .wc-block-featured-product__title,
.wc-block-featured-product .wc-block-featured-product__variation {
    border: 0;
    margin-top: 0
}

.wc-block-featured-product .wc-block-featured-product__title:before,
.wc-block-featured-product .wc-block-featured-product__variation:before {
    display: none
}

.wc-block-featured-product .wc-block-featured-product__variation {
    font-style: italic;
    padding-top: 0
}

.wc-block-featured-product .wc-block-featured-product__description p {
    line-height: 1.5;
    margin: 0
}

.wc-block-mini-cart__badge,
.wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex
}

.wc-block-mini-cart__badge {
    background: 0 0;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: inherit;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-left: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em
}

html[dir=rtl] .wc-block-mini-cart__icon {
    transform: scaleX(-1)
}

.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: 0 0 !important;
    border: 0;
    margin: 0 0 2em
}

.editor-styles-wrapper table.wc-block-cart-items,
table.wc-block-cart-items {
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header,
table.wc-block-cart-items .wc-block-cart-items__header {
    font-size: .75em;
    text-transform: uppercase
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
    visibility: hidden
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total,
table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
    text-align: right;
    width: 100px
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
    margin: 0;
    width: 100%
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    text-transform: none;
    vertical-align: baseline;
    white-space: nowrap
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: 0 0
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    display: block;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    font-size: 1em;
    line-height: inherit;
    text-align: right
}

.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 {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading h2 span>*,
.wc-block-cart--is-loading th span>*,
.wc-block-mini-cart__drawer.is-loading h2 span>*,
.wc-block-mini-cart__drawer.is-loading th span>* {
    visibility: hidden
}

.wc-block-cart--is-loading h2 span:after,
.wc-block-cart--is-loading th span:after,
.wc-block-mini-cart__drawer.is-loading h2 span:after,
.wc-block-mini-cart__drawer.is-loading th span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading h2 span,
    .wc-block-cart--is-loading th span,
    .wc-block-mini-cart__drawer.is-loading h2 span,
    .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:before,
.wc-block-cart--is-loading th span:before,
.wc-block-mini-cart__drawer.is-loading h2 span:before,
.wc-block-mini-cart__drawer.is-loading th span:before {
    content: " "
}

.wc-block-cart--is-loading h2 span,
.wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-cart--is-loading .wc-block-components-quantity-selector,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-metadata>*,
.wc-block-cart--is-loading .wc-block-components-product-price>*,
.wc-block-cart--is-loading .wc-block-components-quantity-selector>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-metadata:after,
.wc-block-cart--is-loading .wc-block-components-product-price:after,
.wc-block-cart--is-loading .wc-block-components-quantity-selector:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-components-product-metadata,
    .wc-block-cart--is-loading .wc-block-components-product-price,
    .wc-block-cart--is-loading .wc-block-components-quantity-selector,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    line-height: 1;
    max-width: 100% !important;
    min-width: 84px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-components-product-name>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-components-product-name:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-components-product-name,
    .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-components-product-metadata,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-item__image>a:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-cart-item__image>a,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image>a {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    display: block;
    margin-top: .25em;
    max-width: 3em
}

.wc-block-cart--is-loading .wc-block-components-product-price:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:before {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 460px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card>*,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card>* {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card,
    .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:before,
.wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:before {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading+.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
    margin-top: 4px
}

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title,
.is-small .wc-block-cart-item__total .wc-block-components-sale-badge,
.is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-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 {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    padding-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-span: 2;
    -ms-grid-column-align: stretch;
    -ms-grid-column: 2;
    grid-column-end: 4;
    grid-column-start: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    justify-self: stretch;
    padding: 0 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-row-align: end;
    align-self: end;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 2;
    grid-row-start: 2;
    padding-right: 16px;
    padding-top: 16px;
    vertical-align: bottom
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
    -ms-grid-row: 1;
    grid-row-start: 1
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount,
.is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
    display: inline-block
}

.is-large.wc-block-cart {
    margin-bottom: 3em
}

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

.is-large.wc-block-cart .wc-block-cart-items:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    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 {
    padding: 16px 0 16px 16px;
    position: relative;
    vertical-align: top
}

.is-large.wc-block-cart .wc-block-cart-items td:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    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 {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: .25rem 0;
    text-align: right;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator,
.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px 0 0
}

.is-large.wc-block-cart .wc-block-cart__payment-options:empty {
    padding: 0
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 10em;
    padding-right: 3.7735849057%;
    width: 65%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    max-width: 100% !important;
    min-height: 15em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    min-height: 12em;
    padding-left: 2.2641509434%;
    width: 35%
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin: 0 0 1em;
    max-width: 100% !important;
    min-height: 3em;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block>*,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block>* {
    visibility: hidden
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block:after,
.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
        flex-direction: column;
        margin: 0 auto 16px
    }

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block,
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
        padding: 0;
        width: 100%
    }
}

.wc-block-mini-cart {
    display: inline-block
}

.wc-block-mini-cart__button {
    align-items: center;
    background-color: transparent;
    border: none;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    padding: .75em .5em
}

.wc-block-mini-cart__button:hover:not([disabled]) {
    opacity: .6
}

.wc-block-mini-cart__amount {
    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-size: inherit;
        font-weight: inherit;
        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;
    right: 16px;
    top: 40px
}

.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 {
    box-sizing: border-box;
    height: 100vh;
    justify-content: center;
    padding: 0
}

:where(.wp-block-woocommerce-mini-cart-contents) {
    background: #fff
}

.wp-block-woocommerce-empty-mini-cart-contents-block,
.wp-block-woocommerce-filled-mini-cart-contents-block {
    display: flex;
    flex-direction: column;
    height: 100%
}

.wp-block-woocommerce-empty-mini-cart-contents-block {
    justify-content: center
}

.wp-block-woocommerce-filled-mini-cart-contents-block {
    justify-content: space-between
}

.wp-block-woocommerce-empty-mini-cart-contents-block .wc-block-mini-cart__empty-cart-wrapper {
    overflow-y: auto;
    padding: 40px 16px 16px
}

h2.wc-block-mini-cart__title {
    font-size: 2em;
    margin: 40px 16px 0
}

.wc-block-mini-cart__items {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-y: auto;
    padding: 16px 16px 0
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table {
    margin-bottom: auto;
    margin-right: -16px;
    padding-right: 16px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row {
    padding-bottom: 8px;
    padding-top: 8px
}

.wc-block-mini-cart__items .wc-block-mini-cart__products-table .wc-block-cart-items__row:last-child:after {
    content: none
}

.wc-block-mini-cart__footer {
    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-components-button {
    flex-grow: 1;
    font-weight: 600
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
    color: currentColor;
    display: none
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:not(:focus) {
    box-shadow: inset 0 0 0 1px currentColor
}

.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:focus,
.wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined:hover {
    color: #fff
}

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-components-button.outlined {
        display: inline-flex
    }
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px
}

.wc-block-mini-cart__shopping-button {
    display: flex;
    justify-content: center
}

.wc-block-mini-cart__shopping-button a {
    border: 2px solid;
    color: currentColor;
    font-weight: 600;
    padding: 12px 24px;
    text-decoration: none
}

.wc-block-mini-cart__shopping-button a:focus,
.wc-block-mini-cart__shopping-button a:hover {
    background-color: #1e1e1e;
    border-color: #1e1e1e;
    color: #fff
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin-top: 1.5em;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-checkbox label {
    align-items: flex-start;
    display: flex;
    font-size: .875em;
    position: relative
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 2px solid #50575e;
    border-radius: 2px;
    box-sizing: border-box;
    font-size: 1em;
    height: 1.5em;
    margin: 0 1em 0 0;
    min-height: 1.5em;
    min-width: 1.5em;
    overflow: hidden;
    position: static;
    vertical-align: middle;
    width: 1.5em
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: #fff;
    border-color: #50575e
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid #50575e;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after,
.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
    content: ""
}

.wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked)+.wc-block-components-checkbox__mark {
    display: none
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
    background: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .6)
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
    outline: 2px solid hsla(0, 0%, 100%, .6);
    outline-offset: 2px
}

.wc-block-components-checkbox.has-error,
.wc-block-components-checkbox.has-error a {
    color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus,
.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
    border-color: #cc1818
}

.wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
    outline: 2px solid #cc1818;
    outline-offset: 2px
}

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    margin-left: .1875em;
    margin-top: .0625em;
    pointer-events: none;
    position: absolute;
    width: 1.125em
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label,
.wc-block-components-checkbox>span {
    line-height: 1.5em;
    vertical-align: middle
}

@media(-ms-high-contrast:none),
screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox],
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked,
.theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
    background-color: #fff;
    border-color: var(--form--border-color)
}

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.wc-block-components-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;
    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-panel__button {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    vertical-align: baseline;
    width: 100%;
    word-break: break-word
}

.wc-block-components-panel__button[aria-expanded=true] {
    margin-bottom: .375em;
    padding-bottom: .375em
}

.wc-block-components-panel__button,
.wc-block-components-panel__button:active,
.wc-block-components-panel__button:focus,
.wc-block-components-panel__button:hover {
    background: 0 0;
    box-shadow: none;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-components-panel__button>.wc-block-components-panel__button-icon {
    fill: currentColor;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: auto
}

.wc-block-components-panel__content[hidden] {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button,
.theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus,
.theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
    background: none transparent
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

.wc-block-components-notices .wc-block-components-notices__notice {
    display: flex;
    flex-wrap: nowrap;
    margin: 0
}

.wc-block-components-notices .wc-block-components-notices__notice a {
    text-decoration: underline
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
    background: transparent none;
    border: 0;
    color: currentColor;
    margin: 0 0 0 auto;
    outline: 0;
    padding: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
    fill: currentColor;
    vertical-align: text-top
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :first-child {
    margin-top: 0
}

.wc-block-components-notices .wc-block-components-notices__notice .components-notice__content>div:not(.components-notice__actions) :last-child {
    margin-bottom: 0
}

.wc-block-components-notices .wc-block-components-notices__notice+.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-form .wc-block-components-text-input,
.wc-block-components-text-input {
    margin-top: 1.5em;
    position: relative;
    white-space: nowrap
}

.wc-block-components-form .wc-block-components-text-input label,
.wc-block-components-text-input label {
    color: inherit;
    color: #757575;
    cursor: text;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    left: 0;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1.375;
    margin: 0 0 0 17px;
    max-width: calc(100% - 32px);
    overflow: hidden;
    position: absolute;
    text-decoration: inherit;
    text-overflow: ellipsis;
    text-transform: inherit;
    top: 0;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: transform .2s ease
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label,
.has-dark-controls .wc-block-components-text-input label {
    color: hsla(0, 0%, 100%, .6)
}

@media screen and (prefers-reduced-motion:reduce) {

    .wc-block-components-form .wc-block-components-text-input label,
    .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill+label,
.wc-block-components-text-input input:-webkit-autofill+label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label,
.wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    min-height: 0;
    padding: .75em 0;
    text-indent: 16px;
    width: 100%
}

.wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.wc-block-components-text-input input[type=email]:focus,
.wc-block-components-text-input input[type=number]:focus,
.wc-block-components-text-input input[type=tel]:focus,
.wc-block-components-text-input input[type=text]:focus,
.wc-block-components-text-input input[type=url]:focus {
    background-color: #fff;
    box-shadow: 0 0 0 1px #50575e;
    color: #2b2d2f;
    outline: 0
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url],
.has-dark-controls .wc-block-components-text-input input[type=email],
.has-dark-controls .wc-block-components-text-input input[type=number],
.has-dark-controls .wc-block-components-text-input input[type=tel],
.has-dark-controls .wc-block-components-text-input input[type=text],
.has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0, 0, 0, .1);
    border-color: hsla(0, 0%, 100%, .4);
    color: #fff
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus,
.has-dark-controls .wc-block-components-text-input input[type=email]:focus,
.has-dark-controls .wc-block-components-text-input input[type=number]:focus,
.has-dark-controls .wc-block-components-text-input input[type=tel]:focus,
.has-dark-controls .wc-block-components-text-input input[type=text]:focus,
.has-dark-controls .wc-block-components-text-input input[type=url]:focus {
    background-color: rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .4);
    color: #fff
}

.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-inner-spin-button,
.wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=number],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=text],
.wc-block-components-form .wc-block-components-text-input.is-active input[type=url],
.wc-block-components-text-input.is-active input[type=email],
.wc-block-components-text-input.is-active input[type=number],
.wc-block-components-text-input.is-active input[type=tel],
.wc-block-components-text-input.is-active input[type=text],
.wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em
}

.wc-block-components-form .wc-block-components-text-input.has-error input,
.wc-block-components-form .wc-block-components-text-input.has-error input:active,
.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.wc-block-components-text-input.has-error input,
.wc-block-components-text-input.has-error input:active,
.wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:hover,
.has-dark-controls .wc-block-components-text-input.has-error input,
.has-dark-controls .wc-block-components-text-input.has-error input:active,
.has-dark-controls .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:hover {
    border-color: #f18c8c
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error input:focus,
.has-dark-controls .wc-block-components-text-input.has-error input:focus {
    box-shadow: 0 0 0 1px #f18c8c
}

.wc-block-components-form .wc-block-components-text-input.has-error label,
.wc-block-components-text-input.has-error label {
    color: #cc1818
}

.has-dark-controls .wc-block-components-form .wc-block-components-text-input.has-error label,
.has-dark-controls .wc-block-components-text-input.has-error label {
    color: #f18c8c
}

.wc-block-components-form .wc-block-components-text-input:only-child,
.wc-block-components-text-input:only-child {
    margin-top: 1.5em
}

.wc-block-components-totals-wrapper {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper:after {
    border-style: solid;
    border-width: 1px 0 0;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-components-totals-wrapper.has-bottom-border:after {
    border-bottom-width: 1px
}

.wc-block-components-totals-wrapper:empty {
    padding: 0
}

.wc-block-components-totals-wrapper:empty:after {
    content: none
}

.wc-block-components-totals-wrapper.slot-wrapper {
    padding: 0
}

.wc-block-components-totals-wrapper.slot-wrapper>*>* {
    padding: 16px 0;
    position: relative
}

.wc-block-components-totals-wrapper.slot-wrapper>*>:after {
    border-style: solid;
    border-width: 0 0 1px;
    bottom: 0;
    content: "";
    display: block;
    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 {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-validation-error {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    white-space: normal
}

.wc-block-components-validation-error>p {
    margin: 0;
    padding: 4px 0 0
}

.has-dark-mode-palette .wc-block-components-validation-error {
    color: #f18c8c
}

.wc-block-components-select+.wc-block-components-validation-error {
    margin-bottom: 24px
}

.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 {
    clear: both;
    list-style: none outside;
    margin: 4px 0 4px 60px
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
    margin: 4px 0 0
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 .5em 0 -60px;
    max-width: 50px;
    padding: 0;
    position: relative;
    vertical-align: middle
}

.wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
    display: block;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0
}

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    background: currentColor;
    display: inline-block;
    height: 1em;
    min-width: 200px;
    opacity: .2;
    width: 50%
}

.wc-block-product-categories__button {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.wc-block-product-categories__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled,
.wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-categories__button:disabled:focus,
.wc-block-product-categories__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    flex-grow: 1;
    line-height: 1.8;
    padding: 6px 8px
}

.wc-block-product-search .wc-block-product-search__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 0 .5em;
    position: relative
}

.wc-block-product-search .wc-block-product-search__button svg {
    fill: currentColor;
    outline: none
}

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

.wc-block-product-search .wc-block-product-search__button:disabled:focus,
.wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
    box-shadow: none
}

.wp-block-woocommerce-price-filter {
    border-color: #757575;
    border-radius: 4px;
    border-style: none !important
}

.wp-block-woocommerce-price-filter h1,
.wp-block-woocommerce-price-filter h2,
.wp-block-woocommerce-price-filter h3,
.wp-block-woocommerce-price-filter h4,
.wp-block-woocommerce-price-filter h5,
.wp-block-woocommerce-price-filter h6 {
    text-transform: inherit
}

.wc-block-price-filter,
.wc-block-price-filter__controls,
.wc-block-price-slider {
    border-color: inherit;
    border-radius: inherit
}

.wc-block-price-filter__controls input {
    border-color: inherit !important;
    border-radius: inherit !important;
    border-style: solid
}

.wc-block-price-filter__controls .input-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 2em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 5.625em;
    z-index: 1
}

.wc-block-price-filter__controls .input-loading>* {
    visibility: hidden
}

.wc-block-price-filter__controls .input-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-price-filter__controls .input-loading {
        -webkit-animation: none;
        animation: none
    }
}

.editor-styles-wrapper .wc-block-price-filter__button.wc-block-components-price-slider__button,
.wc-block-price-filter__button.wc-block-components-price-slider__button {
    font-size: .875em;
    padding: .5em 1em
}

.wp-block-woocommerce-attribute-filter {
    border-style: none !important
}

.wp-block-woocommerce-attribute-filter h1,
.wp-block-woocommerce-attribute-filter h2,
.wp-block-woocommerce-attribute-filter h3,
.wp-block-woocommerce-attribute-filter h4,
.wp-block-woocommerce-attribute-filter h5,
.wp-block-woocommerce-attribute-filter h6 {
    text-transform: inherit
}

.wc-block-attribute-filter {
    border-color: inherit;
    border-radius: inherit;
    margin-bottom: 16px
}

.wc-block-attribute-filter .is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    height: 1em;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-attribute-filter .is-loading>* {
    visibility: hidden
}

.wc-block-attribute-filter .is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-attribute-filter .is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-attribute-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-attribute-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-attribute-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-attribute-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-attribute-filter .wc-block-attribute-filter-list {
    margin: 0;
    width: 100%
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li label {
    cursor: pointer
}

.wc-block-attribute-filter .wc-block-attribute-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-attribute-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-attribute-filter__conditions-toggle,
.wc-block-attribute-filter__display-toggle,
.wc-block-attribute-filter__multiple-toggle {
    width: 100%
}

.wc-block-attribute-filter__instructions {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 1em
}

.wc-block-attribute-filter__selection {
    padding-top: 1em
}

.woocommerce-product-attributes .woocommerce-search-list__search .components-base-control__label {
    color: inherit;
    color: #757575;
    font-family: inherit;
    font-size: inherit;
    font-size: 1em;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-attribute-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-attribute-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-attribute-filter__actions .wc-block-filter-submit-button.wc-block-components-filter-submit-button.wc-block-attribute-filter__button {
    font-size: .875em;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-components-checkbox,
.wc-block-components-checkbox {
    margin-top: 1em
}

.editor-styles-wrapper .wc-block-attribute-filter__button.wc-block-attribute-filter__button,
.wc-block-attribute-filter__button.wc-block-attribute-filter__button {
    font-size: .875em;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    padding: .5em 1em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wp-block-woocommerce-stock-filter h1,
.wp-block-woocommerce-stock-filter h2,
.wp-block-woocommerce-stock-filter h3,
.wp-block-woocommerce-stock-filter h4,
.wp-block-woocommerce-stock-filter h5,
.wp-block-woocommerce-stock-filter h6 {
    text-transform: inherit
}

.wc-block-stock-filter {
    margin-bottom: 24px
}

.wc-block-stock-filter.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-stock-filter.is-loading>* {
    visibility: hidden
}

.wc-block-stock-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-stock-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-stock-filter .wc-block-stock-filter-list {
    margin: 0
}

.wc-block-stock-filter .wc-block-stock-filter-list li label {
    cursor: pointer
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
    cursor: pointer;
    display: inline-block
}

.wc-block-stock-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-stock-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-stock-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-stock-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-stock-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-stock-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-block-stock-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-stock-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-stock-filter .wc-block-stock-filter__button,
.wc-block-stock-filter__actions .wc-block-stock-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

.wp-block-woocommerce-active-filters h1,
.wp-block-woocommerce-active-filters h2,
.wp-block-woocommerce-active-filters h3,
.wp-block-woocommerce-active-filters h4,
.wp-block-woocommerce-active-filters h5,
.wp-block-woocommerce-active-filters h6 {
    text-transform: inherit
}

.wp-block-woocommerce-active-filters .wc-block-filter-title-placeholder .wc-block-active-filters__title {
    height: 1em
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all {
    background: 0 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline;
    float: right;
    font-family: inherit;
    font-size: inherit;
    font-size: .875em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 15px 0 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline
}

.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: 0 0
}

.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    color: inherit;
    text-decoration: none
}

.wc-block-active-filters .wc-block-active-filters__clear-all,
.wc-block-active-filters .wc-block-active-filters__clear-all:active,
.wc-block-active-filters .wc-block-active-filters__clear-all:focus,
.wc-block-active-filters .wc-block-active-filters__clear-all:hover {
    background: 0 0;
    color: inherit
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    float: right;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    width: 80px;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__clear-all-placeholder:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__clear-all-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list {
    clear: both;
    list-style: none outside;
    margin: 0 0 4px;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 12px
}

.wc-block-active-filters .wc-block-active-filters__list.wc-block-active-filters--loading.wc-block-active-filters__list--chips {
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 10px
}

.wc-block-active-filters .wc-block-active-filters__list li {
    list-style: none outside;
    margin: 9px 0 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list li ul {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.wc-block-active-filters .wc-block-active-filters__list>li:first-child,
.wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
    margin: 0
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-list>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips {
    display: inline-block
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 13px;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    display: inline-block;
    height: 1em;
    line-height: 1;
    margin-right: 15px !important;
    max-width: 100% !important;
    min-width: 70px;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span>* {
    visibility: hidden
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips>span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:last-of-type>span {
    margin-right: 0 !important
}

.wc-block-active-filters .wc-block-active-filters__list li.show-loading-state-chips:nth-child(3) {
    flex-grow: 1;
    max-width: 200px
}

.wc-block-active-filters .wc-block-active-filters__list>.wc-block-active-filters__list-item .wc-block-active-filters__list-item-name {
    margin: 9px 0 0
}

.wc-block-active-filters .wc-block-active-filters__list-item-type {
    display: block;
    font-size: .75em;
    font-weight: 700;
    letter-spacing: .1em;
    margin: 16px 0 0;
    text-transform: uppercase
}

.wc-block-active-filters .wc-block-active-filters__list-item-operator {
    font-style: italic;
    font-weight: 400
}

.wc-block-active-filters .wc-block-active-filters__list-item-name {
    align-items: center;
    display: flex;
    font-size: .875em;
    padding: 0;
    position: relative
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e0e0e0;
    border: 0;
    border-radius: 25px;
    color: currentColor;
    font-size: .75em;
    height: 16px;
    line-height: 16px;
    margin: 0 .5em 0 0;
    padding: 0;
    width: 16px
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover {
    background: #949494
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:focus .wc-block-components-chip__remove-icon,
.wc-block-active-filters .wc-block-active-filters__list-item-remove:hover .wc-block-components-chip__remove-icon {
    fill: #fff
}

.wc-block-active-filters .wc-block-active-filters__list-item-remove:disabled {
    color: #e0e0e0;
    cursor: not-allowed
}

.wc-block-active-filters .wc-block-active-filters__list--chips li,
.wc-block-active-filters .wc-block-active-filters__list--chips ul {
    display: inline
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
    display: none
}

.wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
    margin-bottom: .1875em;
    margin-top: .1875em
}

.wc-block-rating-filter.is-loading {
    background-color: currentColor !important;
    border: 0 !important;
    border-radius: .25rem;
    border-radius: 0;
    box-shadow: none;
    color: currentColor !important;
    display: block;
    line-height: 1;
    margin-top: 16px;
    max-width: 100% !important;
    opacity: .15;
    outline: 0 !important;
    overflow: hidden !important;
    pointer-events: none;
    position: relative !important;
    width: 100%;
    z-index: 1
}

.wc-block-rating-filter.is-loading>* {
    visibility: hidden
}

.wc-block-rating-filter.is-loading:after {
    -webkit-animation: loading__animation 1.5s ease-in-out infinite;
    animation: loading__animation 1.5s ease-in-out infinite;
    background-image: linear-gradient(90deg, currentColor, hsla(0, 0%, 96%, .302), currentColor);
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-rating-filter.is-loading {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-rating-filter.style-dropdown {
    align-items: flex-start;
    display: flex;
    gap: 16px;
    position: relative
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 0
}

.wc-block-rating-filter.style-dropdown .single-selection .components-form-token-field__input-container.is-active .components-form-token-field__token+input[type=text].components-form-token-field__input {
    opacity: 1
}

.wc-block-rating-filter.style-dropdown .wc-block-components-filter-submit-button {
    height: 36px;
    line-height: 1
}

.wc-block-rating-filter.style-dropdown>svg {
    pointer-events: none;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%)
}

.wc-block-rating-filter .wc-block-components-product-rating__stars {
    display: inline-block;
    height: 1em;
    line-height: 1
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper {
    flex-grow: 1;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-width: unset;
    width: 0
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper:not(.is-loading) {
    border: 1px solid #757575 !important;
    border-radius: 4px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper.is-loading {
    border-radius: .25em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field {
    border-radius: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container {
    border: 0;
    border-radius: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    padding: 8px;
    text-decoration: inherit;
    text-transform: inherit
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input {
    font-size: .875em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::-moz-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input:-ms-input-placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__input::placeholder {
    color: #000
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list {
    border: 1px solid #757575;
    border-radius: 4px;
    margin-top: 8px;
    max-height: 21em
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #000;
    margin: 12px;
    padding: 12px
}

.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__suggestion,
.wc-block-rating-filter .wc-blocks-components-form-token-field-wrapper .components-form-token-field__input-container .components-form-token-field__token {
    font-size: .875em
}

.wc-block-rating-filter .wc-block-components-product-rating {
    margin-bottom: 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container {
    padding: 4px 30px 4px 8px
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-form-token-field__token-text {
    background-color: #fff;
    border: 1px solid;
    border-radius: 25px 0 0 25px;
    border-right: 0;
    line-height: 22px;
    padding: .25em .5em .25em .75em
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container>.components-form-token-field__input {
    margin: .25em 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token {
    background-color: #fff;
    border: 1px solid;
    border-left: 0;
    border-radius: 0 25px 25px 0;
    padding: 1px .25em 0 0
}

.wc-blocks-components-form-token-field-wrapper:not(.single-selection) .components-form-token-field__input-container .components-button.components-form-token-field__remove-token.has-icon svg {
    background-color: #e0e0e0;
    border-radius: 25px
}

.wp-block-woocommerce-rating-filter {
    margin-bottom: 24px
}

.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li input,
.wp-block-woocommerce-rating-filter .wc-block-rating-filter .wc-block-rating-filter-list li label {
    cursor: pointer
}

.wc-block-rating-filter__actions {
    align-items: center;
    display: flex;
    gap: 16px;
    justify-content: flex-end;
    margin-top: 16px
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button {
    margin-left: 0
}

.wc-block-rating-filter__actions .wc-block-components-filter-submit-button:disabled {
    cursor: auto;
    opacity: .6
}

.wc-block-rating-filter__actions button[type=submit]:not(.wp-block-search__button).wc-block-components-filter-submit-button {
    font-size: .875em;
    margin-left: 0;
    margin-top: 0
}

.editor-styles-wrapper .wc-block-rating-filter .wc-block-rating-filter__button,
.wc-block-rating-filter__actions .wc-block-rating-filter__button {
    font-size: .875em;
    margin-top: .5em;
    padding: .5em 1em
}

:where(div[data-block-name="woocommerce/legacy-template"]) {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px
}

@-webkit-keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.color-block-support-panel .wc-block-feedback-prompt {
    grid-column: 1/-1
}

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #bbb;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: 0;
    vertical-align: middle;
    background: #f2f2f2;
    background: -moz-linear-gradient(top, #f8f8f8 1%, #e1e1e1 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #f8f8f8), color-stop(100%, #e1e1e1));
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    box-shadow: 0 1px 0 rgba(255, 255, 255, .75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default
}

.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
    border-color: #666
}

.selectBox-dropdown.selectBox-menuShowing {
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.selectBox-dropdown .selectBox-label {
    padding: 2px 8px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden
}

.selectBox-dropdown .selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
    border-left: solid 1px #bbb
}

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #bbb;
    background: #fff;
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.selectBox-inline {
    min-width: 150px;
    outline: 0;
    border: solid 1px #bbb;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto
}

.selectBox-inline:focus {
    border-color: #666
}

.selectBox-options,
.selectBox-options li,
.selectBox-options li a {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0
}

.selectBox-options li a {
    line-height: 1.5;
    padding: 0 .5em;
    white-space: nowrap;
    overflow: hidden;
    background: 6px center no-repeat
}

.selectBox-options li.selectBox-hover a {
    background-color: #eee
}

.selectBox-options li.selectBox-disabled a {
    color: #888;
    background-color: transparent
}

.selectBox-options li.selectBox-selected a {
    background-color: #c8def4
}

.selectBox-options .selectBox-optgroup {
    color: #666;
    background: #eee;
    font-weight: 700;
    line-height: 1.5;
    padding: 0 .3em;
    white-space: nowrap
}

.selectBox.selectBox-disabled {
    color: #888 !important
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    border-color: #666
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important
}

.selectBox-inline.selectBox-disabled .selectBox-options a {
    background-color: transparent !important
}

/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
    font-family: FontAwesome;
    src: url(../fonts/font-awe-fonts/fontawesome-webfont.eot);
    src: url(../fonts/font-awe-fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/font-awe-fonts/fontawesome-webfont.woff) format('woff2'), url(../fonts/font-awe-fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/font-awe-fonts/fontawesome-webfont.ttf) format('truetype'), url(../fonts/font-awe-fonts/fontawesome-webfont.svg) format('svg');


    /* src: url(../../../plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.eot);
    src: url(../../../plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../../../plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.woff) format('woff2'), url(../../../plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.woff) format('woff'), url(../../../plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.ttf) format('truetype'), url(../../../plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.svg) format('svg'); */
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.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-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: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(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 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -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;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

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

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

.fa-check:before {
    content: "\f00c"
}

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

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

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@font-face {
    font-family: star;
     src: url(../fonts/fonts-Star/star.eot);
    src: url(../fonts/fonts-Star/star.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts-Star/star.svg) format("svg"); 
 
    /* src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/star.svg) format("svg"); */
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../fonts/fonts-Star/WooCommerce.eot);
    src: url(../fonts/fonts-Star/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../fonts/fonts-Star/WooCommerce.woff) format("woff"), url(../fonts/fonts-Star/WooCommerce.ttf) format("truetype"), url(../fonts/fonts-Star/WooCommerce.svg) format("svg");
    /* src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg) format("svg"); */
    font-weight: 400;
    font-style: normal
}

div.pp_woocommerce .pp_content_container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 30px rgba(0, 0, 0, .25);
    padding: 20px 0
}

div.pp_woocommerce .pp_content_container:after,
div.pp_woocommerce .pp_content_container:before {
    content: " ";
    display: table
}

div.pp_woocommerce .pp_content_container:after {
    clear: both
}

div.pp_woocommerce .pp_loaderIcon: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(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

div.pp_woocommerce div.ppt {
    color: #000
}

div.pp_woocommerce .pp_gallery ul li a {
    border: 1px solid rgba(0, 0, 0, .5);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    border-radius: 2px;
    display: block
}

div.pp_woocommerce .pp_gallery ul li a:hover {
    border-color: #000
}

div.pp_woocommerce .pp_gallery ul li.selected a {
    border-color: #000
}

div.pp_woocommerce .pp_next:before,
div.pp_woocommerce .pp_previous:before {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    font-family: WooCommerce;
    content: "\e00b";
    text-indent: 0;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center
}

div.pp_woocommerce .pp_next::before:hover,
div.pp_woocommerce .pp_previous::before:hover {
    background-color: #000
}

div.pp_woocommerce .pp_next:hover:before,
div.pp_woocommerce .pp_previous:hover:before {
    display: block
}

div.pp_woocommerce .pp_previous:before {
    left: 1em
}

div.pp_woocommerce .pp_next:before {
    right: 1em;
    font-family: WooCommerce;
    content: "\e008"
}

div.pp_woocommerce .pp_details {
    margin: 0;
    padding-top: 1em
}

div.pp_woocommerce .pp_description,
div.pp_woocommerce .pp_nav {
    font-size: 14px
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous,
div.pp_woocommerce .pp_nav,
div.pp_woocommerce .pp_nav .pp_pause,
div.pp_woocommerce .pp_nav p,
div.pp_woocommerce .pp_play {
    margin: 0
}

div.pp_woocommerce .pp_nav {
    margin-right: 1em;
    position: relative
}

div.pp_woocommerce .pp_close {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    top: -.5em;
    right: -.5em;
    font-size: 1.618em !important
}

div.pp_woocommerce .pp_close:hover {
    background-color: #000
}

div.pp_woocommerce .pp_close:before {
    font-family: WooCommerce;
    content: "\e013";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_next,
div.pp_woocommerce .pp_arrow_previous {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    position: relative;
    margin-top: -1px
}

div.pp_woocommerce .pp_arrow_next:hover,
div.pp_woocommerce .pp_arrow_previous:hover {
    background-color: #000
}

div.pp_woocommerce .pp_arrow_next:before,
div.pp_woocommerce .pp_arrow_previous:before {
    font-family: WooCommerce;
    content: "\e00b";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce .pp_arrow_previous {
    margin-right: .5em
}

div.pp_woocommerce .pp_arrow_next {
    margin-left: .5em
}

div.pp_woocommerce .pp_arrow_next:before {
    content: "\e008"
}

div.pp_woocommerce a.pp_contract,
div.pp_woocommerce a.pp_expand {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    right: auto;
    left: -.5em;
    top: -.5em;
    font-size: 1.618em !important
}

div.pp_woocommerce a.pp_contract:hover,
div.pp_woocommerce a.pp_expand:hover {
    background-color: #000
}

div.pp_woocommerce a.pp_contract:before,
div.pp_woocommerce a.pp_expand:before {
    font-family: WooCommerce;
    content: "\e005";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    text-indent: 0
}

div.pp_woocommerce a.pp_contract:before {
    content: "\e004"
}

div.pp_woocommerce #respond {
    margin: 0;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0
}

div.pp_woocommerce #respond .form-submit {
    margin-top: 0;
    float: none
}

div.pp_woocommerce .pp_inline {
    padding: 0 !important
}

.rtl div.pp_woocommerce .pp_content_container {
    text-align: right
}

@media only screen and (max-width:768px) {
    div.pp_woocommerce {
        left: 5% !important;
        right: 5% !important;
        box-sizing: border-box;
        width: 90% !important
    }

    div.pp_woocommerce .pp_contract,
    div.pp_woocommerce .pp_expand,
    div.pp_woocommerce .pp_gallery,
    div.pp_woocommerce .pp_next,
    div.pp_woocommerce .pp_previous {
        display: none !important
    }

    div.pp_woocommerce .pp_arrow_next,
    div.pp_woocommerce .pp_arrow_previous,
    div.pp_woocommerce .pp_close {
        height: 44px;
        width: 44px;
        font-size: 44px;
        line-height: 44px
    }

    div.pp_woocommerce .pp_arrow_next:before,
    div.pp_woocommerce .pp_arrow_previous:before,
    div.pp_woocommerce .pp_close:before {
        font-size: 44px
    }

    div.pp_woocommerce .pp_description {
        display: none !important
    }

    div.pp_woocommerce .pp_details {
        width: 100% !important
    }

    .pp_content {
        width: 100% !important
    }

    .pp_content #pp_full_res>img {
        width: 100% !important;
        height: auto !important
    }

    .currentTextHolder {
        line-height: 3
    }
}

div.pp_pic_holder a:focus {
    outline: 0
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000
}

.pp_top {
    height: 20px;
    position: relative
}

* html .pp_top {
    padding: 0 20px
}

.pp_top .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_top .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_top .pp_middle {
    left: 0;
    position: static
}

.pp_top .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_content {
    height: 40px;
    min-width: 40px
}

* html .pp_content {
    width: 40px
}

.pp_fade {
    display: none
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%
}

.pp_content_container .pp_left {
    padding-left: 20px
}

.pp_content_container .pp_right {
    padding-right: 20px
}

.pp_content_container .pp_details {
    float: left;
    margin: 10px 0 2px
}

.pp_description {
    display: none;
    margin: 0
}

.pp_social {
    float: left;
    margin: 0
}

.pp_social .facebook {
    float: left;
    margin-left: 5px;
    width: 55px;
    overflow: hidden
}

.pp_social .twitter {
    float: left
}

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0
}

.pp_nav p {
    float: left;
    margin: 2px 4px;
    white-space: nowrap
}

.pp_nav .pp_pause,
.pp_nav .pp_play {
    float: left;
    margin-right: 4px;
    text-indent: -10000px
}

a.pp_arrow_next,
a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    text-indent: -100000px;
    width: 14px
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000
}

.pp_gallery div {
    float: left;
    overflow: hidden;
    position: relative
}

.pp_gallery ul {
    float: left;
    height: 35px;
    margin: 0 0 0 5px;
    padding: 0;
    position: relative;
    white-space: nowrap
}

.pp_gallery ul a {
    border: 1px #000 solid;
    border: 1px rgba(0, 0, 0, .5) solid;
    display: block;
    float: left;
    height: 33px;
    overflow: hidden
}

.pp_gallery li.selected a,
.pp_gallery ul a:hover {
    border-color: #fff
}

.pp_gallery ul a img {
    border: 0
}

.pp_gallery li {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 0
}

.pp_gallery li.default a {
    display: block;
    height: 33px;
    width: 50px
}

.pp_gallery li.default a img {
    display: none
}

.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
    margin-top: 7px !important
}

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%
}

a.pp_contract,
a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-indent: -10000px
}

.pp_bottom {
    height: 20px;
    position: relative
}

* html .pp_bottom {
    padding: 0 20px
}

.pp_bottom .pp_left {
    height: 20px;
    left: 0;
    position: absolute;
    width: 20px
}

.pp_bottom .pp_middle {
    height: 20px;
    left: 20px;
    position: absolute;
    right: 20px
}

* html .pp_bottom .pp_middle {
    left: 0;
    position: static
}

.pp_bottom .pp_right {
    height: 20px;
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px
}

#pp_full_res .pp_inline {
    text-align: left
}

div.ppt {
    color: #fff !important;
    font-weight: 700;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999
}

.woocommerce a.selectBox {
    background: #fff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit
}

.woocommerce a.selectBox,
.woocommerce a.selectBox:hover {
    border-bottom: 1px solid #bbb !important
}

.woocommerce a.selectBox:hover {
    color: inherit
}

.woocommerce a.selectBox:focus {
    border: 1px solid #ccc
}

.selectBox-dropdown .selectBox-label {
    vertical-align: middle;
    padding: 3px 8px
}

.selectBox-dropdown .selectBox-arrow {
    border: none;
    background: url(../images/jquery.selectBox-arrow.png) center right no-repeat
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background: url(../images/jquery.selectBox-arrow.png) center left no-repeat
}

.selectBox-dropdown-menu {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%
}

.selectBox-dropdown-menu li a {
    color: inherit;
    padding: 5px 8px;
    border-radius: 3px
}

.selectBox-dropdown-menu a:hover {
    color: inherit;
    text-decoration: none
}

select.selectBox.change-wishlist {
    max-width: 100px
}

.selectBox.change-wishlist {
    width: auto !important
}

.change-wishlist-selectBox-dropdown-menu {
    width: auto !important
}

.yith-wcwl-with-pretty-photo {
    overflow: hidden
}

.yith-wcwl-with-pretty-photo .pp_content {
    height: auto !important
}

.woocommerce .wishlist-fragment .blockUI.blockOverlay:before,
.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay:before {
    display: none
}

.yith-wcwl-popup {
    display: none
}

.yith-wcwl-popup-content h3 {
    text-align: center;
    font-size: 1.5em
}

.yith-wcwl-popup-content .heading-icon,
.yith-wcwl-popup-feedback .heading-icon {
    text-align: center;
    display: block;
    font-size: 70px;
    color: #333;
    margin-bottom: 15px
}

.yith-wcwl-popup-content .popup-description {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px
}

.yith-wcwl-popup-content .popup-description a.show-tab.active {
    cursor: inherit;
    color: inherit;
    pointer-events: none
}

.yith-wcwl-popup-feedback p.feedback {
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600
}

.yith-wcwl-popup-content label {
    display: block
}

.yith-wcwl-popup-content input[type=text],
.yith-wcwl-popup-content select {
    padding: 10px 7px
}

.yith-wcwl-popup-content .create {
    display: none
}

.yith-wcwl-popup-content .yith-wcwl-second-row {
    display: none
}

.yith-wcwl-popup-footer {
    margin: 15px 0
}

.yith-wcwl-popup-footer .button.wishlist-submit {
    display: block;
    width: 100%;
    text-align: center
}

.pp_pic_holder.pp_woocommerce.feedback {
    max-width: 450px !important
}

.pp_pic_holder.pp_woocommerce.feedback .pp_content {
    width: auto !important
}

.yith-wcwl-popup-feedback {
    margin-top: 2em;
    margin-bottom: 2em
}

.yith-wcwl-add-button.with-dropdown {
    position: relative;
    padding: 15px 0
}

.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 25px;
    border: 1px solid #cdcdcd;
    background: #fff;
    position: absolute;
    z-index: 15;
    top: calc(100% - 5px);
    min-width: 200px
}

.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown {
    display: block
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li {
    padding: 15px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: .8em
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a {
    font-size: 1em !important;
    color: inherit;
    box-shadow: none
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover {
    color: initial
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
    font-family: FontAwesome;
    content: '\f067';
    margin-right: 15px
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child) {
    border-bottom: 1px solid #cdcdcd
}

.yith-wcwl-add-to-wishlist .separator+[data-title] {
    display: inline-block
}

.yith-wcwl-add-to-wishlist .with-tooltip {
    position: relative
}

.yith-wcwl-tooltip {
    z-index: 10;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    top: calc(100% + 5px);
    pointer-events: none;
    cursor: initial;
    font-size: .6875rem;
    line-height: normal;
    display: none
}

.with-dropdown .yith-wcwl-tooltip {
    top: auto;
    bottom: calc(100% + 10px)
}

.with-tooltip .yith-wcwl-tooltip {
    position: absolute
}

.with-tooltip .yith-wcwl-tooltip:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: calc(50% - 2px);
    width: 0;
    height: 0;
    background: 0 0 !important;
    border-left: 5px solid transparent !important;
    border-right: 5px solid transparent !important;
    border-bottom: 5px solid
}

.with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
    bottom: -5px;
    top: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    border-bottom: none
}

#yith-wcwl-popup-message {
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 7px 40px;
    z-index: 10000
}

.wishlist-title {
    display: inline-block
}

.wishlist-title h2 {
    display: inline-block;
    padding: 5px
}

.wishlist-title.wishlist-title-with-form h2:hover {
    background: #efefef
}

.wishlist-title a.show-title-form {
    cursor: pointer;
    visibility: hidden
}

.wishlist-title:hover a.show-title-form {
    visibility: visible
}

.hidden-title-form {
    position: relative;
    margin: 25px 0 39px
}

.yes-js .hidden-title-form {
    display: none
}

.hidden-title-form .edit-title-buttons {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px)
}

.hidden-title-form>input[type=text] {
    padding-right: 65px;
    line-height: 1
}

.hidden-title-form a {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.3em
}

.hidden-title-form a i {
    margin: 0;
    display: inline-block
}

table.wishlist_table {
    font-size: 80%
}

table.wishlist_table tr {
    position: relative
}

table.wishlist_table thead th {
    border-top: 1px solid;
    padding: 16px 12px
}

table.wishlist_table tbody td {
    padding: 16px 12px
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
    border-color: #e7e7e7
}

p.wishlist-empty,
table.wishlist_table tbody td.wishlist-empty {
    text-align: center;
    margin: 100px 0
}

.wishlist_table tr td,
.wishlist_table tr th.product-checkbox,
.wishlist_table tr th.wishlist-delete {
    text-align: center
}

.wishlist_table tr th.product-checkbox {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-remove {
    vertical-align: middle;
    width: 40px
}

.wishlist_table tr th.product-thumbnail {
    width: 80px
}

.wishlist_table tfoot td,
.wishlist_table tr td.product-name,
.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.wishlist-name,
.wishlist_table tr td.wishlist-privacy {
    text-align: left
}

.wishlist_table tr td.product-remove {
    padding: 16px 0
}

.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px
}

.wishlist_table tr td.product-thumbnail a img {
    width: 100%
}

.wishlist_table tr td.product-arrange {
    cursor: grab
}

.wishlist_table tr td.product-arrange:active {
    cursor: grabbing
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #297e29
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: red
}

.wishlist_table .product-add-to-cart span.dateadded {
    display: block
}

.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center
}

.wishlist_table .product-add-to-cart a.button {
    padding: 6px 25px !important
}

.wishlist_table .product-add-to-cart a>img {
    display: inline;
    max-width: 2em
}

.wishlist_table .product-add-to-cart .variations_form {
    margin: 15px 0
}

.wishlist_table .price-variation {
    display: block
}

.wishlist_table .price-variation.decrease .variation-rate {
    color: red
}

.wishlist_table .price-variation .old-price {
    display: block
}

.wishlist_table a.button {
    white-space: normal;
    margin-bottom: 5px !important
}

.wishlist_table.modern_grid {
    list-style: none;
    margin: 0 -7px 35px;
    font-size: 0
}

.wishlist_table.modern_grid li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 7px;
    margin-bottom: 15px
}

.wishlist_table.images_grid li.wishlist-empty,
.wishlist_table.modern_grid li.wishlist-empty {
    width: 100%;
    font-size: 1rem;
    text-align: center;
    margin: 50px 0
}

.wishlist_table.images_grid li.show {
    z-index: 10
}

.wishlist_table.images_grid.products li.product.first,
.wishlist_table.images_grid.products li.product.last {
    clear: none
}

.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),
.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),
.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),
.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),
.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1) {
    clear: both
}

.wishlist_table.modern_grid li .item-wrapper {
    display: table;
    margin: 0 -7px
}

.wishlist_table.modern_grid li .item-details,
.wishlist_table.modern_grid li .product-thumbnail {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 7px;
    font-size: 1rem
}

.wishlist_table.images_grid li .product-thumbnail,
.wishlist_table.modern_grid li .product-thumbnail {
    position: relative
}

.wishlist_table.images_grid li .product-thumbnail .product-checkbox,
.wishlist_table.modern_grid li .product-thumbnail .product-checkbox {
    position: absolute;
    top: 7px;
    left: 15px;
    z-index: 2
}

.wishlist_table.modern_grid li .product-thumbnail>a {
    display: block
}

.wishlist_table.modern_grid li .product-thumbnail>a img {
    display: block
}

.wishlist_table.images_grid li.show .product-thumbnail>a img,
.wishlist_table.images_grid li:hover .product-thumbnail>a img {
    filter: brightness(1.1)
}

.wishlist_table.modern_grid.wishlist_view li .item-details {
    position: relative
}

.wishlist_table.modern_grid.wishlist_view li .item-details:before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    left: 7px;
    background: #fff;
    position: absolute;
    right: 7px;
    z-index: 0;
    border: 1px solid #cdcdcd
}

.wishlist_table.images_grid li .item-details {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 150px);
    width: 300px;
    background: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.wishlist_table.images_grid li.show .item-details {
    display: block
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper {
    padding: 15px 20px;
    line-height: normal;
    position: relative
}

.wishlist_table.images_grid li .item-details a.close {
    position: absolute;
    top: 10px;
    right: 20px
}

.wishlist_table.images_grid li .item-details h3,
.wishlist_table.mobile li .item-details h3,
.wishlist_table.modern_grid li .item-details h3 {
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details table.item-details-table,
.wishlist_table.mobile li .item-details table.item-details-table,
.wishlist_table.mobile li table.additional-info,
.wishlist_table.modern_grid li .item-details table.item-details-table {
    border: none;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details table.item-details-table td,
.wishlist_table.mobile li .item-details table.item-details-table td,
.wishlist_table.mobile li table.additional-info td,
.wishlist_table.modern_grid li .item-details table.item-details-table td {
    border: none;
    font-size: .7em;
    padding: 3px;
    vertical-align: top
}

.wishlist_table.images_grid li .item-details table.item-details-table td.label,
.wishlist_table.mobile li .item-details table.item-details-table td.label,
.wishlist_table.mobile li table.additional-info td.label,
.wishlist_table.modern_grid li .item-details table.item-details-table td.label {
    text-align: left;
    font-weight: 700;
    width: 40%
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value,
.wishlist_table.mobile li .item-details table.item-details-table td.value,
.wishlist_table.mobile li table.additional-info td.value,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value {
    text-align: right
}

.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox {
    margin-right: 0
}

.wishlist_table.images_grid li .item-details table.item-details-table td.value input,
.wishlist_table.mobile li table.additional-info td.value input,
.wishlist_table.modern_grid li .item-details table.item-details-table td.value input {
    width: auto
}

.wishlist_table.images_grid li .item-details .product-add-to-cart,
.wishlist_table.modern_grid li .item-details .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details .move-to-another-wishlist,
.wishlist_table.modern_grid li .item-details .move-to-another-wishlist {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.images_grid li .item-details .product-remove,
.wishlist_table.modern_grid li .item-details .product-remove {
    text-align: right
}

.wishlist_table.images_grid li .item-details .product-remove a,
.wishlist_table.modern_grid li .item-details .product-remove a {
    border: none;
    border-radius: 0;
    display: inline-block
}

.wishlist_table.mobile {
    list-style: none;
    margin-left: 0
}

.wishlist_table.mobile li {
    margin-bottom: 7px
}

.wishlist_table.mobile li .product-checkbox {
    display: inline-block;
    width: 20px;
    vertical-align: top
}

.wishlist_table.mobile li .item-wrapper {
    display: inline-block;
    width: calc(100% - 25px);
    vertical-align: top;
    margin-bottom: 7px
}

.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty {
    text-align: center
}

.wishlist_table.wishlist_manage_table.mobile li .item-wrapper {
    width: 100%
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: inline-block;
    max-width: 60px;
    margin-right: 10px
}

.wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
    padding-left: 20px
}

.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right
}

a.add_to_wishlist {
    cursor: pointer
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 5px
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,
.yith-wcwl-add-to-wishlist a.delete_item>img,
.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img {
    max-width: 32px;
    display: inline-block;
    margin-right: 10px
}

a.add_to_wishlist+a.view-wishlist,
a.delete_item+a.view-wishlist {
    margin-left: 15px
}

.summary .single_add_to_wishlist.button,
div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0
}

.wishlist_table .add_to_cart.button {
    padding: 7px 12px;
    line-height: normal
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px
}

.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button>a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin-right: 10px
}

.hidden-title-form a.hide-title-form,
.wishlist-title a.show-title-form,
.wishlist_manage_table a.create-new-wishlist,
.wishlist_manage_table button.submit-wishlist-changes,
.wishlist_table .add_to_cart.button,
.wishlist_table a.ask-an-estimate-button,
.woocommerce .yith-wcwl-wishlist-new button,
.yith-wcwl-add-button a.add_to_wishlist,
.yith-wcwl-popup-button a.add_to_wishlist,
.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    margin: 0;
    box-shadow: none;
    text-shadow: none
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    left: 10px
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown {
    padding: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
    font-size: 0;
    background: 0 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist {
    font-size: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback {
    display: none
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a {
    font-size: 0;
    background: 0 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
    font-size: 1.6rem;
    margin: 0
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img {
    margin: 0
}

.woocommerce .wishlist-title {
    margin-bottom: 30px
}

.woocommerce .wishlist-title h2 {
    vertical-align: middle;
    margin-bottom: 0
}

.woocommerce .hidden-title-form button {
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative
}

.woocommerce .hidden-title-form button:active {
    top: 1px
}

.woocommerce .back-to-all-wishlists {
    margin-bottom: 20px
}

.woocommerce #content table.wishlist_table.cart a.remove {
    color: #c3c3c3;
    margin: 0 auto
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: #c3c3c3;
    color: #fff
}

.yith-wcwl-share {
    margin-bottom: 35px
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 10px 0
}

.yith-wcwl-share ul {
    margin: 5px 0;
    padding: 0
}

.entry-content .yith-wcwl-share ul li,
.yith-wcwl-share ul li {
    display: inline-block;
    margin-left: 0;
    margin-right: 0
}

.yith-wcwl-share li a {
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    padding: 5px;
    display: block;
    border: none;
    min-width: 26px;
    min-height: 26px
}

.yith-wcwl-share li a:hover {
    color: #fff
}

.yith-wcwl-share li a>img {
    max-width: 1em
}

.copy-trigger {
    cursor: pointer
}

.woocommerce .ask-an-estimate-button>img {
    max-width: 1em;
    display: inline;
    margin-right: 5px
}

#ask_an_estimate_popup {
    display: none
}

.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
    width: 100%
}

.wishlist-ask-an-estimate-popup .woocommerce-error {
    margin-bottom: 0
}

.wishlist-ask-an-estimate-popup #additional_notes {
    min-height: 150px
}

.ask-an-estimate-confirmation {
    padding: 0 30px;
    text-align: center
}

.yith_wcwl_wishlist_footer>div {
    margin-bottom: 15px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
    float: left
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label {
    display: inline-block;
    margin-right: 10px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
    min-width: 250px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
    margin: 0;
    margin-left: 10px
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
    float: right
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: left;
    clear: both
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    float: right
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>* {
    vertical-align: middle
}

.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action {
    clear: both
}

.wishlist-page-links {
    clear: both
}

#move_to_another_wishlist {
    display: none
}

.yith-wcwl-wishlist-new {
    padding: 20px 0
}

.yith-wcwl-popup-content .yith-wcwl-wishlist-new {
    padding: 0
}

.yith-wcwl-wishlist-new .wishlist-name {
    display: inline-block
}

.yith-wcwl-wishlist-new .wishlist-privacy-radio label {
    display: block
}

.yith-wcwl-popup-content .create-wishlist-button {
    margin-top: 15px;
    width: 100%
}

#create_new_wishlist {
    display: none
}

.wishlist_manage_table select {
    vertical-align: middle;
    margin-right: 10px
}

.wishlist_manage_table td.wishlist-name .wishlist-title {
    margin-bottom: 0
}

.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form {
    display: inline-block;
    padding: 0;
    border: none;
    background: 0 0;
    top: 0;
    margin: 0
}

.wishlist_manage_table td.wishlist-name a.show-title-form i {
    padding: 5px;
    margin: 0
}

.wishlist_manage_table td.wishlist-name:hover a.show-title-form {
    visibility: visible
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
    margin: 0 !important;
    width: 100%
}

.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text] {
    width: 100%;
    min-width: 0
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
    position: relative
}

table.wishlist_manage_table tfoot td {
    text-align: right;
    padding: 24px 12px
}

.wishlist_manage_table tfoot button.submit-wishlist-changes {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.wishlist_manage_table tfoot button.submit-wishlist-changes:active {
    top: 1px
}

.wishlist_manage_table tfoot a.create-new-wishlist {
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px
}

.wishlist_manage_table.modern_grid li.wishlist-empty {
    margin: 50px 0
}

.wishlist_manage_table.modern_grid li .item-wrapper {
    display: block;
    margin: 0;
    padding: 40px 50px;
    background: #fff;
    border: 1px solid #cdcdcd
}

.wishlist_manage_table.modern_grid li .item-details,
.wishlist_manage_table.modern_grid li .product-thumbnail {
    display: block;
    width: 100%;
    padding: 0
}

.wishlist_manage_table.modern_grid li .item-details .hidden-title-form {
    width: 100%
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box {
    display: flex;
    background: #f2f2f2;
    min-height: 400px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px
}

.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p {
    font-size: 1em;
    line-height: 1.5em;
    font-weight: 600
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child {
    width: 100%;
    margin-bottom: 15px
}

.wishlist_manage_table.modern_grid li .product-thumbnail img {
    width: calc(50% - 8px)
}

.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3) {
    margin-left: 15px
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form {
    display: block
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3 {
    display: inline-block
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,
.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover {
    visibility: visible;
    float: right;
    margin: 0;
    background: 0 0;
    color: inherit
}

.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i {
    margin: 0
}

.wishlist_manage_table.modern_grid li .hidden-title-form {
    margin-top: 0 !important
}

.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text] {
    width: 100%;
    min-width: 0
}

.wishlist_manage_table.mobile li {
    margin-bottom: 30px
}

.wishlist_manage_table.mobile li .item-wrapper .item-details {
    width: 100%
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form {
    position: relative
}

.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text] {
    width: 100%
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title {
    display: block;
    border-bottom: 1px solid #cdcdcd;
    position: relative
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form {
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible
}

.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i {
    margin-right: 0
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox {
    margin-right: 0
}

.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download {
    float: left
}

.yith-wcwl-wishlist-search-form {
    text-align: center;
    padding: 20px 0
}

.yith-wcwl-wishlist-search-form #wishlist_search {
    display: inline-block;
    max-width: 300px;
    vertical-align: middle
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button {
    display: inline-block;
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin: 0
}

.yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
    top: 1px
}

.yith-wcwl-search-results .wishlist-owner {
    text-align: left
}

.yith-wcwl-search-results .wishlist-owner .thumb {
    display: inline-block;
    margin-right: 15px
}

.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,
.widget_yith-wcwl-lists ul.dropdown li {
    padding: 0
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,
.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,
.widget_yith-wcwl-lists ul.dropdown>li a {
    display: block;
    padding: 5px 15px
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,
.widget_yith-wcwl-lists ul.dropdown ul.lists>li a {
    padding: 5px 25px
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,
.widget_yith-wcwl-lists ul.dropdown>li.lists-section {
    border-bottom: 1px solid #e7e7e7
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,
.widget_yith-wcwl-lists ul.dropdown ul.lists {
    margin: 0
}

.elementor-widget-wp-widget-yith-wcwl-items .mini,
.widget_yith-wcwl-items .mini {
    position: relative
}

.elementor-widget-wp-widget-yith-wcwl-items .heading,
.widget_yith-wcwl-items .heading {
    text-align: center;
    cursor: pointer
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,
.widget_yith-wcwl-items .mini .heading {
    display: inline-block
}

.elementor-widget-wp-widget-yith-wcwl-items .heading a,
.widget_yith-wcwl-items .heading a {
    color: inherit
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,
.widget_yith-wcwl-items .extended .heading .items-counter {
    position: relative
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,
.widget_yith-wcwl-items .extended .heading .items-counter i {
    font-size: 70px;
    position: relative;
    margin-bottom: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,
.widget_yith-wcwl-items .mini .heading .items-counter i {
    font-size: 25px
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,
.widget_yith-wcwl-items .extended .heading .items-counter .items-count {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(50% - 20px);
    font-size: 14px
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,
.widget_yith-wcwl-items .mini .heading .items-counter .items-count {
    font-size: 1rem
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,
.widget_yith-wcwl-items .extended .heading h3:after {
    content: '';
    display: block;
    max-width: 80px;
    border-bottom: 1px solid #cdcdcd;
    margin: 10px auto
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .list,
.widget_yith-wcwl-items .mini .list {
    position: absolute;
    z-index: 1;
    left: 0;
    background: #fff;
    padding: 25px 40px;
    min-width: 280px;
    display: none;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3)
}

.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,
.widget_yith-wcwl-items .mini:hover .list {
    display: block
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,
.widget_yith-wcwl-items ul.product_list_widget {
    margin-bottom: 40px !important
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,
.widget_yith-wcwl-items .mini ul.product_list_widget {
    max-height: 30vh;
    overflow-y: auto
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,
.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb,
.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .4);
    box-shadow: 0 0 1px rgba(255, 255, 255, .4)
}

.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,
.widget_yith-wcwl-items p.empty-wishlist {
    margin-bottom: 0 !important
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,
.widget_yith-wcwl-items .mini ul.product_list_widget {
    margin-left: -20px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,
.widget_yith-wcwl-items ul.product_list_widget li {
    display: table
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),
.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child) {
    margin-bottom: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,
.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,
.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,
.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,
.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
    display: table-cell;
    vertical-align: middle
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,
.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
    font-size: 1.2rem
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,
.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img {
    margin-left: 10px;
    max-width: 40px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a {
    display: inline-block
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,
.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>* {
    display: block
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,
.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,
.widget_yith-wcwl-items .show-wishlist,
.widget_yith-wcwl-items a.add_all_to_cart {
    display: block !important
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,
.widget_yith-wcwl-items .show-wishlist {
    margin-bottom: 10px
}

.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,
.widget_yith-wcwl-items a.add_all_to_cart {
    text-align: center
}

@media(max-width:768px) {
    .yith_wcwl_wishlist_bulk_action select {
        width: 100%;
        margin-bottom: 15px
    }

    .yith_wcwl_wishlist_bulk_action input {
        float: right
    }

    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
        float: none
    }

    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button {
        width: 100%;
        text-align: center
    }
}

.yith-wcwl-share li a {
    color: #fff
}

.yith-wcwl-share li a:hover {
    color: #fff
}

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

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

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

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>:where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

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

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

body .is-layout-flex>* {
    margin: 0
}

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

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

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

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

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

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

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

.opal-icon-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.opal-icon-list .glyph {
    display: inline-block;
    width: 9em;
    margin: 1em;
    text-align: center;
    vertical-align: top;
    border: 1px solid #eee;
    background-color: #f7f7f7
}

.opal-icon-list .class-name {
    color: #223645;
    padding: 10px
}

.opal-icon-list [class*=opal-icon] {
    padding: 20px;
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #223645;
    background: #fff
}

body.custom-background.page-id-2084 {
    background: #f0f5fb
}

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

.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip] {
    position: relative
}

.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip .radio-variable-item[data-wvstooltip]:before {
    bottom: 100%;
    left: 8px
}

.woo-variation-swatches.wvs-tooltip .radio-variable-item .image-tooltip-wrapper {
    left: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 50%
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after,
.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before {
    left: 100%
}

.woo-variation-swatches.wvs-tooltip.wvs-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    left: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.wvs-has-image-tooltip,
[data-wvstooltip] {
    cursor: pointer;
    outline: none;
    position: relative
}

.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
    bottom: 130%;
    -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
    box-shadow: 0 7px 15px rgba(0, 0, 0, .3);
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    visibility: hidden;
    z-index: 999
}

.wvs-has-image-tooltip:before,
[data-wvstooltip]:before {
    background-color: var(--wvs-tooltip-background-color, #333);
    border-radius: 3px;
    color: var(--wvs-tooltip-text-color, #fff);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
    padding: 7px;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

[data-wvstooltip]:before {
    content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock);
    min-width: 100px
}

.wvs-has-image-tooltip:before {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -ms-flex-line-pack: center;
    align-content: center;
    align-items: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: var(--tooltip-background);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: attr(data-title);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 12px;
    height: calc(var(--tooltip-height) + 20px);
    justify-content: flex-end;
    line-height: 20px;
    padding: 0;
    width: var(--tooltip-width)
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid var(--wvs-tooltip-background-color, #333);
    content: " ";
    font-size: 0;
    line-height: 0;
    margin-left: -5px;
    width: 0
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
    bottom: 120%;
    opacity: 1;
    visibility: visible
}

.wvs-theme-sober .product form.cart .variations .variable,
.wvs-theme-sober-child .product form.cart .variations .variable {
    margin-bottom: 15px !important
}

.wvs-theme-sober .product form.cart .variations .variable-options,
.wvs-theme-sober-child .product form.cart .variations .variable-options {
    border: 0 !important
}

.wvs-theme-sober .product form.cart .variations .arrow,
.wvs-theme-sober .product form.cart .variations .variable-options:after,
.wvs-theme-sober-child .product form.cart .variations .arrow,
.wvs-theme-sober-child .product form.cart .variations .variable-options:after {
    display: none
}

.wvs-theme-sober .product form.cart .variations .label,
.wvs-theme-sober-child .product form.cart .variations .label {
    display: block;
    margin-right: 10px;
    text-align: right
}

.wvs-theme-sober .product form.cart .variations .value,
.wvs-theme-sober-child .product form.cart .variations .value {
    -webkit-box-flex: unset;
    -ms-flex-positive: unset;
    flex-grow: unset
}

.wvs-theme-sober .product form.cart .variations select,
.wvs-theme-sober-child .product form.cart .variations select {
    -webkit-appearance: menulist-button !important;
    border: 1px solid #e4e6eb !important;
    padding: .5em 1em !important;
    text-align: left !important;
    -moz-text-align-last: left !important;
    text-align-last: left !important
}

.wvs-theme-sober .product form.cart .radio-variable-item,
.wvs-theme-sober-child .product form.cart .radio-variable-item {
    margin: 5px;
    text-align: left
}

.wvs-theme-sober .product form.cart .radio-variable-item:last-child,
.wvs-theme-sober-child .product form.cart .radio-variable-item:last-child {
    margin-right: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label,
.wvs-theme-sober-child .product form.cart .radio-variable-item label {
    margin: 0;
    padding-left: 30px
}

.wvs-theme-sober .product form.cart .radio-variable-item label:before,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:before {
    border-radius: 100%;
    top: 0
}

.wvs-theme-sober .product form.cart .radio-variable-item label:after,
.wvs-theme-sober-child .product form.cart .radio-variable-item label:after {
    top: 8px
}

.wvs-theme-shophistic-lite.woocommerce #main .entry-summary .variations {
    display: block !important
}

.wvs-theme-shophistic-lite .ql_custom_variations {
    display: none !important
}

.wvs-theme-shophistic-lite .radio-variable-item input[type=radio] {
    display: inline-block;
    margin: 0
}

.wvs-theme-flatsome .variations .reset_variations {
    bottom: 0;
    left: 0;
    position: relative
}

.wvs-theme-storefront-child.single-product div.product,
.wvs-theme-storefront.single-product div.product {
    overflow: visible !important
}

.wvs-theme-stockholm .variations .reset_variations {
    bottom: 0;
    left: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.wvs-theme-kalium .image-variable-item img,
.wvs-theme-kalium-child .image-variable-item img {
    width: 100% !important
}

.wvs-theme-kalium .radio-variable-item input,
.wvs-theme-kalium-child .radio-variable-item input {
    height: 16px !important;
    width: 16px !important
}

.wvs-theme-kalium .woo-variation-items-wrapper .select-option-ui,
.wvs-theme-kalium-child .woo-variation-items-wrapper .select-option-ui {
    display: none
}

.wvs-theme-aurum .variable-items-wrapper .image-variable-item>img,
.wvs-theme-aurum-child .variable-items-wrapper .image-variable-item>img {
    width: 100%
}

.wvs-theme-hestia .woo-variation-items-wrapper.value:before {
    display: none !important
}

.wvs-theme-thegem .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-child .woo-variation-items-wrapper .combobox-wrapper,
.wvs-theme-thegem-elementor .woo-variation-items-wrapper .combobox-wrapper {
    display: none
}

.wvs-theme-thegem .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-child .wvs-archive-variation-wrapper .variations,
.wvs-theme-thegem-elementor .wvs-archive-variation-wrapper .variations {
    padding: 0
}

.wvs-theme-ushop .variations_form,
.wvs-theme-ushop-child .variations_form {
    overflow: visible !important
}

.wvs-theme-ushop .single-product-summary .product_meta,
.wvs-theme-ushop-child .single-product-summary .product_meta {
    display: inline-table
}

.wvs-theme-savoy .woo-variation-items-wrapper,
.wvs-theme-savoy-child .woo-variation-items-wrapper {
    position: relative !important
}

.wvs-theme-savoy .woo-variation-items-wrapper .sod_select,
.wvs-theme-savoy-child .woo-variation-items-wrapper .sod_select {
    display: none !important
}

.wvs-theme-savoy .nm-variation-row,
.wvs-theme-savoy-child .nm-variation-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.wvs-theme-woodstock .woo-variation-items-wrapper .variation-select,
.wvs-theme-woodstock-child .woo-variation-items-wrapper .variation-select {
    display: none !important
}

.wvs-theme-woodmart .wd-attr-selected,
.wvs-theme-woodmart .woo-variation-items-wrapper>.swatches-select,
.wvs-theme-woodmart-child .wd-attr-selected,
.wvs-theme-woodmart-child .woo-variation-items-wrapper>.swatches-select {
    display: none
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper {
    border: 0 !important
}

.wvs-theme-gecko .variations .value.woo-variation-items-wrapper:after,
.wvs-theme-gecko-child .variations .value.woo-variation-items-wrapper:after {
    display: none !important
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection {
    border: 0;
    height: auto;
    width: auto
}

.woo-variation-gallery-theme-massive-dynamic .woo-variation-items-wrapper .clear-selection .reset_variations,
.woo-variation-gallery-theme-massive-dynamic-child .woo-variation-items-wrapper .clear-selection .reset_variations {
    border: 1px solid #f04040;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #f04040;
    font-size: 8px !important;
    height: 20px;
    padding: 5px;
    width: 20px
}

.wvs-theme-claue .woo-variation-items-wrapper,
.wvs-theme-claue-child .woo-variation-items-wrapper {
    border: none
}

.wvs-theme-claue .woo-variation-items-wrapper:after,
.wvs-theme-claue-child .woo-variation-items-wrapper:after {
    display: none
}

.wvs-theme-jupiter table.variations,
.wvs-theme-jupiter-child table.variations {
    overflow: initial
}

.wvs-theme-oxygen .woo-variation-items-wrapper .select-wrapper,
.wvs-theme-oxygen-child .woo-variation-items-wrapper .select-wrapper {
    display: none
}

.wvs-theme-oxygen .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input,
.wvs-theme-oxygen-child .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    width: 18px
}

.wvs-theme-simple-elegant .woo-variation-items-wrapper .wi-nice-select,
.wvs-theme-simple-elegant-child .woo-variation-items-wrapper .wi-nice-select {
    display: none
}

.wvs-theme-twentytwenty table.variations,
.wvs-theme-twentytwenty-child table.variations {
    overflow: auto
}

.wvs-theme-divi .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-divi-child .et_pb_wc_add_to_cart form.variations_form.cart .variations td.value span:after,
.wvs-theme-jevelin .sh-woo-layout table.variations td select.woo-variation-raw-select,
.wvs-theme-jevelin-child .sh-woo-layout table.variations td select.woo-variation-raw-select {
    display: none !important
}

.wvs-theme-jevelin .sh-woo-layout table.variations,
.wvs-theme-jevelin-child .sh-woo-layout table.variations {
    max-width: 100%
}

.wvs-theme-jevelin .radio-variable-item label,
.wvs-theme-jevelin-child .radio-variable-item label {
    line-height: 1 !important
}

.woo-variation-swatches .woo-variation-raw-select+.select2,
.wvs-theme-stockie .woo-variation-raw-select+.select-styled,
.wvs-theme-stockie-child .woo-variation-raw-select+.select-styled {
    display: none !important
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 10px 0
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color>a {
    display: inline-block;
    position: relative
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .count {
    padding: 0 5px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .wvs-widget-item-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item {
    border: 2px solid #fff;
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    display: inline-block;
    float: left;
    height: 20px;
    margin: 0 4px;
    padding: 9px;
    -webkit-transition: -webkit-box-shadow .2s ease;
    transition: -webkit-box-shadow .2s ease;
    -o-transition: box-shadow .2s ease;
    transition: box-shadow .2s ease;
    transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
    width: 20px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-squared {
    border-radius: 2px
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .item.style-rounded {
    border-radius: 100%
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text {
    display: inline-block
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color .text :after {
    clear: both;
    content: "";
    display: inline
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color:hover .item {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .wvs-widget-layered-nav-list__item-color.woocommerce-widget-layered-nav-list__item--chosen .item {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000)
}

.woo-variation-swatches .variations td.value>span:after,
.woo-variation-swatches .variations td.value>span:before,
.woo-variation-swatches .woo-variation-raw-select,
.woo-variation-swatches .woo-variation-raw-select:after,
.woo-variation-swatches .woo-variation-raw-select:before {
    display: none !important
}

.woo-variation-swatches .woo-variation-swatches-variable-item-more {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woo-variation-swatches .wvs-archive-variations-wrapper {
    display: block;
    width: 100%
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    height: var(--wvs-archive-product-item-height, 30px);
    width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: var(--wvs-archive-product-item-font-size, 16px)
}

.woo-variation-swatches .wvs-archive-variations-wrapper .variable-items-wrapper.wvs-style-squared.archive-variable-items .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: var(--wvs-archive-product-item-width, 30px)
}

.woo-variation-swatches ul.variations {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0
}

.woo-variation-swatches ul.variations,
.woo-variation-swatches ul.variations>li {
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.woo-variation-swatches ul.variations>li {
    -webkit-box-pack: var(--wvs-position);
    -ms-flex-pack: var(--wvs-position);
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: var(--wvs-position);
    margin: 5px 0
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.hide {
    visibility: hidden
}

.woo-variation-swatches ul.variations .wvs_archive_reset_variations.show {
    visibility: visible
}

.woo-variation-swatches .variable-items-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    list-style: none;
    margin: 0;
    padding: 0
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item) {
    height: var(--wvs-single-product-large-item-height, 40px);
    width: var(--wvs-single-product-large-item-width, 40px)
}

.woo-variation-swatches .variable-items-wrapper.enabled-large-size .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: var(--wvs-single-product-large-item-font-size, 16px)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-direction: column;
    flex-direction: column
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    list-style: none;
    padding: 0 5px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    cursor: pointer;
    vertical-align: middle
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input {
    height: 20px;
    margin: 5px;
    width: 20px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper {
    display: inline-block
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper img {
    display: inline-block;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 40px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item .variable-item-radio-value-wrapper .out-of-stock {
    display: inline-block;
    margin: 0;
    padding: 0
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item label {
    display: inline-block;
    padding: 2px 0;
    width: auto
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover label {
    cursor: not-allowed;
    opacity: .5
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover .variable-item-radio-value {
    text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:before {
    display: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:focus,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.disabled:hover:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock label,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover input,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover label {
    opacity: .6;
    text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock .variable-item-radio-value,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.no-stock:hover .variable-item-radio-value {
    text-decoration: line-through
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:hover {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .1)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item:focus {
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, .3)
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected,
.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item.selected:hover {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .9);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .9)
}

.woo-variation-swatches .variable-items-wrapper .variable-item {
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    position: relative;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item.variation-disabled {
    display: none !important
}

.woo-variation-swatches .variable-items-wrapper .variable-item img {
    height: 100%;
    margin: 0;
    padding: 0;
    pointer-events: none;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item>span {
    pointer-events: none
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: var(--wvs-item-background-color, #fff);
    -webkit-box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    box-shadow: var(--wvs-item-box-shadow, 0 0 0 1px #a8a8a8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--wvs-item-text-color, #000);
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: var(--wvs-single-product-item-height, 30px);
    justify-content: center;
    margin: 4px;
    padding: 2px;
    position: relative;
    width: var(--wvs-single-product-item-width, 30px)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):last-child {
    margin-right: 0
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock span {
    opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before {
    background-image: var(--wvs-cross);
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    background-color: var(--wvs-hover-item-background-color, #fff);
    color: var(--wvs-hover-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    -webkit-box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd);
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 3px #ddd)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    -webkit-box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
    box-shadow: var(--wvs-selected-item-box-shadow, 0 0 0 2px #000);
    color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    overflow: hidden;
    pointer-events: none;
    position: relative
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled span,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover span {
    opacity: .6
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before {
    background-image: var(--wvs-cross);
    background-position: 50%;
    background-repeat: no-repeat;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: var(--wvs-tick);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%;
    content: " ";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item .variable-item-span-color {
    display: block;
    height: 100%;
    width: 100%
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    font-size: var(--wvs-single-product-item-font-size, 16px);
    text-align: center
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
    background-color: var(--wvs-selected-item-background-color, #fff);
    color: var(--wvs-selected-item-text-color, #000)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:before {
    border-bottom: 3px solid #de8604;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    content: " ";
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: calc(100% - 1px);
    width: 0;
    z-index: 1
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled):not(.radio-variable-item) .wvs-stock-left-info:after {
    left: 50%;
    min-width: 36px;
    position: absolute;
    text-align: center;
    top: calc(100% + 2px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled) .wvs-stock-left-info:after {
    background: #de8604;
    border-radius: 2px !important;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .38);
    box-shadow: 0 0 2px rgba(0, 0, 0, .38);
    color: #fff;
    content: attr(data-wvs-stock-info);
    font-size: 10px;
    font-style: italic;
    line-height: 1;
    padding: 2px;
    text-shadow: 0 1px rgba(0, 0, 0, .251)
}

.woo-variation-swatches .variable-items-wrapper .variable-item.wvs-show-stock-left-info:not(.disabled).radio-variable-item .wvs-stock-left-info:after {
    margin-left: 5px
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 100%
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) .variable-item-span,
.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item:not(.radio-variable-item) img {
    border-radius: 100%;
    line-height: 1;
    margin: 0;
    overflow: hidden
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item {
    border-radius: 2px
}

.woo-variation-swatches .wvs-style-rounded.variable-items-wrapper .variable-item.radio-variable-item img {
    border-radius: 100%
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    border-radius: 2px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    min-width: var(--wvs-single-product-item-width);
    width: auto
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0 5px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item span:after {
    border-radius: 0
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item {
    border-radius: 2px
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item.radio-variable-item img {
    border-radius: 5px
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover label {
    cursor: not-allowed;
    opacity: .5;
    text-decoration: line-through
}

.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:before,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:after,
.woo-variation-swatches.wvs-behavior-blur .variable-items-wrapper .radio-variable-item.disabled:hover:before {
    display: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).disabled:hover .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock .variable-item-contents:before,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .variable-item:not(.radio-variable-item).no-stock:hover .variable-item-contents:before {
    background-image: none
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover {
    overflow: hidden
}

.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled label,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover input,
.woo-variation-swatches.wvs-behavior-blur-no-cross .variable-items-wrapper .radio-variable-item.disabled:hover label {
    opacity: .3;
    pointer-events: none
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled {
    font-size: 0;
    height: 0 !important;
    margin: 0 !important;
    min-height: 0 !important;
    min-width: 0 !important;
    opacity: 0;
    padding: 0 !important;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    visibility: hidden;
    width: 0 !important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.disabled.radio-variable-item {
    width: auto !important
}

.woo-variation-swatches.wvs-behavior-hide .variable-items-wrapper .variable-item.no-stock .variable-item-contents:before {
    background-image: none
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item {
    text-align: right
}

.woo-variation-swatches.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 0 4px 8px
}

.woo-variation-swatches.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    margin-left: 5px;
    margin-right: 0
}

.woo-variation-swatches.woocommerce .product.elementor table.variations td.value:before {
    display: none !important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper {
    display: block !important
}

.woo-variation-swatches.woo-variation-swatches-ie11 .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    float: left
}

.woo-variation-swatches.wvs-show-label .variations td,
.woo-variation-swatches.wvs-show-label .variations th {
    display: block;
    width: auto !important
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations td label,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
    display: inline-block;
    margin: 0 2px
}

.woo-variation-swatches .grouped-variable-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none !important
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .group-variable-items-wrapper {
    margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-vertical .no-group-variable-items-wrapper {
    margin-top: 20px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper {
    margin-right: 20px;
    margin-top: 10px
}

.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .group-variable-items-wrapper:last-child,
.woo-variation-swatches .grouped-variable-items.grouped-variable-items-display-horizontal .no-group-variable-items-wrapper {
    margin-right: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0
}

.woo-variation-swatches .grouped-variable-items .group-variable-items-name {
    font-style: italic
}

:root {
    --wvs-tick: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 2px rgb(0 0 0 / .8))' xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='4' d='M4 16L11 23 27 7'/%3E%3C/svg%3E");
    --wvs-cross: url("data:image/svg+xml;utf8,%3Csvg filter='drop-shadow(0px 0px 5px rgb(255 255 255 / .6))' xmlns='http://www.w3.org/2000/svg' width='72px' height='72px' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ff0000' stroke-linecap='round' stroke-width='0.6' d='M5 5L19 19M19 5L5 19'/%3E%3C/svg%3E");
    --wvs-single-product-item-width: 30px;
    --wvs-single-product-item-height: 30px;
    --wvs-single-product-item-font-size: 16px
}

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left
}

#cboxContent {
    position: relative
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

#cboxTitle {
    margin: 0
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box
}

#cboxOverlay {
    background: #000
}

#colorbox {
    outline: 0
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat 0 0
}

#cboxTopCenter {
    height: 14px;
    background: url(../images/border.png) repeat-x top left
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(../images/controls.png) no-repeat -36px 0
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat 0 -32px
}

#cboxBottomCenter {
    height: 43px;
    background: url(../images/border.png) repeat-x bottom left
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(../images/controls.png) no-repeat -36px -32px
}

#cboxMiddleLeft {
    width: 14px;
    background: url(../images/controls.png) repeat-y -175px 0
}

#cboxMiddleRight {
    width: 14px;
    background: url(../images/controls.png) repeat-y -211px 0
}

#cboxContent {
    background: #fff;
    overflow: visible
}

.cboxIframe {
    background: #fff
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc
}

#cboxLoadedContent {
    margin-bottom: 5px
}

#cboxLoadingOverlay {
    background: url(../images/loading_background.png) no-repeat center center
}

#cboxLoadingGraphic {
    background: url(../images/loading.gif) no-repeat center center
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7c7c7c
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7c7c7c
}

#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(../images/controls.png) no-repeat 0 0;
    width: 23px;
    height: 23px;
    text-indent: -9999px
}

#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
    outline: 0
}

#cboxPrevious {
    left: 0;
    background-position: -51px -25px
}

#cboxPrevious:hover {
    background-position: -51px 0
}

#cboxNext {
    left: 27px;
    background-position: -75px -25px
}

#cboxNext:hover {
    background-position: -75px 0
}

#cboxClose {
    right: 0;
    background-position: -100px -25px
}

#cboxClose:hover {
    background-position: -100px 0
}

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px
}

.cboxSlideshow_on #cboxSlideshow:hover {
    background-position: -150px 0
}

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px
}

.cboxSlideshow_off #cboxSlideshow:hover {
    background-position: -125px 0
}

.yith_woocompare_colorbox #cboxLoadedContent {
    overflow: hidden !important
}

html.yith-quick-view-is-open,
html.yith-quick-view-is-open body {
    overflow: hidden
}

#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

#yith-quick-view-modal:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

#yith-quick-view-modal .yith-quick-view-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .8)
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    display: inline-block;
    vertical-align: middle;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: left;
    height: 600px;
    width: 1000px
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    height: 100%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, .2);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .2)
}

#yith-quick-view-modal.open,
#yith-quick-view-modal.open .yith-wcqv-wrapper {
    visibility: visible;
    opacity: 1
}

#yith-quick-view-modal #yith-quick-view-content {
    height: 100%
}

#yith-quick-view-modal .yith-wcqv-main:after,
#yith-quick-view-modal .yith-wcqv-main:before {
    content: '';
    display: table;
    clear: both
}

#yith-quick-view-modal.open .yith-wcqv-main {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    height: 100%;
    overflow-y: scroll;
    position: relative
}

#yith-quick-view-close {
    border: 1px solid;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    z-index: 2;
    opacity: .5
}

#yith-quick-view-close:hover {
    opacity: 1;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease
}

#yith-quick-view-content div.images {
    width: 40%;
    float: left;
    opacity: 1 !important;
    margin: 0
}

#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 60%;
    float: left;
    font-size: inherit
}

#yith-quick-view-content div.woocommerce-product-rating:after,
#yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both
}

#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none
}

#yith-quick-view-content .onsale {
    top: 5px;
    right: auto;
    left: 5px
}

#yith-quick-view-content figure.woocommerce-product-gallery__wrapper>div:not(:first-child) {
    display: none
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
    background: 0 0
}

@media(max-width:480px) {

    #yith-quick-view-content div.images,
    #yith-quick-view-content div.summary {
        width: 100%;
        float: none
    }

    #yith-quick-view-content div.summary {
        margin: 0;
        padding: 15px;
        width: 100%;
        float: left
    }
}

#yith-quick-view-modal .yith-wcqv-main {
    background: #fff
}

#yith-quick-view-close {
    color: #cdcdcd
}

#yith-quick-view-close:hover {
    color: red
}

/*!elementor-icons - v5.17.0 - 28-11-2022*/
@font-face {
    font-family: eicons;

    src: url(../fonts/eicons.eot);
    src: url(../fonts/eicons.eot) format("embedded-opentype"), url(../fonts/eicons.woff) format("woff2"), url(../fonts/eicons.woff) format("woff"), url(../fonts/eicons.ttf) format("truetype"), url(../fonts/eicons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-circle:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview-medium:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-preview-thin:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

.eicon-preferences:before {
    content: '\e94f'
}

.eicon-table-of-contents:before {
    content: '\e950'
}

.eicon-tv:before {
    content: '\e951'
}

.eicon-upload:before {
    content: '\e952'
}

.eicon-instagram-comments:before {
    content: '\e953'
}

.eicon-instagram-nested-gallery:before {
    content: '\e954'
}

.eicon-instagram-post:before {
    content: '\e955'
}

.eicon-instagram-video:before {
    content: '\e956'
}

.eicon-instagram-gallery:before {
    content: '\e957'
}

.eicon-instagram-likes:before {
    content: '\e958'
}

.eicon-facebook:before {
    content: '\e959'
}

.eicon-twitter:before {
    content: '\e95a'
}

.eicon-pinterest:before {
    content: '\e95b'
}

.eicon-frame-expand:before {
    content: '\e95c'
}

.eicon-frame-minimize:before {
    content: '\e95d'
}

.eicon-archive:before {
    content: '\e95e'
}

.eicon-colors-typography:before {
    content: '\e95f'
}

.eicon-custom:before {
    content: '\e960'
}

.eicon-footer:before {
    content: '\e961'
}

.eicon-header:before {
    content: '\e962'
}

.eicon-layout-settings:before {
    content: '\e963'
}

.eicon-lightbox-expand:before {
    content: '\e964'
}

.eicon-error-404:before {
    content: '\e965'
}

.eicon-theme-style:before {
    content: '\e966'
}

.eicon-search-results:before {
    content: '\e967'
}

.eicon-single-post:before {
    content: '\e968'
}

.eicon-site-identity:before {
    content: '\e969'
}

.eicon-theme-builder:before {
    content: '\e96a'
}

.eicon-download-bold:before {
    content: '\e96b'
}

.eicon-share-arrow:before {
    content: '\e96c'
}

.eicon-global-settings:before {
    content: '\e96d'
}

.eicon-user-preferences:before {
    content: '\e96e'
}

.eicon-lock:before {
    content: '\e96f'
}

.eicon-export-kit:before {
    content: '\e970'
}

.eicon-import-kit:before {
    content: '\e971'
}

.eicon-lottie:before {
    content: '\e972'
}

.eicon-products-archive:before {
    content: '\e973'
}

.eicon-single-product:before {
    content: '\e974'
}

.eicon-disable-trash-o:before {
    content: '\e975'
}

.eicon-single-page:before {
    content: '\e976'
}

.eicon-wordpress-light:before {
    content: '\e977'
}

.eicon-cogs-check:before {
    content: '\e978'
}

.eicon-custom-css:before {
    content: '\e979'
}

.eicon-global-colors:before {
    content: '\e97a'
}

.eicon-globe:before {
    content: '\e97b'
}

.eicon-typography-1:before {
    content: '\e97c'
}

.eicon-background:before {
    content: '\e97d'
}

.eicon-device-responsive:before {
    content: '\e97e'
}

.eicon-device-wide:before {
    content: '\e97f'
}

.eicon-code-highlight:before {
    content: '\e980'
}

.eicon-video-playlist:before {
    content: '\e981'
}

.eicon-download-kit:before {
    content: '\e982'
}

.eicon-kit-details:before {
    content: '\e983'
}

.eicon-kit-parts:before {
    content: '\e984'
}

.eicon-kit-upload:before {
    content: '\e985'
}

.eicon-kit-plugins:before {
    content: '\e986'
}

.eicon-kit-upload-alt:before {
    content: '\e987'
}

.eicon-hotspot:before {
    content: '\e988'
}

.eicon-paypal-button:before {
    content: '\e989'
}

.eicon-shape:before {
    content: '\e98a'
}

.eicon-wordart:before {
    content: '\e98b'
}

.eicon-checkout:before {
    content: '\e98c'
}

.eicon-container:before {
    content: '\e98d'
}

.eicon-flip:before {
    content: '\e98e'
}

.eicon-info:before {
    content: '\e98f'
}

.eicon-my-account:before {
    content: '\e990'
}

.eicon-purchase-summary:before {
    content: '\e991'
}

.eicon-page-transition:before {
    content: '\e992'
}

.eicon-spotify:before {
    content: '\e993'
}

.eicon-stripe-button:before {
    content: '\e994'
}

.eicon-woo-settings:before {
    content: '\e995'
}

.eicon-woo-cart:before {
    content: '\e996'
}

.eicon-grow:before {
    content: '\e997'
}

.eicon-order-end:before {
    content: '\e998'
}

.eicon-nowrap:before {
    content: '\e999'
}

.eicon-order-start:before {
    content: '\e99a'
}

.eicon-progress-tracker:before {
    content: '\e99b'
}

.eicon-shrink:before {
    content: '\e99c'
}

.eicon-wrap:before {
    content: '\e99d'
}

.eicon-align-center-h:before {
    content: '\e99e'
}

.eicon-align-center-v:before {
    content: '\e99f'
}

.eicon-align-end-h:before {
    content: '\e9a0'
}

.eicon-align-end-v:before {
    content: '\e9a1'
}

.eicon-align-start-h:before {
    content: '\e9a2'
}

.eicon-align-start-v:before {
    content: '\e9a3'
}

.eicon-align-stretch-h:before {
    content: '\e9a4'
}

.eicon-align-stretch-v:before {
    content: '\e9a5'
}

.eicon-justify-center-h:before {
    content: '\e9a6'
}

.eicon-justify-center-v:before {
    content: '\e9a7'
}

.eicon-justify-end-h:before {
    content: '\e9a8'
}

.eicon-justify-end-v:before {
    content: '\e9a9'
}

.eicon-justify-space-around-h:before {
    content: '\e9aa'
}

.eicon-justify-space-around-v:before {
    content: '\e9ab'
}

.eicon-justify-space-between-h:before {
    content: '\e9ac'
}

.eicon-justify-space-between-v:before {
    content: '\e9ad'
}

.eicon-justify-space-evenly-h:before {
    content: '\e9ae'
}

.eicon-justify-space-evenly-v:before {
    content: '\e9af'
}

.eicon-justify-start-h:before {
    content: '\e9b0'
}

.eicon-justify-start-v:before {
    content: '\e9b1'
}

.eicon-woocommerce-cross-sells:before {
    content: '\e9b2'
}

.eicon-woocommerce-notices:before {
    content: '\e9b3'
}

.eicon-inner-container:before {
    content: '\e9b4'
}

.eicon-warning-full:before {
    content: '\e9b5'
}

.eicon-exit:before {
    content: '\e9b6'
}

.eicon-loop-builder:before {
    content: '\e9b7'
}

.eicon-notes:before {
    content: '\e9b8'
}

.eicon-read:before {
    content: '\e9b9'
}

.eicon-unread:before {
    content: '\e9ba'
}

.eicon-carousel-loop:before {
    content: '\e9bb'
}

.eicon-eye:before {
    content: '\e8ac'
}

.eicon-elementor-square:before {
    content: '\e813'
}

@font-face {
    font-family: medilazar;

    src: url(../fonts/medilazar-FONT/MedilazarRegular.eot);
    src: url(../fonts/medilazar-FONT/MedilazarRegular.eot) format('embedded-opentype'), url(../fonts/medilazar-FONT/MedilazarRegular.woff) format('woff2'), url(../fonts/medilazar-FONT/MedilazarRegular.woff) format('woff'), url(../fonts/medilazar-FONT/MedilazarRegular.ttf) format('truetype'), url(../fonts/medilazar-FONT/MedilazarRegular.svg) format('svg')
    /* src: url(../fonts/medilazar-FONT/MedilazarRegular.eot);
    src: url(../fonts/medilazar-FONT/MedilazarRegular.eot) format('embedded-opentype'), url(../fonts/medilazar-FONT/MedilazarRegular.woff) format('woff2'), url(../fonts/medilazar-FONT/MedilazarRegular.woff) format('woff'), url(../fonts/medilazar-FONT/MedilazarRegular.ttf) format('truetype'), url(../fonts/medilazar-FONT/MedilazarRegular.svg) format('svg') */
}

@font-face {
    font-family: medilazar;
    src: url(../fonts/medilazar-FONT/MedilazarMedium.eot);
    src: url(../fonts/medilazar-FONT/MedilazarMedium.eot) format('embedded-opentype'), url(../fonts/medilazar-FONT/MedilazarMedium.woff) format('woff2'), url(../fonts/medilazar-FONT/MedilazarMedium.woff) format('woff'), url(../fonts/medilazar-FONT/MedilazarMedium.ttf) format('truetype'), url(../fonts/medilazar-FONT/MedilazarMedium.svg) format('svg');
    font-weight: 500
}

@font-face {
    font-family: medilazar;
    src: url(../fonts/medilazar-FONT/MedilazarBold.eot);
    src: url(../fonts/medilazar-FONT/MedilazarBold.eot) format('embedded-opentype'), url(../fonts/medilazar-FONT/MedilazarBold.woff) format('woff2'), url(../fonts/medilazar-FONT/MedilazarBold.woff) format('woff'), url(../fonts/medilazar-FONT/MedilazarBold.ttf) format('truetype'), url(../fonts/medilazar-FONT/MedilazarBold.svg) format('svg');
    font-weight: 600
}

@charset "UTF-8";

@keyframes opal-loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes opal-loading {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
    font-family: fontawesome;
    src: url(../fonts/medilazar-FONT/fontawesome-webfont.eot);
    src: url(../fonts/medilazar-FONT/fontawesome-webfont.eot) format("embedded-opentype"), url(../fonts/medilazar-FONT/fontawesome-webfont.woff) format("woff"), url(../fonts/medilazar-FONT/fontawesome-webfont.ttf) format("truetype"), url(../fonts/medilazar-FONT/fontawesome-webfont.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14286em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14286em;
    width: 2.14286em;
    top: .14286em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.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-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.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.fa-glass:before {
    content: ""
}

.fa.fa-music:before {
    content: ""
}

.fa.fa-search:before {
    content: ""
}

.fa.fa-envelope-o:before {
    content: ""
}

.fa.fa-heart:before {
    content: ""
}

.fa.fa-star:before {
    content: ""
}

.fa.fa-star-o:before {
    content: ""
}

.fa.fa-user:before {
    content: ""
}

.fa.fa-film:before {
    content: ""
}

.fa.fa-th-large:before {
    content: ""
}

.fa.fa-th:before {
    content: ""
}

.fa.fa-th-list:before {
    content: ""
}

.fa.fa-check:before {
    content: ""
}

.fa.fa-remove:before,
.fa.fa-close:before,
.fa.fa-times:before {
    content: ""
}

.fa.fa-search-plus:before {
    content: ""
}

.fa.fa-search-minus:before {
    content: ""
}

.fa.fa-power-off:before {
    content: ""
}

.fa.fa-signal:before {
    content: ""
}

.fa.fa-gear:before,
.fa.fa-cog:before {
    content: ""
}

.fa.fa-trash-o:before {
    content: ""
}

.fa.fa-home:before {
    content: ""
}

.fa.fa-file-o:before {
    content: ""
}

.fa.fa-clock-o:before {
    content: ""
}

.fa.fa-road:before {
    content: ""
}

.fa.fa-download:before {
    content: ""
}

.fa.fa-arrow-circle-o-down:before {
    content: ""
}

.fa.fa-arrow-circle-o-up:before {
    content: ""
}

.fa.fa-inbox:before {
    content: ""
}

.fa.fa-play-circle-o:before {
    content: ""
}

.fa.fa-rotate-right:before,
.fa.fa-repeat:before {
    content: ""
}

.fa.fa-refresh:before {
    content: ""
}

.fa.fa-list-alt:before {
    content: ""
}

.fa.fa-lock:before {
    content: ""
}

.fa.fa-flag:before {
    content: ""
}

.fa.fa-headphones:before {
    content: ""
}

.fa.fa-volume-off:before {
    content: ""
}

.fa.fa-volume-down:before {
    content: ""
}

.fa.fa-volume-up:before {
    content: ""
}

.fa.fa-qrcode:before {
    content: ""
}

.fa.fa-barcode:before {
    content: ""
}

.fa.fa-tag:before {
    content: ""
}

.fa.fa-tags:before {
    content: ""
}

.fa.fa-book:before {
    content: ""
}

.fa.fa-bookmark:before {
    content: ""
}

.fa.fa-print:before {
    content: ""
}

.fa.fa-camera:before {
    content: ""
}

.fa.fa-font:before {
    content: ""
}

.fa.fa-bold:before {
    content: ""
}

.fa.fa-italic:before {
    content: ""
}

.fa.fa-text-height:before {
    content: ""
}

.fa.fa-text-width:before {
    content: ""
}

.fa.fa-align-left:before {
    content: ""
}

.fa.fa-align-center:before {
    content: ""
}

.fa.fa-align-right:before {
    content: ""
}

.fa.fa-align-justify:before {
    content: ""
}

.fa.fa-list:before {
    content: ""
}

.fa.fa-dedent:before,
.fa.fa-outdent:before {
    content: ""
}

.fa.fa-indent:before {
    content: ""
}

.fa.fa-video-camera:before {
    content: ""
}

.fa.fa-photo:before,
.fa.fa-image:before,
.fa.fa-picture-o:before {
    content: ""
}

.fa.fa-pencil:before {
    content: ""
}

.fa.fa-map-marker:before {
    content: ""
}

.fa.fa-adjust:before {
    content: ""
}

.fa.fa-tint:before {
    content: ""
}

.fa.fa-edit:before,
.fa.fa-pencil-square-o:before {
    content: ""
}

.fa.fa-share-square-o:before {
    content: ""
}

.fa.fa-check-square-o:before {
    content: ""
}

.fa.fa-arrows:before {
    content: ""
}

.fa.fa-step-backward:before {
    content: ""
}

.fa.fa-fast-backward:before {
    content: ""
}

.fa.fa-backward:before {
    content: ""
}

.fa.fa-play:before {
    content: ""
}

.fa.fa-pause:before {
    content: ""
}

.fa.fa-stop:before {
    content: ""
}

.fa.fa-forward:before {
    content: ""
}

.fa.fa-fast-forward:before {
    content: ""
}

.fa.fa-step-forward:before {
    content: ""
}

.fa.fa-eject:before {
    content: ""
}

.fa.fa-chevron-left:before {
    content: ""
}

.fa.fa-chevron-right:before {
    content: ""
}

.fa.fa-plus-circle:before {
    content: ""
}

.fa.fa-minus-circle:before {
    content: ""
}

.fa.fa-times-circle:before {
    content: ""
}

.fa.fa-check-circle:before {
    content: ""
}

.fa.fa-question-circle:before {
    content: ""
}

.fa.fa-info-circle:before {
    content: ""
}

.fa.fa-crosshairs:before {
    content: ""
}

.fa.fa-times-circle-o:before {
    content: ""
}

.fa.fa-check-circle-o:before {
    content: ""
}

.fa.fa-ban:before {
    content: ""
}

.fa.fa-arrow-left:before {
    content: ""
}

.fa.fa-arrow-right:before {
    content: ""
}

.fa.fa-arrow-up:before {
    content: ""
}

.fa.fa-arrow-down:before {
    content: ""
}

.fa.fa-mail-forward:before,
.fa.fa-share:before {
    content: ""
}

.fa.fa-expand:before {
    content: ""
}

.fa.fa-compress:before {
    content: ""
}

.fa.fa-plus:before {
    content: ""
}

.fa.fa-minus:before {
    content: ""
}

.fa.fa-asterisk:before {
    content: ""
}

.fa.fa-exclamation-circle:before {
    content: ""
}

.fa.fa-gift:before {
    content: ""
}

.fa.fa-leaf:before {
    content: ""
}

.fa.fa-fire:before {
    content: ""
}

.fa.fa-eye:before {
    content: ""
}

.fa.fa-eye-slash:before {
    content: ""
}

.fa.fa-warning:before,
.fa.fa-exclamation-triangle:before {
    content: ""
}

.fa.fa-plane:before {
    content: ""
}

.fa.fa-calendar:before {
    content: ""
}

.fa.fa-random:before {
    content: ""
}

.fa.fa-comment:before {
    content: ""
}

.fa.fa-magnet:before {
    content: ""
}

.fa.fa-chevron-up:before {
    content: ""
}

.fa.fa-chevron-down:before {
    content: ""
}

.fa.fa-retweet:before {
    content: ""
}

.fa.fa-shopping-cart:before {
    content: ""
}

.fa.fa-folder:before {
    content: ""
}

.fa.fa-folder-open:before {
    content: ""
}

.fa.fa-arrows-v:before {
    content: ""
}

.fa.fa-arrows-h:before {
    content: ""
}

.fa.fa-bar-chart-o:before,
.fa.fa-bar-chart:before {
    content: ""
}

.fa.fa-twitter-square:before {
    content: ""
}

.fa.fa-facebook-square:before {
    content: ""
}

.fa.fa-camera-retro:before {
    content: ""
}

.fa.fa-key:before {
    content: ""
}

.fa.fa-gears:before,
.fa.fa-cogs:before {
    content: ""
}

.fa.fa-comments:before {
    content: ""
}

.fa.fa-thumbs-o-up:before {
    content: ""
}

.fa.fa-thumbs-o-down:before {
    content: ""
}

.fa.fa-star-half:before {
    content: ""
}

.fa.fa-heart-o:before {
    content: ""
}

.fa.fa-sign-out:before {
    content: ""
}

.fa.fa-linkedin-square:before {
    content: ""
}

.fa.fa-thumb-tack:before {
    content: ""
}

.fa.fa-external-link:before {
    content: ""
}

.fa.fa-sign-in:before {
    content: ""
}

.fa.fa-trophy:before {
    content: ""
}

.fa.fa-github-square:before {
    content: ""
}

.fa.fa-upload:before {
    content: ""
}

.fa.fa-lemon-o:before {
    content: ""
}

.fa.fa-phone:before {
    content: ""
}

.fa.fa-square-o:before {
    content: ""
}

.fa.fa-bookmark-o:before {
    content: ""
}

.fa.fa-phone-square:before {
    content: ""
}

.fa.fa-twitter:before {
    content: ""
}

.fa.fa-facebook-f:before,
.fa.fa-facebook:before {
    content: ""
}

.fa.fa-github:before {
    content: ""
}

.fa.fa-unlock:before {
    content: ""
}

.fa.fa-credit-card:before {
    content: ""
}

.fa.fa-feed:before,
.fa.fa-rss:before {
    content: ""
}

.fa.fa-hdd-o:before {
    content: ""
}

.fa.fa-bullhorn:before {
    content: ""
}

.fa.fa-bell:before {
    content: ""
}

.fa.fa-certificate:before {
    content: ""
}

.fa.fa-hand-o-right:before {
    content: ""
}

.fa.fa-hand-o-left:before {
    content: ""
}

.fa.fa-hand-o-up:before {
    content: ""
}

.fa.fa-hand-o-down:before {
    content: ""
}

.fa.fa-arrow-circle-left:before {
    content: ""
}

.fa.fa-arrow-circle-right:before {
    content: ""
}

.fa.fa-arrow-circle-up:before {
    content: ""
}

.fa.fa-arrow-circle-down:before {
    content: ""
}

.fa.fa-globe:before {
    content: ""
}

.fa.fa-wrench:before {
    content: ""
}

.fa.fa-tasks:before {
    content: ""
}

.fa.fa-filter:before {
    content: ""
}

.fa.fa-briefcase:before {
    content: ""
}

.fa.fa-arrows-alt:before {
    content: ""
}

.fa.fa-group:before,
.fa.fa-users:before {
    content: ""
}

.fa.fa-chain:before,
.fa.fa-link:before {
    content: ""
}

.fa.fa-cloud:before {
    content: ""
}

.fa.fa-flask:before {
    content: ""
}

.fa.fa-cut:before,
.fa.fa-scissors:before {
    content: ""
}

.fa.fa-copy:before,
.fa.fa-files-o:before {
    content: ""
}

.fa.fa-paperclip:before {
    content: ""
}

.fa.fa-save:before,
.fa.fa-floppy-o:before {
    content: ""
}

.fa.fa-square:before {
    content: ""
}

.fa.fa-navicon:before,
.fa.fa-reorder:before,
.fa.fa-bars:before {
    content: ""
}

.fa.fa-list-ul:before {
    content: ""
}

.fa.fa-list-ol:before {
    content: ""
}

.fa.fa-strikethrough:before {
    content: ""
}

.fa.fa-underline:before {
    content: ""
}

.fa.fa-table:before {
    content: ""
}

.fa.fa-magic:before {
    content: ""
}

.fa.fa-truck:before {
    content: ""
}

.fa.fa-pinterest:before {
    content: ""
}

.fa.fa-pinterest-square:before {
    content: ""
}

.fa.fa-google-plus-square:before {
    content: ""
}

.fa.fa-google-plus:before {
    content: ""
}

.fa.fa-money:before {
    content: ""
}

.fa.fa-caret-down:before {
    content: ""
}

.fa.fa-caret-up:before {
    content: ""
}

.fa.fa-caret-left:before {
    content: ""
}

.fa.fa-caret-right:before {
    content: ""
}

.fa.fa-columns:before {
    content: ""
}

.fa.fa-unsorted:before,
.fa.fa-sort:before {
    content: ""
}

.fa.fa-sort-down:before,
.fa.fa-sort-desc:before {
    content: ""
}

.fa.fa-sort-up:before,
.fa.fa-sort-asc:before {
    content: ""
}

.fa.fa-envelope:before {
    content: ""
}

.fa.fa-linkedin:before {
    content: ""
}

.fa.fa-rotate-left:before,
.fa.fa-undo:before {
    content: ""
}

.fa.fa-legal:before,
.fa.fa-gavel:before {
    content: ""
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: ""
}

.fa.fa-comment-o:before {
    content: ""
}

.fa.fa-comments-o:before {
    content: ""
}

.fa.fa-flash:before,
.fa.fa-bolt:before {
    content: ""
}

.fa.fa-sitemap:before {
    content: ""
}

.fa.fa-umbrella:before {
    content: ""
}

.fa.fa-paste:before,
.fa.fa-clipboard:before {
    content: ""
}

.fa.fa-lightbulb-o:before {
    content: ""
}

.fa.fa-exchange:before {
    content: ""
}

.fa.fa-cloud-download:before {
    content: ""
}

.fa.fa-cloud-upload:before {
    content: ""
}

.fa.fa-user-md:before {
    content: ""
}

.fa.fa-stethoscope:before {
    content: ""
}

.fa.fa-suitcase:before {
    content: ""
}

.fa.fa-bell-o:before {
    content: ""
}

.fa.fa-coffee:before {
    content: ""
}

.fa.fa-cutlery:before {
    content: ""
}

.fa.fa-file-text-o:before {
    content: ""
}

.fa.fa-building-o:before {
    content: ""
}

.fa.fa-hospital-o:before {
    content: ""
}

.fa.fa-ambulance:before {
    content: ""
}

.fa.fa-medkit:before {
    content: ""
}

.fa.fa-fighter-jet:before {
    content: ""
}

.fa.fa-beer:before {
    content: ""
}

.fa.fa-h-square:before {
    content: ""
}

.fa.fa-plus-square:before {
    content: ""
}

.fa.fa-angle-double-left:before {
    content: ""
}

.fa.fa-angle-double-right:before {
    content: ""
}

.fa.fa-angle-double-up:before {
    content: ""
}

.fa.fa-angle-double-down:before {
    content: ""
}

.fa.fa-angle-left:before {
    content: ""
}

.fa.fa-angle-right:before {
    content: ""
}

.fa.fa-angle-up:before {
    content: ""
}

.fa.fa-angle-down:before {
    content: ""
}

.fa.fa-desktop:before {
    content: ""
}

.fa.fa-laptop:before {
    content: ""
}

.fa.fa-tablet:before {
    content: ""
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: ""
}

.fa.fa-circle-o:before {
    content: ""
}

.fa.fa-quote-left:before {
    content: ""
}

.fa.fa-quote-right:before {
    content: ""
}

.fa.fa-spinner:before {
    content: ""
}

.fa.fa-circle:before {
    content: ""
}

.fa.fa-mail-reply:before,
.fa.fa-reply:before {
    content: ""
}

.fa.fa-github-alt:before {
    content: ""
}

.fa.fa-folder-o:before {
    content: ""
}

.fa.fa-folder-open-o:before {
    content: ""
}

.fa.fa-smile-o:before {
    content: ""
}

.fa.fa-frown-o:before {
    content: ""
}

.fa.fa-meh-o:before {
    content: ""
}

.fa.fa-gamepad:before {
    content: ""
}

.fa.fa-keyboard-o:before {
    content: ""
}

.fa.fa-flag-o:before {
    content: ""
}

.fa.fa-flag-checkered:before {
    content: ""
}

.fa.fa-terminal:before {
    content: ""
}

.fa.fa-code:before {
    content: ""
}

.fa.fa-mail-reply-all:before,
.fa.fa-reply-all:before {
    content: ""
}

.fa.fa-star-half-empty:before,
.fa.fa-star-half-full:before,
.fa.fa-star-half-o:before {
    content: ""
}

.fa.fa-location-arrow:before {
    content: ""
}

.fa.fa-crop:before {
    content: ""
}

.fa.fa-code-fork:before {
    content: ""
}

.fa.fa-unlink:before,
.fa.fa-chain-broken:before {
    content: ""
}

.fa.fa-question:before {
    content: ""
}

.fa.fa-info:before {
    content: ""
}

.fa.fa-exclamation:before {
    content: ""
}

.fa.fa-superscript:before {
    content: ""
}

.fa.fa-subscript:before {
    content: ""
}

.fa.fa-eraser:before {
    content: ""
}

.fa.fa-puzzle-piece:before {
    content: ""
}

.fa.fa-microphone:before {
    content: ""
}

.fa.fa-microphone-slash:before {
    content: ""
}

.fa.fa-shield:before {
    content: ""
}

.fa.fa-calendar-o:before {
    content: ""
}

.fa.fa-fire-extinguisher:before {
    content: ""
}

.fa.fa-rocket:before {
    content: ""
}

.fa.fa-maxcdn:before {
    content: ""
}

.fa.fa-chevron-circle-left:before {
    content: ""
}

.fa.fa-chevron-circle-right:before {
    content: ""
}

.fa.fa-chevron-circle-up:before {
    content: ""
}

.fa.fa-chevron-circle-down:before {
    content: ""
}

.fa.fa-html5:before {
    content: ""
}

.fa.fa-css3:before {
    content: ""
}

.fa.fa-anchor:before {
    content: ""
}

.fa.fa-unlock-alt:before {
    content: ""
}

.fa.fa-bullseye:before {
    content: ""
}

.fa.fa-ellipsis-h:before {
    content: ""
}

.fa.fa-ellipsis-v:before {
    content: ""
}

.fa.fa-rss-square:before {
    content: ""
}

.fa.fa-play-circle:before {
    content: ""
}

.fa.fa-ticket:before {
    content: ""
}

.fa.fa-minus-square:before {
    content: ""
}

.fa.fa-minus-square-o:before {
    content: ""
}

.fa.fa-level-up:before {
    content: ""
}

.fa.fa-level-down:before {
    content: ""
}

.fa.fa-check-square:before {
    content: ""
}

.fa.fa-pencil-square:before {
    content: ""
}

.fa.fa-external-link-square:before {
    content: ""
}

.fa.fa-share-square:before {
    content: ""
}

.fa.fa-compass:before {
    content: ""
}

.fa.fa-toggle-down:before,
.fa.fa-caret-square-o-down:before {
    content: ""
}

.fa.fa-toggle-up:before,
.fa.fa-caret-square-o-up:before {
    content: ""
}

.fa.fa-toggle-right:before,
.fa.fa-caret-square-o-right:before {
    content: ""
}

.fa.fa-euro:before,
.fa.fa-eur:before {
    content: ""
}

.fa.fa-gbp:before {
    content: ""
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: ""
}

.fa.fa-rupee:before,
.fa.fa-inr:before {
    content: ""
}

.fa.fa-cny:before,
.fa.fa-rmb:before,
.fa.fa-yen:before,
.fa.fa-jpy:before {
    content: ""
}

.fa.fa-ruble:before,
.fa.fa-rouble:before,
.fa.fa-rub:before {
    content: ""
}

.fa.fa-won:before,
.fa.fa-krw:before {
    content: ""
}

.fa.fa-bitcoin:before,
.fa.fa-btc:before {
    content: ""
}

.fa.fa-file:before {
    content: ""
}

.fa.fa-file-text:before {
    content: ""
}

.fa.fa-sort-alpha-asc:before {
    content: ""
}

.fa.fa-sort-alpha-desc:before {
    content: ""
}

.fa.fa-sort-amount-asc:before {
    content: ""
}

.fa.fa-sort-amount-desc:before {
    content: ""
}

.fa.fa-sort-numeric-asc:before {
    content: ""
}

.fa.fa-sort-numeric-desc:before {
    content: ""
}

.fa.fa-thumbs-up:before {
    content: ""
}

.fa.fa-thumbs-down:before {
    content: ""
}

.fa.fa-youtube-square:before {
    content: ""
}

.fa.fa-youtube:before {
    content: ""
}

.fa.fa-xing:before {
    content: ""
}

.fa.fa-xing-square:before {
    content: ""
}

.fa.fa-youtube-play:before {
    content: ""
}

.fa.fa-dropbox:before {
    content: ""
}

.fa.fa-stack-overflow:before {
    content: ""
}

.fa.fa-instagram:before {
    content: ""
}

.fa.fa-flickr:before {
    content: ""
}

.fa.fa-adn:before {
    content: ""
}

.fa.fa-bitbucket:before {
    content: ""
}

.fa.fa-bitbucket-square:before {
    content: ""
}

.fa.fa-tumblr:before {
    content: ""
}

.fa.fa-tumblr-square:before {
    content: ""
}

.fa.fa-long-arrow-down:before {
    content: ""
}

.fa.fa-long-arrow-up:before {
    content: ""
}

.fa.fa-long-arrow-left:before {
    content: ""
}

.fa.fa-long-arrow-right:before {
    content: ""
}

.fa.fa-apple:before {
    content: ""
}

.fa.fa-windows:before {
    content: ""
}

.fa.fa-android:before {
    content: ""
}

.fa.fa-linux:before {
    content: ""
}

.fa.fa-dribbble:before {
    content: ""
}

.fa.fa-skype:before {
    content: ""
}

.fa.fa-foursquare:before {
    content: ""
}

.fa.fa-trello:before {
    content: ""
}

.fa.fa-female:before {
    content: ""
}

.fa.fa-male:before {
    content: ""
}

.fa.fa-gittip:before,
.fa.fa-gratipay:before {
    content: ""
}

.fa.fa-sun-o:before {
    content: ""
}

.fa.fa-moon-o:before {
    content: ""
}

.fa.fa-archive:before {
    content: ""
}

.fa.fa-bug:before {
    content: ""
}

.fa.fa-vk:before {
    content: ""
}

.fa.fa-weibo:before {
    content: ""
}

.fa.fa-renren:before {
    content: ""
}

.fa.fa-pagelines:before {
    content: ""
}

.fa.fa-stack-exchange:before {
    content: ""
}

.fa.fa-arrow-circle-o-right:before {
    content: ""
}

.fa.fa-arrow-circle-o-left:before {
    content: ""
}

.fa.fa-toggle-left:before,
.fa.fa-caret-square-o-left:before {
    content: ""
}

.fa.fa-dot-circle-o:before {
    content: ""
}

.fa.fa-wheelchair:before {
    content: ""
}

.fa.fa-vimeo-square:before {
    content: ""
}

.fa.fa-turkish-lira:before,
.fa.fa-try:before {
    content: ""
}

.fa.fa-plus-square-o:before {
    content: ""
}

.fa.fa-space-shuttle:before {
    content: ""
}

.fa.fa-slack:before {
    content: ""
}

.fa.fa-envelope-square:before {
    content: ""
}

.fa.fa-wordpress:before {
    content: ""
}

.fa.fa-openid:before {
    content: ""
}

.fa.fa-institution:before,
.fa.fa-bank:before,
.fa.fa-university:before {
    content: ""
}

.fa.fa-mortar-board:before,
.fa.fa-graduation-cap:before {
    content: ""
}

.fa.fa-yahoo:before {
    content: ""
}

.fa.fa-google:before {
    content: ""
}

.fa.fa-reddit:before {
    content: ""
}

.fa.fa-reddit-square:before {
    content: ""
}

.fa.fa-stumbleupon-circle:before {
    content: ""
}

.fa.fa-stumbleupon:before {
    content: ""
}

.fa.fa-delicious:before {
    content: ""
}

.fa.fa-digg:before {
    content: ""
}

.fa.fa-pied-piper-pp:before {
    content: ""
}

.fa.fa-pied-piper-alt:before {
    content: ""
}

.fa.fa-drupal:before {
    content: ""
}

.fa.fa-joomla:before {
    content: ""
}

.fa.fa-language:before {
    content: ""
}

.fa.fa-fax:before {
    content: ""
}

.fa.fa-building:before {
    content: ""
}

.fa.fa-child:before {
    content: ""
}

.fa.fa-paw:before {
    content: ""
}

.fa.fa-spoon:before {
    content: ""
}

.fa.fa-cube:before {
    content: ""
}

.fa.fa-cubes:before {
    content: ""
}

.fa.fa-behance:before {
    content: ""
}

.fa.fa-behance-square:before {
    content: ""
}

.fa.fa-steam:before {
    content: ""
}

.fa.fa-steam-square:before {
    content: ""
}

.fa.fa-recycle:before {
    content: ""
}

.fa.fa-automobile:before,
.fa.fa-car:before {
    content: ""
}

.fa.fa-cab:before,
.fa.fa-taxi:before {
    content: ""
}

.fa.fa-tree:before {
    content: ""
}

.fa.fa-spotify:before {
    content: ""
}

.fa.fa-deviantart:before {
    content: ""
}

.fa.fa-soundcloud:before {
    content: ""
}

.fa.fa-database:before {
    content: ""
}

.fa.fa-file-pdf-o:before {
    content: ""
}

.fa.fa-file-word-o:before {
    content: ""
}

.fa.fa-file-excel-o:before {
    content: ""
}

.fa.fa-file-powerpoint-o:before {
    content: ""
}

.fa.fa-file-photo-o:before,
.fa.fa-file-picture-o:before,
.fa.fa-file-image-o:before {
    content: ""
}

.fa.fa-file-zip-o:before,
.fa.fa-file-archive-o:before {
    content: ""
}

.fa.fa-file-sound-o:before,
.fa.fa-file-audio-o:before {
    content: ""
}

.fa.fa-file-movie-o:before,
.fa.fa-file-video-o:before {
    content: ""
}

.fa.fa-file-code-o:before {
    content: ""
}

.fa.fa-vine:before {
    content: ""
}

.fa.fa-codepen:before {
    content: ""
}

.fa.fa-jsfiddle:before {
    content: ""
}

.fa.fa-life-bouy:before,
.fa.fa-life-buoy:before,
.fa.fa-life-saver:before,
.fa.fa-support:before,
.fa.fa-life-ring:before {
    content: ""
}

.fa.fa-circle-o-notch:before {
    content: ""
}

.fa.fa-ra:before,
.fa.fa-resistance:before,
.fa.fa-rebel:before {
    content: ""
}

.fa.fa-ge:before,
.fa.fa-empire:before {
    content: ""
}

.fa.fa-git-square:before {
    content: ""
}

.fa.fa-git:before {
    content: ""
}

.fa.fa-y-combinator-square:before,
.fa.fa-yc-square:before,
.fa.fa-hacker-news:before {
    content: ""
}

.fa.fa-tencent-weibo:before {
    content: ""
}

.fa.fa-qq:before {
    content: ""
}

.fa.fa-wechat:before,
.fa.fa-weixin:before {
    content: ""
}

.fa.fa-send:before,
.fa.fa-paper-plane:before {
    content: ""
}

.fa.fa-send-o:before,
.fa.fa-paper-plane-o:before {
    content: ""
}

.fa.fa-history:before {
    content: ""
}

.fa.fa-circle-thin:before {
    content: ""
}

.fa.fa-header:before {
    content: ""
}

.fa.fa-paragraph:before {
    content: ""
}

.fa.fa-sliders:before {
    content: ""
}

.fa.fa-share-alt:before {
    content: ""
}

.fa.fa-share-alt-square:before {
    content: ""
}

.fa.fa-bomb:before {
    content: ""
}

.fa.fa-soccer-ball-o:before,
.fa.fa-futbol-o:before {
    content: ""
}

.fa.fa-tty:before {
    content: ""
}

.fa.fa-binoculars:before {
    content: ""
}

.fa.fa-plug:before {
    content: ""
}

.fa.fa-slideshare:before {
    content: ""
}

.fa.fa-twitch:before {
    content: ""
}

.fa.fa-yelp:before {
    content: ""
}

.fa.fa-newspaper-o:before {
    content: ""
}

.fa.fa-wifi:before {
    content: ""
}

.fa.fa-calculator:before {
    content: ""
}

.fa.fa-paypal:before {
    content: ""
}

.fa.fa-google-wallet:before {
    content: ""
}

.fa.fa-cc-visa:before {
    content: ""
}

.fa.fa-cc-mastercard:before {
    content: ""
}

.fa.fa-cc-discover:before {
    content: ""
}

.fa.fa-cc-amex:before {
    content: ""
}

.fa.fa-cc-paypal:before {
    content: ""
}

.fa.fa-cc-stripe:before {
    content: ""
}

.fa.fa-bell-slash:before {
    content: ""
}

.fa.fa-bell-slash-o:before {
    content: ""
}

.fa.fa-trash:before {
    content: ""
}

.fa.fa-copyright:before {
    content: ""
}

.fa.fa-at:before {
    content: ""
}

.fa.fa-eyedropper:before {
    content: ""
}

.fa.fa-paint-brush:before {
    content: ""
}

.fa.fa-birthday-cake:before {
    content: ""
}

.fa.fa-area-chart:before {
    content: ""
}

.fa.fa-pie-chart:before {
    content: ""
}

.fa.fa-line-chart:before {
    content: ""
}

.fa.fa-lastfm:before {
    content: ""
}

.fa.fa-lastfm-square:before {
    content: ""
}

.fa.fa-toggle-off:before {
    content: ""
}

.fa.fa-toggle-on:before {
    content: ""
}

.fa.fa-bicycle:before {
    content: ""
}

.fa.fa-bus:before {
    content: ""
}

.fa.fa-ioxhost:before {
    content: ""
}

.fa.fa-angellist:before {
    content: ""
}

.fa.fa-cc:before {
    content: ""
}

.fa.fa-shekel:before,
.fa.fa-sheqel:before,
.fa.fa-ils:before {
    content: ""
}

.fa.fa-meanpath:before {
    content: ""
}

.fa.fa-buysellads:before {
    content: ""
}

.fa.fa-connectdevelop:before {
    content: ""
}

.fa.fa-dashcube:before {
    content: ""
}

.fa.fa-forumbee:before {
    content: ""
}

.fa.fa-leanpub:before {
    content: ""
}

.fa.fa-sellsy:before {
    content: ""
}

.fa.fa-shirtsinbulk:before {
    content: ""
}

.fa.fa-simplybuilt:before {
    content: ""
}

.fa.fa-skyatlas:before {
    content: ""
}

.fa.fa-cart-plus:before {
    content: ""
}

.fa.fa-cart-arrow-down:before {
    content: ""
}

.fa.fa-diamond:before {
    content: ""
}

.fa.fa-ship:before {
    content: ""
}

.fa.fa-user-secret:before {
    content: ""
}

.fa.fa-motorcycle:before {
    content: ""
}

.fa.fa-street-view:before {
    content: ""
}

.fa.fa-heartbeat:before {
    content: ""
}

.fa.fa-venus:before {
    content: ""
}

.fa.fa-mars:before {
    content: ""
}

.fa.fa-mercury:before {
    content: ""
}

.fa.fa-intersex:before,
.fa.fa-transgender:before {
    content: ""
}

.fa.fa-transgender-alt:before {
    content: ""
}

.fa.fa-venus-double:before {
    content: ""
}

.fa.fa-mars-double:before {
    content: ""
}

.fa.fa-venus-mars:before {
    content: ""
}

.fa.fa-mars-stroke:before {
    content: ""
}

.fa.fa-mars-stroke-v:before {
    content: ""
}

.fa.fa-mars-stroke-h:before {
    content: ""
}

.fa.fa-neuter:before {
    content: ""
}

.fa.fa-genderless:before {
    content: ""
}

.fa.fa-facebook-official:before {
    content: ""
}

.fa.fa-pinterest-p:before {
    content: ""
}

.fa.fa-whatsapp:before {
    content: ""
}

.fa.fa-server:before {
    content: ""
}

.fa.fa-user-plus:before {
    content: ""
}

.fa.fa-user-times:before {
    content: ""
}

.fa.fa-hotel:before,
.fa.fa-bed:before {
    content: ""
}

.fa.fa-viacoin:before {
    content: ""
}

.fa.fa-train:before {
    content: ""
}

.fa.fa-subway:before {
    content: ""
}

.fa.fa-medium:before {
    content: ""
}

.fa.fa-yc:before,
.fa.fa-y-combinator:before {
    content: ""
}

.fa.fa-optin-monster:before {
    content: ""
}

.fa.fa-opencart:before {
    content: ""
}

.fa.fa-expeditedssl:before {
    content: ""
}

.fa.fa-battery-4:before,
.fa.fa-battery:before,
.fa.fa-battery-full:before {
    content: ""
}

.fa.fa-battery-3:before,
.fa.fa-battery-three-quarters:before {
    content: ""
}

.fa.fa-battery-2:before,
.fa.fa-battery-half:before {
    content: ""
}

.fa.fa-battery-1:before,
.fa.fa-battery-quarter:before {
    content: ""
}

.fa.fa-battery-0:before,
.fa.fa-battery-empty:before {
    content: ""
}

.fa.fa-mouse-pointer:before {
    content: ""
}

.fa.fa-i-cursor:before {
    content: ""
}

.fa.fa-object-group:before {
    content: ""
}

.fa.fa-object-ungroup:before {
    content: ""
}

.fa.fa-sticky-note:before {
    content: ""
}

.fa.fa-sticky-note-o:before {
    content: ""
}

.fa.fa-cc-jcb:before {
    content: ""
}

.fa.fa-cc-diners-club:before {
    content: ""
}

.fa.fa-clone:before {
    content: ""
}

.fa.fa-balance-scale:before {
    content: ""
}

.fa.fa-hourglass-o:before {
    content: ""
}

.fa.fa-hourglass-1:before,
.fa.fa-hourglass-start:before {
    content: ""
}

.fa.fa-hourglass-2:before,
.fa.fa-hourglass-half:before {
    content: ""
}

.fa.fa-hourglass-3:before,
.fa.fa-hourglass-end:before {
    content: ""
}

.fa.fa-hourglass:before {
    content: ""
}

.fa.fa-hand-grab-o:before,
.fa.fa-hand-rock-o:before {
    content: ""
}

.fa.fa-hand-stop-o:before,
.fa.fa-hand-paper-o:before {
    content: ""
}

.fa.fa-hand-scissors-o:before {
    content: ""
}

.fa.fa-hand-lizard-o:before {
    content: ""
}

.fa.fa-hand-spock-o:before {
    content: ""
}

.fa.fa-hand-pointer-o:before {
    content: ""
}

.fa.fa-hand-peace-o:before {
    content: ""
}

.fa.fa-trademark:before {
    content: ""
}

.fa.fa-registered:before {
    content: ""
}

.fa.fa-creative-commons:before {
    content: ""
}

.fa.fa-gg:before {
    content: ""
}

.fa.fa-gg-circle:before {
    content: ""
}

.fa.fa-tripadvisor:before {
    content: ""
}

.fa.fa-odnoklassniki:before {
    content: ""
}

.fa.fa-odnoklassniki-square:before {
    content: ""
}

.fa.fa-get-pocket:before {
    content: ""
}

.fa.fa-wikipedia-w:before {
    content: ""
}

.fa.fa-safari:before {
    content: ""
}

.fa.fa-chrome:before {
    content: ""
}

.fa.fa-firefox:before {
    content: ""
}

.fa.fa-opera:before {
    content: ""
}

.fa.fa-internet-explorer:before {
    content: ""
}

.fa.fa-tv:before,
.fa.fa-television:before {
    content: ""
}

.fa.fa-contao:before {
    content: ""
}

.fa.fa-500px:before {
    content: ""
}

.fa.fa-amazon:before {
    content: ""
}

.fa.fa-calendar-plus-o:before {
    content: ""
}

.fa.fa-calendar-minus-o:before {
    content: ""
}

.fa.fa-calendar-times-o:before {
    content: ""
}

.fa.fa-calendar-check-o:before {
    content: ""
}

.fa.fa-industry:before {
    content: ""
}

.fa.fa-map-pin:before {
    content: ""
}

.fa.fa-map-signs:before {
    content: ""
}

.fa.fa-map-o:before {
    content: ""
}

.fa.fa-map:before {
    content: ""
}

.fa.fa-commenting:before {
    content: ""
}

.fa.fa-commenting-o:before {
    content: ""
}

.fa.fa-houzz:before {
    content: ""
}

.fa.fa-vimeo:before {
    content: ""
}

.fa.fa-black-tie:before {
    content: ""
}

.fa.fa-fonticons:before {
    content: ""
}

.fa.fa-reddit-alien:before {
    content: ""
}

.fa.fa-edge:before {
    content: ""
}

.fa.fa-credit-card-alt:before {
    content: ""
}

.fa.fa-codiepie:before {
    content: ""
}

.fa.fa-modx:before {
    content: ""
}

.fa.fa-fort-awesome:before {
    content: ""
}

.fa.fa-usb:before {
    content: ""
}

.fa.fa-product-hunt:before {
    content: ""
}

.fa.fa-mixcloud:before {
    content: ""
}

.fa.fa-scribd:before {
    content: ""
}

.fa.fa-pause-circle:before {
    content: ""
}

.fa.fa-pause-circle-o:before {
    content: ""
}

.fa.fa-stop-circle:before {
    content: ""
}

.fa.fa-stop-circle-o:before {
    content: ""
}

.fa.fa-shopping-bag:before {
    content: ""
}

.fa.fa-shopping-basket:before {
    content: ""
}

.fa.fa-hashtag:before {
    content: ""
}

.fa.fa-bluetooth:before {
    content: ""
}

.fa.fa-bluetooth-b:before {
    content: ""
}

.fa.fa-percent:before {
    content: ""
}

.fa.fa-gitlab:before {
    content: ""
}

.fa.fa-wpbeginner:before {
    content: ""
}

.fa.fa-wpforms:before {
    content: ""
}

.fa.fa-envira:before {
    content: ""
}

.fa.fa-universal-access:before {
    content: ""
}

.fa.fa-wheelchair-alt:before {
    content: ""
}

.fa.fa-question-circle-o:before {
    content: ""
}

.fa.fa-blind:before {
    content: ""
}

.fa.fa-audio-description:before {
    content: ""
}

.fa.fa-volume-control-phone:before {
    content: ""
}

.fa.fa-braille:before {
    content: ""
}

.fa.fa-assistive-listening-systems:before {
    content: ""
}

.fa.fa-asl-interpreting:before,
.fa.fa-american-sign-language-interpreting:before {
    content: ""
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before,
.fa.fa-deaf:before {
    content: ""
}

.fa.fa-glide:before {
    content: ""
}

.fa.fa-glide-g:before {
    content: ""
}

.fa.fa-signing:before,
.fa.fa-sign-language:before {
    content: ""
}

.fa.fa-low-vision:before {
    content: ""
}

.fa.fa-viadeo:before {
    content: ""
}

.fa.fa-viadeo-square:before {
    content: ""
}

.fa.fa-snapchat:before {
    content: ""
}

.fa.fa-snapchat-ghost:before {
    content: ""
}

.fa.fa-snapchat-square:before {
    content: ""
}

.fa.fa-pied-piper:before {
    content: ""
}

.fa.fa-first-order:before {
    content: ""
}

.fa.fa-yoast:before {
    content: ""
}

.fa.fa-themeisle:before {
    content: ""
}

.fa.fa-google-plus-circle:before,
.fa.fa-google-plus-official:before {
    content: ""
}

.fa.fa-fa:before,
.fa.fa-font-awesome:before {
    content: ""
}

.fa.fa-handshake-o:before {
    content: ""
}

.fa.fa-envelope-open:before {
    content: ""
}

.fa.fa-envelope-open-o:before {
    content: ""
}

.fa.fa-linode:before {
    content: ""
}

.fa.fa-address-book:before {
    content: ""
}

.fa.fa-address-book-o:before {
    content: ""
}

.fa.fa-vcard:before,
.fa.fa-address-card:before {
    content: ""
}

.fa.fa-vcard-o:before,
.fa.fa-address-card-o:before {
    content: ""
}

.fa.fa-user-circle:before {
    content: ""
}

.fa.fa-user-circle-o:before {
    content: ""
}

.fa.fa-user-o:before {
    content: ""
}

.fa.fa-id-badge:before {
    content: ""
}

.fa.fa-drivers-license:before,
.fa.fa-id-card:before {
    content: ""
}

.fa.fa-drivers-license-o:before,
.fa.fa-id-card-o:before {
    content: ""
}

.fa.fa-quora:before {
    content: ""
}

.fa.fa-free-code-camp:before {
    content: ""
}

.fa.fa-telegram:before {
    content: ""
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before,
.fa.fa-thermometer-full:before {
    content: ""
}

.fa.fa-thermometer-3:before,
.fa.fa-thermometer-three-quarters:before {
    content: ""
}

.fa.fa-thermometer-2:before,
.fa.fa-thermometer-half:before {
    content: ""
}

.fa.fa-thermometer-1:before,
.fa.fa-thermometer-quarter:before {
    content: ""
}

.fa.fa-thermometer-0:before,
.fa.fa-thermometer-empty:before {
    content: ""
}

.fa.fa-shower:before {
    content: ""
}

.fa.fa-bathtub:before,
.fa.fa-s15:before,
.fa.fa-bath:before {
    content: ""
}

.fa.fa-podcast:before {
    content: ""
}

.fa.fa-window-maximize:before {
    content: ""
}

.fa.fa-window-minimize:before {
    content: ""
}

.fa.fa-window-restore:before {
    content: ""
}

.fa.fa-times-rectangle:before,
.fa.fa-window-close:before {
    content: ""
}

.fa.fa-times-rectangle-o:before,
.fa.fa-window-close-o:before {
    content: ""
}

.fa.fa-bandcamp:before {
    content: ""
}

.fa.fa-grav:before {
    content: ""
}

.fa.fa-etsy:before {
    content: ""
}

.fa.fa-imdb:before {
    content: ""
}

.fa.fa-ravelry:before {
    content: ""
}

.fa.fa-eercast:before {
    content: ""
}

.fa.fa-microchip:before {
    content: ""
}

.fa.fa-snowflake-o:before {
    content: ""
}

.fa.fa-superpowers:before {
    content: ""
}

.fa.fa-wpexplorer:before {
    content: ""
}

.fa.fa-meetup:before {
    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
}

@font-face {
    font-family: opal-icon;
    /* src: url(../fonts/medilazar-FONT/opal-icon.eot); */
    /* src: url(../fonts/medilazar-FONT/opal-icon.eot?#iefix) format("eot"), url(../fonts/medilazar-FONT/opal-icon.woff) format("woff2"), url(../fonts/medilazar-FONT/opal-icon.woff) format("woff"), url(../fonts/medilazar-FONT/opal-icon.ttf) format("truetype"), url(../fonts/medilazar-FONT/opal-icon.svg) format("svg") */

    src: url(../fonts/fonts-opal/opal-icon.eot);
    src: url(../fonts/fonts-opal/opal-icon.eot?#iefix) format("eot"), url(../fonts/fonts-opal/opal-icon.woff) format("woff2"), url(../fonts/fonts-opal/opal-icon.woff) format("woff"), url(../fonts/fonts-opal/opal-icon.ttf) format("truetype"), url(../fonts/fonts-opal/opal-icon.svg) format("svg")


}

[class*=opal-icon-]:before {
    font-family: opal-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.opal-icon,
.list-check li:before,
.title-with-icon:before,
.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_nav_menu a:before,
.owl-theme .owl-nav [class*=owl-]:before,
.elementor-nav-menu--indicator-chevron_right .elementor-nav-menu .sub-arrow:before,
.elementor-menu-toggle i:before,
.elementor-widget-opal-search-form .fa-search:before,
.search-by-category .input-dropdown-inner>a:after,
.filter-toggle .filter-icon,
.woocommerce-cart .cart-empty:before,
.wishlist-empty:before,
.woocommerce-MyAccount-navigation ul li a:before,
.shop-action a[class*=product_type_]:before,
.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist>div>a:before,
.shop-action .compare:before,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before,
.single-product div.type-product .entry-summary .compare:before,
.single-product .single_add_to_cart_button:before,
.single-product .single_add_to_cart_button.disabled[type=submit]:before,
.widget.widget_product_categories .product-categories li a:before,
.handheld-footer-bar .cart .footer-cart-contents:before,
.handheld-footer-bar .my-account .my-accrount-footer:before,
.handheld-footer-bar .search .search-footer:before {
    font-family: opal-icon;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.opal-icon-acid-reflux:before {
    content: ""
}

.opal-icon-add-to-cart:before,
.shop-action a[class*=product_type_]:before,
.single-product .single_add_to_cart_button:before,
.single-product .single_add_to_cart_button.disabled[type=submit]:before {
    content: ""
}

.opal-icon-address:before {
    content: ""
}

.opal-icon-anchor:before {
    content: ""
}

.opal-icon-angle-left:before {
    content: ""
}

.opal-icon-angle-right:before {
    content: ""
}

.opal-icon-arrow-left:before,
.owl-theme .owl-nav .owl-prev[class*=owl-]:before,
.owl-theme.owl-rtl .owl-nav .owl-next[class*=owl-]:before,
.owl-theme .owl-rtl .owl-nav .owl-next[class*=owl-]:before {
    content: ""
}

.opal-icon-arrow-right:before,
.owl-theme .owl-nav .owl-next[class*=owl-]:before,
.owl-theme.owl-rtl .owl-nav .owl-prev[class*=owl-]:before,
.owl-theme .owl-rtl .owl-nav .owl-prev[class*=owl-]:before {
    content: ""
}

.opal-icon-aspirin2:before {
    content: ""
}

.opal-icon-asthma:before {
    content: ""
}

.opal-icon-authentic:before {
    content: ""
}

.opal-icon-badge-percent:before {
    content: ""
}

.opal-icon-bar2:before,
.elementor-menu-toggle i:before {
    content: ""
}

.opal-icon-birth-control:before {
    content: ""
}

.opal-icon-book:before {
    content: ""
}

.opal-icon-boot:before {
    content: ""
}

.opal-icon-bow-arrow:before {
    content: ""
}

.opal-icon-box-alt:before {
    content: ""
}

.opal-icon-bullseye:before {
    content: ""
}

.opal-icon-campground:before {
    content: ""
}

.opal-icon-cart-empty:before,
.woocommerce-cart .cart-empty:before {
    content: ""
}

.opal-icon-cart:before,
.handheld-footer-bar .cart .footer-cart-contents:before {
    content: ""
}

.opal-icon-chevron-down:before {
    content: ""
}

.opal-icon-chevron-left:before {
    content: ""
}

.opal-icon-chevron-right:before,
.elementor-nav-menu--indicator-chevron_right .elementor-nav-menu .sub-arrow:before {
    content: ""
}

.opal-icon-chevron-up:before {
    content: ""
}

.opal-icon-clock:before {
    content: ""
}

.opal-icon-close:before,
.filter-toggle.active .filter-icon:before {
    content: ""
}

.opal-icon-compare:before,
.shop-action .compare:before,
.single-product div.type-product .entry-summary .compare:before {
    content: ""
}

.opal-icon-consultations:before {
    content: ""
}

.opal-icon-delivery:before {
    content: ""
}

.opal-icon-delivery2:before {
    content: ""
}

.opal-icon-depression:before {
    content: ""
}

.opal-icon-diagnostic:before {
    content: ""
}

.opal-icon-e-pharmacy:before {
    content: ""
}

.opal-icon-email:before {
    content: ""
}

.opal-icon-envelope2:before {
    content: ""
}

.opal-icon-experience:before {
    content: ""
}

.opal-icon-families:before {
    content: ""
}

.opal-icon-filter:before,
.filter-toggle .filter-icon:before {
    content: ""
}

.opal-icon-fish:before {
    content: ""
}

.opal-icon-free-delivery:before {
    content: ""
}

.opal-icon-friendly:before {
    content: ""
}

.opal-icon-globe-asia:before {
    content: ""
}

.opal-icon-glucose-meter:before {
    content: ""
}

.opal-icon-hair-loss:before {
    content: ""
}

.opal-icon-hand-holding:before {
    content: ""
}

.opal-icon-health:before {
    content: ""
}

.opal-icon-heart-rate:before {
    content: ""
}

.opal-icon-heart:before {
    content: ""
}

.opal-icon-help:before {
    content: ""
}

.opal-icon-high-cholesterol:before {
    content: ""
}

.opal-icon-hood-cloak:before {
    content: ""
}

.opal-icon-hypo-thyroidism:before {
    content: ""
}

.opal-icon-insurance:before {
    content: ""
}

.opal-icon-labs-tests:before {
    content: ""
}

.opal-icon-leavedetail:before {
    content: ""
}

.opal-icon-medicine:before {
    content: ""
}

.opal-icon-medicines00:before {
    content: ""
}

.opal-icon-mental-disorder:before {
    content: ""
}

.opal-icon-menu:before {
    content: ""
}

.opal-icon-minus:before {
    content: ""
}

.opal-icon-mom-baby:before {
    content: ""
}

.opal-icon-next:before {
    content: ""
}

.opal-icon-no-favorites:before,
.wishlist-empty:before {
    content: ""
}

.opal-icon-nowaiting:before {
    content: ""
}

.opal-icon-offers:before {
    content: ""
}

.opal-icon-orders:before {
    content: ""
}

.opal-icon-others:before {
    content: ""
}

.opal-icon-payment:before {
    content: ""
}

.opal-icon-personal:before {
    content: ""
}

.opal-icon-pharma:before {
    content: ""
}

.opal-icon-phone:before {
    content: ""
}

.opal-icon-phone2:before {
    content: ""
}

.opal-icon-pincodes:before {
    content: ""
}

.opal-icon-plus:before {
    content: ""
}

.opal-icon-previous:before {
    content: ""
}

.opal-icon-quality:before {
    content: ""
}

.opal-icon-quickview:before,
.shop-action .yith-wcqv-button:before {
    content: ""
}

.opal-icon-runny:before {
    content: ""
}

.opal-icon-savingmade:before {
    content: ""
}

.opal-icon-search:before,
.elementor-widget-opal-search-form .fa-search:before,
.handheld-footer-bar .search .search-footer:before {
    content: ""
}

.opal-icon-seedling:before {
    content: ""
}

.opal-icon-seemeds:before {
    content: ""
}

.opal-icon-sexual:before {
    content: ""
}

.opal-icon-shield-check:before {
    content: ""
}

.opal-icon-shipping-fast:before {
    content: ""
}

.opal-icon-shuttle-van:before {
    content: ""
}

.opal-icon-support:before {
    content: ""
}

.opal-icon-talkto:before {
    content: ""
}

.opal-icon-th-grid:before {
    content: ""
}

.opal-icon-th-list:before {
    content: ""
}

.opal-icon-tradition:before {
    content: ""
}

.opal-icon-undo-alt:before {
    content: ""
}

.opal-icon-upto:before {
    content: ""
}

.opal-icon-user-headset:before {
    content: ""
}

.opal-icon-user:before,
.handheld-footer-bar .my-account .my-accrount-footer:before {
    content: ""
}

.opal-icon-user2:before {
    content: ""
}

.opal-icon-video:before {
    content: ""
}

.opal-icon-vitamin2:before {
    content: ""
}

.opal-icon-wellness:before {
    content: ""
}

.opal-icon-wishlist-fill:before,
.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before,
.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:before,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:before {
    content: ""
}

.opal-icon-wishlist:before,
.shop-action .yith-wcwl-add-to-wishlist>div>a:before,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before {
    content: ""
}

.opal-icon-with:before {
    content: ""
}

html {
    font-family: medilazar, helvetica neue, helvetica, arial, sans-serif;
    line-height: 1.875;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 0 0 1.5em
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none;
    border-bottom-color: #eee
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: 600
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

mark {
    color: #000;
    background-color: #eee
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: medilazar, helvetica neue, helvetica, arial, sans-serif;
    font-size: 100%;
    line-height: 1.875;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html [type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid;
    border-color: #bbb;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    -moz-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;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template,
[hidden] {
    display: none
}

.block-fullwidth {
    position: relative;
    width: 100vw;
    left: 50%;
    margin-left: -50vw
}

.container,
#content,
ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
.otf-product-recently-content .widget_recently_viewed_products,
.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

.container,
#content,
ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
.otf-product-recently-content .widget_recently_viewed_products {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 1170px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto
}

.row,
body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap,
[data-opal-columns],
.site-footer .widget-area,
.comment-form,
.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery,
[data-elementor-columns],
.single-portfolio-summary .single-portfolio-summary-inner,
.woocommerce-cart .entry-content>.woocommerce,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-MyAccount-content form[class^=woocommerce-],
.woocommerce-columns--addresses,
form.track_order,
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses,
.woocommerce-Addresses,
.woocommerce-address-fields__field-wrapper,
[class*=columns-] ul.products,
.single-product div.type-product .product-inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters,
.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.widget .gallery>.col,
.elementor-element .gallery>.col,
.entry-gallery .gallery>.col,
.single .gallery>.col,
body .no-gutters>#secondary,
.widget body .gallery>#secondary,
body .widget .gallery>#secondary,
.elementor-element body .gallery>#secondary,
body .elementor-element .gallery>#secondary,
.entry-gallery body .gallery>#secondary,
body .entry-gallery .gallery>#secondary,
.single body .gallery>#secondary,
body .single .gallery>#secondary,
body.opal-content-layout-2cl .no-gutters>#primary,
.widget body.opal-content-layout-2cl .gallery>#primary,
body.opal-content-layout-2cl .widget .gallery>#primary,
.elementor-element body.opal-content-layout-2cl .gallery>#primary,
body.opal-content-layout-2cl .elementor-element .gallery>#primary,
.entry-gallery body.opal-content-layout-2cl .gallery>#primary,
body.opal-content-layout-2cl .entry-gallery .gallery>#primary,
.single body.opal-content-layout-2cl .gallery>#primary,
body.opal-content-layout-2cl .single .gallery>#primary,
body.opal-content-layout-2cr .no-gutters>#primary,
.widget body.opal-content-layout-2cr .gallery>#primary,
body.opal-content-layout-2cr .widget .gallery>#primary,
.elementor-element body.opal-content-layout-2cr .gallery>#primary,
body.opal-content-layout-2cr .elementor-element .gallery>#primary,
.entry-gallery body.opal-content-layout-2cr .gallery>#primary,
body.opal-content-layout-2cr .entry-gallery .gallery>#primary,
.single body.opal-content-layout-2cr .gallery>#primary,
body.opal-content-layout-2cr .single .gallery>#primary,
form.track_order .no-gutters>p.form-row-first,
.widget form.track_order .gallery>p.form-row-first,
form.track_order .widget .gallery>p.form-row-first,
.elementor-element form.track_order .gallery>p.form-row-first,
form.track_order .elementor-element .gallery>p.form-row-first,
.entry-gallery form.track_order .gallery>p.form-row-first,
form.track_order .entry-gallery .gallery>p.form-row-first,
.single form.track_order .gallery>p.form-row-first,
form.track_order .single .gallery>p.form-row-first,
form.track_order .no-gutters>p.form-row-last,
.widget form.track_order .gallery>p.form-row-last,
form.track_order .widget .gallery>p.form-row-last,
.elementor-element form.track_order .gallery>p.form-row-last,
form.track_order .elementor-element .gallery>p.form-row-last,
.entry-gallery form.track_order .gallery>p.form-row-last,
form.track_order .entry-gallery .gallery>p.form-row-last,
.single form.track_order .gallery>p.form-row-last,
form.track_order .single .gallery>p.form-row-last,
.columns-5 ul.products.no-gutters>li,
.widget .columns-5 ul.products.gallery>li,
.columns-5 .widget ul.products.gallery>li,
.elementor-element .columns-5 ul.products.gallery>li,
.columns-5 .elementor-element ul.products.gallery>li,
.entry-gallery .columns-5 ul.products.gallery>li,
.columns-5 .entry-gallery ul.products.gallery>li,
.single .columns-5 ul.products.gallery>li,
.columns-5 .single ul.products.gallery>li,
.no-gutters>[class*=col-],
.widget .gallery>[class*=col-],
.elementor-element .gallery>[class*=col-],
.entry-gallery .gallery>[class*=col-],
.single .gallery>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col-1,
.col-2,
[data-elementor-columns-mobile="6"] .column-item,
.woocommerce.columns-mobile-6 ul.products>li,
.col-3,
[data-elementor-columns-mobile="4"] .column-item,
.woocommerce.columns-mobile-4 ul.products>li,
.col-4,
[data-elementor-columns-mobile="3"] .column-item,
.woocommerce.columns-mobile-3 ul.products>li,
.col-5,
.col-6,
[data-elementor-columns-mobile="2"] .column-item,
.woocommerce.columns-mobile-2 ul.products>li,
.single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.opal-content-layout-2cl .related-posts .column-item,
.site-footer .widget-area .widget-column,
.comment-form>*,
.comment-form>.comment-form-rating,
.widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
.single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title,
.single-portfolio-summary .single-portfolio-summary-meta,
.single-portfolio-summary .single-portfolio-summary-content,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-meta,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-content,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-billing-fields .form-row-wide,
.woocommerce-MyAccount-content form[class^=woocommerce-]>*:not(fieldset),
.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,
#customer_details [class*=col],
.woocommerce-Addresses .woocommerce-Address,
.columns-1 ul.products>li,
.woocommerce.columns-mobile-1 ul.products>li,
.col,
body #secondary,
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary,
form.track_order p.form-row-first,
form.track_order p.form-row-last,
.columns-5 ul.products>li,
.col-auto,
.col-sm-1,
[data-opal-columns="12"] .column-item,
.col-sm-2,
[data-opal-columns="6"] .column-item,
.columns-6 ul.products>li,
.col-sm-3,
[data-opal-columns="4"] .column-item,
.col-sm-4,
[data-opal-columns="3"] .column-item,
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.widget .gallery-columns-6 .gallery-item,
.elementor-element .gallery-columns-6 .gallery-item,
.entry-gallery .gallery-columns-6 .gallery-item,
.single .gallery-columns-6 .gallery-item,
.col-sm-5,
.col-sm-6,
[data-opal-columns="2"] .column-item,
.opal-archive-style-2 .column-item,
.opal-archive-style-5 .column-item,
.opal-archive-style-4 .column-item,
.opal-archive-style-3 .column-item,
.widget .gallery-columns-2 .gallery-item,
.elementor-element .gallery-columns-2 .gallery-item,
.entry-gallery .gallery-columns-2 .gallery-item,
.single .gallery-columns-2 .gallery-item,
.widget .gallery-columns-3 .gallery-item,
.elementor-element .gallery-columns-3 .gallery-item,
.entry-gallery .gallery-columns-3 .gallery-item,
.single .gallery-columns-3 .gallery-item,
.widget .gallery-columns-4 .gallery-item,
.elementor-element .gallery-columns-4 .gallery-item,
.entry-gallery .gallery-columns-4 .gallery-item,
.single .gallery-columns-4 .gallery-item,
.elementor-timeline-view-vertical .timeline-thumbnail,
.elementor-timeline-view-vertical .timeline-content,
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-first,
.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-last,
.columns-2 ul.products>li,
.columns-3 ul.products>li,
.columns-4 ul.products>li,
.opal-content-layout-2cl .columns-3 ul.products li.product,
.opal-content-layout-2cl .columns-3 ul.products>li,
.opal-content-layout-2cr .columns-3 ul.products li.product,
.opal-content-layout-2cr .columns-3 ul.products>li,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
[data-opal-columns="1"] .column-item,
.opal-archive-style-2.opal-content-layout-2cr .column-item,
.opal-archive-style-5.opal-content-layout-2cr .column-item,
.opal-archive-style-4.opal-content-layout-2cr .column-item,
.opal-archive-style-3.opal-content-layout-2cr .column-item,
.entry-summary .comment-form .comment-form-url,
.entry-summary .comment-form .comment-form-email,
.entry-summary .comment-form .comment-form-author,
.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,
.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion+.opal-image-hotspots-container,
.cart-collaterals .cross-sells,
.woocommerce-columns--addresses .woocommerce-column,
.woocommerce-account .woocommerce .u-columns [class^=u-column],
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-address-fields__field-wrapper .form-row,
.osf-sorting .woocommerce-message,
.osf-sorting .woocommerce-notice,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
[data-elementor-columns-tablet="6"] .column-item,
.woocommerce.columns-tablet-6 ul.products>li,
.col-md-3,
[data-elementor-columns-tablet="4"] .column-item,
.woocommerce.columns-tablet-4 ul.products>li,
.col-md-4,
[data-elementor-columns-tablet="3"] .column-item,
.woocommerce.columns-tablet-3 ul.products>li,
.col-md-5,
.col-md-6,
[data-elementor-columns-tablet="2"] .column-item,
.woocommerce.columns-tablet-2 ul.products>li,
.woocommerce-single-style-3.single-product div.product .entry-summary,
.woocommerce-single-style-3.single-product div.product .images,
.woocommerce-single-style-4.single-product div.product .images,
.woocommerce-single-style-4.single-product div.product .entry-summary,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
[data-elementor-columns-tablet="1"] .column-item,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce.columns-tablet-1 ul.products>li,
.single-product div.type-product .entry-summary,
.single-product div.type-product .images,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.woocommerce-single-style-2.single-product div.product .entry-summary,
.woocommerce-single-style-2.single-product div.product .images,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.cart-collaterals,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
[data-elementor-columns="6"] .column-item,
.woocommerce.columns-6 ul.products>li,
.col-xl-3,
[data-elementor-columns="4"] .column-item,
.woocommerce.columns-4 ul.products>li,
.col-xl-4,
[data-elementor-columns="3"] .column-item,
.woocommerce.columns-3 ul.products>li,
.col-xl-5,
.col-xl-6,
[data-elementor-columns="2"] .column-item,
.woocommerce.columns-2 ul.products>li,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
[data-elementor-columns="1"] .column-item,
.woocommerce.columns-1 ul.products>li,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col,
body #secondary,
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary,
form.track_order p.form-row-first,
form.track_order p.form-row-last,
.columns-5 ul.products>li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2,
[data-elementor-columns-mobile="6"] .column-item,
.woocommerce.columns-mobile-6 ul.products>li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3,
[data-elementor-columns-mobile="4"] .column-item,
.woocommerce.columns-mobile-4 ul.products>li {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4,
[data-elementor-columns-mobile="3"] .column-item,
.woocommerce.columns-mobile-3 ul.products>li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6,
[data-elementor-columns-mobile="2"] .column-item,
.woocommerce.columns-mobile-2 ul.products>li,
.single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12,
.related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.opal-content-layout-2cl .related-posts .column-item,
.site-footer .widget-area .widget-column,
.comment-form>*,
.comment-form>.comment-form-rating,
.widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
.single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title,
.single-portfolio-summary .single-portfolio-summary-meta,
.single-portfolio-summary .single-portfolio-summary-content,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-meta,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-content,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-billing-fields .form-row-wide,
.woocommerce-MyAccount-content form[class^=woocommerce-]>*:not(fieldset),
.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,
#customer_details [class*=col],
.woocommerce-Addresses .woocommerce-Address,
.columns-1 ul.products>li,
.woocommerce.columns-mobile-1 ul.products>li {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media(min-width:576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-sm-1,
    [data-opal-columns="12"] .column-item {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2,
    [data-opal-columns="6"] .column-item,
    [data-elementor-columns-mobile="6"] .column-item,
    .columns-6 ul.products>li,
    .woocommerce.columns-mobile-6 ul.products>li {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3,
    [data-opal-columns="4"] .column-item,
    [data-elementor-columns-mobile="4"] .column-item,
    .woocommerce.columns-mobile-4 ul.products>li {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4,
    [data-opal-columns="3"] .column-item,
    .comment-form .comment-form-url,
    .comment-form .comment-form-email,
    .comment-form .comment-form-author,
    .widget .gallery-columns-6 .gallery-item,
    .elementor-element .gallery-columns-6 .gallery-item,
    .entry-gallery .gallery-columns-6 .gallery-item,
    .single .gallery-columns-6 .gallery-item,
    [data-elementor-columns-mobile="3"] .column-item,
    .woocommerce.columns-mobile-3 ul.products>li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6,
    [data-opal-columns="2"] .column-item,
    .opal-archive-style-2 .column-item,
    .opal-archive-style-5 .column-item,
    .opal-archive-style-4 .column-item,
    .opal-archive-style-3 .column-item,
    .related-posts .column-item,
    .widget .gallery-columns-2 .gallery-item,
    .elementor-element .gallery-columns-2 .gallery-item,
    .entry-gallery .gallery-columns-2 .gallery-item,
    .single .gallery-columns-2 .gallery-item,
    .widget .gallery-columns-3 .gallery-item,
    .elementor-element .gallery-columns-3 .gallery-item,
    .entry-gallery .gallery-columns-3 .gallery-item,
    .single .gallery-columns-3 .gallery-item,
    .widget .gallery-columns-4 .gallery-item,
    .elementor-element .gallery-columns-4 .gallery-item,
    .entry-gallery .gallery-columns-4 .gallery-item,
    .single .gallery-columns-4 .gallery-item,
    [data-elementor-columns-mobile="2"] .column-item,
    .elementor-timeline-view-vertical .timeline-thumbnail,
    .elementor-timeline-view-vertical .timeline-content,
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-billing-fields .form-row-last,
    .woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-first,
    .woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-last,
    .columns-2 ul.products>li,
    .columns-3 ul.products>li,
    .columns-4 ul.products>li,
    .woocommerce.columns-mobile-2 ul.products>li,
    .opal-content-layout-2cl .columns-3 ul.products li.product,
    .opal-content-layout-2cl .columns-3 ul.products>li,
    .opal-content-layout-2cr .columns-3 ul.products li.product,
    .opal-content-layout-2cr .columns-3 ul.products>li {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12,
    [data-opal-columns="1"] .column-item,
    .opal-archive-style-2.opal-content-layout-2cr .column-item,
    .opal-archive-style-5.opal-content-layout-2cr .column-item,
    .opal-archive-style-4.opal-content-layout-2cr .column-item,
    .opal-archive-style-3.opal-content-layout-2cr .column-item,
    .opal-content-layout-2cr .related-posts .column-item,
    .opal-content-layout-2cl .related-posts .column-item,
    .site-footer .widget-area .widget-column,
    .entry-summary .comment-form .comment-form-url,
    .entry-summary .comment-form .comment-form-email,
    .entry-summary .comment-form .comment-form-author,
    [data-elementor-columns-mobile="1"] .column-item,
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion+.opal-image-hotspots-container,
    .cart-collaterals .cross-sells,
    .woocommerce-columns--addresses .woocommerce-column,
    .woocommerce-account .woocommerce .u-columns [class^=u-column],
    .woocommerce-account .woocommerce-ResetPassword,
    .woocommerce-address-fields__field-wrapper .form-row,
    .woocommerce.columns-mobile-1 ul.products>li,
    .osf-sorting .woocommerce-message,
    .osf-sorting .woocommerce-notice {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2,
    .widget .gallery-columns-6 .gallery-item,
    .elementor-element .gallery-columns-6 .gallery-item,
    .entry-gallery .gallery-columns-6 .gallery-item,
    .single .gallery-columns-6 .gallery-item,
    [data-elementor-columns-tablet="6"] .column-item,
    .woocommerce.columns-tablet-6 ul.products>li {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3,
    .widget .gallery-columns-4 .gallery-item,
    .elementor-element .gallery-columns-4 .gallery-item,
    .entry-gallery .gallery-columns-4 .gallery-item,
    .single .gallery-columns-4 .gallery-item,
    [data-elementor-columns-tablet="4"] .column-item,
    .woocommerce.columns-tablet-4 ul.products>li {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4,
    .opal-archive-style-2 .column-item,
    .opal-archive-style-5 .column-item,
    .opal-archive-style-4 .column-item,
    .opal-archive-style-3 .column-item,
    .related-posts .column-item,
    .widget .gallery-columns-3 .gallery-item,
    .elementor-element .gallery-columns-3 .gallery-item,
    .entry-gallery .gallery-columns-3 .gallery-item,
    .single .gallery-columns-3 .gallery-item,
    [data-elementor-columns-tablet="3"] .column-item,
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,
    .columns-3 ul.products>li,
    .woocommerce.columns-tablet-3 ul.products>li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6,
    .opal-archive-style-2.opal-content-layout-2cr .column-item,
    .opal-archive-style-5.opal-content-layout-2cr .column-item,
    .opal-archive-style-4.opal-content-layout-2cr .column-item,
    .opal-archive-style-3.opal-content-layout-2cr .column-item,
    .opal-content-layout-2cr .related-posts .column-item,
    .opal-content-layout-2cl .related-posts .column-item,
    .site-footer .widget-area .widget-column,
    [data-elementor-columns-tablet="2"] .column-item,
    .woocommerce-columns--addresses .woocommerce-column,
    .woocommerce-account .woocommerce .u-columns [class^=u-column],
    .woocommerce-Addresses .woocommerce-Address,
    .woocommerce-address-fields__field-wrapper .form-row,
    .columns-4 ul.products>li,
    .woocommerce.columns-tablet-2 ul.products>li,
    .opal-content-layout-2cl .columns-3 ul.products li.product,
    .opal-content-layout-2cl .columns-3 ul.products>li,
    .opal-content-layout-2cr .columns-3 ul.products li.product,
    .opal-content-layout-2cr .columns-3 ul.products>li,
    .woocommerce-single-style-3.single-product div.product .entry-summary,
    .woocommerce-single-style-3.single-product div.product .images,
    .woocommerce-single-style-4.single-product div.product .images,
    .woocommerce-single-style-4.single-product div.product .entry-summary {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7,
    .cart-collaterals .cross-sells {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8,
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion+.opal-image-hotspots-container {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12,
    [data-elementor-columns-tablet="1"] .column-item,
    .woocommerce-cart .woocommerce-cart-form,
    .woocommerce-ResetPassword.lost_reset_password,
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-ResetPassword,
    .woocommerce-account .woocommerce-MyAccount-content,
    .woocommerce.columns-tablet-1 ul.products>li,
    .single-product div.type-product .entry-summary,
    .single-product div.type-product .images {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3,
    .woocommerce-account .woocommerce-MyAccount-navigation {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4,
    .related-posts .column-item,
    .site-footer .widget-area .widget-column,
    .opal-content-layout-2cl .columns-3 ul.products li.product,
    .opal-content-layout-2cl .columns-3 ul.products>li,
    .opal-content-layout-2cr .columns-3 ul.products li.product,
    .opal-content-layout-2cr .columns-3 ul.products>li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6,
    .opal-content-layout-2cr .related-posts .column-item,
    .opal-content-layout-2cl .related-posts .column-item,
    .single-product div.type-product .entry-summary,
    .single-product div.type-product .images,
    .woocommerce-single-style-2.single-product div.product .entry-summary,
    .woocommerce-single-style-2.single-product div.product .images {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8,
    .woocommerce-cart .woocommerce-cart-form {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9,
    .woocommerce-account .woocommerce-MyAccount-content {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12,
    .cart-collaterals {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width:1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2,
    [data-elementor-columns="6"] .column-item,
    .woocommerce.columns-6 ul.products>li {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3,
    [data-elementor-columns="4"] .column-item,
    .columns-4 ul.products>li,
    .woocommerce.columns-4 ul.products>li {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4,
    [data-elementor-columns="3"] .column-item,
    .single-portfolio-summary .single-portfolio-summary-meta,
    .cart-collaterals,
    .woocommerce.columns-3 ul.products>li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6,
    [data-elementor-columns="2"] .column-item,
    .woocommerce.columns-2 ul.products>li {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8,
    .single-portfolio-summary .single-portfolio-summary-content {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12,
    [data-elementor-columns="1"] .column-item,
    .woocommerce.columns-1 ul.products>li {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.d-none {
    display: none
}

.d-inline {
    display: inline
}

.d-inline-block {
    display: inline-block
}

.d-block,
.shop-action .yith-wcwl-add-to-wishlist>div>a,
.shop-action .yith-wcwl-add-button .add_to_wishlist,
.shop-action .compare,
.shop-action .yith-wcqv-button {
    display: block
}

.d-table {
    display: table
}

.d-table-row {
    display: table-row
}

.d-table-cell {
    display: table-cell
}

.d-flex,
.pagination .nav-links,
.woocommerce-pagination .nav-links,
.comments-pagination .nav-links,
.woocommerce-account .woocommerce .u-columns {
    display: flex
}

.d-inline-flex {
    display: inline-flex
}

@media(min-width:576px) {
    .d-sm-none {
        display: none
    }

    .d-sm-inline {
        display: inline
    }

    .d-sm-inline-block {
        display: inline-block
    }

    .d-sm-block {
        display: block
    }

    .d-sm-table {
        display: table
    }

    .d-sm-table-row {
        display: table-row
    }

    .d-sm-table-cell {
        display: table-cell
    }

    .d-sm-flex {
        display: flex
    }

    .d-sm-inline-flex {
        display: inline-flex
    }
}

@media(min-width:768px) {
    .d-md-none {
        display: none
    }

    .d-md-inline {
        display: inline
    }

    .d-md-inline-block {
        display: inline-block
    }

    .d-md-block {
        display: block
    }

    .d-md-table {
        display: table
    }

    .d-md-table-row {
        display: table-row
    }

    .d-md-table-cell {
        display: table-cell
    }

    .d-md-flex {
        display: flex
    }

    .d-md-inline-flex {
        display: inline-flex
    }
}

@media(min-width:992px) {
    .d-lg-none {
        display: none
    }

    .d-lg-inline {
        display: inline
    }

    .d-lg-inline-block {
        display: inline-block
    }

    .d-lg-block {
        display: block
    }

    .d-lg-table {
        display: table
    }

    .d-lg-table-row {
        display: table-row
    }

    .d-lg-table-cell {
        display: table-cell
    }

    .d-lg-flex {
        display: flex
    }

    .d-lg-inline-flex {
        display: inline-flex
    }
}

@media(min-width:1200px) {
    .d-xl-none {
        display: none
    }

    .d-xl-inline {
        display: inline
    }

    .d-xl-inline-block {
        display: inline-block
    }

    .d-xl-block {
        display: block
    }

    .d-xl-table {
        display: table
    }

    .d-xl-table-row {
        display: table-row
    }

    .d-xl-table-cell {
        display: table-cell
    }

    .d-xl-flex {
        display: flex
    }

    .d-xl-inline-flex {
        display: inline-flex
    }
}

.d-print-block {
    display: none
}

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

.d-print-inline {
    display: none
}

@media print {
    .d-print-inline {
        display: inline
    }
}

.d-print-inline-block {
    display: none
}

@media print {
    .d-print-inline-block {
        display: inline-block
    }
}

@media print {
    .d-print-none {
        display: none
    }
}

.flex-row {
    flex-direction: row
}

.flex-column,
.modal-content {
    flex-direction: column
}

.flex-row-reverse {
    flex-direction: row-reverse
}

.flex-column-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-nowrap {
    flex-wrap: nowrap
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse
}

.justify-content-start {
    justify-content: flex-start
}

.justify-content-end,
.modal-footer {
    justify-content: flex-end
}

.justify-content-center,
.pagination .nav-links,
.woocommerce-pagination .nav-links,
.comments-pagination .nav-links {
    justify-content: center
}

.justify-content-between,
.modal-header,
.timeline-item {
    justify-content: space-between
}

.justify-content-around {
    justify-content: space-around
}

.align-items-start {
    align-items: flex-start
}

.align-items-end {
    align-items: flex-end
}

.align-items-center {
    align-items: center
}

.align-items-baseline {
    align-items: baseline
}

.align-items-stretch {
    align-items: stretch
}

.align-content-start {
    align-content: flex-start
}

.align-content-end {
    align-content: flex-end
}

.align-content-center {
    align-content: center
}

.align-content-between {
    align-content: space-between
}

.align-content-around {
    align-content: space-around
}

.align-content-stretch {
    align-content: stretch
}

.align-self-auto {
    align-self: auto
}

.align-self-start {
    align-self: flex-start
}

.align-self-end {
    align-self: flex-end
}

.align-self-center,
.timeline-item,
.elementor-timeline-view-vertical .timeline-thumbnail,
.elementor-timeline-view-vertical .timeline-content {
    align-self: center
}

.align-self-baseline {
    align-self: baseline
}

.align-self-stretch {
    align-self: stretch
}

@media(min-width:576px) {
    .flex-sm-row {
        flex-direction: row
    }

    .flex-sm-column {
        flex-direction: column
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse
    }

    .flex-sm-wrap {
        flex-wrap: wrap
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .justify-content-sm-start {
        justify-content: flex-start
    }

    .justify-content-sm-end {
        justify-content: flex-end
    }

    .justify-content-sm-center {
        justify-content: center
    }

    .justify-content-sm-between {
        justify-content: space-between
    }

    .justify-content-sm-around {
        justify-content: space-around
    }

    .align-items-sm-start {
        align-items: flex-start
    }

    .align-items-sm-end {
        align-items: flex-end
    }

    .align-items-sm-center {
        align-items: center
    }

    .align-items-sm-baseline {
        align-items: baseline
    }

    .align-items-sm-stretch {
        align-items: stretch
    }

    .align-content-sm-start {
        align-content: flex-start
    }

    .align-content-sm-end {
        align-content: flex-end
    }

    .align-content-sm-center {
        align-content: center
    }

    .align-content-sm-between {
        align-content: space-between
    }

    .align-content-sm-around {
        align-content: space-around
    }

    .align-content-sm-stretch {
        align-content: stretch
    }

    .align-self-sm-auto {
        align-self: auto
    }

    .align-self-sm-start {
        align-self: flex-start
    }

    .align-self-sm-end {
        align-self: flex-end
    }

    .align-self-sm-center {
        align-self: center
    }

    .align-self-sm-baseline {
        align-self: baseline
    }

    .align-self-sm-stretch {
        align-self: stretch
    }
}

@media(min-width:768px) {
    .flex-md-row {
        flex-direction: row
    }

    .flex-md-column {
        flex-direction: column
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse
    }

    .flex-md-wrap {
        flex-wrap: wrap
    }

    .flex-md-nowrap {
        flex-wrap: nowrap
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .justify-content-md-start {
        justify-content: flex-start
    }

    .justify-content-md-end {
        justify-content: flex-end
    }

    .justify-content-md-center {
        justify-content: center
    }

    .justify-content-md-between {
        justify-content: space-between
    }

    .justify-content-md-around {
        justify-content: space-around
    }

    .align-items-md-start {
        align-items: flex-start
    }

    .align-items-md-end {
        align-items: flex-end
    }

    .align-items-md-center {
        align-items: center
    }

    .align-items-md-baseline {
        align-items: baseline
    }

    .align-items-md-stretch {
        align-items: stretch
    }

    .align-content-md-start {
        align-content: flex-start
    }

    .align-content-md-end {
        align-content: flex-end
    }

    .align-content-md-center {
        align-content: center
    }

    .align-content-md-between {
        align-content: space-between
    }

    .align-content-md-around {
        align-content: space-around
    }

    .align-content-md-stretch {
        align-content: stretch
    }

    .align-self-md-auto {
        align-self: auto
    }

    .align-self-md-start {
        align-self: flex-start
    }

    .align-self-md-end {
        align-self: flex-end
    }

    .align-self-md-center {
        align-self: center
    }

    .align-self-md-baseline {
        align-self: baseline
    }

    .align-self-md-stretch {
        align-self: stretch
    }
}

@media(min-width:992px) {
    .flex-lg-row {
        flex-direction: row
    }

    .flex-lg-column {
        flex-direction: column
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse
    }

    .flex-lg-wrap {
        flex-wrap: wrap
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .justify-content-lg-start {
        justify-content: flex-start
    }

    .justify-content-lg-end {
        justify-content: flex-end
    }

    .justify-content-lg-center {
        justify-content: center
    }

    .justify-content-lg-between {
        justify-content: space-between
    }

    .justify-content-lg-around {
        justify-content: space-around
    }

    .align-items-lg-start {
        align-items: flex-start
    }

    .align-items-lg-end {
        align-items: flex-end
    }

    .align-items-lg-center {
        align-items: center
    }

    .align-items-lg-baseline {
        align-items: baseline
    }

    .align-items-lg-stretch {
        align-items: stretch
    }

    .align-content-lg-start {
        align-content: flex-start
    }

    .align-content-lg-end {
        align-content: flex-end
    }

    .align-content-lg-center {
        align-content: center
    }

    .align-content-lg-between {
        align-content: space-between
    }

    .align-content-lg-around {
        align-content: space-around
    }

    .align-content-lg-stretch {
        align-content: stretch
    }

    .align-self-lg-auto {
        align-self: auto
    }

    .align-self-lg-start {
        align-self: flex-start
    }

    .align-self-lg-end {
        align-self: flex-end
    }

    .align-self-lg-center {
        align-self: center
    }

    .align-self-lg-baseline {
        align-self: baseline
    }

    .align-self-lg-stretch {
        align-self: stretch
    }
}

@media(min-width:1200px) {
    .flex-xl-row {
        flex-direction: row
    }

    .flex-xl-column {
        flex-direction: column
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse
    }

    .flex-xl-wrap {
        flex-wrap: wrap
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse
    }

    .justify-content-xl-start {
        justify-content: flex-start
    }

    .justify-content-xl-end {
        justify-content: flex-end
    }

    .justify-content-xl-center {
        justify-content: center
    }

    .justify-content-xl-between {
        justify-content: space-between
    }

    .justify-content-xl-around {
        justify-content: space-around
    }

    .align-items-xl-start {
        align-items: flex-start
    }

    .align-items-xl-end {
        align-items: flex-end
    }

    .align-items-xl-center {
        align-items: center
    }

    .align-items-xl-baseline {
        align-items: baseline
    }

    .align-items-xl-stretch {
        align-items: stretch
    }

    .align-content-xl-start {
        align-content: flex-start
    }

    .align-content-xl-end {
        align-content: flex-end
    }

    .align-content-xl-center {
        align-content: center
    }

    .align-content-xl-between {
        align-content: space-between
    }

    .align-content-xl-around {
        align-content: space-around
    }

    .align-content-xl-stretch {
        align-content: stretch
    }

    .align-self-xl-auto {
        align-self: auto
    }

    .align-self-xl-start {
        align-self: flex-start
    }

    .align-self-xl-end {
        align-self: flex-end
    }

    .align-self-xl-center {
        align-self: center
    }

    .align-self-xl-baseline {
        align-self: baseline
    }

    .align-self-xl-stretch {
        align-self: stretch
    }
}

.m-0,
.woocommerce-account .woocommerce .u-columns {
    margin: 0
}

.mt-0,
.my-0 {
    margin-top: 0
}

.mr-0,
.mx-0 {
    margin-right: 0
}

.mb-0,
.my-0 {
    margin-bottom: 0
}

.ml-0,
.mx-0 {
    margin-left: 0
}

.m-1 {
    margin: .25rem
}

.mt-1,
.my-1 {
    margin-top: .25rem
}

.mr-1,
.mx-1 {
    margin-right: .25rem
}

.mb-1,
.my-1 {
    margin-bottom: .25rem
}

.ml-1,
.mx-1 {
    margin-left: .25rem
}

.m-2 {
    margin: .5rem
}

.mt-2,
.my-2 {
    margin-top: .5rem
}

.mr-2,
.mx-2 {
    margin-right: .5rem
}

.mb-2,
.my-2 {
    margin-bottom: .5rem
}

.ml-2,
.mx-2 {
    margin-left: .5rem
}

.m-3 {
    margin: 1rem
}

.mt-3,
.my-3 {
    margin-top: 1rem
}

.mr-3,
.mx-3 {
    margin-right: 1rem
}

.mb-3,
.my-3 {
    margin-bottom: 1rem
}

.ml-3,
.mx-3 {
    margin-left: 1rem
}

.m-4 {
    margin: 1.5rem
}

.mt-4,
.my-4 {
    margin-top: 1.5rem
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem
}

.m-5 {
    margin: 3rem
}

.mt-5,
.my-5 {
    margin-top: 3rem
}

.mr-5,
.mx-5 {
    margin-right: 3rem
}

.mb-5,
.my-5 {
    margin-bottom: 3rem
}

.ml-5,
.mx-5 {
    margin-left: 3rem
}

.p-0 {
    padding: 0
}

.pt-0,
.py-0 {
    padding-top: 0
}

.pr-0,
.px-0 {
    padding-right: 0
}

.pb-0,
.py-0 {
    padding-bottom: 0
}

.pl-0,
.px-0 {
    padding-left: 0
}

.p-1 {
    padding: .25rem
}

.pt-1,
.py-1 {
    padding-top: .25rem
}

.pr-1,
.px-1 {
    padding-right: .25rem
}

.pb-1,
.py-1 {
    padding-bottom: .25rem
}

.pl-1,
.px-1 {
    padding-left: .25rem
}

.p-2 {
    padding: .5rem
}

.pt-2,
.py-2 {
    padding-top: .5rem
}

.pr-2,
.px-2 {
    padding-right: .5rem
}

.pb-2,
.py-2 {
    padding-bottom: .5rem
}

.pl-2,
.px-2 {
    padding-left: .5rem
}

.p-3 {
    padding: 1rem
}

.pt-3,
.py-3 {
    padding-top: 1rem
}

.pr-3,
.px-3 {
    padding-right: 1rem
}

.pb-3,
.py-3 {
    padding-bottom: 1rem
}

.pl-3,
.px-3 {
    padding-left: 1rem
}

.p-4 {
    padding: 1.5rem
}

.pt-4,
.py-4 {
    padding-top: 1.5rem
}

.pr-4,
.px-4 {
    padding-right: 1.5rem
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem
}

.pl-4,
.px-4 {
    padding-left: 1.5rem
}

.p-5 {
    padding: 3rem
}

.pt-5,
.py-5 {
    padding-top: 3rem
}

.pr-5,
.px-5 {
    padding-right: 3rem
}

.pb-5,
.py-5 {
    padding-bottom: 3rem
}

.pl-5,
.px-5 {
    padding-left: 3rem
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto
}

.mr-auto,
.mx-auto {
    margin-right: auto
}

.mb-auto,
.my-auto {
    margin-bottom: auto
}

.ml-auto,
.mx-auto {
    margin-left: auto
}

@media(min-width:576px) {
    .m-sm-0 {
        margin: 0
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0
    }

    .m-sm-1 {
        margin: .25rem
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem
    }

    .m-sm-2 {
        margin: .5rem
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem
    }

    .m-sm-3 {
        margin: 1rem
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem
    }

    .m-sm-4 {
        margin: 1.5rem
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem
    }

    .m-sm-5 {
        margin: 3rem
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem
    }

    .p-sm-0 {
        padding: 0
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0
    }

    .p-sm-1 {
        padding: .25rem
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem
    }

    .p-sm-2 {
        padding: .5rem
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem
    }

    .p-sm-3 {
        padding: 1rem
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem
    }

    .p-sm-4 {
        padding: 1.5rem
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem
    }

    .p-sm-5 {
        padding: 3rem
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto
    }
}

@media(min-width:768px) {
    .m-md-0 {
        margin: 0
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0
    }

    .m-md-1 {
        margin: .25rem
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem
    }

    .m-md-2 {
        margin: .5rem
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem
    }

    .m-md-3 {
        margin: 1rem
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem
    }

    .m-md-4 {
        margin: 1.5rem
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem
    }

    .m-md-5 {
        margin: 3rem
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem
    }

    .p-md-0 {
        padding: 0
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0
    }

    .p-md-1 {
        padding: .25rem
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem
    }

    .p-md-2 {
        padding: .5rem
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem
    }

    .p-md-3 {
        padding: 1rem
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem
    }

    .p-md-4 {
        padding: 1.5rem
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem
    }

    .p-md-5 {
        padding: 3rem
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto
    }
}

@media(min-width:992px) {
    .m-lg-0 {
        margin: 0
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0
    }

    .m-lg-1 {
        margin: .25rem
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem
    }

    .m-lg-2 {
        margin: .5rem
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem
    }

    .m-lg-3 {
        margin: 1rem
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem
    }

    .m-lg-4 {
        margin: 1.5rem
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem
    }

    .m-lg-5 {
        margin: 3rem
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem
    }

    .p-lg-0 {
        padding: 0
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0
    }

    .p-lg-1 {
        padding: .25rem
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem
    }

    .p-lg-2 {
        padding: .5rem
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem
    }

    .p-lg-3 {
        padding: 1rem
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem
    }

    .p-lg-4 {
        padding: 1.5rem
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem
    }

    .p-lg-5 {
        padding: 3rem
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto
    }
}

@media(min-width:1200px) {
    .m-xl-0 {
        margin: 0
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0
    }

    .m-xl-1 {
        margin: .25rem
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem
    }

    .m-xl-2 {
        margin: .5rem
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem
    }

    .m-xl-3 {
        margin: 1rem
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem
    }

    .m-xl-4 {
        margin: 1.5rem
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem
    }

    .m-xl-5 {
        margin: 3rem
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem
    }

    .p-xl-0 {
        padding: 0
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0
    }

    .p-xl-1 {
        padding: .25rem
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem
    }

    .p-xl-2 {
        padding: .5rem
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem
    }

    .p-xl-3 {
        padding: 1rem
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem
    }

    .p-xl-4 {
        padding: 1.5rem
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem
    }

    .p-xl-5 {
        padding: 3rem
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto
    }
}

.w-25 {
    width: 25%
}

.w-50 {
    width: 50%
}

.w-75 {
    width: 75%
}

.w-100,
.woocommerce-account .woocommerce .u-columns,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-notice {
    width: 100%
}

.h-25 {
    height: 25%
}

.h-50 {
    height: 50%
}

.h-75 {
    height: 75%
}

.h-100 {
    height: 100%
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.button-default,
.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-outline,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item),
.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit],
.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit] {
    position: relative;
    display: inline-flex;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    user-select: none;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    border: 2px solid transparent;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.button-default:focus,
.button-default:hover,
.button-primary:focus,
input:focus[type=reset],
input:focus[type=button],
input:focus[type=submit],
button:focus[type=submit],
.secondary-button .search-submit:focus,
.elementor-wpcf7-button-primary input:focus[type=submit],
.elementor-wpcf7-button-primary button:focus[type=submit],
.mailchimp-button-primary button:focus,
.wc-proceed-to-checkout a.checkout-button:focus,
.wishlist_table .product-add-to-cart .add_to_cart:focus,
.widget_shopping_cart .buttons .button:focus:nth-child(odd),
.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-secondary:focus,
.elementor-wpcf7-button-secondary input:focus[type=submit],
.elementor-wpcf7-button-secondary button:focus[type=submit],
.mailchimp-button-secondary button:focus,
.mailchimp-button-secondary input:focus[type=submit],
.woocommerce-cart .return-to-shop a:focus,
.checkout_coupon .form-row-last button:focus,
#payment .place-order .button:focus,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
.widget_shopping_cart .buttons .button:focus,
.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-outline:focus,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:focus:not(.radio-variable-item),
.button-outline:hover,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:hover:not(.radio-variable-item),
.button-outline-primary:focus,
.cat-links a:focus,
.elementor-wpcf7-button-outline_primary input:focus[type=button],
.elementor-wpcf7-button-outline_primary input:focus[type=submit],
.elementor-wpcf7-button-outline_primary button:focus[type=submit],
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_primary input:focus[type=submit],
.button-outline-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary input:hover[type=button],
.elementor-wpcf7-button-outline_primary input:hover[type=submit],
.elementor-wpcf7-button-outline_primary button:hover[type=submit],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type=submit],
.button-outline-secondary:focus,
.elementor-wpcf7-button-outline_secondary input:focus[type=submit],
.elementor-wpcf7-button-outline_secondary button:focus[type=submit],
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-outline_secondary input:focus[type=submit],
.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary input:hover[type=submit],
.elementor-wpcf7-button-outline_secondary button:hover[type=submit],
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-outline_secondary input:hover[type=submit] {
    text-decoration: none
}

.button-default:focus,
.button-default.focus,
.button-primary:focus,
input:focus[type=reset],
input:focus[type=button],
input:focus[type=submit],
button:focus[type=submit],
.secondary-button .search-submit:focus,
.elementor-wpcf7-button-primary input:focus[type=submit],
.elementor-wpcf7-button-primary button:focus[type=submit],
.mailchimp-button-primary button:focus,
.wc-proceed-to-checkout a.checkout-button:focus,
.wishlist_table .product-add-to-cart .add_to_cart:focus,
.widget_shopping_cart .buttons .button:focus:nth-child(odd),
.button-primary.focus,
input.focus[type=reset],
input.focus[type=button],
input.focus[type=submit],
button.focus[type=submit],
.secondary-button .focus.search-submit,
.elementor-wpcf7-button-primary input.focus[type=submit],
.elementor-wpcf7-button-primary button.focus[type=submit],
.mailchimp-button-primary button.focus,
.wc-proceed-to-checkout a.focus.checkout-button,
.wishlist_table .product-add-to-cart .focus.add_to_cart,
.widget_shopping_cart .buttons .focus.button:nth-child(odd),
.button-secondary:focus,
.elementor-wpcf7-button-secondary input:focus[type=submit],
.elementor-wpcf7-button-secondary button:focus[type=submit],
.mailchimp-button-secondary button:focus,
.mailchimp-button-secondary input:focus[type=submit],
.woocommerce-cart .return-to-shop a:focus,
.checkout_coupon .form-row-last button:focus,
#payment .place-order .button:focus,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:focus,
.widget_shopping_cart .buttons .button:focus,
.button-secondary.focus,
.elementor-wpcf7-button-secondary input.focus[type=submit],
.elementor-wpcf7-button-secondary button.focus[type=submit],
.mailchimp-button-secondary button.focus,
.mailchimp-button-secondary input.focus[type=submit],
.woocommerce-cart .return-to-shop a.focus,
.checkout_coupon .form-row-last button.focus,
#payment .place-order .focus.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .focus.woocommerce-button,
.widget_shopping_cart .buttons .focus.button,
.button-outline:focus,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:focus:not(.radio-variable-item),
.button-outline.focus,
.woo-variation-swatches .variable-items-wrapper .focus.button-variable-item:not(.radio-variable-item),
.button-outline-primary:focus,
.cat-links a:focus,
.elementor-wpcf7-button-outline_primary input:focus[type=button],
.elementor-wpcf7-button-outline_primary input:focus[type=submit],
.elementor-wpcf7-button-outline_primary button:focus[type=submit],
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_primary input:focus[type=submit],
.button-outline-primary.focus,
.cat-links a.focus,
.elementor-wpcf7-button-outline_primary input.focus[type=button],
.elementor-wpcf7-button-outline_primary input.focus[type=submit],
.elementor-wpcf7-button-outline_primary button.focus[type=submit],
.mailchimp-button-outline_primary button.focus,
.mailchimp-button-outline_primary input.focus[type=submit],
.button-outline-secondary:focus,
.elementor-wpcf7-button-outline_secondary input:focus[type=submit],
.elementor-wpcf7-button-outline_secondary button:focus[type=submit],
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-outline_secondary input:focus[type=submit],
.button-outline-secondary.focus,
.elementor-wpcf7-button-outline_secondary input.focus[type=submit],
.elementor-wpcf7-button-outline_secondary button.focus[type=submit],
.mailchimp-button-outline_secondary button.focus,
.mailchimp-button-outline_secondary input.focus[type=submit] {
    outline: 0;
    box-shadow: none
}

.button-default.disabled,
.button-default:disabled,
.button-primary.disabled,
input.disabled[type=reset],
input.disabled[type=button],
input.disabled[type=submit],
button.disabled[type=submit],
.secondary-button .disabled.search-submit,
.elementor-wpcf7-button-primary input.disabled[type=submit],
.elementor-wpcf7-button-primary button.disabled[type=submit],
.mailchimp-button-primary button.disabled,
.wc-proceed-to-checkout a.disabled.checkout-button,
.wishlist_table .product-add-to-cart .disabled.add_to_cart,
.widget_shopping_cart .buttons .disabled.button:nth-child(odd),
.button-primary:disabled,
input:disabled[type=reset],
input:disabled[type=button],
input:disabled[type=submit],
button:disabled[type=submit],
.secondary-button .search-submit:disabled,
.elementor-wpcf7-button-primary input:disabled[type=submit],
.elementor-wpcf7-button-primary button:disabled[type=submit],
.mailchimp-button-primary button:disabled,
.wc-proceed-to-checkout a.checkout-button:disabled,
.wishlist_table .product-add-to-cart .add_to_cart:disabled,
.widget_shopping_cart .buttons .button:disabled:nth-child(odd),
.button-secondary.disabled,
.elementor-wpcf7-button-secondary input.disabled[type=submit],
.elementor-wpcf7-button-secondary button.disabled[type=submit],
.mailchimp-button-secondary button.disabled,
.mailchimp-button-secondary input.disabled[type=submit],
.woocommerce-cart .return-to-shop a.disabled,
.checkout_coupon .form-row-last button.disabled,
#payment .place-order .disabled.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
.widget_shopping_cart .buttons .disabled.button,
.button-secondary:disabled,
.elementor-wpcf7-button-secondary input:disabled[type=submit],
.elementor-wpcf7-button-secondary button:disabled[type=submit],
.mailchimp-button-secondary button:disabled,
.mailchimp-button-secondary input:disabled[type=submit],
.woocommerce-cart .return-to-shop a:disabled,
.checkout_coupon .form-row-last button:disabled,
#payment .place-order .button:disabled,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
.widget_shopping_cart .buttons .button:disabled,
.button-outline.disabled,
.woo-variation-swatches .variable-items-wrapper .disabled.button-variable-item:not(.radio-variable-item),
.button-outline:disabled,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:disabled:not(.radio-variable-item),
.button-outline-primary.disabled,
.cat-links a.disabled,
.elementor-wpcf7-button-outline_primary input.disabled[type=button],
.elementor-wpcf7-button-outline_primary input.disabled[type=submit],
.elementor-wpcf7-button-outline_primary button.disabled[type=submit],
.mailchimp-button-outline_primary button.disabled,
.mailchimp-button-outline_primary input.disabled[type=submit],
.button-outline-primary:disabled,
.cat-links a:disabled,
.elementor-wpcf7-button-outline_primary input:disabled[type=button],
.elementor-wpcf7-button-outline_primary input:disabled[type=submit],
.elementor-wpcf7-button-outline_primary button:disabled[type=submit],
.mailchimp-button-outline_primary button:disabled,
.mailchimp-button-outline_primary input:disabled[type=submit],
.button-outline-secondary.disabled,
.elementor-wpcf7-button-outline_secondary input.disabled[type=submit],
.elementor-wpcf7-button-outline_secondary button.disabled[type=submit],
.mailchimp-button-outline_secondary button.disabled,
.mailchimp-button-outline_secondary input.disabled[type=submit],
.button-outline-secondary:disabled,
.elementor-wpcf7-button-outline_secondary input:disabled[type=submit],
.elementor-wpcf7-button-outline_secondary button:disabled[type=submit],
.mailchimp-button-outline_secondary button:disabled,
.mailchimp-button-outline_secondary input:disabled[type=submit] {
    box-shadow: none;
    cursor: no-drop
}

.button-default:active,
.button-default.active,
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.button-outline:active,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:active:not(.radio-variable-item),
.button-outline.active,
.woo-variation-swatches .variable-items-wrapper .active.button-variable-item:not(.radio-variable-item),
.button-outline-primary:active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary input:active[type=button],
.elementor-wpcf7-button-outline_primary input:active[type=submit],
.elementor-wpcf7-button-outline_primary button:active[type=submit],
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input:active[type=submit],
.button-outline-primary.active,
.cat-links a.active,
.elementor-wpcf7-button-outline_primary input.active[type=button],
.elementor-wpcf7-button-outline_primary input.active[type=submit],
.elementor-wpcf7-button-outline_primary button.active[type=submit],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary input.active[type=submit],
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary input:active[type=submit],
.elementor-wpcf7-button-outline_secondary button:active[type=submit],
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-outline_secondary input:active[type=submit],
.button-outline-secondary.active,
.elementor-wpcf7-button-outline_secondary input.active[type=submit],
.elementor-wpcf7-button-outline_secondary button.active[type=submit],
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary input.active[type=submit] {
    background-image: none;
    box-shadow: none, inset 0 3px 5px rgba(0, 0, 0, .125)
}

.button-default .opal-icon-arrow,
.button-primary .opal-icon-arrow,
input[type=reset] .opal-icon-arrow,
input[type=button] .opal-icon-arrow,
input[type=submit] .opal-icon-arrow,
button[type=submit] .opal-icon-arrow,
.secondary-button .search-submit .opal-icon-arrow,
.elementor-wpcf7-button-primary input[type=submit] .opal-icon-arrow,
.elementor-wpcf7-button-primary button[type=submit] .opal-icon-arrow,
.mailchimp-button-primary button .opal-icon-arrow,
.wc-proceed-to-checkout a.checkout-button .opal-icon-arrow,
.wishlist_table .product-add-to-cart .add_to_cart .opal-icon-arrow,
.widget_shopping_cart .buttons .button:nth-child(odd) .opal-icon-arrow,
.button-secondary .opal-icon-arrow,
.elementor-wpcf7-button-secondary input[type=submit] .opal-icon-arrow,
.elementor-wpcf7-button-secondary button[type=submit] .opal-icon-arrow,
.mailchimp-button-secondary button .opal-icon-arrow,
.mailchimp-button-secondary input[type=submit] .opal-icon-arrow,
.woocommerce-cart .return-to-shop a .opal-icon-arrow,
.checkout_coupon .form-row-last button .opal-icon-arrow,
#payment .place-order .button .opal-icon-arrow,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button .opal-icon-arrow,
.widget_shopping_cart .buttons .button .opal-icon-arrow,
.button-outline .opal-icon-arrow,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item) .opal-icon-arrow,
.button-outline-primary .opal-icon-arrow,
.cat-links a .opal-icon-arrow,
.elementor-wpcf7-button-outline_primary input[type=button] .opal-icon-arrow,
.elementor-wpcf7-button-outline_primary input[type=submit] .opal-icon-arrow,
.elementor-wpcf7-button-outline_primary button[type=submit] .opal-icon-arrow,
.mailchimp-button-outline_primary button .opal-icon-arrow,
.mailchimp-button-outline_primary input[type=submit] .opal-icon-arrow,
.button-outline-secondary .opal-icon-arrow,
.elementor-wpcf7-button-outline_secondary input[type=submit] .opal-icon-arrow,
.elementor-wpcf7-button-outline_secondary button[type=submit] .opal-icon-arrow,
.mailchimp-button-outline_secondary button .opal-icon-arrow,
.mailchimp-button-outline_secondary input[type=submit] .opal-icon-arrow {
    margin-left: 15px;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
    display: inline-block
}

a[class*=button-].disabled,
fieldset[disabled] a[class*=button-] {
    pointer-events: none
}

.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd) {
    color: #fff;
    box-shadow: none
}

.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd) {
    color: #fff
}

.button-primary.disabled,
input.disabled[type=reset],
input.disabled[type=button],
input.disabled[type=submit],
button.disabled[type=submit],
.secondary-button .disabled.search-submit,
.elementor-wpcf7-button-primary input.disabled[type=submit],
.elementor-wpcf7-button-primary button.disabled[type=submit],
.mailchimp-button-primary button.disabled,
.wc-proceed-to-checkout a.disabled.checkout-button,
.wishlist_table .product-add-to-cart .disabled.add_to_cart,
.widget_shopping_cart .buttons .disabled.button:nth-child(odd),
.button-primary:disabled,
input:disabled[type=reset],
input:disabled[type=button],
input:disabled[type=submit],
button:disabled[type=submit],
.secondary-button .search-submit:disabled,
.elementor-wpcf7-button-primary input:disabled[type=submit],
.elementor-wpcf7-button-primary button:disabled[type=submit],
.mailchimp-button-primary button:disabled,
.wc-proceed-to-checkout a.checkout-button:disabled,
.wishlist_table .product-add-to-cart .add_to_cart:disabled,
.widget_shopping_cart .buttons .button:disabled:nth-child(odd) {
    opacity: .5
}

.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd) {
    color: #fff;
    background-image: none
}

.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button {
    color: #fff;
    box-shadow: none
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover {
    color: #fff
}

.button-secondary.disabled,
.elementor-wpcf7-button-secondary input.disabled[type=submit],
.elementor-wpcf7-button-secondary button.disabled[type=submit],
.mailchimp-button-secondary button.disabled,
.mailchimp-button-secondary input.disabled[type=submit],
.woocommerce-cart .return-to-shop a.disabled,
.checkout_coupon .form-row-last button.disabled,
#payment .place-order .disabled.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .disabled.woocommerce-button,
.widget_shopping_cart .buttons .disabled.button,
.button-secondary:disabled,
.elementor-wpcf7-button-secondary input:disabled[type=submit],
.elementor-wpcf7-button-secondary button:disabled[type=submit],
.mailchimp-button-secondary button:disabled,
.mailchimp-button-secondary input:disabled[type=submit],
.woocommerce-cart .return-to-shop a:disabled,
.checkout_coupon .form-row-last button:disabled,
#payment .place-order .button:disabled,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:disabled,
.widget_shopping_cart .buttons .button:disabled {
    opacity: .5
}

.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show>.button-secondary.dropdown-toggle,
.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-secondary .show>button.dropdown-toggle,
.mailchimp-button-secondary .show>input.dropdown-toggle[type=submit],
.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,
.checkout_coupon .form-row-last .show>button.dropdown-toggle,
#payment .place-order .show>.dropdown-toggle.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button {
    color: #fff;
    background-image: none
}

.button-md,
.button-default,
.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.button-outline,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item),
.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit],
.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.comment-form .form-submit input[type=submit],
.comment-form .form-submit button[type=submit],
.elementor-wpcf7-button-md input[type=button][type=submit],
.elementor-wpcf7-button-md input[type=submit],
.elementor-wpcf7-button-md button[type=submit],
.wishlist_table .product-add-to-cart a.button,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist,
.single-product .single_add_to_cart_button,
.single-product .single_add_to_cart_button.disabled[type=submit] {
    padding: .7822rem 2rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 30px
}

.button-xs,
.elementor-wpcf7-button-xs input[type=button][type=submit],
.elementor-wpcf7-button-xs input[type=submit],
.elementor-wpcf7-button-xs button[type=submit],
.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item) {
    padding: .344rem 1rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 30px
}

.button-sm,
.elementor-wpcf7-button-sm input[type=button][type=submit],
.elementor-wpcf7-button-sm input[type=submit],
.elementor-wpcf7-button-sm button[type=submit],
.mc4wp-form-fields button[type=submit],
.woocommerce-cart .return-to-shop a,
.widget_shopping_cart .buttons .button,
.widget_shopping_cart .buttons .button:nth-child(odd) {
    padding: .532rem 1.6rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 30px
}

.button-lg,
.elementor-wpcf7-button-lg input[type=button][type=submit],
.elementor-wpcf7-button-lg input[type=submit],
.elementor-wpcf7-button-lg button[type=submit] {
    padding: .969rem 2.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 30px
}

.button-xl,
.elementor-wpcf7-button-xl input[type=button][type=submit],
.elementor-wpcf7-button-xl input[type=submit],
.elementor-wpcf7-button-xl button[type=submit] {
    padding: 1.157rem 4rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 30px
}

.button-outline,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item) {
    background-color: transparent;
    background-image: none;
    border-color: #e6e6e6;
    background-color: transparent
}

.button-outline:hover,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:hover:not(.radio-variable-item) {
    color: #fff
}

.button-outline:focus,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:focus:not(.radio-variable-item),
.button-outline.focus,
.woo-variation-swatches .variable-items-wrapper .focus.button-variable-item:not(.radio-variable-item) {
    box-shadow: 0 0 0 2px rgba(36, 174, 177, .5)
}

.button-outline.disabled,
.woo-variation-swatches .variable-items-wrapper .disabled.button-variable-item:not(.radio-variable-item),
.button-outline:disabled,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:disabled:not(.radio-variable-item) {
    color: #24aeb1;
    background-color: transparent
}

.button-outline:active,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:active:not(.radio-variable-item),
.button-outline.active,
.woo-variation-swatches .variable-items-wrapper .active.button-variable-item:not(.radio-variable-item),
.show>.button-outline.dropdown-toggle,
.woo-variation-swatches .variable-items-wrapper .show>.dropdown-toggle.button-variable-item:not(.radio-variable-item) {
    color: #fff
}

.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit] {
    background-color: transparent;
    background-image: none
}

.button-outline-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary input:hover[type=button],
.elementor-wpcf7-button-outline_primary input:hover[type=submit],
.elementor-wpcf7-button-outline_primary button:hover[type=submit],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type=submit] {
    color: #fff
}

.button-outline-primary:focus,
.cat-links a:focus,
.elementor-wpcf7-button-outline_primary input:focus[type=button],
.elementor-wpcf7-button-outline_primary input:focus[type=submit],
.elementor-wpcf7-button-outline_primary button:focus[type=submit],
.mailchimp-button-outline_primary button:focus,
.mailchimp-button-outline_primary input:focus[type=submit],
.button-outline-primary.focus,
.cat-links a.focus,
.elementor-wpcf7-button-outline_primary input.focus[type=button],
.elementor-wpcf7-button-outline_primary input.focus[type=submit],
.elementor-wpcf7-button-outline_primary button.focus[type=submit],
.mailchimp-button-outline_primary button.focus,
.mailchimp-button-outline_primary input.focus[type=submit] {
    box-shadow: 0 0 0 2px rgba(36, 174, 177, .5)
}

.button-outline-primary.disabled,
.cat-links a.disabled,
.elementor-wpcf7-button-outline_primary input.disabled[type=button],
.elementor-wpcf7-button-outline_primary input.disabled[type=submit],
.elementor-wpcf7-button-outline_primary button.disabled[type=submit],
.mailchimp-button-outline_primary button.disabled,
.mailchimp-button-outline_primary input.disabled[type=submit],
.button-outline-primary:disabled,
.cat-links a:disabled,
.elementor-wpcf7-button-outline_primary input:disabled[type=button],
.elementor-wpcf7-button-outline_primary input:disabled[type=submit],
.elementor-wpcf7-button-outline_primary button:disabled[type=submit],
.mailchimp-button-outline_primary button:disabled,
.mailchimp-button-outline_primary input:disabled[type=submit] {
    color: #24aeb1;
    background-color: transparent
}

.button-outline-primary:active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary input:active[type=button],
.elementor-wpcf7-button-outline_primary input:active[type=submit],
.elementor-wpcf7-button-outline_primary button:active[type=submit],
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input:active[type=submit],
.button-outline-primary.active,
.cat-links a.active,
.elementor-wpcf7-button-outline_primary input.active[type=button],
.elementor-wpcf7-button-outline_primary input.active[type=submit],
.elementor-wpcf7-button-outline_primary button.active[type=submit],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary input.active[type=submit],
.show>.button-outline-primary.dropdown-toggle,
.cat-links .show>a.dropdown-toggle,
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=button],
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_primary .show>button.dropdown-toggle,
.mailchimp-button-outline_primary .show>input.dropdown-toggle[type=submit] {
    color: #fff
}

.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit] {
    background-color: transparent;
    background-image: none
}

.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary input:hover[type=submit],
.elementor-wpcf7-button-outline_secondary button:hover[type=submit],
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-outline_secondary input:hover[type=submit] {
    color: #fff
}

.button-outline-secondary:focus,
.elementor-wpcf7-button-outline_secondary input:focus[type=submit],
.elementor-wpcf7-button-outline_secondary button:focus[type=submit],
.mailchimp-button-outline_secondary button:focus,
.mailchimp-button-outline_secondary input:focus[type=submit],
.button-outline-secondary.focus,
.elementor-wpcf7-button-outline_secondary input.focus[type=submit],
.elementor-wpcf7-button-outline_secondary button.focus[type=submit],
.mailchimp-button-outline_secondary button.focus,
.mailchimp-button-outline_secondary input.focus[type=submit] {
    box-shadow: 0 0 0 2px rgba(235, 58, 123, .5)
}

.button-outline-secondary.disabled,
.elementor-wpcf7-button-outline_secondary input.disabled[type=submit],
.elementor-wpcf7-button-outline_secondary button.disabled[type=submit],
.mailchimp-button-outline_secondary button.disabled,
.mailchimp-button-outline_secondary input.disabled[type=submit],
.button-outline-secondary:disabled,
.elementor-wpcf7-button-outline_secondary input:disabled[type=submit],
.elementor-wpcf7-button-outline_secondary button:disabled[type=submit],
.mailchimp-button-outline_secondary button:disabled,
.mailchimp-button-outline_secondary input:disabled[type=submit] {
    color: #eb3a7b;
    background-color: transparent
}

.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary input:active[type=submit],
.elementor-wpcf7-button-outline_secondary button:active[type=submit],
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-outline_secondary input:active[type=submit],
.button-outline-secondary.active,
.elementor-wpcf7-button-outline_secondary input.active[type=submit],
.elementor-wpcf7-button-outline_secondary button.active[type=submit],
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary input.active[type=submit],
.show>.button-outline-secondary.dropdown-toggle,
.elementor-wpcf7-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_secondary .show>button.dropdown-toggle,
.mailchimp-button-outline_secondary .show>input.dropdown-toggle[type=submit] {
    color: #fff
}

.button-block {
    display: block;
    width: 100%
}

.btn-link,
.elementor-element .elementor-button-link .elementor-button,
.button-link,
.elementor-wpcf7-button-link input[type=button][type=submit],
.elementor-wpcf7-button-link input[type=submit],
.elementor-wpcf7-button-link button[type=submit],
.mailchimp-button-link button,
.mailchimp-button-link button[type=submit],
.mailchimp-button-link input[type=submit] {
    border-radius: 0;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem
}

.btn-link,
.elementor-element .elementor-button-link .elementor-button,
.btn-link:active,
.elementor-element .elementor-button-link .elementor-button:active,
.btn-link.active,
.elementor-element .elementor-button-link .active.elementor-button,
.btn-link:disabled,
.elementor-element .elementor-button-link .elementor-button:disabled,
.button-link,
.elementor-wpcf7-button-link input[type=button][type=submit],
.elementor-wpcf7-button-link input[type=submit],
.elementor-wpcf7-button-link button[type=submit],
.mailchimp-button-link button,
.mailchimp-button-link button[type=submit],
.mailchimp-button-link input[type=submit],
.button-link:active,
.elementor-wpcf7-button-link input:active[type=submit],
.elementor-wpcf7-button-link button:active[type=submit],
.mailchimp-button-link button:active,
.mailchimp-button-link input:active[type=submit],
.button-link.active,
.elementor-wpcf7-button-link input.active[type=submit],
.elementor-wpcf7-button-link button.active[type=submit],
.mailchimp-button-link button.active,
.mailchimp-button-link input.active[type=submit],
.button-link:disabled,
.elementor-wpcf7-button-link input:disabled[type=submit],
.elementor-wpcf7-button-link button:disabled[type=submit],
.mailchimp-button-link button:disabled,
.mailchimp-button-link input:disabled[type=submit] {
    background-color: transparent
}

.btn-link,
.elementor-element .elementor-button-link .elementor-button,
.btn-link:focus,
.elementor-element .elementor-button-link .elementor-button:focus,
.btn-link:active,
.elementor-element .elementor-button-link .elementor-button:active,
.button-link,
.elementor-wpcf7-button-link input[type=button][type=submit],
.elementor-wpcf7-button-link input[type=submit],
.elementor-wpcf7-button-link button[type=submit],
.mailchimp-button-link button,
.mailchimp-button-link button[type=submit],
.mailchimp-button-link input[type=submit],
.button-link:focus,
.elementor-wpcf7-button-link input:focus[type=submit],
.elementor-wpcf7-button-link button:focus[type=submit],
.mailchimp-button-link button:focus,
.mailchimp-button-link input:focus[type=submit],
.button-link:active,
.elementor-wpcf7-button-link input:active[type=submit],
.elementor-wpcf7-button-link button:active[type=submit],
.mailchimp-button-link button:active,
.mailchimp-button-link input:active[type=submit] {
    border-color: transparent
}

.btn-link:hover,
.elementor-element .elementor-button-link .elementor-button:hover,
.button-link:hover,
.elementor-wpcf7-button-link input:hover[type=submit],
.elementor-wpcf7-button-link button:hover[type=submit],
.mailchimp-button-link button:hover,
.mailchimp-button-link input:hover[type=submit] {
    border-color: transparent
}

.btn-link:focus,
.elementor-element .elementor-button-link .elementor-button:focus,
.btn-link:hover,
.elementor-element .elementor-button-link .elementor-button:hover,
.button-link:focus,
.elementor-wpcf7-button-link input:focus[type=submit],
.elementor-wpcf7-button-link button:focus[type=submit],
.mailchimp-button-link button:focus,
.mailchimp-button-link input:focus[type=submit],
.button-link:hover,
.elementor-wpcf7-button-link input:hover[type=submit],
.elementor-wpcf7-button-link button:hover[type=submit],
.mailchimp-button-link button:hover,
.mailchimp-button-link input:hover[type=submit] {
    border-color: transparent
}

.btn-link:disabled,
.elementor-element .elementor-button-link .elementor-button:disabled,
.button-link:disabled,
.elementor-wpcf7-button-link input:disabled[type=submit],
.elementor-wpcf7-button-link button:disabled[type=submit],
.mailchimp-button-link button:disabled,
.mailchimp-button-link input:disabled[type=submit] {
    color: #868e96
}

.btn-link:disabled:focus,
.elementor-element .elementor-button-link .elementor-button:disabled:focus,
.btn-link:disabled:hover,
.elementor-element .elementor-button-link .elementor-button:disabled:hover,
.button-link:disabled:focus,
.elementor-wpcf7-button-link input:disabled:focus[type=submit],
.elementor-wpcf7-button-link button:disabled:focus[type=submit],
.mailchimp-button-link button:disabled:focus,
.mailchimp-button-link input:disabled:focus[type=submit],
.button-link:disabled:hover,
.elementor-wpcf7-button-link input:disabled:hover[type=submit],
.elementor-wpcf7-button-link button:disabled:hover[type=submit],
.mailchimp-button-link button:disabled:hover,
.mailchimp-button-link input:disabled:hover[type=submit] {
    text-decoration: none
}

.btn-link:before,
.elementor-element .elementor-button-link .elementor-button:before,
.button-link:before,
.elementor-wpcf7-button-link input[type=submit][type=button]:before,
.elementor-wpcf7-button-link input[type=submit]:before,
.elementor-wpcf7-button-link button[type=submit]:before,
.mailchimp-button-link button:before,
.mailchimp-button-link button[type=submit]:before,
.mailchimp-button-link input[type=submit]:before {
    display: none;
    visibility: hidden;
    opacity: 0
}

.button-default {
    color: #7d879c;
    background-color: #f8f8f8;
    border-color: #f8f8f8;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.button-default:hover {
    color: #fff
}

.button-dark,
.elementor-element .elementor-button-dark .elementor-button,
.elementor-wpcf7-button-dark input[type=button][type=submit],
.elementor-wpcf7-button-dark input[type=submit],
.elementor-wpcf7-button-dark button[type=submit],
.mailchimp-button-dark button,
.mailchimp-button-dark button[type=submit],
.mailchimp-button-dark input[type=submit],
form.woocommerce-form-login .button[type=submit],
form.register .button[type=submit] {
    color: #fff;
    background-color: #222;
    border-color: #222;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit] {
    color: #fff
}

.button-outline-dark,
.elementor-element .elementor-button-outline_dark .elementor-button {
    color: #222;
    background-color: transparent;
    border-color: #222;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus {
    color: #fff
}

.button-light,
.elementor-element .elementor-button-light .elementor-button,
.elementor-wpcf7-button-light input[type=button][type=submit],
.elementor-wpcf7-button-light input[type=submit],
.elementor-wpcf7-button-light button[type=submit],
.mailchimp-button-light button,
.mailchimp-button-light button[type=submit],
.mailchimp-button-light input[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist {
    color: #222;
    background-color: #e1e1e1;
    border: 2px solid #e1e1e1;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase
}

.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus {
    color: #fff
}

.elementor-element.elementor-button-link .elementor-button {
    border: 0
}

.elementor-element.elementor-button-link .elementor-button:hover {
    border-style: solid
}

.button-custom {
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    border-radius: 46px
}

.button-custom i {
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 46px;
    height: 46px;
    border-radius: 46px;
    color: #1d2a38;
    background-color: #fff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(min-width:576px) {
    .button-custom i {
        width: 40px;
        height: 40px;
        border-radius: 40px
    }
}

.button-custom:hover i {
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

.border {
    border: 1px solid #e6e6e6
}

.border-0 {
    border: 0
}

.border-top-0 {
    border-top: 0
}

.border-right-0 {
    border-right: 0
}

.border-bottom-0 {
    border-bottom: 0
}

.border-left-0 {
    border-left: 0
}

.border-primary {
    border-color: #24aeb1
}

.border-secondary {
    border-color: #eb3a7b
}

.border-success {
    border-color: #28a745
}

.border-info {
    border-color: #17a2b8
}

.border-warning {
    border-color: #ffc107
}

.border-danger {
    border-color: #dc3545
}

.border-light {
    border-color: #f8f9fa
}

.border-dark {
    border-color: #343a40
}

.rounded {
    border-radius: 6px
}

.rounded-top {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.rounded-right {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.rounded-bottom {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px
}

.rounded-left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive:before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9:before {
    padding-top: 42.85714%
}

.embed-responsive-16by9:before {
    padding-top: 56.25%
}

.embed-responsive-4by3:before {
    padding-top: 75%
}

.embed-responsive-1by1:before {
    padding-top: 100%
}

.position-static {
    position: static
}

.position-relative {
    position: relative
}

.position-absolute {
    position: absolute
}

.position-fixed {
    position: fixed
}

.position-sticky {
    position: sticky
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports(position:sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

@media(min-width:576px) {
    .text-sm-left {
        text-align: left
    }

    .text-sm-right {
        text-align: right
    }

    .text-sm-center {
        text-align: center
    }
}

@media(min-width:768px) {
    .text-md-left {
        text-align: left
    }

    .text-md-right {
        text-align: right
    }

    .text-md-center {
        text-align: center
    }
}

@media(min-width:992px) {
    .text-lg-left {
        text-align: left
    }

    .text-lg-right {
        text-align: right
    }

    .text-lg-center {
        text-align: center
    }
}

@media(min-width:1200px) {
    .text-xl-left {
        text-align: left
    }

    .text-xl-right {
        text-align: right
    }

    .text-xl-center {
        text-align: center
    }
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.font-weight-light {
    font-weight: 300
}

.font-weight-normal {
    font-weight: 400
}

.font-weight-bold {
    font-weight: 600
}

.font-italic,
dfn,
cite,
em,
i,
.no-comments,
.comment-awaiting-moderation {
    font-style: italic
}

.text-white {
    color: #fff
}

.text-primary {
    color: #24aeb1 !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #1b8487 !important
}

.text-secondary {
    color: #eb3a7b !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #dc165f !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media(min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media(min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media(min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media(min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #7d879c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 6px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .175)
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty:after {
    margin-left: 0
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e7e7e7
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #24aeb1
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .8125rem;
    color: #868e96;
    white-space: nowrap
}

.align-baseline {
    vertical-align: baseline
}

.align-top {
    vertical-align: top
}

.align-middle {
    vertical-align: middle
}

.align-bottom {
    vertical-align: bottom
}

.align-text-bottom {
    vertical-align: text-bottom
}

.align-text-top {
    vertical-align: text-top
}

.dropdown-menu.active {
    right: 0;
    left: auto;
    display: block
}

.dropdown-backdrop {
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0
}

.otf-dropdown {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease 0s;
    position: absolute;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .1);
    padding-left: 15px;
    padding-right: 15px
}

.otf-dropdown>div {
    padding-top: 15px;
    padding-bottom: 15px
}

.otf-dropdown .search-form-wapper {
    margin: auto
}

.otf-dropdown.active {
    opacity: 1;
    visibility: visible
}

.otf-dropdown.top-to-bottom {
    max-height: 0
}

.otf-dropdown.top-to-bottom.loaded {
    position: static
}

.otf-dropdown.top-to-bottom.active {
    transition: max-height .5s ease-in 0s;
    max-height: 100vh
}

.otf-dropdown.bottom-to-top {
    position: fixed;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    opacity: 1;
    box-shadow: 0 0 14px rgba(0, 0, 0, .08)
}

.otf-dropdown.bottom-to-top>div {
    opacity: 0;
    transform: translateY(20px);
    transition: all .4s ease .5s
}

.otf-dropdown.bottom-to-top.active>div {
    opacity: 1;
    transform: translateY(0px)
}

.otf-dropdown.popup {
    position: fixed;
    top: 0 !important;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    transition: all .2s ease;
    margin-left: 0 !important
}

.otf-dropdown.popup>div {
    position: absolute;
    top: 25%;
    transition: all .6s ease .2s;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0
}

.otf-dropdown.popup [data-search-toggle=close] {
    top: 50px
}

.otf-dropdown.popup.active>div {
    top: 30%;
    opacity: 1
}

[data-search-toggle=close] {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 30px;
    display: none
}

[data-search-toggle=close]:before {
    font-size: 20px
}

.platform-windows.over-hidden .opal-wrapper {
    padding-right: 17px
}

.over-hidden {
    overflow: hidden
}

h1,
.site-title,
h2,
h3,
.page-header .page-title,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tags-links .tags-title {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600;
    line-height: 1.2;
    color: #1d2a38
}

h1,
.site-title,
.h1 {
    font-size: 2.25rem
}

h2,
.h2 {
    font-size: 2rem
}

h3,
.page-header .page-title,
.h3 {
    font-size: 1.75rem
}

h4,
.h4 {
    font-size: 1.5rem
}

h5,
.h5 {
    font-size: 1.25rem
}

h6,
.h6,
.tags-links .tags-title {
    font-size: 1rem
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

small,
.small {
    font-size: 80%;
    font-weight: 400
}

mark,
.mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled,
.comment-list,
#reviews .commentlist,
.comment-list .children,
#reviews .commentlist .children {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #868e96
}

.blockquote-footer:before {
    content: "\2014 \00A0"
}

.b-so-0,
.single-product div.type-product form.cart .quantity input {
    border: 0 solid
}

.b-do-0 {
    border: 0 dotted
}

.b-da-0 {
    border: 0 dashed
}

.b-so-1 {
    border: 1px solid
}

.b-do-1 {
    border: 1px dotted
}

.b-da-1 {
    border: 1px dashed
}

.b-so-2 {
    border: 2px solid
}

.b-do-2 {
    border: 2px dotted
}

.b-da-2 {
    border: 2px dashed
}

.b-so-3 {
    border: 3px solid
}

.b-do-3 {
    border: 3px dotted
}

.b-da-3 {
    border: 3px dashed
}

.b-so-4 {
    border: 4px solid
}

.b-do-4 {
    border: 4px dotted
}

.b-da-4 {
    border: 4px dashed
}

.bl-so-0 {
    border-left: 0 solid
}

.bl-do-0 {
    border-left: 0 dotted
}

.bl-da-0 {
    border-left: 0 dashed
}

.bl-so-1 {
    border-left: 1px solid
}

.bl-do-1 {
    border-left: 1px dotted
}

.bl-da-1 {
    border-left: 1px dashed
}

.bl-so-2 {
    border-left: 2px solid
}

.bl-do-2 {
    border-left: 2px dotted
}

.bl-da-2 {
    border-left: 2px dashed
}

.bl-so-3 {
    border-left: 3px solid
}

.bl-do-3 {
    border-left: 3px dotted
}

.bl-da-3 {
    border-left: 3px dashed
}

.bl-so-4 {
    border-left: 4px solid
}

.bl-do-4 {
    border-left: 4px dotted
}

.bl-da-4 {
    border-left: 4px dashed
}

.br-so-0 {
    border-right: 0 solid
}

.br-do-0 {
    border-right: 0 dotted
}

.br-da-0 {
    border-right: 0 dashed
}

.br-so-1 {
    border-right: 1px solid
}

.br-do-1 {
    border-right: 1px dotted
}

.br-da-1 {
    border-right: 1px dashed
}

.br-so-2 {
    border-right: 2px solid
}

.br-do-2 {
    border-right: 2px dotted
}

.br-da-2 {
    border-right: 2px dashed
}

.br-so-3 {
    border-right: 3px solid
}

.br-do-3 {
    border-right: 3px dotted
}

.br-da-3 {
    border-right: 3px dashed
}

.br-so-4 {
    border-right: 4px solid
}

.br-do-4 {
    border-right: 4px dotted
}

.br-da-4 {
    border-right: 4px dashed
}

.bt-so-0 {
    border-top: 0 solid
}

.bt-do-0 {
    border-top: 0 dotted
}

.bt-da-0 {
    border-top: 0 dashed
}

.bt-so-1 {
    border-top: 1px solid
}

.bt-do-1 {
    border-top: 1px dotted
}

.bt-da-1 {
    border-top: 1px dashed
}

.bt-so-2 {
    border-top: 2px solid
}

.bt-do-2 {
    border-top: 2px dotted
}

.bt-da-2 {
    border-top: 2px dashed
}

.bt-so-3 {
    border-top: 3px solid
}

.bt-do-3 {
    border-top: 3px dotted
}

.bt-da-3 {
    border-top: 3px dashed
}

.bt-so-4 {
    border-top: 4px solid
}

.bt-do-4 {
    border-top: 4px dotted
}

.bt-da-4 {
    border-top: 4px dashed
}

.bb-so-0 {
    border-bottom: 0 solid
}

.bb-do-0 {
    border-bottom: 0 dotted
}

.bb-da-0 {
    border-bottom: 0 dashed
}

.bb-so-1 {
    border-bottom: 1px solid
}

.bb-do-1 {
    border-bottom: 1px dotted
}

.bb-da-1 {
    border-bottom: 1px dashed
}

.bb-so-2 {
    border-bottom: 2px solid
}

.bb-do-2 {
    border-bottom: 2px dotted
}

.bb-da-2 {
    border-bottom: 2px dashed
}

.bb-so-3 {
    border-bottom: 3px solid
}

.bb-do-3 {
    border-bottom: 3px dotted
}

.bb-da-3 {
    border-bottom: 3px dashed
}

.bb-so-4 {
    border-bottom: 4px solid
}

.bb-do-4 {
    border-bottom: 4px dotted
}

.bb-da-4 {
    border-bottom: 4px dashed
}

.typo-heading,
h1,
.site-title,
h2,
h3,
.page-header .page-title,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tags-links .tags-title,
.vertical-navigation .vertical-navigation-header,
.author-wrapper .author-name,
#secondary .elementor-widget-container h5:first-of-type,
.contactform-content .form-title,
.elementor-cta__status-text,
.elementor-opal-countdown-wrapper .elementor-countdown-item:not(:first-child) .elementor-countdown-digits:before,
.elementor-featured-box-wrapper .elementor-featured-box-title,
.countdown-times>div:not(:first-child):before,
.countdown-times b,
.elementor-teams-wrapper .elementor-team-name,
form.track_order label,
.stock .label,
.single-product div.type-product form.cart .quantity,
.single-product div.type-product table.variations label,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
    max-width: 100%;
    font-family: medilazar;
    font-style: normal;
    font-weight: 600
}

.typo-tertiary,
.elementor-nav-menu--canvas {
    font-family: medilazar
}

.typo-quaternary {
    font-family: medilazar
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .7822rem 2rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    border-radius: 6px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -ms-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #72e0e2;
    outline: none;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), none
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e7e7e7;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(3.0644rem + 4px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.7822rem + 2px);
    padding-bottom: calc(.7822rem + 2px);
    margin-bottom: 0;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.969rem + 2px);
    padding-bottom: calc(.969rem + 2px);
    font-size: .875rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.532rem + 2px);
    padding-bottom: calc(.532rem + 2px);
    font-size: .8125rem;
    line-height: 1.5
}

.col-form-legend {
    padding-top: .7822rem;
    padding-bottom: .7822rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: .7822rem;
    padding-bottom: .7822rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 2px 0
}

.form-control-plaintext.form-control-sm,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a.form-control-plaintext,
.form-control-plaintext.form-control-lg,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a.form-control-plaintext {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a {
    padding: .532rem 1.6rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: .2rem
}

select.form-control-sm:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(2.28275rem + 4px)
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a {
    padding: .969rem 2.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .3rem
}

select.form-control-lg:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]) {
    height: calc(3.2505rem + 4px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    flex-wrap: wrap
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.valid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, .8);
    border-radius: .2rem
}

.was-validated .form-control:valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
    border-color: #28a745
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip {
    display: block
}

.was-validated .form-check-input:valid+.form-check-label,
.form-check-input.is-valid+.form-check-label {
    color: #28a745
}

.was-validated .custom-control-input:valid~.custom-control-indicator,
.custom-control-input.is-valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, .25)
}

.was-validated .custom-control-input:valid~.custom-control-description,
.custom-control-input.is-valid~.custom-control-description {
    color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-control,
.custom-file-input.is-valid~.custom-file-control {
    border-color: #28a745
}

.was-validated .custom-file-input:valid~.custom-file-control:before,
.custom-file-input.is-valid~.custom-file-control:before {
    border-color: inherit
}

.was-validated .custom-file-input:valid:focus,
.custom-file-input.is-valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, .8);
    border-radius: .2rem
}

.was-validated .form-control:invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    border-color: #dc3545
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip {
    display: block
}

.was-validated .form-check-input:invalid+.form-check-label,
.form-check-input.is-invalid+.form-check-label {
    color: #dc3545
}

.was-validated .custom-control-input:invalid~.custom-control-indicator,
.custom-control-input.is-invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, .25)
}

.was-validated .custom-control-input:invalid~.custom-control-description,
.custom-control-input.is-invalid~.custom-control-description {
    color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-control,
.custom-file-input.is-invalid~.custom-file-control {
    border-color: #dc3545
}

.was-validated .custom-file-input:invalid~.custom-file-control:before,
.custom-file-input.is-invalid~.custom-file-control:before {
    border-color: inherit
}

.was-validated .custom-file-input:invalid:focus,
.custom-file-input.is-invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media(min-width:576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.input-group {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:focus,
.input-group .form-control:active,
.input-group .form-control:hover {
    z-index: 3
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: flex;
    align-items: center
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap
}

.input-group-addon {
    padding: .7822rem 2rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e7e7e7;
    border: 2px solid #ced4da;
    border-radius: 6px
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-sm>div.input-group-btn>a.input-group-addon {
    padding: .532rem 1.6rem;
    font-size: .8125rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-lg>div.input-group-btn>a.input-group-addon {
    padding: .969rem 2.5rem;
    font-size: .875rem;
    border-radius: .3rem
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child)>.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)>div.btn-group>a,
.input-group-btn:not(:last-child)>.dropdown-toggle,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)>div.btn-group:not(:last-child)>a {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:first-child)>div.btn-group>a,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn:not(:first-child),
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a:not(:first-child),
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.shop-action .yith-wcwl-add-to-wishlist.input-group-btn:not(:last-child)>div.btn-group:not(:first-child)>a {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    align-items: stretch;
    font-size: 1em;
    white-space: nowrap
}

.input-group-btn>.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a {
    position: relative
}

.input-group-btn>.btn+.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a+.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>.btn+a,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a+a {
    margin-left: -2px
}

.input-group-btn>.btn:focus,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a:focus,
.input-group-btn>.btn:active,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a:active,
.input-group-btn>.btn:hover,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn>a:hover {
    z-index: 3
}

.input-group-btn:first-child>.btn+.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>a+.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>.btn+a,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:first-child>a+a {
    margin-left: 0
}

.input-group-btn:not(:last-child)>.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:last-child)>a,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -2px
}

.input-group-btn:not(:first-child)>.btn,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn:first-child,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:first-child,
.input-group-btn:not(:first-child)>.btn-group:first-child {
    margin-left: -2px
}

.input-group-btn:not(:first-child)>.btn:focus,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:focus,
.input-group-btn:not(:first-child)>.btn:active,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:active,
.input-group-btn:not(:first-child)>.btn:hover,
.shop-action .yith-wcwl-add-to-wishlist>div.input-group-btn:not(:first-child)>a:hover,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:hover {
    z-index: 3
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #868e96
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e7e7e7;
    border-radius: 6px
}

.progress-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #24aeb1
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

.screen-reader-text,
.menu-toggle .m-text,
.custom-logo-link+.site-branding-text,
.entry-footer .social-share-header,
.widget .gallery-columns-6 .gallery-caption,
.elementor-element .gallery-columns-6 .gallery-caption,
.entry-gallery .gallery-columns-6 .gallery-caption,
.single .gallery-columns-6 .gallery-caption,
.widget .gallery-columns-7 .gallery-caption,
.elementor-element .gallery-columns-7 .gallery-caption,
.entry-gallery .gallery-columns-7 .gallery-caption,
.single .gallery-columns-7 .gallery-caption,
.widget .gallery-columns-8 .gallery-caption,
.elementor-element .gallery-columns-8 .gallery-caption,
.entry-gallery .gallery-columns-8 .gallery-caption,
.single .gallery-columns-8 .gallery-caption,
.widget .gallery-columns-9 .gallery-caption,
.elementor-element .gallery-columns-9 .gallery-caption,
.entry-gallery .gallery-columns-9 .gallery-caption,
.single .gallery-columns-9 .gallery-caption,
.elementor-widget-featured-box.elementor-button-default .elementor-button .elementor-button-text,
#order_review_heading,
.woocommerce-wishlist .entry-header,
.shop-action .yith-wcwl-add-to-wishlist>div span,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback,
.single-product div.type-product form.cart .quantity.hidden {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.screen-reader-text:focus,
.menu-toggle .m-text:focus,
.custom-logo-link+.site-branding-text:focus,
.entry-footer .social-share-header:focus,
.widget .gallery-columns-6 .gallery-caption:focus,
.elementor-element .gallery-columns-6 .gallery-caption:focus,
.entry-gallery .gallery-columns-6 .gallery-caption:focus,
.single .gallery-columns-6 .gallery-caption:focus,
.widget .gallery-columns-7 .gallery-caption:focus,
.elementor-element .gallery-columns-7 .gallery-caption:focus,
.entry-gallery .gallery-columns-7 .gallery-caption:focus,
.single .gallery-columns-7 .gallery-caption:focus,
.widget .gallery-columns-8 .gallery-caption:focus,
.elementor-element .gallery-columns-8 .gallery-caption:focus,
.entry-gallery .gallery-columns-8 .gallery-caption:focus,
.single .gallery-columns-8 .gallery-caption:focus,
.widget .gallery-columns-9 .gallery-caption:focus,
.elementor-element .gallery-columns-9 .gallery-caption:focus,
.entry-gallery .gallery-columns-9 .gallery-caption:focus,
.single .gallery-columns-9 .gallery-caption:focus,
.elementor-widget-featured-box.elementor-button-default .elementor-button .elementor-button-text:focus,
#order_review_heading:focus,
.woocommerce-wishlist .entry-header:focus,
.shop-action .yith-wcwl-add-to-wishlist>div span:focus,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div .feedback:focus,
.single-product div.type-product form.cart .quantity.hidden:focus {
    background-color: #f1f1f1;
    color: #21759b;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-auto {
    overflow: auto !important
}

.overflow-visiable {
    overflow: visible !important
}

.overflow-scroll {
    overflow: scroll !important
}

.overflow-inherit {
    overflow: inherit !important
}

.overflow-initial {
    overflow: initial !important
}

.alignleft {
    float: left;
    margin-right: 1.5em
}

.alignright {
    float: right;
    margin-left: 1.5em
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.clear:before,
.widget_recent_entries ul:before,
.elementor-widget-wp-widget-recent-posts ul:before,
.clear:after,
.widget_recent_entries ul:after,
.elementor-widget-wp-widget-recent-posts ul:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clearfix:after,
#yith-quick-view-modal #yith-quick-view-content .product div.product:after {
    display: block;
    clear: both;
    content: ""
}

.entry-content:before,
.entry-content:after {
    content: "";
    display: table;
    table-layout: fixed
}

.entry-footer:before,
.entry-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.comment-content:before,
.comment-content:after {
    content: "";
    display: table;
    table-layout: fixed
}

.site-header:before,
.site-header:after {
    content: "";
    display: table;
    table-layout: fixed
}

.site-content:before,
.site-content:after {
    content: "";
    display: table;
    table-layout: fixed
}

.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.pagination:before,
.woocommerce-pagination:before,
.pagination:after,
.woocommerce-pagination:after {
    content: "";
    display: table;
    table-layout: fixed
}

.comment-author:before,
.comment-author:after {
    content: "";
    display: table;
    table-layout: fixed
}

.widget-area:before,
.widget-area:after {
    content: "";
    display: table;
    table-layout: fixed
}

.widget:before,
.widget:after {
    content: "";
    display: table;
    table-layout: fixed
}

.comment-meta:before,
.comment-meta:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.widget_recent_entries ul:after,
.elementor-widget-wp-widget-recent-posts ul:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.woocommerce-pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
    clear: both
}

html {
    font-size: 16px
}

body,
button,
input,
select,
textarea {
    color: #7d879c;
    font-size: 1rem;
    line-height: 1.75;
    font-family: medilazar, helvetica neue, helvetica, arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0
}

body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
.site-title,
h2,
h3,
.page-header .page-title,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tags-links .tags-title {
    clear: both;
    line-height: 1.2;
    margin: 0 0 .5em;
    padding: 1.5rem 0 0
}

h1:first-child,
.site-title:first-child,
h2:first-child,
h3:first-child,
.page-header .page-title:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child,
.tags-links .tags-title:first-child {
    padding-top: 0
}

.opal-h1 {
    font-size: 2.25rem
}

.opal-h2 {
    font-size: 2rem
}

.opal-h3,
.entry-header h2.entry-title,
.woocommerce-checkout .woocommerce-order-details__title,
.woocommerce-checkout .woocommerce-column__title {
    font-size: 1.75rem
}

.opal-h4 {
    font-size: 1.5rem
}

.opal-h5 {
    font-size: 1.25rem
}

.opal-h6 {
    font-size: 1rem
}

.font-italic,
dfn,
cite,
em,
i,
.no-comments,
.comment-awaiting-moderation {
    font-style: italic
}

p {
    margin: 0 0 1.5em;
    padding: 0
}

select {
    background: 0 0
}

blockquote {
    quotes: "" "";
    font-size: 20px;
    font-size: 1.25rem;
    overflow: hidden;
    padding-left: 2.125rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    position: relative;
    margin: 1.5em 0;
    font-weight: 500;
    line-height: 1.5;
    min-height: 50px
}

.entry-content>blockquote {
    max-width: 810px
}

@media(max-width:767px) {
    .entry-content>blockquote {
        max-width: 100%
    }
}

blockquote:before {
    content: '';
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    border-left: 5px solid #24aeb1
}

blockquote p {
    margin-bottom: .85rem
}

blockquote cite {
    font-weight: 600;
    font-size: .6em;
    font-style: normal;
    text-transform: uppercase;
    display: flex;
    align-items: center
}

blockquote cite:before {
    content: "";
    width: 20px;
    height: 0;
    margin-right: 10px;
    border-bottom: 2px solid #e6e6e6
}

blockquote.has-very-dark-gray-color {
    color: #eee
}

blockquote.has-very-dark-gray-color * {
    color: #eee
}

blockquote.has-very-dark-gray-color:before {
    color: #eee
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding-left: 50px
}

@media(min-width:1200px) {

    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large {
        padding-left: 70px
    }
}

.wp-block-pullquote {
    border-width: 1px 0;
    border-style: solid
}

.wp-block-column .wp-block-quote {
    padding-left: 0;
    padding-right: 0
}

.wp-block-column .wp-block-quote:before {
    content: '';
    display: none
}

address {
    margin: 0 0 1.5em
}

pre {
    background-color: #eee;
    font-family: "courier 10 pitch", Courier, monospace;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.715;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, andale mono, dejavu sans mono, monospace;
    font-size: 14px;
    font-size: .875rem
}

abbr,
acronym {
    border-bottom: 1px dotted;
    border-bottom-color: #eee;
    cursor: help
}

mark,
ins {
    background-color: #eee;
    text-decoration: none
}

figure {
    margin-bottom: 1.5em
}

big {
    font-size: 125%
}

q {
    quotes: "“" "”" "‘" "’"
}

:focus {
    outline: none
}

.wp-block-cover,
.wp-block-cover-image {
    color: #fff
}

.wp-block-group.has-background {
    padding: 30px
}

.wp-block-button {
    margin-bottom: 1rem
}

.wp-block-button__link {
    line-height: 1
}

.bg-polygon {
    clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%)
}

.page-title-bar {
    position: relative;
    z-index: 3;
    border-width: 0
}

.page-title-bar .page-title-bar-inner {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-self: stretch;
    flex-grow: 1
}

@media(min-width:992px) {
    .page-title-bar .page-title-bar-inner {
        justify-content: space-between;
        flex-direction: unset;
        align-items: center
    }
}

.page-title-bar .page-title {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 0
}

@media(min-width:992px) {
    .page-title-bar .page-title {
        margin-bottom: 0
    }
}

@media(max-width:767px) {
    .page-title-bar .page-title {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: .5rem
    }
}

.page-title-bar .breadcrumb {
    order: -1
}

.home .page-title-bar {
    display: none
}

@media(min-width:576px) {
    .page-title-bar .a {
        max-width: 100%
    }
}

.page-header {
    max-width: 100%
}

.breadcrumb,
.breadcrumb span,
.breadcrumb * {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px
}

.breadcrumb {
    padding-top: 0
}

.breadcrumb a {
    display: block
}

.breadcrumb li,
.breadcrumb>span {
    margin: 5px;
    display: inline-block;
    border-radius: 30px
}

.breadcrumb li:first-child,
.breadcrumb>span:first-child {
    margin-left: 0
}

.breadcrumb li:last-child,
.breadcrumb>span:last-child {
    margin-right: 0
}

.breadcrumb li.current,
.breadcrumb li .current-item,
.breadcrumb>span.current,
.breadcrumb>span .current-item {
    display: inline-block
}

.form-group {
    box-shadow: none;
    line-height: 1.875;
    border-color: #e6e6e6;
    margin-bottom: 1rem
}

.form-group.form-button {
    margin-bottom: 0
}

.form-group .form-row label {
    font-weight: 600
}

.form-group .form-row label+label {
    margin-left: 15px
}

.form-control {
    box-shadow: none;
    border-color: #e6e6e6
}

label {
    display: block;
    font-weight: 600;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-size: .875rem
}

fieldset {
    margin-bottom: 1em
}

fieldset legend {
    font-weight: 600
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color] {
    width: 100%;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    padding: .64rem 1rem;
    border-radius: 4px;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

textarea {
    width: 100%;
    display: block;
    font-size: 14px;
    letter-spacing: 0;
    border-radius: 4px;
    padding: .64rem 1rem;
    border: 2px solid #e6e6e6;
    background-color: #fff;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

textarea::placeholder {
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

input {
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    transition: all ease .3s
}

input::placeholder {
    -ms-transition: all ease .5s;
    -o-transition: all ease .5s;
    -moz-transition: all ease .5s;
    -webkit-transition: all ease .5s;
    transition: all ease .5s
}

input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=url]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=range]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=month]:focus::placeholder,
input[type=week]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=datetime-local]:focus::placeholder,
input[type=color]:focus::placeholder {
    color: transparent
}

textarea:focus::placeholder {
    color: transparent
}

select {
    border: 1px solid #e6e6e6;
    border-radius: 0;
    height: 3.5em;
    max-width: 100%;
    padding-right: 1.92rem;
    padding-left: .64rem;
    font-size: 14px;
    font-size: .875rem;
    -moz-appearance: none;
    appearance: none;
    background: #fff url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxMCcgaGVpZ2h0PScxMCcgZmlsbD0nIzI4MzAzZCc+PHBvbHlnb24gcG9pbnRzPScwLDAgMTAsMCA1LDUnLz48L3N2Zz4=) no-repeat;
    background-position: right 10px top 60%
}

input[type=radio],
input[type=checkbox] {
    margin-right: .5em
}

input[type=radio]+label,
input[type=checkbox]+label {
    font-weight: 400
}

.wpcf7 p {
    margin: 0 0 20px
}

.wpcf7 .wpcf7-form .ajax-loader {
    display: none;
    margin: 0;
    margin-top: 3px;
    width: 100%;
    background-repeat: no-repeat
}

.wpcf7 .wpcf7-form .ajax-loader.is-active {
    display: block
}

.wpcf7 .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    margin: .5rem;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize
}

.wpcf7 .wpcf7-form .row,
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap,
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap,
.wpcf7 .wpcf7-form [data-opal-columns],
.wpcf7 .wpcf7-form .site-footer .widget-area,
.site-footer .wpcf7 .wpcf7-form .widget-area,
.wpcf7 .wpcf7-form .comment-form,
.wpcf7 .wpcf7-form .widget .gallery,
.widget .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .elementor-element .gallery,
.elementor-element .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .entry-gallery .gallery,
.entry-gallery .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form .single .gallery,
.single .wpcf7 .wpcf7-form .gallery,
.wpcf7 .wpcf7-form [data-elementor-columns],
.wpcf7 .wpcf7-form .single-portfolio-summary .single-portfolio-summary-inner,
.single-portfolio-summary .wpcf7 .wpcf7-form .single-portfolio-summary-inner,
.wpcf7 .wpcf7-form .woocommerce-cart .entry-content>.woocommerce,
.woocommerce-cart .wpcf7 .wpcf7-form .entry-content>.woocommerce,
.wpcf7 .wpcf7-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-billing-fields .wpcf7 .wpcf7-form .woocommerce-billing-fields__field-wrapper,
.wpcf7 .wpcf7-form .woocommerce-MyAccount-content form[class^=woocommerce-],
.woocommerce-MyAccount-content .wpcf7 .wpcf7-form form[class^=woocommerce-],
.wpcf7 .wpcf7-form .woocommerce-columns--addresses,
.wpcf7 .wpcf7-form form.track_order,
.wpcf7 .wpcf7-form .woocommerce-account .woocommerce,
.woocommerce-account .wpcf7 .wpcf7-form .woocommerce,
.wpcf7 .wpcf7-form .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce .wpcf7 .wpcf7-form .u-columns.woocommerce-Addresses,
.wpcf7 .wpcf7-form .woocommerce-Addresses,
.wpcf7 .wpcf7-form .woocommerce-address-fields__field-wrapper,
.wpcf7 .wpcf7-form [class*=columns-] ul.products,
[class*=columns-] .wpcf7 .wpcf7-form ul.products,
.wpcf7 .wpcf7-form .single-product div.type-product .product-inner,
.single-product div.type-product .wpcf7 .wpcf7-form .product-inner {
    margin-left: -15px;
    margin-right: -15px
}

.wpcf7 .wpcf7-form .row [class*=col],
.wpcf7 .wpcf7-form body.opal-content-layout-2cl #content .wrap [class*=col],
body.opal-content-layout-2cl #content .wpcf7 .wpcf7-form .wrap [class*=col],
.wpcf7 .wpcf7-form body.opal-content-layout-2cr #content .wrap [class*=col],
body.opal-content-layout-2cr #content .wpcf7 .wpcf7-form .wrap [class*=col],
.wpcf7 .wpcf7-form [data-opal-columns] [class*=col],
.wpcf7 .wpcf7-form .site-footer .widget-area [class*=col],
.site-footer .wpcf7 .wpcf7-form .widget-area [class*=col],
.wpcf7 .wpcf7-form .comment-form [class*=col],
.wpcf7 .wpcf7-form .widget .gallery [class*=col],
.widget .wpcf7 .wpcf7-form .gallery [class*=col],
.wpcf7 .wpcf7-form .elementor-element .gallery [class*=col],
.elementor-element .wpcf7 .wpcf7-form .gallery [class*=col],
.wpcf7 .wpcf7-form .entry-gallery .gallery [class*=col],
.entry-gallery .wpcf7 .wpcf7-form .gallery [class*=col],
.wpcf7 .wpcf7-form .single .gallery [class*=col],
.single .wpcf7 .wpcf7-form .gallery [class*=col],
.wpcf7 .wpcf7-form [data-elementor-columns] [class*=col],
.wpcf7 .wpcf7-form .single-portfolio-summary .single-portfolio-summary-inner [class*=col],
.single-portfolio-summary .wpcf7 .wpcf7-form .single-portfolio-summary-inner [class*=col],
.wpcf7 .wpcf7-form .woocommerce-cart .entry-content>.woocommerce [class*=col],
.woocommerce-cart .wpcf7 .wpcf7-form .entry-content>.woocommerce [class*=col],
.wpcf7 .wpcf7-form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper [class*=col],
.woocommerce-billing-fields .wpcf7 .wpcf7-form .woocommerce-billing-fields__field-wrapper [class*=col],
.wpcf7 .wpcf7-form .woocommerce-MyAccount-content form[class^=woocommerce-] [class*=col],
.woocommerce-MyAccount-content .wpcf7 .wpcf7-form form[class^=woocommerce-] [class*=col],
.wpcf7 .wpcf7-form .woocommerce-columns--addresses [class*=col],
.wpcf7 .wpcf7-form form.track_order [class*=col],
.wpcf7 .wpcf7-form .woocommerce-account .woocommerce [class*=col],
.woocommerce-account .wpcf7 .wpcf7-form .woocommerce [class*=col],
.wpcf7 .wpcf7-form .woocommerce-Addresses [class*=col],
.wpcf7 .wpcf7-form .woocommerce-address-fields__field-wrapper [class*=col],
.wpcf7 .wpcf7-form [class*=columns-] ul.products [class*=col],
[class*=columns-] .wpcf7 .wpcf7-form ul.products [class*=col],
.wpcf7 .wpcf7-form .single-product div.type-product .product-inner [class*=col],
.single-product div.type-product .wpcf7 .wpcf7-form .product-inner [class*=col] {
    padding-left: 15px;
    padding-right: 15px
}

.wpcf7 .wpcf7-form .input-group {
    margin-bottom: 1rem
}

.wpcf7 .wpcf7-form-control-wrap {
    display: block
}

.wpcf7 div.wpcf7-response-output {
    color: #fff;
    background: rgba(0, 0, 0, .5);
    margin: 0;
    padding: 1em
}

@media(min-width:768px) {
    .wpcf7 div.wpcf7-response-output {
        position: fixed;
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 99999
    }
}

.wpcf7 .wpcf7-radio span.wpcf7-list-item {
    margin: 0 1em 0 0
}

.wpcf7 span.wpcf7-list-item {
    margin: 0
}

.wpcf7 .wpcf7-list-item-label {
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    font-weight: 400
}

::-webkit-input-placeholder,
:-moz-placeholder {
    color: #7d879c
}

::-moz-placeholder {
    color: #7d879c;
    opacity: 1
}

:-ms-input-placeholder {
    color: #7d879c
}

input[type=checkbox] {
    vertical-align: middle
}

.opal-checkbox {
    position: relative
}

.opal-checkbox .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid;
    border-color: #e1e1e1;
    background-color: transparent
}

.opal-checkbox .icon-check:after {
    font-family: FontAwesome;
    content: '\f00c';
    position: absolute;
    top: -2px;
    left: 2px;
    opacity: 0;
    font-size: 10px;
    font-size: .625rem
}

.opal-checkbox .icon-check:hover:after {
    opacity: .5
}

.opal-checkbox input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    top: 4px;
    left: 0
}

.opal-checkbox input[type=checkbox]:checked+.icon-check:after {
    opacity: 1
}

.opal-checkbox input[type=checkbox]:checked+.icon-check+span {
    font-weight: 600;
    color: #1d2a38
}

.opal-checkbox .info {
    padding-left: 1.5rem
}

.opal-radio {
    position: relative
}

.opal-radio .icon-check {
    width: 14px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 2px;
    left: 0;
    border: 1px solid;
    border-color: #e1e1e1;
    background-color: transparent
}

.opal-radio .icon-check:after {
    font-family: FontAwesome;
    content: '\f111';
    position: absolute;
    top: 0;
    left: 3px;
    opacity: 0;
    font-size: 8px
}

.opal-radio .icon-check:hover:after {
    opacity: .5
}

.opal-radio input[type=radio] {
    visibility: hidden;
    position: absolute;
    top: 4px;
    left: 0
}

.opal-radio input[type=radio]:checked+.icon-check:after {
    opacity: 1
}

.opal-radio input[type=radio]:checked+.icon-check+span {
    font-weight: 400;
    color: #1d2a38
}

.opal-radio .info {
    padding-left: 1.5rem
}

.otf-input-group {
    display: flex
}

.otf-input-group button,
.otf-input-group input[type=submit] {
    margin-left: -2px
}

.otf-input-group button {
    border-width: 2px
}

.post-password-form p {
    display: flex;
    ms-flex-align: end;
    align-items: flex-end;
    max-width: 320px
}

.post-password-form label {
    margin-bottom: 0;
    flex-grow: 1
}

.post-password-form input {
    box-shadow: 0 0;
    margin-top: 0;
    flex: 1
}

.post-password-form input[type=password] {
    min-width: 175px
}

.post-password-form input[type=submit] {
    margin-left: 8px
}

.mc4wp-response .mc4wp-alert {
    margin-top: 10px;
    padding: 20px 20px 20px 45px;
    min-height: 60px;
    line-height: 1.3;
    position: relative;
    border-left: 3px solid #62a2c7;
    color: #62a2c7;
    background-color: #c7dfec
}

.mc4wp-response .mc4wp-alert>p {
    margin-bottom: 0
}

.mc4wp-response .mc4wp-alert:before {
    position: absolute;
    top: 50%;
    left: 15px;
    line-height: 18px;
    font-size: 18px;
    margin-top: -9px;
    font-family: fontawesome;
    content: "\f071"
}

.mc4wp-response .mc4wp-alert.mc4wp-success {
    color: #6cb463;
    background-color: #c6d9c4;
    border-color: #6cb463
}

.mc4wp-response .mc4wp-alert.mc4wp-error {
    color: #d74949;
    background-color: #eec5c5;
    border-color: #d74949
}

hr {
    background-color: #bbb;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em
}

.box-content {
    background-color: #fff;
    padding: 30px 40px;
    box-shadow: 0 0 4px #ccc;
    border-radius: 6px
}

.box-border {
    background-color: #fff;
    border: 1px solid;
    border-color: #eee;
    border-radius: 6px;
    padding: 30px
}

.box-shadow {
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
    border-radius: 6px;
    padding: 30px
}

ul,
ol {
    margin: 0 0 1.5em;
    padding-left: 20px
}

ul {
    list-style: disc
}

ol {
    list-style: decimal;
    list-style-position: inside;
    padding-left: 0
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dd {
    margin: 0 1.5em 1.5em
}

.list-unstyled,
.comment-list,
#reviews .commentlist,
.comment-list .children,
#reviews .commentlist .children {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 5px
}

.list-check {
    padding-left: 0;
    list-style: none
}

.list-check li {
    padding: .35rem 0
}

.list-check li:before {
    content: ""
}

.list-check li:before {
    margin-right: 10px
}

table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%
}

thead th {
    border-bottom: 1px solid;
    border-bottom-color: #eee;
    padding-bottom: .5em
}

th {
    padding: .4em;
    text-align: left
}

td {
    padding: .4em
}

th:first-child,
td:first-child {
    padding-left: 0
}

th:last-child,
td:last-child {
    padding-right: 0
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #eee
}

a {
    text-decoration: none;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

a:hover,
a:active {
    outline: 0
}

.post-thumbnail {
    position: relative;
    margin-top: 0
}

.post-thumbnail.embed-responsive {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    box-sizing: border-box
}

.post-thumbnail img {
    display: block
}

.column-item .post-thumbnail {
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.column-item:hover .post-thumbnail a {
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.main-navigation {
    clear: both
}

.main-navigation ul ul {
    min-width: 280px
}

.main-navigation .top-menu>li {
    position: relative
}

.main-navigation .top-menu>li>a {
    font-size: 16px;
    font-size: 1rem;
    padding: .75rem;
    font-weight: 600;
    position: relative
}

@media(max-width:1199px) {
    .main-navigation .top-menu>li>a {
        padding: .5em
    }
}

.main-navigation .top-menu>li .sub-arrow {
    font-style: normal;
    font-weight: 400
}

.main-navigation .top-menu>li .sub-arrow:before {
    content: '+'
}

.main-navigation .top-menu>li:last-child>a {
    padding-right: 0
}

.main-navigation .top-menu>li:first-child>a {
    padding-left: 0
}

.main-navigation>div>ul {
    border-top: 1px solid;
    border-top-color: #eee;
    padding: .75em 1.695em
}

.main-navigation.d-block,
.shop-action .yith-wcwl-add-to-wishlist>div>a.main-navigation,
.shop-action .yith-wcwl-add-button .main-navigation.add_to_wishlist,
.shop-action .main-navigation.compare,
.shop-action .main-navigation.yith-wcqv-button {
    width: 100%
}

.mainmenu-container {
    clear: both
}

.mainmenu-container ul {
    background-color: #fff;
    list-style: none;
    margin: 0;
    padding: 0 1.5em;
    text-align: left
}

.mainmenu-container ul ul {
    padding: 30px 0;
    border-color: #b6babe;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .03);
    border-radius: 6px
}

.mainmenu-container ul ul.toggled-on {
    display: block
}

.mainmenu-container ul ul .menu-item>a {
    letter-spacing: 0;
    position: relative;
    text-transform: none;
    line-height: 20px;
    width: 100%;
    display: block;
    margin-bottom: 0;
    padding: 8px 0;
    font-size: 14px;
    font-size: .875rem;
    color: #7d879c
}

.mainmenu-container li {
    position: relative;
    text-align: left
}

.mainmenu-container li li {
    border: none;
    padding: 0 30px
}

.mainmenu-container li li:last-child {
    border: 0
}

.mainmenu-container li li:last-child a {
    border: 0
}

.mainmenu-container li a span {
    padding-right: .5rem
}

.mainmenu-container .menu-item>a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative
}

.mainmenu-container li li.current_page_item a:hover,
.mainmenu-container li li.current-menu-item a:hover,
.mainmenu-container li li.current_page_item a:focus,
.mainmenu-container li li.current-menu-item a:focus {
    color: #fff
}

.mainmenu-container>div>ul {
    border-top: 1px solid;
    border-top-color: #eee;
    padding: .75em 1.695em
}

.sub-menu .text-label {
    position: static;
    transform: translateY(-80%)
}

.sub-menu .text-label:before {
    display: none
}

.main-navigation ul {
    display: none
}

.main-navigation.toggled-on>div>ul {
    display: block
}

.menu-toggle {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: none;
    font-size: 18px;
    line-height: 1.5;
    outline: none !important;
    text-shadow: none;
    position: relative;
    z-index: 100;
    border: none;
    padding: 0
}

.menu-toggle i {
    line-height: 1;
    font-weight: 600;
    float: left;
    font-size: 30px;
    font-size: 1.875rem
}

.menu-toggle,
.main-navigation.toggled-on ul.nav-menu {
    display: block
}

.menu-toggle:hover {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.menu-toggle:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: thin solid
}

.menu-toggle .icon,
.menu-toggle .fa {
    margin-right: .5em;
    top: -2px
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
    display: none
}

.toggled-on .menu-toggle .icon-close {
    display: inline-block
}

.dropdown-toggle {
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #222;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    right: 0;
    line-height: 1.5;
    margin: 0 auto;
    padding: .5em 1em;
    position: absolute;
    text-shadow: none;
    top: 0
}

.dropdown-toggle:hover {
    background-color: transparent;
    color: #222
}

.dropdown-toggle:focus {
    background-color: transparent;
    color: #222;
    outline: thin dotted
}

.dropdown-toggle.toggled-on .icon,
.dropdown-toggle.toggled-on .fa {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.site-header .menu-scroll-down {
    display: none
}

.opal-menu-canvas.main-navigation>div>ul {
    display: block
}

.vertical-navigation {
    position: relative;
    height: 100%
}

.vertical-navigation .vertical-navigation-header {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0;
    color: #000;
    display: flex;
    align-items: center;
    height: 100%
}

.vertical-navigation .title-icon {
    margin-right: 10px
}

.vertical-navigation .vertical-navigation-title {
    display: flex;
    align-items: center
}

.vertical-navigation .vertical-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    min-width: 260px;
    border: 1px solid #e6e6e6
}

.vertical-navigation .vertical-menu .menu {
    position: relative;
    list-style: none;
    margin: 0;
    border-top: none
}

.vertical-navigation .vertical-menu .menu>li {
    padding: 0 35px
}

.vertical-navigation .vertical-menu .menu>li:last-child>a {
    border-bottom: none
}

.vertical-navigation .vertical-menu .menu>li>a {
    padding: .71em 0;
    display: flex;
    align-items: center
}

.vertical-navigation .vertical-menu .menu>li:nth-last-child(3) {
    border-top: 1px solid #e6e6e6
}

.vertical-navigation .vertical-menu .menu>li:nth-last-child(3)>a {
    font-size: 14px;
    font-size: .875rem
}

.vertical-navigation:hover .vertical-menu {
    opacity: 1;
    visibility: visible
}

.vertical-navigation ul.menu {
    padding: 15px 0;
    list-style: none;
    margin: 0
}

.vertical-navigation ul.menu .mega-menu-item {
    border-radius: 0
}

.vertical-navigation ul.menu .sub-menu {
    position: absolute;
    left: 100%;
    top: -16px;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    width: 100%;
    z-index: 99
}

@media(max-width:1025px) {
    .vertical-navigation ul.menu .sub-menu {
        max-width: 100%;
        width: 100% !important;
        left: 0;
        top: 100%
    }

    .vertical-navigation ul.menu .sub-menu.open {
        opacity: 1;
        visibility: visible
    }
}

.vertical-navigation ul.menu>li {
    position: relative
}

@media(max-width:1025px) {
    .vertical-navigation ul.menu>li {
        position: relative !important
    }
}

.vertical-navigation ul.menu>li>a {
    font-size: 16px;
    padding: .5em 20px;
    display: block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.vertical-navigation ul.menu>li>a:hover {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(min-width:1025px) {
    .vertical-navigation ul.menu>li:hover>.sub-menu {
        opacity: 1;
        visibility: visible
    }
}

.has-mega-menu>a {
    position: relative
}

@media(min-width:576px) {
    .has-mega-menu>a:before {
        content: '\f054';
        font-family: FontAwesome;
        float: right;
        position: absolute;
        font-size: 10px;
        margin: auto 0;
        right: 0
    }
}

.has-mega-menu.has-fullwidth {
    position: static !important
}

.has-mega-menu.has-fullwidth .mega-fullwidth {
    width: 100%
}

.has-mega-menu.sub-menu-left {
    position: static !important
}

.mega-menu.sub-menu {
    padding: 0;
    background: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
    left: 0 !important;
    max-width: 100% !important
}

.mega-menu.mega-stretchwidth {
    width: 100vw
}

.menu-icon {
    font-size: 18px;
    margin-right: 15px;
    max-width: 20px;
    color: #aaa;
    line-height: 1.3
}

.mega-menu .elementor-icon-list-items li {
    padding: ms(-3) 0;
    font-weight: 400
}

.header-side .main-navigation ul.menu {
    margin-left: -30px;
    margin-right: -30px
}

.header-side .main-navigation ul ul.sub-menu {
    top: 50% !important;
    transform: translateY(-50%) !important;
    left: 100% !important;
    max-height: 100vh;
    overflow-y: auto
}

.header-side .main-navigation ul ul.sub-menu .elementor-section.elementor-section-stretched {
    left: 0 !important;
    max-width: 100% !important
}

.header-side .has-mega-menu.sub-menu-left {
    position: relative !important
}

.opal-wrapper {
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s;
    overflow: hidden
}

#page {
    z-index: 101;
    -webkit-transition: -webkit-transform .5s;
    transition: transform .5s
}

#opal-canvas-menu a>.fa-angle-down {
    display: none
}

.scroller {
    overflow-y: scroll;
    position: relative
}

.scroller-inner {
    position: relative
}

.menu-trigger {
    position: relative;
    padding-left: 60px;
    font-size: .9em
}

.menu-trigger:before {
    position: absolute;
    top: 2px;
    left: 0;
    width: 40px;
    height: 6px;
    background: #fff;
    box-shadow: 0 6px #34495e, 0 12px #fff, 0 18px #34495e, 0 24px #fff;
    content: ''
}

.mp-pusher {
    position: relative;
    left: 0;
    height: 100%
}

.opal-layout-boxed .mp-menu {
    opacity: 0;
    pointer-events: none;
    transition: all ease-in .3s
}

.opal-layout-boxed .mp-menu.mp-menu-active {
    opacity: 1;
    pointer-events: auto
}

.mp-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 300px;
    height: 100%;
    -webkit-transform: translate3d(-300px, 0, 0);
    -moz-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
    display: block;
    transition: all ease .35s;
    opacity: 0
}

.mp-menu.mp-menu-active {
    z-index: 999;
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.mp-menu.mp-menu-active+#page {
    transform: translateX(300px)
}

.mp-menu.mp-menu-active+#page:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .4)
}

.mp-level {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 70px;
    background: #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    z-index: 3;
    overflow: auto
}

.mp-level::-webkit-scrollbar {
    width: 3px
}

.mp-level::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.mp-pusher:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0
}

.mp-level:after,
.mp-level:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    content: '';
    opacity: 0
}

.mp-pusher:after {
    background: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
    -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
    transition: opacity .3s, width .1s .3s, height .1s .3s
}

.mp-level:after {
    background: rgba(0, 0, 0, .3);
    -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
    -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
    transition: opacity .3s, width .1s .3s, height .1s .3s;
    z-index: -1
}

.mp-pusher.mp-pushed:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.mp-level.mp-level-overlay {
    cursor: pointer
}

.mp-level.mp-level-overlay:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s
}

.mp-level.mp-level-overlay.mp-level:before {
    width: 100%;
    height: 100%;
    background: 0 0;
    opacity: 1
}

.mp-pusher,
.mp-level {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}

.mp-overlap .mp-level.mp-level-open {
    box-shadow: 1px 0 2px rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(-40px, 0, 0);
    -moz-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.mp-menu>.mp-level,
.mp-menu.mp-overlap>.mp-level {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mp-menu>.mp-level.mp-level-open,
.mp-menu.mp-overlap>.mp-level.mp-level-open {
    box-shadow: none;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mp-cover .mp-level.mp-level-open {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mp-cover .mp-level.mp-level-open>ul>li>.mp-level:not(.mp-level-open) {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.mp-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.mp-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, .4);
    text-shadow: 0 0 1px rgba(0, 0, 0, .1);
    font-weight: 300;
    font-size: 2em
}

.mp-menu.mp-overlap h2:before {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 8px;
    font-size: 75%;
    line-height: 1.8;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .1s .3s;
    -moz-transition: opacity .3s, -moz-transform .1s .3s;
    transition: opacity .3s, transform .1s .3s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%)
}

.mp-menu.mp-cover h2 {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1em
}

.mp-overlap .mp-level.mp-level-overlay>h2:before {
    opacity: 1;
    -webkit-transition: -webkit-transform .3s, opacity .3s;
    -moz-transition: -moz-transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0)
}

.mp-menu ul li>a {
    display: block;
    padding: .7em 3em .7em 1.2em;
    outline: none;
    box-shadow: inset 0 -1px #ebebeb;
    font-size: 15px;
    font-size: .9375rem;
    -webkit-transition: background .3s, box-shadow .3s;
    -moz-transition: background .3s, box-shadow .3s;
    transition: background .3s, box-shadow .3s
}

.mp-menu ul li:before {
    position: absolute;
    left: 10px;
    z-index: -1;
    color: rgba(0, 0, 0, .2);
    line-height: 3.5
}

.mp-menu a {
    color: #3f4448
}

.mp-menu .mp-level.mp-level-overlay>ul>li>a {
    box-shadow: inset 0 -1px transparent
}

.mp-level.mp-level-overlay>ul>li:first-child>a {
    box-shadow: inset 0 -1px transparent
}

.mp-level.mp-level-overlay>ul>li:first-child>a {
    box-shadow: inset 0 -1px transparent, inset 0 1px transparent
}

.mp-back {
    background: rgba(0, 0, 0, .1);
    outline: none;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    display: block;
    font-size: .8em;
    padding: 1em;
    position: relative;
    box-shadow: inset 0 1px rgba(0, 0, 0, .1);
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    transition: background .3s
}

.mp-back .fa {
    font-size: 12px
}

.mp-menu .mp-level.mp-level-overlay>.mp-back {
    background: 0 0;
    box-shadow: none;
    color: transparent
}

.mp-menu .mp-level.mp-level-overlay>.mp-back:after {
    background: 0 0;
    box-shadow: none;
    color: transparent
}

.no-csstransforms3d .mp-pusher,
.no-js .mp-pusher {
    padding-left: 300px
}

.no-csstransforms3d .mp-menu .mp-level,
.no-js .mp-menu .mp-level {
    display: none
}

.no-csstransforms3d .mp-menu>.mp-level,
.no-js .mp-menu>.mp-level {
    display: block
}

.mp-menu .menu-item-has-children>a {
    position: relative;
    z-index: 1
}

.mp-pushed .scroller:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 100;
    background: rgba(0, 0, 0, .4)
}

.trigger {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4em;
    display: flex !important;
    justify-content: center;
    align-items: center;
    z-index: 2;
    border-left: 1px solid #ebebeb;
    font-size: 12px !important
}

.page-numbers:not(ul) {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    margin: 2px;
    font-weight: 600;
    font-size: 12px;
    font-size: .75rem
}

.page-numbers:not(ul):not(.dots):not(.next):not(.prev):hover,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev):focus,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev).current {
    color: #fff
}

.page-numbers:not(ul).next,
.page-numbers:not(ul).prev {
    width: auto;
    border: none;
    border-radius: 0;
    text-transform: uppercase
}

.page-numbers:not(ul).next {
    margin-left: 20px
}

.page-numbers:not(ul).next [class^=opal-icon] {
    margin-left: 10px
}

.page-numbers:not(ul).prev {
    margin-right: 20px
}

.page-numbers:not(ul).prev [class^=opal-icon] {
    margin-right: 10px
}

.pagination,
.woocommerce-pagination,
.comments-pagination {
    padding: 2em 0 3em
}

.pagination .icon,
.woocommerce-pagination .icon,
.comments-pagination .icon {
    width: .666666666em;
    height: .666666666em
}

.pagination .nav-links,
.woocommerce-pagination .nav-links,
.comments-pagination .nav-links {
    flex-wrap: wrap
}

.comments-pagination {
    border: 0
}

.woocommerce-pagination {
    padding-top: 15px
}

.woocommerce-pagination ul.page-numbers {
    display: inline-block;
    padding: 0;
    margin: 0
}

.woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit
}

body {
    background-color: #f2f3f5
}

@media(max-width:991px) {
    body #secondary {
        margin-top: 60px;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(max-width:991px) {
    body #primary {
        flex: 0 0 100%;
        max-width: 100%
    }
}

body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap {
    justify-content: space-between
}

@media(min-width:992px) {

    body.opal-content-layout-2cl #primary,
    body.opal-content-layout-2cr #primary {
        flex: 0 0 calc(100% - 330px);
        max-width: calc(100% - 330px)
    }

    body.opal-content-layout-2cl #primary .site-main,
    body.opal-content-layout-2cr #primary .site-main {
        margin: 0
    }
}

@media(min-width:992px) {

    body.opal-content-layout-2cl #secondary,
    body.opal-content-layout-2cr #secondary {
        flex: 0 0 330px;
        max-width: 330px
    }
}

@media(min-width:992px) {
    body.opal-content-layout-2cl #secondary {
        order: -1
    }
}

@media(min-width:992px) {

    body:not(.woocommerce).opal-content-layout-2cr #primary,
    body:not(.woocommerce).opal-content-layout-2cl #primary {
        flex: 0 0 calc(100% - 360px);
        max-width: calc(100% - 360px)
    }
}

body.opal-layout-boxed {
    margin: 0 auto;
    width: 1640px;
    max-width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25)
}

body.opal-layout-boxed #page {
    background: #f2f3f5;
    border-radius: 6px
}

@media(max-width:767px) {
    .home.blog .site-header {
        margin-bottom: 15px
    }
}

article[class*=post-]:not(:last-child),
article.type-page:not(:last-child),
article.type-post:not(:last-child) {
    margin-bottom: 30px
}

.opal-default-content-layout.woocommerce-cart article[class*=post-],
.opal-default-content-layout.woocommerce-cart article.type-page,
.opal-default-content-layout.woocommerce-cart article.type-post,
.opal-default-content-layout.woocommerce-checkout article[class*=post-],
.opal-default-content-layout.woocommerce-checkout article.type-page,
.opal-default-content-layout.woocommerce-checkout article.type-post {
    max-width: 100%
}

#page {
    position: relative;
    word-wrap: break-word;
    overflow: hidden
}

[data-opal-columns="7"] .column-item {
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

[data-opal-columns="8"] .column-item {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

[data-opal-columns="9"] .column-item {
    flex: 0 0 11.11111%;
    max-width: 11.11111%
}

[data-opal-columns="10"] .column-item {
    flex: 0 0 10%;
    max-width: 10%
}

[data-opal-columns="11"] .column-item {
    flex: 0 0 9.09091%;
    max-width: 9.09091%
}

#primary {
    max-width: 100%
}

@media(max-width:1199px) {

    .opal-container-full .container,
    .opal-container-full #content,
    .opal-container-full ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .opal-container-full .otf-product-recently-content .widget_recently_viewed_products,
    .otf-product-recently-content .opal-container-full .widget_recently_viewed_products {
        max-width: 100%
    }
}

.opal-container-full .page-title-bar {
    border-bottom: 1px solid #e6e6e6
}

.opal-container-full .page-title-bar .page-header {
    margin-top: 5px
}

#elementor-sidebar {
    position: fixed;
    z-index: 99;
    height: 100vh;
    width: 300px
}

#elementor-content {
    width: 100vw
}

#masthead .wrap {
    position: relative
}

.site-header {
    position: relative;
    z-index: 99
}

.site-header .widget,
.site-header .wpb_button,
.site-header .wpb_content_element,
.site-header ul.wpb_thumbnails-fluid>li {
    margin-bottom: 0
}

.site-header .widget {
    padding-bottom: 0
}

.site-header .container,
.site-header #content,
.site-header ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
.site-header .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .site-header .widget_recently_viewed_products {
    float: unset
}

.site-header .wpb_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}

.site-header .wpb_wrapper .wpb_wrapper {
    display: block
}

.site-header .text-left .wpb_wrapper {
    justify-content: flex-start
}

.site-header .text-right .wpb_wrapper {
    justify-content: flex-end
}

@media(max-width:1199px) {
    .site-header .navigation-top {
        order: 2
    }
}

.site-header .header-group {
    display: flex;
    align-items: center
}

@media(max-width:1199px) {
    .site-header .header-group {
        order: 1
    }
}

@media(max-width:767px) {
    .site-header .header-group {
        display: none
    }
}

.site-header .header-group>* {
    margin-right: 25px
}

.site-header .header-group>*:last-child,
.site-header .header-group>*.site-header-cart {
    margin-right: 0
}

.site-header .header-group .search-form {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.site-header .header-group .search-field {
    border: 1px solid #eee;
    padding-right: 50px
}

.site-header .header-group .search-submit {
    background: 0 0;
    border: 0;
    color: #2d2d2d;
    padding: 1rem 1.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1
}

.site-header .header-group .search-submit:hover,
.site-header .header-group .search-submit:focus {
    background-color: transparent;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1
}

.site-header .header-group .search-form .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.header-content {
    background-color: #fff
}

@media(max-width:767px) {
    .header-content {
        display: flex;
        align-items: center
    }
}

.header-content .site-branding {
    margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px
}

.header-content .header-right {
    margin-top: 10px
}

@media(max-width:767px) {
    .header-content .header-right {
        margin-left: auto
    }

    .header-content .header-right form.search-form {
        display: none;
        visibility: hidden
    }
}

.header-content .header-right .input-group {
    border: 1px solid #e6e6e6;
    border-radius: 40px;
    padding: 1px;
    overflow: hidden
}

.header-content .header-right input[type=search] {
    border-color: transparent;
    border-radius: 40px;
    line-height: 1
}

.header-content .header-right .search-submit {
    padding: 2px 30px;
    margin: 1px
}

.header-content .header-main-content {
    padding-top: 10px;
    border-radius: 6px
}

@media(max-width:1199px) {
    .header-content .header-main-content {
        padding-bottom: 10px
    }
}

.site-branding {
    position: relative;
    -webkit-transition: margin-bottom .2s;
    transition: margin-bottom .2s;
    z-index: 3;
    display: inline-block
}

.site-branding a {
    text-decoration: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s
}

.site-branding a:hover,
.site-branding a:focus {
    opacity: .7
}

.site-title {
    clear: none;
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    opacity: 1
}

.site-title a {
    opacity: 1
}

.site-description {
    font-size: 13px;
    margin-bottom: 0;
    color: #aaa
}

.custom-logo-link {
    display: inline-block;
    vertical-align: middle;
    width: auto
}

.custom-logo-link img {
    display: block;
    max-height: 80px
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
    opacity: .9
}

body:not(.title-tagline-hidden) .site-branding-text {
    display: inline-block;
    vertical-align: middle
}

.custom-header {
    position: relative;
    z-index: 1
}

.navigation-button {
    display: inline-block
}

.navigation-button .menu-toggle {
    display: block
}

@media(min-width:992px) {
    body.opal-header-absolute .site-header {
        position: absolute;
        width: 100%;
        background-color: transparent
    }
}

body.opal-header-absolute .is-sticky .opal-element-sticky {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -1px !important;
    border: none
}

body.opal-header-absolute .opal-element-sticky {
    padding-top: 20px;
    padding-bottom: 20px;
    transition: padding .35s linear
}

body.opal-header-absolute .container-fluid .opal-header-sticky {
    margin-left: -15px;
    margin-right: -15px
}

.list-account li {
    font-size: 12px;
    font-size: .75rem;
    float: left
}

.list-account li a {
    padding: 0 12px
}

.list-account i {
    margin-right: 10px
}

.site-header-account {
    vertical-align: middle
}

.site-header-account .icon {
    width: 40px;
    height: 40px;
    vertical-align: middle;
    line-height: 40px;
    margin: 0
}

.site-header-account .icon:before {
    text-align: center;
    vertical-align: middle;
    font-size: 30px;
    font-size: 1.875rem;
    width: 45px;
    height: 40px;
    line-height: 36px;
    display: block
}

.header-search {
    position: relative
}

.header-search .search-button {
    font-size: 20px;
    width: 20px;
    height: 20px
}

.header-search .search-form {
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    width: 250px;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height .4s ease-in
}

.header-search .active .search-form {
    height: auto;
    pointer-events: auto;
    max-height: 58px;
    transition: max-height .4s ease-out
}

.osf-sticky-active {
    z-index: 99
}

.osf-sticky-active.sticky-show {
    position: fixed;
    z-index: 9999;
    top: 0;
    -webkit-animation: dropdown .3s ease;
    -moz-animation: dropdown .3s ease;
    animation: dropdown .3s ease
}

.sticky-header {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

@keyframes dropdown {
    0% {
        transform: translateY(-100%)
    }

    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes dropdown {
    0% {
        transform: translateY(-100%);
        -webkit-transition: translateY(-100%)
    }

    100% {
        transform: translateY(0);
        -webkit-transition: translateY(0)
    }
}

#opal-header-content {
    width: 100%
}

#opal-header-content.sticky-show {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

.sticky-show.elementor-section-stretched {
    left: 0 !important
}

.startor-front-page .site-content {
    padding: 0
}

.ezboozt-panel {
    position: relative
}

.panel-image {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative
}

.panel-image:before {
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .3)));
    background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .3) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
    bottom: 0;
    content: "";
    left: 0;
    right: 0;
    position: absolute;
    top: 100px
}

.panel-content {
    position: relative
}

.panel-content .wrap {
    padding-bottom: .5em;
    padding-top: 1.75em
}

.ezboozt-panel .edit-link {
    display: block;
    margin: .3em 0 0
}

.ezboozt-panel .entry-header .edit-link {
    font-size: 14px;
    font-size: .875rem
}

.ezboozt-front-page .panel-content .recent-posts article {
    border: 0;
    color: #333;
    margin-bottom: 3em
}

.recent-posts .entry-header {
    margin-bottom: 1.2em
}

.page .panel-content .recent-posts .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none
}

.ezboozt-panel .recent-posts .entry-header .edit-link {
    color: #222;
    display: inline-block;
    font-size: 11px;
    font-size: .6875rem;
    margin-left: 1em
}

.site-content-contain {
    position: relative;
    overflow: hidden;
    z-index: 2
}

.site-content {
    padding-bottom: 2em
}

.sticky {
    position: relative
}

.sticky .entry-title:before {
    margin-right: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08d"
}

.post:not(.sticky) .icon-thumb-tack {
    display: none
}

.sticky .icon-thumb-tack {
    display: block;
    height: 18px;
    left: -1.5em;
    position: absolute;
    top: 1.65em;
    width: 20px
}

.post-thumbnail img {
    border-radius: 6px
}

.entry-header {
    margin-bottom: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.entry-header .entry-title {
    padding-top: 0;
    margin-bottom: 0;
    position: relative;
    flex: 0 0 100%;
    order: 2
}

.entry-header .entry-title a {
    color: inherit
}

.entry-header .cat-links {
    order: 1
}

.entry-tags a {
    display: inline-block
}

.cat-links {
    margin-bottom: .8rem;
    display: inline-flex;
    flex-wrap: wrap
}

.cat-links a {
    padding: 0 5px;
    margin-left: 4px;
    margin-bottom: 4px;
    font-size: 11px;
    font-size: .6875rem;
    border-width: 1px;
    -ms-transform: skewX(-10deg) skewY(0);
    -o-transform: skewX(-10deg) skewY(0);
    -moz-transform: skewX(-10deg) skewY(0);
    -webkit-transform: skewX(-10deg) skewY(0);
    transform: skewX(-10deg) skewY(0)
}

.cat-links a>* {
    display: inline-block;
    -ms-transform: skewX(10deg) skewY(0);
    -o-transform: skewX(10deg) skewY(0);
    -moz-transform: skewX(10deg) skewY(0);
    -webkit-transform: skewX(10deg) skewY(0);
    transform: skewX(10deg) skewY(0)
}

.entry-meta {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #aaa;
    position: relative;
    order: 1;
    margin-bottom: .25rem
}

.single-post .entry-meta {
    order: 1;
    padding-top: 0
}

.entry-meta .meta-inner {
    margin: 0 -5px
}

.entry-meta .meta-inner>span {
    padding: 0 5px
}

.entry-avatar {
    font-size: .67em;
    letter-spacing: .084em;
    text-transform: uppercase;
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important;
    margin-bottom: 30px
}

.entry-avatar .avatar {
    border-radius: 50%;
    width: 38px;
    height: 38px;
    margin-right: 20px
}

.entry-video.embed-responsive {
    margin-bottom: 1.5em
}

.updated:not(.published) {
    display: none
}

.more-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding-right: 15px;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem
}

.more-link i {
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    color: #fff;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.more-link:after {
    content: "";
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    border-radius: 30px;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

.more-link:hover {
    color: #fff
}

.more-link:hover:after {
    width: 100%;
    visibility: visible
}

.more-link:hover i {
    text-indent: 15px
}

.more-link-wrap {
    display: flex;
    position: relative;
    margin-top: 1.5rem;
    align-items: center
}

.pbr-social-share {
    min-width: 190px;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.pbr-social-share .social-share-header {
    margin-right: 10px
}

.pbr-social-share a {
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    padding: 2px 5px;
    margin: 0 4px
}

.pbr-social-share a span {
    display: none
}

.widget-area table:not(.shop_table),
.entry-content table:not(.shop_table) {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    margin: 0 0 1.5em
}

.widget-area table:not(.shop_table) td,
.widget-area table:not(.shop_table) th,
.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th {
    border: 1px solid #e6e6e6;
    padding: .4em
}

.widget-area table:not(.shop_table) td a,
.widget-area table:not(.shop_table) th a,
.entry-content table:not(.shop_table) td a,
.entry-content table:not(.shop_table) th a {
    font-weight: 600
}

.widget-area table:not(.shop_table) th,
.entry-content table:not(.shop_table) th {
    font-weight: 600
}

.widget-area table:not(.shop_table) tr,
.entry-content table:not(.shop_table) tr {
    border-bottom: 1px solid #e6e6e6
}

.widget-area table:not(.shop_table) tbody>tr:nth-child(2n+1),
.entry-content table:not(.shop_table) tbody>tr:nth-child(2n+1) {
    background-color: rgba(245, 246, 250, .7)
}

.widget-area table:not(.shop_table) th,
.entry-content table:not(.shop_table) th {
    font-weight: 600
}

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
    font-size: 13px;
    font-size: .8125rem;
    width: 48%
}

.tag .site-main>article .gallery-item,
.category .site-main>article .gallery-item,
.date .site-main>article .gallery-item,
.blog .site-main>article .gallery-item,
.archive .site-main>article .gallery-item,
.search .site-main>article .gallery-item {
    margin-bottom: 0
}

.search .site-main>article .post-inner {
    padding-left: 0;
    padding-right: 0
}

.entry-footer {
    font-size: 14px;
    font-size: .875rem;
    padding-top: 1rem
}

@media(min-width:768px) {
    .entry-footer .pbr-social-share {
        text-align: right
    }
}

.entry-footer .tags-links,
.entry-footer .edit-link,
.entry-footer .cat-links {
    padding-left: 0
}

@media(min-width:768px) {
    .cat-tags-links {
        display: flex
    }

    .cat-tags-links .tags-links {
        flex-grow: 1
    }

    .cat-tags-links .tags-links+div {
        margin-left: 50px
    }
}

.cat-tags-links .pbr-social-share {
    margin-bottom: 15px
}

.tags-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px
}

.tags-links a {
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 15px;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1;
    border-radius: 30px;
    text-transform: capitalize;
    border: 1px solid #e6e6e6
}

.tags-links a:hover {
    color: #fff
}

.tags-links .tags-title {
    margin-right: 20px;
    font-style: italic
}

.post-navigation {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    .post-navigation {
        padding: 30px 15px
    }
}

.post-navigation>div {
    flex-basis: calc(50% - 10px);
    width: calc(50% - 5px);
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow: hidden;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.post-navigation .nav-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    max-width: 400px;
    align-items: center
}

.post-navigation .nav-title {
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-top: 5px
}

.post-navigation .nav-link {
    ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0
}

.post-navigation .nav-link a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.5;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3em;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

@media(max-width:575px) {
    .post-navigation .nav-link a {
        display: none
    }
}

.post-navigation .nav-link+a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-indent: -9999em;
    text-align: left;
    overflow: hidden;
    z-index: 2
}

@media(min-width:768px) {
    .post-navigation .thumbnail-nav img {
        display: block;
        min-width: 110px;
        width: 110px;
        height: 110px;
        border-radius: 6px;
        object-fit: cover
    }
}

@media(max-width:1199px) {
    .post-navigation .thumbnail-nav {
        display: none
    }
}

.post-navigation .next-nav {
    justify-content: flex-end;
    position: relative;
    margin-left: auto;
    padding-right: 0
}

.post-navigation .next-nav .nav-content {
    text-align: right;
    justify-content: flex-end
}

.post-navigation .next-nav .thumbnail-nav {
    padding-left: 20px
}

.post-navigation .previous-nav {
    justify-content: flex-start;
    margin-right: auto;
    padding-left: 0
}

.post-navigation .previous-nav .nav-content {
    text-align: left;
    justify-content: flex-start
}

.post-navigation .previous-nav .thumbnail-nav {
    padding-right: 20px
}

.blog .site-content {
    padding-bottom: 60px
}

.related-posts {
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding: 40px 0
}

.related-posts .related-heading {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 30px
}

.related-posts .column-item {
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.related-posts .column-item .post-inner {
    flex: 0 0 100%;
    max-width: 100%
}

.taxonomy-description {
    color: #666
}

.comment-form-cookies-consent {
    padding-left: 15px
}

.comment-form-cookies-consent label {
    display: inline-block
}

.post-inner {
    background-color: #fff;
    border-radius: 6px
}

.post-inner ul:last-child,
.post-inner p:last-child {
    margin-bottom: 0
}

.post-thumbnail+.post-content {
    padding-top: 0
}

.post-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px
}

@media(max-width:767px) {
    .post-content {
        padding: 15px
    }
}

.post-content>* {
    max-width: 100%
}

.single-attachment .post-inner,
.single-post .post-inner {
    padding: 30px
}

@media(max-width:767px) {

    .single-attachment .post-inner,
    .single-post .post-inner {
        padding: 15px
    }
}

.single-attachment .entry-header,
.single-post .entry-header {
    order: -1
}

.single-attachment .entry-content,
.single-attachment .entry-header,
.single-post .entry-content,
.single-post .entry-header {
    padding-left: 0;
    padding-right: 0
}

.single-featured-image-header {
    background-color: #fafafa;
    border: 1px solid #eee
}

.single-featured-image-header img {
    display: block;
    margin: auto
}

.page-links {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    padding: 1em 0 0
}

.page-links .page-number {
    color: #222;
    padding: .2em;
    margin: 3px;
    border-radius: 50%;
    font-weight: 600;
    background: 0 0;
    width: 30px;
    height: 30px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 1
}

.page-links a {
    display: inline-block
}

.page-links a:hover .page-number,
.page-links a:focus .page-number {
    color: #fff
}

.page-links .current .page-number,
.page-links>.page-number {
    color: #fff
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
    display: none
}

.author-wrapper {
    text-align: center
}

.author-wrapper .author-avatar {
    position: relative
}

.author-wrapper .author-avatar img {
    border-radius: 50%;
    position: relative;
    z-index: 2;
    max-width: 70px
}

.author-wrapper .author-avatar:before {
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    border-top: 1px solid;
    border-color: #eee;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    overflow: hidden;
    min-height: 2px
}

.author-wrapper .author-name {
    margin-top: 1rem;
    font-size: 20px;
    font-size: 1.25rem
}

.author-wrapper .author-name .a-name {
    text-transform: capitalize
}

.author-wrapper .a-name {
    text-transform: capitalize
}

.author-description {
    margin-top: 1.5rem
}

.author-post {
    margin-top: 90px
}

.author-post .author-post-header {
    border-top: 1px solid #eee;
    font-size: 12px;
    font-size: .75rem;
    padding: 50px 0 30px;
    position: relative;
    color: #999
}

.author-post .author-post-header .avatar {
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -35px;
    border-radius: 50%
}

.author-post h4 {
    padding: 5px 0 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600
}

.page article.type-post .entry-header .edit-link {
    position: static;
    display: block
}

body.page-template-page-elementor #content {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

body.page-template-default article.type-page {
    border-radius: 6px;
    background-color: #fff;
    padding: 20px 30px
}

.page .entry-header .edit-link {
    font-size: 14px;
    font-size: .875rem
}

.search .page .entry-header .edit-link {
    font-size: 11px;
    font-size: .6875rem
}

.search .content-area {
    width: 100%
}

.search .site-content .page-title {
    margin-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 50px
}

.search-no-results .post-content .input-group {
    border: 1px solid #e6e6e6;
    border-radius: 40px;
    padding: 1px;
    overflow: hidden
}

.search-no-results .post-content input[type=search] {
    border-color: transparent;
    border-radius: 40px;
    line-height: 1
}

.search-no-results .post-content .search-submit {
    padding: 2px 30px;
    margin: 1px
}

.page-links {
    clear: both;
    margin: 0
}

.error404 .site-content-contain {
    background-color: #f6f9ff
}

@media(min-width:992px) {
    .error404 .page-content {
        padding-top: 120px;
        padding-bottom: 75px;
        margin: auto;
        width: 60%
    }
}

@media(max-width:1199px) {
    .error404 .page-content {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.error404 .error-404 .error-title {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 1;
    margin-bottom: 4px
}

@media(max-width:767px) {
    .error404 .error-404 .error-title {
        font-size: 60px;
        font-size: 3.75rem
    }
}

.error404 .error-404 .error-subtitle {
    font-size: 30px;
    font-size: 1.875rem;
    width: 490px;
    margin: 10px auto 18px
}

@media(max-width:767px) {
    .error404 .error-404 .error-subtitle {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.error404 .error-text {
    margin: auto;
    font-size: 16px;
    font-size: 1rem
}

.error404 .error-text span {
    text-decoration: underline
}

.error404 .error-text a {
    margin-top: 1.5rem
}

.search .page-content .search-form {
    margin-bottom: 3em
}

body.footer-fixed .site-footer .wrap {
    z-index: 0
}

.site-footer {
    font-size: 14px;
    font-size: .875rem
}

.site-footer .wrap {
    position: relative
}

.site-footer .shape-footer .elementor-shape {
    top: -14px;
    height: 15px;
    width: 100%
}

.site-footer .widget-area {
    padding-bottom: 3.25em;
    padding-top: 3.25em;
    position: relative
}

.site-footer .widget-area:before {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    content: "";
    border-top: 1px solid #eee;
    height: 1px;
    display: block
}

@media(max-width:991px) {
    .site-footer .social-navigation {
        text-align: left
    }
}

.site-footer .social-navigation li a i {
    font-size: 18px;
    font-size: 1.125rem
}

.site-footer .widget li {
    padding-top: .3rem;
    padding-bottom: .3rem
}

.site-footer .widget li:first-child {
    padding-top: 0
}

.site-footer .widget_rss ul li {
    border-top: 1px solid;
    border-color: #eee;
    padding: 2.125em 0
}

.site-footer .widget_rss ul li:first-child {
    border: none
}

@media(max-width:991px) {
    .site-footer .b-sm-none {
        border: none !important
    }
}

.scrollup {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    font-size: 18px !important;
    padding: 0;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    color: #fff;
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media(max-width:767px) {
    .scrollup {
        opacity: 0 !important;
        pointer-events: none
    }
}

.scrollup:hover {
    color: #fff
}

.scrollup.activate {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.site-info {
    font-size: 14px;
    text-align: center
}

.site-info a {
    color: #666
}

.site-info .sep {
    margin: 0;
    display: block;
    visibility: hidden;
    height: 0;
    width: 100%
}

.site-header-account {
    position: relative
}

.site-header-account .label-name {
    max-width: 83px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 600
}

.site-header-account>a {
    white-space: nowrap;
    display: flex;
    align-items: center;
    position: relative;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

.site-header-account>a i {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.site-header-account>a .text-account {
    line-height: 20px;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.site-header-account>a .submenu-indicator {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 3px;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.site-header-account .login-form-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #2d2d2d;
    font-weight: 600
}

.site-header-account .account-dropdown {
    text-align: left;
    right: 0;
    top: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    color: #2d2d2d;
    padding-top: 15px;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -webkit-transition: all .35s ease;
    transition: all .35s ease
}

#elementor-sidebar .site-header-account .account-dropdown {
    left: 0;
    right: unset
}

.site-header-account .account-dropdown.right {
    left: 0;
    right: unset
}

.site-header-account .account-dropdown.right .account-wrap:before {
    left: 20px;
    right: unset
}

.site-header-account .account-dropdown.justify {
    right: 50%;
    transform: translateX(50%)
}

.site-header-account .account-dropdown.justify .account-wrap:before {
    right: 50%;
    transform: translateX(50%) rotate(45deg)
}

.site-header-account .account-dropdown a.register-link,
.site-header-account .account-dropdown a.lostpass-link {
    font-size: 14px;
    font-size: .875rem
}

.site-header-account .account-dropdown a.register-link:hover,
.site-header-account .account-dropdown a.lostpass-link:hover {
    text-decoration: underline
}

.site-header-account .account-dropdown label {
    margin-bottom: .5rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5
}

.site-header-account .account-dropdown p {
    margin-bottom: 15px
}

.site-header-account .account-dropdown input {
    line-height: normal !important;
    border-width: 1px;
    padding: 15px
}

.site-header-account .account-dropdown .account-wrap {
    position: relative;
    background: #fff;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .03);
    border-radius: 6px;
    border-top: 3px solid
}

.site-header-account .account-dropdown .account-wrap:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -15px;
    right: var(--right, 50%);
    border-left-width: 6px;
    border-left-color: transparent;
    border-right-width: 6px;
    border-right-color: transparent;
    border-bottom-width: 6px;
    border-top-width: 0;
    border-style: solid;
    transform: translateX(-50%) translateY(100%);
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s
}

.site-header-account .account-dropdown .account-inner {
    width: 320px;
    padding: 20px;
    max-height: 500px;
    overflow: auto
}

.site-header-account .account-dropdown .account-inner.dashboard {
    width: 210px;
    padding: 20px 0
}

.site-header-account .account-dropdown .account-inner::-webkit-scrollbar {
    width: 3px
}

.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.site-header-account .account-dropdown .account-inner::-webkit-scrollbar-thumb {
    background-color: #000
}

.site-header-account .account-links-menu,
.site-header-account .account-dashboard {
    list-style: none;
    margin-bottom: 0;
    padding: 0
}

.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
    width: 100%;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
    display: block;
    padding: 10px 20px;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
    color: #2d2d2d;
    background-color: rgba(0, 0, 0, .035)
}

.site-header-account:hover>a:before {
    opacity: 1;
    visibility: visible
}

.site-header-account:hover .account-dropdown {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

article.type-page+.comments-area {
    margin-bottom: 2em
}

#comments {
    clear: both;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 30px
}

@media(max-width:767px) {
    #comments {
        padding: 30px 15px
    }
}

.comments-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 30px
}

.comment-list,
#reviews .commentlist {
    margin: 0;
    padding: 0;
    position: relative
}

.comment-list .children,
#reviews .commentlist .children {
    margin: 0;
    padding: 0;
    margin-left: 4em !important
}

@media(max-width:991px) {

    .comment-list .children,
    #reviews .commentlist .children {
        margin-left: 1em !important
    }
}

.comment-list li.comment,
#reviews .commentlist li.comment {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0 0;
    margin-bottom: 30px
}

.comment-list>li:first-child.comment,
#reviews .commentlist>li:first-child.comment {
    padding-top: 0;
    border-top: 0
}

.comment-list>li:last-child,
#reviews .commentlist>li:last-child {
    border-bottom: 1px solid #e6e6e6
}

.comment-list .depth-1>article,
#reviews .commentlist .depth-1>article {
    margin-left: 0
}

.comment-list .pingback,
#reviews .commentlist .pingback,
.comment-list .trackback,
#reviews .commentlist .trackback {
    border-top: 1px solid #e6e6e6;
    padding-top: 1.5em;
    padding-bottom: 1.5em
}

.comment-list .pingback .comment-body a:not(.comment-edit-link),
#reviews .commentlist .pingback .comment-body a:not(.comment-edit-link),
.comment-list .trackback .comment-body a:not(.comment-edit-link),
#reviews .commentlist .trackback .comment-body a:not(.comment-edit-link) {
    font-weight: 600;
    display: block
}

.comment-list .pingback .comment-body .comment-edit-link,
#reviews .commentlist .pingback .comment-body .comment-edit-link,
.comment-list .trackback .comment-body .comment-edit-link,
#reviews .commentlist .trackback .comment-body .comment-edit-link {
    font-weight: 600
}

.comment-body+.comment-respond {
    padding: 30px;
    position: relative;
    margin-bottom: 1.5em;
    border-radius: 6px;
    border: 1px solid #e6e6e6
}

.comment-body+.comment-respond .comment-reply-title {
    margin-top: 0
}

.comment_container .avatar,
.comment-body .avatar {
    height: 50px;
    width: 50px;
    max-width: 50px;
    left: -65px;
    top: 5px;
    position: absolute
}

@media(max-width:767px) {

    .comment_container .avatar,
    .comment-body .avatar {
        display: none
    }
}

.comment_container .says,
.comment-body .says {
    display: none
}

.comment_container .fn,
.comment-body .fn {
    margin-right: 5px
}

.comment_container,
article.comment-body {
    margin-bottom: 1.8em;
    position: relative
}

.comment-content>ul,
.comment-content>ol {
    padding-left: 1.35em
}

.comment-author {
    margin-bottom: 0;
    position: relative;
    z-index: 2
}

.comment-author .avatar {
    border-radius: 50%
}

@media(min-width:768px) {

    .comment-content,
    .comment-meta,
    .reply {
        margin-left: 65px
    }
}

.comment-meta {
    margin-bottom: 6px;
    font-size: 14px;
    font-size: .875rem
}

@media(min-width:576px) {
    .comment-meta {
        display: flex;
        align-items: flex-start
    }
}

.comment-metadata a {
    color: #aaa
}

.comment-metadata a.comment-edit-link {
    font-size: 14px;
    font-size: .875rem;
    text-transform: capitalize;
    font-weight: 600;
    margin-left: 1em
}

.comment-reply-link {
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    border-bottom: 1px solid;
    font-size: 14px;
    font-size: .875rem
}

#cancel-comment-reply-link {
    text-transform: capitalize;
    font-size: 14px;
    font-size: .875rem;
    display: block;
    margin-top: 10px
}

.comments-pagination {
    margin: 2em 0 3em
}

.comment-form>* {
    margin-bottom: 20px
}

.comment-form>*.comment-notes {
    font-size: 14px;
    font-size: .875rem
}

.comment-form .comment-form-comment {
    margin-bottom: 30px
}

.comment-form .comment-form-comment label {
    display: none
}

.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author {
    margin-bottom: 30px
}

.comment-form .form-submit {
    margin-bottom: 10px
}

.comment-form .required {
    color: red
}

.comment-form a {
    text-decoration: underline
}

.comment-content table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    margin: 0 0 1.5em
}

.comment-content table td,
.comment-content table th {
    border: 1px solid #e6e6e6;
    padding: .4em
}

.comment-content table td a,
.comment-content table th a {
    font-weight: 600
}

.comment-content table th {
    font-weight: 600
}

.comment-content table tr {
    border-bottom: 1px solid #e6e6e6
}

.comment-content table tbody>tr:nth-child(2n+1) {
    background-color: rgba(245, 246, 250, .7)
}

.comment-content table th {
    font-weight: 600
}

.comment-respond .comment-reply-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 30px;
    margin-bottom: 10px
}

#secondary .widget ul {
    margin: 0;
    padding-left: 0
}

#secondary .widget ul li {
    position: relative
}

#secondary .widget ul.sub-menu {
    margin-top: .46rem
}

#secondary .widget ul.children {
    margin-top: .46rem
}

#secondary .widget.widget_opal-wp_template {
    background-color: transparent;
    padding: 0
}

#secondary .widget_search {
    padding: 25px
}

#secondary .widget_search .search-form .input-group {
    position: relative
}

#secondary .widget_search .search-submit:before {
    display: none;
    opacity: 0;
    visibility: hidden
}

#secondary .widget_search .search-submit span:before {
    display: block
}

#secondary .widget_product_categories .current-cat>a,
#secondary .widget_product_categories .current-cat>.count {
    font-weight: 400
}

#secondary .widget_product_categories .current-cat>a:before {
    width: 15px;
    margin-right: 10px
}

h2.widget-title,
h2.widgettitle {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 18px;
    margin-bottom: 1em
}

.widget-title a {
    color: inherit
}

.title-with-icon {
    display: flex;
    -ms-flex-align: center !important;
    align-items: center !important
}

.title-with-icon:before {
    font-size: 8px;
    margin-right: 20px
}

.widget {
    margin-bottom: 30px;
    padding: 15px 25px 25px;
    background-color: #fff;
    border-radius: 6px;
    position: relative
}

@media(max-width:767px) {
    .widget {
        padding-left: 15px;
        padding-right: 15px
    }
}

.widget h2.widget-title,
.widget h2.widgettitle {
    position: relative
}

.widget h2.widget-title:after,
.widget h2.widgettitle:after {
    content: "";
    position: absolute;
    left: -25px;
    right: -25px;
    bottom: 0;
    border-bottom: 1px solid #e6e6e6
}

.widget select {
    width: 100%
}

.widget ul {
    list-style: none;
    margin: 0
}

.widget ul li {
    padding: .4rem 0
}

.widget ul li ul {
    padding: .2rem 0 0;
    position: relative
}

.widget ul li li {
    padding-left: .9rem
}

@media(min-width:992px) {
    .widget ul li li {
        padding-left: 1.15rem
    }
}

.widget ul li li:last-child {
    padding-bottom: 0
}

.widget ul li:last-child {
    padding-bottom: 0
}

.widget ul li:first-child {
    padding-top: 0
}

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
    bottom: 0
}

.widget_top-posts ul li,
.widget_rss_links ul li,
.widget-grofile ul.grofile-links li {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.widget_top-posts ul li li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li li {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.widget_rss ul li {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.widget .post-date,
.widget .rss-date {
    font-size: .81em
}

.widget_text {
    word-wrap: break-word
}

.widget_rss .widget-title {
    display: flex;
    align-items: center
}

.widget_rss .widget-title .rsswidget:first-child {
    margin-right: 5px
}

.widget_rss .widget-title .rsswidget:first-child:hover {
    background-color: transparent
}

.widget_rss .widget-title .rsswidget:first-child img {
    display: block
}

.widget_rss ul li {
    padding: 1rem 0;
    border-top: 1px dotted #e6e6e6
}

.widget_rss ul li:first-child {
    border-top: none;
    padding-top: 0
}

.widget_rss li .rsswidget {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4
}

.widget_rss .rss-date,
.widget_rss li cite {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.5
}

.widget_rss li cite {
    text-transform: uppercase;
    font-weight: 600
}

.widget_rss .rss-date {
    margin: .5em 0 1.5em;
    padding: 0
}

.widget_rss .rssSummary {
    margin-bottom: .5em
}

.widget_contact_info .contact-map {
    margin-bottom: .5em
}

.widget-grofile h4 {
    font-size: 16px;
    margin-bottom: 0
}

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
    border: 0
}

.widget_recent_comments .recentcomments {
    font-style: italic
}

.widget_recent_comments .recentcomments .comment-author-link {
    color: #000
}

.widget_recent_comments .recentcomments a {
    font-style: normal
}

.widget_recent_entries ul li {
    border-top: 1px solid #e6e6e6
}

.widget_recent_entries ul li:first-child {
    border-top: none;
    padding-top: 0
}

.widget_recent_entries li a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.25;
    order: 2
}

.widget_recent_entries li.item-recent-post {
    display: flex;
    align-items: center;
    padding: 18px 0
}

.widget_recent_entries li.item-recent-post .title-post {
    display: flex;
    flex-direction: column
}

.widget_recent_entries li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.3;
    max-height: 2.6em;
    margin-bottom: .5em;
    font-size: 16px;
    font-size: 1rem
}

.widget_recent_entries img {
    margin-right: 20px;
    height: 100px;
    max-width: 100px;
    display: block;
    object-fit: cover;
    border-radius: 6px
}

.widget_recent_entries .post-date {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    color: #aaa
}

.widget_search input[type=search] {
    border: none;
    background-color: #f0f0f0;
    height: 45px
}

.widget_search .input-group {
    border-radius: 6px;
    overflow: hidden
}

.widget_search button[type=submit] {
    background: 0 0;
    border: 0;
    font-size: 16px;
    font-size: 1rem;
    padding: .8rem 15px;
    line-height: 1
}

.widget_search button[type=submit] span:before {
    display: block
}

.widget_search button[type=submit]:hover,
.widget_search button[type=submit]:focus {
    background-color: transparent;
    line-height: 1
}

.widget_search .input-group-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9
}

.wp-block-search .wp-block-search__button,
.wp-block-search .wp-block-search__input {
    margin-bottom: 1rem
}

.widget_meta li,
.widget_pages li,
.widget_archive li,
.widget_categories li,
.widget_nav_menu li {
    overflow: hidden;
    color: #aaa
}

.widget_meta ul,
.widget_pages ul,
.widget_archive ul,
.widget_categories ul,
.widget_nav_menu ul {
    clear: both
}

.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a {
    font-weight: 500;
    transition: all ease-in-out .3s
}

.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_nav_menu a:before {
    content: ""
}

.widget_meta a:before,
.widget_pages a:before,
.widget_archive a:before,
.widget_categories a:before,
.widget_nav_menu a:before {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.widget_meta,
.widget_pages,
.widget_archive,
.widget_nav_menu {
    font-size: 14px
}

.widget_meta ul li,
.widget_pages ul li,
.widget_archive ul li,
.widget_nav_menu ul li {
    border-bottom: 1px solid #e6e6e6;
    padding: .5em 0
}

.widget_meta ul li:first-child,
.widget_pages ul li:first-child,
.widget_archive ul li:first-child,
.widget_nav_menu ul li:first-child {
    border-top: none
}

.widget_meta ul li:last-child,
.widget_pages ul li:last-child,
.widget_archive ul li:last-child,
.widget_nav_menu ul li:last-child {
    padding-bottom: .5em
}

.widget_meta ul li li,
.widget_pages ul li li,
.widget_archive ul li li,
.widget_nav_menu ul li li {
    border: 0
}

.widget_meta ul li li li:last-child,
.widget_pages ul li li li:last-child,
.widget_archive ul li li li:last-child,
.widget_nav_menu ul li li li:last-child {
    padding-bottom: 0
}

.widget_meta ul li+li,
.widget_pages ul li+li,
.widget_archive ul li+li,
.widget_nav_menu ul li+li {
    margin-top: -1px
}

.secondary-border .search-form input[type=text] {
    border-color: #eb3a7b
}

.secondary-border .search-form input[type=text]:focus {
    border-color: #eb3a7b
}

.none-border .search-form input[type=text] {
    border: none
}

.bottom-to-top .search-form-wapper,
.top-to-bottom .search-form-wapper,
.popup .search-form-wapper {
    position: relative;
    max-width: 100%
}

.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    text-align: center;
    font-size: 36px;
    border: none
}

@media(max-width:991px) {

    .bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
    .top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input,
    .popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
        font-size: 24px;
        padding-right: 50px
    }
}

.bottom-to-top .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.top-to-bottom .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder,
.popup .search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input:focus::placeholder {
    color: inherit;
    opacity: 1
}

.bottom-to-top .search-form-wapper:after,
.top-to-bottom .search-form-wapper:after,
.popup .search-form-wapper:after {
    content: '';
    width: 100vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    border: 1px solid;
    border-color: #eee
}

.bottom-to-top .search-form-wapper .dgwt-wcas-preloader,
.top-to-bottom .search-form-wapper .dgwt-wcas-preloader,
.popup .search-form-wapper .dgwt-wcas-preloader {
    display: none
}

.bottom-to-top .container,
.bottom-to-top #content,
.bottom-to-top ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
.bottom-to-top .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .bottom-to-top .widget_recently_viewed_products,
.top-to-bottom .container,
.top-to-bottom #content,
.top-to-bottom ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
.top-to-bottom .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .top-to-bottom .widget_recently_viewed_products,
.popup .container,
.popup #content,
.popup ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
.popup .otf-product-recently-content .widget_recently_viewed_products,
.otf-product-recently-content .popup .widget_recently_viewed_products {
    padding-top: 0;
    padding-bottom: 0
}

.bottom-to-top [data-search-toggle=close],
.top-to-bottom [data-search-toggle=close],
.popup [data-search-toggle=close] {
    display: block;
    top: 25px;
    right: 60px;
    z-index: 3
}

@media(max-width:991px) {

    .bottom-to-top [data-search-toggle=close],
    .top-to-bottom [data-search-toggle=close],
    .popup [data-search-toggle=close] {
        top: 15px;
        right: 20px
    }
}

.bottom-to-top [data-search-toggle=close]:before,
.top-to-bottom [data-search-toggle=close]:before,
.popup [data-search-toggle=close]:before {
    font-size: 24px
}

.bottom-to-top .search-form input[type=search],
.top-to-bottom .search-form input[type=search],
.popup .search-form input[type=search] {
    text-align: center;
    font-size: 36px;
    border: none
}

@media(max-width:991px) {

    .bottom-to-top .search-form input[type=search],
    .top-to-bottom .search-form input[type=search],
    .popup .search-form input[type=search] {
        font-size: 24px
    }
}

.bottom-to-top .search-submit,
.top-to-bottom .search-submit,
.popup .search-submit {
    display: none
}

.bottom-to-top .dgwt-wcas-details-wrapp,
.bottom-to-top .dgwt-wcas-suggestions-wrapp,
.top-to-bottom .dgwt-wcas-details-wrapp,
.top-to-bottom .dgwt-wcas-suggestions-wrapp,
.popup .dgwt-wcas-details-wrapp,
.popup .dgwt-wcas-suggestions-wrapp {
    border-top: none
}

.search-form label {
    margin-bottom: 0
}

.tagcloud a {
    font-size: 14px !important;
    display: inline-block;
    float: left;
    position: relative;
    width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
    transition: all ease-in-out .3s;
    word-wrap: break-word;
    z-index: 0;
    padding: 0 1.375rem;
    line-height: 1.715;
    border-radius: 30px;
    border: 1px solid #e6e6e6;
    text-transform: capitalize
}

.tagcloud a:hover,
.tagcloud a:focus {
    color: #fff
}

.widget-area .widget_calendar table {
    margin-bottom: 0
}

.widget_calendar th,
.widget_calendar td {
    text-align: center
}

.widget_calendar tfoot td {
    border: 0
}

.widget_calendar tbody a {
    display: inline-block;
    font-weight: 600;
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.list-account {
    vertical-align: middle;
    padding-left: 0;
    list-style: none
}

.list-account li {
    display: inline-block;
    padding-right: .5rem
}

.list-account i {
    padding-right: .5rem
}

.site-footer .widget ul {
    padding-left: 0
}

.site-footer .widget li {
    border: none
}

[data-search-toggle=toggle].active:not(.bottom-to-top) i:before {
    content: '\e461'
}

.widget_text .textwidget p:last-child {
    margin-bottom: 0
}

img,
video {
    height: auto;
    max-width: 100%
}

img.alignleft,
img.alignright {
    float: none;
    margin: .5rem 0 1.5rem
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}

embed,
iframe,
object {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption,
.gallery-caption {
    color: #666;
    font-size: 13px;
    font-size: .8125rem;
    font-style: italic;
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0
}

.mejs-container {
    margin-bottom: 1.5em
}

.mejs-controls a.mejs-horizontal-volume-slider {
    background: 0 0;
    border: 0
}

.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
    background: 0 0;
    border: 0
}

.site-content .wp-playlist-light {
    border-color: #eee;
    color: #222
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
    color: #333
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
    color: #e3e3e3
}

.site-content .wp-playlist-light .wp-playlist-item {
    border-bottom: 1px solid;
    border-bottom-color: #eee;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
    border-bottom-color: transparent;
    background-color: #e3e3e3;
    color: #fff
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover {
    color: #fff
}

.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
    color: #fff
}

.site-content .wp-playlist-dark {
    background-color: #222;
    border-color: #333
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
    background-color: #333
}

.site-content .wp-playlist-dark .wp-playlist-caption {
    color: #fff
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
    color: #fff
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
    color: #aaa
}

.site-content .wp-playlist-dark .wp-playlist-playing {
    background-color: #333
}

.site-content .wp-playlist-dark .wp-playlist-item {
    border-bottom: 1px solid;
    border-bottom-color: #555;
    -webkit-transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out, color .3s ease-in-out
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
    border-bottom-color: transparent;
    background-color: #aaa;
    color: #222
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover {
    color: #222
}

.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
    color: #222
}

.site-content .wp-playlist {
    padding: .625em .625em .3125em
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
    font-weight: 600
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
    font-weight: 400
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .1818em;
    text-transform: uppercase
}

.site-content .wp-playlist-item {
    padding: 0 .3125em;
    cursor: pointer
}

.site-content .wp-playlist-item:last-of-type {
    border-bottom: none
}

.site-content .wp-playlist-item a {
    padding: .3125em 0;
    border-bottom: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent
}

.site-content .wp-playlist-item-length {
    top: 5px
}

.entry-gallery {
    margin-bottom: 1.5em
}

.entry-gallery .gallery-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    float: left
}

.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery {
    margin-left: -10px !important;
    margin-right: -10px !important
}

.widget .gallery-item,
.elementor-element .gallery-item,
.entry-gallery .gallery-item,
.single .gallery-item {
    text-align: center;
    vertical-align: top;
    margin: 20px 0;
    padding-left: 10px !important;
    padding-right: 10px !important
}

.widget .gallery-columns-5 .gallery-item,
.elementor-element .gallery-columns-5 .gallery-item,
.entry-gallery .gallery-columns-5 .gallery-item,
.single .gallery-columns-5 .gallery-item {
    flex: 0 0 20%;
    max-width: 20%
}

.widget .gallery-columns-7 .gallery-item,
.elementor-element .gallery-columns-7 .gallery-item,
.entry-gallery .gallery-columns-7 .gallery-item,
.single .gallery-columns-7 .gallery-item {
    flex: 0 0 14.28571%;
    max-width: 14.28571%
}

.widget .gallery-columns-8 .gallery-item,
.elementor-element .gallery-columns-8 .gallery-item,
.entry-gallery .gallery-columns-8 .gallery-item,
.single .gallery-columns-8 .gallery-item {
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.widget .gallery-columns-9 .gallery-item,
.elementor-element .gallery-columns-9 .gallery-item,
.entry-gallery .gallery-columns-9 .gallery-item,
.single .gallery-columns-9 .gallery-item {
    flex: 0 0 11.11111%;
    max-width: 11.11111%
}

.gallery-item a {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    display: block;
    max-width: 100%
}

.gallery-item a:hover,
.gallery-item a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0;
    max-width: 100%
}

.gallery-item a img {
    display: block;
    -webkit-transition: -webkit-filter .2s ease-in;
    transition: -webkit-filter .2s ease-in;
    transition: filter .2s ease-in;
    transition: filter .2s ease-in, -webkit-filter .2s ease-in;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.gallery-item a:hover img,
.gallery-item a:focus img {
    -webkit-filter: opacity(60%);
    filter: opacity(60%)
}

.gallery-caption {
    display: block;
    text-align: left;
    padding: 5px 10px 0 0;
    margin-bottom: 0;
    line-height: 1.4
}

.single.single-give_forms .gallery {
    margin-right: -10px;
    margin-left: -10px
}

.single.single-give_forms .gallery .gallery-item {
    padding-left: 10px;
    padding-right: 10px
}

.wp-block-gallery {
    margin-bottom: 1.5rem
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: flex;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0 15px 40px #e3e3e3;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: center;
    padding: 15px;
    border-bottom: 1px solid #e7e7e7
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.75
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: flex;
    align-items: center;
    padding: 15px;
    border-top: 1px solid #e7e7e7
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg {
        max-width: 800px
    }
}

.modal-user .opal-tabs>nav {
    margin-bottom: 0
}

.modal-user .opal-tabs>nav li a {
    text-transform: uppercase;
    color: #fff
}

.modal-user .opal-tabs>nav li.tab-current a {
    color: #000
}

.modal-user .btn-modal-close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0, -50%);
    z-index: 1000;
    text-align: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0;
    line-height: 30px;
    vertical-align: middle;
    text-align: center;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.modal-user.loading .opal-tab-content:after,
.modal-user.loading .tab-current:after {
    position: absolute;
    background: rgba(227, 227, 227, .3);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 900
}

.modal-user.loading a,
.modal-user.loading button,
.modal-user.loading input,
.modal-user.loading label,
.modal-user.loading checkbox,
.modal-user.loading select {
    pointer-events: none
}

.modal-user.loading .opal-loader {
    display: block
}

.modal-user .opal-loader {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500
}

.modal-user .opal-loader-inner {
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 100%;
    color: #fff;
    padding: 0 100px;
    text-align: center
}

.modal-user .opal-loader-inner label {
    font-size: 20px;
    font-size: 1.25rem;
    opacity: 0;
    color: #24aeb1;
    display: inline-block
}

.modal-user .opal-loader-inner label:nth-child(6) {
    -webkit-animation: lol 3s infinite ease-in-out;
    animation: lol 3s infinite ease-in-out
}

.modal-user .opal-loader-inner label:nth-child(5) {
    -webkit-animation: lol 3s .1s infinite ease-in-out;
    animation: lol 3s .1s infinite ease-in-out
}

.modal-user .opal-loader-inner label:nth-child(4) {
    -webkit-animation: lol 3s .2s infinite ease-in-out;
    animation: lol 3s .2s infinite ease-in-out
}

.modal-user .opal-loader-inner label:nth-child(3) {
    -webkit-animation: lol 3s .3s infinite ease-in-out;
    animation: lol 3s .3s infinite ease-in-out
}

.modal-user .opal-loader-inner label:nth-child(2) {
    -webkit-animation: lol 3s .4s infinite ease-in-out;
    animation: lol 3s .4s infinite ease-in-out
}

.modal-user .opal-loader-inner label:nth-child(1) {
    -webkit-animation: lol 3s .5s infinite ease-in-out;
    animation: lol 3s .5s infinite ease-in-out
}

@keyframes lol {
    0% {
        opacity: 0;
        transform: translateX(-300px)
    }

    33% {
        opacity: 1;
        transform: translateX(0px)
    }

    66% {
        opacity: 1;
        transform: translateX(0px)
    }

    100% {
        opacity: 0;
        transform: translateX(300px)
    }
}

@-webkit-keyframes lol {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-300px)
    }

    33% {
        opacity: 1;
        -webkit-transform: translateX(0px)
    }

    66% {
        opacity: 1;
        -webkit-transform: translateX(0px)
    }

    100% {
        opacity: 0;
        -webkit-transform: translateX(300px)
    }
}

[class^=wp-block-]:not(.wp-block-gallery) figcaption {
    font-style: italic;
    margin-bottom: 1.5em;
    text-align: left
}

.rtl [class^=wp-block-]:not(.wp-block-gallery) figcaption {
    text-align: right
}

p.has-drop-cap:not(:focus):first-letter {
    font-size: 5em;
    margin-top: .075em
}

.wp-block-image {
    margin-bottom: 1.5em
}

.wp-block-image figure {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-image figure.alignleft {
    margin-right: 1.5em
}

.wp-block-image figure.alignright {
    margin-left: 1.5em
}

.wp-block-gallery {
    margin-bottom: 1.5em
}

.wp-block-gallery figcaption {
    font-style: italic
}

.wp-block-gallery.aligncenter {
    display: flex;
    margin: 0 -8px
}

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
    margin-bottom: 0
}

.wp-block-quote cite {
    color: inherit;
    font-size: inherit
}

.wp-block-audio audio {
    display: block;
    width: 100%
}

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
    display: flex
}

.wp-block-file .wp-block-file__button {
    background-color: #222;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    margin-top: 2em;
    padding: .7em 2em;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    white-space: nowrap
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
    background-color: #767676;
    -webkit-box-shadow: none;
    box-shadow: none
}

.wp-block-code {
    background: 0 0;
    border: 0;
    padding: 0
}

.wp-block-pullquote {
    border: 0
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
    font-size: inherit;
    text-transform: none
}

.wp-block-table thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: .5em
}

.wp-block-table tr {
    border-bottom: 1px solid #eee
}

.wp-block-table th,
.wp-block-table td {
    border: 0
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
    text-align: right
}

.wp-block-button .wp-block-button__link {
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.66;
    margin-top: 2em;
    padding: .7em 2em;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.entry-content .wp-block-button__link {
    background-color: #222;
    color: #fff
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-background) {
    background-color: transparent
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #222
}

.colors-dark .wp-block-button__link {
    background-color: #fff;
    color: #000
}

.entry-content .wp-block-button__link:hover,
.entry-content .wp-block-button__link:focus,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
    background-color: #767676;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff
}

.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-background):focus {
    background-color: #bbb;
    color: #000
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):hover,
.colors-dark .entry-content .is-style-outline .wp-block-button__link:not(.has-text-color):focus {
    color: #222
}

.colors-custom .entry-content .wp-block-button__link,
.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus,
.colors-dark .entry-content .wp-block-button__link,
.colors-dark .entry-content .wp-block-button__link:hover,
.colors-dark .entry-content .wp-block-button__link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.colors-custom .entry-content .wp-block-button__link:hover,
.colors-custom .entry-content .wp-block-button__link:focus {
    color: #fff
}

.wp-block-separator {
    border: 0
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 100px
}

.wp-block-media-text {
    margin-bottom: 1.5em
}

.wp-block-media-text *:last-child {
    margin-bottom: 0
}

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter {
    list-style-position: inside;
    text-align: center
}

.wp-block-latest-comments article {
    margin-bottom: 4em
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
    float: none;
    width: 100%
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 0
}

.wp-block-latest-comments a {
    -webkit-box-shadow: inset 0 -1px 0 #fff;
    box-shadow: inset 0 -1px 0 #fff
}

.wp-block-latest-comments__comment-meta {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .4em
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
    font-weight: 600;
    text-decoration: none
}

.wp-block-latest-comments__comment-date {
    color: #767676;
    font-size: 10px;
    font-size: .625rem;
    font-weight: 600;
    letter-spacing: .1818em;
    margin-top: .4em;
    text-transform: uppercase
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
    font-size: 14px;
    font-size: .875rem
}

.entry-content .has-pale-pink-color {
    color: #f78da7
}

.entry-content .has-pale-pink-background-color,
.wp-block-button.is-style-outline .has-pale-pink-background-color:link {
    background-color: #f78da7
}

.entry-content .has-vivid-red-color {
    color: #cf2e2e
}

.entry-content .has-vivid-red-background-color,
.wp-block-button.is-style-outline .has-vivid-red-background-color:link {
    background-color: #cf2e2e
}

.wp-block-button.is-style-squared *,
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.entry-content .has-luminous-vivid-orange-color {
    color: #ff6900
}

.entry-content .has-luminous-vivid-orange-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-orange-background-color:link {
    background-color: #ff6900
}

.entry-content .has-luminous-vivid-amber-color {
    color: #fcb900
}

.entry-content .has-luminous-vivid-amber-background-color,
.wp-block-button.is-style-outline .has-luminous-vivid-amber-background-color:link {
    background-color: #fcb900
}

.entry-content .has-light-green-cyan-color {
    color: #7bdcb5
}

.entry-content .has-light-green-cyan-background-color,
.wp-block-button.is-style-outline .has-light-green-cyan-background-color:link {
    background-color: #7bdcb5
}

.entry-content .has-vivid-green-cyan-color {
    color: #00d084
}

.entry-content .has-vivid-green-cyan-background-color,
.wp-block-button.is-style-outline .has-vivid-green-cyan-background-color:link {
    background-color: #00d084
}

.entry-content .has-pale-cyan-blue-color {
    color: #8ed1fc
}

.entry-content .has-pale-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-pale-cyan-blue-background-color:link {
    background-color: #8ed1fc
}

.entry-content .has-vivid-cyan-blue-color {
    color: #0693e3
}

.entry-content .has-vivid-cyan-blue-background-color,
.wp-block-button.is-style-outline .has-vivid-cyan-blue-background-color:link {
    background-color: #0693e3
}

.entry-content .has-very-light-gray-color {
    color: #eee
}

.entry-content .has-very-light-gray-background-color,
.wp-block-button.is-style-outline .has-very-light-gray-background-color:link {
    background-color: #eee
}

.entry-content .has-cyan-bluish-gray-color {
    color: #abb8c3
}

.entry-content .has-cyan-bluish-gray-background-color,
.wp-block-button.is-style-outline .has-cyan-bluish-gray-background-color:link {
    background-color: #abb8c3
}

.entry-content .has-very-dark-gray-color {
    color: #313131
}

.entry-content .has-very-dark-gray-background-color,
.wp-block-button.is-style-outline .has-very-dark-gray-background-color:link {
    background-color: #313131
}

.shop-action a[class*=product_type_] {
    background-image: linear-gradient(to right, #24aeb1 0, #24aeb1 100%)
}

.button-custom:hover i,
.breadcrumb a:hover,
.breadcrumb a:hover span,
.list-check li:before,
.main-navigation .top-menu>li:hover>a,
.main-navigation .top-menu>li:active>a,
.main-navigation .top-menu>li:focus>a,
.mainmenu-container li.current-menu-item>a,
.mainmenu-container li.current-menu-parent>a,
.mainmenu-container .menu-item>a:hover,
.page-numbers:not(ul),
.page-numbers.next:not(ul):hover,
.page-numbers.prev:not(ul):hover,
.site-header .header-group .search-submit:hover,
.site-header .header-group .search-submit:focus,
.entry-header .entry-title a:hover,
.entry-meta a,
.entry-meta .entry-date,
.entry-meta .meta-inner i,
.pbr-social-share a:hover,
.post-navigation>div:hover .nav-title,
.post-navigation>div:hover a,
.post-navigation>div:hover b,
.site-header-account>a:hover i,
.site-header-account>a:hover .text-account,
.site-header-account>a:hover .submenu-indicator,
.comment-author a:hover,
.comment-metadata a:hover,
.title-with-icon:before,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:active,
.widget_recent_entries .post-date,
.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button,
.c-primary,
.mainmenu-container ul ul .menu-item>a:hover,
.mainmenu-container ul ul .menu-item>a:active,
.mainmenu-container ul ul .menu-item>a:focus,
.navigation-button .menu-toggle:hover,
.navigation-button .menu-toggle:focus,
.entry-content blockquote cite a:hover,
.site-header-account .account-dropdown a.register-link,
.site-header-account .account-dropdown a.lostpass-link,
.comment-form a:hover,
#secondary .elementor-widget-container h5:first-of-type,
.elementor-featured-box-wrapper:hover .elementor-featured-box-icon i:before,
.elementor-nav-menu-popup .mfp-close,
.site-header-cart .widget_shopping_cart .product_list_widget li a:hover,
.site-header-cart .widget_shopping_cart .product_list_widget li a:focus,
.site-header-cart .shopping_cart_nav .product_list_widget li a:hover,
.site-header-cart .shopping_cart_nav .product_list_widget li a:focus,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce-privacy-policy-link,
.opal-currency_switcher .list-currency button[type=submit]:hover,
.opal-currency_switcher .list-currency li.active button[type=submit],
ul.products li .posfed_in a:hover,
ul.products li.product .posfed_in a:hover,
.select-items div:hover,
.single-product div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover,
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a,
.button-wrapper #chart-button,
.product_list_widget a:hover,
.product_list_widget a:active,
.product_list_widget a:focus,
.woocommerce-product-list-3 a:hover,
.woocommerce-product-list-3 a:active,
.woocommerce-product-list-3 a:focus,
#secondary .elementor-widget-wp-widget-recent-posts a,
.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a:hover,
.elementor-brand-wrapper .elementor-brand-description,
.contactform-content .form-title,
.elementor-opal-countdown-wrapper .elementor-countdown-digits,
.elementor-widget-icon-box.elementor-view-framed:hover .elementor-icon,
.elementor-widget-icon-box.elementor-view-framed:not(:hover) .elementor-icon,
.elementor-widget-icon-box.elementor-view-default:hover .elementor-icon,
.elementor-widget-icon-box.elementor-view-default:not(:hover) .elementor-icon,
.elementor-widget-icon-box:hover .elementor-icon-box-title,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:not(:hover) i,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:not(:hover) .elementor-icon-list-text,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:hover i,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:hover .elementor-icon-list-text,
.elementor-widget-icon.elementor-view-default .elementor-icon,
.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active,
.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal .elementor-nav-menu a.elementor-sub-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item.highlighted,
.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item:focus,
.elementor-nav-menu--main .current-menu-ancestor .elementor-item.has-submenu,
.elementor-nav-menu--main .current-menu-item>.elementor-item,
.elementor-nav-menu--popup .elementor-item.highlighted,
.elementor-nav-menu--popup .elementor-item.elementor-item-active,
.elementor-nav-menu--popup .elementor-item:hover,
.elementor-nav-menu--popup .elementor-item:focus,
.elementor-nav-menu--popup .elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu--popup .elementor-nav-menu--dropdown a.highlighted,
.elementor-nav-menu--dropdown:not(.mega-menu) a:hover,
.elementor-nav-menu--dropdown:not(.mega-menu) a.highlighted,
.elementor-nav-menu--dropdown:not(.mega-menu) a.has-submenu,
.elementor-menu-toggle:hover i,
.elementor-menu-toggle:hover .menu-toggle-title,
.elementor-widget-opal-phone:not(:hover) i,
.elementor-widget-opal-phone:not(:hover) .elementor-phone-title,
.elementor-widget-opal-phone:not(:hover) .elementor-phone-subtitle,
.portfolio .portfolio-content .entry-title a:hover,
.portfolio .entry-category a:hover,
.elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-title a:hover,
.elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-category a:hover,
.elementor-portfolio__filter:hover,
.single-portfolio-navigation .nav-link:hover span,
.elementor-button-default .elementor-button,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle:hover,
.elementor-widget-social-icons.elementor-social-custom .elementor-social-icon:hover i,
.elementor-teams-wrapper .elementor-team-name:hover,
.elementor-video-icon,
.header-button:hover i,
.header-button:hover .title,
.header-button:hover .count-text,
.header-button:hover .amount,
.header-button:hover .text-wishlist,
.filter-toggle:hover,
.stock.in-stock .stock-availability,
.woocommerce-MyAccount-navigation ul li.is-active a,
.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:not(:hover),
.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:not(:hover),
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:not(:hover),
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:not(:hover) {
    color: #24aeb1
}

.f-primary {
    fill: #24aeb1
}

.mp-level::-webkit-scrollbar-thumb,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev):hover,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev):focus,
.page-numbers.current:not(ul):not(.dots):not(.next):not(.prev),
.more-link i,
.more-link:after,
.page-links a:hover .page-number,
.page-links a:focus .page-number,
.page-links .current .page-number,
.page-links>.page-number,
.scrollup,
.tagcloud a:hover,
.tagcloud a:focus,
.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-default:hover,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit],
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus,
.elementor-element .elementor-button-primary .elementor-button,
.button-outline:hover,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:hover:not(.radio-variable-item),
.button-outline:active,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:active:not(.radio-variable-item),
.button-outline.active,
.woo-variation-swatches .variable-items-wrapper .active.button-variable-item:not(.radio-variable-item),
.show>.button-outline.dropdown-toggle,
.woo-variation-swatches .variable-items-wrapper .show>.dropdown-toggle.button-variable-item:not(.radio-variable-item),
.button-outline-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary input:hover[type=button],
.elementor-wpcf7-button-outline_primary input:hover[type=submit],
.elementor-wpcf7-button-outline_primary button:hover[type=submit],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type=submit],
.button-outline-primary:active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary input:active[type=button],
.elementor-wpcf7-button-outline_primary input:active[type=submit],
.elementor-wpcf7-button-outline_primary button:active[type=submit],
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input:active[type=submit],
.button-outline-primary.active,
.cat-links a.active,
.elementor-wpcf7-button-outline_primary input.active[type=button],
.elementor-wpcf7-button-outline_primary input.active[type=submit],
.elementor-wpcf7-button-outline_primary button.active[type=submit],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary input.active[type=submit],
.show>.button-outline-primary.dropdown-toggle,
.cat-links .show>a.dropdown-toggle,
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=button],
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_primary .show>button.dropdown-toggle,
.mailchimp-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button:hover,
.elementor-element .elementor-button-outline_primary .elementor-button:active,
.elementor-element .elementor-button-outline_primary .elementor-button:focus,
.bg-primary,
.owl-theme .owl-nav [class*=owl-]:hover:before,
.elementor-element .elementor-button-secondary .elementor-button:after,
.elementor-element .elementor-button-outline_secondary .elementor-button:before,
.elementor-element .elementor-button-link .elementor-button .elementor-button-icon,
.elementor-cta .elementor-cta_circle,
.elementor-widget-divider .elementor-divider-separator:before,
.elementor-icon-bg-yes .elementor-featured-box-wrapper .elementor-featured-box-icon i:after,
.elementor-flip-box__front,
.elementor-widget-icon-box.elementor-view-stacked:not(:hover) .elementor-icon,
.elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon,
.elementor-text-underline-yes .elementor-icon-list-item:hover .elementor-icon-list-text:before,
.elementor-widget-icon.elementor-view-stacked .elementor-icon,
.elementor-widget-opal-image-hotspots .scrollbar-inner>.scroll-element .scroll-bar,
.opal-image-hotspots-main-icons .opal-image-hotspots-icon,
.elementor-widget-opal-image-gallery .gallery-item-overlay,
.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active,
.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal:not(.e--pointer-framed) .elementor-nav-menu>li.current-menu-parent>a:before,
.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal:not(.e--pointer-framed) .elementor-nav-menu>li.current-menu-parent>a:after,
.elementor-nav-menu--main.e--pointer-dot .elementor-item.elementor-item-active:before,
.elementor-nav-menu--main.e--pointer-dot .elementor-item:not(:hover):before,
.elementor-nav-menu--main.e--pointer-dot .elementor-item:hover:before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-nav-menu--popup.e--pointer-dot .elementor-item.elementor-item-active:before,
.elementor-nav-menu--popup.e--pointer-dot .elementor-item:hover:before,
.e--pointer-dot .elementor-item:before,
.e--pointer-underline .elementor-item .menu-title:before,
.e--pointer-underline .elementor-item .menu-title:after,
.single-portfolio-summary .pbr-social-share a:hover,
.opal-product-tooltipster .tooltipster-content,
.elementor-teams-wrapper .team-icon-socials a,
.timeline-item .timeline-thumbnail:after,
.header-button:hover .count,
.notification-added-to-cart .ns-content,
#payment .place-order .button:hover,
.shop-action a[class*=product_type_]:before,
.shop-action .yith-wcqv-button:hover,
.shop-action .yith-wcwl-add-to-wishlist>div>a:hover,
.shop-action .compare:hover,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:hover,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:active,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:focus,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.handheld-footer-bar .cart .footer-cart-contents .count {
    background-color: #24aeb1
}

.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.elementor-element.elementor-button-link .elementor-button:hover,
blockquote:before,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-default:hover,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit],
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus,
.elementor-element .elementor-button-primary .elementor-button,
.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button,
.button-outline:hover,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:hover:not(.radio-variable-item),
.button-outline:active,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:active:not(.radio-variable-item),
.button-outline.active,
.woo-variation-swatches .variable-items-wrapper .active.button-variable-item:not(.radio-variable-item),
.show>.button-outline.dropdown-toggle,
.woo-variation-swatches .variable-items-wrapper .show>.dropdown-toggle.button-variable-item:not(.radio-variable-item),
.button-outline-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary input:hover[type=button],
.elementor-wpcf7-button-outline_primary input:hover[type=submit],
.elementor-wpcf7-button-outline_primary button:hover[type=submit],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type=submit],
.button-outline-primary:active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary input:active[type=button],
.elementor-wpcf7-button-outline_primary input:active[type=submit],
.elementor-wpcf7-button-outline_primary button:active[type=submit],
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input:active[type=submit],
.button-outline-primary.active,
.cat-links a.active,
.elementor-wpcf7-button-outline_primary input.active[type=button],
.elementor-wpcf7-button-outline_primary input.active[type=submit],
.elementor-wpcf7-button-outline_primary button.active[type=submit],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary input.active[type=submit],
.show>.button-outline-primary.dropdown-toggle,
.cat-links .show>a.dropdown-toggle,
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=button],
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_primary .show>button.dropdown-toggle,
.mailchimp-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button:hover,
.elementor-element .elementor-button-outline_primary .elementor-button:active,
.elementor-element .elementor-button-outline_primary .elementor-button:focus,
.b-primary,
.owl-theme .owl-nav [class*=owl-]:hover:before,
.elementor-widget-icon-box.elementor-view-framed:hover .elementor-icon,
.elementor-widget-icon-box.elementor-view-framed:not(:hover) .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon,
.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active:before,
.mc4wp-form-fields:focus-within,
.e--pointer-framed .elementor-item.elementor-item-active:before,
.e--pointer-framed .elementor-item.elementor-item-active:after,
.e--pointer-framed .elementor-item:before,
.e--pointer-framed .elementor-item:after,
.elementor-nav-menu--main>.elementor-nav-menu,
.elementor-nav-menu--main .elementor-nav-menu ul,
ul.elementor-price-table__features-list,
.elementor-search-form__container:not(.elementor-search-form--full-screen):focus-within,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle:hover,
.site-header-cart .widget_shopping_cart,
#payment .place-order .button:hover,
.shop-action .yith-wcqv-button:hover,
.shop-action .yith-wcwl-add-to-wishlist>div>a:hover,
.shop-action .compare:hover,
.single-product div.type-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.single-product div.type-product .woocommerce-product-gallery .flex-control-thumbs li:hover img,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:hover,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:active,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:focus,
.woocommerce-tabs ul.tabs li a:hover:after,
.woocommerce-tabs ul.tabs li.active a:after,
.otf-product-recently-content li:hover .product-thumbnail img {
    border-color: #24aeb1
}

.site-header-account .account-dropdown .account-wrap,
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #24aeb1
}

.main-navigation .top-menu>li:hover:before,
.main-navigation .top-menu>li:active:before,
.main-navigation .top-menu>li:focus:before,
.site-header-account .account-dropdown .account-wrap:before,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.menu-item-has-children:before,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.has-mega-menu:before,
.site-header-cart .widget_shopping_cart:before {
    border-bottom-color: #24aeb1
}

.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #24aeb1
}

.btn-link:focus,
.elementor-element .elementor-button-link .elementor-button:focus,
.btn-link:hover,
.elementor-element .elementor-button-link .elementor-button:hover,
.button-link:focus,
.elementor-wpcf7-button-link input:focus[type=submit],
.elementor-wpcf7-button-link button:focus[type=submit],
.mailchimp-button-link button:focus,
.mailchimp-button-link input:focus[type=submit],
.button-link:hover,
.elementor-wpcf7-button-link input:hover[type=submit],
.elementor-wpcf7-button-link button:hover[type=submit],
.mailchimp-button-link button:hover,
.mailchimp-button-link input:hover[type=submit],
a:hover,
a:active,
.widget_search button[type=submit]:hover,
.widget_search button[type=submit]:focus,
.elementor-widget-opal-phone:hover i,
.elementor-widget-opal-phone:hover .elementor-phone-title,
.elementor-widget-opal-phone:hover .elementor-phone-subtitle,
.elementor-search-form .elementor-search-form__submit:active,
.elementor-search-form .elementor-search-form__submit:hover,
li.product .posted_in a:hover,
.single-product div.type-product .product_meta .tagged_as a:hover,
.single-product div.type-product .product_meta .posted_in a:hover {
    color: #177071
}

.tags-links a:hover,
.scrollup:hover,
.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd),
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover,
.single-product div.type-product .entry-summary .compare:hover {
    background-color: #177071
}

.tags-links a:hover,
.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd),
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover,
.single-product div.type-product .entry-summary .compare:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item.selected:not(.radio-variable-item),
.woo-variation-swatches .variable-items-wrapper .variable-item.selected:not(.radio-variable-item):hover {
    border-color: #177071
}

.vertical-navigation ul.menu>li>a:hover,
.vertical-navigation ul.menu>li>a:hover i,
.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button,
.c-secondary,
.author-wrapper .author-name h6,
.contactform-content button.mfp-close,
.site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount,
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount,
ul.products li .product-price ins,
ul.products li .price ins,
ul.products li.product .product-price ins,
ul.products li.product .price ins,
.single-product div.type-product .summary .price {
    color: #eb3a7b
}

.f-secondary {
    fill: #eb3a7b
}

.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.elementor-button-secondary button[type=submit],
.elementor-button-secondary input[type=button],
.elementor-button-secondary input[type=submit],
.elementor-element .elementor-button-secondary .elementor-button,
.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary input:hover[type=submit],
.elementor-wpcf7-button-outline_secondary button:hover[type=submit],
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-outline_secondary input:hover[type=submit],
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary input:active[type=submit],
.elementor-wpcf7-button-outline_secondary button:active[type=submit],
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-outline_secondary input:active[type=submit],
.button-outline-secondary.active,
.elementor-wpcf7-button-outline_secondary input.active[type=submit],
.elementor-wpcf7-button-outline_secondary button.active[type=submit],
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary input.active[type=submit],
.show>.button-outline-secondary.dropdown-toggle,
.elementor-wpcf7-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_secondary .show>button.dropdown-toggle,
.mailchimp-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button:hover,
.elementor-element .elementor-button-outline_secondary .elementor-button:active,
.elementor-element .elementor-button-outline_secondary .elementor-button:focus,
.bg-secondary,
#secondary .elementor-widget-wp-widget-categories a:before,
.title-bg-polygon,
.elementor-flip-box__back,
.elementor-text-underline-yes .elementor-icon-list-item:not(:hover) .elementor-icon-list-text:before,
.elementor-teams-wrapper .team-icon-socials a:hover,
.header-button .count {
    background-color: #eb3a7b
}

.form-control:focus,
.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.elementor-button-secondary button[type=submit],
.elementor-button-secondary input[type=button],
.elementor-button-secondary input[type=submit],
.elementor-element .elementor-button-secondary .elementor-button,
.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button,
.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary input:hover[type=submit],
.elementor-wpcf7-button-outline_secondary button:hover[type=submit],
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary input:active[type=submit],
.elementor-wpcf7-button-outline_secondary button:active[type=submit],
.button-outline-secondary.active,
.elementor-wpcf7-button-outline_secondary input.active[type=submit],
.elementor-wpcf7-button-outline_secondary button.active[type=submit],
.show>.button-outline-secondary.dropdown-toggle,
.elementor-wpcf7-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_secondary .show>button.dropdown-toggle,
.mailchimp-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button:hover,
.elementor-element .elementor-button-outline_secondary .elementor-button:active,
.elementor-element .elementor-button-outline_secondary .elementor-button:focus,
.b-secondary {
    border-color: #eb3a7b
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show>.button-secondary.dropdown-toggle,
.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-secondary .show>button.dropdown-toggle,
.mailchimp-button-secondary .show>input.dropdown-toggle[type=submit],
.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,
.checkout_coupon .form-row-last .show>button.dropdown-toggle,
#payment .place-order .show>.dropdown-toggle.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button,
.elementor-button-secondary button[type=submit]:hover,
.elementor-button-secondary button[type=submit]:active,
.elementor-button-secondary button[type=submit]:focus,
.elementor-button-secondary input[type=button]:hover,
.elementor-button-secondary input[type=button]:active,
.elementor-button-secondary input[type=button]:focus,
.elementor-button-secondary input[type=submit]:hover,
.elementor-button-secondary input[type=submit]:active,
.elementor-button-secondary input[type=submit]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
    background-color: #c51455
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show>.button-secondary.dropdown-toggle,
.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-secondary .show>button.dropdown-toggle,
.mailchimp-button-secondary .show>input.dropdown-toggle[type=submit],
.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,
.checkout_coupon .form-row-last .show>button.dropdown-toggle,
#payment .place-order .show>.dropdown-toggle.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button,
.elementor-button-secondary button[type=submit]:hover,
.elementor-button-secondary button[type=submit]:active,
.elementor-button-secondary button[type=submit]:focus,
.elementor-button-secondary input[type=button]:hover,
.elementor-button-secondary input[type=button]:active,
.elementor-button-secondary input[type=button]:focus,
.elementor-button-secondary input[type=submit]:hover,
.elementor-button-secondary input[type=submit]:active,
.elementor-button-secondary input[type=submit]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
    border-color: #c51455
}

blockquote cite,
.breadcrumb,
.breadcrumb a,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea::placeholder,
textarea,
.mainmenu-container li a span,
.tags-links a,
.site-footer a,
.c-body,
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a,
.comment-form a,
.tagcloud a,
.cart-collaterals .cart_totals th,
#payment .payment_methods li.woocommerce-notice,
#payment .payment_methods li.woocommerce-notice--info,
#payment .payment_methods li.woocommerce-info,
table.woocommerce-checkout-review-order-table th,
.opal-style-1.search-form-wapper .search-submit span,
.opal-style-1.search-form-wapper .search-submit span:before,
.elementor-nav-menu--dropdown a,
.elementor-search-form--skin-minimal .elementor-search-form__icon,
.elementor-search-form--skin-full_screen .elementor-search-form input.elementor-search-form__input[type=search],
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.opal-currency_switcher .list-currency button[type=submit],
li.product .posted_in a,
.select-items div,
.single-product div.type-product .summary .price del,
.single-product div.type-product .product_meta .tagged_as a,
.single-product div.type-product .product_meta .posted_in a,
.single-product div.type-product .product_meta .sku,
.single-product div.type-product .pbr-social-share a:not(:hover) {
    color: #7d879c
}

.button-outline,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item),
.btn-link,
.elementor-element .elementor-button-link .elementor-button,
.button-link,
.elementor-wpcf7-button-link input[type=button][type=submit],
.elementor-wpcf7-button-link input[type=submit],
.elementor-wpcf7-button-link button[type=submit],
.mailchimp-button-link button,
.mailchimp-button-link button[type=submit],
.mailchimp-button-link input[type=submit],
.widget-area strong,
h1,
.site-title,
h2,
h3,
.page-header .page-title,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tags-links .tags-title,
blockquote,
.breadcrumb li.current,
.breadcrumb li .current-item,
.breadcrumb>span.current,
.breadcrumb>span .current-item,
.form-group .form-row label,
label,
th,
a,
.main-navigation .top-menu>li>a,
.menu-toggle,
.vertical-navigation ul.menu>li>a,
.page-numbers.next:not(ul),
.page-numbers.prev:not(ul),
.header-search .search-button,
.entry-meta .author a:not(:hover),
.pbr-social-share a,
.entry-content blockquote cite a,
.entry-content dt,
.entry-content th,
.site-header-account>a i,
.site-header-account>a .text-account,
.site-header-account>a .submenu-indicator,
.comment-content strong,
.comment-author,
.comment-author a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
.comment-content table th,
.comment-content dt,
.widget_search button[type=submit],
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.c-heading,
fieldset legend,
.post-navigation .nav-link a,
.author-wrapper .author-name,
.search .site-content .page-title,
#secondary .widget_product_categories .current-cat>a,
#secondary .widget_product_categories .current-cat>.count,
.widget_recent_entries li.item-recent-post a,
table.shop_table_responsive tbody th,
.filter-close,
table.cart:not(.wishlist_table) th,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,
.cart-collaterals .cart_totals .amount,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
#payment .payment_methods>.wc_payment_method>label,
table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
table.woocommerce-checkout-review-order-table .product-name,
.woocommerce-billing-fields label,
.woocommerce-billing-fields>h3,
.page-header .woocommerce-billing-fields>.page-title,
.woocommerce-additional-fields label,
.cart th,
.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount,
.osf-sorting .gridlist-toggle a.active,
.osf-sorting .gridlist-toggle a:hover,
#reviews .commentlist li .woocommerce-review__author,
.woocommerce-Tabs-panel table.shop_attributes th,
#osf-accordion-container table.shop_attributes th,
.single-product div.type-product .quantity_label,
.single-product div.type-product form.cart .quantity,
.single-product div.type-product table.variations label,
.woocommerce-tabs ul.tabs li a,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control],
.woocommerce-widget-layered-nav .osf-label-type,
.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled) .variable-item-span,
.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a,
.elementor-featured-box-wrapper .elementor-featured-box-icon i,
.elementor-featured-box-wrapper .elementor-featured-box-title,
.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title,
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-price-table__currency,
.elementor-price-table__integer-part,
.elementor-price-table__feature-inner span.item-active,
.elementor-price-table__period,
.countdown-times b,
.elementor-progress-percentage,
.elementor-widget-progress .elementor-title,
.elementor-teams-wrapper .elementor-team-name,
.elementor-widget-opal-testimonials .elementor-testimonial-title,
.elementor-widget-opal-testimonials .elementor-testimonial-name,
.header-button i,
.header-button .title,
.header-button .count-text,
.header-button .amount,
.header-button .text-wishlist,
.wishlist_table .product-price,
.stock .label,
li.product h2 a,
li.product h3 a,
li.product .page-header .page-title a,
.page-header li.product .page-title a,
li.product .woocommerce-loop-product__title a,
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist>div>a,
.shop-action .compare,
.single-product div.type-product .product_meta,
.single-product div.type-product .pbr-social-share .social-share-header,
.widget_price_filter .price_slider_amount {
    color: #1d2a38
}

.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-default:hover,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit],
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus,
.elementor-element .elementor-button-primary .elementor-button {
    background-color: #24aeb1;
    border-color: #24aeb1
}

.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd),
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus {
    background-color: #177071;
    border-color: #177071
}

.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button {
    color: #24aeb1;
    border-color: #24aeb1;
    background-color: transparent
}

.button-outline:hover,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:hover:not(.radio-variable-item),
.button-outline:active,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:active:not(.radio-variable-item),
.button-outline.active,
.woo-variation-swatches .variable-items-wrapper .active.button-variable-item:not(.radio-variable-item),
.show>.button-outline.dropdown-toggle,
.woo-variation-swatches .variable-items-wrapper .show>.dropdown-toggle.button-variable-item:not(.radio-variable-item),
.button-outline-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary input:hover[type=button],
.elementor-wpcf7-button-outline_primary input:hover[type=submit],
.elementor-wpcf7-button-outline_primary button:hover[type=submit],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type=submit],
.button-outline-primary:active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary input:active[type=button],
.elementor-wpcf7-button-outline_primary input:active[type=submit],
.elementor-wpcf7-button-outline_primary button:active[type=submit],
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input:active[type=submit],
.button-outline-primary.active,
.cat-links a.active,
.elementor-wpcf7-button-outline_primary input.active[type=button],
.elementor-wpcf7-button-outline_primary input.active[type=submit],
.elementor-wpcf7-button-outline_primary button.active[type=submit],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary input.active[type=submit],
.show>.button-outline-primary.dropdown-toggle,
.cat-links .show>a.dropdown-toggle,
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=button],
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_primary .show>button.dropdown-toggle,
.mailchimp-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button:hover,
.elementor-element .elementor-button-outline_primary .elementor-button:active,
.elementor-element .elementor-button-outline_primary .elementor-button:focus {
    background-color: #24aeb1;
    border-color: #24aeb1;
    color: #fff
}

.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.elementor-button-secondary button[type=submit],
.elementor-button-secondary input[type=button],
.elementor-button-secondary input[type=submit],
.elementor-element .elementor-button-secondary .elementor-button {
    background-color: #eb3a7b;
    border-color: #eb3a7b
}

.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button {
    color: #eb3a7b;
    border-color: #eb3a7b;
    background-color: transparent
}

.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary input:hover[type=submit],
.elementor-wpcf7-button-outline_secondary button:hover[type=submit],
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-outline_secondary input:hover[type=submit],
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary input:active[type=submit],
.elementor-wpcf7-button-outline_secondary button:active[type=submit],
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-outline_secondary input:active[type=submit],
.button-outline-secondary.active,
.elementor-wpcf7-button-outline_secondary input.active[type=submit],
.elementor-wpcf7-button-outline_secondary button.active[type=submit],
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary input.active[type=submit],
.show>.button-outline-secondary.dropdown-toggle,
.elementor-wpcf7-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_secondary .show>button.dropdown-toggle,
.mailchimp-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button:hover,
.elementor-element .elementor-button-outline_secondary .elementor-button:active,
.elementor-element .elementor-button-outline_secondary .elementor-button:focus {
    background-color: #eb3a7b;
    border-color: #eb3a7b;
    color: #fff
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show>.button-secondary.dropdown-toggle,
.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-secondary .show>button.dropdown-toggle,
.mailchimp-button-secondary .show>input.dropdown-toggle[type=submit],
.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,
.checkout_coupon .form-row-last .show>button.dropdown-toggle,
#payment .place-order .show>.dropdown-toggle.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button,
.elementor-button-secondary button[type=submit]:hover,
.elementor-button-secondary button[type=submit]:active,
.elementor-button-secondary button[type=submit]:focus,
.elementor-button-secondary input[type=button]:hover,
.elementor-button-secondary input[type=button]:active,
.elementor-button-secondary input[type=button]:focus,
.elementor-button-secondary input[type=submit]:hover,
.elementor-button-secondary input[type=submit]:active,
.elementor-button-secondary input[type=submit]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
    background-color: #c51455;
    border-color: #c51455
}

@media screen and (min-width:20em) {
    body.customize-partial-edit-shortcuts-shown .site-header .site-title {
        padding-left: 0
    }
}

@media screen and (min-width:30em) {
    img.alignleft {
        float: left;
        margin-right: 1.5em
    }

    img.alignright {
        float: right;
        margin-left: 1.5em
    }

    .panel-content .wrap {
        padding-bottom: 2em;
        padding-top: 3.5em
    }

    .page-one-column .panel-content .wrap {
        max-width: 740px
    }

    .recent-posts .entry-header {
        margin-bottom: 0
    }
}

@media screen and (min-width:48em) {
    .error404 #primary {
        float: none
    }

    .site-branding {
        margin-bottom: 0
    }

    .custom-header-media {
        height: 165px;
        position: relative
    }

    .site-title {
        font-size: 20px
    }

    .site-description {
        font-size: 16px
    }

    .menu-toggle,
    .dropdown-toggle {
        display: none
    }

    .site-header .main-navigation ul {
        display: block
    }

    .site-header .main-navigation ul ul {
        display: block
    }

    .site-header .main-navigation>div>ul {
        display: inline-block
    }

    .site-header .main-navigation ul {
        background: 0 0;
        padding: 0
    }

    .site-header .main-navigation>div>ul {
        border: 0;
        margin-bottom: 0;
        padding: 0
    }

    .site-header .main-navigation li {
        display: inline-block
    }

    .site-header .main-navigation li li {
        display: block
    }

    .site-header .main-navigation ul ul {
        background: #fff;
        left: 0;
        padding: 10px 0;
        position: absolute;
        top: calc(100% + 5px);
        margin-left: 1rem;
        opacity: 0;
        visibility: hidden;
        z-index: 99999;
        pointer-events: none;
        transition: opacity .25s ease, visibility .25s ease, top .25s ease
    }
}

@media screen and (min-width:48em) and (max-width:1199px) {
    .site-header .main-navigation ul ul {
        margin-left: .5em
    }
}

@media screen and (min-width:48em) {
    .site-header .main-navigation ul ul li>ul {
        left: 100%;
        right: auto;
        margin-left: 0
    }

    .site-header .main-navigation ul ul li:hover>ul,
    .site-header .main-navigation ul ul li.focus>ul {
        top: 0;
        opacity: 1;
        visibility: visible;
        pointer-events: visible
    }

    .site-header .main-navigation li li {
        -webkit-transition: background-color .2s ease-in-out;
        transition: background-color .2s ease-in-out
    }

    .site-header .main-navigation li li a {
        -webkit-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out
    }

    .site-header .main-navigation ul li:hover>ul,
    .site-header .main-navigation ul li.focus>ul {
        top: calc(100% - 1px);
        visibility: visible;
        opacity: 1;
        right: auto;
        pointer-events: visible
    }

    .site-header .main-navigation .menu-item-has-children>a>i,
    .site-header .main-navigation .page_item_has_children>a>i {
        display: inline;
        left: 5px;
        position: relative;
        top: -1px
    }

    .site-header .main-navigation ul ul .menu-item-has-children>a>i,
    .site-header .main-navigation ul ul .page_item_has_children>a>i {
        margin-top: -9px;
        left: auto;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg)
    }

    .site-header .main-navigation ul ul ul {
        left: -999em;
        top: 5px
    }

    .site-header .main-navigation ul ul li.menu-item-has-children.focus:before,
    .site-header .main-navigation ul ul li.menu-item-has-children:hover:before,
    .site-header .main-navigation ul ul li.menu-item-has-children.focus:after,
    .site-header .main-navigation ul ul li.menu-item-has-children:hover:after {
        display: none
    }

    .site-header .main-navigation ul ul li.page_item_has_children.focus:before,
    .site-header .main-navigation ul ul li.page_item_has_children:hover:before,
    .site-header .main-navigation ul ul li.page_item_has_children.focus:after,
    .site-header .main-navigation ul ul li.page_item_has_children:hover:after {
        display: none
    }

    .site-header .site-navigation-fixed .menu-scroll-down {
        display: none
    }

    .site-header .menu-scroll-down {
        display: block;
        padding: 1em;
        position: absolute;
        right: 0;
        color: #fff;
        top: 2em
    }

    .site-header .menu-scroll-down .icon {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .panel-content .wrap {
        padding-bottom: 4.5em;
        padding-top: 6em
    }

    .panel-image {
        height: 100vh;
        max-height: 1200px
    }

    .background-fixed .panel-image {
        background-attachment: fixed
    }

    .panel-content .recent-posts article {
        margin-bottom: 4em
    }

    .panel-content .recent-posts .entry-header {
        float: none;
        width: 100%
    }

    .panel-content .recent-posts .entry-header {
        margin-bottom: 1.5em
    }

    .page .panel-content .recent-posts .entry-title {
        font-size: 24px;
        font-size: 1.5rem
    }

    .comments-pagination {
        clear: both
    }

    .post-navigation {
        clear: both
    }

    .post-navigation .nav-previous {
        width: 50%
    }

    .post-navigation .nav-next {
        text-align: right;
        width: 50%
    }

    .nav-next,
    .post-navigation .nav-next {
        margin-top: 0
    }

    .sticky .icon-thumb-tack {
        height: 23px;
        left: -2.5em;
        top: 1.5em;
        width: 32px
    }

    .format-quote blockquote .icon {
        left: -1.5em
    }

    .site-content {
        padding: 0 0 2.8125em
    }

    .home .site-content {
        padding-top: 60px
    }

    .nav-links .nav-title {
        position: relative
    }

    #secondary {
        font-size: 14px;
        font-size: .875rem
    }

    .site-info .sep {
        margin: 0 .5em;
        display: inline;
        visibility: visible;
        height: auto;
        width: auto
    }
}

@media screen and (min-width:67em) {
    .sticky .fa-thumb-tack {
        font-size: 32px;
        font-size: 2rem;
        height: 22px;
        left: -1.25em;
        top: .75em;
        width: 32px
    }

    .comment-body {
        margin-left: 0
    }
}

@media print {

    form,
    button,
    input,
    select,
    textarea,
    #topbar,
    #page-title-bar,
    .social-navigation,
    #secondary,
    .content-bottom-widgets,
    .header-image,
    .panel-image-prop,
    .icon-thumb-tack,
    .page-links,
    .edit-link,
    .post-navigation,
    .pagination.navigation,
    .navigation.woocommerce-pagination,
    .comments-pagination,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    .site-footer aside.widget-area,
    .site-info {
        display: none !important
    }

    .entry-footer,
    #comments,
    .site-footer,
    .single-featured-image-header {
        border: 0
    }

    body {
        font-size: 12pt
    }

    h1,
    .site-title {
        font-size: 24pt
    }

    h2 {
        font-size: 22pt
    }

    h3,
    .page-header .page-title {
        font-size: 17pt
    }

    h4 {
        font-size: 12pt
    }

    h5 {
        font-size: 11pt
    }

    h6 {
        font-size: 12pt
    }

    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.ezboozt-front-page) .entry-title {
        font-size: 10pt
    }

    .wrap {
        padding-left: 5% !important;
        padding-right: 5% !important;
        max-width: none
    }

    .site-header {
        background: 0 0;
        padding: 0
    }

    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em !important
    }

    .site-title {
        font-size: 25pt
    }

    .site-description {
        font-size: 12pt;
        opacity: 1
    }

    .single-featured-image-header {
        background: 0 0
    }

    .entry-meta {
        font-size: 9pt
    }

    body,
    .site {
        background: 0 0 !important
    }

    body,
    a,
    .site-title a {
        color: #1e3954 !important
    }

    h2,
    h5,
    blockquote,
    .site-description {
        color: #777 !important
    }

    .entry-meta {
        color: #777 !important
    }

    .entry-meta a {
        color: #777 !important
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        font-size: 11pt;
        width: 34%
    }

    .site-footer {
        padding: 0
    }
}

.owl-carousel,
.woocommerce-product-carousel ul.products {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage,
.woocommerce-product-carousel ul.products .owl-stage {
    display: flex;
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after,
.woocommerce-product-carousel ul.products .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer,
.woocommerce-product-carousel ul.products .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.woocommerce-product-carousel ul.products .owl-wrapper,
.owl-carousel .owl-item,
.woocommerce-product-carousel ul.products .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.woocommerce-product-carousel ul.products .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto
}

.owl-carousel .owl-item>*,
.woocommerce-product-carousel ul.products .owl-item>* {
    flex: 0 0 100%;
    max-width: 100%
}

.owl-carousel .owl-nav.disabled,
.woocommerce-product-carousel ul.products .owl-nav.disabled,
.owl-carousel .owl-dots.disabled,
.woocommerce-product-carousel ul.products .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.woocommerce-product-carousel ul.products .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.woocommerce-product-carousel ul.products .owl-nav .owl-next,
.owl-carousel .owl-dot,
.woocommerce-product-carousel ul.products .owl-dot {
    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-loaded,
.woocommerce-product-carousel ul.owl-loaded.products {
    display: block
}

.owl-carousel+.owl-carousel-thumbnail,
.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail {
    margin-top: 10px
}

.owl-carousel+.owl-carousel-thumbnail .owl-item .item,
.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item {
    opacity: .2;
    transition: opacity .4s;
    cursor: pointer
}

.owl-carousel+.owl-carousel-thumbnail .owl-item .item.selected,
.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item.selected,
.owl-carousel+.owl-carousel-thumbnail .owl-item .item:hover,
.woocommerce-product-carousel ul.products+.owl-carousel-thumbnail .owl-item .item:hover {
    opacity: 1
}

.owl-carousel.owl-loading,
.woocommerce-product-carousel ul.owl-loading.products {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden,
.woocommerce-product-carousel ul.owl-hidden.products {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item,
.woocommerce-product-carousel ul.owl-refresh.products .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item,
.woocommerce-product-carousel ul.owl-drag.products .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab,
.woocommerce-product-carousel ul.owl-grab.products {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl,
.woocommerce-product-carousel ul.owl-rtl.products {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item,
.woocommerce-product-carousel ul.owl-rtl.products .owl-item {
    float: right
}

.owl-carousel .animated,
.woocommerce-product-carousel ul.products .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in,
.woocommerce-product-carousel ul.products .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out,
.woocommerce-product-carousel ul.products .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut,
.woocommerce-product-carousel ul.products .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy,
.woocommerce-product-carousel ul.products .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy,
.woocommerce-product-carousel ul.products .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper,
.woocommerce-product-carousel ul.products .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon,
.woocommerce-product-carousel ul.products .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url() no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover,
.woocommerce-product-carousel ul.products .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon,
.woocommerce-product-carousel ul.products .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn,
.woocommerce-product-carousel ul.products .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,
.woocommerce-product-carousel ul.products .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav [class*=owl-] {
    width: auto;
    line-height: normal;
    height: auto;
    color: #010101;
    margin: 0;
    padding: 0;
    background: 0 0;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    box-shadow: none;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    font-size: 0;
    font-size: 0;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.owl-theme .owl-nav [class*=owl-]:before {
    font-size: 14px;
    display: flex;
    text-align: center;
    color: #010101;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 21px;
    font-weight: 700;
    box-sizing: border-box;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

@media(min-width:576px) {
    .owl-theme .owl-nav [class*=owl-]:before {
        box-shadow: unset
    }
}

.owl-theme .owl-nav [class*=owl-].owl-next {
    right: 10px
}

.owl-theme .owl-nav [class*=owl-].owl-prev {
    left: 10px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    text-decoration: none
}

.owl-theme .owl-nav [class*=owl-]:hover:before {
    color: #fff
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: no-drop
}

.owl-theme .owl-dots {
    margin-top: 2rem;
    margin-bottom: 2rem;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-dots.disabled {
    margin-top: 0;
    margin-bottom: 0
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    border: 0;
    width: 10px;
    height: 10px;
    padding: 0;
    text-align: center;
    margin-right: 10px;
    border-radius: 50%;
    background: #dedede;
    position: relative;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle
}

.owl-theme .owl-dots .owl-dot:hover,
.owl-theme .owl-dots .owl-dot.active {
    background: #24aeb1
}

.owl-theme .owl-dots .owl-dot:last-child {
    margin: 0
}

.slider-visible .owl-carousel .owl-stage-outer,
.slider-visible .woocommerce-product-carousel ul.products .owl-stage-outer,
.woocommerce-product-carousel .slider-visible ul.products .owl-stage-outer {
    overflow: visible
}

@media(min-width:576px) {

    .owl-nav-position-bottom .owl-carousel .owl-nav,
    .owl-nav-position-bottom .woocommerce-product-carousel ul.products .owl-nav,
    .woocommerce-product-carousel .owl-nav-position-bottom ul.products .owl-nav,
    .owl-nav-position-bottom .products .owl-nav,
    .owl-nav-position-top .owl-carousel .owl-nav,
    .owl-nav-position-top .woocommerce-product-carousel ul.products .owl-nav,
    .woocommerce-product-carousel .owl-nav-position-top ul.products .owl-nav,
    .owl-nav-position-top .products .owl-nav {
        padding: 0 15px;
        display: flex
    }

    .owl-nav-position-bottom .owl-carousel .owl-nav [class*=owl-],
    .owl-nav-position-bottom .woocommerce-product-carousel ul.products .owl-nav [class*=owl-],
    .woocommerce-product-carousel .owl-nav-position-bottom ul.products .owl-nav [class*=owl-],
    .owl-nav-position-bottom .products .owl-nav [class*=owl-],
    .owl-nav-position-top .owl-carousel .owl-nav [class*=owl-],
    .owl-nav-position-top .woocommerce-product-carousel ul.products .owl-nav [class*=owl-],
    .woocommerce-product-carousel .owl-nav-position-top ul.products .owl-nav [class*=owl-],
    .owl-nav-position-top .products .owl-nav [class*=owl-] {
        position: static;
        margin: 0 3px;
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@media(min-width:576px) {
    .owl-nav-position-top .owl-nav {
        position: absolute;
        top: -70px
    }
}

@media(min-width:576px) {
    .owl-nav-position-bottom .owl-nav {
        position: absolute;
        bottom: -60px
    }
}

@media(min-width:576px) {
    .owl-nav-align-left .owl-nav {
        left: -18px
    }
}

@media(min-width:576px) {
    .owl-nav-align-center .owl-nav {
        right: 50%;
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%)
    }
}

@media(min-width:576px) {
    .owl-nav-align-right .owl-nav {
        right: -18px
    }
}

.owl-item-yes .owl-item:not(.center) {
    opacity: .3
}

.mfp-zoom-in .contactform-content,
.mfp-zoom-in .mailchimp-content,
.mfp-zoom-in .review_wrapper,
.mfp-zoom-in .elementor-nav-menu-popup,
.mfp-zoom-in .property-variation-content {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .contactform-content,
.mfp-zoom-in.mfp-ready .mailchimp-content,
.mfp-zoom-in.mfp-ready .review_wrapper,
.mfp-zoom-in.mfp-ready .elementor-nav-menu-popup,
.mfp-zoom-in.mfp-ready .property-variation-content {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .contactform-content,
.mfp-zoom-in.mfp-removing .mailchimp-content,
.mfp-zoom-in.mfp-removing .review_wrapper,
.mfp-zoom-in.mfp-removing .elementor-nav-menu-popup,
.mfp-zoom-in.mfp-removing .property-variation-content {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.elementor-widget-opal-button-contact7.elementor-align-left {
    text-align: left
}

.elementor-widget-opal-button-contact7.elementor-align-center {
    text-align: center
}

.elementor-widget-opal-button-contact7.elementor-align-right {
    text-align: right
}

.elementor-editor-active .mfp-hide {
    display: none !important
}

.shape-custom .elementor-shape {
    top: -11px
}

[data-elementor-columns].no-gutter {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0
}

[data-elementor-columns].no-gutter .column-item {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.column-item.portfolio-entries {
    margin-bottom: 30px
}

.row.owl-carousel,
body.opal-content-layout-2cl #content .owl-carousel.wrap,
body.opal-content-layout-2cl #content .woocommerce-product-carousel ul.wrap.products,
.woocommerce-product-carousel body.opal-content-layout-2cl #content ul.wrap.products,
body.opal-content-layout-2cr #content .owl-carousel.wrap,
body.opal-content-layout-2cr #content .woocommerce-product-carousel ul.wrap.products,
.woocommerce-product-carousel body.opal-content-layout-2cr #content ul.wrap.products,
.owl-carousel[data-opal-columns],
.woocommerce-product-carousel ul.products[data-opal-columns],
.site-footer .owl-carousel.widget-area,
.site-footer .woocommerce-product-carousel ul.widget-area.products,
.woocommerce-product-carousel .site-footer ul.widget-area.products,
.owl-carousel.comment-form,
.woocommerce-product-carousel ul.comment-form.products,
.widget .owl-carousel.gallery,
.widget .woocommerce-product-carousel ul.gallery.products,
.woocommerce-product-carousel .widget ul.gallery.products,
.elementor-element .owl-carousel.gallery,
.elementor-element .woocommerce-product-carousel ul.gallery.products,
.woocommerce-product-carousel .elementor-element ul.gallery.products,
.entry-gallery .owl-carousel.gallery,
.entry-gallery .woocommerce-product-carousel ul.gallery.products,
.woocommerce-product-carousel .entry-gallery ul.gallery.products,
.single .owl-carousel.gallery,
.single .woocommerce-product-carousel ul.gallery.products,
.woocommerce-product-carousel .single ul.gallery.products,
.owl-carousel[data-elementor-columns],
.woocommerce-product-carousel ul.products[data-elementor-columns],
.single-portfolio-summary .owl-carousel.single-portfolio-summary-inner,
.single-portfolio-summary .woocommerce-product-carousel ul.single-portfolio-summary-inner.products,
.woocommerce-product-carousel .single-portfolio-summary ul.single-portfolio-summary-inner.products,
.woocommerce-cart .entry-content>.owl-carousel.woocommerce,
.woocommerce-cart .woocommerce-product-carousel .entry-content>ul.woocommerce.products,
.woocommerce-product-carousel .woocommerce-cart .entry-content>ul.woocommerce.products,
.woocommerce-billing-fields .owl-carousel.woocommerce-billing-fields__field-wrapper,
.woocommerce-billing-fields .woocommerce-product-carousel ul.woocommerce-billing-fields__field-wrapper.products,
.woocommerce-product-carousel .woocommerce-billing-fields ul.woocommerce-billing-fields__field-wrapper.products,
.woocommerce-MyAccount-content form.owl-carousel[class^=woocommerce-],
.owl-carousel.woocommerce-columns--addresses,
.woocommerce-product-carousel ul.woocommerce-columns--addresses.products,
form.owl-carousel.track_order,
.woocommerce-account .owl-carousel.woocommerce,
.woocommerce-account .woocommerce-product-carousel ul.woocommerce.products,
.woocommerce-product-carousel .woocommerce-account ul.woocommerce.products,
.woocommerce-account .woocommerce .owl-carousel.u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce .woocommerce-product-carousel ul.u-columns.woocommerce-Addresses.products,
.woocommerce-product-carousel .woocommerce-account .woocommerce ul.u-columns.woocommerce-Addresses.products,
.owl-carousel.woocommerce-Addresses,
.woocommerce-product-carousel ul.woocommerce-Addresses.products,
.owl-carousel.woocommerce-address-fields__field-wrapper,
.woocommerce-product-carousel ul.woocommerce-address-fields__field-wrapper.products,
[class*=columns-] ul.owl-carousel.products,
[class*=columns-] .woocommerce-product-carousel ul.products,
.woocommerce-product-carousel [class*=columns-] ul.products,
.woocommerce-product-carousel ul.row.products,
.woocommerce-product-carousel .single-product div.type-product ul.products.product-inner,
.single-product div.type-product .woocommerce-product-carousel ul.products.product-inner,
.single-product div.type-product .owl-carousel.product-inner {
    margin-left: 0 !important;
    margin-right: 0 !important
}

[data-elementor-columns="5"] .column-item {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:992px) {
    [data-elementor-columns="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
}

[data-elementor-columns-tablet="5"] .column-item {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    [data-elementor-columns-tablet="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
}

[data-elementor-columns-mobile="5"] .column-item {
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:576px) {
    [data-elementor-columns-mobile="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
}

body:not(.has-scrollbar) .elementor-section.elementor-section-stretched {
    width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    left: 0 !important
}

.opal-content-layout-2cr .site-content section.elementor-section-stretched,
.opal-content-layout-2cl .site-content section.elementor-section-stretched {
    max-width: 100%;
    left: auto !important
}

@media(min-width:576px) {
    [data-opal-columns="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.opal-loading {
    position: relative
}

.opal-loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading .45s infinite linear;
    -webkit-animation: opal-loading .45s infinite linear;
    margin: 30px auto;
    position: absolute;
    left: 50%;
    top: 50%
}

.opal-border-1 {
    position: relative
}

.opal-border-1:after,
.opal-border-1:before {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #e3e3e3;
    content: "";
    width: 1px;
    height: 100px
}

@media(max-width:575px) {

    .opal-border-1:after,
    .opal-border-1:before {
        width: 0
    }
}

.opal-border-1:after {
    right: 0
}

.opal-border-1:before {
    left: 0
}

article.type-elementor_library .post-inner {
    background-color: transparent
}

.elementor-shape {
    z-index: 1
}

.elementor-widget ul.menu {
    margin: 0;
    list-style: none
}

.elementor-widget ul.menu ul {
    list-style: none
}

.elementor-widget .elementor-text-editor p:last-child {
    margin-bottom: 0
}

.elementor-widget-wp-widget-recent-posts li.item-recent-post {
    display: flex;
    padding: .5rem 0;
    border: 0;
    line-height: 26px
}

.elementor-widget-wp-widget-recent-posts li.item-recent-post a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.elementor-widget-wp-widget-recent-posts img {
    margin-right: 15px;
    height: 100%;
    max-width: 80px;
    display: block
}

.elementor-widget-wp-widget-recent-posts .post-date {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    margin-top: 10px
}

#secondary .elementor-widget-container h5:first-of-type {
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: uppercase;
    margin-bottom: 20px
}

#secondary .elementor-widget-wp-widget-recent-posts {
    font-size: 16px;
    font-size: 1rem
}

#secondary .elementor-widget-wp-widget-recent-posts a {
    font-weight: 400
}

#secondary .elementor-widget-wp-widget-recent-posts li {
    border-color: #e0e2e6
}

#secondary .elementor-widget-wp-widget-categories .elementor-widget-container h5:first-of-type {
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
    line-height: 40px;
    border-bottom: 3px solid rgba(255, 255, 255, .2);
    padding-bottom: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    letter-spacing: -.5px
}

#secondary .elementor-widget-wp-widget-categories li {
    border-color: rgba(255, 255, 255, .2)
}

#secondary .elementor-widget-wp-widget-categories li:last-child {
    border-bottom: 0 solid
}

#secondary .elementor-widget-wp-widget-categories a {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 300;
    color: #b3bdd1;
    display: block;
    letter-spacing: -.5px
}

#secondary .elementor-widget-wp-widget-categories a:before {
    content: '';
    width: 0;
    height: 7px;
    border-radius: 50%;
    margin: 0;
    display: inline-block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#secondary .elementor-widget-wp-widget-categories a.elementor-item-active,
#secondary .elementor-widget-wp-widget-categories a:hover {
    color: #fff
}

#secondary .elementor-widget-wp-widget-categories a.elementor-item-active:before,
#secondary .elementor-widget-wp-widget-categories a:hover:before {
    width: 7px;
    margin-right: 10px
}

.elementor-element .elementor-widget-wp-widget-recent-posts {
    padding: 0;
    border: none
}

.elementor-element .elementor-widget-wp-widget-recent-posts .elementor-widget-container>h5 {
    display: none
}

.elementor-element .elementor-widget-wp-widget-recent-posts img {
    max-width: 60px;
    height: auto
}

.elementor-element .elementor-widget-wp-widget-recent-posts ul {
    margin: 0;
    padding-left: 0
}

.elementor-element .elementor-widget-wp-widget-recent-posts ul li {
    position: relative
}

.elementor-element .elementor-widget-wp-widget-recent-posts ul li:not(:last-child):before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6
}

.elementor-element .elementor-widget-wp-widget-recent-posts ul li.item-recent-post {
    padding: 1.25rem 0
}

.elementor-element .elementor-widget-wp-widget-recent-posts ul li.item-recent-post:first-child {
    padding-top: 0
}

.elementor-element .elementor-widget-wp-widget-recent-posts ul li.item-recent-post:last-child {
    padding-bottom: 0
}

.elementor-element .elementor-widget-wp-widget-recent-posts .post-date {
    font-size: 13px;
    font-size: .8125rem;
    margin-top: 5px;
    font-weight: 600;
    color: #aaa
}

.elementor-element .elementor-widget-wp-widget-recent-posts.opal-footer-blog1 .title-post a {
    color: #fff
}

.elementor-element .elementor-widget-wp-widget-recent-posts.opal-footer-blog1 .post-date {
    color: #8aa3aa
}

.elementor-element .elementor-widget-wp-widget-recent-posts.opal-footer-blog1 ul li:not(:last-child):before {
    opacity: .3;
    -ms-opacity: .3;
    -o-opacity: .3;
    -moz-opacity: .3;
    -webkit-opacity: .3;
    filter: alpha(opacity=30)
}

.parallax-layer {
    position: absolute;
    display: inline-block;
    pointer-events: none
}

@media(max-width:991px) {
    .parallax-layer {
        display: none
    }
}

.opal-move-up {
    animation-name: opalMoveUp;
    -moz-animation-name: opalMoveUp;
    -webkit-animation-name: opalMoveUp
}

@-webkit-keyframes opalMoveUp {
    from {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes opalMoveUp {
    from {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes opalMoveUp {
    from {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes opalMoveUp {
    from {
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.opal-move-down {
    animation-name: opalMoveDown;
    -moz-animation-name: opalMoveDown;
    -webkit-animation-name: opalMoveDown
}

@-webkit-keyframes opalMoveDown {
    from {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes opalMoveDown {
    from {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes opalMoveDown {
    from {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes opalMoveDown {
    from {
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.opal-move-left {
    animation-name: opalMoveLeft;
    -moz-animation-name: opalMoveLeft;
    -webkit-animation-name: opalMoveLeft
}

@-webkit-keyframes opalMoveLeft {
    from {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes opalMoveLeft {
    from {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes opalMoveLeft {
    from {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes opalMoveLeft {
    from {
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.opal-move-right {
    animation-name: opalMoveRight;
    -moz-animation-name: opalMoveRight;
    -webkit-animation-name: opalMoveRight
}

@-webkit-keyframes opalMoveRight {
    from {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes opalMoveRight {
    from {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes opalMoveRight {
    from {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes opalMoveRight {
    from {
        -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.opal-scale-up {
    animation-name: opalScaleUp;
    -moz-animation-name: opalScaleUp;
    -webkit-animation-name: opalScaleUp
}

@-webkit-keyframes opalScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes opalScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes opalScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes opalScaleUp {
    from {
        opacity: 0;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6)
    }

    to {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.opal-flip {
    animation-name: opalFlip;
    -moz-animation-name: opalFlip;
    -webkit-animation-name: opalFlip
}

@-webkit-keyframes opalFlip {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-moz-keyframes opalFlip {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@-ms-keyframes opalFlip {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

@keyframes opalFlip {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateX(-180deg);
        transform: rotateX(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1
    }
}

.opal-helix {
    animation-name: opalHelix;
    -moz-animation-name: opalHelix;
    -webkit-animation-name: opalHelix
}

@-webkit-keyframes opalHelix {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1
    }
}

@-moz-keyframes opalHelix {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1
    }
}

@-ms-keyframes opalHelix {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1
    }
}

@keyframes opalHelix {
    from {
        opacity: 0;
        -webkit-perspective: 1300px;
        perspective: 1300px;
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    to {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1
    }
}

.opal-am-popup {
    animation: opalPopup;
    -moz-animation-name: opalPopup;
    -webkit-animation-name: opalPopup
}

@-webkit-keyframes opalPopup {
    from {
        opacity: 0;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1300px;
        perspective: 1300px
    }

    70% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: .8;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes opalPopup {
    from {
        opacity: 0;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1300px;
        perspective: 1300px
    }

    70% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: .8;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes opalPopup {
    from {
        opacity: 0;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1300px;
        perspective: 1300px
    }

    70% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: .8;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@keyframes opalPopup {
    from {
        opacity: 0;
        -webkit-transform: scale(.4);
        -ms-transform: scale(.4);
        transform: scale(.4);
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-perspective: 1300px;
        perspective: 1300px
    }

    70% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        opacity: .8;
        animation-timing-function: ease-out;
        -webkit-animation-timing-function: ease-out
    }

    to {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1
    }
}

.animated-bg-text h2.elementor-heading-title {
    background-image: linear-gradient(to right, #fff 0, #fff 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background .5s;
    display: inline
}

.animated-bg-text:hover h2.elementor-heading-title {
    background-size: 100% 100%;
    color: #000
}

.elementor-brand-item {
    text-align: center
}

.elementor-brand-item .elementor-brand-image {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    font-size: 0;
    overflow: hidden;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-brand-wrapper .row,
.elementor-brand-wrapper body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cl #content .elementor-brand-wrapper .wrap,
.elementor-brand-wrapper body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cr #content .elementor-brand-wrapper .wrap,
.elementor-brand-wrapper [data-opal-columns],
.elementor-brand-wrapper .site-footer .widget-area,
.site-footer .elementor-brand-wrapper .widget-area,
.elementor-brand-wrapper .comment-form,
.elementor-brand-wrapper .widget .gallery,
.widget .elementor-brand-wrapper .gallery,
.elementor-brand-wrapper .elementor-element .gallery,
.elementor-element .elementor-brand-wrapper .gallery,
.elementor-brand-wrapper .entry-gallery .gallery,
.entry-gallery .elementor-brand-wrapper .gallery,
.elementor-brand-wrapper .single .gallery,
.single .elementor-brand-wrapper .gallery,
.elementor-brand-wrapper [data-elementor-columns],
.elementor-brand-wrapper .single-portfolio-summary .single-portfolio-summary-inner,
.single-portfolio-summary .elementor-brand-wrapper .single-portfolio-summary-inner,
.elementor-brand-wrapper .woocommerce-cart .entry-content>.woocommerce,
.woocommerce-cart .elementor-brand-wrapper .entry-content>.woocommerce,
.elementor-brand-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-billing-fields .elementor-brand-wrapper .woocommerce-billing-fields__field-wrapper,
.elementor-brand-wrapper .woocommerce-MyAccount-content form[class^=woocommerce-],
.woocommerce-MyAccount-content .elementor-brand-wrapper form[class^=woocommerce-],
.elementor-brand-wrapper .woocommerce-columns--addresses,
.elementor-brand-wrapper form.track_order,
.elementor-brand-wrapper .woocommerce-account .woocommerce,
.woocommerce-account .elementor-brand-wrapper .woocommerce,
.elementor-brand-wrapper .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce .elementor-brand-wrapper .u-columns.woocommerce-Addresses,
.elementor-brand-wrapper .woocommerce-Addresses,
.elementor-brand-wrapper .woocommerce-address-fields__field-wrapper,
.elementor-brand-wrapper [class*=columns-] ul.products,
[class*=columns-] .elementor-brand-wrapper ul.products,
.elementor-brand-wrapper .single-product div.type-product .product-inner,
.single-product div.type-product .elementor-brand-wrapper .product-inner {
    justify-content: center
}

.elementor-brand-wrapper .elementor-brand-image>img {
    width: 100%
}

.elementor-brand-wrapper .elementor-brand-image:hover>img {
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.elementor-brand-wrapper .elementor-brand-content-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.elementor-brand-wrapper .elementor-brand-content-inner:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1
}

.elementor-brand-wrapper img {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 6px
}

.elementor-brand-wrapper img+.elementor-brand-content {
    margin-top: -42px;
    margin-right: 15px;
    margin-left: 15px
}

.elementor-brand-wrapper .elementor-brand-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    min-height: 100px;
    border-radius: 6px
}

.elementor-brand-wrapper .elementor-brand-content img {
    min-width: 120px;
    object-fit: cover
}

.elementor-brand-wrapper .elementor-brand-description {
    font-weight: 700;
    margin-top: 1rem;
    font-size: 14px;
    font-size: .875rem
}

.elementor-element .elementor-button-outline_primary .elementor-button:hover,
.elementor-element .elementor-button-outline_primary .elementor-button:active,
.elementor-element .elementor-button-outline_primary .elementor-button:focus {
    color: #fff
}

.elementor-element .elementor-button-outline_secondary .elementor-button:hover,
.elementor-element .elementor-button-outline_secondary .elementor-button:active,
.elementor-element .elementor-button-outline_secondary .elementor-button:focus {
    color: #fff
}

.elementor-element .elementor-button-link .elementor-button .elementor-button-icon {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%
}

.elementor-element .elementor-button {
    border: 2px solid transparent;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0;
    background-color: #f8f8f8;
    position: relative;
    -ms-transition: color .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease;
    -o-transition: color .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease;
    -moz-transition: color .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease;
    -webkit-transition: color .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease;
    transition: color .4s ease, background-color .4s ease, border-color .4s ease, box-shadow .4s ease
}

.elementor-element .elementor-button>* {
    display: inline-block;
    position: relative;
    z-index: 2
}

.elementor-element .elementor-button.elementor-size-xs {
    padding: .344rem 1rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 30px
}

.elementor-element .elementor-button.elementor-size-sm {
    padding: .532rem 1.6rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 30px
}

.elementor-element .elementor-button.elementor-size-md {
    padding: .7822rem 2rem;
    font-size: .8125rem;
    line-height: 1.5;
    border-radius: 30px
}

.elementor-element .elementor-button.elementor-size-lg {
    padding: .969rem 2.5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 30px
}

.elementor-element .elementor-button.elementor-size-xl {
    padding: 1.157rem 4rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: 30px
}

.elementor-element .elementor-button .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.elementor-element .elementor-button .elementor-align-icon-left {
    order: -1
}

.elementor-element .elementor-button .elementor-button-text {
    order: 2
}

.elementor-element .elementor-button .elementor-align-icon-right {
    order: 3
}

.elementor-element .elementor-button .elementor-button-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease
}

.elementor-element .elementor-button i {
    display: block
}

.elementor-element .elementor-button i:before {
    display: block
}

.elementor-element .elementor-button:hover:before {
    width: calc(4px + 100%)
}

.elementor-element .elementor-button:hover .elementor-align-icon-right {
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -webkit-transform: translateX(3px);
    transform: translateX(3px)
}

.elementor-element .elementor-button:hover .elementor-align-icon-left {
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px)
}

.elementor-element.elementor-button-link .elementor-button {
    padding: 0
}

.elementor-element.elementor-button-link .elementor-button:after {
    display: none;
    opacity: 0;
    visibility: hidden
}

.wpcf7-submit {
    min-width: 150px
}

.button-slider i {
    display: inline-block;
    transition: all .4s ease !important
}

.button-slider:hover i {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.contactform-content {
    background-color: #fff;
    max-width: 700px;
    padding: 60px
}

@media(max-width:767px) {
    .contactform-content {
        padding: 60px 30px
    }
}

.contactform-content button.mfp-close {
    font-size: 48px;
    width: 60px;
    height: 60px;
    opacity: 1;
    line-height: 60px
}

.contactform-content .form-title {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 30px
}

.contactform-content .wpcf7-submit {
    width: 100%
}

.elementor-bg-transform .elementor-bg {
    will-change: transform
}

.elementor-bg-transform-zoom-in:hover .elementor-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.elementor-bg-transform-zoom-out .elementor-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-bg-transform-move-left:hover .elementor-bg {
    left: -20px
}

.elementor-bg-transform-move-right:hover .elementor-bg {
    right: -20px
}

.elementor-bg-transform-move-up .elementor-bg {
    -webkit-transform: scale(1.1) translateY(2%);
    -ms-transform: scale(1.1) translateY(2%);
    transform: scale(1.1) translateY(2%)
}

.elementor-bg-transform-move-up:hover .elementor-bg {
    -webkit-transform: scale(1.1) translateY(-2%);
    -ms-transform: scale(1.1) translateY(-2%);
    transform: scale(1.1) translateY(-2%)
}

.elementor-bg-transform-move-down .elementor-bg {
    -webkit-transform: scale(1.1) translateY(-2%);
    -ms-transform: scale(1.1) translateY(-2%);
    transform: scale(1.1) translateY(-2%)
}

.elementor-bg-transform-move-down:hover .elementor-bg {
    -webkit-transform: scale(1.1) translateY(2%);
    -ms-transform: scale(1.1) translateY(2%);
    transform: scale(1.1) translateY(2%)
}

.call-to-action-wrapper-transform-move-down .elementor-widget-container:hover .elementor-cta {
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    transform: translateY(40px)
}

.call-to-action-wrapper-transform-move-up .elementor-widget-container:hover .elementor-cta {
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px)
}

.elementor-cta {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    transition: .2s
}

.elementor-cta .elementor-cta_circle {
    width: 230px;
    height: 230px;
    border-radius: 50%
}

.elementor-cta--skin-classic .elementor-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-cta--skin-classic .elementor-cta__bg-wrapper {
    position: relative;
    min-height: 200px;
    width: 100%
}

.elementor-cta--skin-classic .elementor-cta__content {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%;
    background-color: #f7f7f7
}

.elementor-cta--skin-classic .elementor-cta__content-item {
    color: #55595c;
    border-color: #55595c
}

.elementor-cta--skin-classic .elementor-cta__content-item .elementor-icon {
    color: #55595c;
    border-color: #55595c
}

.elementor-cta--skin-cover .elementor-cta {
    display: block
}

.elementor-cta--skin-cover .elementor-cta__bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 100%
}

.elementor-cta--skin-cover .elementor-cta__content {
    min-height: 280px
}

.elementor-cta--skin-cover .elementor-cta__description:not(:last-child) {
    margin-bottom: 1rem
}

.elementor-cta--skin-cover .elementor-cta__content-item {
    color: #000;
    border-color: #fff
}

.elementor-cta--skin-cover .elementor-cta__content-item .elementor-icon {
    color: #fff;
    border-color: #fff
}

.elementor-cta--layout-image-above .elementor-cta {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
    width: 100%
}

.elementor-cta--layout-image-below .elementor-cta {
    flex-direction: column-reverse
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.elementor-cta--layout-image-left .elementor-cta__bg-wrapper,
.elementor-cta--layout-image-right .elementor-cta__bg-wrapper {
    width: auto;
    min-width: 50%
}

.elementor-cta--layout-image-left .elementor-cta__content,
.elementor-cta--layout-image-right .elementor-cta__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-cta--layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-cta--layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-cta__bg,
.elementor-cta__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s
}

.elementor-cta__bg-wrapper {
    z-index: 1;
    overflow: hidden
}

.elementor-cta__bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    z-index: 1;
    background-repeat: no-repeat
}

.elementor-cta__bg-overlay {
    z-index: 2
}

.elementor-cta__button.elementor-button {
    cursor: pointer;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.elementor-cta__content {
    z-index: 2;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 25px;
    width: 100%;
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff
}

@media(max-width:767px) {
    .elementor-cta__content {
        background-color: rgba(0, 0, 0, .5)
    }
}

.elementor-cta__content>.elementor-cta__button-wrapper {
    position: relative;
    z-index: 2
}

.elementor-cta__content>.elementor-cta_circle {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.elementor-cta__content .elementor-button-icon {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.elementor-cta__content-item {
    position: relative;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #fff;
    width: 100%;
    margin: 0
}

.elementor-cta__content-item .elementor-icon {
    color: #fff
}

.elementor-cta--valign-top .elementor-cta__content {
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-cta--valign-middle .elementor-cta__content {
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-cta--valign-bottom .elementor-cta__content {
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-cta__title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 1rem;
    padding-top: 1px
}

.elementor-cta__title.elementor-cta__content-item {
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.title-bg-polygon {
    clip-path: polygon(10px 0, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
    display: inline-block;
    padding: 12px 20px;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-image: linear-gradient(to right, #fff 0, #fff 100%);
    background-repeat: no-repeat;
    background-size: 0 100%
}

.elementor-cta__status-text {
    margin-bottom: .65rem;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 3px;
    display: inline-block
}

.elementor-widget-call-to-action:hover .title-bg-polygon {
    background-size: 100% 100%;
    color: #000
}

.elementor-animated-bg-text-yes .elementor-cta__status-text {
    background-image: linear-gradient(to right, #fff 0, #fff 100%);
    background-repeat: no-repeat;
    background-size: 0 100%;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline;
    width: auto;
    padding: 0 6px;
    margin-left: -6px
}

.elementor-animated-bg-text-yes:hover .title-bg-polygon,
.elementor-animated-bg-text-yes:hover .elementor-cta__status-text {
    background-size: 100% 100%;
    color: #000
}

@media(max-device-width:1024px) {
    .elementor-cta {
        cursor: pointer
    }
}

@media(min-width:1025px) {
    .elementor-cta--desktop-layout-image-above .elementor-cta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-cta--desktop-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta,
    .elementor-cta--desktop-layout-image-right .elementor-cta {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--desktop-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 52%
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta__content,
    .elementor-cta--desktop-layout-image-right .elementor-cta__content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-cta--desktop-layout-image-left .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-cta--desktop-layout-image-right .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media(max-width:1024px) {
    .elementor-cta--tablet-layout-image-above .elementor-cta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-cta--tablet-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta,
    .elementor-cta--tablet-layout-image-right .elementor-cta {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--tablet-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta__content,
    .elementor-cta--tablet-layout-image-right .elementor-cta__content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-cta--tablet-layout-image-left .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-cta--tablet-layout-image-right .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

@media(max-width:767px) {
    .elementor-cta--mobile-layout-image-above .elementor-cta {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-cta--mobile-layout-image-above .elementor-cta__bg-wrapper {
        width: 100%
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta,
    .elementor-cta--mobile-layout-image-right .elementor-cta {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta__bg-wrapper,
    .elementor-cta--mobile-layout-image-right .elementor-cta__bg-wrapper {
        width: auto;
        min-width: 50%
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta__content,
    .elementor-cta--mobile-layout-image-right .elementor-cta__content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-cta--mobile-layout-image-left .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-cta--mobile-layout-image-right .elementor-cta {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.elementor-ribbon {
    position: absolute;
    z-index: 2;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px
}

.elementor-ribbon-inner {
    text-align: center;
    left: 0;
    width: 200%;
    -webkit-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    -ms-transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
    margin-top: 35px;
    font-size: 13px;
    line-height: 2;
    font-weight: 800;
    text-transform: uppercase;
    background: #000;
    color: #fff
}

.elementor-ribbon.elementor-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.elementor-ribbon.elementor-ribbon-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.elementor-title-reverse-yes .elementor-cta__title {
    order: -1
}

a.link-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.elementor-cta__bg-wrapper a.link-box {
    z-index: 3
}

.elementor-widget-opal-cart .elementor-widget-container {
    display: flex
}

.elementor-widget-opal-chart .elementor-chart-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-widget-opal-chart .chart-canvas {
    width: 290px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative
}

.elementor-widget-opal-chart .chart-legend {
    padding-left: 30px
}

@media(max-width:767px) {
    .elementor-widget-opal-chart .chart-legend {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 1.5em;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.elementor-widget-opal-chart ul {
    padding: 0;
    margin: 0
}

.elementor-widget-opal-chart li {
    list-style: none;
    display: flex;
    padding: 5px 0;
    align-items: center
}

.elementor-widget-opal-chart i {
    font-size: 30px;
    font-size: 1.875rem
}

.elementor-widget-opal-chart .chart-name {
    color: #999;
    padding-left: 20px
}

.elementor-align-right .wpcf7 .ajax-loader {
    background-position: center right
}

.elementor-align-center .wpcf7 .ajax-loader {
    background-position: center center
}

.elementor-align-justify .wpcf7 input[type=submit],
.elementor-tablet-align-justify .wpcf7 input[type=submit],
.elementor-mobile-align-justify .wpcf7 input[type=submit] {
    width: 100%
}

.elementor-align-justify .wpcf7 div.wpcf7-response-output,
.elementor-tablet-align-justify .wpcf7 div.wpcf7-response-output,
.elementor-mobile-align-justify .wpcf7 div.wpcf7-response-output {
    text-align: center
}

.elementor-align-justify .wpcf7 .ajax-loader,
.elementor-tablet-align-justify .wpcf7 .ajax-loader,
.elementor-mobile-align-justify .wpcf7 .ajax-loader {
    background-position: center center
}

.wpcf7 .wpcf7-checkbox {
    display: block
}

.wpcf7 .wpcf7-checkbox label {
    margin: 0 !important
}

.wpcf7 button[type=submit] {
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.wpcf7 button[type=submit] i {
    margin-left: 15px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 14px;
    font-size: .875rem;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease
}

.wpcf7 button[type=submit]:hover i {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.elementor-opal-countdown-wrapper {
    display: flex;
    justify-content: center
}

.elementor-opal-countdown-wrapper .elementor-opal-countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    min-width: 130px
}

.elementor-opal-countdown-wrapper .elementor-countdown-item {
    flex-basis: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.elementor-opal-countdown-wrapper .elementor-countdown-item:not(:first-child) .elementor-countdown-digits:before {
    content: ":";
    position: absolute;
    left: 0;
    top: 48%;
    line-height: 1;
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0
}

.elementor-opal-countdown-wrapper .elementor-countdown-label {
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    color: #1d2a38;
    text-transform: uppercase
}

.elementor-opal-countdown-wrapper .elementor-countdown-digits {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1
}

.elementor-align-left .elementor-opal-countdown-wrapper .elementor-opal-countdown {
    justify-content: flex-start
}

.elementor-align-right .elementor-opal-countdown-wrapper .elementor-opal-countdown {
    justify-content: flex-end
}

.elementor-align-center .elementor-opal-countdown-wrapper .elementor-opal-countdown {
    justify-content: center
}

.elementor-counter {
    position: relative
}

.elementor-counter .elementor-counter-number-wrapper {
    margin-bottom: 10px;
    align-items: baseline
}

.elementor-position-right .elementor-counter .elementor-counter-number-wrapper {
    justify-content: flex-end
}

.elementor-position-left .elementor-counter .elementor-counter-number-wrapper {
    justify-content: flex-start
}

.elementor-position-center .elementor-counter .elementor-counter-number-wrapper {
    justify-content: center
}

.elementor-alignment-left .elementor-counter {
    display: flex;
    align-items: flex-start
}

.elementor-alignment-left .elementor-counter .elementor-icon-counter {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-alignment-left .elementor-counter .elementor-counter-wrapper {
    flex-grow: 1
}

.elementor-alignment-right .elementor-counter {
    display: flex;
    flex-direction: row-reverse
}

.elementor-alignment-right .elementor-counter .elementor-icon-counter {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-alignment-right .elementor-counter .elementor-counter-wrapper {
    flex-grow: 1
}

.elementor-vertical-align-top .elementor-counter {
    align-items: flex-start
}

.elementor-vertical-align-middle .elementor-counter {
    align-items: center
}

.elementor-vertical-align-bottom .elementor-counter {
    align-items: flex-end
}

.elementor-counter .elementor-icon-counter {
    line-height: 1;
    font-size: 60px;
    font-size: 3.75rem
}

.elementor-counter .elementor-icon-counter i {
    display: block;
    margin-bottom: 35px
}

.elementor-counter .elementor-icon-counter i:before {
    display: block
}

.elementor-counter .elementor-counter-number {
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 0;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: 700
}

.elementor-counter .elementor-counter-title {
    line-height: normal;
    text-align: inherit;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600
}

.elementor-counter .elementor-counter-sub-title {
    font-size: 14px;
    font-size: .875rem
}

.elementor-counter .elementor-counter-description {
    font-size: 14px;
    font-size: .875rem
}

.elementor-widget-divider.divider-has-underline-yes .elementor-divider-separator:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.elementor-widget-divider.divider-has-underline-yes.divider-underline-center .elementor-divider-separator:before {
    left: 0;
    right: 0;
    margin: 0 auto
}

.elementor-widget-divider.divider-has-underline-yes.divider-underline-right .elementor-divider-separator:before {
    left: auto;
    right: 0
}

.elementor-widget-divider .elementor-divider-separator {
    position: relative
}

.elementor-widget-divider .elementor-divider-separator:before {
    width: 30px;
    height: 1px
}

.elementor-featured-box-wrapper {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.elementor-featured-box-style-2 .elementor-featured-box-wrapper {
    display: flex
}

.elementor-featured-box-style-2 .elementor-featured-box-wrapper .elementor-featured-box-top {
    margin-right: 1.5rem
}

.elementor-featured-box-wrapper .elementor-featured-box-top {
    font-size: 0
}

.elementor-featured-box-wrapper .elementor-featured-box-icon i {
    line-height: 1;
    vertical-align: middle;
    display: inline-block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 52px;
    font-size: 3.25rem;
    position: relative;
    margin-bottom: 1.5rem
}

.elementor-featured-box-wrapper .elementor-featured-box-icon i:before {
    display: block;
    z-index: 2;
    position: relative;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.elementor-icon-bg-yes .elementor-featured-box-wrapper .elementor-featured-box-icon i:after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    z-index: 1;
    top: 0;
    left: -10px;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    transition: .3s ease
}

.elementor-featured-box-wrapper .elementor-featured-box-title {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 0;
    margin-bottom: .75rem;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-featured-box-wrapper .elementor-featured-box-description {
    margin-bottom: 0;
    line-height: 1.5;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-featured-box-wrapper:hover .elementor-featured-box-icon {
    -webkit-animation-name: box-image-pop;
    animation-name: box-image-pop;
    -webkit-animation-duration: .55s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite
}

.elementor-featured-box-wrapper:hover .elementor-featured-box-icon i:after {
    opacity: 0;
    top: 0;
    left: 0
}

.button-show-hover-yes .elementor-featured-box-button {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    max-height: 0
}

.button-show-hover-yes:hover .elementor-featured-box-button {
    opacity: 1;
    visibility: visible;
    max-height: 90px
}

.elementor-widget-featured-box.elementor-button-default .elementor-button {
    background-color: #e2dfd5;
    border-radius: 50%;
    padding: 10px;
    width: 40px;
    height: 40px;
    line-height: 28px
}

.elementor-widget-featured-box.elementor-button-default .elementor-button .elementor-button-icon {
    margin-right: 0;
    margin-left: 0
}

.elementor-widget-featured-box.elementor-button-default .elementor-button:hover {
    background-color: #c3bda8
}

.elementor-widget-featured-box.elementor-button-default .elementor-button:hover .elementor-align-icon-left,
.elementor-widget-featured-box.elementor-button-default .elementor-button:hover .elementor-align-icon-right {
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@-webkit-keyframes box-image-pop {
    50% {
        -webkit-transform: scale(1.1)
    }
}

@keyframes box-image-pop {
    50% {
        transform: scale(1.1)
    }
}

.elementor-flip-box {
    height: 400px;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

@media(max-device-width:1024px) {
    .elementor-flip-box {
        cursor: pointer
    }
}

.elementor-flip-box__back {
    display: block
}

.elementor-flip-box__layer {
    position: absolute;
    width: 100%;
    height: 100%;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.elementor-flip-box__layer__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    padding: 60px
}

.elementor-flip-box__layer__sub_title {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 1.6;
    margin-bottom: 10px;
    display: block
}

.elementor-flip-box__layer__title {
    color: #fff;
    font-size: 30px;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 20px;
    text-transform: uppercase
}

.elementor-flip-box__layer__description {
    color: #fff
}

.elementor-flip-box .elementor-icon,
.elementor-flip-box .elementor-view-framed .elementor-icon,
.elementor-flip-box .elementor-view-stacked .elementor-icon {
    color: #fff
}

.elementor-flip-box .elementor-view-framed .elementor-icon {
    border-color: #fff
}

.elementor-flip-box .elementor-view-stacked .elementor-icon {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-flip-box svg {
    fill: #fff;
    display: none
}

.elementor-flip-box__button.elementor-button {
    cursor: pointer;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: auto;
    color: #000;
    background: #fff
}

.elementor-flip-box__button.elementor-button:hover {
    background: 0 0;
    text-decoration: none
}

.elementor-flip-box__image {
    margin: 0 0 20px;
    display: inline-block;
    width: 100%;
    line-height: 0
}

.elementor-flip-box__image img {
    width: 50%
}

.elementor-flip-box .elementor-icon-wrapper {
    margin-bottom: 20px
}

.elementor-flip-box--3d .elementor-flip-box__layer__inner {
    -webkit-transform: translateZ(90px) scale(.91);
    transform: translateZ(90px) scale(.91)
}

.elementor-flip-box--3d .elementor-flip-box__layer__overlay {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(.1px);
    transform: translateZ(.1px)
}

.elementor-flip-box--effect-flip .elementor-flip-box {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.elementor-flip-box--effect-flip .elementor-flip-box__layer {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.elementor-flip-box--effect-flip .elementor-flip-box__front {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1
}

.elementor-flip-box--effect-flip .elementor-flip-box:hover .elementor-flip-box__back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box__back {
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box__back {
    -webkit-transform: rotateX(0) rotateY(180deg);
    transform: rotateX(0) rotateY(180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(0) rotateY(-180deg);
    transform: rotateX(0) rotateY(-180deg)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box__back {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box__back {
    -webkit-transform: rotateX(180deg) rotateY(0);
    transform: rotateX(180deg) rotateY(0)
}

.elementor-flip-box--effect-flip.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: rotateX(-180deg) rotateY(0);
    transform: rotateX(-180deg) rotateY(0)
}

.elementor-flip-box--effect-push .elementor-flip-box__front {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box:hover .elementor-flip-box__front {
    -webkit-transform: translateX(0) translateY(100%);
    -ms-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-slide .elementor-flip-box,
.elementor-flip-box--effect-push .elementor-flip-box {
    overflow: hidden
}

.elementor-flip-box--effect-slide .elementor-flip-box:hover .elementor-flip-box__back,
.elementor-flip-box--effect-push .elementor-flip-box:hover .elementor-flip-box__back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-right .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-right .elementor-flip-box__back {
    -webkit-transform: translateX(-100%) translateY(0);
    -ms-transform: translateX(-100%) translateY(0);
    transform: translateX(-100%) translateY(0)
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-left .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-left .elementor-flip-box__back {
    -webkit-transform: translateX(100%) translateY(0);
    -ms-transform: translateX(100%) translateY(0);
    transform: translateX(100%) translateY(0)
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-up .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-up .elementor-flip-box__back {
    -webkit-transform: translateX(0) translateY(100%);
    -ms-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%)
}

.elementor-flip-box--effect-slide.elementor-flip-box--direction-down .elementor-flip-box__back,
.elementor-flip-box--effect-push.elementor-flip-box--direction-down .elementor-flip-box__back {
    -webkit-transform: translateX(0) translateY(-100%);
    -ms-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%)
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box .elementor-flip-box__front {
    -webkit-transition: opacity .35s, width .1ms, -webkit-transform .7s;
    transition: opacity .35s, width .1ms, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .35s, width .1ms;
    transition: transform .7s, opacity .35s, width .1ms;
    transition: transform .7s, opacity .35s, width .1ms, -webkit-transform .7s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 1;
    width: 100%
}

.elementor-flip-box--effect-zoom-out .elementor-flip-box:hover .elementor-flip-box__front {
    width: 0;
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
    -webkit-transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
    transition: opacity .7s .1s, width .1ms .7s, -webkit-transform .8s;
    -o-transition: transform .8s, opacity .7s .1s, width .1ms .7s;
    transition: transform .8s, opacity .7s .1s, width .1ms .7s;
    transition: transform .8s, opacity .7s .1s, width .1ms .7s, -webkit-transform .8s
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box .elementor-flip-box__back {
    -webkit-transition: opacity .5s .2s, -webkit-transform .7s;
    transition: opacity .5s .2s, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .5s .2s;
    transition: transform .7s, opacity .5s .2s;
    transition: transform .7s, opacity .5s .2s, -webkit-transform .7s;
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7)
}

.elementor-flip-box--effect-zoom-in .elementor-flip-box:hover .elementor-flip-box__back {
    -webkit-transition: opacity .5s, -webkit-transform .7s;
    transition: opacity .5s, -webkit-transform .7s;
    -o-transition: transform .7s, opacity .5s;
    transition: transform .7s, opacity .5s;
    transition: transform .7s, opacity .5s, -webkit-transform .7s;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-flip-box--effect-fade .elementor-flip-box .elementor-flip-box__back {
    opacity: 0
}

.elementor-flip-box--effect-fade .elementor-flip-box:hover .elementor-flip-box__back {
    opacity: 1
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__front {
    display: none
}

.elementor-widget-flip-box.elementor-flip-box--flipped .elementor-widget-container .elementor-flip-box__back {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.elementor-widget-opal-flip-box .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-opal-header-group .elementor-widget-container {
    display: flex;
    align-items: center;
    margin: 0 -10px
}

.elementor-widget-opal-header-group .elementor-widget-container>div {
    padding: 0 10px
}

.elementor-widget-opal-header-group .search-form {
    order: 1
}

.elementor-widget-opal-header-group .account {
    order: 2
}

.elementor-widget-opal-header-group .site-header-wishlist {
    order: 3
}

.elementor-widget-opal-header-group .cart-woocommerce {
    order: 4
}

.elementor-widget-opal-header-group.elementor-align-left .elementor-widget-container {
    justify-content: flex-start
}

.elementor-widget-opal-header-group.elementor-align-right .elementor-widget-container {
    justify-content: flex-end
}

.elementor-widget-opal-header-group.elementor-align-center .elementor-widget-container {
    justify-content: center
}

.elementor-widget-heading .sub-title {
    display: block;
    font-size: 16px;
    font-size: 1rem
}

.elementor-widget-heading .elementor-heading-title {
    position: relative;
    z-index: 1
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 40px;
    line-height: 20px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 50px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 60px
}

.elementor-widget-heading .elementor-heading-wrapper-inner {
    position: relative;
    display: flex;
    flex-direction: column
}

.elementor-widget-heading .elementor-heading-line .elementor-heading-title {
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    background-color: #fff
}

.elementor-position-below .sub-title {
    margin-top: 10px
}

.elementor-position-above .sub-title {
    margin-bottom: 10px;
    order: -1
}

.text_rotate .elementor-heading-title {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-block
}

.elementor-position-left .elementor-heading-line .elementor-heading-title {
    padding-left: 0;
    padding-right: 20px
}

.elementor-position-right .elementor-heading-line .elementor-heading-title {
    padding-left: 20px;
    padding-right: 0
}

.elementor-widget-icon-box.elementor-view-framed .elementor-icon {
    box-shadow: 0 3px 7px rgba(0, 0, 0, .11);
    border-width: 0;
    padding: .35em
}

.elementor-widget-icon-box .elementor-icon-box-title {
    padding-top: 0;
    margin-bottom: 13px
}

.elementor-widget-icon-box .elementor-icon-box-subtitle {
    display: block
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    line-height: 0
}

.elementor-widget-icon-box .elementor-icon,
.elementor-widget-icon-box .elementor-icon-box-title,
.elementor-widget-icon-box .elementor-icon-box-description,
.elementor-widget-icon-box .elementor-icon-box-subtitle {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-icon-box-wrapper {
    position: relative
}

.elementor-icon-box-line {
    content: '';
    right: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e6e6;
    position: absolute;
    margin: auto;
    transform: skewX(-13deg) skewY(0)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-items.elementor-inline-items {
    margin-right: 0;
    margin-left: 0
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon i {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: unset
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-text {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 0
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item {
    align-items: center
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item a {
    align-items: center;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

div:not(.site-header) .elementor-widget.elementor-widget-icon-list ul li:last-child {
    border-right: none
}

.elementor-text-underline-yes .elementor-icon-list-text {
    position: relative
}

.elementor-text-underline-yes .elementor-icon-list-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0
}

.elementor-text-underline-yes .elementor-icon-list-item:hover .elementor-icon-list-text:before {
    opacity: 1
}

.elementor-image-box-wrapper .elementor-button:hover i {
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    transform: scale(.7)
}

.elementor-widget-image-box[class*=elementor-animation]:hover {
    z-index: 1
}

.elementor-widget-image-box.elementor-position-top .elementor-image-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column
}

.elementor-widget-image-box .elementor-image-framed {
    overflow: hidden
}

.elementor-widget-image-box .elementor-image-box-title {
    padding-top: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600
}

.elementor-widget-image-box .elementor-image-box-img {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-image-box .elementor-image-box-img svg {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto
}

.elementor-widget-image-box .elementor-image-box-img img {
    display: block;
    margin: 0 auto;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-image-box.elementor-button-default .elementor-button {
    background: 0 0
}

.elementor-widget-image-box .elementor-image-box-button i {
    display: inline-block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-image-box .item-svg {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    position: relative;
    z-index: 2
}

.elementor-widget-image-box .elementor-widget-container {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.opal-image-hotspots-container {
    overflow: hidden
}

.opal-addons-image-hotspots-ib-img {
    display: block
}

.opal-image-hotspots-main-icons-tooltips-wrapper {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.elementor-widget-opal-image-hotspots .elementor-widget-container {
    display: flex;
    flex-wrap: wrap
}

.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion {
    overflow: hidden;
    background-color: #fff
}

@media(min-width:768px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion {
        padding-right: 0 !important
    }
}

@media(min-width:1200px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion {
        padding: 50px 20px 50px 50px !important
    }
}

.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion+.opal-image-hotspots-container {
    padding: 0 !important
}

.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .opal-image-hotspots-accordion-inner {
    position: relative;
    height: 100%
}

.elementor-editor-active .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .opal-image-hotspots-accordion-inner {
    overflow: hidden
}

@media(min-width:768px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .elementor-accordion {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden
    }
}

@media(min-width:768px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .elementor-accordion {
        padding-right: 23px
    }
}

@media(min-width:1200px) {
    .elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion .elementor-accordion {
        padding-right: 30px
    }
}

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title {
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: .2em;
    padding: 30px 30px 30px 0;
    position: relative
}

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title:before {
    position: absolute;
    content: '\f078';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: calc(50% - 11px);
    right: 0;
    border-width: 2px;
    border-color: #f8f8f8;
    border-style: solid;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 9px;
    padding-left: 1px;
    padding-bottom: 2px;
    color: #000
}

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active:before {
    content: '\f077'
}

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-content {
    border-top: 0;
    padding: 0 0 40px
}

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0
}

.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-accordion-item:first-child {
    border-top: 0
}

.elementor-widget-opal-image-hotspots .scrollbar-inner>.scroll-element .scroll-bar {
    opacity: 1
}

.opal-image-hotspots-main-icons {
    cursor: pointer;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.opal-image-hotspots-main-icons .opal-image-hotspots-icon {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .2)
}

.opal-image-hotspots-main-icons .opal-image-hotspots-icon:after {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, .2);
    border-radius: 200%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(1);
    pointer-events: none;
    animation: pa-hotspot-pulse 2s infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.opal-image-hotspots-main-icons .opal-image-hotspots-icon:before {
    content: "";
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    width: 6px;
    height: 6px;
    display: block;
    border-radius: 50%;
    background-color: #fff
}

.opal-image-hotspots-main-icons .opal-image-hotspots-image-icon {
    width: 40px;
    height: 40px
}

.opal-image-hotspots-main-icons .opal-image-hotspots-text {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0 10px;
    border-color: #000
}

.opal-image-hotspots-tooltips-wrapper {
    display: none;
    position: absolute;
    z-index: 9999
}

.tooltipster-sidetip {
    z-index: 9999;
    width: auto !important
}

.tooltipster-box div.opal-image-hotspots-tooltips-text {
    border-color: #000;
    overflow: hidden
}

.tooltipster-sidetip div.tooltipster-box {
    background: 0 0;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .18)
}

.tooltipster-sidetip div.opal-image-hotspots-tooltips-text {
    padding: 15px 30px
}

.tooltipster-sidetip div.opal-image-hotspots-tooltips-text * {
    margin: 0;
    padding: 0
}

.tooltipster-box .opal-image-hotspots-tooltips-text * {
    margin: 0
}

@keyframes pa-hotspot-pulse {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

.tooltipster-box .tooltipster-content {
    background: rgba(12, 12, 12, .5)
}

.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
    border-top-color: rgba(12, 12, 12, .5)
}

.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: rgba(12, 12, 12, .5)
}

.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
    border-right-color: rgba(12, 12, 12, .5)
}

.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
    border-left-color: rgba(12, 12, 12, .5)
}

.tooltipster-box .opal-image-hotspots-tooltips-text {
    color: #fff
}

.elementor-widget-opal-images-layers ul {
    padding: 0;
    margin: 0;
    font-size: 0
}

.elementor-widget-opal-image-gallery .grid__item a {
    display: block
}

.elementor-widget-opal-image-gallery .grid__item a img {
    display: block
}

@media(min-width:1025px) {
    .elementor-widget-opal-image-gallery .grid[data-elementor-columns="4"] .column-item {
        padding-bottom: 30px
    }

    .elementor-widget-opal-image-gallery .grid[data-elementor-columns="4"] .column-item:nth-child(6n),
    .elementor-widget-opal-image-gallery .grid[data-elementor-columns="4"] .column-item:nth-child(6n+1) {
        flex-basis: 50%;
        max-width: 50%;
        width: 50%
    }
}

.elementor-widget-opal-image-gallery .column-item {
    padding-bottom: 30px
}

.elementor-widget-opal-image-gallery .column-item a {
    position: relative;
    overflow: hidden;
    display: block
}

@media(min-width:1025px) {
    .elementor-widget-opal-image-gallery .column-item a {
        height: 310px
    }
}

.elementor-widget-opal-image-gallery .column-item img {
    display: block;
    transition: all .6s ease;
    transform-origin: bottom right
}

@media(min-width:1025px) {
    .elementor-widget-opal-image-gallery .column-item img {
        width: 100%;
        height: 100%;
        object-position: 0 50%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.elementor-widget-opal-image-gallery .column-item:hover img {
    transform: scale(1.2)
}

.elementor-widget-opal-image-gallery .gallery-item-overlay {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    opacity: .8;
    color: #fff
}

.elementor-widget-opal-image-gallery .gallery-item-overlay i {
    font-size: 25px;
    font-size: 1.5625rem
}

.elementor-widget-opal-image-gallery .elementor-galerry__filter {
    margin: 0;
    cursor: pointer;
    padding: 11px 24px;
    color: #000;
    background-color: #f8f8f8;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 18px;
    font-weight: 700;
    position: relative;
    letter-spacing: .2em;
    text-transform: uppercase
}

.elementor-widget-opal-image-gallery .elementor-galerry__filter:before {
    position: absolute;
    content: '';
    top: calc(100% - 5px);
    left: calc(50% - 8px);
    border-color: transparent;
    border-width: 5px 8px 0;
    border-style: solid;
    transition: all ease-in-out .3s
}

.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active {
    color: #fff
}

.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active:before {
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: 100%
}

.elementor-image-gallery {
    position: relative
}

.elementor-editor-active .isotope-grid {
    height: auto !important
}

.elementor-editor-active .isotope-grid .grid__item>a {
    pointer-events: none
}

.elementor-galerry__filters {
    list-style: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.elementor-filter-left .elementor-galerry__filters {
    justify-content: flex-start
}

.elementor-filter-right .elementor-galerry__filters {
    justify-content: flex-end
}

.instagram-widget {
    margin-left: -20px;
    margin-right: -20px
}

.instagram-widget .instagram-pics {
    margin-left: 0;
    margin-right: 0
}

.instagram-widget .instagram-picture {
    align-items: flex-start;
    padding-bottom: 20px
}

.instagram-widget .instagram-picture img {
    display: block
}

.instagram-widget .instagram-picture:hover .wrapp-picture:hover {
    transform: translateY(0)
}

.instagram-widget .instagram-picture:hover .wrapp-picture:hover:before {
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.instagram-widget .instagram-picture:hover .wrapp-picture:hover:after {
    opacity: 1
}

@media(max-width:767px) {
    .instagram-widget .instagram-picture {
        width: 50%
    }
}

.instagram-widget .instagram-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center
}

@media(max-width:1199px) {
    .instagram-widget .instagram-content {
        position: static;
        margin-bottom: 30px;
        margin-top: 15px
    }
}

.instagram-widget .instagram-content-inner {
    z-index: 5;
    background: #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, .22);
    max-width: 380px;
    width: 100%;
    padding: 30px
}

.instagram-widget .wrapp-picture {
    position: relative;
    overflow: hidden;
    text-align: center;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 800px;
    backface-visibility: hidden;
    perspective: 800px
}

.instagram-widget .wrapp-picture a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4
}

.instagram-widget .wrapp-picture:before {
    content: '\f16d';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 36px;
    font-size: 2.25rem;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 2
}

@media(max-width:767px) {
    .instagram-widget .wrapp-picture:before {
        display: none
    }
}

.instagram-widget .wrapp-picture:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease
}

.instagram-widget .wrapp-picture .instagram-like,
.instagram-widget .wrapp-picture .instagram-comment {
    position: absolute;
    width: 50%;
    bottom: 0;
    padding: 15px 25px;
    color: #fff;
    z-index: 9;
    transform: translateY(100%);
    transition: all ease .3s
}

.instagram-widget .wrapp-picture .instagram-like {
    left: 0;
    text-align: left
}

.instagram-widget .wrapp-picture .instagram-comment {
    right: 0;
    text-align: right
}

.instagram-widget .hover-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .65) 100%);
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transition: transform .3s ease, opacity .3s ease;
    -webkit-transition: transform .3s ease, opacity .3s ease
}

.instagram-widget .instagram-likes,
.instagram-widget .instagram-comments {
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.instagram-widget .instagram-likes:before,
.instagram-widget .instagram-likes .icon,
.instagram-widget .instagram-comments:before,
.instagram-widget .instagram-comments .icon {
    display: inline-block;
    margin-right: 5px
}

.instagram-widget .instagram-likes {
    text-align: left
}

.instagram-widget .instagram-comments {
    text-align: right
}

.instagram-widget .instagram-comments:before {
    font-size: 18px
}

.instagram-widget .instagram-createdtime {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 10px
}

.instagram-widget .instagram-description {
    margin-bottom: 20px
}

.elementor-instagram-style-insite .instagram-widget {
    position: relative
}

.elementor-instagram-style-insite .username {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 40px;
    z-index: 1;
    background-color: #fff
}

@media(max-width:767px) {
    .elementor-instagram-style-insite .username {
        padding: 10px
    }
}

.widget.widget_mc4wp_form_widget {
    margin-bottom: 0;
    padding-bottom: 0
}

.mc4wp-form {
    display: flex;
    flex-direction: column
}

.mc4wp-form .widget-title p {
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 3rem
}

.mc4wp-form-fields {
    display: flex;
    align-items: center;
    border-radius: 30px;
    border: 0;
    background-color: #fff;
    overflow: hidden
}

.mc4wp-form-fields input[type=email] {
    border: none;
    background: #fff;
    font-size: 14px;
    font-size: .875rem;
    height: 50px;
    padding: .64rem 1.7rem;
    letter-spacing: -.5px
}

.mc4wp-form-fields button[type=submit] {
    position: relative;
    height: 46px;
    padding: .532rem 2.2rem;
    font-size: 12px;
    font-size: .75rem
}

.mc4wp-form-fields button[type=submit]:before {
    position: absolute;
    font-family: opal-icon;
    content: "\E008";
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    transition: all .3s ease
}

.mc4wp-form-fields button[type=submit]:hover:before {
    right: 22px
}

.mc4wp-form-fields button[type=submit] span {
    vertical-align: middle;
    margin-right: 10px;
    letter-spacing: 1px
}

.mc4wp-form-fields button[type=submit] i {
    margin-left: 15px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 9px;
    font-size: .5625rem;
    -ms-transition: transform .4s ease;
    -o-transition: transform .4s ease;
    -moz-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease
}

.elementor-mailchmip-column .mc4wp-form-fields input[type=email] {
    margin-bottom: 30px
}

.elementor-mailchimp-layout-left .mc4wp-form-fields {
    margin-right: auto
}

.elementor-nav-menu--main.elementor-nav-menu--layout-vertical .elementor-item .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-nav-menu--main.elementor-nav-menu--layout-vertical .has-mega-menu>ul>li {
    margin-left: 2px
}

.elementor-nav-menu--main.elementor-nav-menu--layout-vertical.elementor-nav-menu--main .elementor-nav-menu ul {
    position: static
}

.elementor-nav-menu--main>.elementor-nav-menu {
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.elementor-nav-menu--main .elementor-nav-menu>li>a {
    font-weight: 600
}

.elementor-nav-menu--main .elementor-nav-menu a {
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    padding: 13px 20px
}

.elementor-nav-menu--main .elementor-nav-menu a.current {
    background: #373a3c;
    color: #fff
}

.elementor-nav-menu--main .elementor-nav-menu a.disabled {
    background: #55595c;
    color: #a1a6a9
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    position: absolute;
    width: 12em;
    border-width: 0;
    border-style: solid;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, .07);
    padding: 20px
}

.elementor-nav-menu--main .elementor-nav-menu ul a {
    padding-top: 7px;
    padding-bottom: 7px
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-up,
.elementor-nav-menu--main .elementor-nav-menu span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-up-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #494c4f
}

.elementor-nav-menu--main .elementor-nav-menu span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #494c4f;
    top: 6px;
    border-style: solid dashed dashed;
    border-color: #494c4f transparent transparent
}

.elementor-nav-menu__align-right .elementor-nav-menu {
    margin-left: auto;
    margin-right: 0
}

.elementor-nav-menu__align-right>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-nav-menu__align-left .elementor-nav-menu {
    margin-right: auto
}

.elementor-nav-menu__align-left>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-nav-menu__align-center .elementor-nav-menu {
    margin-left: auto;
    margin-right: auto
}

.elementor-nav-menu__align-center>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1199px) {
    .elementor-nav-menu-tablet__align-right .elementor-nav-menu {
        margin-left: auto;
        margin-right: 0
    }

    .elementor-nav-menu-tablet__align-right>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-nav-menu-tablet__align-left .elementor-nav-menu {
        margin-right: auto
    }

    .elementor-nav-menu-tablet__align-left>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-nav-menu-tablet__align-center .elementor-nav-menu {
        margin-left: auto;
        margin-right: auto
    }

    .elementor-nav-menu-tablet__align-center>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:767px) {
    .elementor-nav-menu-mobile__align-right .elementor-nav-menu {
        margin-left: auto;
        margin-right: 0
    }

    .elementor-nav-menu-mobile__align-right>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-nav-menu-mobile__align-left .elementor-nav-menu {
        margin-right: auto
    }

    .elementor-nav-menu-mobile__align-left>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-nav-menu-mobile__align-center .elementor-nav-menu {
        margin-left: auto;
        margin-right: auto
    }

    .elementor-nav-menu-mobile__align-center>.elementor-widget-container>.elementor-nav-menu--layout-vertical>ul>li>a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.elementor-nav-menu--layout-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu a {
    white-space: nowrap
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.menu-item-has-children,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.has-mega-menu {
    position: relative
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.menu-item-has-children:before,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.has-mega-menu:before {
    opacity: 0;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    bottom: 0;
    left: 50%;
    border-left-width: 6px;
    border-left-color: transparent;
    border-right-width: 6px;
    border-right-color: transparent;
    border-bottom-width: 6px;
    border-top-width: 0;
    border-style: solid;
    transform: translateX(-50%) translateY(100%);
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    width: 100%;
    justify-content: center
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-nav-menu__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media(max-width:1199px) {
    .elementor-nav-menu-tablet__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .elementor-nav-menu-tablet__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .elementor-nav-menu-tablet__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .elementor-nav-menu-tablet__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .elementor-nav-menu-tablet__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .elementor-nav-menu-tablet__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .elementor-nav-menu-tablet__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        width: 100%
    }

    .elementor-nav-menu-tablet__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-nav-menu-tablet__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width:767px) {
    .elementor-nav-menu-mobile__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        margin-left: auto;
        margin-right: 0;
        width: auto
    }

    .elementor-nav-menu-mobile__align-right .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .elementor-nav-menu-mobile__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        margin-left: 0;
        margin-right: auto;
        width: auto
    }

    .elementor-nav-menu-mobile__align-left .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .elementor-nav-menu-mobile__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        margin-left: auto;
        margin-right: auto;
        width: auto
    }

    .elementor-nav-menu-mobile__align-center .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }

    .elementor-nav-menu-mobile__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
        width: 100%
    }

    .elementor-nav-menu-mobile__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .elementor-nav-menu-mobile__align-justify .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li>a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.elementor-widget-opal-nav-menu .elementor-widget-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-nav-menu {
    position: relative;
    z-index: 2;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: transparent
}

.elementor-nav-menu:after {
    content: "\00a0";
    display: block;
    height: 0;
    font: 0px/0 serif;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.elementor-nav-menu ul,
.elementor-nav-menu li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    -webkit-tap-highlight-color: transparent
}

.elementor-nav-menu ul {
    display: none
}

.elementor-nav-menu ul ul a {
    border-left: 16px solid transparent
}

.elementor-nav-menu ul ul a:hover,
.elementor-nav-menu ul ul a:focus,
.elementor-nav-menu ul ul a:active {
    border-left: 16px solid transparent
}

.elementor-nav-menu ul ul ul a {
    border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul a:hover,
.elementor-nav-menu ul ul ul a:focus,
.elementor-nav-menu ul ul ul a:active {
    border-left: 24px solid transparent
}

.elementor-nav-menu ul ul ul ul a {
    border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul a:active {
    border-left: 32px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a {
    border-left: 40px solid transparent
}

.elementor-nav-menu ul ul ul ul ul a:hover,
.elementor-nav-menu ul ul ul ul ul a:focus,
.elementor-nav-menu ul ul ul ul ul a:active {
    border-left: 40px solid transparent
}

.elementor-nav-menu li,
.elementor-nav-menu a {
    position: relative
}

.elementor-nav-menu li {
    border-width: 0
}

.elementor-nav-menu a:not(.elementor-button) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-nav-menu a:not(.elementor-button).current {
    background: #373a3c;
    color: #fff
}

.elementor-nav-menu a:not(.elementor-button).disabled {
    cursor: not-allowed;
    color: #a1a6a9
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu {
    padding-right: 20px
}

.elementor-nav-menu--indicator-none .elementor-nav-menu .elementor-item.has-submenu .sub-arrow {
    display: none
}

.elementor-nav-menu--indicator-plus:before {
    font-family: open sans, sans-serif
}

.elementor-nav-menu--indicator-chevron .elementor-nav-menu .sub-arrow:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f078'
}

.elementor-nav-menu--indicator-angle .elementor-nav-menu .sub-arrow:before {
    content: ''
}

.elementor-nav-menu--indicator-classic .elementor-nav-menu .sub-arrow:before {
    content: ''
}

.elementor-nav-menu--indicator-plus .elementor-nav-menu .sub-arrow:before {
    content: '+'
}

.elementor-nav-menu--indicator-angle_right .elementor-nav-menu .sub-arrow:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f105'
}

.elementor-nav-menu--indicator-chevron_right .elementor-nav-menu .sub-arrow:before {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-nav-menu .sub-arrow {
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    margin-left: 10px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0;
    margin-top: 2px
}

.elementor-nav-menu--dropdown:not(.mega-menu) .elementor-item:hover,
.elementor-nav-menu--dropdown:not(.mega-menu) .elementor-item:focus,
.elementor-nav-menu--dropdown:not(.mega-menu) .elementor-item.highlighted {
    background-color: #55595c;
    color: #fff
}

.elementor-menu-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    font-size: 16px;
    padding: 5px 0;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px
}

.elementor-menu-toggle:not(:hover) i,
.elementor-menu-toggle:not(:hover) .menu-toggle-title {
    color: #222
}

.elementor-menu-toggle i:before {
    display: block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-menu-toggle .menu-toggle-title {
    margin-right: 25px;
    display: flex;
    align-items: center;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-menu-toggle__align-left .elementor-menu-toggle {
    margin-right: auto;
    flex-direction: row;
    justify-content: flex-start
}

.elementor-menu-toggle__align-right .elementor-menu-toggle {
    margin-left: auto;
    flex-direction: row-reverse;
    justify-content: flex-end
}

.elementor-menu-toggle__align-center .elementor-menu-toggle {
    margin-left: auto;
    margin-right: auto;
    justify-content: center
}

@media(max-width:1199px) {
    .elementor-menu-toggle-tablet__align-left .elementor-menu-toggle {
        margin-right: auto;
        margin-left: 0
    }

    .elementor-menu-toggle-tablet__align-right .elementor-menu-toggle {
        margin-right: 0;
        margin-left: auto
    }

    .elementor-menu-toggle-tablet__align-center .elementor-menu-toggle {
        margin-right: auto;
        margin-left: auto
    }
}

@media(max-width:767px) {
    .elementor-menu-toggle-mobile__align-left .elementor-menu-toggle {
        margin-right: auto;
        margin-left: 0
    }

    .elementor-menu-toggle-mobile__align-right .elementor-menu-toggle {
        margin-right: 0;
        margin-left: auto
    }

    .elementor-menu-toggle-mobile__align-center .elementor-menu-toggle {
        margin-right: auto;
        margin-left: auto
    }
}

.elementor-nav-menu--dropdown {
    font-family: medilazar, helvetica neue, helvetica, arial, sans-serif
}

.elementor-nav-menu--dropdown .elementor-nav-menu--main {
    font-family: medilazar, helvetica neue, helvetica, arial, sans-serif
}

.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    margin-top: 10px;
    z-index: 1
}

.elementor-nav-menu--dropdown a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.elementor-nav-menu--dropdown a.current {
    background: #373a3c;
    color: #fff
}

.elementor-nav-menu--dropdown a.disabled {
    color: #b3b3b3
}

.elementor-nav-menu--dropdown .elementor-nav-menu--main.elementor-nav-menu--layout-vertical {
    display: block
}

.elementor-nav-menu--dropdown .elementor-nav-menu--main.elementor-nav-menu--layout-vertical .elementor-nav-menu {
    display: block
}

.elementor-nav-menu--dropdown .elementor-nav-menu--main .elementor-nav-menu {
    width: auto;
    position: static;
    padding: 0;
    background-color: transparent;
    box-shadow: none
}

.elementor-nav-menu--dropdown .elementor-nav-menu--main .elementor-nav-menu ul {
    width: auto;
    position: static
}

ul.elementor-nav-menu--dropdown.mega-menu {
    padding: 0 !important;
    border: none !important;
    background-color: transparent
}

ul.elementor-nav-menu--dropdown a {
    text-shadow: none
}

ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.elementor-section.elementor-section-boxed>.elementor-container ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mega-menu-item {
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .03)
}

.elementor-nav-menu--dropdown {
    font-size: 14px
}

.elementor-widget-opal-nav-menu:not(.elementor-nav-menu--toggle) .elementor-menu-toggle {
    display: none
}

.elementor-nav-menu__text-align-center .elementor-nav-menu--dropdown .elementor-nav-menu a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-nav-menu--stretch .elementor-nav-menu__container.elementor-nav-menu--dropdown {
    position: absolute;
    z-index: 9998
}

.elementor-nav-menu--dropdown-desktop .elementor-nav-menu--main {
    display: none
}

@media(min-width:768px) {

    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--dropdown,
    .elementor-nav-menu--dropdown-mobile .elementor-menu-toggle {
        display: none
    }
}

@media(min-width:1025px) {

    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--dropdown,
    .elementor-nav-menu--dropdown-tablet .elementor-menu-toggle {
        display: none
    }
}

@media(max-width:1024px) {
    .elementor-nav-menu--dropdown-tablet .elementor-nav-menu--main {
        display: none
    }
}

@media(max-width:767px) {
    .elementor-nav-menu--dropdown-mobile .elementor-nav-menu--main {
        display: none
    }
}

.elementor-nav-menu--divider>ul>li:after {
    position: absolute;
    display: block;
    width: 1px;
    height: 10px;
    content: "";
    color: transparent;
    right: 0;
    top: 50%;
    margin-top: -5px
}

.elementor-nav-menu--divider>ul>li:last-child:after {
    display: none
}

.e--pointer-dot .elementor-item:before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 0;
    margin-right: 10px;
    position: static
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    padding: 20px 0
}

.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a,
.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:focus,
.elementor-nav-menu--main ul.elementor-nav-menu--dropdown a:hover {
    border-left: 0;
    border-right: 0
}

.elementor-item:before,
.elementor-item:after {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    opacity: 0
}

.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after {
    opacity: 0
}

.elementor-item:hover:before,
.elementor-item:hover:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-item:hover .menu-title:before,
.elementor-item:hover .menu-title:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-item:focus:before,
.elementor-item:focus:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-item:focus .menu-title:before,
.elementor-item:focus .menu-title:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-item.highlighted:before,
.elementor-item.highlighted:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-item.highlighted .menu-title:before,
.elementor-item.highlighted .menu-title:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.e--pointer-dot .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-dot .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    opacity: 1
}

.elementor-item .menu-title:before,
.elementor-item .menu-title:after {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.elementor-item-active:before,
.elementor-item-active:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.e--pointer-none .elementor-item:before,
.e--pointer-none .elementor-item:after {
    display: none
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-double-line .elementor-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
    display: block
}

.e--pointer-underline .current-menu-ancestor .elementor-item .menu-title:before,
.e--pointer-underline .current-menu-ancestor .elementor-item .menu-title:after,
.e--pointer-underline .current-menu-parent .elementor-item .menu-title:before,
.e--pointer-underline .current-menu-parent .elementor-item .menu-title:after {
    width: 100% !important;
    left: 0 !important
}

.e--pointer-underline .elementor-item .menu-title:before,
.e--pointer-underline .elementor-item .menu-title:after {
    height: 2px;
    width: 100%;
    left: 0;
    z-index: 2;
    display: block
}

.e--pointer-underline .menu-title {
    position: relative
}

.e--pointer-overline .elementor-item:before,
.e--pointer-overline .elementor-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2;
    display: block
}

.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%
}

.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after {
    height: 0;
    width: 0;
    left: 50%
}

.elementor-nav-menu--layout-horizontal.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-nav-menu>li.current-menu-parent>a:before,
.elementor-nav-menu--layout-horizontal.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-nav-menu>li.current-menu-parent>a:after {
    left: 0;
    opacity: 1
}

.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%
}

.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: 10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    top: -10px
}

.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
    bottom: -10px
}

.e--pointer-double-line.e--animation-none,
.e--pointer-underline.e--animation-none,
.e--pointer-overline.e--animation-none {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-double-line.e--animation-none .menu-title,
.e--pointer-underline.e--animation-none .menu-title,
.e--pointer-overline.e--animation-none .menu-title {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-double-line.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none .elementor-item:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:hover,
.e--pointer-underline.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none .elementor-item:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-underline.e--animation-none .menu-title {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-overline.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none .elementor-item:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
    content: '';
    top: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    width: 10px;
    left: -20px
}

.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item .menu-title:after {
    content: '';
    bottom: 0
}

.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted) .menu-title:after {
    width: 0;
    left: 0
}

.e--pointer-framed .elementor-item:before,
.e--pointer-framed .elementor-item:after {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c;
    display: block
}

.e--pointer-framed .elementor-item:before {
    content: ''
}

.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
    -webkit-transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, -webkit-transform .4s;
    -o-transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.e--pointer-framed.e--animation-draw .elementor-item:before,
.e--pointer-framed.e--animation-draw .elementor-item:after {
    width: 3px;
    height: 3px
}

.e--pointer-framed.e--animation-draw .elementor-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    -o-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.e--pointer-framed.e--animation-draw .elementor-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
    -o-transition: width .1s, height .1s .1s, opacity .02s .18s;
    transition: width .1s, height .1s .1s, opacity .02s .18s
}

.e--pointer-framed.e--animation-draw .elementor-item:hover:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
    width: 100%;
    height: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after {
    width: 100%;
    height: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after {
    width: 100%;
    height: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item-active:after {
    width: 100%;
    height: 100%
}

.e--pointer-framed.e--animation-draw .elementor-item:hover:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before {
    -webkit-transition: opacity .02s, height .1s, width .1s .1s;
    -o-transition: opacity .02s, height .1s, width .1s .1s;
    transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:before {
    -webkit-transition: opacity .02s, height .1s, width .1s .1s;
    -o-transition: opacity .02s, height .1s, width .1s .1s;
    transition: opacity .02s, height .1s, width .1s .1s
}

.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after {
    -webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    -o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-draw .elementor-item-active:after {
    -webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    -o-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.e--pointer-framed.e--animation-corners .elementor-item:before,
.e--pointer-framed.e--animation-corners .elementor-item:after {
    width: 3px;
    height: 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:before {
    border-width: 3px 0 0 3px
}

.e--pointer-framed.e--animation-corners .elementor-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0
}

.e--pointer-framed.e--animation-corners .elementor-item:hover:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .002s, width .4s, height .4s;
    -o-transition: opacity .002s, width .4s, height .4s;
    transition: opacity .002s, width .4s, height .4s
}

.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .002s, width .4s, height .4s;
    -o-transition: opacity .002s, width .4s, height .4s;
    transition: opacity .002s, width .4s, height .4s
}

.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .002s, width .4s, height .4s;
    -o-transition: opacity .002s, width .4s, height .4s;
    transition: opacity .002s, width .4s, height .4s
}

.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item-active:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .002s, width .4s, height .4s;
    -o-transition: opacity .002s, width .4s, height .4s;
    transition: opacity .002s, width .4s, height .4s
}

.e--pointer-framed.e--animation-none {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:hover,
.e--pointer-framed.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none .elementor-item:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-text.e--animation-skew .elementor-item:hover,
.e--pointer-text.e--animation-skew .elementor-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg)
}

.e--pointer-text.e--animation-grow .elementor-item:hover,
.e--pointer-text.e--animation-grow .elementor-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.e--pointer-text.e--animation-shrink .elementor-item:hover,
.e--pointer-text.e--animation-shrink .elementor-item:focus {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.e--pointer-text.e--animation-float .elementor-item:hover,
.e--pointer-text.e--animation-float .elementor-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.e--pointer-text.e--animation-sink .elementor-item:hover,
.e--pointer-text.e--animation-sink .elementor-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.e--pointer-text.e--animation-rotate .elementor-item:hover,
.e--pointer-text.e--animation-rotate .elementor-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.e--pointer-text.e--animation-none {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:hover,
.e--pointer-text.e--animation-none:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none .elementor-item:focus {
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s
}

.e--pointer-underline .mega-menu .elementor-item .menu-title:after {
    content: none
}

.elementor-nav-menu--dropdown-desktop:not(.elementor-nav-menu--stretch) .elementor-widget-container,
.elementor-nav-menu--dropdown-tablet:not(.elementor-nav-menu--stretch) .elementor-widget-container,
.elementor-nav-menu--dropdown-mobile:not(.elementor-nav-menu--stretch) .elementor-widget-container {
    position: relative
}

.elementor-nav-menu--dropdown-desktop:not(.elementor-nav-menu--stretch) .elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-nav-menu--dropdown-tablet:not(.elementor-nav-menu--stretch) .elementor-nav-menu--dropdown.elementor-nav-menu__container,
.elementor-nav-menu--dropdown-mobile:not(.elementor-nav-menu--stretch) .elementor-nav-menu--dropdown.elementor-nav-menu__container {
    position: absolute;
    top: 100%;
    left: 0
}

.elementor-nav-menu-popup .elementor-nav-menu--popup {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
    background-color: #fff;
    overflow: auto
}

.elementor-nav-menu-popup .elementor-nav-menu--popup .elementor-nav-menu {
    max-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px
}

.elementor-nav-menu-popup .elementor-nav-menu--popup .elementor-nav-menu a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-nav-menu-popup .mfp-close {
    font-size: 40px;
    top: 50px;
    right: 20px
}

.elementor-nav-menu-popup .elementor-nav-menu--dropdown .elementor-item:focus {
    background-color: transparent
}

.elementor-nav-menu-popup .elementor-nav-menu .sub-arrow {
    width: 30px;
    margin-right: -30px;
    line-height: 30px
}

.elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child):after {
    position: absolute;
    top: 50%;
    right: 0;
    content: "";
    background-color: #e6e6e6;
    width: 1px;
    height: 10px;
    display: none;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mega-menu-item {
    max-width: 100vw
}

.elementor-widget.elementor-widget-number-list .elementor-number-list-items {
    list-style: none;
    padding: 0;
    margin-bottom: 0
}

.elementor-widget.elementor-widget-number-list .elementor-number-list-items.elementor-inline-items {
    margin-right: 0;
    margin-left: 0
}

.elementor-widget.elementor-widget-number-list .elementor-number-list-number {
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget.elementor-widget-number-list .elementor-number-list-number+.elementor-number-list-text {
    align-self: unset
}

.elementor-widget.elementor-widget-number-list .elementor-number-list-text {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 0
}

.elementor-widget.elementor-widget-number-list .elementor-number-list-item {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.elementor-widget.elementor-widget-number-list .elementor-number-list-item a {
    align-items: center;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

div:not(.site-header) .elementor-widget.elementor-widget-number-list ul li:last-child {
    border-right: none
}

.elementor-widget-opal-phone i {
    font-size: 20px;
    line-height: 1;
    margin-right: 5px;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-opal-phone i:before {
    display: block
}

.elementor-widget-opal-phone .elementor-phone {
    display: inline-flex;
    align-items: center;
    position: relative
}

.elementor-widget-opal-phone .elementor-phone-title {
    font-size: 12px;
    font-weight: 700;
    display: block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-opal-phone .elementor-phone-subtitle {
    font-size: 20px;
    font-weight: 700;
    display: block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-opal-phone .elementor-phone-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.elementor-phone-link {
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

.portfolio .portfolio-post-thumbnail {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-top: 100%;
    background: #e7e7e7
}

.portfolio .portfolio-post-thumbnail img {
    display: block;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transition: opacity 1s, -webkit-transform 1s;
    transition: opacity 1s, transform 1s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.elementor-portfolio-masonry .portfolio .portfolio-post-thumbnail {
    position: static;
    padding-top: 0
}

.elementor-portfolio-masonry .portfolio .portfolio-post-thumbnail img {
    position: static;
    height: auto
}

.portfolio .portfolio-content {
    text-align: center;
    padding: 25px 20px
}

.portfolio .portfolio-content .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0;
    padding-top: 6px;
    font-weight: 600
}

.portfolio .portfolio-content .entry-title a {
    color: #000
}

.portfolio .entry-category {
    font-size: 10px;
    font-size: .625rem;
    text-transform: uppercase
}

.portfolio .entry-category a {
    color: #b4bbc2
}

.portfolio .portfolio-inner {
    -webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    border-radius: 5px;
    overflow: hidden
}

.portfolio:hover .portfolio-inner {
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .1)
}

.portfolio:hover img {
    opacity: .85;
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

@media(max-width:1440px) {

    .elementor-widget-opal-portfolio .owl-theme.owl-carousel .owl-nav [class*=owl-],
    .elementor-widget-opal-portfolio .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-],
    .woocommerce-product-carousel .elementor-widget-opal-portfolio ul.owl-theme.products .owl-nav [class*=owl-] {
        display: none
    }
}

.elementor-widget-opal-portfolio .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,
.elementor-widget-opal-portfolio .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,
.woocommerce-product-carousel .elementor-widget-opal-portfolio ul.owl-theme.products .owl-nav [class*=owl-].owl-prev {
    left: -30px
}

.elementor-widget-opal-portfolio .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,
.elementor-widget-opal-portfolio .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next,
.woocommerce-product-carousel .elementor-widget-opal-portfolio ul.owl-theme.products .owl-nav [class*=owl-].owl-next {
    right: -30px
}

.elementor-widget-opal-portfolio ul.elementor-portfolio__filters {
    padding-left: 0
}

article.type-osf_portfolio {
    padding-bottom: 0;
    width: 100%;
    display: block
}

.elementor-portfolio-style-overlay .column-item.portfolio-entries {
    margin-bottom: 0;
    padding-bottom: 30px
}

.elementor-portfolio-style-overlay .portfolio {
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

.elementor-portfolio-style-overlay .portfolio .portfolio-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    z-index: 2;
    text-align: left;
    padding: 40px
}

.elementor-portfolio-style-overlay .portfolio .portfolio-content:before {
    content: '';
    position: absolute;
    height: 180%;
    left: 0;
    bottom: 0;
    right: -1px;
    background: -webkit-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: -o-linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%)
}

.elementor-portfolio-style-overlay .portfolio .portfolio-content .portfolio-content-inner {
    position: relative
}

.elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-title a {
    color: #fff
}

.elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-category a {
    color: #b4bbc2
}

.elementor-portfolio-style-default .portfolio-inner {
    position: relative;
    border-radius: 5px;
    overflow: hidden
}

.elementor-portfolio-style-default .portfolio-content {
    background: #fff;
    margin: 0;
    padding: 30px;
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.elementor-portfolio-style-default .entry-category {
    margin-bottom: 4px
}

.elementor-portfolio-style-default .entry-title,
.elementor-portfolio-style-default .entry-category {
    overflow: hidden
}

.elementor-portfolio-style-default .entry-title a,
.elementor-portfolio-style-default .entry-category a {
    display: inline-block;
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -ms-transition: all 1s cubic-bezier(.37, .31, .2, .85);
    -o-transition: all 1s cubic-bezier(.37, .31, .2, .85);
    -moz-transition: all 1s cubic-bezier(.37, .31, .2, .85);
    -webkit-transition: all 1s cubic-bezier(.37, .31, .2, .85);
    transition: all 1s cubic-bezier(.37, .31, .2, .85)
}

.elementor-portfolio-style-default .entry-category a {
    transition-delay: .2s
}

.elementor-portfolio-style-default article.type-osf_portfolio:hover .portfolio-content {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100)
}

.elementor-portfolio-style-default article.type-osf_portfolio:hover .entry-title,
.elementor-portfolio-style-default article.type-osf_portfolio:hover .entry-category {
    overflow: hidden
}

.elementor-portfolio-style-default article.type-osf_portfolio:hover .entry-title a,
.elementor-portfolio-style-default article.type-osf_portfolio:hover .entry-category a {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.elementor-portfolio-style-caption .portfolio-inner {
    border-radius: 5px;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .05)
}

.elementor-portfolio__filters {
    list-style: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap
}

.elementor-portfolio__filter {
    margin: 0;
    cursor: pointer;
    padding: 8px 15px;
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 10px
}

.elementor-filter-left .elementor-portfolio__filters {
    justify-content: flex-start
}

.elementor-filter-right .elementor-portfolio__filters {
    justify-content: flex-end
}

.loading .elementor-widget-opal-portfolio .row:after,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cl #content .wrap:after,
body.opal-content-layout-2cl #content .loading .elementor-widget-opal-portfolio .wrap:after,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cr #content .wrap:after,
body.opal-content-layout-2cr #content .loading .elementor-widget-opal-portfolio .wrap:after,
.loading .elementor-widget-opal-portfolio [data-opal-columns]:after,
.loading .elementor-widget-opal-portfolio .site-footer .widget-area:after,
.site-footer .loading .elementor-widget-opal-portfolio .widget-area:after,
.loading .elementor-widget-opal-portfolio .comment-form:after,
.loading .elementor-widget-opal-portfolio .widget .gallery:after,
.widget .loading .elementor-widget-opal-portfolio .gallery:after,
.loading .elementor-widget-opal-portfolio .elementor-element .gallery:after,
.elementor-element .loading .elementor-widget-opal-portfolio .gallery:after,
.loading .elementor-widget-opal-portfolio .entry-gallery .gallery:after,
.entry-gallery .loading .elementor-widget-opal-portfolio .gallery:after,
.loading .elementor-widget-opal-portfolio .single .gallery:after,
.single .loading .elementor-widget-opal-portfolio .gallery:after,
.loading .elementor-widget-opal-portfolio [data-elementor-columns]:after,
.loading .elementor-widget-opal-portfolio .single-portfolio-summary .single-portfolio-summary-inner:after,
.single-portfolio-summary .loading .elementor-widget-opal-portfolio .single-portfolio-summary-inner:after,
.loading .elementor-widget-opal-portfolio .woocommerce-cart .entry-content>.woocommerce:after,
.woocommerce-cart .loading .elementor-widget-opal-portfolio .entry-content>.woocommerce:after,
.loading .elementor-widget-opal-portfolio .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper:after,
.woocommerce-billing-fields .loading .elementor-widget-opal-portfolio .woocommerce-billing-fields__field-wrapper:after,
.loading .elementor-widget-opal-portfolio .woocommerce-MyAccount-content form[class^=woocommerce-]:after,
.woocommerce-MyAccount-content .loading .elementor-widget-opal-portfolio form[class^=woocommerce-]:after,
.loading .elementor-widget-opal-portfolio .woocommerce-columns--addresses:after,
.loading .elementor-widget-opal-portfolio form.track_order:after,
.loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce:after,
.woocommerce-account .loading .elementor-widget-opal-portfolio .woocommerce:after,
.loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses:after,
.woocommerce-account .woocommerce .loading .elementor-widget-opal-portfolio .u-columns.woocommerce-Addresses:after,
.loading .elementor-widget-opal-portfolio .woocommerce-Addresses:after,
.loading .elementor-widget-opal-portfolio .woocommerce-address-fields__field-wrapper:after,
.loading .elementor-widget-opal-portfolio [class*=columns-] ul.products:after,
[class*=columns-] .loading .elementor-widget-opal-portfolio ul.products:after,
.loading .elementor-widget-opal-portfolio .single-product div.type-product .product-inner:after,
.single-product div.type-product .loading .elementor-widget-opal-portfolio .product-inner:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading .45s infinite linear;
    -webkit-animation: opal-loading .45s infinite linear;
    margin: 30px auto;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    z-index: 99
}

.loading .elementor-widget-opal-portfolio .row:before,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cl #content .wrap:before,
body.opal-content-layout-2cl #content .loading .elementor-widget-opal-portfolio .wrap:before,
.loading .elementor-widget-opal-portfolio body.opal-content-layout-2cr #content .wrap:before,
body.opal-content-layout-2cr #content .loading .elementor-widget-opal-portfolio .wrap:before,
.loading .elementor-widget-opal-portfolio [data-opal-columns]:before,
.loading .elementor-widget-opal-portfolio .site-footer .widget-area:before,
.site-footer .loading .elementor-widget-opal-portfolio .widget-area:before,
.loading .elementor-widget-opal-portfolio .comment-form:before,
.loading .elementor-widget-opal-portfolio .widget .gallery:before,
.widget .loading .elementor-widget-opal-portfolio .gallery:before,
.loading .elementor-widget-opal-portfolio .elementor-element .gallery:before,
.elementor-element .loading .elementor-widget-opal-portfolio .gallery:before,
.loading .elementor-widget-opal-portfolio .entry-gallery .gallery:before,
.entry-gallery .loading .elementor-widget-opal-portfolio .gallery:before,
.loading .elementor-widget-opal-portfolio .single .gallery:before,
.single .loading .elementor-widget-opal-portfolio .gallery:before,
.loading .elementor-widget-opal-portfolio [data-elementor-columns]:before,
.loading .elementor-widget-opal-portfolio .single-portfolio-summary .single-portfolio-summary-inner:before,
.single-portfolio-summary .loading .elementor-widget-opal-portfolio .single-portfolio-summary-inner:before,
.loading .elementor-widget-opal-portfolio .woocommerce-cart .entry-content>.woocommerce:before,
.woocommerce-cart .loading .elementor-widget-opal-portfolio .entry-content>.woocommerce:before,
.loading .elementor-widget-opal-portfolio .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper:before,
.woocommerce-billing-fields .loading .elementor-widget-opal-portfolio .woocommerce-billing-fields__field-wrapper:before,
.loading .elementor-widget-opal-portfolio .woocommerce-MyAccount-content form[class^=woocommerce-]:before,
.woocommerce-MyAccount-content .loading .elementor-widget-opal-portfolio form[class^=woocommerce-]:before,
.loading .elementor-widget-opal-portfolio .woocommerce-columns--addresses:before,
.loading .elementor-widget-opal-portfolio form.track_order:before,
.loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce:before,
.woocommerce-account .loading .elementor-widget-opal-portfolio .woocommerce:before,
.loading .elementor-widget-opal-portfolio .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses:before,
.woocommerce-account .woocommerce .loading .elementor-widget-opal-portfolio .u-columns.woocommerce-Addresses:before,
.loading .elementor-widget-opal-portfolio .woocommerce-Addresses:before,
.loading .elementor-widget-opal-portfolio .woocommerce-address-fields__field-wrapper:before,
.loading .elementor-widget-opal-portfolio [class*=columns-] ul.products:before,
[class*=columns-] .loading .elementor-widget-opal-portfolio ul.products:before,
.loading .elementor-widget-opal-portfolio .single-product div.type-product .product-inner:before,
.single-product div.type-product .loading .elementor-widget-opal-portfolio .product-inner:before {
    content: '';
    width: 50px;
    height: 50px;
    position: absolute;
    left: calc(50% - 25px);
    top: calc(50% + 5px);
    z-index: 99;
    background: #fff;
    display: block;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.single-portfolio .entry-title {
    margin-top: 25px;
    margin-bottom: 20px
}

.single-portfolio-summary-add {
    margin-bottom: 20px
}

.single-portfolio-navigation {
    display: flex;
    margin-top: 20px;
    margin-bottom: 60px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.single-portfolio-summary {
    margin-bottom: 45px
}

.single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title {
    padding-bottom: 10px
}

.single-portfolio-summary.col-lg-5 {
    order: -1
}

@media(min-width:992px) {
    .single-portfolio-summary.col-lg-5 {
        padding-right: 8.3% !important
    }
}

.single-portfolio-summary .pbr-social-share .social-share-header {
    display: none
}

.single-portfolio-summary .pbr-social-share a {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    background-color: #eef3f9;
    text-align: center;
    line-height: 45px;
    transition: all ease-in-out .3s;
    margin: 2px
}

.single-portfolio-summary .pbr-social-share a i {
    color: #3d1099
}

.single-portfolio-summary .pbr-social-share a:hover i {
    color: #fff
}

.single-portfolio-gallery-columns {
    display: grid;
    grid-gap: 30px;
    justify-content: center;
    align-items: center
}

.single-portfolio-gallery-columns.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr)
}

@media(max-width:767px) {
    .single-portfolio-gallery-columns.gallery-columns-2 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.single-portfolio-gallery-columns.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr)
}

@media(max-width:767px) {
    .single-portfolio-gallery-columns.gallery-columns-3 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:575px) {
    .single-portfolio-gallery-columns.gallery-columns-3 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.single-portfolio-summary-meta {
    margin-bottom: 60px
}

.single-portfolio-summary-meta .social-share-header {
    color: #000;
    text-transform: capitalize
}

ul.single-portfolio-summary-meta-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 1.5em;
    columns: 2
}

ul.single-portfolio-summary-meta-list li {
    margin-bottom: 30px
}

ul.single-portfolio-summary-meta-list label {
    display: block;
    font-weight: 600;
    color: #000;
    margin-bottom: 0
}

.single-portfolio-summary-meta-title {
    width: 100%
}

.single-portfolio-navigation .nav-link {
    position: relative
}

.single-portfolio-navigation .nav-link span {
    font-weight: 600;
    color: #000;
    font-size: 20px;
    font-size: 1.25rem
}

.single-portfolio-navigation .nav-link i {
    font-size: 20px;
    font-size: 1.25rem;
    vertical-align: middle;
    color: #cecece
}

.single-portfolio-navigation .nav-link a {
    position: absolute;
    font-size: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.single-portfolio-navigation .previous-nav .nav-link i {
    margin-right: 20px
}

.single-portfolio-navigation .next-nav {
    margin-left: auto
}

.single-portfolio-navigation .next-nav .nav-link i {
    margin-left: 20px
}

.single-portfolio-gallery {
    margin-bottom: 70px
}

.single-portfolio-gallery .owl-theme.owl-carousel .owl-dots,
.single-portfolio-gallery .woocommerce-product-carousel ul.owl-theme.products .owl-dots,
.woocommerce-product-carousel .single-portfolio-gallery ul.owl-theme.products .owl-dots {
    margin: 0
}

.elementor-portfolio-metro div.column-item {
    max-width: 25%;
    flex: 0 0 25%;
    width: 25%
}

@media(max-width:1199px) {
    .elementor-portfolio-metro div.column-item {
        max-width: 50%;
        flex: 0 0 50%;
        width: 50%
    }
}

@media(max-width:767px) {
    .elementor-portfolio-metro div.column-item {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.elementor-portfolio-metro div.column-item:nth-child(3n+1):nth-child(even),
.elementor-portfolio-metro div.column-item:nth-child(3n):nth-child(odd) {
    max-width: 50%;
    flex: 0 0 50%;
    width: 50%
}

@media(max-width:1199px) {

    .elementor-portfolio-metro div.column-item:nth-child(3n+1):nth-child(even),
    .elementor-portfolio-metro div.column-item:nth-child(3n):nth-child(odd) {
        max-width: 100%;
        flex: 0 0 100%;
        width: 100%
    }
}

.elementor-category-wrapper {
    position: relative;
    display: table;
    overflow: hidden
}

.elementor-category-wrapper img {
    display: block;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-category-wrapper .category-name {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 20px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.1px;
    color: #fff
}

.elementor-category-wrapper:hover img {
    -webkit-transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05);
    -ms-transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05);
    -moz-transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05);
    transform: translate3d(0, -2px, 0) scale3d(1.05, 1.05, 1.05)
}

.elementor-widget-opal-post-grid .owl-theme .column-item .post-inner {
    margin-bottom: 0
}

.elementor-widget-opal-post-grid .column-item {
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch
}

.elementor-widget-opal-post-grid .post-inner {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    background-color: transparent;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-opal-post-grid .post-content {
    padding: 0;
    background-color: transparent;
    border-radius: 0
}

.elementor-widget-opal-post-grid .entry-header {
    margin-bottom: 1.8rem
}

.elementor-widget-opal-post-grid .entry-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500
}

.elementor-widget-opal-post-grid .entry-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em
}

.elementor-widget-opal-post-grid .post-thumbnail {
    margin-bottom: 1rem;
    padding-top: 66.66%;
    overflow: hidden;
    width: 100%;
    border-radius: 6px
}

.elementor-widget-opal-post-grid .post-thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.elementor-widget-opal-post-grid .post-thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.elementor-widget-opal-post-grid .post-thumbnail img {
    width: 100%;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-opal-post-grid .entry-meta {
    margin-bottom: .7rem
}

.elementor-widget-opal-post-grid .entry-header-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 30px;
    z-index: 99
}

@media(max-width:575px) {
    .elementor-widget-opal-post-grid .entry-header-overlay {
        padding: 20px
    }
}

.elementor-widget-opal-post-grid .entry-content {
    line-height: 24px;
    font-size: 14px
}

.post-style-2 .post-inner {
    background-color: #fff;
    border-radius: 6px
}

.post-style-2 .post-thumbnail {
    border-radius: 0
}

.post-style-2 .post-thumbnail img {
    border-radius: 0
}

.post-style-2 .post-content {
    padding: 0 25px 25px
}

ul.elementor-price-table__features-list {
    padding: 0;
    margin: 0;
    list-style-type: none;
    border-top: 1px solid
}

ul.elementor-price-table__features-list li:last-child .elementor-price-table__feature-inner {
    border: none
}

.elementor-price-table__feature-inner {
    border-bottom: 1px solid #e3e3e3
}

.elementor-price-table__heading {
    font-size: 20px;
    font-size: 1.25rem
}

.elementor-price-table__title-pricing {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 5px
}

.elementor-price-table__price {
    display: flex;
    font-size: 60px;
    font-size: 3.75rem
}

.elementor-price-table__price span {
    line-height: 1
}

.elementor-price-table__heading-description {
    margin-bottom: 45px
}

.elementor-price-table__feature-inner {
    padding: 10px 0;
    font-size: 14px;
    font-size: .875rem
}

.elementor-price-table__feature-inner i {
    color: #33a457;
    margin-right: 8px;
    min-width: 15px
}

.elementor-price-table__icon-wrapper {
    margin-bottom: 20px
}

.elementor-price-table__icon-wrapper .elementor-icon {
    border: 55px solid red;
    border-radius: 50%;
    position: relative
}

.elementor-price-table__icon-wrapper .elementor-icon i {
    z-index: 1
}

.price-table-icon-bkg {
    border-radius: 50%;
    position: absolute;
    content: '';
    width: 90%;
    height: 90%;
    top: 5%;
    left: 5%
}

.elementor-button-justify .elementor-price-table__button {
    width: 100%
}

.elementor-price-table__price {
    font-weight: 700
}

.elementor-price-table-center .elementor-price-table__price {
    justify-content: center
}

.elementor-price-table-right .elementor-price-table__price {
    justify-content: flex-end
}

.elementor-button-default .elementor-button {
    background: 0 0
}

.elementor-widget-opal-price-table .elementor-widget-container {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-product-categories-wrapper .elementor-product-categories-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px
}

.elementor-product-categories-wrapper .owl-theme .elementor-product-categories-item {
    margin-bottom: 0
}

.elementor-product-categories-wrapper .elementor-product-categories-item-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center
}

.elementor-product-categories-wrapper .elementor-product-categories-image {
    position: relative;
    overflow: hidden
}

.elementor-product-categories-wrapper .elementor-product-categories-image img {
    border-radius: 6px;
    object-fit: cover;
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.elementor-product-categories-wrapper .elementor-product-categories-image:hover img {
    opacity: .8
}

.elementor-product-categories-wrapper .elementor-product-categories-title {
    font-weight: 700;
    margin-top: 5px
}

.cat-total {
    display: none
}

.show-total-yes .cat-total {
    display: block
}

.product-cate-style-2 .elementor-product-categories-wrapper .elementor-product-categories-item-inner {
    flex-direction: row
}

.product-cate-style-2.elementor-align-right .elementor-product-categories-wrapper .elementor-product-categories-item-inner {
    flex-direction: row-reverse
}

.product-cate-style-2.elementor-align-center .elementor-product-categories-wrapper .elementor-product-categories-item-inner {
    flex-direction: column
}

.product-cate-style-3 .elementor-product-categories-wrapper .elementor-product-categories-item-inner {
    flex-direction: row-reverse;
    justify-content: space-between
}

.elementor-widget-opal-products-tabs .elementor-tabs-wrapper {
    text-align: center;
    margin-bottom: 70px;
    border-bottom: 1px solid #e3e3d9
}

.elementor-widget-opal-products-tabs .elementor-tab-title {
    color: #aaa;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.2;
    font-weight: 500;
    padding: 7px 0;
    margin: 0 15px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    border-bottom: 3px solid transparent;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: -1px
}

.elementor-widget-opal-products-tabs .elementor-tab-title:last-child {
    margin-right: 0
}

.elementor-widget-opal-products-tabs .elementor-tab-title:first-child {
    margin-left: 0
}

.elementor-widget-opal-products-tabs .elementor-tab-title:hover,
.elementor-widget-opal-products-tabs .elementor-tab-title.elementor-active {
    color: #222;
    border-color: #222
}

.elementor-widget-opal-products-tabs .elementor-tabs-content-wrapper {
    border: none
}

@media(max-width:767px) {

    .elementor-tabs .elementor-tab-title,
    .elementor-tabs .elementor-tab-content {
        border-width: 0;
        border-style: solid;
        border-bottom-style: none
    }
}

.elementor-html .onsale+img,
.elementor-html .product-img-wrap+img,
.elementor-html .product-image+img {
    display: none !important
}

.elementor-html .site-content-contain {
    z-index: 100
}

.elementor-html .product-image.no-gallery {
    display: none !important
}

.countdown-times {
    justify-content: center;
    display: inline-flex;
    padding: 8px 0;
    line-height: 1;
    font-size: 18px;
    font-size: 1.125rem;
    text-transform: capitalize
}

.countdown-times>div {
    line-height: 1;
    min-width: 45px;
    padding: 5px;
    position: relative;
    text-align: center;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 3px 13px rgba(0, 0, 0, .11)
}

.countdown-times>div:not(:first-child) {
    margin-left: 10px
}

.countdown-times>div:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%)
}

.countdown-times b {
    display: block
}

.countdown-times span {
    font-size: 12px;
    font-size: .75rem;
    display: block
}

.opal-product-tooltipster .tooltipster-content {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 2px;
    font-size: 13px;
    font-size: .8125rem
}

.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
    transform: translateY(-5px)
}

.woocommerce-product-gallery__image .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.woocommerce-product-gallery__image .embed-container iframe,
.woocommerce-product-gallery__image .embed-container object,
.woocommerce-product-gallery__image .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media(max-width:991px) {

    .woocommerce-message,
    .woocommerce-notice,
    .woocommerce-info,
    .woocommerce-error {
        cursor: pointer
    }
}

.elementor-progress-percentage {
    padding-right: 0;
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0
}

.elementor-progress-wrapper {
    height: 5px;
    background: #eee
}

.elementor-widget-progress .elementor-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 10px
}

.elementor-progress-bar {
    border-radius: 0
}

.overflow-hidden .elementor-widget-container {
    overflow: hidden !important
}

.elementor-search-form input[type=search],
.elementor-search-form button {
    margin: 0;
    border: 0;
    padding: .75rem;
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    line-height: 1;
    min-width: 0;
    font-size: 14px;
    -webkit-appearance: none
}

.elementor-search-form input[type=search]:focus,
.elementor-search-form button:focus {
    outline: 0;
    color: inherit
}

.elementor-search-form .elementor-search-form__submit {
    padding-left: 25px;
    padding-right: 25px;
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1rem;
    background: 0 0;
    color: #000;
    -webkit-transition: color .2s, background .2s;
    -o-transition: color .2s, background .2s;
    transition: color .2s, background .2s
}

.elementor-search-form .elementor-search-form__submit:active,
.elementor-search-form .elementor-search-form__submit:hover {
    background: 0 0;
    border-color: transparent
}

.elementor-search-form .elementor-search-form__submit:before {
    opacity: 0;
    display: none;
    visibility: hidden
}

.elementor-search-form__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    overflow: hidden;
    min-height: 44px
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
    background: #fff
}

.elementor-search-form__input {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    color: #55595c;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s
}

.elementor-search-form__input::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 1
}

.elementor-search-form__input:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 1
}

.elementor-search-form__input::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 1
}

.elementor-search-form__input::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: 1
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
    opacity: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
    font-size: 50px;
    text-align: center;
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #fff;
    line-height: 1.5
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
    cursor: pointer;
    vertical-align: middle;
    color: #1d2a38
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
    position: relative;
    display: block;
    border: solid 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 33px;
    height: 33px;
    border-radius: 3px
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: .55em
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    padding: 0 12%;
    background-color: rgba(0, 0, 0, .8);
    flex-wrap: wrap;
    overflow: scroll
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
    overflow: hidden;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
    display: none
}

.elementor-search-data-fetch {
    text-align: left;
    background-color: #fff;
    margin-top: 10px;
    width: 100%;
    padding: 20px
}

.elementor-search-data-fetch ul {
    display: flex;
    flex-wrap: wrap
}

.elementor-search-data-fetch ul li {
    -webkit-animation-name: soberFadeInUp;
    animation-name: soberFadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    width: 100%;
    padding-right: 10px
}

@media(min-width:576px) {
    .elementor-search-data-fetch ul li {
        width: 50%
    }
}

@media(min-width:992px) {
    .elementor-search-data-fetch ul li {
        width: 25%
    }
}

.elementor-search-data-fetch ul li:nth-child(2) {
    animation-delay: .1s
}

.elementor-search-data-fetch ul li:nth-child(3) {
    animation-delay: .2s
}

.elementor-search-data-fetch ul li:nth-child(4) {
    animation-delay: .3s
}

.elementor-search-data-fetch ul li:nth-child(5) {
    animation-delay: .4s
}

.elementor-search-data-fetch ul li:nth-child(6) {
    animation-delay: .5s
}

.elementor-search-data-fetch ul li:nth-child(7) {
    animation-delay: .6s
}

.elementor-search-data-fetch ul li:nth-child(8) {
    animation-delay: .7s
}

.elementor-search-data-fetch h4 {
    text-align: center;
    padding: 20px
}

.button-link-search {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    border-bottom: 2px solid #1d2a38;
    color: #1d2a38;
    padding-bottom: 5px
}

.button-link-search i {
    margin-left: 10px;
    transition: all ease-in-out .3s
}

.button-link-search:hover {
    border-bottom: 2px solid #1d2a38;
    color: #1d2a38
}

.button-link-search:hover i {
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

@keyframes soberFadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.elementor-widget-opal-site-logo.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-opal-site-logo.elementor-widget-image .elementor-image>img[src$=".svg"],
.elementor-widget-opal-site-logo.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 95px
}

.elementor-widget-social-icons.elementor-social-custom .elementor-social-icon:hover {
    background-color: transparent
}

.elementor-widget-social-icons .elementor-social-icons-wrapper {
    justify-content: flex-start;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-gradient .elementor-share-btn {
    background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-framed .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn {
    color: #ea4335;
    border-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
    background-color: #ea4335
}

.elementor-share-buttons--color-custom.elementor-share-buttons--skin-boxed .elementor-share-btn__icon,
.elementor-share-buttons--color-custom.elementor-share-buttons--skin-minimal .elementor-share-btn__icon {
    color: #fff
}

.elementor-share-buttons--color-official .elementor-share-btn:hover {
    filter: saturate(1.5) brightness(1.2)
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_delicious {
    background-color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_digg {
    background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_email {
    background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_print {
    background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_facebook {
    background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_google {
    background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pocket {
    background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_linkedin {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_odnoklassniki {
    background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_pinterest {
    background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_reddit {
    background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_skype {
    background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_slideshare {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_snapchat {
    background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_stumbleupon {
    background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_mix {
    background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_tumblr {
    background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitch {
    background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_telegram {
    background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_twitter {
    background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vimeo {
    background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_vk {
    background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_weixin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_weixin {
    background-color: #31a918
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_weibo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_weibo {
    background-color: #dd2430
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_whatsapp {
    background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_wordpress {
    background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-flat .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-gradient .elementor-share-btn_xing {
    background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_delicious,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious {
    color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_digg,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg {
    color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_email,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email {
    color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_print,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print {
    color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_facebook,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook {
    color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_google,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google {
    color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pocket,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket {
    color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_linkedin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin {
    color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_odnoklassniki,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki {
    color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_pinterest,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest {
    color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_reddit,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit {
    color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_skype,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype {
    color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_slideshare,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare {
    color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_snapchat,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat {
    color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_stumbleupon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon {
    color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_mix,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix {
    color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_tumblr,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr {
    color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitch,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch {
    color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_telegram,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram {
    color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_twitter,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter {
    color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vimeo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo {
    color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_vk,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk {
    color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_weixin,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_weixin {
    color: #31a918
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_weibo,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_weibo {
    color: #dd2430
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_whatsapp,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp {
    color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_wordpress,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress {
    color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-framed .elementor-share-btn_xing,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing {
    color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_delicious .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_delicious .elementor-share-btn__icon {
    background-color: #39f
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_digg .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_digg .elementor-share-btn__icon {
    background-color: #005be2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_email .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_email .elementor-share-btn__icon {
    background-color: #ea4335
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_print .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_print .elementor-share-btn__icon {
    background-color: #aaa
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_facebook .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_facebook .elementor-share-btn__icon {
    background-color: #3b5998
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_google .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_google .elementor-share-btn__icon {
    background-color: #dd4b39
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pocket .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pocket .elementor-share-btn__icon {
    background-color: #ef3f56
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_linkedin .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_linkedin .elementor-share-btn__icon {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_odnoklassniki .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_odnoklassniki .elementor-share-btn__icon {
    background-color: #f4731c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_pinterest .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_pinterest .elementor-share-btn__icon {
    background-color: #bd081c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_reddit .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_reddit .elementor-share-btn__icon {
    background-color: #ff4500
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_skype .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_skype .elementor-share-btn__icon {
    background-color: #00aff0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_slideshare .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_slideshare .elementor-share-btn__icon {
    background-color: #0077b5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_snapchat .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_snapchat .elementor-share-btn__icon {
    background-color: #fffc00
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_stumbleupon .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_stumbleupon .elementor-share-btn__icon {
    background-color: #eb4924
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_mix .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_mix .elementor-share-btn__icon {
    background-color: #f3782b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_tumblr .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_tumblr .elementor-share-btn__icon {
    background-color: #35465c
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitch .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitch .elementor-share-btn__icon {
    background-color: #6441a5
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_telegram .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_telegram .elementor-share-btn__icon {
    background-color: #2ca5e0
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_twitter .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_twitter .elementor-share-btn__icon {
    background-color: #1da1f2
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vimeo .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vimeo .elementor-share-btn__icon {
    background-color: #1ab7ea
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_vk .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_vk .elementor-share-btn__icon {
    background-color: #45668e
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_weixin .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_weixin .elementor-share-btn__icon {
    background-color: #31a918
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_weibo .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_weibo .elementor-share-btn__icon {
    background-color: #dd2430
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_whatsapp .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_whatsapp .elementor-share-btn__icon {
    background-color: #25d366
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_wordpress .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_wordpress .elementor-share-btn__icon {
    background-color: #21759b
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn_xing .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn_xing .elementor-share-btn__icon {
    background-color: #026466
}

.elementor-share-buttons--color-official.elementor-share-buttons--skin-boxed .elementor-share-btn .elementor-share-btn__icon,
.elementor-share-buttons--color-official.elementor-share-buttons--skin-minimal .elementor-share-btn .elementor-share-btn__icon {
    color: #fff
}

.elementor-share-buttons--skin-framed .elementor-share-btn__icon,
.elementor-share-buttons--skin-boxed .elementor-share-btn__icon {
    margin-left: -.2em
}

.elementor-share-buttons--skin-framed .elementor-share-btn,
.elementor-share-buttons--skin-boxed .elementor-share-btn {
    border-style: solid
}

.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .12), rgba(0, 0, 0, 0))
}

.elementor-share-buttons--skin-gradient.elementor-share-buttons--view-icon .elementor-share-btn__icon {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .12), rgba(0, 0, 0, 0))
}

.elementor-share-buttons--skin-boxed .elementor-share-btn__text,
.elementor-share-buttons--skin-minimal .elementor-share-btn__text,
.elementor-share-buttons--skin-gradient .elementor-share-btn__text {
    padding-left: .9em
}

.elementor-share-buttons--skin-flat .elementor-share-btn,
.elementor-share-buttons--skin-flat .elementor-share-btn:hover,
.elementor-share-buttons--skin-gradient .elementor-share-btn,
.elementor-share-buttons--skin-gradient .elementor-share-btn:hover {
    color: #fff
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-rounded .elementor-share-btn__icon {
    border-radius: .5em
}

.elementor-share-buttons--skin-minimal.elementor-share-buttons--shape-circle .elementor-share-btn__icon {
    border-radius: 99.9em
}

.elementor-share-buttons--view-text .elementor-share-btn__text {
    padding-left: 1em
}

.elementor-share-buttons--view-text .elementor-share-btn,
.elementor-share-buttons--view-icon .elementor-share-btn {
    justify-content: center
}

.elementor-share-buttons--view-text .elementor-share-btn__icon,
.elementor-share-buttons--view-text .elementor-share-btn__text,
.elementor-share-buttons--view-icon .elementor-share-btn__icon,
.elementor-share-buttons--view-icon .elementor-share-btn__text {
    flex-grow: 1;
    justify-content: center
}

.elementor-share-buttons--shape-rounded .elementor-share-btn {
    border-radius: .5em
}

.elementor-share-buttons--shape-circle .elementor-share-btn {
    border-radius: 99.9em
}

.elementor-share-buttons--align-right .elementor-grid {
    justify-content: flex-end
}

.elementor-share-buttons--align-left .elementor-grid {
    justify-content: flex-start
}

.elementor-share-buttons--align-center .elementor-grid {
    justify-content: center
}

.elementor-share-buttons--align-justify .elementor-grid {
    justify-content: space-between
}

@media(max-width:ELEMENTOR_SCREEN_MD_MAX) {
    .elementor-share-buttons-tablet--align-right .elementor-grid {
        justify-content: flex-end
    }

    .elementor-share-buttons-tablet--align-left .elementor-grid {
        justify-content: flex-start
    }

    .elementor-share-buttons-tablet--align-center .elementor-grid {
        justify-content: center
    }

    .elementor-share-buttons-tablet--align-justify .elementor-grid {
        justify-content: space-between
    }
}

@media(max-width:ELEMENTOR_SCREEN_SM_MAX) {
    .elementor-share-buttons-mobile--align-right .elementor-grid {
        justify-content: flex-end
    }

    .elementor-share-buttons-mobile--align-left .elementor-grid {
        justify-content: flex-start
    }

    .elementor-share-buttons-mobile--align-center .elementor-grid {
        justify-content: center
    }

    .elementor-share-buttons-mobile--align-justify .elementor-grid {
        justify-content: space-between
    }
}

.elementor-share-btn {
    overflow: hidden;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition-duration: .2s;
    transition-property: filter, background-color, border-color;
    height: 4.5em;
    cursor: pointer
}

.elementor-share-btn__icon,
.elementor-share-btn__text {
    transition-property: color, background-color;
    transition-duration: .2s
}

.elementor-share-btn__icon {
    display: flex;
    align-self: stretch;
    justify-content: center;
    align-items: center;
    width: 4.5em;
    position: relative
}

.elementor-share-btn__icon i {
    font-size: 1.7em
}

.elementor-share-btn__text {
    font-size: 1.5em;
    padding-right: 1em;
    align-self: stretch;
    flex-grow: 1;
    align-items: center;
    display: flex;
    font-weight: 100
}

.elementor-share-btn__title {
    font-weight: 700;
    flex-shrink: 0
}

.elementor-widget-share-buttons .elementor-widget-container {
    overflow: hidden
}

.elementor-widget-spacer .elementor-widget-container {
    height: 100%
}

.elementor-widget-wrap:hover [class*=opal-svg-],
.elementor-widget-wrap:hover [class*=opal-svg-]>* {
    transform-origin: center center;
    transform-box: fill-box
}

.elementor-widget-wrap:hover .opal-svg-spinner {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.elementor-widget-wrap:hover .opal-svg-moveup {
    animation: opalScaleUp .3s;
    -moz-animation: opalScaleUp .3s;
    -webkit-animation: opalScaleUp .3s
}

.elementor-teams-wrapper {
    margin-bottom: 30px
}

.elementor-teams-wrapper .elementor-team-image {
    font-size: 0;
    margin-bottom: 20px;
    position: relative
}

.elementor-teams-wrapper .elementor-team-name {
    font-size: 18px;
    font-size: 1.125rem;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 1.5
}

.elementor-teams-wrapper .elementor-team-name a {
    color: inherit;
    -ms-transition: none;
    -o-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    transition: none
}

.elementor-teams-wrapper .elementor-team-job {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px
}

.elementor-teams-wrapper .team-icon-socials {
    list-style: none;
    font-size: 14px;
    font-size: .875rem;
    padding-left: 0;
    margin-bottom: 0
}

.elementor-teams-wrapper .team-icon-socials li {
    position: relative;
    display: inline-block;
    margin-right: 4px;
    margin-left: 4px
}

.elementor-teams-wrapper .team-icon-socials a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    padding: 5px;
    width: 32px;
    height: 32px;
    background-color: #24aeb1;
    border-radius: 50%
}

.elementor-teams-wrapper .team-icon-socials a i {
    min-width: 22px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-teams-wrapper .team-icon-socials a:hover {
    color: #fff
}

.elementor-teams-wrapper .team-image {
    position: relative;
    overflow: hidden;
    display: inline-block
}

.elementor-teams-wrapper .team-image:after {
    display: block;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .1)
}

.elementor-teams-wrapper .elementor-team-socials {
    opacity: 0;
    visibility: hidden;
    bottom: 50%;
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    position: absolute;
    left: 0;
    right: 0
}

.elementor-teams-wrapper:hover .elementor-team-socials {
    opacity: 1;
    visibility: visible
}

.elementor-teams-wrapper:hover .team-image:after {
    opacity: 1;
    visibility: visible;
    overflow: visible
}

.elementor-widget-opal-team-box .elementor-widget-container {
    background-color: #fff
}

.elementor-widget-opal-testimonials .elementor-testimonial-wrapper {
    overflow: unset
}

.elementor-widget-opal-testimonials .owl-dots {
    padding: 0 15px
}

@media(max-width:767px) {
    .elementor-widget-opal-testimonials .owl-nav {
        display: none;
        visibility: hidden
    }
}

.elementor-widget-opal-testimonials .item-box {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    max-width: 100%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.elementor-widget-opal-testimonials .elementor-testimonial-image {
    line-height: 0;
    margin-bottom: 1rem
}

.elementor-widget-opal-testimonials .elementor-testimonial-item {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column
}

.elementor-widget-opal-testimonials img {
    border-radius: 50%;
    height: 70px;
    width: 70px;
    box-shadow: none;
    object-fit: cover
}

.elementor-widget-opal-testimonials .elementor-testimonial-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 12px;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.elementor-widget-opal-testimonials .elementor-testimonial-content {
    font-size: 16px;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 28px;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-box-flex: 1;
    flex-grow: 1
}

.elementor-widget-opal-testimonials .elementor-testimonial-rating {
    font-size: 16px;
    font-size: 1rem;
    color: #ffd21c;
    margin-bottom: 30px;
    margin-top: auto
}

.elementor-widget-opal-testimonials .elementor-testimonial-rating i {
    margin: 0 1px
}

.elementor-widget-opal-testimonials .elementor-testimonial-name {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.elementor-widget-opal-testimonials .elementor-testimonial-job {
    font-size: 13px;
    font-size: .8125rem;
    display: block;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.elementor-widget-opal-testimonials .elementor-testimonial-quote {
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 25px;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

.elementor-widget-opal-testimonials .elementor-testimonial-rating {
    overflow: hidden;
    display: inline-block;
    position: relative;
    height: 1.618em;
    margin-bottom: .4rem;
    line-height: 1.618;
    width: 5.1em;
    font-family: fontawesome;
    font-weight: 400;
    font-size: 13px;
    font-size: .8125rem
}

.elementor-widget-opal-testimonials .elementor-testimonial-rating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: .1em
}

.elementor-widget-opal-testimonials .elementor-testimonial-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.elementor-widget-opal-testimonials .elementor-testimonial-rating span:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #fbb614;
    letter-spacing: .1em
}

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-left .elementor-testimonial-wrapper {
    text-align: left
}

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-left .owl-dots {
    text-align: left
}

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-center .elementor-testimonial-wrapper {
    text-align: center
}

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-right .elementor-testimonial-wrapper {
    text-align: right
}

.elementor-widget-opal-testimonials.elementor-testimonial-text-align-right .owl-dots {
    text-align: right
}

.elementor-widget-opal-testimonials.content-box-move-up .item-box:hover .elementor-testimonial-content-box {
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.elementor-widget-opal-testimonials.content-box-move-down .item-box:hover .elementor-testimonial-content-box {
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px);
    transform: translateY(10px)
}

.elementor-widget-opal-testimonials.wrapper-move-up .item-box:hover {
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px)
}

.elementor-widget-opal-testimonials.wrapper-move-down .item-box:hover {
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
}

.elementor-widget-opal_text_carousel .owl-carousel .elementor-heading-title,
.elementor-widget-opal_text_carousel .woocommerce-product-carousel ul.products .elementor-heading-title,
.woocommerce-product-carousel .elementor-widget-opal_text_carousel ul.products .elementor-heading-title {
    margin-bottom: 0;
    font-size: 22px;
    font-size: 1.375rem
}

.elementor-widget-opal_text_carousel .owl-carousel .elementor-content,
.elementor-widget-opal_text_carousel .woocommerce-product-carousel ul.products .elementor-content,
.woocommerce-product-carousel .elementor-widget-opal_text_carousel ul.products .elementor-content {
    padding-top: 10px
}

@media(min-width:992px) {
    .elementor-widget-opal_text_carousel.text-carousel-style-2 .elementor-content-item-inner {
        display: flex;
        flex-direction: row-reverse
    }

    .elementor-widget-opal_text_carousel.text-carousel-style-2 .elementor-image-framed,
    .elementor-widget-opal_text_carousel.text-carousel-style-2 .elementor-content-wrap {
        width: 50%;
        padding-left: 20px;
        padding-right: 20px;
        display: flex;
        flex-direction: column;
        justify-content: center
    }
}

.elementor-text_carousel-wrapper .row,
.elementor-text_carousel-wrapper body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cl #content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper body.opal-content-layout-2cr #content .wrap,
body.opal-content-layout-2cr #content .elementor-text_carousel-wrapper .wrap,
.elementor-text_carousel-wrapper [data-opal-columns],
.elementor-text_carousel-wrapper .site-footer .widget-area,
.site-footer .elementor-text_carousel-wrapper .widget-area,
.elementor-text_carousel-wrapper .comment-form,
.elementor-text_carousel-wrapper .widget .gallery,
.widget .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .elementor-element .gallery,
.elementor-element .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .entry-gallery .gallery,
.entry-gallery .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper .single .gallery,
.single .elementor-text_carousel-wrapper .gallery,
.elementor-text_carousel-wrapper [data-elementor-columns],
.elementor-text_carousel-wrapper .single-portfolio-summary .single-portfolio-summary-inner,
.single-portfolio-summary .elementor-text_carousel-wrapper .single-portfolio-summary-inner,
.elementor-text_carousel-wrapper .woocommerce-cart .entry-content>.woocommerce,
.woocommerce-cart .elementor-text_carousel-wrapper .entry-content>.woocommerce,
.elementor-text_carousel-wrapper .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-billing-fields .elementor-text_carousel-wrapper .woocommerce-billing-fields__field-wrapper,
.elementor-text_carousel-wrapper .woocommerce-MyAccount-content form[class^=woocommerce-],
.woocommerce-MyAccount-content .elementor-text_carousel-wrapper form[class^=woocommerce-],
.elementor-text_carousel-wrapper .woocommerce-columns--addresses,
.elementor-text_carousel-wrapper form.track_order,
.elementor-text_carousel-wrapper .woocommerce-account .woocommerce,
.woocommerce-account .elementor-text_carousel-wrapper .woocommerce,
.elementor-text_carousel-wrapper .woocommerce-account .woocommerce .u-columns.woocommerce-Addresses,
.woocommerce-account .woocommerce .elementor-text_carousel-wrapper .u-columns.woocommerce-Addresses,
.elementor-text_carousel-wrapper .woocommerce-Addresses,
.elementor-text_carousel-wrapper .woocommerce-address-fields__field-wrapper,
.elementor-text_carousel-wrapper [class*=columns-] ul.products,
[class*=columns-] .elementor-text_carousel-wrapper ul.products,
.elementor-text_carousel-wrapper .single-product div.type-product .product-inner,
.single-product div.type-product .elementor-text_carousel-wrapper .product-inner {
    margin: 0
}

@media(max-width:1440px) {

    .elementor-text_carousel-wrapper .owl-theme.owl-carousel .owl-nav [class*=owl-],
    .elementor-text_carousel-wrapper .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-],
    .woocommerce-product-carousel .elementor-text_carousel-wrapper ul.owl-theme.products .owl-nav [class*=owl-] {
        display: none
    }
}

.elementor-text_carousel-wrapper .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-prev,
.elementor-text_carousel-wrapper .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-prev,
.woocommerce-product-carousel .elementor-text_carousel-wrapper ul.owl-theme.products .owl-nav [class*=owl-].owl-prev {
    left: -30px
}

.elementor-text_carousel-wrapper .owl-theme.owl-carousel .owl-nav [class*=owl-].owl-next,
.elementor-text_carousel-wrapper .woocommerce-product-carousel ul.owl-theme.products .owl-nav [class*=owl-].owl-next,
.woocommerce-product-carousel .elementor-text_carousel-wrapper ul.owl-theme.products .owl-nav [class*=owl-].owl-next {
    right: -30px
}

.elementor-text_carousel-wrapper .elementor-content-item-inner {
    background: #fff;
    padding: 20px
}

@media(min-width:992px) {
    .elementor-text_carousel-wrapper .elementor-content-item-inner {
        padding: 50px
    }
}

.elementor-text_carousel-wrapper .elementor-heading-title {
    margin-top: 50px;
    margin-bottom: 10px
}

.elementor-text_carousel-wrapper .elementor-content p {
    margin-bottom: 10px
}

.timeline-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px
}

@media(min-width:768px) {
    .timeline-item {
        margin-bottom: 30px
    }
}

.timeline-item .timeline-thumbnail {
    margin-bottom: 1.5em
}

.timeline-item .timeline-thumbnail img {
    margin: 0 auto
}

.timeline-item .timeline-thumbnail:after {
    content: "";
    width: 15px;
    height: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    bottom: 50%;
    left: 0;
    z-index: 1;
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 50%;
    position: absolute
}

@media(min-width:768px) {
    .timeline-item .timeline-thumbnail:after {
        -ms-transform: translate(-50%, 50%);
        -o-transform: translate(-50%, 50%);
        -moz-transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%)
    }
}

.timeline-item .timeline-thumbnail:before {
    content: "";
    position: absolute;
    border-top: 4px dotted #e6e6e6;
    width: 150px;
    top: 50%;
    left: 0;
    z-index: 1;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.timeline-item .timeline-number-wap {
    display: inline-block
}

.timeline-item .timeline-title {
    font-size: 20px;
    font-size: 1.25rem
}

.timeline-item .timeline-buttom {
    margin-top: 1.5em
}

.timeline-item .content {
    line-height: 1.5
}

.timeline-item .content p {
    margin-bottom: 1rem
}

.opal-timeline-wrapper {
    overflow: hidden;
    position: relative
}

.opal-timeline-line {
    position: absolute;
    border-left: 4px dotted #e6e6e6;
    left: 6px;
    top: 0;
    bottom: 0
}

@media(min-width:768px) {
    .opal-timeline-line {
        -ms-transform: translateX(50%);
        -o-transform: translateX(50%);
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        right: 50%;
        left: unset
    }
}

.elementor-timeline-view-horizontal .timeline-item {
    align-self: stretch
}

.elementor-timeline-view-vertical .timeline-item {
    position: relative
}

@media(min-width:768px) {
    .elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-thumbnail {
        order: 0
    }

    .elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-thumbnail:before {
        right: 0;
        left: auto
    }

    .elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-thumbnail:after {
        left: 100%
    }
}

.elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-image-wap {
    padding-left: 30px;
    padding-right: 0
}

@media(min-width:768px) {
    .elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-image-wap {
        padding-right: 30px;
        padding-left: 0
    }
}

@media(min-width:992px) {
    .elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-image-wap {
        padding-right: 100px;
        padding-left: 0
    }
}

.elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-content-wap {
    padding-left: 30px;
    padding-right: 0;
    text-align: left
}

@media(min-width:768px) {
    .elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-content-wap {
        padding-left: 30px;
        padding-right: 0
    }
}

@media(min-width:992px) {
    .elementor-timeline-view-vertical .timeline-item:nth-child(2n-1) .timeline-content-wap {
        padding-left: 100px;
        padding-right: 0
    }
}

.elementor-timeline-view-vertical .timeline-item:last-child {
    margin-bottom: 0
}

.elementor-timeline-view-vertical .timeline-image-wap {
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-right: 0;
    border-radius: 6px
}

@media(min-width:768px) {
    .elementor-timeline-view-vertical .timeline-image-wap {
        padding-left: 30px;
        padding-right: 0
    }
}

@media(min-width:992px) {
    .elementor-timeline-view-vertical .timeline-image-wap {
        padding-left: 100px;
        padding-right: 0
    }
}

.elementor-timeline-view-vertical .timeline-image-wap img {
    border-radius: 6px
}

.elementor-timeline-view-vertical .timeline-content-wap {
    padding-left: 30px;
    padding-right: 0;
    position: relative;
    z-index: 2
}

@media(min-width:768px) {
    .elementor-timeline-view-vertical .timeline-content-wap {
        padding-right: 30px;
        padding-left: 0;
        text-align: right
    }
}

@media(min-width:992px) {
    .elementor-timeline-view-vertical .timeline-content-wap {
        padding-right: 100px;
        padding-left: 0;
        text-align: right
    }
}

.elementor-timeline-view-vertical .timeline-thumbnail {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 1.5em
}

@media(min-width:768px) {
    .elementor-timeline-view-vertical .timeline-thumbnail {
        margin-bottom: 0;
        order: 2
    }

    .elementor-timeline-view-vertical .timeline-thumbnail:before {
        left: 0;
        right: auto
    }
}

.elementor-timeline-view-vertical .timeline-content {
    order: 1;
    padding-left: 0 !important;
    padding-right: 0 !important
}

.elementor-widget-toggle .elementor-tab-title {
    align-items: center
}

.elementor-toggle-item:last-child .elementor-tab-title {
    border: 0
}

.vertical-menu-separator-yes .vertical-navigation:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    height: 23px;
    width: 1px;
    background-color: var(--e-global-color-border);
    transform: translateY(-50%)
}

.vertical-menu-separator-yes .vertical-navigation:hover:after {
    background-color: transparent
}

.home .nav-vertical-menu-layout-content-style-2 .vertical-navigation .vertical-menu,
.page-template-page-elementor .nav-vertical-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
    opacity: 1;
    visibility: visible;
    z-index: 990;
    transform: translateY(0)
}

.osf-vscroll-inner {
    position: relative;
    overflow: hidden;
    min-height: 100%
}

.osf-vscroll-inner .osf-vscroll-dots {
    position: fixed;
    z-index: 100;
    opacity: 1;
    margin-top: -32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.osf-vscroll-wrap .osf-vscroll-nav-menu {
    opacity: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.osf-vscroll-wrap .osf-vscroll-dots-hide {
    opacity: 0;
    visibility: hidden
}

@media(max-width:575px) {
    .osf-vscroll-dots {
        display: none
    }
}

.osf-vscroll-dots.middle {
    top: 50%
}

.osf-vscroll-dots.top {
    top: 40px
}

.osf-vscroll-dots.bottom {
    bottom: 30px
}

.osf-vscroll-dots.right {
    right: 17px
}

.osf-vscroll-dots.left {
    left: 17px
}

.osf-vscroll-inner ul.osf-vscroll-dots-list,
.osf-vscroll-wrap .osf-vscroll-nav-menu {
    margin: 0 !important;
    padding: 0
}

.osf-vscroll-inner ul.osf-vscroll-dots-list li {
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: visible
}

.osf-vscroll-inner .osf-vscroll-dot-item .osf-vscroll-nav-link {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none
}

.osf-vscroll-inner .osf-vscroll-dot-item .osf-vscroll-nav-link span {
    top: 2px;
    left: 2.5px;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.osf-vscroll-inner .osf-vscroll-dot-item.active .osf-vscroll-nav-link span {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

.osf-vscroll-inner .osf-vscroll-dot-item .osf-vscroll-tooltip {
    position: absolute;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    padding-left: .4em;
    padding-right: .4em
}

.osf-vscroll-inner .osf-vscroll-dots.right .osf-vscroll-tooltip {
    right: 27px
}

.osf-vscroll-inner .osf-vscroll-dots.lines .osf-vscroll-dot-item {
    width: 4px;
    height: 30px
}

.osf-vscroll-inner .osf-vscroll-dots.lines .osf-vscroll-dot-item span {
    width: 100%;
    height: 100%;
    border-radius: 0
}

.osf-vscroll-inner .osf-vscroll-dots.lines .osf-vscroll-dot-item.active span {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media(max-width:768px) {
    .osf-vscroll-dots.right {
        right: 7px
    }

    .osf-vscroll-dots.left {
        left: 7px
    }
}

.osf-vscroll-inner .osf-vscroll-dots.right .osf-vscroll-tooltip:after {
    position: absolute;
    top: 50%;
    content: '';
    left: calc(100% - 1px);
    width: 10px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.osf-vscroll-inner .osf-vscroll-dots.left .osf-vscroll-tooltip:after {
    position: absolute;
    top: 50%;
    content: '';
    right: calc(100% - 1px);
    width: 10px;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.osf-vscroll-inner .osf-vscroll-dots.left .osf-vscroll-tooltip {
    left: 27px
}

.osf-vscroll-nav-menu {
    position: fixed;
    top: 20px;
    height: 40px;
    z-index: 100;
    padding: 0;
    margin: 0
}

.osf-vscroll-nav-menu.left {
    left: 0
}

.osf-vscroll-nav-menu.right {
    right: 0
}

.osf-vscroll-nav-menu .osf-vscroll-nav-item {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, .3)
}

.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link {
    padding: 9px 18px;
    display: block;
    cursor: pointer
}

.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link,
.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link:hover {
    color: #000
}

.osf-vscroll-nav-menu .osf-vscroll-nav-item .osf-vscroll-nav-link:focus,
.multiscroll-nav li a:focus {
    outline: none
}

.osf-vscroll-dots .osf-vscroll-nav-link span {
    background: #dcdcdc
}

.elementor-video-popup {
    display: inline-flex;
    align-items: center
}

.elementor-video-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.elementor-video-title {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #1d2a38;
    margin-left: 12px;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.elementor-video-icon {
    font-size: 16px;
    width: 80px;
    height: 80px;
    box-sizing: content-box;
    background-color: #fff;
    position: relative;
    border-radius: 50%;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.elementor-video-icon i:before {
    display: block
}

.wavify-wraper {
    position: relative
}

.search-by-category {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 99
}

@media(max-width:767px) {
    .search-by-category {
        display: none
    }
}

.search-by-category .input-dropdown-inner {
    height: 44px;
    line-height: 44px;
    width: 180px;
    position: relative
}

.search-by-category .input-dropdown-inner:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 23px;
    background-color: #dce1ec
}

.search-by-category .input-dropdown-inner>a {
    display: block;
    padding-right: 25px;
    padding-left: 20px;
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-accent);
    position: relative
}

.search-by-category .input-dropdown-inner>a span {
    width: 135px;
    display: block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis
}

.search-by-category .input-dropdown-inner>a:after {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    font-size: .625rem;
    content: "\E017"
}

.search-by-category .input-dropdown-inner select.dropdown_product_cat_ajax {
    line-height: 44px;
    height: 44px;
    padding: 0 15px;
    font-size: 13px;
    font-size: .8125rem;
    display: none;
    border: none;
    background-color: transparent
}

.search-by-category .list-wrapper {
    position: absolute;
    top: 100%;
    left: 1px;
    z-index: 300;
    display: none;
    margin-top: 1px;
    height: auto;
    background-color: #fff;
    text-align: left;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15)
}

.search-by-category .list-wrapper .medilazar-scroll-content {
    position: relative;
    max-height: 255px;
    min-width: 200px;
    overflow-y: auto;
    margin: 0;
    padding: 0
}

.search-by-category ul li {
    margin-bottom: 0;
    list-style-type: none
}

.search-by-category ul li a {
    display: block;
    padding: 10px 20px;
    color: var(--e-global-color-text);
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px;
    white-space: nowrap
}

.search-by-category ul li a:focus,
.search-by-category ul li a:hover {
    background-color: #f9f9f9;
    color: var(--e-global-color-accent)
}

.search-by-category ul li.current-item>a {
    background-color: #f4f4f4;
    color: var(--e-global-color-accent)
}

.search-by-category ul .children {
    margin-top: 0;
    display: none
}

.search-by-category ul .children>li>a {
    padding-left: 15px;
    color: var(--e-global-color-lighter)
}

.search-by-category ul .children>li>a:focus,
.search-by-category ul .children>li>a:hover {
    background-color: #f9f9f9;
    color: var(--e-global-color-primary)
}

.search-by-category ul .children .cat-item a span {
    color: var(--e-global-color-accent)
}

.search-by-category ul .children .cat-item a:focus,
.search-by-category ul .children .cat-item a:hover {
    background-color: #f9f9f9;
    color: var(--e-global-color-secondary)
}

.elementor-widget-opal-search-form.search-form-hide-search-yes .search-by-category {
    display: none
}

.elementor-widget-opal-search-form.elementor-search-form--skin-classic:not(.search-form-hide-search-yes) .elementor-search-form .elementor-search-form__container input[type=search],
.elementor-widget-opal-search-form.elementor-search-form--skin-classic:not(.search-form-hide-search-yes) .elementor-search-form .elementor-search-form__container input[type=text] {
    padding-left: 200px
}

.elementor-widget-opal-search-form.elementor-search-form--skin-minimal:not(.search-form-hide-search-yes) .elementor-search-form__icon {
    margin-left: 180px
}

.elementor-widget-opal-search-form.elementor-search-form--skin-minimal:not(.search-form-hide-search-yes) .elementor-search-form .elementor-search-form__container input[type=search],
.elementor-widget-opal-search-form.elementor-search-form--skin-minimal:not(.search-form-hide-search-yes) .elementor-search-form .elementor-search-form__container input[type=text] {
    padding-left: 10px
}

.elementor-widget-opal-search-form .elementor-search-form--skin-full_screen .search-by-category {
    display: none
}

.alm-listing.products li img {
    position: static
}

.osf-woocommerce-ajaxload .loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading .45s infinite linear;
    -webkit-animation: opal-loading .45s infinite linear;
    margin: 30px auto
}

@keyframes opal-loading {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes opal-loading {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

.product-price del,
.price del {
    font-weight: 400;
    text-decoration: line-through;
    position: relative;
    margin-left: .327em
}

.site-header-cart {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0
}

.site-header-cart .shopping_cart_nav .product_list_widget img,
.site-header-cart .widget_shopping_cart .product_list_widget img {
    margin-right: 1em;
    max-width: 40px
}

.site-search {
    font-size: .875em;
    clear: both;
    display: none
}

.site-search .widget_product_search input[type=text],
.site-search .widget_product_search input[type=search] {
    padding: 1em 1.41575em;
    line-height: 1
}

.site-search .widget_product_search form:before {
    top: 1.15em;
    left: 1.15em
}

.site-search .widget_product_search #searchsubmit {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

table.shop_table_responsive thead {
    display: none
}

table.shop_table_responsive tbody th {
    display: none
}

table.shop_table_responsive tr td {
    display: block;
    clear: both
}

table.shop_table_responsive tr td:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left
}

table.shop_table_responsive tr td.product-remove:before {
    display: none
}

table.shop_table_responsive tr td.actions:before,
table.shop_table_responsive tr td.download-actions:before {
    display: none
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center
}

table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right
}

table.shop_table_responsive.my_account_orders .order-actions:before {
    display: none
}

.stock:empty:before {
    display: none
}

.stock.in-stock {
    color: #0f834d
}

.stock.out-of-stock {
    color: #e2401c
}

a.reset_variations {
    display: inline-block;
    margin-left: 1em
}

.site-header .widget_shopping_cart p.total,
.site-header .widget_shopping_cart p.buttons,
.site-header .widget_shopping_cart li,
.site-header .shopping_cart_nav p.total,
.site-header .shopping_cart_nav p.buttons,
.site-header .shopping_cart_nav li {
    padding-left: 20px;
    padding-right: 20px
}

.site-header .shopping_cart_nav>li {
    padding: 0
}

.wc-proceed-to-checkout {
    margin-bottom: 1.618em
}

.wc-proceed-to-checkout:before,
.wc-proceed-to-checkout:after {
    content: "";
    display: table
}

.wc-proceed-to-checkout:after {
    clear: both
}

.wc-proceed-to-checkout .button {
    display: block
}

.wc-proceed-to-checkout .button:after {
    content: none
}

.wc-proceed-to-checkout a.checkout-button {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    white-space: normal
}

.woocommerce-shipping-calculator {
    margin: 0
}

.woocommerce-shipping-calculator>p:first-child {
    margin: 0
}

.woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 1.41575em
}

ul#shipping_method {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

ul#shipping_method li {
    margin-bottom: .23608em
}

ul#shipping_method li:last-child {
    margin-bottom: 0
}

ul#shipping_method input {
    margin-right: .33423em
}

.woocommerce-checkout ul#shipping_method {
    margin-bottom: 0
}

.woocommerce-password-strength {
    text-align: left;
    font-weight: 600;
    padding: .54079em 0;
    text-align: right;
    font-size: .875em
}

.woocommerce-password-strength.strong {
    color: #0f834d
}

.woocommerce-password-strength.short {
    color: #e2401c
}

.woocommerce-password-strength.bad {
    color: #e2401c
}

.woocommerce-password-strength.good {
    color: #3d9cd2
}

.woocommerce-form__label-for-checkbox {
    cursor: pointer;
    display: block
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: .33423em
}

.form-row label {
    display: block;
    width: 100%
}

.form-row input,
.form-row textarea,
.form-row select {
    width: 100%
}

.form-row input[type=checkbox],
.form-row input[type=radio] {
    width: auto
}

.form-row .button {
    width: auto
}

.form-row.create-account label {
    display: inline-block
}

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c
}

.form-row-last {
    margin-right: 0 !important
}

.form-row-wide {
    clear: both;
    width: 100%
}

.required {
    border-bottom: 0 !important;
    color: red
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3d9cd2;
    color: #fff;
    z-index: 999
}

.demo_store a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
    display: block
}

.demo_store a:hover {
    text-decoration: none
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    margin-bottom: .5rem;
    line-height: 1.618;
    width: 5.1em;
    font-family: fontawesome;
    font-weight: 400;
    font-size: 13px;
    font-size: .8125rem
}

.star-rating:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    opacity: .25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    letter-spacing: .1em
}

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

.star-rating span:before {
    content: "\f005 \f005 \f005 \f005 \f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #fbb614;
    letter-spacing: .1em
}

p.stars {
    display: inline-block;
    margin: 0
}

p.stars>span {
    display: flex
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: flex;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
    color: transparent
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: fontawesome;
    content: "\f006";
    color: #43454b;
    text-indent: 0;
    opacity: .25
}

p.stars a:hover {
    color: transparent
}

p.stars a:hover~a:before {
    content: "\f006";
    color: #43454b;
    opacity: .25
}

p.stars:hover a:before {
    content: "\f006";
    color: #eea96a;
    opacity: 1
}

p.stars.selected a.active:before {
    content: "\f006";
    color: #96588a;
    opacity: 1
}

p.stars.selected a.active~a:before {
    content: "\f006";
    color: #43454b;
    opacity: .25
}

p.stars.selected a:not(.active):before {
    content: "\f006";
    color: #96588a;
    opacity: 1
}

.group-label {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex
}

.group-label>span {
    border-radius: 4px;
    font-size: 11px;
    font-size: .6875rem;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    background-color: #84be52
}

.group-label>span span {
    display: block
}

.group-label .instock {
    display: none;
    background-color: #86d03b
}

.group-label .outofstock {
    background-color: #d8d8d8;
    color: #aaa
}

.group-label .onbackorder {
    background-color: #ffc107
}

.group-label .new-label {
    background-color: #000
}

.quantity .qty {
    text-align: center;
    padding: 0;
    -moz-appearance: textfield
}

.quantity .qty::-webkit-outer-spin-button,
.quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.storefront-sorting {
    font-size: .875em;
    margin-bottom: 2.61792em
}

.related,
.upsells {
    margin-top: 30px;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px
}

.related>h2:first-child,
.upsells>h2:first-child {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 40px
}

.woocommerce-notices-wrapper {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto
}

.woocommerce-message,
.woocommerce-notice,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    padding: 1em 1.618em;
    background-color: #0f834d;
    margin-left: 0;
    border-radius: 5px;
    color: #fff;
    clear: both
}

.woocommerce-message:before,
.woocommerce-notice:before,
.woocommerce-message:after,
.woocommerce-notice:after,
.woocommerce-info:before,
.woocommerce-info:after,
.woocommerce-error:before,
.woocommerce-error:after,
.woocommerce-noreviews:before,
.woocommerce-noreviews:after,
p.no-comments:before,
p.no-comments:after {
    content: "";
    display: table
}

.woocommerce-message:after,
.woocommerce-notice:after,
.woocommerce-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
    clear: both
}

.woocommerce-message a,
.woocommerce-notice a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #fff;
    text-decoration: underline;
    padding-left: 6px
}

.woocommerce-message a:hover,
.woocommerce-notice a:hover,
.woocommerce-info a:hover,
.woocommerce-error a:hover,
.woocommerce-noreviews a:hover,
p.no-comments a:hover {
    color: #fff;
    opacity: .7
}

.woocommerce-message a.button:hover,
.woocommerce-notice a.button:hover,
.woocommerce-info a.button:hover,
.woocommerce-error a.button:hover,
.woocommerce-noreviews a.button:hover,
p.no-comments a.button:hover {
    opacity: 1
}

.woocommerce-message .button,
.woocommerce-notice .button,
.woocommerce-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0;
    border: none;
    margin-right: 10px
}

@media(max-width:480px) {

    .woocommerce-message .button,
    .woocommerce-notice .button,
    .woocommerce-info .button,
    .woocommerce-error .button,
    .woocommerce-noreviews .button,
    p.no-comments .button {
        padding-left: 0;
        border-left-width: 0;
        float: inherit;
        display: block
    }
}

.woocommerce-message .button:hover,
.woocommerce-notice .button:hover,
.woocommerce-info .button:hover,
.woocommerce-error .button:hover,
.woocommerce-noreviews .button:hover,
p.no-comments .button:hover {
    background: 0 0;
    color: #fff;
    opacity: .7;
    text-decoration: underline
}

.woocommerce-message pre,
.woocommerce-notice pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
    background-color: rgba(0, 0, 0, .1)
}

.woocommerce-message,
.woocommerce-notice,
.woocommerce-error {
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 65px;
    z-index: 99999;
    transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    -webkit-animation: fadeInUpBig .35s ease .5s both;
    animation: fadeInUpBig .35s ease .5s both;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 80px;
    padding-left: 50px;
    min-height: 60px;
    display: flex;
    align-items: center;
    margin-bottom: 0
}

@media(min-width:768px) {

    .woocommerce-message,
    .woocommerce-notice,
    .woocommerce-error {
        bottom: 0
    }
}

.woocommerce-message:after,
.woocommerce-notice:after,
.woocommerce-error:after {
    content: "x";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .1);
    transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    margin-bottom: 0
}

.woocommerce-message.hidden-notice,
.hidden-notice.woocommerce-notice,
.woocommerce-error.hidden-notice {
    -webkit-animation: fadeOutDownBig .35s ease both;
    animation: fadeOutDownBig .35s ease both
}

.woocommerce-info.cart-empty {
    position: static;
    background-color: transparent;
    margin-bottom: 30px;
    transform: translate(0)
}

.woocommerce-info.cart-empty:after {
    content: none
}

.woocommerce-info.cart-empty.hidden-notice {
    -webkit-animation: none;
    animation: none;
    transform: translate(0)
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message,
ul.woocommerce-notice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@-webkit-keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes fadeOutDownBig {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        -webkit-transform: none;
        transform: none
    }

    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.payment_methods .woocommerce-notice,
.payment_methods .woocommerce-info,
.search-no-results.woocommerce .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-Message,
.woocommerce-cart [role=alert],
.woocommerce-checkout [role=alert],
.woocommerce-form-coupon-toggle>.woocommerce-info,
.woocommerce-form-login-toggle>.woocommerce-info {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    z-index: auto;
    cursor: default;
    transform: none;
    -webkit-transform: none;
    animation: none;
    -webkit-animation: none;
    padding-right: 30px;
    margin-bottom: 1.5em
}

.payment_methods .woocommerce-notice:after,
.payment_methods .woocommerce-info:after,
.search-no-results.woocommerce .woocommerce-info:after,
.woocommerce-MyAccount-content .woocommerce-Message:after,
.woocommerce-cart [role=alert]:after,
.woocommerce-checkout [role=alert]:after,
.woocommerce-form-coupon-toggle>.woocommerce-info:after,
.woocommerce-form-login-toggle>.woocommerce-info:after {
    content: none
}

.site-content>.col-full>.woocommerce>.woocommerce-message:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-notice:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    margin-top: 2.61792em
}

.woocommerce-error {
    list-style: none
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2
}

.woocommerce-error {
    background-color: #e2401c
}

dl.variation {
    font-size: .875em
}

dl.variation dd {
    margin: 0 0 1em
}

.wc-item-meta {
    font-size: .875em;
    margin-left: 0;
    list-style: none
}

.wc-item-meta li:before,
.wc-item-meta li:after {
    content: "";
    display: table
}

.wc-item-meta li:after {
    clear: both
}

.wc-item-meta li strong,
.wc-item-meta li p {
    display: inline-block
}

.demo_store {
    bottom: 0
}

.demo_store a {
    background: rgba(0, 0, 0, .1);
    float: right;
    display: inline-block;
    margin: -1em -1.41575em -1em 0;
    padding: 1em 1.41575em
}

.storefront-handheld-footer-bar {
    display: none
}

table.shop_table_responsive thead {
    display: table-header-group
}

@media(max-width:767px) {
    table.shop_table_responsive thead {
        display: none
    }
}

table.shop_table_responsive tbody th {
    display: table-cell
}

@media(max-width:767px) {
    table.shop_table_responsive tbody th {
        display: none
    }
}

table.shop_table_responsive tr td {
    display: table-cell
}

@media(min-width:768px) {
    table.shop_table_responsive tr td:before {
        display: none
    }
}

@media(max-width:767px) {
    table.shop_table_responsive tr td {
        display: block;
        text-align: right
    }

    table.shop_table_responsive tr td:first-child {
        padding-left: .4em
    }

    table.shop_table_responsive tr td:before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left
    }
}

.site-header-cart {
    position: relative
}

.site-header-cart:hover .header-button:before {
    opacity: 1;
    visibility: visible
}

.site-header-cart:hover .shopping_cart {
    pointer-events: auto;
    opacity: 1;
    visibility: visible
}

.site-header-cart .shopping_cart {
    position: absolute;
    top: calc(100%);
    z-index: 999999;
    border-right: 0;
    border-left: 0;
    border-bottom: 0;
    list-style: none;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s
}

.site-header-cart .widget_shopping_cart {
    width: auto;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    background-color: #fff;
    min-width: 270px;
    padding-bottom: 0;
    text-align: left;
    box-shadow: 0 0 20px rgba(0, 0, 0, .05);
    border-top: 3px solid;
    border-radius: 6px
}

.site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
    display: none;
    left: 0
}

.site-header-cart .widget_shopping_cart:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -15px;
    right: var(--right, 50%);
    border-left-width: 6px;
    border-left-color: transparent;
    border-right-width: 6px;
    border-right-color: transparent;
    border-bottom-width: 6px;
    border-top-width: 0;
    border-style: solid;
    transform: translateX(-50%) translateY(100%);
    -ms-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    -webkit-transition: all .35s;
    transition: all .35s
}

.site-header-cart .widget_shopping_cart,
.site-header-cart .shopping_cart_nav {
    padding: 0 !important
}

.site-header-cart .widget_shopping_cart h2.widgettitle,
.site-header-cart .shopping_cart_nav h2.widgettitle {
    display: none
}

.site-header-cart .widget_shopping_cart .product_list_widget,
.site-header-cart .shopping_cart_nav .product_list_widget {
    padding: 0
}

.site-header-cart .widget_shopping_cart .product_list_widget li,
.site-header-cart .shopping_cart_nav .product_list_widget li {
    width: 100%;
    border-width: 0 0 1px;
    padding: 15px;
    margin: 0;
    border-bottom: 1px solid #e6e6e6
}

.site-header-cart .widget_shopping_cart .product_list_widget li a,
.site-header-cart .shopping_cart_nav .product_list_widget li a {
    font-size: 13px;
    font-size: .8125rem;
    height: auto;
    line-height: 1.2;
    padding: 0 !important;
    border: none;
    text-align: left;
    display: block;
    font-weight: 600;
    color: #000
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove,
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove {
    position: relative;
    float: right;
    z-index: 999;
    text-indent: 0;
    text-align: center;
    top: .4em;
    width: 15px;
    font-size: 18px;
    font-size: 1.125rem;
    color: #000
}

.site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before,
.site-header-cart .shopping_cart_nav .product_list_widget li a.remove:before {
    content: none
}

.site-header-cart .widget_shopping_cart .product_list_widget li .quantity,
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity {
    font-size: 15px;
    font-size: .9375rem
}

.site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount,
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount {
    font-weight: 400
}

.site-header-cart .widget_shopping_cart p.total,
.site-header-cart .shopping_cart_nav p.total {
    order: -1;
    text-align: right;
    margin-bottom: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    font-size: .875rem
}

#elementor-sidebar .site-header-cart .widget_shopping_cart p.total,
#elementor-sidebar .site-header-cart .shopping_cart_nav p.total {
    padding-left: 20px;
    padding-right: 20px
}

.site-header-cart .widget_shopping_cart p.total strong,
.site-header-cart .shopping_cart_nav p.total strong {
    vertical-align: middle;
    font-weight: 400
}

.site-header-cart .widget_shopping_cart p.total .woocommerce-Price-amount,
.site-header-cart .shopping_cart_nav p.total .woocommerce-Price-amount {
    vertical-align: middle;
    padding-left: .5rem;
    font-size: 20px;
    font-size: 1.25rem
}

.site-header-cart .widget_shopping_cart p.buttons,
.site-header-cart .shopping_cart_nav p.buttons {
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px
}

.site-header-cart .widget_shopping_cart p.buttons .button,
.site-header-cart .shopping_cart_nav p.buttons .button {
    margin-bottom: 0;
    text-transform: uppercase;
    margin-left: 2px;
    margin-right: 2px
}

.site-header-cart .widget_shopping_cart p.buttons .button:active,
.site-header-cart .widget_shopping_cart p.buttons .button:focus,
.site-header-cart .shopping_cart_nav p.buttons .button:active,
.site-header-cart .shopping_cart_nav p.buttons .button:focus {
    outline: none
}

.site-header-cart .woocommerce-mini-cart__empty-message {
    padding: 30px;
    margin: 0;
    min-height: 180px;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    overflow: hidden;
    line-height: 1.5;
    color: #1d2a38
}

.site-header-cart .woocommerce-mini-cart__empty-message:before {
    content: '+';
    font-size: 100px;
    font-size: 6.25rem;
    font-weight: 200;
    display: block;
    color: #e43636;
    transform: rotate(45deg);
    line-height: 60px;
    padding: 10px
}

.site-header-cart .widget_shopping_cart_content {
    min-width: 300px;
    display: flex;
    flex-direction: column
}

.site-header-cart .widget_shopping_cart_content .product_list_widget {
    border: none
}

.site-header-cart .widget_shopping_cart p.buttons,
.site-header-cart .widget_shopping_cart li,
.site-header-cart .shopping_cart_nav p.buttons,
.site-header-cart .shopping_cart_nav li {
    padding-left: 20px;
    padding-right: 20px
}

.site-header-cart .shopping_cart_nav>li {
    padding: 0
}

.header-button {
    white-space: nowrap;
    display: flex;
    align-items: center;
    color: unset;
    position: relative;
    font-weight: 600;
    font-size: 14px;
    font-size: .875rem;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-button i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-button .title {
    white-space: nowrap;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-button .count-text {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-button .amount {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-left: 15px;
    font-size: 14px;
    font-size: .875rem
}

.header-button .count {
    white-space: nowrap;
    font-size: 10px;
    font-weight: 600;
    height: 16px;
    min-width: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 50%;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0;
    position: absolute;
    top: -7px;
    right: 0;
    color: #fff
}

.header-button.cart-contents .count {
    right: auto;
    left: 15px
}

.header-button .text-wishlist {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.header-button .text-account {
    text-transform: uppercase
}

.header-button:hover {
    outline: none;
    color: unset
}

.header-button:hover .count {
    color: #fff
}

.button.wc-backward {
    padding-left: .5rem;
    padding-right: .5rem
}

.menu-item-cart .header-button {
    margin-left: 1.25em
}

.menu-item-cart .header-button .title {
    display: none
}

.menu-item-cart .header-button .count {
    top: 5px
}

.menu-item-cart .header-button i {
    top: 35% !important
}

body:not(.opal-header-layout-sideHeader) #elementor-sidebar .shopping_cart {
    left: 0;
    right: unset
}

body:not(.opal-header-layout-sideHeader) .shopping_cart {
    right: 0;
    border: none;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none
}

body:not(.opal-header-layout-sideHeader) .active .shopping_cart {
    left: unset;
    right: -10px;
    top: 100%;
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

body:not(.opal-header-layout-sideHeader) .active .shopping_cart.right {
    left: -10px;
    right: unset
}

body:not(.opal-header-layout-sideHeader) .active .shopping_cart.justify {
    right: 50%;
    transform: translateX(50%)
}

.main-navigation .site-header-cart .widget_shopping_cart {
    display: unset
}

.main-navigation .shopping_cart_nav .product_list_widget {
    position: static;
    border-right: 0;
    border-left: 0;
    opacity: 1;
    visibility: visible;
    pointer-events: visible
}

.main-navigation .shopping_cart_nav .product_list_widget li a.remove {
    width: 15px
}

.main-navigation .shopping_cart_nav .product_list_widget li a.remove:before {
    content: "\f057";
    color: #fff;
    font-size: 13px;
    font-size: .8125rem;
    display: block
}

@media(min-width:1200px) {
    body.opal-header-layout-sideHeader .site-header .site-header-cart {
        text-align: center;
        float: none
    }

    body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .title,
    body.opal-header-layout-sideHeader .site-header .site-header-cart .header-button .amount {
        display: none
    }

    body.opal-header-layout-sideHeader .site-header .site-header-cart:hover .widget_shopping_cart,
    body.opal-header-layout-sideHeader .site-header .site-header-cart:focus .widget_shopping_cart {
        left: 100%;
        top: 0;
        right: inherit
    }

    body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:hover .widget_shopping_cart,
    body.opal-header-layout-sideHeader.opal-side-header-right .site-header .site-header-cart:focus .widget_shopping_cart {
        right: 100%;
        top: 0;
        left: inherit
    }

    body.opal-header-layout-sideHeader .main-navigation .menu-item-search .sub-menu {
        min-width: 280px
    }
}

.top-bar ul.site-header-cart>li {
    border: none
}

.site-search {
    display: block
}

.site-search form {
    margin: 0
}

.woocommerce .page-description {
    margin-bottom: 1.618em
}

.woocommerce-order-pay #order_review,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review {
    width: 100%;
    float: none
}

.woocommerce-order-pay #order_review #payment h3,
.woocommerce-order-pay #order_review #payment .page-header .page-title,
.page-header .woocommerce-order-pay #order_review #payment .page-title,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment h3,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .page-header .page-title,
.page-header .page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .page-title {
    padding-left: 1em;
    padding-top: 1em
}

.woocommerce-order-pay #order_review #payment .form-row,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review #payment .form-row {
    padding: 1em
}

.woocommerce-order-pay #order_review .payment_methods+.form-row,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .payment_methods+.form-row {
    padding: 1em
}

.woocommerce-order-pay #order_review .button#place_order,
.page-template-template-fullwidth-php.woocommerce-order-pay #order_review .button#place_order {
    display: block;
    width: 100%;
    font-size: 1.41575em
}

.woocommerce-tabs {
    padding-bottom: 2.61792em
}

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

.woocommerce-tabs:after {
    clear: both
}

.woocommerce-tabs ul.tabs li.active:after {
    right: 1em
}

.woocommerce-tabs .panel {
    max-width: 920px;
    margin-top: 0
}

.notification-added-to-cart {
    position: fixed;
    z-index: 99999;
    top: 200px;
    right: 20px;
    pointer-events: none
}

@media(max-width:991px) {
    .notification-added-to-cart {
        display: none
    }
}

.notification-added-to-cart .notification-wrap {
    position: relative;
    overflow: hidden;
    background: #fff
}

.notification-added-to-cart .ns-thumb {
    position: absolute;
    z-index: 99;
    top: 0;
    -webkit-animation-name: animJelly;
    animation-name: animJelly;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    overflow: hidden
}

.notification-added-to-cart .ns-thumb img {
    width: 70px;
    height: 70px
}

.notification-added-to-cart .ns-content {
    display: flex;
    align-items: center;
    line-height: 1.4;
    padding: 0 30px 0 90px;
    height: 70px;
    -webkit-animation-name: animSlide;
    animation-name: animSlide;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: cubic-bezier(.7, 0, .3, 1);
    animation-timing-function: cubic-bezier(.7, 0, .3, 1);
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    max-width: 370px;
    color: #fff
}

.notification-added-to-cart .ns-content strong {
    font-weight: 700
}

.notification-added-to-cart .ns-content p {
    margin: 0
}

.notification-added-to-cart.hide {
    opacity: 0
}

@-webkit-keyframes animSlide {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes animSlide {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-webkit-keyframes animJelly {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    2.083333% {
        -webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    4.166667% {
        -webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    6.25% {
        -webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    8.333333% {
        -webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    10.416667% {
        opacity: 1;
        -webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    39.583333% {
        -webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    41.666667% {
        -webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    43.75% {
        -webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    45.833333% {
        -webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    47.916667% {
        -webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    50% {
        -webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    52.083333% {
        -webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    54.166667% {
        -webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    56.25% {
        -webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    58.333333% {
        -webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    60.416667% {
        -webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    89.583333% {
        -webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    91.666667% {
        -webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    93.75% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    95.833333% {
        -webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    97.916667% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

@keyframes animJelly {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.7, 0, 0, 0, 0, .7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    2.083333% {
        -webkit-transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.75266, 0, 0, 0, 0, .76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    4.166667% {
        -webkit-transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.81071, 0, 0, 0, 0, .84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    6.25% {
        -webkit-transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.86808, 0, 0, 0, 0, .9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    8.333333% {
        -webkit-transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    10.416667% {
        opacity: 1;
        -webkit-transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    12.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    14.583333% {
        -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    16.666667% {
        -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    18.75% {
        -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    20.833333% {
        -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    22.916667% {
        -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    25% {
        -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    27.083333% {
        -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.03699, 0, 0, 0, 0, .98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    29.166667% {
        -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.02831, 0, 0, 0, 0, .97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    31.25% {
        -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01973, 0, 0, 0, 0, .97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    33.333333% {
        -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.01191, 0, 0, 0, 0, .97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    35.416667% {
        -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00526, 0, 0, 0, 0, .98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    37.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    39.583333% {
        -webkit-transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99617, 0, 0, 0, 0, .99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    41.666667% {
        -webkit-transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    43.75% {
        -webkit-transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    45.833333% {
        -webkit-transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    47.916667% {
        -webkit-transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    50% {
        -webkit-transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    52.083333% {
        -webkit-transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    54.166667% {
        -webkit-transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    56.25% {
        -webkit-transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    58.333333% {
        -webkit-transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    60.416667% {
        -webkit-transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99921, 0, 0, 0, 0, .99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    62.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, .99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    64.583333% {
        -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00057, 0, 0, 0, 0, .99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    66.666667% {
        -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00095, 0, 0, 0, 0, .99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    68.75% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    70.833333% {
        -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00119, 0, 0, 0, 0, .99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    72.916667% {
        -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00114, 0, 0, 0, 0, .99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    75% {
        -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    77.083333% {
        -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    79.166667% {
        -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    81.25% {
        -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    83.333333% {
        -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    85.416667% {
        -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    87.5% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    89.583333% {
        -webkit-transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    91.666667% {
        -webkit-transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    93.75% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    95.833333% {
        -webkit-transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99982, 0, 0, 0, 0, .99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    97.916667% {
        -webkit-transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(.99983, 0, 0, 0, 0, .99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }

    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)
    }
}

.opal-canvas-filter {
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px
}

@media(min-width:768px) {
    .opal-canvas-filter {
        padding-left: 35px;
        padding-right: 35px
    }
}

.opal-canvas-filter section {
    padding-bottom: 35px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e6e6e6
}

.opal-canvas-filter.position-2cl,
.opal-canvas-filter.position-2cr {
    position: fixed;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    width: 350px;
    height: 100vh
}

@media(max-width:991px) {

    .opal-canvas-filter.position-2cl,
    .opal-canvas-filter.position-2cr {
        width: 300px
    }
}

.opal-canvas-filter.position-2cl::-webkit-scrollbar,
.opal-canvas-filter.position-2cr::-webkit-scrollbar {
    width: 3px
}

.opal-canvas-filter.position-2cl::-webkit-scrollbar-track,
.opal-canvas-filter.position-2cr::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.opal-canvas-filter.position-2cl::-webkit-scrollbar-thumb,
.opal-canvas-filter.position-2cr::-webkit-scrollbar-thumb {
    background-color: #000
}

.opal-canvas-filter.position-2cl {
    top: 0;
    left: 0;
    visibility: visible;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.opal-canvas-filter.position-2cr {
    top: 0;
    right: 0;
    visibility: visible;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.opal-canvas-filter.position-2cr .filter-close {
    text-align: left
}

.opal-canvas-filter .widget ul {
    padding-left: 0
}

.opal-canvas-filter-open .opal-overlay-filter {
    cursor: pointer;
    position: fixed;
    z-index: 10001;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.opal-canvas-filter-open .opal-canvas-filter.position-2cl,
.opal-canvas-filter-open .opal-canvas-filter.position-2cr {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.filter-toggle {
    height: 2.5em;
    border: none;
    border-radius: 30px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    color: #333;
    padding: 0;
    margin-right: 15px;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0
}

@media(max-width:767px) {
    .filter-toggle {
        margin-right: auto
    }
}

.filter-toggle .filter-icon {
    display: inline-block;
    padding-right: 8px;
    vertical-align: middle;
    margin-top: -2px
}

.filter-toggle.active:hover .filter-icon:before,
.filter-toggle.active:hover .filter-icon:after {
    width: 25px
}

.filter-close {
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
    display: block;
    cursor: pointer;
    text-align: right;
    vertical-align: middle;
    font-weight: 700
}

.filter-close:after {
    content: '';
    width: 10px;
    border: 1px solid;
    border-color: #000;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    position: relative;
    top: -1px
}

@media(min-width:783px) {

    .admin-bar .opal-canvas-filter.position-2cl,
    .admin-bar .opal-canvas-filter.position-2cr {
        top: 32px
    }
}

@media(min-width:600px) and (max-width:782px) {

    .admin-bar .opal-canvas-filter.position-2cl,
    .admin-bar .opal-canvas-filter.position-2cr {
        top: 46px
    }
}

@media(min-width:1200px) {
    body.opal-woocommerce-archive-style-default .filter-toggle {
        display: none
    }
}

@media(max-width:1199px) {
    body.opal-woocommerce-archive-style-default #secondary {
        display: none
    }

    body.opal-woocommerce-archive-style-default #primary {
        flex: 0 0 100%;
        max-width: 100%
    }

    body.opal-woocommerce-archive-style-default #primary .site-main {
        padding: 0
    }
}

.owl-theme.woocommerce-carousel .owl-nav [class*=owl],
.owl-theme.woocommerce-product-carousel .owl-nav [class*=owl] {
    opacity: 1 !important
}

.woocommerce-cart .woocommerce-cart-form {
    margin-bottom: 1rem
}

table.cart:not(.wishlist_table) {
    overflow-x: auto
}

table.cart:not(.wishlist_table) .product-quantity .plus,
table.cart:not(.wishlist_table) .product-quantity .minus {
    display: none
}

table.cart:not(.wishlist_table) thead {
    display: none
}

@media(min-width:768px) {
    table.cart:not(.wishlist_table) .product-thumbnail {
        width: 100px
    }
}

table.cart:not(.wishlist_table) .product-thumbnail img {
    margin: 0 auto;
    max-width: 100px;
    height: auto
}

table.cart:not(.wishlist_table) .product-thumbnail:before {
    display: none
}

table.cart:not(.wishlist_table) tr:first-child td.product-remove {
    border-top-width: 0
}

table.cart:not(.wishlist_table) tr {
    border-bottom: 1px solid #e6e6e6
}

table.cart:not(.wishlist_table) tr:last-child {
    border-bottom: none
}

table.cart:not(.wishlist_table) td.product-remove {
    padding: 0;
    border-top: 1.618em solid;
    position: relative
}

table.cart:not(.wishlist_table) td.product-remove:before,
table.cart:not(.wishlist_table) td.product-remove:after {
    content: "";
    display: table
}

table.cart:not(.wishlist_table) td.product-remove:after {
    clear: both
}

table.cart:not(.wishlist_table) td.product-remove a.remove {
    position: absolute;
    font-size: 1.41575em;
    top: -.61805em;
    right: -.61805em
}

table.cart:not(.wishlist_table) td.product-quantity .qty {
    padding: .326em;
    width: 3.70633em
}

table.cart:not(.wishlist_table) td,
table.cart:not(.wishlist_table) th {
    padding: .875em .875em 0
}

table.cart:not(.wishlist_table) td.actions {
    background-color: transparent;
    padding-bottom: 0
}

@media(max-width:767px) {
    table.cart:not(.wishlist_table) td.actions {
        padding: .4em
    }
}

table.cart:not(.wishlist_table) td.actions label {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 25px
}

@media(max-width:991px) {
    table.cart:not(.wishlist_table) td.actions label {
        display: none
    }
}

table.cart:not(.wishlist_table) td.actions .coupon {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

table.cart:not(.wishlist_table) td.actions input {
    display: block;
    width: 100%;
    margin: .54079em 0
}

table.cart:not(.wishlist_table) td.actions input[name=update_cart]:focus {
    outline: none
}

.woocommerce-cart .hentry,
.woocommerce-checkout .hentry {
    border-bottom: 0;
    padding: 30px;
    border-radius: 6px;
    background-color: #fff
}

.page-template-template-fullwidth-php table.cart .product-thumbnail {
    display: table-cell
}

.page-template-template-fullwidth-php table.cart thead {
    font-size: 1em;
    text-indent: 0
}

.woocommerce-cart .cross-sells {
    padding: 0;
    margin-top: 50px
}

.woocommerce-cart .cart-empty {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    text-align: center;
    letter-spacing: -.075em;
    margin-top: 80px
}

.woocommerce-cart .cart-empty:before {
    color: #d7d7d7;
    font-size: 145px;
    font-size: 9.0625rem;
    display: block;
    line-height: 1.45;
    margin-left: -25px
}

.woocommerce-cart .cart-empty+.return-to-shop {
    margin-bottom: 60px
}

.woocommerce-cart .return-to-shop {
    text-align: center
}

table.cart:not(.wishlist_table) th,
table.cart:not(.wishlist_table) td {
    padding: 2.61792em 1.618em 2.29068em 0
}

@media(max-width:767px) {

    table.cart:not(.wishlist_table) th,
    table.cart:not(.wishlist_table) td {
        padding: .5em
    }
}

table.cart:not(.wishlist_table) .qty {
    padding: .875em;
    max-width: 3.632em
}

table.cart:not(.wishlist_table) td.product-remove {
    width: 35px;
    background-color: transparent;
    padding: 0
}

@media(min-width:768px) {
    table.cart:not(.wishlist_table) td.product-remove {
        display: table-cell;
        border: 0
    }
}

@media(max-width:767px) {
    table.cart:not(.wishlist_table) td.product-remove {
        padding: 0;
        border-color: transparent
    }
}

table.cart:not(.wishlist_table) td.product-remove a.remove {
    float: none;
    position: relative;
    top: auto;
    right: auto
}

@media(max-width:767px) {
    table.cart:not(.wishlist_table) td.product-remove a.remove {
        position: absolute;
        right: 0
    }
}

@media(max-width:767px) {
    table.cart:not(.wishlist_table) td.product-thumbnail {
        text-align: center
    }
}

table.cart:not(.wishlist_table) .product-quantity .plus,
table.cart:not(.wishlist_table) .product-quantity .minus {
    display: inline-block
}

table.cart:not(.wishlist_table) .product-name a {
    color: #1d2a38
}

table.cart:not(.wishlist_table) .product-subtotal .woocommerce-Price-amount {
    color: #1d2a38
}

table.cart:not(.wishlist_table) .product-price .amount {
    color: #888
}

table.cart:not(.wishlist_table) .quantity {
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    margin-right: auto;
    flex-wrap: nowrap;
    position: relative;
    border-radius: 30px;
    border: 2px solid #e6e6e6
}

table.cart:not(.wishlist_table) .quantity .quantity-action {
    padding: 5px;
    width: 40px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

table.cart:not(.wishlist_table) .quantity .quantity-action:hover,
table.cart:not(.wishlist_table) .quantity .quantity-action:focus,
table.cart:not(.wishlist_table) .quantity .quantity-action:active {
    outline: none;
    box-shadow: none;
    color: #000
}

table.cart:not(.wishlist_table) .quantity input {
    border: 0
}

table.cart:not(.wishlist_table) .quantity input[type=number] {
    padding: 0;
    width: 60px;
    height: 36px;
    margin-top: 0;
    margin-left: -1px;
    margin-right: -1px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 36px
}

@media(max-width:767px) {
    table.cart:not(.wishlist_table) .quantity {
        margin-right: 0;
        margin-left: auto
    }
}

table.cart:not(.wishlist_table) td.actions {
    padding-left: 0
}

table.cart:not(.wishlist_table) td.actions .coupon {
    position: relative;
    padding-bottom: 0;
    border-bottom: none;
    display: inline-block;
    float: left;
    margin-bottom: 15px
}

@media(min-width:768px) {
    table.cart:not(.wishlist_table) td.actions .coupon {
        margin-right: 10px
    }
}

@media(max-width:767px) {
    table.cart:not(.wishlist_table) td.actions .coupon {
        display: block;
        width: 100%;
        margin-bottom: .5em
    }
}

table.cart:not(.wishlist_table) td.actions .coupon:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f054';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(50%, -50%);
    pointer-events: none;
    font-size: 12px;
    font-size: .75rem
}

table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
    min-width: 235px;
    max-width: 100%;
    padding-right: 90px
}

@media(max-width:767px) {
    table.cart:not(.wishlist_table) td.actions .coupon #coupon_code {
        min-width: 200px
    }
}

table.cart:not(.wishlist_table) td.actions .coupon button[type=submit],
table.cart:not(.wishlist_table) td.actions .coupon input[type=submit] {
    position: absolute;
    opacity: 0;
    top: 0;
    right: 0;
    width: 50px;
    bottom: 0
}

@media(min-width:768px) {

    table.cart:not(.wishlist_table) td.actions button,
    table.cart:not(.wishlist_table) td.actions input {
        display: inline-block;
        width: auto;
        margin: 0
    }

    table.cart:not(.wishlist_table) td.actions button.button,
    table.cart:not(.wishlist_table) td.actions input.button {
        vertical-align: top
    }
}

.cart-collaterals {
    margin-bottom: 15px;
    margin-top: 15px
}

.cart-collaterals:before,
.cart-collaterals:after {
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: radial-gradient(closest-side, transparent 9px, #f8f8f8 100%)
}

.cart-collaterals:before {
    margin-top: -10px
}

.cart-collaterals:after {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-bottom: -10px
}

.cart-collaterals h2 {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 25px;
    font-weight: 500
}

.cart-collaterals .cross-sells ul.products li.product:nth-child(2n) {
    margin-right: 0 !important
}

.cart-collaterals .cart_totals {
    width: 100%;
    padding: 45px;
    background-color: #f8f8f8
}

@media(max-width:767px) {
    .cart-collaterals .cart_totals {
        padding: 20px
    }
}

.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
    font-size: 24px;
    font-size: 1.5rem
}

.cart-collaterals .cart_totals td {
    padding: 1.5em 0
}

.cart-collaterals .cart_totals th {
    font-weight: 400
}

.cart-collaterals .cart_totals th:after {
    content: ':'
}

.cart-collaterals .cart_totals tr {
    border-top: 1px solid #e6e6e6
}

.cart-collaterals .cart_totals,
.cart-collaterals .shipping_calculator {
    margin: 0;
    clear: right
}

.cart-collaterals .cart_totals small.includes_tax {
    display: block
}

.cart-collaterals .shipping_calculator {
    clear: right
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info {
    background-color: transparent;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    border: none
}

.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a {
    text-transform: uppercase;
    margin-left: .25rem
}

.woocommerce-checkout .woocommerce-form-login {
    width: 550px;
    max-width: 100%;
    box-shadow: none;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent
}

.woocommerce-checkout .woocommerce-form-login>p:first-of-type {
    text-align: center
}

.woocommerce-checkout .woocommerce-form-login .lost_password,
.woocommerce-checkout .woocommerce-form-login label {
    font-weight: 500
}

.woocommerce-checkout .form-row {
    margin-left: 0;
    margin-right: 0
}

.checkout_coupon {
    position: relative;
    margin-bottom: 2.61792em;
    width: 470px;
    max-width: 100%;
    padding: 50px;
    background: #fafafa;
    margin-right: auto;
    margin-left: auto;
    margin-top: 1.5rem
}

@media(max-width:767px) {
    .checkout_coupon {
        padding: 40px 30px
    }
}

.checkout_coupon .form-row-first {
    margin: 0
}

.checkout_coupon .form-row-first input {
    padding-right: 70px;
    background-color: transparent
}

.checkout_coupon .form-row-last {
    margin-bottom: 0;
    margin-top: 30px
}

.checkout_coupon .form-row-last input,
.checkout_coupon .form-row-last button {
    margin: auto;
    width: 100%
}

.checkout_coupon:before,
.checkout_coupon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: -webkit-radial-gradient(closest-side, transparent 9px, #fafafa 100%);
    background-image: -o-radial-gradient(closest-side, transparent 9px, #fafafa 100%);
    background-image: radial-gradient(closest-side, transparent 9px, #fafafa 100%)
}

.checkout_coupon:after {
    bottom: -10px;
    top: unset;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

form.checkout {
    position: static !important
}

form.checkout:before,
form.checkout:after {
    content: "";
    display: table
}

form.checkout:after {
    clear: both
}

form.checkout>.blockUI {
    position: fixed !important
}

form.checkout>.row>div,
body.opal-content-layout-2cl #content form.checkout>.wrap>div,
body.opal-content-layout-2cr #content form.checkout>.wrap>div,
form.checkout>[data-opal-columns]>div,
.site-footer form.checkout>.widget-area>div,
form.checkout>.comment-form>div,
.widget form.checkout>.gallery>div,
.elementor-element form.checkout>.gallery>div,
.entry-gallery form.checkout>.gallery>div,
.single form.checkout>.gallery>div,
form.checkout>[data-elementor-columns]>div,
.single-portfolio-summary form.checkout>.single-portfolio-summary-inner>div,
.woocommerce-cart form.entry-content.checkout>.woocommerce>div,
.woocommerce-billing-fields form.checkout>.woocommerce-billing-fields__field-wrapper>div,
.woocommerce-MyAccount-content form.checkout>form[class^=woocommerce-]>div,
form.checkout>.woocommerce-columns--addresses>div,
form.checkout>form.track_order>div,
.woocommerce-account form.checkout>.woocommerce>div,
.woocommerce-account .woocommerce form.checkout>.u-columns.woocommerce-Addresses>div,
form.checkout>.woocommerce-Addresses>div,
form.checkout>.woocommerce-address-fields__field-wrapper>div,
[class*=columns-] form.checkout>ul.products>div,
.single-product div.type-product form.checkout>.product-inner>div {
    margin-top: 3rem
}

@media(min-width:1200px) {
    .order_review_inner {
        padding-left: 65px
    }
}

.woocommerce-privacy-policy-link:hover {
    text-decoration: underline
}

.woocommerce-privacy-policy-text {
    margin-bottom: 35px
}

#payment:before,
#payment:after {
    content: "";
    display: table
}

#payment:after {
    clear: both
}

#payment .create-account {
    clear: both
}

#payment .payment_methods {
    padding: 0 0 25px;
    margin-bottom: 45px;
    position: relative;
    z-index: 3
}

#payment .payment_methods:before {
    content: '';
    position: absolute;
    width: calc(100% + 50px);
    height: 100%;
    background-color: #fff;
    top: 0;
    left: -25px;
    z-index: -1
}

#payment .payment_methods>.wc_payment_method>label {
    display: block;
    cursor: pointer;
    margin-bottom: 0;
    font-weight: 700;
    padding-top: 23px;
    padding-bottom: 23px;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

#payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    border-bottom: 1px solid;
    border-bottom-color: silver2
}

#payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 2.29068em;
    display: none
}

#payment .payment_methods li a {
    text-decoration: underline;
    float: right
}

#payment .payment_methods li:last-child:not(.woocommerce-notice) {
    padding-bottom: 0;
    border-bottom: 0
}

#payment .payment_methods li p {
    margin: 0
}

#payment .payment_methods li .payment_box {
    padding-bottom: 30px;
    margin-top: -5px
}

#payment .payment_methods li .payment_box fieldset {
    border: 0;
    margin: 0;
    padding: 1em 0 0;
    font-size: .875em
}

#payment .payment_methods li .payment_box fieldset label {
    width: auto;
    margin-left: 0
}

#payment .payment_methods li .payment_box fieldset .form-row {
    margin-bottom: 1em
}

#payment .payment_methods li .payment_box fieldset .form-row input[type=checkbox] {
    margin-right: 5px
}

#payment .payment_methods li .payment_box fieldset #cvv {
    width: 22% !important
}

#payment .payment_methods li .payment_box fieldset .help {
    width: 75%;
    float: right
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods {
    padding-top: 1em;
    margin: 0
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li {
    margin-top: .61805em
}

#payment .payment_methods li .payment_box .woocommerce-SavedPaymentMethods li input[type=radio] {
    margin-right: .236em
}

#payment .payment_methods li .payment_box ul.wc-saved-payment-methods {
    margin-left: 0
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-expiry,
#payment .payment_methods li .payment_box .wc-credit-card-form-card-cvc {
    font-size: 1.41575em
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    background-repeat: no-repeat;
    background-position: right .61805em center;
    background-size: 31px 20px;
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(#)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(#)
}

#payment .payment_methods li.woocommerce-notice,
#payment .payment_methods li.woocommerce-notice--info,
#payment .payment_methods li.woocommerce-info {
    padding: 25px 0 0;
    background-color: transparent;
    border: none;
    display: inline-block
}

#payment .payment_methods li.woocommerce-notice:before,
#payment .payment_methods li.woocommerce-notice--info:before,
#payment .payment_methods li.woocommerce-info:before {
    content: '\f06a';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffb400;
    font-size: 16px;
    font-size: 1rem;
    margin-right: 10px
}

#payment .terms {
    width: 100%;
    clear: both;
    float: none;
    margin-bottom: 0;
    margin-bottom: 1em
}

#payment .terms label {
    display: block;
    cursor: pointer
}

#payment .woocommerce-terms-and-conditions {
    padding: 1em;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 16px;
    background-color: rgba(0, 0, 0, .05)
}

#payment .place-order {
    margin-bottom: 0;
    float: none;
    width: 100%
}

#payment .place-order .button {
    font-size: 1em;
    width: 100%;
    white-space: pre-wrap
}

.woocommerce-checkout-review-order {
    background-color: #fafafa;
    padding: 40px 15px
}

@media(min-width:576px) {
    .woocommerce-checkout-review-order {
        padding: 50px 50px 75px
    }
}

.woocommerce-checkout-review-order:before,
.woocommerce-checkout-review-order:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: "";
    display: block;
    height: 10px;
    width: 100%;
    background-color: transparent;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    background-position: 0 10px, 40px 40px;
    background-image: -webkit-radial-gradient(closest-side, transparent 9px, #fafafa 100%);
    background-image: -o-radial-gradient(closest-side, transparent 9px, #fafafa 100%);
    background-image: radial-gradient(closest-side, transparent 9px, #fafafa 100%)
}

.woocommerce-checkout-review-order:after {
    bottom: -10px;
    top: unset;
    left: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

table.woocommerce-checkout-review-order-table th {
    padding: 1.4rem 0;
    font-weight: 400
}

table.woocommerce-checkout-review-order-table td {
    padding: 1.4rem 0
}

table.woocommerce-checkout-review-order-table .product-name {
    min-width: 150px
}

table.woocommerce-checkout-review-order-table .product-total {
    text-align: right
}

table.woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
    font-weight: 500
}

table.woocommerce-checkout-review-order-table .order-total {
    border: none
}

table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600
}

table.woocommerce-checkout-review-order-table .product-name strong {
    font-weight: 400
}

.woocommerce-checkout .payment-fixed {
    position: fixed;
    top: 0;
    z-index: 9;
    box-shadow: 0 6px 2em rgba(0, 0, 0, .2)
}

.admin-bar .woocommerce-checkout .payment-fixed {
    top: 32px
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br {
    display: none
}

#ship-to-different-address {
    position: relative
}

#ship-to-different-address label {
    font-weight: 500
}

.woocommerce-shipping-fields label {
    font-weight: 700;
    margin-top: 20px
}

.woocommerce-shipping-fields .select2-container--default .select2-selection--single {
    border-radius: 0
}

.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400
}

.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
    position: absolute;
    margin-top: -4px
}

.col2-set .col-1,
.col2-set .col-2,
.col2-set [data-elementor-columns-mobile="6"] .column-item,
[data-elementor-columns-mobile="6"] .col2-set .column-item,
.col2-set .woocommerce.columns-mobile-6 ul.products>li,
.woocommerce.columns-mobile-6 .col2-set ul.products>li {
    margin-bottom: 1.618em
}

.col2-set+#customer_details {
    display: none
}

.col2-set .woocommerce-billing-fields:before,
.col2-set .woocommerce-billing-fields:after {
    content: "";
    display: table
}

.col2-set .woocommerce-billing-fields:after {
    clear: both
}

.woocommerce-billing-fields .form-row {
    margin: 0
}

.woocommerce-billing-fields label {
    margin-top: 23px;
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem
}

.woocommerce-billing-fields>h3,
.page-header .woocommerce-billing-fields>.page-title {
    font-size: 24px;
    font-size: 1.5rem
}

.woocommerce-billing-fields .select2-container--default .selection {
    display: block
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single {
    font-size: 14px;
    font-size: .875rem
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: inherit;
    font-weight: 400;
    line-height: inherit
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%)
}

.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
    position: absolute
}

#billing_address_2_field {
    margin-top: 20px
}

.woocommerce-additional-fields {
    margin-top: 40px
}

.woocommerce-additional-fields>h3,
.page-header .woocommerce-additional-fields>.page-title {
    font-size: 24px;
    font-size: 1.5rem
}

.woocommerce-additional-fields .form-row {
    margin: 0
}

.woocommerce-additional-fields label {
    font-weight: 400;
    font-size: 14px;
    font-size: .875rem
}

.woocommerce-MyAccount-content form[class^=woocommerce-] fieldset {
    margin-right: 15px;
    margin-left: 15px;
    width: 100%
}

#wc_checkout_add_ons input[type=radio] {
    float: left;
    margin-right: .54079em;
    clear: left;
    margin-top: .35em
}

#order_review_heading,
#order_review {
    clear: right
}

#order_review {
    transition: box-shadow ease .4s;
    position: relative
}

#order_review .shop_table {
    margin-bottom: 20px
}

#order_review .shop_table thead {
    display: none
}

#order_review .shop_table tr.cart_item:first-child {
    border-top: 1px solid #e5e5e5
}

.order_review_heading {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 23px
}

#order_review_heading {
    margin-bottom: 0;
    padding-bottom: .61805em
}

@media(max-width:767px) {
    .woocommerce-columns--addresses .woocommerce-column {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-row.woocommerce-validated input.input-text {
    border-color: #2a2a2a;
    box-shadow: none
}

.form-row.woocommerce-invalid input.input-text {
    border-color: #2a2a2a;
    box-shadow: none
}

.select2-container--default .select2-selection--single {
    border-color: #e6e6e6 !important;
    border-radius: 4px;
    border-width: 2px;
    height: 50px !important
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 43px !important
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px !important
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    right: 8px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #2a2a2a
}

.select2-dropdown {
    border: 1px solid #2a2a2a !important
}

.woocommerce-account .woocommerce-input-wrapper,
.checkout .woocommerce-input-wrapper {
    width: 100%
}

.woocommerce-account .woocommerce-account-fields,
.checkout .woocommerce-account-fields {
    margin-top: 20px
}

form.track_order {
    position: relative;
    -ms-flex-align: end;
    align-items: flex-end
}

form.track_order .form-row {
    display: block
}

form.track_order p:first-of-type {
    margin: 0 0 40px;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%
}

@media(min-width:768px) {
    form.track_order p:first-of-type {
        padding: 0 21%
    }
}

form.track_order p.form-row-first {
    position: relative
}

@media(max-width:767px) {
    form.track_order p.form-row-first {
        flex-basis: auto
    }
}

@media(max-width:767px) {
    form.track_order p.form-row-last {
        flex-basis: auto
    }
}

form.track_order p:last-of-type {
    padding-left: 15px;
    padding-right: 15px
}

form.track_order p:last-of-type button[type=submit] {
    width: 100%;
    line-height: inherit
}

form.track_order label {
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    margin-bottom: .7rem
}

#colorbox {
    overflow: visible
}

#cboxWrapper {
    overflow: visible
}

#cboxBottomCenter,
#cboxBottomLeft,
#cboxBottomRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopCenter,
#cboxTopLeft,
#cboxTopRight {
    display: none
}

.woocommerce-wishlist .hentry {
    border-bottom: 0;
    padding: 30px 15px;
    border-radius: 6px;
    background-color: #fff
}

@media(min-width:576px) {
    .woocommerce-wishlist .hentry {
        padding: 30px
    }
}

.yith-wcwl-share {
    display: flex;
    align-items: center
}

.yith-wcwl-share h4.yith-wcwl-share-title {
    font-size: 16px;
    font-size: 1rem
}

#yith-wcwl-form {
    overflow-x: auto
}

.wishlist_table thead {
    display: none
}

.wishlist_table tr:not(:last-child) {
    border-bottom: 1px solid #e3e3e3
}

.wishlist_table tr td {
    text-align: left
}

.wishlist_table tr td.product-thumbnail a {
    max-width: 100px;
    line-height: 34px
}

@media(max-width:767px) {
    .wishlist_table tr td.product-thumbnail {
        display: none
    }
}

.wishlist_table tr td.wishlist-empty {
    text-align: center;
    border-bottom: 1px solid #fff !important
}

@media(max-width:767px) {
    .wishlist_table tr th.product-thumbnail {
        display: none
    }
}

.wishlist_table tfoot tr {
    border: none
}

.wishlist_table .product-thumbnail {
    width: 130px
}

.wishlist_table .product-price {
    font-weight: 400
}

.wishlist_table .product-add-to-cart a.button {
    align-items: center;
    margin-bottom: 0 !important
}

.wishlist_table .product-add-to-cart .remove_from_wishlist {
    opacity: .7
}

.wishlist_table .product-remove {
    width: 30px
}

.wishlist_table .product-stock-status {
    font-size: 11px;
    font-size: .6875rem;
    text-transform: uppercase
}

.wishlist_table.mobile {
    padding-left: 0
}

.wishlist_table.mobile li {
    margin-bottom: 20px
}

.wishlist_table.mobile li:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #e6e6e6
}

.wishlist_table.mobile li .additional-info-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    margin-right: 10px;
    margin-bottom: 0
}

.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist {
    margin-bottom: 0 !important;
    opacity: .7
}

.wishlist_table.mobile .product-name h3,
.wishlist_table.mobile .product-name .page-header .page-title,
.page-header .wishlist_table.mobile .product-name .page-title {
    font-size: 24px;
    font-size: 1.5rem
}

.wishlist_table tr td.product-stock-status span.wishlist-in-stock {
    color: #888
}

.woocommerce .wishlist-title h2 {
    margin-top: 20px;
    padding: 0
}

.woocommerce table.wishlist_table {
    font-size: inherit
}

.woocommerce table.wishlist_table tbody td {
    padding-top: 40px;
    padding-bottom: 30px
}

.woocommerce table.wishlist_table tbody td.product-name {
    min-width: 150px
}

.woocommerce table.wishlist_table .yith-wcqv-button {
    margin-left: 15px;
    text-decoration: underline
}

.woocommerce .wishlist_table .product-add-to-cart a.button {
    display: inline-flex !important;
    line-height: 24px !important
}

.wishlist-empty {
    font-size: 24px;
    font-size: 1.5rem;
    color: #000;
    text-align: center
}

.wishlist-empty:before {
    display: block;
    font-size: 190px;
    font-size: 11.875rem;
    color: #d7d7d7;
    line-height: 1.25
}

.yith-wcwl-share {
    margin-top: 30px
}

.yith-wcwl-share .yith-wcwl-share-title,
.yith-wcwl-share ul {
    display: inline-flex
}

.yith-wcwl-share ul {
    list-style: none
}

.yith-wcwl-share ul a {
    padding: 5px
}

.opal-currency_switcher li ul {
    position: absolute;
    left: 0;
    top: calc(100% + 10px);
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    z-index: 99;
    background: #fff
}

.opal-currency_switcher ul {
    position: relative;
    margin: 0
}

.opal-currency_switcher ul:hover ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
    pointer-events: auto
}

.opal-currency_switcher .currency_wrap {
    list-style: none
}

.opal-currency_switcher .currency_select {
    cursor: pointer;
    padding: 0 20px;
    border: 0 !important
}

.opal-currency_switcher .list-currency {
    box-shadow: 0 1px 16px 0 rgba(0, 0, 0, .1)
}

.opal-currency_switcher .list-currency button[type=submit] {
    background: 0 0;
    width: 100%;
    line-height: inherit;
    padding: 0;
    border: none
}

.opal-currency_switcher .list-currency button[type=submit]:hover {
    border: none;
    background: 0 0
}

.opal-currency_switcher .list-currency li {
    display: block
}

.deal-progress .progress-bar {
    width: 100%;
    height: 12px;
    background-color: #ccc;
    position: relative;
    overflow: hidden
}

.deal-progress .progress-value {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QONaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzE0MCA3OS4xNjA0NTEsIDIwMTcvMDUvMDYtMDE6MDg6MjEgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6NjlhNDgwNTgtNjc0YS1iYjQ2LTg2ZWUtZDE5NjE2ZmMyYzVkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcwQTE3MjdBODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcwQTE3Mjc5ODY0RTExRThBN0ZFRjc3MjY3NDgwQzk4IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmJiYWZhNWY4LTIyODUtMTk0MC04NzFjLWNjYTNmZGRjYmIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmMyN2QwMTYwLWQwNTYtZjU0OS04NTQxLTUzZjY0ZGQ0Yzc1ZiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAYEBAQFBAYFBQYJBgUGCQsIBgYICwwKCgsKCgwQDAwMDAwMEAwODxAPDgwTExQUExMcGxsbHB8fHx8fHx8fHx8BBwcHDQwNGBAQGBoVERUaHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fH//AABEIAAwAJAMBEQACEQEDEQH/xABqAAEBAQEAAAAAAAAAAAAAAAAHAAYIAQEAAAAAAAAAAAAAAAAAAAAAEAABAgMDBg8AAAAAAAAAAAABAAMRAgQhBQYxQYGxEhRRocEiQmLCEzNjFTUWJgcRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AOVEGnwbjJ+5HxT1BLl2OHnyZS2T05OUIF2nqGKhiR9icOMuATNuSmIIOcIMDjrAse8vW6m7bZqqllGXhnkGsIDlBIJAjflvrmy9H2a2G3HxfK7WbSgQkB99G+c9fRu28x18UUH/2Q==);
    background-repeat: repeat-x
}

.opal-woocommerce-deal {
    margin-bottom: 1.5em
}

.opal-woocommerce-deal .deal-text {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: .75em
}

#comments .commentlist .bypostauthor>.comment-body cite:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: .54079em;
    content: "\f0f6"
}

#comments .commentlist .reply a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f112";
    margin-left: .54079em
}

#comments .commentlist .reply a.comment-edit-link:after {
    content: "\f040"
}

button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.added_to_cart.loading {
    position: relative
}

button.loading:before,
input[type=button].loading:before,
input[type=reset].loading:before,
input[type=submit].loading:before,
.button.loading:before,
.added_to_cart.loading:before {
    opacity: 0
}

button.loading:after,
input[type=button].loading:after,
input[type=reset].loading:after,
input[type=submit].loading:after,
.button.loading:after,
.added_to_cart.loading:after {
    content: "";
    vertical-align: middle;
    border: 1px solid #e6e6e6;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading .45s infinite linear;
    -webkit-animation: opal-loading .45s infinite linear;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    overflow: hidden
}

.single-product .pswp__button {
    background-color: transparent
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    text-indent: -999px;
    overflow: hidden
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    content: "\f00e";
    line-height: 1.75em;
    text-indent: 0;
    color: #000
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important
}

.stock {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600
}

.stock .label {
    margin-right: 10px
}

.stock .stock-availability:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 5px
}

.stock.in-stock .stock-availability:before {
    content: "\f058"
}

.stock.out-of-stock .stock-availability {
    color: red
}

.stock.out-of-stock .stock-availability:before {
    content: "\f057"
}

a.reset_variations:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .54079em
}

.woocommerce-breadcrumb a:first-of-type:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f015";
    margin-right: .54079em
}

a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    text-align: center;
    position: relative;
    font-size: 24px;
    font-size: 1.5rem;
    color: #bbb
}

a.remove:hover,
a.remove:focus {
    color: #e2401c
}

.woocommerce-shipping-calculator>p:first-child a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d1";
    margin-right: .33423em
}

.blockUI:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

.woocommerce-breadcrumb .breadcrumb-separator {
    text-indent: -9999px;
    position: relative;
    display: inline-block;
    padding: 0 6.85353em
}

.woocommerce-breadcrumb .breadcrumb-separator:after {
    display: block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f105";
    font-size: .875em;
    text-indent: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1em;
    height: 1em;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    opacity: .25
}

#payment .payment_methods>.wc_payment_method>label:before {
    content: '';
    height: 16px;
    width: 16px;
    border-radius: 50%;
    border: 1px solid #d3d3d3;
    margin-bottom: -3px;
    margin-right: 10px;
    display: inline-block
}

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important
}

#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
    background-color: #000;
    height: 15px;
    width: 15px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px #d3d3d3;
    margin-bottom: -2px;
    margin-right: 11px;
    margin-left: 1px
}

.woocommerce-password-strength:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f119";
    margin-left: .54079em
}

.woocommerce-password-strength.strong:after {
    content: "\f118"
}

.woocommerce-password-strength.good:after {
    content: "\f11a"
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a:before {
    content: "\f0f6";
    line-height: 1.618;
    margin-left: .54079em;
    width: 1.41575em;
    text-align: right;
    float: right;
    opacity: .25
}

.woocommerce-MyAccount-navigation ul li a:hover:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: ""
}

.my_account_orders .button.view:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-left: .54079em
}

p.order-again .button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-left: .54079em
}

.woocommerce-MyAccount-downloads .button:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0ed";
    margin-left: .54079em
}

.demo_store:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: .54079em;
    content: "\f05a"
}

.woocommerce-Button--next:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f178";
    margin-left: .54079em
}

.woocommerce-Button--previous:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f177";
    margin-right: .54079em
}

#reviews .commentlist li p.meta .verified {
    display: inline-block;
    height: 1.41575em;
    width: 1.41575em;
    position: relative;
    text-indent: -9999px
}

#reviews .commentlist li p.meta .verified:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f058";
    color: #0f834d;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.41575em;
    height: 1.41575em;
    text-indent: 0;
    text-align: center;
    line-height: 1.618em
}

.single-product div.product .component_selections .clear_component_options:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .54079em
}

.cart .mnm_table_item .mnm_table_item_indent:before,
.shop_table .mnm_table_item .mnm_table_item_indent:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "\f148";
    margin-right: .38198em;
    opacity: .25
}

.quick-view-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06e";
    margin-right: .61805em
}

.woocommerce-page .ship_address .gift-form label:after,
.woocommerce-page .no_shipping_address .gift-form label:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f06b";
    margin-left: .54079em
}

.woocommerce-page .ship_address .modify-address-button:before,
.woocommerce-page .no_shipping_address .modify-address-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f044";
    margin-right: .54079em
}

.woocommerce-page .addresses+.addresses header.title a:before {
    content: "\f067"
}

.woocommerce .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before,
.woocommerce-page .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--contributions a:before {
    content: "\f005"
}

a#variations_clear:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f021";
    margin-right: .54079em
}

.wl-add-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f004";
    margin-right: .54079em
}

.button.wl-create-new:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f067";
    margin-right: .54079em
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    width: 100%
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce-account .woocommerce {
    padding-top: 50px;
    padding-bottom: 50px
}

.woocommerce-account .woocommerce .u-columns {
    flex-wrap: wrap
}

@media(max-width:767px) {
    .woocommerce-account .woocommerce .u-columns [class^=u-column] {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.woocommerce-account .woocommerce>h2,
.woocommerce-account .woocommerce>form {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.woocommerce-account .woocommerce>h2 {
    text-align: center
}

@media(min-width:992px) {
    .woocommerce-account .woocommerce #customer_login h2 {
        max-width: 440px;
        margin-left: auto;
        margin-right: auto
    }
}

.woocommerce-account .woocommerce-MyAccount-content a {
    text-decoration: underline
}

.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount {
    font-weight: 700
}

.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-notice {
    margin-right: 15px;
    margin-left: 15px
}

.woocommerce-account .form-row {
    align-items: center
}

.woocommerce-account .login-title span {
    color: #777
}

@media(min-width:992px) {

    form.woocommerce-form-login,
    form.register {
        margin-top: 50px;
        margin-bottom: 40px;
        max-width: 440px;
        margin-left: auto;
        margin-right: auto
    }
}

form.woocommerce-form-login h2,
form.register h2 {
    max-width: 440px;
    font-weight: 600;
    margin-bottom: 28px;
    font-size: 20px;
    font-size: 1.25rem
}

form.woocommerce-form-login .user-text,
form.register .user-text {
    margin-bottom: 1em
}

form.woocommerce-form-login label,
form.register label {
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1rem
}

form.woocommerce-form-login .woocommerce-form-login-wrap {
    background-color: #f8f8f8;
    padding: 50px 50px 60px;
    margin-bottom: 25px
}

@media(max-width:767px) {
    form.woocommerce-form-login .woocommerce-form-login-wrap {
        padding: 30px
    }
}

form.woocommerce-form-login .woocommerce-LostPassword {
    margin-bottom: 0
}

form.woocommerce-form-login .button[type=submit] {
    margin-top: 20px
}

form.register .woocommerce-form-register-wrap {
    padding-top: 50px
}

label.inline {
    display: inline !important
}

.woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    position: relative
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block
}

.woocommerce-MyAccount-navigation ul li.is-active {
    font-weight: 700
}

ul.order_details {
    list-style: none;
    position: relative;
    margin: 3.70633em 0;
    padding: 0;
    background: #eee
}

ul.order_details:before,
ul.order_details:after {
    content: "";
    display: table
}

ul.order_details:after {
    clear: both
}

ul.order_details:before,
ul.order_details:after {
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    left: 0;
    width: 100%;
    height: 16px;
    background-size: 0 100%, 16px 16px, 16px 16px
}

ul.order_details:after {
    top: auto;
    bottom: -16px;
    transform: rotate(180deg)
}

ul.order_details li {
    padding: 1em 1.618em;
    font-size: .8em;
    text-transform: uppercase;
    border-bottom: 1px solid;
    border-color: #fff
}

ul.order_details li:first-child {
    padding-top: 1.618em
}

ul.order_details li:last-child {
    border: 0;
    padding-bottom: 1.618em
}

ul.order_details li strong {
    display: block;
    font-size: 1.41575em;
    text-transform: none
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: .61805em .875em;
    font-size: .875em;
    margin-right: .236em
}

.woocommerce-MyAccount-content h2 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618em !important
}

.woocommerce-MyAccount-content #payment .payment_methods li .payment_box {
    background-color: rgba(0, 0, 0, .05)
}

.woocommerce-address-fields__field-wrapper .form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.woocommerce-address-fields__field-wrapper select {
    border-radius: 30px
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
    text-align: center
}

.woocommerce-MyAccount-content .woocommerce-Pagination a {
    text-decoration: none
}

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--previous {
    float: left
}

.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button.woocommerce-button--next {
    float: right
}

.woocommerce-order-details {
    margin-bottom: 30px
}

.woocommerce-table--order-details .woocommerce-Price-amount {
    font-weight: 700
}

.woocommerce-orders-table tr:nth-child(2n) {
    background-color: #e1e1e1
}

.woocommerce-orders-table tr td:first-child {
    padding-left: 5px
}

table+.addresses {
    margin-top: 1.618em
}

.product-transition {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px
}

.product-transition .group-action {
    z-index: 3;
    transition: all .3s ease-in-out;
    width: 2rem;
    position: absolute;
    top: 20px;
    right: 20px;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

@media(min-width:576px) {

    .product-transition .shop-action>.compare-button,
    .product-transition .shop-action>.button {
        visibility: hidden;
        opacity: 0
    }
}

.product-transition .woocommerce-loop-product__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 6px
}

li.product {
    box-sizing: border-box;
    margin-bottom: 30px
}

li.product h2,
li.product h3,
li.product .page-header .page-title,
.page-header li.product .page-title,
li.product .woocommerce-loop-product__title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2;
    font-weight: 500
}

li.product h2 a:hover,
li.product h3 a:hover,
li.product .page-header .page-title a:hover,
.page-header li.product .page-title a:hover,
li.product .woocommerce-loop-product__title a:hover {
    text-decoration: underline
}

li.product .caption {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

li.product .caption .star-rating {
    display: inline-block;
    float: right
}

li.product .added_to_cart.wc-forward {
    display: none
}

li.product .posted_in {
    font-size: 13px;
    font-size: .8125rem
}

@media(min-width:576px) {
    li.product:hover .group-action {
        visibility: visible;
        opacity: 1
    }
}

.shop_table .product-price {
    height: auto;
    overflow: visible
}

.shop-action {
    transition: all .35s ease;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column
}

.shop-action a[class*=product_type_] {
    font-size: 0;
    font-size: 0;
    margin-right: auto;
    display: flex;
    align-items: center;
    padding: 5px;
    height: 42px;
    width: 42px;
    margin-top: 5px;
    font-weight: 700;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-repeat: no-repeat;
    background-size: 0 100%
}

@media(min-width:576px) {
    .shop-action a[class*=product_type_] {
        font-size: 12px;
        font-size: .75rem;
        padding: 6px 20px;
        width: auto
    }
}

.shop-action a[class*=product_type_]:before {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 5px;
    z-index: 1
}

.shop-action a[class*=product_type_]:not(.loading):hover {
    color: #fff;
    background-size: 100% 100%
}

.shop-action a[class*=product_type_]:not(.loading):hover:before {
    text-indent: 15px
}

.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist>div>a,
.shop-action .compare {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    position: relative;
    white-space: nowrap;
    font-size: 0;
    font-size: 0;
    margin-bottom: 5px;
    background-color: #f3f5f9;
    border: 1px solid #f3f5f9
}

.shop-action .yith-wcqv-button:before,
.shop-action .yith-wcwl-add-to-wishlist>div>a:before,
.shop-action .compare:before {
    font-size: 13px;
    font-size: .8125rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.shop-action .yith-wcqv-button:hover,
.shop-action .yith-wcwl-add-to-wishlist>div>a:hover,
.shop-action .compare:hover {
    color: #fff
}

.shop-action .yith-wcwl-add-to-wishlist {
    margin-top: 0
}

.shop-action .yith-wcwl-add-to-wishlist>div {
    position: relative
}

.shop-action .yith-wcwl-add-to-wishlist>div>a {
    white-space: nowrap
}

.shop-action .yith-wcwl-add-to-wishlist>div .opal-loading-wislist {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px !important;
    height: 20px !important;
    margin-left: 0 !important
}

.shop-action .yith-wcwl-add-to-wishlist>div .opal-loading-wislist:before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading .45s infinite linear;
    -webkit-animation: opal-loading .45s infinite linear;
    background-image: none !important;
    background-color: #fff;
    overflow: hidden
}

.shop-action .yith-wcwl-add-to-wishlist>div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0 !important
}

.shop-action .yith-wcwl-add-button {
    position: relative
}

.shop-action .yith-wcwl-add-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.product-rating-price {
    margin-top: auto
}

.product-footer {
    overflow: hidden
}

.product-footer a[class*=product_type_] {
    font-size: 13px;
    font-size: .8125rem;
    margin-right: auto;
    align-items: center;
    font-weight: 700;
    white-space: nowrap;
    text-transform: uppercase;
    width: auto;
    height: auto;
    display: flex;
    padding: 0 20px 0 0;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.product-footer+.time {
    margin-top: 1rem
}

.product-block {
    position: relative;
    background-color: #fff;
    transition: all ease-out .3s;
    display: flex;
    border-radius: 6px;
    flex-direction: column;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden
}

.product-block .caption {
    padding: 0 20px 20px
}

@media(min-width:576px) {
    .product-block:hover {
        box-shadow: 0 3px 13px rgba(0, 0, 0, .11)
    }
}

@media(min-width:576px) {

    .product-block:hover .shop-action>.compare-button,
    .product-block:hover .shop-action .button {
        visibility: visible;
        opacity: 1
    }
}

li.product>a {
    display: block
}

li.product .product-image {
    border-radius: 5px;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

li.product:hover .product-transition>.product-image,
li.product:hover .product-img-wrap.none .product-image:first-child {
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

li.product:hover .product-img-wrap .inner {
    -ms-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s
}

li.product:hover .product-img-wrap.bottom-to-top .inner {
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

li.product:hover .product-img-wrap.top-to-bottom .inner {
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

li.product:hover .product-img-wrap.left-to-right .inner {
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

li.product:hover .product-img-wrap.right-to-left .inner {
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

li.product:hover .product-img-wrap.swap .product-image {
    opacity: 0
}

li.product:hover .product-img-wrap.swap .product-image img {
    transform: rotateY(180deg)
}

li.product:hover .product-img-wrap.swap .product-image.second-image {
    opacity: 1
}

li.product:hover .product-img-wrap.swap .product-image.second-image img {
    transform: rotateY(0deg)
}

li.product:hover .product-img-wrap.fade .product-image {
    opacity: 0
}

li.product:hover .product-img-wrap.fade .product-image.second-image {
    opacity: 1
}

li.product:hover .product-img-wrap.zoom-in .product-image.second-image {
    transform: scale(1)
}

li.product:hover .product-img-wrap.zoom-out .product-image {
    transform: scale(0)
}

li.product:hover .product-img-wrap.zoom-out .product-image.second-image {
    transform: scale(1)
}

.product-img-wrap {
    overflow: hidden;
    position: relative
}

.product-img-wrap .inner {
    width: 100%;
    height: 100%;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: all 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.product-img-wrap .product-image {
    opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
    -ms-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
    -o-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
    -moz-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
    -webkit-transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms;
    transition: opacity 1.5s cubic-bezier(.19, 1, .22, 1) 0ms
}

.product-img-wrap .product-image.second-image {
    position: absolute;
    width: 100%;
    height: 100%
}

.product-img-wrap.top-to-bottom .product-image {
    bottom: 100%
}

.product-img-wrap.left-to-right .product-image {
    top: 0;
    right: 100%
}

.product-img-wrap.right-to-left .product-image {
    top: 0;
    left: 100%
}

.product-img-wrap.swap .product-image {
    top: 0;
    left: 0;
    transition: all .7s ease
}

.product-img-wrap.swap .product-image img {
    transition: all .7s ease;
    transform: rotateY(0deg)
}

.product-img-wrap.swap .product-image.second-image {
    z-index: 2;
    opacity: 0
}

.product-img-wrap.swap .product-image.second-image img {
    transform: rotateY(-180deg)
}

.product-img-wrap.fade .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease
}

.product-img-wrap.fade .product-image.second-image {
    opacity: 0;
    z-index: 2
}

.product-img-wrap.zoom-in .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease
}

.product-img-wrap.zoom-in .product-image.second-image {
    transform: scale(0);
    z-index: 2
}

.product-img-wrap.zoom-out .product-image {
    top: 0;
    left: 0;
    transition: all .5s ease
}

.product-img-wrap.zoom-out .product-image.second-image {
    z-index: -1
}

.otf-product-list .product-img-wrap:hover .inner {
    -ms-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -o-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -moz-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    -webkit-transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s;
    transition: transform 1s cubic-bezier(.19, 1, .22, 1) 0s
}

.otf-product-list .product-img-wrap:hover.bottom-to-top .inner {
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0)
}

.otf-product-list .product-img-wrap:hover.top-to-bottom .inner {
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.otf-product-list .product-img-wrap:hover.left-to-right .inner {
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.otf-product-list .product-img-wrap:hover.right-to-left .inner {
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.otf-product-list .product-img-wrap:hover.swap .product-image {
    opacity: 0
}

.otf-product-list .product-img-wrap:hover.swap .product-image img {
    transform: rotateY(180deg)
}

.otf-product-list .product-img-wrap:hover.swap .product-image.second-image {
    opacity: 1
}

.otf-product-list .product-img-wrap:hover.swap .product-image.second-image img {
    transform: rotateY(0deg)
}

.otf-product-list .product-img-wrap:hover.fade .product-image {
    opacity: 0
}

.otf-product-list .product-img-wrap:hover.fade .product-image.second-image {
    opacity: 1
}

.otf-product-list .product-img-wrap:hover.zoom-in .product-image.second-image {
    transform: scale(1)
}

.otf-product-list .product-img-wrap:hover.zoom-out .product-image {
    transform: scale(0)
}

.otf-product-list .product-img-wrap:hover.zoom-out .product-image.second-image {
    transform: scale(1)
}

ul.products li.product.osf-product-list .price,
ul.products li.product.osf-product-list .woocommerce-loop-product__title {
    padding-top: .5rem;
    padding-bottom: .5rem
}

ul.products li.product.osf-product-list .price {
    justify-content: flex-end;
    margin-bottom: 1rem
}

li.product.osf-product-list {
    margin-bottom: 30px !important
}

li.product.osf-product-list:last-child:after {
    display: none
}

li.product.osf-product-list .product-transition .shop-action>.compare-button,
li.product.osf-product-list .product-transition .shop-action>.button {
    visibility: visible;
    opacity: 1
}

@media(min-width:992px) {
    li.product.osf-product-list .product-img-wrap {
        max-width: 300px;
        float: left
    }
}

li.product.osf-product-list .product-block {
    flex-direction: unset;
    display: block
}

@media(min-width:992px) {
    li.product.osf-product-list .product-block {
        display: flex
    }
}

@media(min-width:992px) and (min-width:992px) {
    li.product.osf-product-list .product-block>.product-image {
        max-width: 300px;
        display: flex
    }
}

@media(min-width:992px) {
    li.product.osf-product-list .product-block .product-transition {
        display: flex;
        align-items: center
    }
}

li.product.osf-product-list .caption {
    text-align: left;
    padding: 0;
    max-width: 560px
}

li.product.osf-product-list .product-caption {
    text-align: left;
    width: 100%;
    padding: 20px
}

@media(min-width:992px) {
    li.product.osf-product-list .product-caption {
        width: calc(100% - 300px);
        padding: 30px;
        float: right
    }
}

li.product.osf-product-list .product-footer a[class*=product_type_] {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: inline-flex;
    width: auto
}

li.product.osf-product-list .shop-action {
    justify-content: left;
    flex-direction: row
}

@media(max-width:767px) {

    li.product.osf-product-list .shop-action .yith-wcqv-button,
    li.product.osf-product-list .shop-action .yith-wcwl-add-to-wishlist>div>a,
    li.product.osf-product-list .shop-action .compare {
        opacity: 0;
        visibility: hidden;
        display: none
    }
}

li.product.osf-product-list .woocommerce-loop-product__title {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 600;
    max-height: inherit;
    height: auto
}

@media(min-width:992px) {
    li.product.osf-product-list .woocommerce-loop-product__title {
        font-size: 24px;
        font-size: 1.5rem
    }
}

.product-category-banner {
    margin-bottom: 1rem
}

ul.products {
    clear: both;
    padding: 0;
    margin: 0
}

.products-no-gutter ul.products {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.products-no-gutter ul.products li,
.products-no-gutter ul.products li.product {
    padding-right: 0 !important;
    padding-left: 0 !important
}

ul.products li,
ul.products li.product {
    list-style: none;
    position: relative
}

ul.products li .woocommerce-LoopProduct-link,
ul.products li.product .woocommerce-LoopProduct-link {
    display: block
}

ul.products li .product-price,
ul.products li .price,
ul.products li.product .product-price,
ul.products li.product .price {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-bottom: 1rem
}

ul.products li .product-price del,
ul.products li .price del,
ul.products li.product .product-price del,
ul.products li.product .price del {
    text-decoration: line-through;
    position: relative
}

ul.products li .product-price ins,
ul.products li .price ins,
ul.products li.product .product-price ins,
ul.products li.product .price ins {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.125rem
}

ul.products li h2,
ul.products li h3,
ul.products li .page-header .page-title,
.page-header ul.products li .page-title,
ul.products li .woocommerce-loop-product__title,
ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .page-header .page-title,
.page-header ul.products li.product .page-title,
ul.products li.product .woocommerce-loop-product__title {
    margin: 0 0 15px;
    padding-top: 0
}

ul.products li img,
ul.products li.product img {
    display: block;
    margin: 0 auto;
    width: 100%
}

ul.products li img.ajax-loading,
ul.products li.product img.ajax-loading {
    display: none
}

ul.products li.product-category h2,
ul.products li.product-category h3,
ul.products li.product-category .page-header .page-title,
.page-header ul.products li.product-category .page-title,
ul.products li.product-category .woocommerce-loop-category__title,
ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .page-header .page-title,
.page-header ul.products li.product.product-category .page-title,
ul.products li.product.product-category .woocommerce-loop-category__title {
    font-size: 1.1em
}

ul.products li.product-category img,
ul.products li.product.product-category img {
    margin-bottom: 1.618em
}

ul.products li ins,
ul.products li.product ins {
    background: 0 0
}

ul.products li .posfed_in,
ul.products li.product .posfed_in {
    display: block
}

ul.products li .posfed_in a,
ul.products li.product .posfed_in a {
    color: #e0e2e6
}

ul.products li a[class*=product_type_].loading,
ul.products li.product a[class*=product_type_].loading {
    color: transparent
}

ul.products li a[class*=product_type_].loading:after,
ul.products li.product a[class*=product_type_].loading:after {
    color: #fff
}

@media(min-width:768px) {
    ul.products+.woocommerce-result-count {
        margin-top: 40px;
        text-align: right
    }
}

@media(max-width:767px) {
    ul.products+.woocommerce-result-count {
        margin-bottom: 0
    }
}

ul.products+.woocommerce-result-count+.woocommerce-pagination {
    margin-top: 0
}

@media(min-width:768px) {
    ul.products+.woocommerce-result-count+.woocommerce-pagination {
        margin-top: -5em
    }
}

li.product .star-rating {
    font-size: 12px;
    font-size: .75rem
}

[class^=columns-] {
    width: 100%
}

[class*=col-md] #customer_details .col-1,
[class*=col-md] #customer_details .col-2,
[class*=col-md] #customer_details [data-elementor-columns-mobile="6"] .column-item,
[data-elementor-columns-mobile="6"] [class*=col-md] #customer_details .column-item,
[class*=col-md] #customer_details .woocommerce.columns-mobile-6 ul.products>li,
.woocommerce.columns-mobile-6 [class*=col-md] #customer_details ul.products>li {
    padding: 0
}

.archive.osf_woocommerce_archive_product_style_full #content {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    max-width: 1710px
}

.columns-5 ul.products>li {
    flex: 0 0 20%;
    max-width: 20%
}

@media(max-width:991px) {
    .columns-5 ul.products>li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

@media(max-width:767px) {
    .columns-5 ul.products>li {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media(max-width:575px) {
    .columns-5 ul.products>li {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:992px) {
    .woocommerce.columns-5 ul.products>li {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:768px) {
    .woocommerce.columns-tablet-5 ul.products>li {
        flex: 0 0 20%;
        max-width: 20%
    }
}

@media(min-width:576px) {
    .woocommerce.columns-mobile-5 ul.products>li {
        flex: 0 0 20%;
        max-width: 20%
    }
}

.woocommerce .woocommerce-carousel .owl-stage-outer {
    overflow: visible
}

.woocommerce .woocommerce-carousel ul.products {
    overflow: hidden;
    padding: 15px;
    margin: -15px
}

.woocommerce .woocommerce-carousel ul.products li,
.woocommerce .woocommerce-carousel ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0
}

.woocommerce-product-carousel {
    width: 100%;
    position: relative
}

.woocommerce-product-carousel .owl-stage-outer {
    overflow: visible
}

.woocommerce-product-carousel ul.products {
    overflow: hidden;
    padding: 15px;
    margin: -15px
}

.woocommerce-product-carousel ul.products li.product {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 0
}

.woocommerce-product-carousel ul.products .owl-stage-outer {
    overflow: visible
}

.osf-sorting-wrapper {
    margin-bottom: 30px;
    padding-top: 12px;
    border-bottom: 1px solid #e6e6e6
}

.osf-sorting {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0;
    margin-bottom: 15px
}

.osf-sorting .osf-sorting-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
    margin-left: auto
}

@media(max-width:991px) {
    .osf-sorting .osf-sorting-group+.osf-sorting-group .woocommerce-result-count {
        display: none
    }
}

.osf-sorting .woocommerce-result-count {
    margin: 0;
    font-size: 16px;
    font-size: 1rem
}

@media(max-width:768px) {
    .osf-sorting .woocommerce-result-count {
        padding-top: .5em;
        padding-bottom: .5em
    }
}

.osf-sorting .woocommerce-ordering {
    display: inline-block
}

@media(max-width:575px) {
    .osf-sorting .woocommerce-ordering {
        width: 100%
    }
}

.osf-sorting .woocommerce-ordering select {
    padding-left: .5rem;
    padding-right: .5rem;
    height: 2.5em;
    border-color: #eee;
    background-color: #fff;
    border-radius: 30px;
    font-size: inherit
}

.osf-sorting .woocommerce-ordering .select-selected {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400
}

.osf-sorting .woocommerce-ordering .select-selected:after {
    vertical-align: baseline
}

.osf-sorting .gridlist-toggle {
    display: inline-block;
    text-align: right;
    float: right;
    margin-left: auto;
    min-width: 74px
}

@media(max-width:991px) {
    .osf-sorting .gridlist-toggle {
        display: none
    }
}

.osf-sorting .gridlist-toggle a {
    color: #b6babe;
    padding: .2rem .4rem;
    line-height: 1;
    height: 2.5em;
    width: 2.5em;
    font-size: 12px;
    font-size: .75rem;
    -webkit-appearance: none
}

.osf-sorting .gridlist-toggle a+a {
    margin-left: -1px
}

.osf-sorting .gridlist-toggle a.active,
.osf-sorting .gridlist-toggle a:hover {
    border-color: #eee;
    -webkit-appearance: none;
    box-shadow: none;
    line-height: 1
}

@media(min-width:992px) {
    .osf-sorting .gridlist-toggle+.woocommerce-ordering {
        margin-left: 12px
    }
}

.columns-5 .woocommerce-loop-product__title,
.columns-6 .woocommerce-loop-product__title {
    font-size: 16px;
    font-size: 1rem
}

.opal-content-layout-2cl .columns-4 .woocommerce-loop-product__title,
.opal-content-layout-2cr .columns-4 .woocommerce-loop-product__title {
    font-size: 16px;
    font-size: 1rem
}

.woocommerce-ordering {
    margin-left: auto;
    position: relative
}

.woocommerce-ordering select {
    display: none
}

.opal-default-content-layout .woocommerce-ordering select {
    display: inline-block
}

.select-selected {
    margin: 0;
    padding: .2rem 1rem;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    border-radius: 30px;
    cursor: pointer;
    position: relative;
    min-width: 200px;
    color: #000
}

.select-selected:after {
    content: "\f107";
    font: normal normal normal 18px/1 FontAwesome;
    color: #222;
    margin-left: 5rem;
    vertical-align: middle;
    position: absolute;
    right: 15px;
    line-height: 26px
}

.select-selected.select-arrow-active:after {
    content: "\f106"
}

.select-items div {
    padding: 3px 15px;
    border: 0;
    cursor: pointer;
    font-size: 14px;
    font-size: .875rem
}

.select-items div:hover {
    background-color: #f7f8fa
}

.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    padding: 10px 0;
    margin-top: -1px;
    border: 1px solid #eee
}

.select-hide {
    display: none
}

.same-as-selected {
    background-color: #f7f8fa
}

#yith-quick-view-modal.open .yith-wcqv-main {
    box-shadow: none
}

@media(min-width:992px) {
    #yith-quick-view-modal.open .yith-wcqv-main {
        overflow-y: hidden !important
    }
}

#yith-quick-view-modal .yith-wcqv-main {
    box-shadow: none
}

#yith-quick-view-modal #yith-quick-view-content .product {
    height: 100%;
    padding: 0
}

#yith-quick-view-modal #yith-quick-view-content .product div.product {
    display: block
}

#yith-quick-view-modal #yith-quick-view-content div.images {
    width: 50%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative
}

#yith-quick-view-modal #yith-quick-view-content div.images img {
    display: block;
    width: 100%
}

@media(max-width:991px) {
    #yith-quick-view-modal #yith-quick-view-content div.images {
        max-width: 100%;
        width: 100%;
        height: auto
    }

    #yith-quick-view-modal #yith-quick-view-content div.images img.zoomImg {
        display: none !important
    }
}

#yith-quick-view-modal #yith-quick-view-content div.summary {
    padding: 30px;
    height: 100%;
    overflow-y: scroll
}

@media(max-width:991px) {
    #yith-quick-view-modal #yith-quick-view-content div.summary {
        max-width: 100%;
        width: 100%;
        flex: 0 0 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 15px
    }
}

#yith-quick-view-modal #yith-quick-view-close {
    color: #000;
    border: 0;
    font-weight: 500;
    opacity: 1;
    font-size: 15px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    top: 10px;
    right: 20px;
    z-index: 9999;
    background: #fff
}

#yith-quick-view-modal ::-webkit-scrollbar {
    width: 5px
}

#yith-quick-view-modal ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px
}

#yith-quick-view-modal ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #24aeb1;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5)
}

#yith-quick-view-modal ::-webkit-scrollbar-thumb:window-inactive {
    background-color: #24aeb1
}

#yith-quick-view-content.single-product div.product {
    margin: 0
}

#yith-quick-view-content.single-product div.product .summary-content h1.product_title,
#yith-quick-view-content.single-product div.product .summary-content .product_title.site-title {
    padding-top: 0;
    margin: 0;
    font-size: 1.7rem
}

#yith-quick-view-content.single-product div.product .summary .price {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.4rem
}

#yith-quick-view-content.single-product div.product .woocommerce-product-rating {
    margin: 10px 0
}

#yith-quick-view-content .out-of-stock {
    position: static
}

#yith-quick-view-content .onsale {
    left: 15px;
    top: 15px
}

#yith-quick-view-content div.images {
    margin-top: 15px;
    margin-bottom: 0
}

#reviews {
    outline: none
}

#reviews #comments {
    margin-top: 0;
    padding: 0
}

#reviews #comments+#review_form_wrapper {
    margin-top: 30px
}

#reviews .comment-reply-title {
    display: none
}

#reviews .commentlist {
    list-style: none;
    margin-left: 0;
    padding-left: 0 !important
}

#reviews .commentlist li {
    margin-bottom: 2.61792em;
    list-style: none;
    clear: both
}

#reviews .commentlist li:before,
#reviews .commentlist li:after {
    content: "";
    display: table
}

#reviews .commentlist li:after {
    clear: both
}

#reviews .commentlist li .comment_container {
    border-radius: 3px;
    background: 0 0
}

#reviews .commentlist li .comment_container:before,
#reviews .commentlist li .comment_container:after {
    content: "";
    display: table
}

#reviews .commentlist li .comment_container:after {
    clear: both
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
    font-size: .875em;
    line-height: 24px;
    height: 24px;
    margin-bottom: 0;
    float: left
}

#reviews .commentlist li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

#reviews .commentlist li time {
    font-size: .875em
}

#reviews .commentlist li .comment-text .star-rating {
    margin-bottom: 1.5rem
}

#reviews .commentlist li .comment-text .meta {
    text-align: right
}

#reviews .commentlist li .comment-text .meta * {
    font-size: 12px;
    font-size: .75rem;
    color: #181818;
    line-height: 24px
}

#reviews .commentlist li .comment-text .description {
    padding-top: 5px;
    padding-bottom: 10px
}

#reviews .commentlist li .avatar {
    display: none;
    border-radius: 50%;
    height: auto;
    left: 0
}

.opal-comment-1 #reviews .commentlist li .avatar,
.opal-comment-3 #reviews .commentlist li .avatar,
.opal-comment-6 #reviews .commentlist li .avatar {
    left: 0
}

#reviews .commentlist li p.meta {
    margin-bottom: .625em
}

#reviews .commentlist li p.meta strong {
    line-height: 1;
    margin-bottom: 3px
}

#reviews .commentlist li p.meta time {
    display: block
}

#reviews .commentlist li p.meta .verified {
    font-style: normal;
    font-size: .875em
}

#reviews .commentlist li p.meta .woocommerce-review__dash,
#reviews .commentlist li p.meta .woocommerce-review__author {
    display: none
}

#reviews .commentlist li .woocommerce-review__author {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 500;
    text-transform: uppercase
}

#reviews .commentlist li .woocommerce-review__author:before {
    content: '';
    width: 15px;
    height: 1px;
    background-color: #000;
    margin-right: 10px;
    vertical-align: middle;
    display: inline-block
}

#reviews .commentlist li ul.children {
    margin: 0;
    padding-top: 1.618em
}

#reviews .commentlist li ul.children li {
    margin-bottom: 1.618em
}

#reviews .commentlist li ul.children li:last-child {
    margin-bottom: 0
}

#reviews .comment-respond {
    padding: 0;
    box-shadow: none;
    margin: 0
}

#reviews .comment-form-rating {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%
}

#reviews .comment-form-rating label {
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 10px
}

#reviews .comment-form-rating .stars {
    font-size: 18px;
    font-size: 1.125rem
}

#reviews .comment-form-author,
#reviews .comment-form-email {
    width: 100%
}

#reviews .comment-form-email {
    margin-right: 0
}

#wp-comment-cookies-consent {
    margin-bottom: 2px
}

#wp-comment-cookies-consent label {
    margin-bottom: 0
}

.woocommerce-Tabs-panel table.shop_attributes,
#osf-accordion-container table.shop_attributes {
    border: 1px solid #e7e7e7
}

.woocommerce-Tabs-panel table.shop_attributes th,
.woocommerce-Tabs-panel table.shop_attributes td,
#osf-accordion-container table.shop_attributes th,
#osf-accordion-container table.shop_attributes td {
    border: 1px solid #e7e7e7;
    padding: 10px 20px
}

.woocommerce-Tabs-panel table.shop_attributes th p,
.woocommerce-Tabs-panel table.shop_attributes td p,
#osf-accordion-container table.shop_attributes th p,
#osf-accordion-container table.shop_attributes td p {
    margin-bottom: 0
}

.site-main>.product>.onsale {
    position: absolute;
    z-index: 10
}

.single-product .pswp__button {
    background-color: transparent
}

@media(min-width:1200px) {
    .single-product[class*=opal-content-layout-2c] div.type-product .entry-summary .inner {
        padding-left: 30px
    }
}

.single-product div.type-product {
    position: relative;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px
}

.single-product div.type-product .product-inner {
    position: relative
}

.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a,
.single-product div.type-product .entry-summary .compare {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 5px;
    margin-top: 1rem;
    position: relative;
    white-space: nowrap;
    font-size: 0;
    font-size: 0;
    display: inline-block;
    float: left;
    border: 1px solid #e6e6e6
}

.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before,
.single-product div.type-product .entry-summary .compare:before {
    font-size: 14px;
    font-size: .875rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700
}

.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover,
.single-product div.type-product .entry-summary .compare:hover {
    color: #fff
}

.single-product div.type-product .entry-summary .yith-wcwl-add-button,
.single-product div.type-product .entry-summary .compare {
    flex: 0 1 48px
}

.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-flex;
    margin-top: 0
}

.single-product div.type-product .entry-summary .yith-wcwl-add-button {
    position: relative
}

.single-product div.type-product .entry-summary .yith-wcwl-add-button img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.single-product div.type-product .entry-summary .compare {
    margin-right: 5px
}

.single-product div.type-product .images figure {
    margin: 0
}

.single-product div.type-product .product_title {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 600;
    padding-top: 0;
    margin-bottom: 12px;
    font-family: inherit
}

.single-product div.type-product .quantity_label {
    margin-bottom: 0;
    margin-top: 1rem;
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem
}

.single-product div.type-product .images,
.single-product div.type-product .summary,
.single-product div.type-product .woocommerce-product-gallery {
    margin-bottom: 2.29068em;
    margin-top: 0
}

.single-product div.type-product .woocommerce-product-gallery {
    position: relative;
    margin-bottom: 3.70633em
}

.single-product div.type-product .woocommerce-product-gallery .zoomImg {
    background-color: #fff
}

.single-product div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 35px;
    display: block;
    height: 1.75em;
    width: 1.75em;
    z-index: 90;
    text-align: center;
    color: #1d2a38
}

.single-product div.type-product .woocommerce-product-gallery img {
    margin: 0
}

.single-product div.type-product .woocommerce-product-gallery .flex-control-thumbs {
    padding: 0;
    margin: 0 -5px
}

.single-product div.type-product .woocommerce-product-gallery .flex-control-thumbs li {
    padding-left: 0;
    list-style: none;
    cursor: pointer;
    padding: 0 5px
}

.single-product div.type-product .woocommerce-product-gallery .flex-control-thumbs li img {
    transition: all, ease, .2s;
    width: 100%;
    display: block;
    border: 1px solid #e6e6e6;
    margin-bottom: 10px
}

.single-product div.type-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    flex: 0 0 50%;
    max-width: 50%
}

.single-product div.type-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.single-product div.type-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    flex: 0 0 25%;
    max-width: 25%
}

.single-product div.type-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    flex: 0 0 20%;
    max-width: 20%
}

.single-product div.type-product .woocommerce-product-gallery.woocommerce-product-gallery--columns-6 .flex-control-thumbs li {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.single-product div.type-product .images {
    margin-bottom: 2em
}

.single-product div.type-product .images .woocommerce-main-image {
    margin-bottom: 1.618em;
    display: block
}

.single-product div.type-product .images .thumbnails:before,
.single-product div.type-product .images .thumbnails:after {
    content: "";
    display: table
}

.single-product div.type-product .images .thumbnails:after {
    clear: both
}

.single-product div.type-product .images .thumbnails a.zoom {
    display: block;
    width: 22.05%;
    margin-right: 3.8%;
    float: left;
    margin-bottom: 1em
}

.single-product div.type-product .images .thumbnails a.zoom.last {
    margin-right: 0
}

.single-product div.type-product .images .thumbnails a.zoom.first {
    clear: both
}

.single-product div.type-product form.cart:not(.variations_form):not(.grouped_form) {
    display: flex;
    flex-wrap: wrap
}

.single-product div.type-product form.cart {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.single-product div.type-product form.cart:before,
.single-product div.type-product form.cart:after {
    content: "";
    display: table
}

.single-product div.type-product form.cart:after {
    clear: both
}

.single-product div.type-product form.cart .woocommerce-variation-add-to-cart,
.single-product div.type-product form.cart:not(.variations_form) {
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding: 4px 20px 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.single-product div.type-product form.cart .single_variation_wrap {
    width: 100%
}

.single-product div.type-product form.cart .quantity {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-right: 10px;
    border: 1px solid #e6e6e6;
    width: 120px;
    flex-basis: 120px;
    margin-top: 1rem;
    font-size: 15px;
    font-size: .9375rem;
    border-radius: 30px
}

.single-product div.type-product form.cart .quantity.hidden {
    width: auto;
    height: auto;
    margin: 0
}

.single-product div.type-product form.cart .quantity .quantity-action {
    cursor: pointer;
    padding: 1.032rem 0;
    color: #222;
    width: 33.33%;
    text-align: center;
    line-height: 1
}

.single-product div.type-product form.cart .quantity .quantity-action:hover,
.single-product div.type-product form.cart .quantity .quantity-action:focus,
.single-product div.type-product form.cart .quantity .quantity-action:active {
    color: #000
}

.single-product div.type-product form.cart .quantity input[type=number] {
    padding: .35rem 0;
    line-height: 1;
    width: 33.33%;
    background-color: transparent;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600
}

.single-product div.type-product form.cart.grouped_form .quantity_label {
    display: none
}

.single-product div.type-product .summary .price {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
    display: flex;
    align-items: center
}

.single-product div.type-product .summary .price ins {
    background-color: transparent;
    float: left;
    margin-left: 0;
    order: -1;
    margin-right: .2em
}

.single-product div.type-product .summary .price del {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400
}

.single-product div.type-product table.variations {
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    margin: 0 0 30px
}

.single-product div.type-product table.variations tr {
    display: block
}

.single-product div.type-product table.variations th,
.single-product div.type-product table.variations td {
    padding: 0;
    list-style: none;
    background-color: transparent;
    vertical-align: middle;
    border: 0
}

.single-product div.type-product table.variations select {
    height: 40px;
    width: 100%;
    border: none;
    font-size: 16px;
    font-size: 1rem;
    background: 0 0
}

.single-product div.type-product table.variations label {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.125rem;
    white-space: nowrap;
    line-height: 40px
}

.single-product div.type-product table.variations label:after {
    content: ':';
    padding-right: 5px
}

.single-product div.type-product table.variations .value select {
    padding: 0 10px;
    margin: 10px 0
}

.single-product div.type-product .single_variation .price {
    margin-bottom: 0;
    display: block
}

.single-product div.type-product .variations_button {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product div.type-product .variations_button:before,
.single-product div.type-product .variations_button:after {
    content: "";
    display: table
}

.single-product div.type-product .variations_button:after {
    clear: both
}

.single-product div.type-product .woocommerce-variation-price {
    margin-bottom: 15px
}

.single-product div.type-product .woocommerce-product-rating {
    display: flex;
    margin-bottom: 15px
}

.single-product div.type-product .woocommerce-product-rating:before,
.single-product div.type-product .woocommerce-product-rating:after {
    content: "";
    display: table
}

.single-product div.type-product .woocommerce-product-rating:after {
    clear: both
}

.single-product div.type-product .woocommerce-product-rating a {
    font-size: 13px;
    font-size: .8125rem;
    margin-top: 3px
}

.single-product div.type-product .woocommerce-product-rating a:not(:hover) {
    color: #aaa
}

.single-product div.type-product .woocommerce-product-rating .star-rating {
    margin-right: .61805em
}

.single-product div.type-product .product_meta {
    margin-top: 2.4rem;
    line-height: 1.75;
    font-weight: 500
}

.single-product div.type-product .product_meta .tagged_as a,
.single-product div.type-product .product_meta .posted_in a,
.single-product div.type-product .product_meta .sku {
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 400
}

.single-product div.type-product .product_meta .sku_wrapper,
.single-product div.type-product .product_meta .posted_in,
.single-product div.type-product .product_meta .tagged_as {
    display: block;
    font-size: 14px;
    font-size: .875rem
}

.single-product div.type-product .product_meta .sku_wrapper:last-child,
.single-product div.type-product .product_meta .posted_in:last-child,
.single-product div.type-product .product_meta .tagged_as:last-child {
    border-bottom: 0
}

.single-product div.type-product .woocommerce-tabs {
    padding: 0
}

.single-product div.type-product .woocommerce-tabs .panel .shop_attributes p {
    margin-bottom: 0
}

.single-product div.type-product.compare-button {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 0
}

.single-product div.type-product .pbr-social-share {
    text-align: left
}

.single-product div.type-product .pbr-social-share:before {
    display: none
}

.single-product div.type-product .pbr-social-share .social-share-header {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    margin-right: 3px
}

.single-product div.type-product .pbr-social-share a {
    margin: 0
}

.single-product div.type-product form.variations_form {
    margin-top: 30px
}

.single-product div.type-product form.variations_form>div {
    background-color: transparent !important
}

.single-product[class*=opal-comment-form] .comment-form .comment-form-email,
.single-product[class*=opal-comment-form] .comment-form .comment-form-author,
.single-product[class*=opal-comment-form] .comment-form .comment-notes {
    order: unset
}

.single-product[class*=opal-comment-form] .comment-form .form-submit {
    margin-top: 20px
}

.single-product[class*=opal-comment-form] .comment-form .form-submit .submit {
    min-width: 260px
}

.single-product[class*=product-style] .stock.out-of-stock {
    position: static;
    background-color: transparent;
    padding-left: 0;
    padding-right: 0
}

.single-product .single_add_to_cart_button,
.single-product .single_add_to_cart_button.disabled[type=submit] {
    margin-top: 1rem;
    margin-right: 5px;
    margin-left: 0;
    padding-right: 25px;
    padding-left: 25px;
    float: left;
    display: flex
}

.single-product .single_add_to_cart_button:before,
.single-product .single_add_to_cart_button.disabled[type=submit]:before {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 3px;
    vertical-align: middle
}

.single-product .woocommerce-product-details__short-description ul {
    padding-left: 1.5em
}

.single-product table.variations {
    margin-bottom: 1em
}

.single-product table.group_table {
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 1rem;
    flex-basis: 100%;
    margin-bottom: 1rem
}

.single-product table.group_table tr:last-child {
    border-bottom: 0
}

.single-product table.group_table tr:last-child .woocommerce-grouped-product-image {
    border-bottom: 0;
    padding-bottom: 13px
}

.single-product table.group_table tr:first-child .woocommerce-grouped-product-image {
    padding-top: 20px;
    width: 80px
}

.single-product table.group_table .woocommerce-grouped-product-image {
    border-bottom: 1px solid #fff
}

.single-product table.group_table .woocommerce-grouped-product-image img {
    width: 70px
}

.single-product table.group_table .woocommerce-grouped-product-list-item__label label {
    margin-bottom: 0
}

.single-product table.group_table .woocommerce-grouped-product-list-item__price {
    text-align: right
}

.single-product table.group_table .woocommerce-grouped-product-list-item__price .amount {
    color: #222
}

.single-product table.group_table .woocommerce-grouped-product-list-item__price ins {
    background: 0 0;
    color: #222
}

.single-product table.group_table .woocommerce-grouped-product-list-item__price p {
    margin-bottom: 0
}

.single-product table.group_table .quantity {
    margin-right: 0 !important;
    margin-left: auto
}

.single-product table.group_table .woocommerce-grouped-product-list-item__quantity {
    text-align: right
}

.single-product a.reset_variations {
    position: absolute;
    bottom: 100%;
    left: 0;
    display: block;
    margin-left: 0;
    text-decoration: underline;
    font-size: 13px;
    font-size: .8125rem
}

.single-product a.reset_variations:before {
    content: '\f00d'
}

.single-product .woocommerce-tabs {
    position: relative;
    padding: 30px;
    background-color: #fff;
    border-radius: 6px
}

.single-product .woocommerce-tabs .panel h2:first-of-type,
.single-product .woocommerce-tabs#osf-accordion-container [data-content] h2:first-of-type {
    display: none
}

.single-product .star-rating {
    line-height: 2
}

.single-product .product-inner .onsale {
    border-radius: 4px;
    font-size: 11px;
    font-size: .6875rem;
    display: inline-block;
    font-weight: 600;
    line-height: 20px;
    color: #fff;
    padding: 0 8px;
    text-transform: uppercase;
    background-color: #84be52
}

.single-product .osf_has_image_gallery+.onsale {
    left: 130px
}

.single-product .woocommerce-product-gallery img {
    display: block;
    width: 100%
}

.single-product table.variations td.label {
    min-width: 60px
}

.single-product table.variations tr {
    border-bottom: 0;
    padding-top: 0
}

.single-product table.variations select {
    border: 1px solid #eee
}

.single-product .comment_container,
.single-product .comment-body {
    margin-bottom: .25rem
}

.single-product #reviews .commentlist li {
    margin-bottom: 0
}

.single-product #reviews .commentlist li:first-child .comment_container {
    padding-top: 0
}

.single-product #reviews .commentlist li .comment_container {
    box-shadow: none;
    border-radius: 0;
    border-bottom: 1px solid;
    border-color: #eee;
    padding: 30px 0
}

.single-product .entry-summary #reviews .commentlist li .comment_container {
    padding: 30px 0
}

.single-product#yith-quick-view-content a.reset_variations {
    margin-top: 0;
    vertical-align: middle;
    display: inline-block
}

.woocommerce-tabs ul.tabs {
    list-style: none;
    list-style: none;
    list-style: none;
    display: block;
    padding-left: 0
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 40px
}

@media(max-width:575px) {
    .woocommerce-tabs ul.tabs li {
        display: block;
        margin-right: 0
    }
}

.woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0
}

.woocommerce-tabs ul.tabs li a {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 28px;
    padding-bottom: 26px;
    position: relative
}

@media(max-width:575px) {
    .woocommerce-tabs ul.tabs li a {
        padding-bottom: 5px;
        margin-bottom: 15px;
        display: inline-block
    }
}

.woocommerce-tabs ul.tabs li a:after {
    content: '';
    position: absolute;
    width: 0;
    bottom: -1px;
    left: 0;
    border-bottom: 3px solid;
    transition: all ease-in-out .3s
}

.woocommerce-tabs ul.tabs li a:hover:after {
    width: 100%
}

.woocommerce-tabs ul.tabs li.active a:after {
    width: 100%
}

.woocommerce-tabs .panel h2:first-of-type {
    font-size: 1.618em;
    margin-bottom: 1em;
    color: #000
}

.woocommerce-tabs .woocommerce-Tabs-panel--description {
    line-height: 1.9
}

.woocommerce-tabs#osf-accordion-container [data-accordion] {
    border-bottom: 1px solid;
    border-color: #eee
}

.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control] {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 24px;
    font-size: 1.5rem
}

.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:after,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
    content: '';
    width: 12px;
    display: inline-block;
    height: 1px;
    background: #000;
    position: absolute;
    right: 0;
    top: 50%
}

.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control]:before {
    transform: rotate(90deg)
}

.woocommerce-tabs#osf-accordion-container [data-accordion].open [data-control]:before {
    content: none
}

.ywsfd-wrapper {
    border-top: 1px solid;
    border-color: #ccc
}

.ywsfd-wrapper h2:first-of-type {
    font-size: 1rem;
    font-weight: 500;
    display: inline-block;
    padding-top: 1em;
    line-height: 30px
}

.ywsfd-wrapper .ywsfd-social {
    margin-top: 0;
    border: none;
    text-align: left;
    display: inline-block;
    margin-bottom: 0
}

.button-wrapper #chart-button {
    background-color: transparent;
    padding: 0;
    text-decoration: underline
}

.button-wrapper #chart-button:hover {
    text-decoration: none;
    opacity: .8;
    background-color: transparent
}

.remodal .remodal-close:hover,
.remodal .remodal-close:focus {
    color: #fff
}

.woocommerce-single-style-1 div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px
}

@media(min-width:1200px) {
    .woocommerce-single-style-2.single-product div.product .entry-summary .inner {
        padding-left: 45px
    }
}

.woocommerce-single-style-2.single-product div.product .images figure {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media(min-width:576px) {
    .woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media(min-width:768px) {
    .woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.woocommerce-single-style-2.single-product div.product .images figure .woocommerce-product-gallery__image a {
    display: block;
    border: 1px solid #e6e6e6
}

.woocommerce-single-style-3.single-product div.product .entry-summary form.cart:not(.variations_form):not(.grouped_form) {
    display: flex
}

.woocommerce-single-style-3.single-product div.product .entry-summary form.cart {
    display: flex
}

.woocommerce-single-style-3.single-product div.product .entry-summary form.cart.variations_form {
    flex-direction: column
}

.woocommerce-single-style-3.single-product div.product .entry-summary form.cart.grouped_form {
    flex-wrap: wrap
}

.woocommerce-single-style-3.single-product div.product .entry-summary.summary .price ins {
    float: unset
}

.woocommerce-single-style-3.single-product div.product .entry-summary .woocommerce-tabs {
    margin-bottom: 40px
}

.woocommerce-single-style-3.single-product div.product .images {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 2em
}

.woocommerce-single-style-3.single-product div.product .images .woocommerce-product-gallery__image {
    margin-bottom: 30px
}

.woocommerce-single-style-3.single-product div.product .images .woocommerce-product-gallery__image a {
    display: block
}

.woocommerce-single-style-3.single-product div.product table.variations .woo-variation-swatches-stylesheet-disabled .variable-items-wrapper {
    justify-content: center
}

.woocommerce-single-style-3.single-product div.product table.variations .variable-items-wrapper {
    justify-content: center
}

.woocommerce-single-style-3.single-product div.product .variations_button {
    display: flex
}

.woocommerce-single-style-3.single-product div.product .woocommerce-product-rating {
    display: flex
}

.woocommerce-single-style-3.single-product div.product .product_meta {
    border: none;
    padding: 0
}

.woocommerce-single-style-3.single-product div.product a.reset_variations {
    display: inline-block;
    margin-top: 1.3em;
    line-height: 40px;
    padding-bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.woocommerce-single-style-4.single-product div.product .images {
    display: flex;
    justify-content: space-between
}

.woocommerce-single-style-4.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    padding: 0;
    order: -1;
    flex: 0 0 110px
}

.woocommerce-single-style-4.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 100%;
    max-width: 100%
}

.woocommerce-single-style-4.single-product div.product .woocommerce-product-gallery .flex-viewport {
    flex: 0 0 calc(100% - 110px)
}

.woocommerce-single-style-4.single-product div.product .woocommerce-product-gallery .flex-viewport {
    flex: 0 0 calc(100% - 110px)
}

.woocommerce-single-style-4.single-product div.product .entry-summary .inner {
    padding-left: 0;
    padding-right: 0
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    box-shadow: unset
}

.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item) {
    box-shadow: none
}

.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item) span {
    font-size: inherit
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: none
}

.osf-wrap-swatches {
    transition: all .35s ease-in-out
}

.osf-wrap-swatches .swatch {
    cursor: pointer;
    position: relative;
    margin-right: 5px
}

.osf-wrap-swatches .swatch-color {
    height: 15px;
    width: 15px;
    font-size: 0;
    font-size: 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle
}

.osf-wrap-swatches .swatch-label {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    padding: 0 3px;
    line-height: 18px;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    border: 1px solid #ebebeb
}

.osf-wrap-swatches .swatch-label.checked {
    background-color: #000;
    color: #fff
}

.osf-wrap-swatches .swatch-image {
    height: 20px;
    width: 20px;
    font-size: 0;
    font-size: 0;
    display: inline-block;
    border-radius: 50%
}

.osf-wrap-swatches .swatch-image img {
    height: 20px;
    width: 20px
}

.osf-wrap-swatches .swatch-color.checked:after,
.osf-wrap-swatches .swatch-image.checked:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #000
}

.product-image-swatch+.product-image {
    display: none !important
}

.product-swatch-loading .product-img-wrap:after {
    font-family: fontawesome;
    content: "\f110";
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    z-index: 2;
    color: #fff;
    font-size: 28px;
    -webkit-animation: fa-spin 2s infinite linear;
    -moz-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.product-swatch-loading .product-img-wrap:before {
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
    background: rgba(0, 0, 0, .3)
}

.widget.widget_product_categories .product-categories li a {
    display: flex;
    align-items: center
}

.widget.widget_product_categories .product-categories li a:before {
    content: ""
}

.widget.widget_product_categories .product-categories li a:before {
    margin-right: .5rem
}

.widget_rating_filter ul,
.woocommerce-widget-layered-nav ul,
.widget_product_brands ul {
    margin: 0
}

.widget_rating_filter ul li a,
.woocommerce-widget-layered-nav ul li a,
.widget_product_brands ul li a {
    position: relative;
    padding-left: 33px
}

.widget_rating_filter ul li a:before,
.woocommerce-widget-layered-nav ul li a:before,
.widget_product_brands ul li a:before {
    content: '';
    height: 16px;
    width: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    transform: translateY(-50%);
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #e6e6e6
}

.widget_rating_filter ul li a:hover,
.woocommerce-widget-layered-nav ul li a:hover,
.widget_product_brands ul li a:hover {
    color: #000
}

.widget_rating_filter ul li.current-cat a,
.woocommerce-widget-layered-nav ul li.current-cat a,
.widget_product_brands ul li.current-cat a {
    color: #000
}

.widget_rating_filter ul li.chosen a,
.woocommerce-widget-layered-nav ul li.chosen a,
.widget_product_brands ul li.chosen a {
    color: #000
}

.widget_rating_filter ul li.chosen a:after,
.woocommerce-widget-layered-nav ul li.chosen a:after,
.widget_product_brands ul li.chosen a:after {
    content: '';
    position: absolute;
    top: 40%;
    left: 10px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 10px;
    height: 5px;
    border-style: solid;
    border-color: #000;
    border-width: 0 0 1px 1px;
    display: block
}

.widget_product_brands input[type=text] {
    margin-top: 25px;
    margin-bottom: 20px
}

.osf-active-filters {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.osf-active-filters>* {
    margin-bottom: 10px
}

.osf-active-filters ul {
    padding-left: 0
}

.osf-active-filters li {
    display: inline-block;
    margin-right: 10px
}

.osf-active-filters li a {
    border: 1px solid #e6e6e6;
    color: #999;
    border-radius: 30px;
    background-color: #fff;
    padding: 3px 12px;
    position: relative;
    font-size: 13px;
    font-size: .8125rem
}

.osf-active-filters li a:before {
    content: '\f057';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
    font-size: .9375rem;
    position: absolute;
    top: -6px;
    left: -6px
}

.osf-active-filters li a:hover:before {
    color: #ff4a5d
}

.osf-active-filters .widget_layered_nav_filters {
    display: inline-block
}

.osf-active-filters .widget_layered_nav_filters ul li {
    padding: 0
}

.osf-active-filters .widget_layered_nav_filters .widgettitle {
    display: none
}

.osf-active-filters .clear-all {
    display: none;
    font-size: 13px;
    font-size: .8125rem
}

@media(min-width:576px) {
    .osf-active-filters .clear-all {
        border-left: 1px solid #e6e6e6;
        padding-left: 10px
    }
}

.osf-active-filters div+.osf_active_filters_label {
    display: inline-block;
    float: left
}

.osf-active-filters div~.clear-all {
    display: inline-block;
    line-height: 1.2
}

.osf-active-filters .osf_active_filters_label {
    margin-right: 10px
}

.woocommerce-widget-layered-nav ul li a {
    font-size: 14px;
    font-size: .875rem;
    color: #7d879c
}

.woocommerce-widget-layered-nav ul li a.osf-color-type {
    display: flex;
    align-items: center;
    padding-left: 30px
}

.woocommerce-widget-layered-nav ul li a.osf-color-type:before {
    display: none
}

.woocommerce-widget-layered-nav ul li a.osf-label-type:hover {
    border-color: #000;
    color: #fff;
    background-color: #000
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type .color-name {
    color: #000
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-color-type:after {
    box-shadow: -1px 1px #fff;
    left: 15px;
    top: 44%
}

.woocommerce-widget-layered-nav ul li.chosen a.osf-label-type {
    border-color: #000;
    color: #fff;
    background-color: #000
}

.woocommerce-widget-layered-nav ul.two_columns {
    display: flex;
    flex-wrap: wrap
}

#secondary .woocommerce-widget-layered-nav ul.two_columns {
    margin: 0 -15px
}

.woocommerce-widget-layered-nav ul.two_columns li {
    flex: 0 0 50%;
    padding: 0 15px
}

.woocommerce-widget-layered-nav ul.inline {
    display: flex;
    flex-wrap: wrap
}

.woocommerce-widget-layered-nav ul.inline li {
    padding: 0;
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce-widget-layered-nav .osf-color-type {
    min-height: 30px
}

.woocommerce-widget-layered-nav .osf-color-type .color-label {
    content: '';
    height: 30px;
    width: 30px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    transition: all ease .3s
}

.woocommerce-widget-layered-nav .osf-color-type .color-name {
    line-height: 30px
}

.woocommerce-widget-layered-nav .osf-color-type .color-count {
    color: #777;
    text-align: center;
    line-height: 18px;
    display: inline-block;
    margin-left: auto
}

.woocommerce-widget-layered-nav .osf-color-type:hover .color-label:before {
    border-color: #000
}

.woocommerce-widget-layered-nav .osf-color-type:hover .color-name {
    color: #222
}

.woocommerce-widget-layered-nav .osf-image-type {
    text-align: center;
    border: 1px solid #e6e6e6;
    display: block;
    margin-bottom: 15px;
    padding: 10px
}

.woocommerce-widget-layered-nav .osf-image-type:after,
.woocommerce-widget-layered-nav .osf-image-type:before {
    display: none;
    opacity: 0;
    visibility: hidden
}

.woocommerce-widget-layered-nav .osf-image-type .attr-image {
    -webkit-background-size: cover;
    background-size: cover;
    padding-left: 65px;
    height: 65px;
    display: inline-block
}

.woocommerce-widget-layered-nav .inline .osf-color-type .color-name,
.woocommerce-widget-layered-nav .inline .osf-color-type .color-count {
    display: none;
    visibility: hidden;
    opacity: 0
}

.woocommerce-widget-layered-nav .osf-label-type {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    min-width: 57px;
    border: 2px solid #e6e6e6;
    border-radius: 6px;
    padding: .4em .5em .2em;
    display: inline-block;
    text-align: center
}

.woocommerce-widget-layered-nav .osf-label-type:before,
.woocommerce-widget-layered-nav .osf-label-type:after {
    content: none
}

.woocommerce-product-grid-2 .product-block {
    background-color: transparent;
    overflow: visible
}

.woocommerce-product-grid-2 .product-block:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    background-color: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    opacity: 0;
    content: "";
    border-radius: 6px
}

.woocommerce-product-grid-2 .product-block:hover {
    box-shadow: none
}

.woocommerce-product-grid-2 .product-block:hover:before {
    visibility: visible;
    opacity: 1
}

.woocommerce-product-grid-2 .product-image {
    overflow: hidden
}

.woocommerce-product-grid-2 .caption {
    padding: 0;
    z-index: 99
}

.product_list_widget,
.woocommerce-product-list-3 {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.product_list_widget li,
.woocommerce-product-list-3 li {
    margin-bottom: 30px;
    list-style: none;
    width: 100%
}

.product_list_widget li:not(.woocommerce-mini-cart-item),
.woocommerce-product-list-3 li:not(.woocommerce-mini-cart-item) {
    display: flex
}

.product_list_widget li .product-block .caption,
.woocommerce-product-list-3 li .product-block .caption {
    padding: 0
}

.product_list_widget li:before,
.product_list_widget li:after,
.woocommerce-product-list-3 li:before,
.woocommerce-product-list-3 li:after {
    content: "";
    display: table
}

.product_list_widget li:after,
.woocommerce-product-list-3 li:after {
    clear: both
}

.product_list_widget li .inner,
.woocommerce-product-list-3 li .inner {
    display: flex;
    width: 100%;
    align-items: center
}

.product_list_widget li img,
.woocommerce-product-list-3 li img {
    width: 100%;
    float: left
}

.product_list_widget li img.wp-post-image,
.woocommerce-product-list-3 li img.wp-post-image {
    max-width: 5.99684em
}

.product_list_widget li .product-thumbnail,
.woocommerce-product-list-3 li .product-thumbnail {
    margin-right: 20px;
    max-width: 100px;
    width: auto
}

.product_list_widget li .product-content,
.woocommerce-product-list-3 li .product-content {
    display: flex;
    flex: 1;
    flex-direction: column
}

.product_list_widget li .product-title,
.woocommerce-product-list-3 li .product-title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    padding-top: 0;
    font-family: inherit;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 3.2em;
    margin-bottom: .5rem
}

.product_list_widget li .product-title+.product-price,
.woocommerce-product-list-3 li .product-title+.product-price {
    margin-top: 0
}

.product_list_widget li .product-price,
.woocommerce-product-list-3 li .product-price {
    margin-top: .875em;
    font-size: 20px;
    font-size: 1.25rem
}

.product_list_widget li>a,
.woocommerce-product-list-3 li>a {
    display: block
}

.product_list_widget li:first-child:before,
.woocommerce-product-list-3 li:first-child:before {
    content: none
}

.product_list_widget li .star-rating,
.woocommerce-product-list-3 li .star-rating {
    font-size: 12px;
    font-size: .75rem
}

.product_list_widget li .star-rating+.product-price,
.woocommerce-product-list-3 li .star-rating+.product-price {
    margin-top: 0
}

.product_list_widget li .posted_in,
.woocommerce-product-list-3 li .posted_in {
    margin-bottom: 5px;
    font-size: .875em;
    display: none
}

.product_list_widget li .product-excerpt,
.woocommerce-product-list-3 li .product-excerpt {
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 4.8em
}

@media(min-width:576px) {
    .woocommerce-product-list-1 .product-block {
        flex-direction: unset;
        align-items: center;
        padding: 30px
    }
}

.woocommerce-product-list-1 .product-block .caption {
    padding: 0 20px 20px
}

@media(min-width:576px) {
    .woocommerce-product-list-1 .product-block .caption {
        padding: 0
    }
}

@media(min-width:576px) {
    .woocommerce-product-list-1 .product-transition {
        margin-bottom: 0;
        margin-right: 30px;
        max-width: 50%;
        flex: 0 0 50%
    }
}

.woocommerce-product-list-1 .product-rating-price {
    margin-top: 10px
}

.woocommerce-product-list-1 li.product .caption .star-rating {
    display: none
}

.woocommerce-product-list-1 .product-footer a[class*=product_type_] {
    margin-top: 10px
}

.woocommerce-product-list-1 .time {
    margin-top: 30px
}

.woocommerce-product-list-2 .product-block {
    padding: 0;
    flex-direction: unset;
    align-items: center
}

@media(min-width:576px) {
    .woocommerce-product-list-2 .product-block {
        padding: 20px
    }
}

.woocommerce-product-list-2 .product-block .caption {
    padding: 0
}

.woocommerce-product-list-2 .product-transition {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 120px;
    flex: 0 0 120px
}

.woocommerce-product-list-2 .product-rating-price {
    margin-top: 10px
}

.woocommerce-product-list-2 li.product .caption .star-rating {
    display: none
}

.woocommerce-product-list-2 .product-footer a[class*=product_type_] {
    margin-top: 10px
}

.woocommerce-product-list-2 .time {
    margin-top: 30px
}

.woocommerce-product-list-2 .group-action,
.woocommerce-product-list-2 .product-footer {
    display: none
}

.widget ul.products li.product a {
    text-decoration: none
}

.widget_products a {
    display: block
}

.widget_shopping_cart .product_list_widget {
    margin-bottom: 0
}

.widget_shopping_cart .product_list_widget li {
    position: relative
}

.widget_shopping_cart .product_list_widget li img {
    margin-right: 15px
}

.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: .6em;
    right: 0;
    opacity: 1
}

.widget_shopping_cart p.total,
.widget_shopping_cart p.buttons {
    padding: 1em 0;
    margin: 0
}

.widget_shopping_cart p.total {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.widget_shopping_cart .buttons .button {
    display: block
}

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

.widget_price_filter .price_slider_amount {
    line-height: 2.4em
}

.widget_price_filter .price_slider_amount input[type=text] {
    display: none
}

.widget_price_filter .price_slider_amount .button {
    float: left
}

.widget_price_filter .price_slider_amount .price_label span {
    color: #000
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 10px;
    height: 10px;
    cursor: ew-resize;
    border-radius: 50%;
    outline: none;
    background-color: #000;
    box-sizing: border-box;
    opacity: 1;
    top: -3px
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -7px
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 .236em rgba(0, 0, 0, .1)
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #2c2d33;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    background: rgba(0, 0, 0, .1);
    margin-top: 0
}

.widget_price_filter .ui-slider-horizontal {
    height: 4px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.widget_product_search form input[type=submit] {
    display: none
}

.search-form-wapper .search-form,
.search-form-wapper .input-group,
.search-form-wapper .input-group-btn {
    border-radius: inherit !important
}

.search-form-wapper .search-submit {
    border-top-right-radius: inherit !important;
    border-bottom-right-radius: inherit !important
}

.search-form-wapper input[type=search] {
    border-top-left-radius: inherit !important;
    border-bottom-left-radius: inherit !important
}

.opal-style-1.search-form-wapper .input-group-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 4
}

.opal-style-1.search-form-wapper input[type=search] {
    border-radius: inherit !important;
    border: none
}

.opal-style-1.search-form-wapper .search-submit {
    border-radius: inherit !important;
    background: 0 0;
    padding-left: 25px;
    padding-right: 20px;
    border: none
}

.opal-style-1.search-form-wapper.button_left .input-group-btn {
    left: 0;
    right: auto
}

.opal-style-1.search-form-wapper.button_left input[type=search] {
    padding-left: 55px;
    padding-right: 15px
}

.opal-style-1.search-form-wapper.button_right .input-group-btn {
    right: 0;
    left: auto
}

.opal-style-1.search-form-wapper.button_right input[type=search] {
    padding-right: 55px;
    padding-left: 15px
}

.opal-style-1.search-form-wapper .dgwt-wcas-sf-wrapp,
.opal-style-1.search-form-wapper .dgwt-wcas-search-wrapp .dgwt-wcas-search-input {
    background-color: transparent
}

.widget_rating_filter .star-rating {
    display: inline-block;
    vertical-align: middle
}

#secondary .widget_price_filter button[type=submit],
.opal-canvas-filter .widget_price_filter button[type=submit] {
    display: none
}

.otf-product-recently-review {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 9999
}

@media(max-width:767px) {
    .otf-product-recently-review {
        display: none
    }
}

.otf-product-recently-review .otf-woocommerce-recently-viewed {
    float: right;
    font-size: 15px;
    line-height: 1;
    padding: 14px 45px 14px 17px;
    border: 1px solid #ccc;
    border-bottom: 0;
    margin: 0 95px;
    position: relative;
    background-color: #f4f5f5;
    cursor: pointer;
    font-weight: 500;
    z-index: 999
}

.otf-product-recently-review .otf-woocommerce-recently-viewed:after {
    content: '\f078';
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    font-weight: 500;
    transition: .2s
}

.otf-product-recently-review .otf-woocommerce-recently-viewed.active {
    background: #fff
}

.otf-product-recently-review .otf-woocommerce-recently-viewed.active:after {
    transform: rotate(180deg) translateY(50%)
}

.otf-product-recently-content {
    width: 100% !important;
    display: none;
    clear: both;
    position: relative
}

.otf-product-recently-content .otf-product-recently-content-overlay {
    background: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.otf-product-recently-content .woocommerce-product {
    background: #fff
}

.otf-product-recently-content .widget_recently_viewed_products {
    margin-bottom: 0 !important
}

.otf-product-recently-content .products {
    display: flex;
    padding: 30px 0
}

.otf-product-recently-content li {
    width: 20%;
    padding: 0 15px !important
}

.otf-product-recently-content li .inner {
    border: none !important;
    display: block;
    padding: 0
}

.otf-product-recently-content li a.product-thumbnail {
    margin-right: 0;
    max-width: 100%;
    width: 100%
}

.otf-product-recently-content li img.wp-post-image {
    max-width: 200px
}

.otf-product-recently-content li .product-thumbnail img {
    border: 1px solid #eee
}

.otf-product-recently-content li .product-content {
    display: block;
    width: 100%
}

.otf-product-recently-content li .product-content .product-title {
    padding-top: 1em;
    max-height: 4.2em
}

.otf-product-recently-content li .product-content .product-price,
.otf-product-recently-content li .product-content .time,
.otf-product-recently-content li .product-content .star-rating {
    display: none
}

.recently_viewed_product-item {
    position: relative
}

a.recently_viewed_product-item-remove {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 5px;
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem
}

a.recently_viewed_product-item-remove:hover {
    color: red !important
}

.woocommerce-breadcrumb {
    margin-left: -1.387rem;
    margin-right: -1.387rem;
    margin-bottom: 1.618em;
    font-size: .875em;
    padding: 1em 1.387rem
}

.woocommerce-breadcrumb .breadcrumb-separator {
    display: inline-block;
    padding: 0 .54079em
}

.woocommerce-breadcrumb {
    padding: 1.41575em 99em;
    margin-left: -99em;
    margin-right: -99em;
    margin-bottom: 4.2358em
}

@media(min-width:568px) and (max-width:ms(18)) {
    .woocommerce-breadcrumb {
        margin-left: -2.618rem;
        margin-right: -2.618rem;
        padding-left: 2.618rem;
        padding-right: 2.618rem
    }
}

#opal-woocommerce-loading {
    background: #fff;
    position: fixed;
    z-index: 10001;
    top: 50%;
    width: 50px;
    height: 50px;
    left: 50%;
    margin: -25px auto auto -25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

#opal-woocommerce-loading:before {
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading .45s infinite linear;
    -webkit-animation: opal-loading .45s infinite linear;
    margin: 30px auto;
    margin: 10px auto
}

body.opal-filter-loading #content {
    opacity: .76
}

body.opal-filter-loading #content * {
    pointer-events: none
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    content: "";
    vertical-align: middle;
    border: 1px solid #bbb;
    border-left-color: #000;
    border-radius: 50%;
    animation: opal-loading .45s infinite linear;
    -webkit-animation: opal-loading .45s infinite linear;
    background-image: none !important
}

.shop-action .blockUI.blockOverlay:before,
.shop-action .loader:before {
    width: 20px;
    height: 20px;
    background: #fff !important;
    top: 50%;
    left: 50%;
    opacity: 1 !important;
    overflow: hidden;
    border-radius: 50%;
    margin: -10px
}

.shop-action .blockUI.blockOverlay {
    opacity: 1 !important;
    overflow: hidden
}

@media(min-width:992px) {
    .handheld-footer-bar {
        display: none
    }
}

@media(max-width:991px) {
    .opal-wrapper {
        margin-bottom: 65px
    }

    .handheld-footer-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        border-top: 1px solid rgba(255, 255, 255, .2);
        box-shadow: 0 0 10px rgba(0, 0, 0, .5);
        z-index: 9999;
        background-color: #2d2d2d
    }

    .handheld-footer-bar [class*=columns-] {
        display: flex;
        -ms-flex-align: center;
        list-style: none;
        margin-bottom: 0;
        padding: 0;
        min-height: 65px;
        color: #f3f3f3;
        position: relative
    }

    .handheld-footer-bar [class*=columns-] li {
        flex: 1 1 0;
        text-align: center
    }

    .handheld-footer-bar [class*=columns-] li:not(:last-child) a {
        border-right: 1px solid rgba(255, 255, 255, .2)
    }

    .handheld-footer-bar [class*=columns-] a {
        color: #f3f3f3;
        height: 100%;
        cursor: pointer;
        display: block;
        background: #444
    }

    .handheld-footer-bar [class*=columns-] a:before {
        font: normal normal normal 26px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        text-align: center;
        cursor: pointer;
        pointer-events: none;
        line-height: 65px
    }

    .handheld-footer-bar .my-account .my-accrount-footer {
        display: block;
        position: relative;
        text-indent: -9999px;
        z-index: 999
    }

    .handheld-footer-bar .my-account .my-accrount-footer:before {
        text-indent: 0;
        font-size: 27px
    }

    .handheld-footer-bar .cart .footer-cart-contents {
        position: relative;
        display: block;
        z-index: 99
    }

    .handheld-footer-bar .cart .footer-cart-contents .count {
        text-indent: 0;
        display: block;
        width: 2em;
        height: 2em;
        line-height: 2;
        box-sizing: content-box;
        font-size: 12px;
        position: absolute;
        top: 10px;
        left: calc(50% + 5px);
        border-radius: 100%
    }

    .handheld-footer-bar .site-search {
        position: absolute;
        bottom: -120%;
        left: 0;
        right: 0;
        -webkit-transition: all, ease, .2s;
        transition: all, ease, .2s;
        padding: 1em 1em 0;
        z-index: 1;
        display: block;
        background-color: #262626
    }

    .handheld-footer-bar .site-search .search-submit {
        border-radius: 0
    }

    .handheld-footer-bar .search .search-footer {
        position: relative;
        text-indent: -9999px;
        z-index: 999
    }

    .handheld-footer-bar .search input[type=search] {
        margin-top: 0;
        padding: 10px;
        border-color: #fff
    }

    .handheld-footer-bar .search.active .site-search {
        bottom: 100%
    }
}

.handheld-footer-bar .search .search-footer:before {
    text-indent: 0
}

.woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select {
    display: none !important
}

.woo-variation-swatches-stylesheet-disabled .woo-variation-raw-select+.select2 {
    display: none !important
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    position: relative
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item img {
    margin: 0;
    padding: 0;
    width: 100%
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper {
    display: block
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    list-style: none;
    cursor: pointer;
    margin: 0
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
    cursor: pointer
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    cursor: pointer;
    width: auto;
    margin-right: 5px
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper.radio-variable-wrapper .radio-variable-item label {
    font-weight: 400;
    font-size: 14px;
    display: inline-block
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    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
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item {
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 2px;
    margin: 7px 10px 7px 0;
    border-radius: 0
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:last-of-type {
    margin-right: 0
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item:hover {
    -webkit-box-shadow: 0 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .1)
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .9);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .9)
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:hover {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .9);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .9)
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    width: 100%;
    height: 100%;
    position: relative
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, .5)
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    margin: 7px 15px 7px 0
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled:after {
    display: none
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.disabled:before {
    display: none
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled):hover .variable-item-span,
.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled).selected .variable-item-span {
    color: #fff;
    background-color: #000
}

.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:last-child {
    margin-right: 0
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item {
    border-radius: 100%
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item img,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-rounded .variable-items-wrapper .variable-item .variable-item-span:after {
    border-radius: 100%
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    border: 1px solid #e6e6e6
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    padding: 0 5px;
    height: 40px;
    min-width: 60px;
    line-height: 40px
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.color-variable-item span:after {
    border-radius: 0
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled {
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    overflow: hidden
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover {
    cursor: not-allowed;
    pointer-events: none;
    position: relative;
    overflow: hidden
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled span {
    opacity: .3
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover span {
    opacity: .3
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: red !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after {
    position: absolute;
    content: " " !important;
    width: 100%;
    height: 1px;
    background: red !important;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    visibility: visible;
    opacity: 1;
    border: 0;
    margin: 0 !important;
    padding: 0 !important;
    min-width: auto;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 0
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:after,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .variable-item:not(.radio-variable-item).disabled:hover:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled label,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled input {
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .5
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover label,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover input {
    cursor: not-allowed;
    text-decoration: line-through;
    opacity: .5
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:after {
    display: none
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur .radio-variable-item.disabled:hover:after {
    display: none
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled {
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover {
    pointer-events: none;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .05);
    position: relative;
    overflow: hidden
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled img,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled span {
    opacity: .3
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover img,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .variable-item:not(.radio-variable-item).disabled:hover span {
    opacity: .3
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled {
    overflow: hidden
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover {
    overflow: hidden
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled label,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled input {
    pointer-events: none;
    opacity: .3
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover label,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-blur-no-cross .radio-variable-item.disabled:hover input {
    pointer-events: none;
    opacity: .3
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center;
    transform-origin: center;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-attribute-behavior-hide .variable-item.disabled.radio-variable-item {
    width: auto !important
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip] {
    position: relative
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item[data-wvstooltip]:after {
    left: 8px;
    bottom: 100%
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled .radio-variable-item .image-tooltip-wrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 8px
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after {
    left: 50%
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-center .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:before,
.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item[data-wvstooltip]:after {
    left: 100%
}

.woo-variation-swatches-stylesheet-disabled.woo-variation-swatches-tooltip-enabled.woo-variation-swatches-archive-align-right .wvs-archive-variation-wrapper .radio-variable-item .image-tooltip-wrapper {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 100%
}

.woo-variation-swatches-stylesheet-disabled.rtl table.variations td.label {
    padding-left: 15px;
    padding-right: 0;
    text-align: left
}

.woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item {
    text-align: right
}

.woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 4px 0 4px 8px
}

.woo-variation-swatches-stylesheet-disabled.rtl .variable-items-wrapper.radio-variable-wrapper .radio-variable-item input {
    margin-right: 0;
    margin-left: 5px
}

.woo-variation-swatches-stylesheet-disabled.woocommerce .product.elementor table.variations td.value:before {
    display: none !important
}

.select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 58px;
    padding-left: 20px
}

.select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 58px
}

body,
input,
button,
select,
textarea {
    color: #7d879c
}

html {
    font-size: 16px
}

.c-heading {
    color: #1d2a38
}

.c-primary {
    color: #24aeb1
}

.bg-primary {
    background-color: #24aeb1
}

.b-primary {
    border-color: #24aeb1
}

.button-primary:hover {
    background-color: #1c8687;
    border-color: #1c8687
}

.c-secondary {
    color: #eb3a7b
}

.bg-secondary {
    background-color: #eb3a7b
}

.b-secondary {
    border-color: #eb3a7b
}

.button-secondary:hover {
    background-color: #da165e
}

blockquote cite,
.breadcrumb,
.breadcrumb a,
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea::placeholder,
textarea,
.mainmenu-container li a span,
.tags-links a,
.site-footer a,
.c-body,
.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a,
.comment-form a,
.tagcloud a,
.cart-collaterals .cart_totals th,
#payment .payment_methods li.woocommerce-notice,
#payment .payment_methods li.woocommerce-notice--info,
#payment .payment_methods li.woocommerce-info,
table.woocommerce-checkout-review-order-table th,
.opal-style-1.search-form-wapper .search-submit span,
.opal-style-1.search-form-wapper .search-submit span:before,
.elementor-nav-menu--dropdown a,
.elementor-search-form--skin-minimal .elementor-search-form__icon,
.elementor-search-form--skin-full_screen .elementor-search-form input.elementor-search-form__input[type=search],
.woocommerce-shipping-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-billing-fields .select2-container--default .select2-selection--single .select2-selection__rendered,
.opal-currency_switcher .list-currency button[type=submit],
li.product .posted_in a,
.select-items div,
.single-product div.type-product .summary .price del,
.single-product div.type-product .product_meta .tagged_as a,
.single-product div.type-product .product_meta .posted_in a,
.single-product div.type-product .product_meta .sku,
.single-product div.type-product .pbr-social-share a:not(:hover) {
    color: #7d879c
}

.button-outline,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:not(.radio-variable-item),
.btn-link,
.elementor-element .elementor-button-link .elementor-button,
.button-link,
.elementor-wpcf7-button-link input[type=button][type=submit],
.elementor-wpcf7-button-link input[type=submit],
.elementor-wpcf7-button-link button[type=submit],
.mailchimp-button-link button,
.mailchimp-button-link button[type=submit],
.mailchimp-button-link input[type=submit],
.widget-area strong,
h1,
.site-title,
h2,
h3,
.page-header .page-title,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.tags-links .tags-title,
blockquote,
.breadcrumb li.current,
.breadcrumb li .current-item,
.breadcrumb>span.current,
.breadcrumb>span .current-item,
.form-group .form-row label,
label,
th,
a,
.main-navigation .top-menu>li>a,
.menu-toggle,
.vertical-navigation ul.menu>li>a,
.page-numbers.next:not(ul),
.page-numbers.prev:not(ul),
.header-search .search-button,
.entry-meta .author a:not(:hover),
.pbr-social-share a,
.entry-content blockquote cite a,
.entry-content dt,
.entry-content th,
.site-header-account>a i,
.site-header-account>a .text-account,
.site-header-account>a .submenu-indicator,
.comment-content strong,
.comment-author,
.comment-author a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
.comment-content table th,
.comment-content dt,
.widget_search button[type=submit],
.widget_meta a,
.widget_pages a,
.widget_archive a,
.widget_categories a,
.widget_nav_menu a,
.c-heading,
fieldset legend,
.post-navigation .nav-link a,
.author-wrapper .author-name,
.search .site-content .page-title,
#secondary .widget_product_categories .current-cat>a,
#secondary .widget_product_categories .current-cat>.count,
.widget_recent_entries li.item-recent-post a,
table.shop_table_responsive tbody th,
.filter-close,
table.cart:not(.wishlist_table) th,
.cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,
.cart-collaterals .cart_totals .amount,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info,
#payment .payment_methods>.wc_payment_method>label,
table.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount,
table.woocommerce-checkout-review-order-table .product-name,
.woocommerce-billing-fields label,
.woocommerce-billing-fields>h3,
.page-header .woocommerce-billing-fields>.page-title,
.woocommerce-additional-fields label,
.cart th,
.shop_table th,
.woocommerce-account .woocommerce-MyAccount-content strong,
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Price-amount,
.osf-sorting .gridlist-toggle a.active,
.osf-sorting .gridlist-toggle a:hover,
#reviews .commentlist li .woocommerce-review__author,
.woocommerce-Tabs-panel table.shop_attributes th,
#osf-accordion-container table.shop_attributes th,
.single-product div.type-product .quantity_label,
.single-product div.type-product form.cart .quantity,
.single-product div.type-product table.variations label,
.woocommerce-tabs ul.tabs li a,
.woocommerce-tabs#osf-accordion-container [data-accordion] [data-control],
.woocommerce-widget-layered-nav .osf-label-type,
.woo-variation-swatches-stylesheet-disabled .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item:not(.disabled) .variable-item-span,
.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a,
.elementor-featured-box-wrapper .elementor-featured-box-icon i,
.elementor-featured-box-wrapper .elementor-featured-box-title,
.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title,
.elementor-nav-menu--main .elementor-nav-menu a,
.elementor-price-table__currency,
.elementor-price-table__integer-part,
.elementor-price-table__feature-inner span.item-active,
.elementor-price-table__period,
.countdown-times b,
.elementor-progress-percentage,
.elementor-widget-progress .elementor-title,
.elementor-teams-wrapper .elementor-team-name,
.elementor-widget-opal-testimonials .elementor-testimonial-title,
.elementor-widget-opal-testimonials .elementor-testimonial-name,
.header-button i,
.header-button .title,
.header-button .count-text,
.header-button .amount,
.header-button .text-wishlist,
.wishlist_table .product-price,
.stock .label,
li.product h2 a,
li.product h3 a,
li.product .page-header .page-title a,
.page-header li.product .page-title a,
li.product .woocommerce-loop-product__title a,
.shop-action .yith-wcqv-button,
.shop-action .yith-wcwl-add-to-wishlist>div>a,
.shop-action .compare,
.single-product div.type-product .product_meta,
.single-product div.type-product .pbr-social-share .social-share-header,
.widget_price_filter .price_slider_amount {
    color: #1d2a38
}

.button-custom:hover i,
.breadcrumb a:hover,
.breadcrumb a:hover span,
.list-check li:before,
.main-navigation .top-menu>li:hover>a,
.main-navigation .top-menu>li:active>a,
.main-navigation .top-menu>li:focus>a,
.mainmenu-container li.current-menu-item>a,
.mainmenu-container li.current-menu-parent>a,
.mainmenu-container .menu-item>a:hover,
.page-numbers:not(ul),
.page-numbers.next:not(ul):hover,
.page-numbers.prev:not(ul):hover,
.site-header .header-group .search-submit:hover,
.site-header .header-group .search-submit:focus,
.entry-header .entry-title a:hover,
.entry-meta a,
.entry-meta .entry-date,
.entry-meta .meta-inner i,
.pbr-social-share a:hover,
.post-navigation>div:hover .nav-title,
.post-navigation>div:hover a,
.post-navigation>div:hover b,
.site-header-account>a:hover i,
.site-header-account>a:hover .text-account,
.site-header-account>a:hover .submenu-indicator,
.comment-author a:hover,
.comment-metadata a:hover,
.title-with-icon:before,
.widget_recent_entries li a:hover,
.widget_recent_entries li a:active,
.widget_recent_entries .post-date,
.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button,
.c-primary,
.mainmenu-container ul ul .menu-item>a:hover,
.mainmenu-container ul ul .menu-item>a:active,
.mainmenu-container ul ul .menu-item>a:focus,
.navigation-button .menu-toggle:hover,
.navigation-button .menu-toggle:focus,
.entry-content blockquote cite a:hover,
.site-header-account .account-dropdown a.register-link,
.site-header-account .account-dropdown a.lostpass-link,
.comment-form a:hover,
#secondary .elementor-widget-container h5:first-of-type,
.elementor-featured-box-wrapper:hover .elementor-featured-box-icon i:before,
.elementor-nav-menu-popup .mfp-close,
.site-header-cart .widget_shopping_cart .product_list_widget li a:hover,
.site-header-cart .widget_shopping_cart .product_list_widget li a:focus,
.site-header-cart .shopping_cart_nav .product_list_widget li a:hover,
.site-header-cart .shopping_cart_nav .product_list_widget li a:focus,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-checkout .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce-privacy-policy-link,
.opal-currency_switcher .list-currency button[type=submit]:hover,
.opal-currency_switcher .list-currency li.active button[type=submit],
ul.products li .posfed_in a:hover,
ul.products li.product .posfed_in a:hover,
.select-items div:hover,
.single-product div.type-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover,
.woocommerce-tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li.active a,
.button-wrapper #chart-button,
.product_list_widget a:hover,
.product_list_widget a:active,
.product_list_widget a:focus,
.woocommerce-product-list-3 a:hover,
.woocommerce-product-list-3 a:active,
.woocommerce-product-list-3 a:focus,
#secondary .elementor-widget-wp-widget-recent-posts a,
.elementor-element .elementor-widget-wp-widget-recent-posts .title-post a:hover,
.elementor-brand-wrapper .elementor-brand-description,
.contactform-content .form-title,
.elementor-opal-countdown-wrapper .elementor-countdown-digits,
.elementor-widget-icon-box.elementor-view-framed:hover .elementor-icon,
.elementor-widget-icon-box.elementor-view-framed:not(:hover) .elementor-icon,
.elementor-widget-icon-box.elementor-view-default:hover .elementor-icon,
.elementor-widget-icon-box.elementor-view-default:not(:hover) .elementor-icon,
.elementor-widget-icon-box:hover .elementor-icon-box-title,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:not(:hover) i,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:not(:hover) .elementor-icon-list-text,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:hover i,
.elementor-widget.elementor-widget-icon-list .elementor-icon-list-item:hover .elementor-icon-list-text,
.elementor-widget-icon.elementor-view-default .elementor-icon,
.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-opal-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active,
.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal .elementor-nav-menu a.elementor-sub-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item.highlighted,
.elementor-nav-menu--main .elementor-item.elementor-item-active,
.elementor-nav-menu--main .elementor-item:hover,
.elementor-nav-menu--main .elementor-item:focus,
.elementor-nav-menu--main .current-menu-ancestor .elementor-item.has-submenu,
.elementor-nav-menu--main .current-menu-item>.elementor-item,
.elementor-nav-menu--popup .elementor-item.highlighted,
.elementor-nav-menu--popup .elementor-item.elementor-item-active,
.elementor-nav-menu--popup .elementor-item:hover,
.elementor-nav-menu--popup .elementor-item:focus,
.elementor-nav-menu--popup .elementor-nav-menu--dropdown a:hover,
.elementor-nav-menu--popup .elementor-nav-menu--dropdown a.highlighted,
.elementor-nav-menu--dropdown:not(.mega-menu) a:hover,
.elementor-nav-menu--dropdown:not(.mega-menu) a.highlighted,
.elementor-nav-menu--dropdown:not(.mega-menu) a.has-submenu,
.elementor-menu-toggle:hover i,
.elementor-menu-toggle:hover .menu-toggle-title,
.elementor-widget-opal-phone:not(:hover) i,
.elementor-widget-opal-phone:not(:hover) .elementor-phone-title,
.elementor-widget-opal-phone:not(:hover) .elementor-phone-subtitle,
.portfolio .portfolio-content .entry-title a:hover,
.portfolio .entry-category a:hover,
.elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-title a:hover,
.elementor-portfolio-style-overlay .portfolio .portfolio-content .entry-category a:hover,
.elementor-portfolio__filter:hover,
.single-portfolio-navigation .nav-link:hover span,
.elementor-button-default .elementor-button,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle:hover,
.elementor-widget-social-icons.elementor-social-custom .elementor-social-icon:hover i,
.elementor-teams-wrapper .elementor-team-name:hover,
.elementor-video-icon,
.header-button:hover i,
.header-button:hover .title,
.header-button:hover .count-text,
.header-button:hover .amount,
.header-button:hover .text-wishlist,
.filter-toggle:hover,
.stock.in-stock .stock-availability,
.woocommerce-MyAccount-navigation ul li.is-active a,
.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:not(:hover),
.shop-action .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:not(:hover),
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistexistsbrowse>a:not(:hover),
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div.yith-wcwl-wishlistaddedbrowse>a:not(:hover) {
    color: #24aeb1
}

.f-primary {
    fill: #24aeb1
}

.mp-level::-webkit-scrollbar-thumb,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev):hover,
.page-numbers:not(ul):not(.dots):not(.next):not(.prev):focus,
.page-numbers.current:not(ul):not(.dots):not(.next):not(.prev),
.more-link i,
.more-link:after,
.page-links a:hover .page-number,
.page-links a:focus .page-number,
.page-links .current .page-number,
.page-links>.page-number,
.scrollup,
.tagcloud a:hover,
.tagcloud a:focus,
.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-default:hover,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit],
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus,
.elementor-element .elementor-button-primary .elementor-button,
.button-outline:hover,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:hover:not(.radio-variable-item),
.button-outline:active,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:active:not(.radio-variable-item),
.button-outline.active,
.woo-variation-swatches .variable-items-wrapper .active.button-variable-item:not(.radio-variable-item),
.show>.button-outline.dropdown-toggle,
.woo-variation-swatches .variable-items-wrapper .show>.dropdown-toggle.button-variable-item:not(.radio-variable-item),
.button-outline-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary input:hover[type=button],
.elementor-wpcf7-button-outline_primary input:hover[type=submit],
.elementor-wpcf7-button-outline_primary button:hover[type=submit],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type=submit],
.button-outline-primary:active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary input:active[type=button],
.elementor-wpcf7-button-outline_primary input:active[type=submit],
.elementor-wpcf7-button-outline_primary button:active[type=submit],
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input:active[type=submit],
.button-outline-primary.active,
.cat-links a.active,
.elementor-wpcf7-button-outline_primary input.active[type=button],
.elementor-wpcf7-button-outline_primary input.active[type=submit],
.elementor-wpcf7-button-outline_primary button.active[type=submit],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary input.active[type=submit],
.show>.button-outline-primary.dropdown-toggle,
.cat-links .show>a.dropdown-toggle,
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=button],
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_primary .show>button.dropdown-toggle,
.mailchimp-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button:hover,
.elementor-element .elementor-button-outline_primary .elementor-button:active,
.elementor-element .elementor-button-outline_primary .elementor-button:focus,
.bg-primary,
.owl-theme .owl-nav [class*=owl-]:hover:before,
.elementor-element .elementor-button-secondary .elementor-button:after,
.elementor-element .elementor-button-outline_secondary .elementor-button:before,
.elementor-element .elementor-button-link .elementor-button .elementor-button-icon,
.elementor-cta .elementor-cta_circle,
.elementor-widget-divider .elementor-divider-separator:before,
.elementor-icon-bg-yes .elementor-featured-box-wrapper .elementor-featured-box-icon i:after,
.elementor-flip-box__front,
.elementor-widget-icon-box.elementor-view-stacked:not(:hover) .elementor-icon,
.elementor-widget-icon-box.elementor-view-stacked:hover .elementor-icon,
.elementor-text-underline-yes .elementor-icon-list-item:hover .elementor-icon-list-text:before,
.elementor-widget-icon.elementor-view-stacked .elementor-icon,
.elementor-widget-opal-image-hotspots .scrollbar-inner>.scroll-element .scroll-bar,
.opal-image-hotspots-main-icons .opal-image-hotspots-icon,
.elementor-widget-opal-image-gallery .gallery-item-overlay,
.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active,
.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal:not(.e--pointer-framed) .elementor-nav-menu>li.current-menu-parent>a:before,
.elementor-nav-menu--main.elementor-nav-menu--layout-horizontal:not(.e--pointer-framed) .elementor-nav-menu>li.current-menu-parent>a:after,
.elementor-nav-menu--main.e--pointer-dot .elementor-item.elementor-item-active:before,
.elementor-nav-menu--main.e--pointer-dot .elementor-item:not(:hover):before,
.elementor-nav-menu--main.e--pointer-dot .elementor-item:hover:before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item.elementor-item-active:after,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:before,
.elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:after,
.elementor-nav-menu--popup.e--pointer-dot .elementor-item.elementor-item-active:before,
.elementor-nav-menu--popup.e--pointer-dot .elementor-item:hover:before,
.e--pointer-dot .elementor-item:before,
.e--pointer-underline .elementor-item .menu-title:before,
.e--pointer-underline .elementor-item .menu-title:after,
.single-portfolio-summary .pbr-social-share a:hover,
.opal-product-tooltipster .tooltipster-content,
.elementor-teams-wrapper .team-icon-socials a,
.timeline-item .timeline-thumbnail:after,
.header-button:hover .count,
.notification-added-to-cart .ns-content,
#payment .place-order .button:hover,
.shop-action a[class*=product_type_]:before,
.shop-action .yith-wcqv-button:hover,
.shop-action .yith-wcwl-add-to-wishlist>div>a:hover,
.shop-action .compare:hover,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:hover,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:active,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:focus,
.widget_price_filter .ui-slider .ui-slider-handle,
.widget_price_filter .ui-slider .ui-slider-range,
.handheld-footer-bar .cart .footer-cart-contents .count {
    background-color: #24aeb1
}

.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.elementor-element.elementor-button-link .elementor-button:hover,
blockquote:before,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
.tagcloud a:hover,
.tagcloud a:focus,
.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-default:hover,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit],
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus,
.elementor-element .elementor-button-primary .elementor-button,
.button-outline-primary,
.cat-links a,
.elementor-wpcf7-button-outline_primary input[type=button],
.elementor-wpcf7-button-outline_primary input[type=submit],
.elementor-wpcf7-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary button,
.mailchimp-button-outline_primary button[type=submit],
.mailchimp-button-outline_primary input[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button,
.button-outline:hover,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:hover:not(.radio-variable-item),
.button-outline:active,
.woo-variation-swatches .variable-items-wrapper .button-variable-item:active:not(.radio-variable-item),
.button-outline.active,
.woo-variation-swatches .variable-items-wrapper .active.button-variable-item:not(.radio-variable-item),
.show>.button-outline.dropdown-toggle,
.woo-variation-swatches .variable-items-wrapper .show>.dropdown-toggle.button-variable-item:not(.radio-variable-item),
.button-outline-primary:hover,
.cat-links a:hover,
.elementor-wpcf7-button-outline_primary input:hover[type=button],
.elementor-wpcf7-button-outline_primary input:hover[type=submit],
.elementor-wpcf7-button-outline_primary button:hover[type=submit],
.mailchimp-button-outline_primary button:hover,
.mailchimp-button-outline_primary input:hover[type=submit],
.button-outline-primary:active,
.cat-links a:active,
.elementor-wpcf7-button-outline_primary input:active[type=button],
.elementor-wpcf7-button-outline_primary input:active[type=submit],
.elementor-wpcf7-button-outline_primary button:active[type=submit],
.mailchimp-button-outline_primary button:active,
.mailchimp-button-outline_primary input:active[type=submit],
.button-outline-primary.active,
.cat-links a.active,
.elementor-wpcf7-button-outline_primary input.active[type=button],
.elementor-wpcf7-button-outline_primary input.active[type=submit],
.elementor-wpcf7-button-outline_primary button.active[type=submit],
.mailchimp-button-outline_primary button.active,
.mailchimp-button-outline_primary input.active[type=submit],
.show>.button-outline-primary.dropdown-toggle,
.cat-links .show>a.dropdown-toggle,
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=button],
.elementor-wpcf7-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_primary .show>button.dropdown-toggle,
.mailchimp-button-outline_primary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_primary .elementor-button:hover,
.elementor-element .elementor-button-outline_primary .elementor-button:active,
.elementor-element .elementor-button-outline_primary .elementor-button:focus,
.b-primary,
.owl-theme .owl-nav [class*=owl-]:hover:before,
.elementor-widget-icon-box.elementor-view-framed:hover .elementor-icon,
.elementor-widget-icon-box.elementor-view-framed:not(:hover) .elementor-icon,
.elementor-widget-icon.elementor-view-default .elementor-icon,
.elementor-widget-icon.elementor-view-framed .elementor-icon,
.elementor-widget-opal-image-gallery .elementor-galerry__filter.elementor-active:before,
.mc4wp-form-fields:focus-within,
.e--pointer-framed .elementor-item.elementor-item-active:before,
.e--pointer-framed .elementor-item.elementor-item-active:after,
.e--pointer-framed .elementor-item:before,
.e--pointer-framed .elementor-item:after,
.elementor-nav-menu--main>.elementor-nav-menu,
.elementor-nav-menu--main .elementor-nav-menu ul,
ul.elementor-price-table__features-list,
.elementor-search-form__container:not(.elementor-search-form--full-screen):focus-within,
.elementor-search-form--skin-full_screen .elementor-search-form__toggle:hover,
.site-header-cart .widget_shopping_cart,
#payment .place-order .button:hover,
.shop-action .yith-wcqv-button:hover,
.shop-action .yith-wcwl-add-to-wishlist>div>a:hover,
.shop-action .compare:hover,
.single-product div.type-product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active,
.single-product div.type-product .woocommerce-product-gallery .flex-control-thumbs li:hover img,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:hover,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:active,
.single-product[class*=opal-comment-form] .comment-form .form-submit .submit:focus,
.woocommerce-tabs ul.tabs li a:hover:after,
.woocommerce-tabs ul.tabs li.active a:after,
.otf-product-recently-content li:hover .product-thumbnail img {
    border-color: #24aeb1
}

.site-header-account .account-dropdown .account-wrap,
.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #24aeb1
}

.main-navigation .top-menu>li:hover:before,
.main-navigation .top-menu>li:active:before,
.main-navigation .top-menu>li:focus:before,
.site-header-account .account-dropdown .account-wrap:before,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.menu-item-has-children:before,
.elementor-nav-menu--layout-horizontal .elementor-nav-menu li.has-mega-menu:before,
.site-header-cart .widget_shopping_cart:before {
    border-bottom-color: #24aeb1
}

.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #24aeb1
}

.shop-action a[class*=product_type_] {
    background-image: linear-gradient(to right, #24aeb1 0, #24aeb1 100%)
}

.btn-link:focus,
.elementor-element .elementor-button-link .elementor-button:focus,
.btn-link:hover,
.elementor-element .elementor-button-link .elementor-button:hover,
.button-link:focus,
.elementor-wpcf7-button-link input:focus[type=submit],
.elementor-wpcf7-button-link button:focus[type=submit],
.mailchimp-button-link button:focus,
.mailchimp-button-link input:focus[type=submit],
.button-link:hover,
.elementor-wpcf7-button-link input:hover[type=submit],
.elementor-wpcf7-button-link button:hover[type=submit],
.mailchimp-button-link button:hover,
.mailchimp-button-link input:hover[type=submit],
a:hover,
a:active,
.widget_search button[type=submit]:hover,
.widget_search button[type=submit]:focus,
.elementor-widget-opal-phone:hover i,
.elementor-widget-opal-phone:hover .elementor-phone-title,
.elementor-widget-opal-phone:hover .elementor-phone-subtitle,
.elementor-search-form .elementor-search-form__submit:active,
.elementor-search-form .elementor-search-form__submit:hover,
li.product .posted_in a:hover,
.single-product div.type-product .product_meta .tagged_as a:hover,
.single-product div.type-product .product_meta .posted_in a:hover {
    color: #1c8687
}

.tags-links a:hover,
.scrollup:hover,
.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd),
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover,
.single-product div.type-product .entry-summary .compare:hover {
    background-color: #1c8687
}

.tags-links a:hover,
.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd),
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus,
.single-product div.type-product .entry-summary .yith-wcwl-add-to-wishlist>div>a:hover,
.single-product div.type-product .entry-summary .compare:hover,
.woo-variation-swatches .variable-items-wrapper .variable-item.selected:not(.radio-variable-item),
.woo-variation-swatches .variable-items-wrapper .variable-item.selected:not(.radio-variable-item):hover {
    border-color: #1c8687
}

.vertical-navigation ul.menu>li>a:hover,
.vertical-navigation ul.menu>li>a:hover i,
.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button,
.c-secondary,
.author-wrapper .author-name h6,
.contactform-content button.mfp-close,
.site-header-cart .widget_shopping_cart .product_list_widget li .quantity .amount,
.site-header-cart .shopping_cart_nav .product_list_widget li .quantity .amount,
ul.products li .product-price ins,
ul.products li .price ins,
ul.products li.product .product-price ins,
ul.products li.product .price ins,
.single-product div.type-product .summary .price {
    color: #eb3a7b
}

.f-secondary {
    fill: #eb3a7b
}

.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.elementor-button-secondary button[type=submit],
.elementor-button-secondary input[type=button],
.elementor-button-secondary input[type=submit],
.elementor-element .elementor-button-secondary .elementor-button,
.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary input:hover[type=submit],
.elementor-wpcf7-button-outline_secondary button:hover[type=submit],
.mailchimp-button-outline_secondary button:hover,
.mailchimp-button-outline_secondary input:hover[type=submit],
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary input:active[type=submit],
.elementor-wpcf7-button-outline_secondary button:active[type=submit],
.mailchimp-button-outline_secondary button:active,
.mailchimp-button-outline_secondary input:active[type=submit],
.button-outline-secondary.active,
.elementor-wpcf7-button-outline_secondary input.active[type=submit],
.elementor-wpcf7-button-outline_secondary button.active[type=submit],
.mailchimp-button-outline_secondary button.active,
.mailchimp-button-outline_secondary input.active[type=submit],
.show>.button-outline-secondary.dropdown-toggle,
.elementor-wpcf7-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_secondary .show>button.dropdown-toggle,
.mailchimp-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button:hover,
.elementor-element .elementor-button-outline_secondary .elementor-button:active,
.elementor-element .elementor-button-outline_secondary .elementor-button:focus,
.bg-secondary,
#secondary .elementor-widget-wp-widget-categories a:before,
.title-bg-polygon,
.elementor-flip-box__back,
.elementor-text-underline-yes .elementor-icon-list-item:not(:hover) .elementor-icon-list-text:before,
.elementor-teams-wrapper .team-icon-socials a:hover,
.header-button .count {
    background-color: #eb3a7b
}

.form-control:focus,
.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.elementor-button-secondary button[type=submit],
.elementor-button-secondary input[type=button],
.elementor-button-secondary input[type=submit],
.elementor-element .elementor-button-secondary .elementor-button,
.button-outline-secondary,
.elementor-wpcf7-button-outline_secondary input[type=button][type=submit],
.elementor-wpcf7-button-outline_secondary input[type=submit],
.elementor-wpcf7-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary button,
.mailchimp-button-outline_secondary button[type=submit],
.mailchimp-button-outline_secondary input[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button,
.button-outline-secondary:hover,
.elementor-wpcf7-button-outline_secondary input:hover[type=submit],
.elementor-wpcf7-button-outline_secondary button:hover[type=submit],
.button-outline-secondary:active,
.elementor-wpcf7-button-outline_secondary input:active[type=submit],
.elementor-wpcf7-button-outline_secondary button:active[type=submit],
.button-outline-secondary.active,
.elementor-wpcf7-button-outline_secondary input.active[type=submit],
.elementor-wpcf7-button-outline_secondary button.active[type=submit],
.show>.button-outline-secondary.dropdown-toggle,
.elementor-wpcf7-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-outline_secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-outline_secondary .show>button.dropdown-toggle,
.mailchimp-button-outline_secondary .show>input.dropdown-toggle[type=submit],
.elementor-element .elementor-button-outline_secondary .elementor-button:hover,
.elementor-element .elementor-button-outline_secondary .elementor-button:active,
.elementor-element .elementor-button-outline_secondary .elementor-button:focus,
.b-secondary {
    border-color: #eb3a7b
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show>.button-secondary.dropdown-toggle,
.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-secondary .show>button.dropdown-toggle,
.mailchimp-button-secondary .show>input.dropdown-toggle[type=submit],
.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,
.checkout_coupon .form-row-last .show>button.dropdown-toggle,
#payment .place-order .show>.dropdown-toggle.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button,
.elementor-button-secondary button[type=submit]:hover,
.elementor-button-secondary button[type=submit]:active,
.elementor-button-secondary button[type=submit]:focus,
.elementor-button-secondary input[type=button]:hover,
.elementor-button-secondary input[type=button]:active,
.elementor-button-secondary input[type=button]:focus,
.elementor-button-secondary input[type=submit]:hover,
.elementor-button-secondary input[type=submit]:active,
.elementor-button-secondary input[type=submit]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
    background-color: #da165e
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show>.button-secondary.dropdown-toggle,
.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-secondary .show>button.dropdown-toggle,
.mailchimp-button-secondary .show>input.dropdown-toggle[type=submit],
.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,
.checkout_coupon .form-row-last .show>button.dropdown-toggle,
#payment .place-order .show>.dropdown-toggle.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button,
.elementor-button-secondary button[type=submit]:hover,
.elementor-button-secondary button[type=submit]:active,
.elementor-button-secondary button[type=submit]:focus,
.elementor-button-secondary input[type=button]:hover,
.elementor-button-secondary input[type=button]:active,
.elementor-button-secondary input[type=button]:focus,
.elementor-button-secondary input[type=submit]:hover,
.elementor-button-secondary input[type=submit]:active,
.elementor-button-secondary input[type=submit]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
    border-color: #da165e
}

.row,
body.opal-content-layout-2cl #content .wrap,
body.opal-content-layout-2cr #content .wrap,
[data-opal-columns],
.site-footer .widget-area,
.comment-form,
.widget .gallery,
.elementor-element .gallery,
.entry-gallery .gallery,
.single .gallery,
[data-elementor-columns],
.single-portfolio-summary .single-portfolio-summary-inner,
.woocommerce-cart .entry-content>.woocommerce,
.woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper,
.woocommerce-MyAccount-content form[class^=woocommerce-],
.woocommerce-columns--addresses,
form.track_order,
.woocommerce-account .woocommerce,
.woocommerce-account .woocommerce .u-columns.woocommerce-Addresses,
.woocommerce-Addresses,
.woocommerce-address-fields__field-wrapper,
[class*=columns-] ul.products,
.single-product div.type-product .product-inner {
    margin-right: -15px;
    margin-left: -15px
}

.col-1,
.col-2,
[data-elementor-columns-mobile="6"] .column-item,
.woocommerce.columns-mobile-6 ul.products>li,
.col-3,
[data-elementor-columns-mobile="4"] .column-item,
.woocommerce.columns-mobile-4 ul.products>li,
.col-4,
[data-elementor-columns-mobile="3"] .column-item,
.woocommerce.columns-mobile-3 ul.products>li,
.col-5,
.col-6,
[data-elementor-columns-mobile="2"] .column-item,
.woocommerce.columns-mobile-2 ul.products>li,
.single-product.opal-comment-form-2 .comment-form-author,
.single-product.opal-comment-form-2 .comment-form-email,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.related-posts .column-item,
.opal-content-layout-2cr .related-posts .column-item,
.opal-content-layout-2cl .related-posts .column-item,
.site-footer .widget-area .widget-column,
.comment-form>*,
.comment-form>.comment-form-rating,
.widget .gallery-columns-1 .gallery-item,
.elementor-element .gallery-columns-1 .gallery-item,
.entry-gallery .gallery-columns-1 .gallery-item,
.single .gallery-columns-1 .gallery-item,
[data-elementor-columns-mobile="1"] .column-item,
.single-portfolio-summary .single-portfolio-summary-inner .single-portfolio-summary-meta-title,
.single-portfolio-summary .single-portfolio-summary-meta,
.single-portfolio-summary .single-portfolio-summary-content,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-meta,
.single-portfolio-summary.col-lg-5 .single-portfolio-summary-content,
.woocommerce-cart .cart-empty,
.woocommerce-cart .return-to-shop,
.woocommerce-billing-fields .form-row-wide,
.woocommerce-MyAccount-content form[class^=woocommerce-]>*:not(fieldset),
.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-wide,
#customer_details [class*=col],
.woocommerce-Addresses .woocommerce-Address,
.columns-1 ul.products>li,
.woocommerce.columns-mobile-1 ul.products>li,
.col,
body #secondary,
body.opal-content-layout-2cl #primary,
body.opal-content-layout-2cr #primary,
form.track_order p.form-row-first,
form.track_order p.form-row-last,
.columns-5 ul.products>li,
.col-auto,
.col-sm-1,
[data-opal-columns="12"] .column-item,
.col-sm-2,
[data-opal-columns="6"] .column-item,
.columns-6 ul.products>li,
.col-sm-3,
[data-opal-columns="4"] .column-item,
.col-sm-4,
[data-opal-columns="3"] .column-item,
.comment-form .comment-form-url,
.comment-form .comment-form-email,
.comment-form .comment-form-author,
.widget .gallery-columns-6 .gallery-item,
.elementor-element .gallery-columns-6 .gallery-item,
.entry-gallery .gallery-columns-6 .gallery-item,
.single .gallery-columns-6 .gallery-item,
.col-sm-5,
.col-sm-6,
[data-opal-columns="2"] .column-item,
.opal-archive-style-2 .column-item,
.opal-archive-style-5 .column-item,
.opal-archive-style-4 .column-item,
.opal-archive-style-3 .column-item,
.widget .gallery-columns-2 .gallery-item,
.elementor-element .gallery-columns-2 .gallery-item,
.entry-gallery .gallery-columns-2 .gallery-item,
.single .gallery-columns-2 .gallery-item,
.widget .gallery-columns-3 .gallery-item,
.elementor-element .gallery-columns-3 .gallery-item,
.entry-gallery .gallery-columns-3 .gallery-item,
.single .gallery-columns-3 .gallery-item,
.widget .gallery-columns-4 .gallery-item,
.elementor-element .gallery-columns-4 .gallery-item,
.entry-gallery .gallery-columns-4 .gallery-item,
.single .gallery-columns-4 .gallery-item,
.elementor-timeline-view-vertical .timeline-thumbnail,
.elementor-timeline-view-vertical .timeline-content,
.woocommerce-billing-fields .form-row-first,
.woocommerce-billing-fields .form-row-last,
.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-first,
.woocommerce-MyAccount-content form[class^=woocommerce-] .form-row-last,
.columns-2 ul.products>li,
.columns-3 ul.products>li,
.columns-4 ul.products>li,
.opal-content-layout-2cl .columns-3 ul.products li.product,
.opal-content-layout-2cl .columns-3 ul.products>li,
.opal-content-layout-2cr .columns-3 ul.products li.product,
.opal-content-layout-2cr .columns-3 ul.products>li,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
[data-opal-columns="1"] .column-item,
.opal-archive-style-2.opal-content-layout-2cr .column-item,
.opal-archive-style-5.opal-content-layout-2cr .column-item,
.opal-archive-style-4.opal-content-layout-2cr .column-item,
.opal-archive-style-3.opal-content-layout-2cr .column-item,
.entry-summary .comment-form .comment-form-url,
.entry-summary .comment-form .comment-form-email,
.entry-summary .comment-form .comment-form-author,
.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion,
.elementor-widget-opal-image-hotspots .opal-image-hotspots-accordion+.opal-image-hotspots-container,
.cart-collaterals .cross-sells,
.woocommerce-columns--addresses .woocommerce-column,
.woocommerce-account .woocommerce .u-columns [class^=u-column],
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-address-fields__field-wrapper .form-row,
.osf-sorting .woocommerce-message,
.osf-sorting .woocommerce-notice,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
[data-elementor-columns-tablet="6"] .column-item,
.woocommerce.columns-tablet-6 ul.products>li,
.col-md-3,
[data-elementor-columns-tablet="4"] .column-item,
.woocommerce.columns-tablet-4 ul.products>li,
.col-md-4,
[data-elementor-columns-tablet="3"] .column-item,
.woocommerce.columns-tablet-3 ul.products>li,
.col-md-5,
.col-md-6,
[data-elementor-columns-tablet="2"] .column-item,
.woocommerce.columns-tablet-2 ul.products>li,
.woocommerce-single-style-3.single-product div.product .entry-summary,
.woocommerce-single-style-3.single-product div.product .images,
.woocommerce-single-style-4.single-product div.product .images,
.woocommerce-single-style-4.single-product div.product .entry-summary,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
[data-elementor-columns-tablet="1"] .column-item,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-ResetPassword.lost_reset_password,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce.columns-tablet-1 ul.products>li,
.single-product div.type-product .entry-summary,
.single-product div.type-product .images,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.woocommerce-single-style-2.single-product div.product .entry-summary,
.woocommerce-single-style-2.single-product div.product .images,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.cart-collaterals,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
[data-elementor-columns="6"] .column-item,
.woocommerce.columns-6 ul.products>li,
.col-xl-3,
[data-elementor-columns="4"] .column-item,
.woocommerce.columns-4 ul.products>li,
.col-xl-4,
[data-elementor-columns="3"] .column-item,
.woocommerce.columns-3 ul.products>li,
.col-xl-5,
.col-xl-6,
[data-elementor-columns="2"] .column-item,
.woocommerce.columns-2 ul.products>li,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
[data-elementor-columns="1"] .column-item,
.woocommerce.columns-1 ul.products>li,
.col-xl,
.col-xl-auto {
    padding-right: 15px;
    padding-left: 15px
}

.container,
#content,
ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
.otf-product-recently-content .widget_recently_viewed_products {
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width:576px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 540px
    }
}

@media(min-width:768px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 720px
    }
}

@media(min-width:992px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 960px
    }
}

@media(min-width:1200px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor,
    .otf-product-recently-content .widget_recently_viewed_products {
        max-width: 1170px
    }
}

.typo-tertiary,
.elementor-nav-menu--canvas {
    font-weight: 400
}

.typo-tertiary,
.elementor-nav-menu--canvas {
    font-weight: 400
}

@media screen and (min-width:1200px) {

    .container,
    #content,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor {
        max-width: 1350px
    }
}

@media screen and (min-width:768px) {

    .container,
    #content,
    .container-fluid,
    ul.elementor-nav-menu--dropdown.mega-containerwidth>li.mega-menu-item>.elementor {
        padding-left: 30px;
        padding-right: 30px
    }
}

.page-title-bar {
    background-color: transparent;
    background-position: center top
}

.page-title-bar .page-title {
    color: #1d2a38
}

.breadcrumb,
.breadcrumb span,
.breadcrumb * {
    color: #7d879c
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
    color: #24aeb1
}

.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-default:hover,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit],
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus,
.elementor-element .elementor-button-primary .elementor-button {
    background-color: #24aeb1;
    border-color: #24aeb1;
    color: #fff
}

.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd),
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus {
    background-color: #1c8687;
    border-color: #1c8687;
    color: #fff
}

.button-primary,
input[type=reset],
input.secondary[type=button],
input.secondary[type=reset],
input.secondary[type=submit],
input[type=button],
input[type=submit],
button[type=submit],
.secondary-button .search-submit,
.elementor-wpcf7-button-primary input[type=button][type=submit],
.elementor-wpcf7-button-primary input[type=submit],
.elementor-wpcf7-button-primary button[type=submit],
.mailchimp-button-primary button,
.mailchimp-button-primary button[type=submit],
.mailchimp-button-primary input[type=submit],
.wc-proceed-to-checkout a.checkout-button,
.wishlist_table .product-add-to-cart .add_to_cart,
.widget_shopping_cart .buttons .button:nth-child(odd),
.button-default:hover,
.button-dark:hover,
.elementor-element .elementor-button-dark .elementor-button:hover,
.elementor-wpcf7-button-dark input:hover[type=submit],
.elementor-wpcf7-button-dark button:hover[type=submit],
.mailchimp-button-dark button:hover,
.mailchimp-button-dark input:hover[type=submit],
form.woocommerce-form-login .button:hover[type=submit],
form.register .button:hover[type=submit],
.button-dark:active,
.elementor-element .elementor-button-dark .elementor-button:active,
.elementor-wpcf7-button-dark input:active[type=submit],
.elementor-wpcf7-button-dark button:active[type=submit],
.mailchimp-button-dark button:active,
.mailchimp-button-dark input:active[type=submit],
form.woocommerce-form-login .button:active[type=submit],
form.register .button:active[type=submit],
.button-dark:focus,
.elementor-element .elementor-button-dark .elementor-button:focus,
.elementor-wpcf7-button-dark input:focus[type=submit],
.elementor-wpcf7-button-dark button:focus[type=submit],
.mailchimp-button-dark button:focus,
.mailchimp-button-dark input:focus[type=submit],
form.woocommerce-form-login .button:focus[type=submit],
form.register .button:focus[type=submit],
.button-outline-dark:hover,
.elementor-element .elementor-button-outline_dark .elementor-button:hover,
.button-outline-dark:active,
.elementor-element .elementor-button-outline_dark .elementor-button:active,
.button-outline-dark:focus,
.elementor-element .elementor-button-outline_dark .elementor-button:focus,
.button-light:hover,
.elementor-element .elementor-button-light .elementor-button:hover,
.elementor-wpcf7-button-light input:hover[type=submit],
.elementor-wpcf7-button-light button:hover[type=submit],
.mailchimp-button-light button:hover,
.mailchimp-button-light input:hover[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:hover,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:hover,
.button-light:active,
.elementor-element .elementor-button-light .elementor-button:active,
.elementor-wpcf7-button-light input:active[type=submit],
.elementor-wpcf7-button-light button:active[type=submit],
.mailchimp-button-light button:active,
.mailchimp-button-light input:active[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:active,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:active,
.button-light:focus,
.elementor-element .elementor-button-light .elementor-button:focus,
.elementor-wpcf7-button-light input:focus[type=submit],
.elementor-wpcf7-button-light button:focus[type=submit],
.mailchimp-button-light button:focus,
.mailchimp-button-light input:focus[type=submit],
.wishlist_table .product-add-to-cart .remove_from_wishlist:focus,
.wishlist_table.mobile li .additional-info-wrapper a.remove_from_wishlist:focus,
.elementor-element .elementor-button-primary .elementor-button {
    background-color: #24aeb1;
    border-color: #24aeb1;
    color: #fff
}

.button-primary:hover,
input:hover[type=reset],
input:hover[type=button],
input:hover[type=submit],
button:hover[type=submit],
.secondary-button .search-submit:hover,
.elementor-wpcf7-button-primary input:hover[type=submit],
.elementor-wpcf7-button-primary button:hover[type=submit],
.mailchimp-button-primary button:hover,
.wc-proceed-to-checkout a.checkout-button:hover,
.wishlist_table .product-add-to-cart .add_to_cart:hover,
.widget_shopping_cart .buttons .button:hover:nth-child(odd),
.button-primary:active,
input:active[type=reset],
input:active[type=button],
input:active[type=submit],
button:active[type=submit],
.secondary-button .search-submit:active,
.elementor-wpcf7-button-primary input:active[type=submit],
.elementor-wpcf7-button-primary button:active[type=submit],
.mailchimp-button-primary button:active,
.wc-proceed-to-checkout a.checkout-button:active,
.wishlist_table .product-add-to-cart .add_to_cart:active,
.widget_shopping_cart .buttons .button:active:nth-child(odd),
.button-primary.active,
input.active[type=reset],
input.active[type=button],
input.active[type=submit],
button.active[type=submit],
.secondary-button .active.search-submit,
.elementor-wpcf7-button-primary input.active[type=submit],
.elementor-wpcf7-button-primary button.active[type=submit],
.mailchimp-button-primary button.active,
.wc-proceed-to-checkout a.active.checkout-button,
.wishlist_table .product-add-to-cart .active.add_to_cart,
.widget_shopping_cart .buttons .active.button:nth-child(odd),
.show>.button-primary.dropdown-toggle,
.show>input.dropdown-toggle[type=reset],
.show>input.dropdown-toggle[type=button],
.show>input.dropdown-toggle[type=submit],
.show>button.dropdown-toggle[type=submit],
.secondary-button .show>.dropdown-toggle.search-submit,
.elementor-wpcf7-button-primary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-primary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-primary .show>button.dropdown-toggle,
.mailchimp-button-primary .show>input.dropdown-toggle[type=submit],
.wc-proceed-to-checkout .show>a.dropdown-toggle.checkout-button,
.wishlist_table .product-add-to-cart .show>.dropdown-toggle.add_to_cart,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button:nth-child(odd),
.elementor-element .elementor-button-primary .elementor-button:hover,
.elementor-element .elementor-button-primary .elementor-button:active,
.elementor-element .elementor-button-primary .elementor-button:focus {
    background-color: #1c8687;
    border-color: #1c8687;
    color: #fff
}

.button-secondary,
.elementor-wpcf7-button-secondary input[type=button][type=submit],
.elementor-wpcf7-button-secondary input[type=submit],
.elementor-wpcf7-button-secondary button[type=submit],
.mailchimp-button-secondary button,
.mailchimp-button-secondary button[type=submit],
.mailchimp-button-secondary input[type=submit],
.woocommerce-cart .return-to-shop a,
.checkout_coupon .form-row-last button,
#payment .place-order .button,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button,
.widget_shopping_cart .buttons .button,
.elementor-button-secondary button[type=submit],
.elementor-button-secondary input[type=button],
.elementor-button-secondary input[type=submit],
.elementor-element .elementor-button-secondary .elementor-button {
    background-color: #eb3a7b;
    border-color: #eb3a7b;
    color: #fff
}

.button-secondary:hover,
.elementor-wpcf7-button-secondary input:hover[type=submit],
.elementor-wpcf7-button-secondary button:hover[type=submit],
.mailchimp-button-secondary button:hover,
.mailchimp-button-secondary input:hover[type=submit],
.woocommerce-cart .return-to-shop a:hover,
.checkout_coupon .form-row-last button:hover,
#payment .place-order .button:hover,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:hover,
.widget_shopping_cart .buttons .button:hover,
.button-secondary:active,
.elementor-wpcf7-button-secondary input:active[type=submit],
.elementor-wpcf7-button-secondary button:active[type=submit],
.mailchimp-button-secondary button:active,
.mailchimp-button-secondary input:active[type=submit],
.woocommerce-cart .return-to-shop a:active,
.checkout_coupon .form-row-last button:active,
#payment .place-order .button:active,
.woocommerce-MyAccount-content .woocommerce-Pagination .woocommerce-button:active,
.widget_shopping_cart .buttons .button:active,
.button-secondary.active,
.elementor-wpcf7-button-secondary input.active[type=submit],
.elementor-wpcf7-button-secondary button.active[type=submit],
.mailchimp-button-secondary button.active,
.mailchimp-button-secondary input.active[type=submit],
.woocommerce-cart .return-to-shop a.active,
.checkout_coupon .form-row-last button.active,
#payment .place-order .active.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .active.woocommerce-button,
.widget_shopping_cart .buttons .active.button,
.show>.button-secondary.dropdown-toggle,
.elementor-wpcf7-button-secondary .show>input.dropdown-toggle[type=submit],
.elementor-wpcf7-button-secondary .show>button.dropdown-toggle[type=submit],
.mailchimp-button-secondary .show>button.dropdown-toggle,
.mailchimp-button-secondary .show>input.dropdown-toggle[type=submit],
.woocommerce-cart .return-to-shop .show>a.dropdown-toggle,
.checkout_coupon .form-row-last .show>button.dropdown-toggle,
#payment .place-order .show>.dropdown-toggle.button,
.woocommerce-MyAccount-content .woocommerce-Pagination .show>.dropdown-toggle.woocommerce-button,
.widget_shopping_cart .buttons .show>.dropdown-toggle.button,
.elementor-button-secondary button[type=submit]:hover,
.elementor-button-secondary button[type=submit]:active,
.elementor-button-secondary button[type=submit]:focus,
.elementor-button-secondary input[type=button]:hover,
.elementor-button-secondary input[type=button]:active,
.elementor-button-secondary input[type=button]:focus,
.elementor-button-secondary input[type=submit]:hover,
.elementor-button-secondary input[type=submit]:active,
.elementor-button-secondary input[type=submit]:focus,
.elementor-element .elementor-button-secondary .elementor-button:hover,
.elementor-element .elementor-button-secondary .elementor-button:active,
.elementor-element .elementor-button-secondary .elementor-button:focus {
    background-color: #da165e;
    border-color: #da165e;
    color: #fff
}

#wptime-plugin-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/preloader.GIF) no-repeat #fff 50%;
    -moz-background-size: 64px 64px;
    -o-background-size: 64px 64px;
    -webkit-background-size: 64px 64px;
    background-size: 64px 64px;
    z-index: 99998;
    width: 100%;
    height: 100%
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
    max-width: none
}

button.pswp__button {
    box-shadow: none !important;
    background-image: url(../images/default-skin.png) !important
}

button.pswp__button,
button.pswp__button--arrow--left::before,
button.pswp__button--arrow--right::before,
button.pswp__button:hover {
    background-color: transparent !important
}

button.pswp__button--arrow--left,
button.pswp__button--arrow--left:hover,
button.pswp__button--arrow--right,
button.pswp__button--arrow--right:hover {
    background-image: none !important
}

button.pswp__button--close:hover {
    background-position: 0 -44px
}

button.pswp__button--zoom:hover {
    background-position: -88px 0
}

/*!PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.pswp img {
    max-width: none
}

.admin-bar .pswp {
    height: calc(100% - 32px);
    top: 32px
}

@media screen and (max-width:782px) {
    .admin-bar .pswp {
        height: calc(100% - 46px);
        top: 46px
    }
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4, 0, .22, 1);
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: #222
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc
}

.pswp__error-msg a {
    color: #ccc;
    text-decoration: underline
}

/*!PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license*/
.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: 0;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media(-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:105dpi),
(min-resolution:1.1dppx) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: 0 0
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0, 0, 0, .3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,
.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3e5c9a
}

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d
}

a.pswp__share--download:hover {
    background: #ddd
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #bbb
}

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.GIF) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg)
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1)
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__caption,
.pswp__top-bar {
    background-color: rgba(0, 0, 0, .5)
}

.pswp__ui--fit .pswp__caption,
.pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0, 0, 0, .3)
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: revicons;
    /* src: url(../fonts/revslider-FONT/revicons.eot); */

    src: url(../fonts/revslider-FONT/revicons.eot);
    src: url(../fonts/revslider-FONT/revicons.eot#iefix) format('embedded-opentype'), url(../fonts/revslider-FONT/revicons.woff) format('woff'), url(../fonts/revslider-FONT/revicons.ttf) format('truetype'), url(../fonts/revslider-FONT/revicons.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: revicons;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
    overflow: hidden !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(#), move
}

rs-carousel-wrap.dragged {
    cursor: url(#), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {

    rs-carousel-wrap rs-layer-wrap,
    rs-carousel-wrap rs-loop-wrap {
        backface-visibility: hidden;
        transform-style: preserve-3d
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {

    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative;
    left: auto;
    top: auto;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom-width: 0 !important;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top-width: 0 !important;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    border-top-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    border-bottom-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(../images/revslider/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(../images/revslider/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(../images/revslider/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(../images/revslider/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0 rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: proxima-nova, helvetica neue, Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(../images/revslider/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(../images/revslider/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(../images/revslider/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(../images/revslider/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

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

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
    pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: revicons;
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: open sans, sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

@media not all and (min-resolution:.001dpcm) {
    @supports(-webkit-appearance:none) {
        .willow {
            filter: grayscale(1) contrast(.95) brightness(.9)
        }

        .willow:after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {

    0%,
    100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%, 160%)
    }

    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}

#rev_slider_10_1_wrapper .hesperiden.tparrows {
    cursor: pointer;
    background: rgba(0, 0, 0, .49);
    width: 52px;
    height: 52px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%
}

#rev_slider_10_1_wrapper .hesperiden.tparrows.rs-touchhover {
    background: #1d8591
}

#rev_slider_10_1_wrapper .hesperiden.tparrows:before {
    font-family: revicons;
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 52px;
    text-align: center
}

#rev_slider_10_1_wrapper .hesperiden.tparrows.tp-leftarrow:before {
    content: '\e81f';
    margin-left: -3px
}

#rev_slider_10_1_wrapper .hesperiden.tparrows.tp-rightarrow:before {
    content: '\e81e';
    margin-right: -3px
}

#rev_slider_10_1_wrapper .hermes .tp-bullet {
    overflow: hidden;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    position: absolute
}

#rev_slider_10_1_wrapper .hermes .tp-bullet.rs-touchhover {
    background-color: rgba(0, 0, 0, .21)
}

#rev_slider_10_1_wrapper .hermes .tp-bullet:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 1px #fff;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
}

#rev_slider_10_1_wrapper .hermes .tp-bullet.selected:after {
    height: 100%
}