ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.hfe-nav-menu li.menu-item {
    position: relative
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit
}

.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none
}

div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus>.sub-menu {
    visibility: visible;
    opacity: 1
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus>.sub-menu {
    visibility: hidden;
    opacity: 0
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both
}

.hfe-nav-menu__align-right .hfe-nav-menu {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: right
}

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: left
}

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: center
}

.hfe-nav-menu__align-left .hfe-nav-menu {
    margin-right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.hfe-nav-menu__align-center .hfe-nav-menu {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-active-menu+nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu+nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0
}

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal>li.menu-item {
    font-size: medium
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'
}

.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'
}

.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-nav-menu-icon {
    padding: .35em;
    border: 0 solid
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px
}

.hfe-nav-menu-icon i:focus {
    outline: 0
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0
}

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0
}

.hfe-nav-menu .menu-item-has-children-container {
    position: relative
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d'
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0
}

.hfe-active-menu+.hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1;
    height: auto
}

.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.hfe-layout-expandible nav {
    height: 0
}

.hfe-nav-sub-menu-icon,
.hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    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
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow {
    padding: 10px
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border: 1px dotted
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border: 1px dotted transparent
}

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 0
}

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px
}

.hfe-pointer__double-line.hfe-animation__none,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__underline.hfe-animation__none,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__overline.hfe-animation__none,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__double-line.hfe-animation__none:before,
.hfe-pointer__double-line.hfe-animation__none:after,
.hfe-pointer__double-line.hfe-animation__none:hover,
.hfe-pointer__double-line.hfe-animation__none:focus,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__underline.hfe-animation__none:before,
.hfe-pointer__underline.hfe-animation__none:after,
.hfe-pointer__underline.hfe-animation__none:hover,
.hfe-pointer__underline.hfe-animation__none:focus,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__overline.hfe-animation__none:before,
.hfe-pointer__overline.hfe-animation__none:after,
.hfe-pointer__overline.hfe-animation__none:hover,
.hfe-pointer__overline.hfe-animation__none:focus,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px)
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: ''
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-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;
    transition: width .1s, height .1s .1s, opacity .02s .18s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity .02s, height .1s, width .1s .1s;
    transition: opacity .02s, height .1s, width .1s .1s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .002s, width .4s, height .4s;
    transition: opacity .002s, width .4s, height .4s
}

.hfe-pointer__framed.hfe-animation__none,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__framed.hfe-animation__none:before,
.hfe-pointer__framed.hfe-animation__none:after,
.hfe-pointer__framed.hfe-animation__none:hover,
.hfe-pointer__framed.hfe-animation__none:focus,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: .3s;
    transition: .3s
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted,
.hfe-pointer__background .current-menu-item {
    color: #fff
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    transition: .3s
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity .15s, -webkit-transform .4s;
    transition: opacity .15s, -webkit-transform .4s;
    transition: opacity .15s, transform .4s;
    transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%
}

.hfe-pointer__background.hfe-animation__none,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__background.hfe-animation__none:before,
.hfe-pointer__background.hfe-animation__none:after,
.hfe-pointer__background.hfe-animation__none:hover,
.hfe-pointer__background.hfe-animation__none:focus,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg)
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.hfe-pointer__text.hfe-animation__none,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__text.hfe-animation__none:before,
.hfe-pointer__text.hfe-animation__none:after,
.hfe-pointer__text.hfe-animation__none:hover,
.hfe-pointer__text.hfe-animation__none:focus,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-backface-visibility: hidden
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after {
    border-width: 0
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus {
    -webkit-transform: none;
    transform: none
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block
}

.hfe-flyout-content.push {
    color: #fff
}

.hfe-flyout-content ul li {
    color: #fff
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    height: 100%;
    width: 300px;
    max-width: 100%
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff
}

@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none
}

.admin-bar .hfe-side {
    margin-top: 32px
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .1s;
    transition: all .1s
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .1s;
    transition: all .1s
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex
}

.hfe-nav-menu li.elementor-button-wrapper {
    align-self: center
}

@media only screen and (max-width:1024px) {
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
        width: 100%;
        margin-right: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
        position: absolute
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border: 1px dotted
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border: 1px dotted transparent
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0
    }
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width: auto !important
    }
    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
        border: 0 !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0
    }
    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle {
        visibility: visible;
        opacity: 1;
        display: block
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
        position: absolute
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover {
        border: 1px dotted
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle {
        border: 1px dotted transparent
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px
    }
    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
        transition: all .3s cubic-bezier(.25, .5, .5, .9)
    }
    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all .3s;
        transition: all .3s
    }
    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }
    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width: auto !important
    }
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
        border: 0 !important
    }
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none
}

.hfe-icon {
    display: inline-block;
    vertical-align: middle
}

.hfe-icon svg {
    width: 1em;
    height: 1em
}

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1
}

.hfe-cart-menu-wrap-custom .hfe-cart-count,
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: .3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px
}

.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1
}

.hfe-cart-menu-wrap-default .hfe-cart-count,
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: 0 0 .3em .3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'
}

.hfe-menu-cart__toggle .elementor-button {
    background: 0 0;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: .3em
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: 400
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
    color: #4d4848
}

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden
}

.hfe-search-form__input {
    flex-basis: 100%
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle
}

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position: relative
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom: 0;
    margin-right: 10px;
    background-color: transparent
}

.hfe-search-button-wrapper input[type=search]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type=search]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type=search]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type=search]::-webkit-search-results-decoration {
    display: none
}

.hfe-search-form__container button#clear-with-button {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom: 0;
    background-color: transparent
}

.hfe-search-button-wrapper,
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent
}

.hfe-search-icon-toggle {
    width: 100% !important
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 250px;
    right: 0
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%
}

.hfe-search-icon-toggle {
    line-height: 1.5
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 100%;
    left: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 1
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width: 3px;
    width: 100%;
    opacity: 1;
    height: 100%
}

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
}

@charset "UTF-8";
.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

.wp-block-avatar,
.wp-block-avatar img {
    box-sizing: border-box
}

.wp-block-avatar.aligncenter {
    text-align: center
}

.wp-block-audio {
    box-sizing: border-box
}

.wp-block-audio :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-audio audio {
    min-width: 300px;
    width: 100%
}

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

.wp-block-button__link.aligncenter {
    text-align: center
}

.wp-block-button__link.alignright {
    text-align: right
}

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.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)*.75)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons>.wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 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
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),
:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    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 td,
.wp-block-calendar th {
    border: 1px solid;
    padding: .25em
}

.wp-block-calendar th {
    font-weight: 400
}

.wp-block-calendar caption {
    background-color: inherit
}

.wp-block-calendar table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-calendar table:where(:not(.has-text-color)) {
    color: #40464d
}

.wp-block-calendar table:where(:not(.has-text-color)) td,
.wp-block-calendar table:where(:not(.has-text-color)) th {
    border-color: #ddd
}

.wp-block-calendar table.has-background th {
    background-color: inherit
}

.wp-block-calendar table.has-text-color th {
    color: inherit
}

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-categories.wp-block-categories-dropdown.aligncenter {
    text-align: center
}

.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 {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !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) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: 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-stretch {
    align-self: stretch
}

.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 {
    box-sizing: border-box
}

.wp-block-post-comments .alignleft {
    float: left
}

.wp-block-post-comments .alignright {
    float: right
}

.wp-block-post-comments .navigation:after {
    clear: both;
    content: "";
    display: table
}

.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-right: .75em;
    margin-top: .5em;
    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 {
    display: block;
    margin-bottom: 1em;
    margin-top: 1em
}

.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 {
    box-sizing: border-box;
    display: block;
    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-family: inherit;
    font-size: 1em
}

.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-bottom: .5em;
    margin-right: .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 {
    display: inline-block;
    margin-right: 1ch
}

.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 {
    display: inline-block;
    margin-left: 1ch
}

.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 {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-comment-template li {
    clear: both
}

.wp-block-comment-template ol {
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    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 {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

.wp-block-cover .has-background-dim:not([class*=-background-color]),
.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]) {
    background-color: #000
}

.wp-block-cover .has-background-dim.has-background-gradient,
.wp-block-cover-image .has-background-dim.has-background-gradient {
    background-color: initial
}

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: ""
}

.wp-block-cover .wp-block-cover__background,
.wp-block-cover .wp-block-cover__gradient-background,
.wp-block-cover-image .wp-block-cover__background,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before {
    bottom: 0;
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.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 .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,
.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 {
    opacity: 0
}

.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,
.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 {
    opacity: .1
}

.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,
.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 {
    opacity: .2
}

.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,
.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 {
    opacity: .3
}

.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,
.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 {
    opacity: .4
}

.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,
.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 {
    opacity: .5
}

.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,
.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 {
    opacity: .6
}

.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,
.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 {
    opacity: .7
}

.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,
.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 {
    opacity: .8
}

.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,
.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 {
    opacity: .9
}

.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,
.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 {
    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.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 .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
    color: inherit;
    width: 100%;
    z-index: 1
}

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

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background,
.wp-block-cover-image .wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.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-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
    .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 .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover-image-text,
section.wp-block-cover-image>h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

.wp-block-details {
    box-sizing: border-box
}

.wp-block-details summary {
    cursor: pointer
}

.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-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

.wp-block-embed :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.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 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    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 {
    box-sizing: border-box
}

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

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    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
}

.wp-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: .25em;
    margin-bottom: .5em;
    width: 100%
}

.wp-block-form-input__label.is-label-inline {
    align-items: center;
    flex-direction: row;
    gap: .5em
}

.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
    margin-bottom: .5em
}

.wp-block-form-input__label:has(input[type=checkbox]) {
    flex-direction: row-reverse;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__label-content {
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__input {
    font-size: 1em;
    margin-bottom: .5em;
    padding: 0 .5em
}

.wp-block-form-input__input[type=date],
.wp-block-form-input__input[type=datetime-local],
.wp-block-form-input__input[type=datetime],
.wp-block-form-input__input[type=email],
.wp-block-form-input__input[type=month],
.wp-block-form-input__input[type=number],
.wp-block-form-input__input[type=password],
.wp-block-form-input__input[type=search],
.wp-block-form-input__input[type=tel],
.wp-block-form-input__input[type=text],
.wp-block-form-input__input[type=time],
.wp-block-form-input__input[type=url],
.wp-block-form-input__input[type=week] {
    border: 1px solid;
    line-height: 2;
    min-height: 2em
}

textarea.wp-block-form-input__input {
    min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images),
.wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 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 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 1em 1em 0;
    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 {
    align-items: flex-end;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin: 0
}

.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;
    height: auto;
    max-width: 100%;
    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 {
    background: linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: .8em;
    margin: 0;
    max-height: 100%;
    overflow: auto;
    padding: 3em .77em .7em;
    position: absolute;
    text-align: center;
    width: 100%;
    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 {
    flex: 1;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.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 {
    margin-right: 0;
    width: 100%
}

@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 {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }
    .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 {
        margin-right: 1em;
        width: calc(25% - .75em)
    }
    .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 {
        margin-right: 1em;
        width: calc(20% - .8em)
    }
    .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 {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }
    .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 {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }
    .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 {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }
    .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) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

.wp-block-gallery.has-nested-images figure.wp-block-image>a,
.wp-block-gallery.has-nested-images figure.wp-block-image>div {
    flex-direction: column;
    flex-grow: 1;
    margin: 0
}

.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, #000000b3, #0000004d 70%, #0000);
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    left: 0;
    margin-bottom: 0;
    max-height: 60%;
    overflow: auto;
    padding: 0 8px 8px;
    position: absolute;
    scrollbar-color: #0000 #0000;
    scrollbar-gutter: stable both-edges;
    scrollbar-width: thin;
    text-align: center;
    width: 100%;
    will-change: transform
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
    height: 12px;
    width: 12px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
    background-color: initial
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: initial;
    border: 3px solid #0000;
    border-radius: 8px
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
    background-color: #fffc
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
    scrollbar-color: #fffc #0000
}

@media (hover:none) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        scrollbar-color: #fffc #0000
    }
}

.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 {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.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 {
    flex: 1 0 0%;
    height: 100%;
    object-fit: cover;
    width: 100%
}

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

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),
h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),
h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

.wp-block-image[style*=border-radius] img,
.wp-block-image[style*=border-radius]>a {
    border-radius: inherit
}

.wp-block-image.has-custom-border 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 .alignleft,
.wp-block-image .alignright,
.wp-block-image.aligncenter,
.wp-block-image.alignleft,
.wp-block-image.alignright {
    display: table
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.aligncenter>figcaption,
.wp-block-image.alignleft>figcaption,
.wp-block-image.alignright>figcaption {
    caption-side: bottom;
    display: table-caption
}

.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 :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image.is-style-circle-mask 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 {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

:root :where(.wp-block-image.is-style-rounded img,
.wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

.wp-lightbox-container img {
    cursor: zoom-in
}

.wp-lightbox-container img:hover+button {
    opacity: 1
}

.wp-lightbox-container button {
    align-items: center;
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background-color: #5a5a5a40;
    border: none;
    border-radius: 4px;
    cursor: zoom-in;
    display: flex;
    height: 20px;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 16px;
    text-align: center;
    top: 16px;
    transition: opacity .2s ease;
    width: 20px;
    z-index: 100
}

.wp-lightbox-container button:focus-visible {
    outline: 3px auto #5a5a5a40;
    outline: 3px auto -webkit-focus-ring-color;
    outline-offset: 3px
}

.wp-lightbox-container button:hover {
    cursor: pointer;
    opacity: 1
}

.wp-lightbox-container button:focus {
    opacity: 1
}

.wp-lightbox-container button:focus,
.wp-lightbox-container button:hover,
.wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
    background-color: #5a5a5a40;
    border: none
}

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

.wp-lightbox-overlay .close-button {
    align-items: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
    min-height: 40px;
    min-width: 40px;
    padding: 0;
    position: absolute;
    right: calc(env(safe-area-inset-right) + 16px);
    top: calc(env(safe-area-inset-top) + 16px);
    z-index: 5000000
}

.wp-lightbox-overlay .close-button:focus,
.wp-lightbox-overlay .close-button:hover,
.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
    background: none;
    border: none
}

.wp-lightbox-overlay .lightbox-image-container {
    height: var(--wp--lightbox-container-height);
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transform-origin: top left;
    width: var(--wp--lightbox-container-width);
    z-index: 9999999999
}

.wp-lightbox-overlay .wp-block-image {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 3000000
}

.wp-lightbox-overlay .wp-block-image img {
    height: var(--wp--lightbox-image-height);
    min-height: var(--wp--lightbox-image-height);
    min-width: var(--wp--lightbox-image-width);
    width: var(--wp--lightbox-image-width)
}

.wp-lightbox-overlay .wp-block-image figcaption {
    display: none
}

.wp-lightbox-overlay button {
    background: none;
    border: none
}

.wp-lightbox-overlay .scrim {
    background-color: #fff;
    height: 100%;
    opacity: .9;
    position: absolute;
    width: 100%;
    z-index: 2000000
}

.wp-lightbox-overlay.active {
    animation: turn-on-visibility .25s both;
    visibility: visible
}

.wp-lightbox-overlay.active img {
    animation: turn-on-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) {
    animation: turn-off-visibility .35s both
}

.wp-lightbox-overlay.show-closing-animation:not(.active) img {
    animation: turn-off-visibility .25s both
}

@media (prefers-reduced-motion:no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }
    .wp-lightbox-overlay.zoom.active .lightbox-image-container {
        animation: lightbox-zoom-in .4s
    }
    .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
        animation: none
    }
    .wp-lightbox-overlay.zoom.active .scrim {
        animation: turn-on-visibility .4s forwards
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
        animation: lightbox-zoom-out .4s
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
        animation: none
    }
    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
        animation: turn-off-visibility .4s forwards
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }
    99% {
        opacity: 0;
        visibility: visible
    }
    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }
    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%, -50%) scale(1);
        visibility: visible
    }
    99% {
        visibility: visible
    }
    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),
.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

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

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    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-comments[class*=-font-size] a,
.wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

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

.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    overflow-wrap: break-word
}

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap
}

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

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 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-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol,
ul {
    box-sizing: border-box
}

:root :where(ul.has-background,
ol.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-media-text {
    box-sizing: border-box;
    /*!rtl:begin:ignore*/
    direction: ltr;
    /*!rtl:end:ignore*/
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-columns: 1fr 50%
}

.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media {
    align-self: start
}

.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,
.wp-block-media-text>.wp-block-media-text__content,
.wp-block-media-text>.wp-block-media-text__media {
    align-self: center
}

.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media {
    align-self: end
}

.wp-block-media-text>.wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1;
    /*!rtl:end:ignore*/
    margin: 0
}

.wp-block-media-text>.wp-block-media-text__content {
    direction: ltr;
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1;
    /*!rtl:end:ignore*/
    padding: 0 8%;
    word-break: break-word
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
    /*!rtl:begin:ignore*/
    grid-column: 2;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
    /*!rtl:begin:ignore*/
    grid-column: 1;
    grid-row: 1
    /*!rtl:end:ignore*/
}

.wp-block-media-text__media img,
.wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill>.wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

.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 {
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    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-bottom: 0;
    margin-left: 0;
    margin-top: 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 {
    align-items: center;
    display: flex;
    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 .wp-block-navigation-item__content.wp-block-navigation-item__content {
    color: inherit
}

.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(a),
.wp-block-navigation :where(a:active),
.wp-block-navigation :where(a:focus) {
    text-decoration: none
}

.wp-block-navigation .wp-block-navigation__submenu-icon {
    align-self: center;
    background-color: inherit;
    border: none;
    color: currentColor;
    display: inline-block;
    font-size: inherit;
    height: .6em;
    line-height: 0;
    margin-left: .25em;
    padding: 0;
    width: .6em
}

.wp-block-navigation .wp-block-navigation__submenu-icon svg {
    display: inline-block;
    stroke: currentColor;
    height: inherit;
    margin-top: .075em;
    width: inherit
}

.wp-block-navigation.is-vertical {
    --navigation-layout-direction: column;
    --navigation-layout-justify: initial;
    --navigation-layout-align: flex-start
}

.wp-block-navigation.no-wrap {
    --navigation-layout-wrap: nowrap
}

.wp-block-navigation.items-justified-center {
    --navigation-layout-justification-setting: center;
    --navigation-layout-justify: center
}

.wp-block-navigation.items-justified-center.is-vertical {
    --navigation-layout-align: center
}

.wp-block-navigation.items-justified-right {
    --navigation-layout-justification-setting: flex-end;
    --navigation-layout-justify: flex-end
}

.wp-block-navigation.items-justified-right.is-vertical {
    --navigation-layout-align: flex-end
}

.wp-block-navigation.items-justified-space-between {
    --navigation-layout-justification-setting: space-between;
    --navigation-layout-justify: space-between
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container {
    align-items: normal;
    background-color: inherit;
    color: inherit;
    display: flex;
    flex-direction: column;
    height: 0;
    left: -1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    transition: opacity .1s linear;
    visibility: hidden;
    width: 0;
    z-index: 2
}

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

.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 {
        background: #0000;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em
    }
    .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 .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,
.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.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 {
    display: flex;
    position: relative
}

.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
    stroke: currentColor
}

button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-left: 0;
    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-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
    padding: 0
}

.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)) {
    padding: .5em 1em
}

: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)),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),
:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: -1px;
    right: -1px
}

@media (min-width:782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
    .wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, 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 {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
    color: inherit
}

.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-align, initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
    background-color: inherit !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open {
    animation: overlay-menu__fade-in-animation .1s ease-out;
    animation-fill-mode: forwards;
    background-color: inherit;
    display: flex;
    flex-direction: column;
    overflow: auto;
    padding: clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
    z-index: 100000
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting, inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

.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 .wp-block-navigation__submenu-container {
    border: none;
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: initial;
    padding-left: 2rem;
    padding-right: 2rem;
    position: static;
    visibility: visible;
    width: auto
}

.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 {
    align-items: var(--navigation-layout-justification-setting, initial);
    display: flex;
    flex-direction: column
}

.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-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: #0000 !important;
    color: inherit !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 {
    left: auto;
    right: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }
    .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
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    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 {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
    fill: currentColor;
    display: block;
    height: 24px;
    pointer-events: none;
    width: 24px
}

.wp-block-navigation__responsive-container-open {
    display: flex
}

.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size, 100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.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 {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align, initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction, initial);
    flex-wrap: var(--navigation-layout-wrap, wrap);
    justify-content: var(--navigation-layout-justify, initial)
}

.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;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],
p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

:where(.wp-block-post-comments-form) input:not([type=submit]),
:where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),
:where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

.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;
    overflow-wrap: break-word;
    text-align: center
}

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),
.wp-block-post-comments-form .comment-form textarea {
    box-sizing: border-box;
    display: block;
    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
}

:where(.wp-block-post-excerpt) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.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;
    height: 100%
}

.wp-block-post-featured-image :where(img) {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    width: 100%
}

.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 {
    background-color: #000;
    inset: 0;
    position: absolute
}

.wp-block-post-featured-image {
    position: relative
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
    background-color: initial
}

.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-featured-image:where(.alignleft,
.alignright) {
    width: 100%
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
    transform: scaleX(1)
}

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],
.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

.wp-block-post-terms .wp-block-post-terms__separator {
    white-space: pre-wrap
}

.wp-block-post-time-to-read,
.wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

.wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center
}

.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
    color: inherit
}

.wp-block-pullquote blockquote {
    margin: 0
}

.wp-block-pullquote p {
    margin-top: 0
}

.wp-block-pullquote p:last-child {
    margin-bottom: 0
}

.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 {
    font-size: 2em;
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-style: normal;
    text-transform: none
}

.wp-block-pullquote cite {
    color: inherit
}

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

.wp-block-post-template.is-flex-container {
    display: flex;
    flex-direction: row;
    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)
    }
}

@media (max-width:600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr
    }
}

.wp-block-post-template-is-layout-constrained>li>.alignright,
.wp-block-post-template-is-layout-flow>li>.alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained>li>.alignleft,
.wp-block-post-template-is-layout-flow>li>.alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained>li>.aligncenter,
.wp-block-post-template-is-layout-flow>li>.aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto
}

.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-bottom: .5em;
    margin-right: .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-of-type {
    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 {
    display: inline-block;
    margin-right: 1ch
}

.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 {
    display: inline-block;
    margin-left: 1ch
}

.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:where(:not(.is-style-plain)),
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
    margin-bottom: 1em;
    padding: 0 1em
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) p,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.6
}

.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,
.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
    font-size: 1.125em;
    text-align: right
}

.wp-block-quote>cite {
    display: block
}

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-read-more:where(:not([style*=text-decoration])) {
    text-decoration: none
}

.wp-block-read-more:where(:not([style*=text-decoration])):active,
.wp-block-read-more:where(: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;
    list-style: none;
    padding: 0
}

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: 10px;
    word-break: normal
}

.wp-block-search__button.has-icon {
    line-height: 0
}

.wp-block-search__button svg {
    height: 1.25em;
    min-height: 24px;
    min-width: 24px;
    width: 1.25em;
    fill: currentColor;
    vertical-align: text-bottom
}

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.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 {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: 100%
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
    max-width: calc(100% - 100px)
}

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    flex-basis: 0;
    flex-grow: 0;
    margin: 0;
    min-width: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 0 !important
}

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
    border: none;
    border-radius: 0;
    padding: 0 4px
}

: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: 4px 8px
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: none;
    border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

:root :where(.wp-block-separator.is-style-dots):before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

.wp-block-site-logo a {
    display: inline-block;
    line-height: 0
}

.wp-block-site-logo.is-default-size img {
    height: auto;
    width: 120px
}

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

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

:root :where(.wp-block-site-title a) {
    color: inherit
}

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
    border-bottom: 0;
    box-shadow: none;
    text-decoration: none
}

.wp-block-social-links .wp-social-link svg {
    height: 1em;
    width: 1em
}

.wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
    font-size: .65em;
    margin-left: .5em;
    margin-right: .5em
}

.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 {
    display: flex;
    justify-content: center
}

.wp-block-social-links.alignright {
    justify-content: flex-end
}

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 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-social-link {
    display: inline-block;
    margin: 0;
    padding: 0
}

.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
    color: currentColor;
    fill: currentColor
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: none
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
    height: 1.25em;
    width: 1.25em
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #1778f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.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
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

.wp-block-tag-cloud.aligncenter {
    justify-content: center;
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.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 thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.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 {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.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: #0000
}

.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr,
.wp-block-table .has-border-color>* {
    border-color: inherit
}

.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,
.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 {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.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,
.wp-block-table table[style*=border-right-color]>* {
    border-right-color: inherit
}

.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,
.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 {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.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,
.wp-block-table table[style*=border-left-color]>* {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td,
.wp-block-table table[style*=border-style] th,
.wp-block-table table[style*=border-style] tr,
.wp-block-table table[style*=border-style]>* {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td,
.wp-block-table table[style*=border-width] th,
.wp-block-table table[style*=border-width] tr,
.wp-block-table table[style*=border-width]>* {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.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 {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper,
.entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

a[data-fn].fn:after {
    content: "[" counter(footnotes) "]";
    float: left;
    text-indent: 0
}

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

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height, 0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}

.wp-block-audio :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-audio :where(figcaption) {
    color: #ffffffa6
}

.wp-block-audio {
    margin: 0 0 1em
}

.wp-block-code {
    border: 1px solid #ccc;
    border-radius: 4px;
    font-family: Menlo, Consolas, monaco, monospace;
    padding: .8em 1em
}

.wp-block-embed :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-embed :where(figcaption) {
    color: #ffffffa6
}

.wp-block-embed {
    margin: 0 0 1em
}

.blocks-gallery-caption {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .blocks-gallery-caption {
    color: #ffffffa6
}

:root :where(.wp-block-image figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme :root :where(.wp-block-image figcaption) {
    color: #ffffffa6
}

.wp-block-image {
    margin: 0 0 1em
}

.wp-block-pullquote {
    border-bottom: 4px solid;
    border-top: 4px solid;
    color: currentColor;
    margin-bottom: 1.75em
}

.wp-block-pullquote cite,
.wp-block-pullquote footer,
.wp-block-pullquote__citation {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    text-transform: uppercase
}

.wp-block-quote {
    border-left: .25em solid;
    margin: 0 0 1.75em;
    padding-left: 1em
}

.wp-block-quote cite,
.wp-block-quote footer {
    color: currentColor;
    font-size: .8125em;
    font-style: normal;
    position: relative
}

.wp-block-quote.has-text-align-right {
    border-left: none;
    border-right: .25em solid;
    padding-left: 0;
    padding-right: 1em
}

.wp-block-quote.has-text-align-center {
    border: none;
    padding-left: 0
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-style-plain {
    border: none
}

.wp-block-search .wp-block-search__label {
    font-weight: 700
}

.wp-block-search__button {
    border: 1px solid #ccc;
    padding: .375em .625em
}

:where(.wp-block-group.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-separator.has-css-opacity {
    opacity: .4
}

.wp-block-separator {
    border: none;
    border-bottom: 2px solid;
    margin-left: auto;
    margin-right: auto
}

.wp-block-separator.has-alpha-channel-opacity {
    opacity: 1
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 100px
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px
}

.wp-block-separator.has-background:not(.is-style-wide):not(.is-style-dots) {
    height: 2px
}

.wp-block-table {
    margin: 0 0 1em
}

.wp-block-table td,
.wp-block-table th {
    word-break: normal
}

.wp-block-table :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-table :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video :where(figcaption) {
    color: #555;
    font-size: 13px;
    text-align: center
}

.is-dark-theme .wp-block-video :where(figcaption) {
    color: #ffffffa6
}

.wp-block-video {
    margin: 0 0 1em
}

:root :where(.wp-block-template-part.has-background) {
    margin-bottom: 0;
    margin-top: 0;
    padding: 1.25em 2.375em
}

.home.page-template-template-fullwidth .hentry {
    margin-bottom: 0
}

.home.page-template-template-fullwidth .hentry .entry-content>.wp-block-cover,
.home.page-template-template-fullwidth .hentry .entry-content>.wp-block-image {
    margin-bottom: 4.2360680659em
}

.home.page-template-template-fullwidth .hentry .entry-content h2+.woocommerce,
.home.page-template-template-fullwidth .hentry .entry-content h2+[class*=wp-block-woocommerce-] {
    margin-top: 2.290779772em
}

.hentry .entry-content .has-small-font-size,
.editor-styles-wrapper .has-small-font-size {
    font-size: .875em
}

.hentry .entry-content .has-medium-font-size,
.editor-styles-wrapper .has-medium-font-size {
    font-size: 1.41577975em
}

.hentry .entry-content .has-large-font-size,
.editor-styles-wrapper .has-large-font-size {
    font-size: 1.618034em
}

.hentry .entry-content .has-huge-font-size,
.editor-styles-wrapper .has-huge-font-size {
    font-size: 2.290779772em
}

.hentry .entry-content .wp-block-audio,
.editor-styles-wrapper .wp-block-audio {
    margin-bottom: 1.41577975em;
    width: 100%
}

.hentry .entry-content .wp-block-audio audio,
.editor-styles-wrapper .wp-block-audio audio {
    width: 100%
}

.hentry .entry-content .wp-block-audio.alignleft audio,
.hentry .entry-content .wp-block-audio.alignright audio,
.editor-styles-wrapper .wp-block-audio.alignleft audio,
.editor-styles-wrapper .wp-block-audio.alignright audio {
    max-width: 284px
}

.hentry .entry-content .wp-block-audio.aligncenter,
.editor-styles-wrapper .wp-block-audio.aligncenter {
    margin: 0 auto 1.41577975em;
    max-width: 48.3870967742%
}

.hentry .entry-content .wp-block-video,
.editor-styles-wrapper .wp-block-video {
    margin-bottom: 1.41577975em
}

.hentry .entry-content .wp-block-video video,
.editor-styles-wrapper .wp-block-video video {
    width: 100%
}

.hentry .entry-content .wp-block-button,
.editor-styles-wrapper .wp-block-button {
    margin-bottom: 1.41577975em
}

.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
    font-size: 14px;
    font-size: .875rem;
    border: 0;
    cursor: pointer;
    padding: .875em 2.290779772em;
    text-decoration: none;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    font-weight: var(--e-global-typography-text-font-weight)
}

.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link,
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:focus,
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:active,
.hentry .entry-content .wp-block-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:focus,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:active,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
    background: 0 0;
    border: 2px solid currentColor
}

.hentry .entry-content .wp-block-archives,
.hentry .entry-content .wp-block-categories,
.hentry .entry-content .wp-block-latest-posts,
.editor-styles-wrapper .wp-block-archives,
.editor-styles-wrapper .wp-block-categories,
.editor-styles-wrapper .wp-block-latest-posts {
    margin: 0 0 1.41577975em;
    list-style: none;
    font-size: 16px;
    font-size: 1rem
}

.hentry .entry-content .wp-block-archives li,
.hentry .entry-content .wp-block-categories li,
.hentry .entry-content .wp-block-latest-posts li,
.editor-styles-wrapper .wp-block-archives li,
.editor-styles-wrapper .wp-block-categories li,
.editor-styles-wrapper .wp-block-latest-posts li {
    margin-bottom: 1em
}

.hentry .entry-content .wp-block-archives a,
.hentry .entry-content .wp-block-categories a,
.hentry .entry-content .wp-block-latest-posts a,
.editor-styles-wrapper .wp-block-archives a,
.editor-styles-wrapper .wp-block-categories a,
.editor-styles-wrapper .wp-block-latest-posts a {
    color: #30373e
}

.hentry .entry-content .wp-block-archives a:hover,
.hentry .entry-content .wp-block-categories a:hover,
.hentry .entry-content .wp-block-latest-posts a:hover,
.editor-styles-wrapper .wp-block-archives a:hover,
.editor-styles-wrapper .wp-block-categories a:hover,
.editor-styles-wrapper .wp-block-latest-posts a:hover {
    color: #daa14c
}

.hentry .entry-content .wp-block-latest-posts__post-date,
.editor-styles-wrapper .wp-block-latest-posts__post-date {
    font-size: .875em;
    color: #999
}

.hentry .entry-content .wp-block-latest-posts li,
.editor-styles-wrapper .wp-block-latest-posts li {
    margin: 0
}

.hentry .entry-content .wp-block-latest-posts.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.has-dates li {
    margin: 0 0 1em
}

.hentry .entry-content .wp-block-latest-posts.is-grid li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid li {
    margin: 0 1em 0 0
}

.hentry .entry-content .wp-block-latest-posts.is-grid.has-dates li,
.editor-styles-wrapper .wp-block-latest-posts.is-grid.has-dates li {
    margin-bottom: 1em
}

@media (min-width:600px) {
    .hentry .entry-content .wp-block-latest-posts.columns-2 li,
    .editor-styles-wrapper .wp-block-latest-posts.columns-2 li {
        margin-right: 3.2258064516%;
        width: 48.3870967742%
    }
    .hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),
    .editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-latest-posts.columns-3 li,
    .editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }
    .hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),
    .editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-latest-posts.columns-4 li,
    .editor-styles-wrapper .wp-block-latest-posts.columns-4 li {
        margin-right: 3.2258064516%;
        width: 22.5806451613%
    }
    .hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),
    .editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-latest-posts.columns-5 li,
    .editor-styles-wrapper .wp-block-latest-posts.columns-5 li {
        margin-right: 3.2258064516%;
        width: 17.4193548387%
    }
    .hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),
    .editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-latest-posts.columns-6 li,
    .editor-styles-wrapper .wp-block-latest-posts.columns-6 li {
        margin-right: 3.2258064516%;
        width: 13.9784946237%
    }
    .hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),
    .editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n) {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-2 li,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-2 li {
        margin-right: 4.347826087%;
        width: 35.4838709677%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-2 li:nth-of-type(2n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-2 li:nth-of-type(2n) {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li {
        margin-right: 4.347826087%;
        width: 22.5806451613%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li:nth-of-type(3n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-3 li:nth-of-type(3n) {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-4 li,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-4 li {
        margin-right: 4.347826087%;
        width: 16.1290322581%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-4 li:nth-of-type(4n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-4 li:nth-of-type(4n) {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-5 li,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-5 li {
        margin-right: 4.347826087%;
        width: 12.2580645161%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-5 li:nth-of-type(5n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-5 li:nth-of-type(5n) {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-6 li,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-6 li {
        margin-right: 4.347826087%;
        width: 9.6774193548%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-6 li:nth-of-type(6n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-latest-posts.columns-6 li:nth-of-type(6n) {
        margin-right: 0
    }
}

.hentry .entry-content p.has-drop-cap:not(:focus):first-letter,
.editor-styles-wrapper p.has-drop-cap:not(:focus):first-letter {
    margin: .15em .15em 0 0;
    font-size: 3.7065595576em
}

.hentry .entry-content .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
    margin: 0 0 25px;
    border: 1px solid;
    border-color: var(--e-global-color-primary);
    overflow: hidden;
    position: relative;
    padding: 40px;
    border-radius: 0
}

.hentry .entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
    border: none
}

.hentry .entry-content .wp-block-pullquote blockquote p:before,
.editor-styles-wrapper .wp-block-pullquote blockquote p:before {
    display: none
}

.hentry .entry-content .wp-block-pullquote.alignleft,
.hentry .entry-content .wp-block-pullquote.alignright,
.editor-styles-wrapper .wp-block-pullquote.alignleft,
.editor-styles-wrapper .wp-block-pullquote.alignright {
    padding: 45px 25px;
    margin: 8px 30px 20px 0;
    max-width: 290px
}

.hentry .entry-content .wp-block-pullquote.alignleft p,
.hentry .entry-content .wp-block-pullquote.alignright p,
.editor-styles-wrapper .wp-block-pullquote.alignleft p,
.editor-styles-wrapper .wp-block-pullquote.alignright p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 31px;
    margin-bottom: 20px !important
}

.hentry .entry-content .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote blockquote {
    float: none;
    max-width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
    background-color: transparent
}

.hentry .entry-content .wp-block-pullquote blockquote p,
.editor-styles-wrapper .wp-block-pullquote blockquote p {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 34px;
    position: relative;
    z-index: 2
}

.hentry .entry-content .wp-block-pullquote blockquote cite,
.editor-styles-wrapper .wp-block-pullquote blockquote cite {
    display: block;
    font-size: 12px;
    font-size: .75rem;
    letter-spacing: 1.5px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase;
    z-index: 2
}

.hentry .entry-content .wp-block-pullquote.is-style-solid-color,
.editor-styles-wrapper .wp-block-pullquote.is-style-solid-color {
    margin: 0 0 25px;
    border: 1px solid;
    border-color: #abb8c3;
    overflow: hidden;
    position: relative;
    padding: 40px;
    border-radius: 0
}

.hentry .entry-content .wp-block-quote,
.hentry .entry-content blockquote,
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper blockquote {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    margin: 0 0 30px;
    padding: 0 10% 0 7%;
    font-style: italic;
    border: none
}

.hentry .entry-content .wp-block-quote p:last-child,
.hentry .entry-content blockquote p:last-child,
.editor-styles-wrapper .wp-block-quote p:last-child,
.editor-styles-wrapper blockquote p:last-child {
    margin-bottom: 0
}

.hentry .entry-content .wp-block-quote cite,
.hentry .entry-content blockquote cite,
.editor-styles-wrapper .wp-block-quote cite,
.editor-styles-wrapper blockquote cite {
    display: block;
    font-weight: var(--e-global-typography-secondary-font-weight);
    z-index: 2;
    font-style: normal;
    color: var(--e-global-color-secondary);
    text-transform: capitalize;
    font-size: 14px;
    font-size: .875rem;
    letter-spacing: 0
}

.hentry .entry-content .wp-block-quote footer,
.hentry .entry-content .wp-block-quote__citation,
.hentry .entry-content blockquote footer,
.hentry .entry-content blockquote__citation,
.editor-styles-wrapper .wp-block-quote footer,
.editor-styles-wrapper .wp-block-quote__citation,
.editor-styles-wrapper blockquote footer,
.editor-styles-wrapper blockquote__citation {
    font-size: 1em;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.hentry .entry-content .wp-block-quote.is-large cite,
.hentry .entry-content .wp-block-quote.is-style-large cite,
.hentry .entry-content blockquote.is-large cite,
.hentry .entry-content blockquote.is-style-large cite,
.editor-styles-wrapper .wp-block-quote.is-large cite,
.editor-styles-wrapper .wp-block-quote.is-style-large cite,
.editor-styles-wrapper blockquote.is-large cite,
.editor-styles-wrapper blockquote.is-style-large cite {
    font-size: 18px;
    font-size: 1.125rem
}

.hentry .entry-content .wp-block-quote.has-text-align-right,
.hentry .entry-content blockquote.has-text-align-right,
.editor-styles-wrapper .wp-block-quote.has-text-align-right,
.editor-styles-wrapper blockquote.has-text-align-right {
    border-width: 0
}

.hentry .entry-content .wp-block-column .wp-block-quote,
.editor-styles-wrapper .wp-block-column .wp-block-quote {
    padding: 40px 15px 35px 55px
}

.hentry .entry-content .wp-block-image figure,
.editor-styles-wrapper .wp-block-image figure {
    margin-bottom: 1.41577975em
}

.hentry .entry-content .wp-block-image .alignleft,
.editor-styles-wrapper .wp-block-image .alignleft {
    margin-right: 1.41577975em
}

.hentry .entry-content .wp-block-image .alignright,
.editor-styles-wrapper .wp-block-image .alignright {
    margin-left: 1.41577975em
}

.hentry .entry-content .wp-block-image figcaption,
.editor-styles-wrapper .wp-block-image figcaption {
    margin: 0;
    padding: .875em 0;
    font-size: .875em;
    font-style: italic
}

.hentry .entry-content figure.wp-block-image,
.editor-styles-wrapper figure.wp-block-image {
    margin: 0 0 1.41577975em
}

.hentry .entry-content div.wp-block-image,
.editor-styles-wrapper div.wp-block-image {
    display: inline
}

.hentry .entry-content .wp-block-cover,
.hentry .entry-content .wp-block-cover-image,
.editor-styles-wrapper .wp-block-cover,
.editor-styles-wrapper .wp-block-cover-image {
    min-height: 300px
}

.hentry .entry-content .wp-block-cover .wp-block-cover-text,
.hentry .entry-content .wp-block-cover-image .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover .wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover-image .wp-block-cover-text {
    font-size: 22px !important
}

.hentry .entry-content .wp-block-cover p.wp-block-cover-text,
.editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
    font-size: 1.618034em;
    font-weight: 300;
    line-height: 1.618;
    padding: 1em;
    width: calc(100vw - 1em);
    max-width: calc(100vw - 1em);
    color: #fff;
    z-index: 1
}

@media (min-width:568px) {
    .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
    .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
        padding: 1em;
        font-size: 2.290779772em;
        width: calc(8*(100vw/12));
        max-width: calc(8*(100vw/12))
    }
}

@media (min-width:768px) {
    .hentry .entry-content .wp-block-cover p.wp-block-cover-text,
    .editor-styles-wrapper .wp-block-cover p.wp-block-cover-text {
        font-size: 2.290779772em;
        width: calc(6*(100vw/12));
        max-width: calc(6*(100vw/12))
    }
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
    padding: 2.6180340252em 1em;
    width: calc(100vw - 1em);
    max-width: calc(100vw - 1em)
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container *:nth-last-child(-n+1) {
    margin-bottom: 0
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
    padding: 0;
    margin-left: auto;
    margin-right: auto
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h1,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h1 {
    font-size: 3.7065595576em;
    margin-bottom: .2360679726em
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h2,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h2 {
    font-size: 2.6180340252em;
    margin-bottom: .3342202552em
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h3,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h3 {
    font-size: 2.290779772em;
    margin-bottom: .3819660059em
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h4,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h4 {
    font-size: 1.618034em;
    margin-bottom: .5407797364em
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h5,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h5 {
    font-size: 1.41577975em;
    margin-bottom: .6180339845em
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container h6,
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container h6 {
    font-size: 1.41577975em;
    margin-bottom: .6180339845em
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-small-font-size):not(.has-medium-font-size):not(.has-large-font-size):not(.has-huge-font-size) {
    font-size: 1.1em
}

.hentry .entry-content .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color),
.editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container p:not(.has-text-color) {
    color: #fff
}

@media (min-width:568px) {
    .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
    .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
        width: calc(8*(100vw/12));
        max-width: calc(8*(100vw/12))
    }
}

@media (min-width:768px) {
    .hentry .entry-content .wp-block-cover .wp-block-cover__inner-container,
    .editor-styles-wrapper .wp-block-cover .wp-block-cover__inner-container {
        width: calc(6*(100vw/12));
        max-width: calc(6*(100vw/12));
        padding-top: 6.8541021569em;
        padding-bottom: 6.8541021569em
    }
}

.hentry .entry-content .wp-block-gallery,
.editor-styles-wrapper .wp-block-gallery {
    margin: 0 0 2.290779772em
}

.hentry .entry-content .wp-block-gallery.alignleft,
.editor-styles-wrapper .wp-block-gallery.alignleft {
    margin-right: 2rem
}

.hentry .entry-content .wp-block-gallery.alignright,
.editor-styles-wrapper .wp-block-gallery.alignright {
    margin-left: 2rem
}

.hentry .entry-content .wp-block-gallery .blocks-gallery-image,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
    width: 48.3870967742%;
    margin: 0 3.2258064516% 3.2258064516% 0;
    flex-grow: 1
}

.hentry .entry-content .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.hentry .entry-content .wp-block-gallery .blocks-gallery-item:nth-of-type(even),
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image:nth-of-type(even),
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item:nth-of-type(even) {
    margin-right: 0
}

.hentry .entry-content .wp-block-gallery .blocks-gallery-image figcaption,
.hentry .entry-content .wp-block-gallery .blocks-gallery-item figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-image figcaption,
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-item figcaption {
    font-size: 1em;
    padding: 2.290779772em 1.41577975em .6180339845em
}

@media (min-width:600px) {
    .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
        margin: 0 3.2258064516% 1.5873015873% 0
    }
    .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
        margin-right: 3.2258064516%;
        width: 48.3870967742%
    }
    .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 3.2258064516%;
        width: 31.1827956989%
    }
    .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 3.2258064516%;
        width: 22.5806451613%
    }
    .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 3.2258064516%;
        width: 17.4193548387%
    }
    .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 3.2258064516%;
        width: 13.9784946237%
    }
    .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 3.2258064516%;
        width: 11.5207373272%
    }
    .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image,
    .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
    .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
    .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 3.2258064516%;
        width: 9.6774193548%
    }
    .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
    .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
    .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
    .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-item {
        margin-bottom: 1.5873015873%;
        margin-right: 1.5873015873%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item {
        margin-right: 1.5873015873%;
        width: 49.2063492063%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 1.5873015873%;
        width: 32.2751322751%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 1.5873015873%;
        width: 23.8095238095%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 1.5873015873%;
        width: 18.7301587302%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 1.5873015873%;
        width: 15.3439153439%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 1.5873015873%;
        width: 12.925170068%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-item:last-child {
        margin-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 1.5873015873%;
        width: 11.1111111111%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-item:last-child {
        margin-right: 0
    }
}

.hentry .entry-content .wp-block-separator,
.editor-styles-wrapper .wp-block-separator {
    border: 0;
    margin: 0 auto 1.41577975em;
    overflow: hidden
}

.hentry .entry-content .wp-block-separator:not(.is-style-wide):not(.is-style-dots),
.editor-styles-wrapper .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    max-width: 10%
}

.hentry .entry-content .wp-block-embed-twitter,
.editor-styles-wrapper .wp-block-embed-twitter {
    overflow: hidden
}

.hentry .entry-content .wp-block-table,
.editor-styles-wrapper .wp-block-table {
    border-collapse: separate
}

.hentry .entry-content .wp-block-table td,
.hentry .entry-content .wp-block-table th,
.editor-styles-wrapper .wp-block-table td,
.editor-styles-wrapper .wp-block-table th {
    border: 1px solid;
    border-color: var(--e-global-color-border)
}

.hentry .entry-content .wp-block-table thead th,
.editor-styles-wrapper .wp-block-table thead th {
    padding: 1.41577975em
}

.hentry .entry-content .wp-block-file,
.editor-styles-wrapper .wp-block-file {
    margin-bottom: 1.41577975em
}

.hentry .entry-content .wp-block-file .wp-block-file__button,
.editor-styles-wrapper .wp-block-file .wp-block-file__button {
    font-size: .875em;
    line-height: 1.618;
    border: 0;
    cursor: pointer;
    padding: .6180339845em 1.41577975em;
    text-decoration: none;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    border-radius: 0;
    opacity: 1
}

.hentry .entry-content .wp-block-code,
.hentry .entry-content .wp-block-preformatted pre,
.editor-styles-wrapper .wp-block-code,
.editor-styles-wrapper .wp-block-preformatted pre {
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 1em
}

.hentry .entry-content .wp-block-code,
.editor-styles-wrapper .wp-block-code {
    border: none;
    border-radius: 0;
    padding: 1.618034em
}

.hentry .entry-content .wp-block-columns,
.editor-styles-wrapper .wp-block-columns {
    margin-bottom: 0
}

.hentry .entry-content .wp-block-columns .wp-block-column,
.editor-styles-wrapper .wp-block-columns .wp-block-column {
    margin-bottom: 1em
}

@media (min-width:600px) {
    .hentry .entry-content .wp-block-columns .wp-block-column,
    .editor-styles-wrapper .wp-block-columns .wp-block-column {
        padding-left: 0;
        padding-right: 3.2258064516%;
        margin-left: 0
    }
    .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
    .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
    .editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even) {
        padding-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column {
        padding-right: 4.347826087%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column:nth-of-type(even) {
        padding-right: 0
    }
}

@media (min-width:782px) {
    .hentry .entry-content .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n),
    .editor-styles-wrapper .wp-block-columns.has-2-columns .wp-block-column:nth-of-type(2n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n),
    .editor-styles-wrapper .wp-block-columns.has-3-columns .wp-block-column:nth-of-type(3n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n),
    .editor-styles-wrapper .wp-block-columns.has-4-columns .wp-block-column:nth-of-type(4n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n),
    .editor-styles-wrapper .wp-block-columns.has-5-columns .wp-block-column:nth-of-type(5n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n),
    .editor-styles-wrapper .wp-block-columns.has-6-columns .wp-block-column:nth-of-type(6n) {
        margin-right: 0
    }
    .hentry .entry-content .wp-block-columns .wp-block-column,
    .editor-styles-wrapper .wp-block-columns .wp-block-column {
        padding-right: 0
    }
    .hentry .entry-content .wp-block-columns .wp-block-column:not(:first-child),
    .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:first-child) {
        padding-left: 0
    }
    .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
    .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
        padding-right: 0;
        margin-right: 3.2258064516%
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column {
        padding-right: 0
    }
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
    body:not(.page-template-template-fullwidth-php):not(.aro-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column:not(:last-child) {
        margin-right: 4.347826087%
    }
}

.hentry .entry-content .wp-block-rss a,
.hentry .entry-content .wp-block-latest-comments a,
.hentry .entry-content .wp-block-tag-cloud a,
.editor-styles-wrapper .wp-block-rss a,
.editor-styles-wrapper .wp-block-latest-comments a,
.editor-styles-wrapper .wp-block-tag-cloud a {
    color: #30373e
}

.hentry .entry-content .wp-block-rss a:hover,
.hentry .entry-content .wp-block-latest-comments a:hover,
.hentry .entry-content .wp-block-tag-cloud a:hover,
.editor-styles-wrapper .wp-block-rss a:hover,
.editor-styles-wrapper .wp-block-latest-comments a:hover,
.editor-styles-wrapper .wp-block-tag-cloud a:hover {
    color: #daa14c
}

.hentry .entry-content .wp-block-latest-comments,
.editor-styles-wrapper .wp-block-latest-comments {
    margin: 0 0 1.41577975em
}

.hentry .entry-content .wp-block-latest-comments__comment-avatar,
.editor-styles-wrapper .wp-block-latest-comments__comment-avatar {
    margin-top: .3819660059em
}

.hentry .entry-content .wp-block-latest-comments__comment,
.editor-styles-wrapper .wp-block-latest-comments__comment {
    font-size: 1em;
    margin: 0 0 1em
}

.hentry .entry-content .wp-block-latest-comments__comment-date,
.editor-styles-wrapper .wp-block-latest-comments__comment-date {
    font-size: .875em
}

.hentry .entry-content .wp-block-latest-comments__comment-excerpt p,
.editor-styles-wrapper .wp-block-latest-comments__comment-excerpt p {
    margin: .5407797364em 0 1em;
    font-size: 1em;
    line-height: 1.618
}

.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.hentry .entry-content .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta,
.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.editor-styles-wrapper .wp-block-latest-comments.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 3.7065595576em
}

.hentry .entry-content .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment,
.editor-styles-wrapper .wp-block-latest-comments:not(.has-avatars):not(.has-dates):not(.has-excerpts) .wp-block-latest-comments__comment {
    margin: 0;
    line-height: 1.618
}

.hentry .entry-content .wp-block-latest-comments br,
.editor-styles-wrapper .wp-block-latest-comments br {
    display: inline;
    content: ""
}

.wp-block-cover-image {
    margin-bottom: 1em
}

.wp-block-button.is-style-squared .wp-block-button__link {
    border-radius: 0
}

body.aro-full-width-content:not(.elementor-page).single .hentry .entry-content .alignwide {
    margin-left: calc(25% - 25vw);
    width: calc(50vw + 50%);
    max-width: calc(50vw + 50%);
    margin-bottom: 1em
}

body.aro-full-width-content:not(.elementor-page).single .hentry .entry-content .alignfull {
    margin-left: calc(50% - 50vw + 7.5px);
    width: calc(100vw - 15px);
    max-width: 100vw;
    margin-bottom: 1em
}

body.aro-full-width-content:not(.elementor-page) .editor-styles-wrapper .alignwide {
    margin-left: calc(25% - 25vw);
    width: calc(50vw + 50%);
    max-width: calc(50vw + 50%)
}

body.aro-full-width-content:not(.elementor-page) .editor-styles-wrapper .alignfull {
    margin-left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw
}

/*! This file is auto-generated */

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

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

:root {
    --wp--preset--aspect-ratio--square: 1;
    --wp--preset--aspect-ratio--4-3: 4/3;
    --wp--preset--aspect-ratio--3-4: 3/4;
    --wp--preset--aspect-ratio--3-2: 3/2;
    --wp--preset--aspect-ratio--2-3: 2/3;
    --wp--preset--aspect-ratio--16-9: 16/9;
    --wp--preset--aspect-ratio--9-16: 9/16;
    --wp--preset--color--black: #000;
    --wp--preset--color--cyan-bluish-gray: #abb8c3;
    --wp--preset--color--white: #fff;
    --wp--preset--color--pale-pink: #f78da7;
    --wp--preset--color--vivid-red: #cf2e2e;
    --wp--preset--color--luminous-vivid-orange: #ff6900;
    --wp--preset--color--luminous-vivid-amber: #fcb900;
    --wp--preset--color--light-green-cyan: #7bdcb5;
    --wp--preset--color--vivid-green-cyan: #00d084;
    --wp--preset--color--pale-cyan-blue: #8ed1fc;
    --wp--preset--color--vivid-cyan-blue: #0693e3;
    --wp--preset--color--vivid-purple: #9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg, 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--font-size--small: 14px;
    --wp--preset--font-size--medium: 23px;
    --wp--preset--font-size--large: 26px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 37px;
    --wp--preset--font-family--inter: "Inter", sans-serif;
    --wp--preset--font-family--cardo: Cardo;
    --wp--preset--spacing--20: .44rem;
    --wp--preset--spacing--30: .67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, .2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, .4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, .2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes blink {
    from {
        opacity: 0
    }
    50% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

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

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

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

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

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

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

.aro-icons-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: -1em;
    margin-right: -1em
}

.aro-icons-list .glyph {
    display: inline-block;
    width: 9em;
    margin: 1em;
    text-align: center;
    vertical-align: top;
    border: 1px solid #eee;
    background-color: #f7f7f7
}

.aro-icons-list .class-name {
    color: #223645;
    padding: 10px
}

.aro-icons-list [class*=aro-icon] {
    padding: 20px;
    display: block;
    font-size: 36px;
    line-height: 1;
    color: #223645;
    background: #fff
}

body.custom-background.page-id-2084 {
    background: #f0f5fb
}

.woocommerce img.pswp__img,
.woocommerce-page img.pswp__img {
    max-width: none
}

button.pswp__button {
    box-shadow: none !important;
    background-image: url(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/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(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/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(../../../plugins/woocommerce/assets/css/photoswipe/default-skin/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(wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/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
}

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

.footer-width-fixer {
    width: 100%
}

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%
}

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important
}

.bhf-hidden {
    display: none
}

.ehf-header #masthead {
    z-index: 99;
    position: relative
}

/*! elementor-icons - v5.31.0 - 20-08-2024 */

@font-face {
    font-family: eicons;
    src: url(../../../plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.31.0);
    src: url(../../../plugins/elementor/assets/lib/eicons/fonts/eicons.eot?5.31.0#iefix) format("embedded-opentype"), url(../../../plugins/elementor/assets/lib/eicons/fonts/eicons.woff2?5.31.0) format("woff2"), url(../../../plugins/elementor/assets/lib/eicons/fonts/eicons.woff?5.31.0) format("woff"), url(../../../plugins/elementor/assets/lib/eicons/fonts/eicons.ttf?5.31.0) format("truetype"), url(../../../plugins/elementor/assets/lib/eicons/fonts/eicons.svg?5.31.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}



[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(359deg)
    }
}

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

.eicon-editor-link:before {
    content: "\e800"
}

.eicon-editor-unlink:before {
    content: "\e801"
}

.eicon-editor-external-link:before {
    content: "\e802"
}

.eicon-editor-close:before {
    content: "\e803"
}

.eicon-editor-list-ol:before {
    content: "\e804"
}

.eicon-editor-list-ul:before {
    content: "\e805"
}

.eicon-editor-bold:before {
    content: "\e806"
}

.eicon-editor-italic:before {
    content: "\e807"
}

.eicon-editor-underline:before {
    content: "\e808"
}

.eicon-editor-paragraph:before {
    content: "\e809"
}

.eicon-editor-h1:before {
    content: "\e80a"
}

.eicon-editor-h2:before {
    content: "\e80b"
}

.eicon-editor-h3:before {
    content: "\e80c"
}

.eicon-editor-h4:before {
    content: "\e80d"
}

.eicon-editor-h5:before {
    content: "\e80e"
}

.eicon-editor-h6:before {
    content: "\e80f"
}

.eicon-editor-quote:before {
    content: "\e810"
}

.eicon-editor-code:before {
    content: "\e811"
}

.eicon-elementor:before {
    content: "\e812"
}

.eicon-elementor-circle:before {
    content: "\e813"
}

.eicon-pojome:before {
    content: "\e814"
}

.eicon-plus:before {
    content: "\e815"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-apps:before {
    content: "\e817"
}

.eicon-accordion:before {
    content: "\e818"
}

.eicon-alert:before {
    content: "\e819"
}

.eicon-animation-text:before {
    content: "\e81a"
}

.eicon-animation:before {
    content: "\e81b"
}

.eicon-banner:before {
    content: "\e81c"
}

.eicon-blockquote:before {
    content: "\e81d"
}

.eicon-button:before {
    content: "\e81e"
}

.eicon-call-to-action:before {
    content: "\e81f"
}

.eicon-captcha:before {
    content: "\e820"
}

.eicon-carousel:before {
    content: "\e821"
}

.eicon-checkbox:before {
    content: "\e822"
}

.eicon-columns:before {
    content: "\e823"
}

.eicon-countdown:before {
    content: "\e824"
}

.eicon-counter:before {
    content: "\e825"
}

.eicon-date:before {
    content: "\e826"
}

.eicon-divider-shape:before {
    content: "\e827"
}

.eicon-divider:before {
    content: "\e828"
}

.eicon-download-button:before {
    content: "\e829"
}

.eicon-dual-button:before {
    content: "\e82a"
}

.eicon-email-field:before {
    content: "\e82b"
}

.eicon-facebook-comments:before {
    content: "\e82c"
}

.eicon-facebook-like-box:before {
    content: "\e82d"
}

.eicon-form-horizontal:before {
    content: "\e82e"
}

.eicon-form-vertical:before {
    content: "\e82f"
}

.eicon-gallery-grid:before {
    content: "\e830"
}

.eicon-gallery-group:before {
    content: "\e831"
}

.eicon-gallery-justified:before {
    content: "\e832"
}

.eicon-gallery-masonry:before {
    content: "\e833"
}

.eicon-icon-box:before {
    content: "\e834"
}

.eicon-image-before-after:before {
    content: "\e835"
}

.eicon-image-box:before {
    content: "\e836"
}

.eicon-image-hotspot:before {
    content: "\e837"
}

.eicon-image-rollover:before {
    content: "\e838"
}

.eicon-info-box:before {
    content: "\e839"
}

.eicon-inner-section:before {
    content: "\e83a"
}

.eicon-mailchimp:before {
    content: "\e83b"
}

.eicon-menu-card:before {
    content: "\e83c"
}

.eicon-navigation-horizontal:before {
    content: "\e83d"
}

.eicon-nav-menu:before {
    content: "\e83e"
}

.eicon-navigation-vertical:before {
    content: "\e83f"
}

.eicon-number-field:before {
    content: "\e840"
}

.eicon-parallax:before {
    content: "\e841"
}

.eicon-php7:before {
    content: "\e842"
}

.eicon-post-list:before {
    content: "\e843"
}

.eicon-post-slider:before {
    content: "\e844"
}

.eicon-post:before {
    content: "\e845"
}

.eicon-posts-carousel:before {
    content: "\e846"
}

.eicon-posts-grid:before {
    content: "\e847"
}

.eicon-posts-group:before {
    content: "\e848"
}

.eicon-posts-justified:before {
    content: "\e849"
}

.eicon-posts-masonry:before {
    content: "\e84a"
}

.eicon-posts-ticker:before {
    content: "\e84b"
}

.eicon-price-list:before {
    content: "\e84c"
}

.eicon-price-table:before {
    content: "\e84d"
}

.eicon-radio:before {
    content: "\e84e"
}

.eicon-rtl:before {
    content: "\e84f"
}

.eicon-scroll:before {
    content: "\e850"
}

.eicon-search:before {
    content: "\e851"
}

.eicon-select:before {
    content: "\e852"
}

.eicon-share:before {
    content: "\e853"
}

.eicon-sidebar:before {
    content: "\e854"
}

.eicon-skill-bar:before {
    content: "\e855"
}

.eicon-slider-3d:before {
    content: "\e856"
}

.eicon-slider-album:before {
    content: "\e857"
}

.eicon-slider-device:before {
    content: "\e858"
}

.eicon-slider-full-screen:before {
    content: "\e859"
}

.eicon-slider-push:before {
    content: "\e85a"
}

.eicon-slider-vertical:before {
    content: "\e85b"
}

.eicon-slider-video:before {
    content: "\e85c"
}

.eicon-slides:before {
    content: "\e85d"
}

.eicon-social-icons:before {
    content: "\e85e"
}

.eicon-spacer:before {
    content: "\e85f"
}

.eicon-table:before {
    content: "\e860"
}

.eicon-tabs:before {
    content: "\e861"
}

.eicon-tel-field:before {
    content: "\e862"
}

.eicon-text-area:before {
    content: "\e863"
}

.eicon-text-field:before {
    content: "\e864"
}

.eicon-thumbnails-down:before {
    content: "\e865"
}

.eicon-thumbnails-half:before {
    content: "\e866"
}

.eicon-thumbnails-right:before {
    content: "\e867"
}

.eicon-time-line:before {
    content: "\e868"
}

.eicon-toggle:before {
    content: "\e869"
}

.eicon-url:before {
    content: "\e86a"
}

.eicon-t-letter:before {
    content: "\e86b"
}

.eicon-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-mega-menu:before {
    content: "\eb78"
}

.eicon-nested-carousel:before {
    content: "\e9bd"
}

.eicon-ai:before {
    content: "\e9be"
}

.eicon-taxonomy-filter:before {
    content: "\eb7d"
}

.eicon-container-grid:before {
    content: "\ef02"
}

.eicon-upgrade:before {
    content: "\e9c1"
}

.eicon-advanced:before {
    content: "\eb84"
}

.eicon-notification:before {
    content: "\e9c3"
}

.eicon-light-mode:before {
    content: "\e9c4"
}

.eicon-dark-mode:before {
    content: "\e9c5"
}

.eicon-upgrade-crown:before {
    content: "\e9c6"
}

.eicon-off-canvas:before {
    content: "\e9c7"
}

.eicon-speakerphone:before {
    content: "\e9c9"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

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

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

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

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

.swiper-slide-invisible-blank {
    visibility: hidden
}

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

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

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

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

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

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

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

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

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

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

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

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

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

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

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

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

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

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

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

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

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

.swiper-pagination-lock {
    display: none
}

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

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

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

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

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

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

.swiper-scrollbar-lock {
    display: none
}

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

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

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(360deg)
    }
}

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

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

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

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

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

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

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

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

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

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

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

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

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

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

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

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

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

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

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

.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container~.elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container~.elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container~.swiper-pagination-custom,
.elementor-element .swiper-container~.swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container~.swiper-pagination-custom,
.elementor-lightbox .swiper-container~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

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

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

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

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

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static
}

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

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.wvs-has-image-tooltip,
[data-wvstooltip] {
    --font-size: 14px;
    --arrow-width: 5px;
    --arrow-distance: 10px;
    --arrow-position: calc(var(--arrow-distance)*-1);
    --tip-redius: 3px;
    --tip-min-width: 100px;
    --tip-min-height: 100px;
    --tip-height: 30px;
    --tip-breakpoint-start: 53vw;
    --tip-distance: calc(var(--arrow-distance) + var(--tip-height));
    --tip-position: calc(var(--tip-distance)*-1);
    --image-tip-min-height: calc(var(--tip-min-height) + var(--tip-height));
    --image-tip-max-height: calc(var(--tooltip-height) + var(--tip-height));
    --image-tip-width-dynamic: clamp(var(--tip-min-width), var(--tip-breakpoint-start), var(--tooltip-width));
    --image-tip-height-dynamic: clamp(var(--tip-min-height), var(--tip-breakpoint-start), var(--tooltip-height));
    --image-tip-ratio: calc(var(--tooltip-height)/var(--tooltip-width));
    --image-tip-position: calc(100% + var(--arrow-distance));
    --horizontal-position: 0px;
    cursor: pointer;
    outline: none;
    position: relative
}

.wvs-has-image-tooltip:after,
.wvs-has-image-tooltip:before,
[data-wvstooltip]:after,
[data-wvstooltip]:before {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-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: var(--tip-redius);
    bottom: var(--image-tip-position);
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, .3);
    color: var(--wvs-tooltip-text-color, #fff);
    font-size: var(--font-size);
    height: var(--tip-height);
    line-height: var(--tip-height);
    min-width: var(--tip-min-width);
    padding-inline: 10px;
    top: auto;
    -webkit-transform: translateX(var(--horizontal-position));
    -ms-transform: translateX(var(--horizontal-position));
    transform: translateX(var(--horizontal-position));
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

[data-wvstooltip]:before {
    content: attr(data-wvstooltip) " " attr(data-wvstooltip-out-of-stock)
}

.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;
    height: calc(var(--image-tip-height-dynamic) + var(--tip-height));
    justify-content: flex-end;
    min-width: var(--image-tip-width-dynamic)
}

.wvs-has-image-tooltip:after,
[data-wvstooltip]:after {
    border-top-color: transparent;
    border: var(--arrow-width) solid transparent;
    border-top-color: var(--wvs-tooltip-background-color, #333);
    bottom: auto;
    content: " ";
    font-size: 0;
    line-height: 0;
    top: var(--arrow-position);
    width: 0
}

.wvs-has-image-tooltip:hover:after,
.wvs-has-image-tooltip:hover:before,
[data-wvstooltip]:hover:after,
[data-wvstooltip]:hover:before {
    opacity: 1;
    visibility: visible
}

.wvs-tooltip-position-bottom.wvs-has-image-tooltip:after,
.wvs-tooltip-position-bottom[data-wvstooltip]:after {
    border-bottom-color: var(--wvs-tooltip-background-color, #333);
    border-top-color: transparent;
    bottom: var(--arrow-position);
    top: auto
}

.wvs-tooltip-position-bottom.wvs-has-image-tooltip:before,
.wvs-tooltip-position-bottom[data-wvstooltip]:before {
    bottom: auto;
    top: calc(var(--tip-position)*-1)
}

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

.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 .wp-block-getwooplugins-variation-swatches.swatches-align-center {
    --wvs-position: center
}

.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-left {
    --wvs-position: flex-start
}

.woo-variation-swatches .wp-block-getwooplugins-variation-swatches.swatches-align-right {
    --wvs-position: flex-end
}

.woo-variation-swatches .woo-variation-raw-select+.select2 {
    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;
    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-pack: center;
    -ms-flex-pack: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    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;
    width: 20px
}

.woo-variation-swatches .variable-items-wrapper.radio-variable-items-wrapper .radio-variable-item input+span {
    margin-inline: 10px
}

.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 .variable-item {
    list-style: none;
    margin: 0;
    outline: none;
    padding: 0;
    -webkit-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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: 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 .variable-items-wrapper .wvs-item-label {
    position: absolute;
    top: 30px
}

.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 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 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;
    text-align: start;
    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.wvs-show-label .variations td .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    font-weight: 600
}

.woo-variation-swatches .variations .woo-variation-item-label {
    -webkit-margin-before: 5px;
    margin: 0;
    margin-block-start: 5px
}

.woo-variation-swatches .variations .woo-variation-item-label .woo-selected-variation-item-name {
    font-weight: 600
}

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

.woo-variation-swatches .wvs-hide-view-cart-link {
    display: none
}

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

/*! Hint.css - v2.5.0 - 2017-04-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2017 Kushagra Gour */

[class*=hint--] {
    position: relative;
    display: inline-block
}

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

[class*=hint--]:hover:after,
[class*=hint--]:hover:before {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

[class*=hint--]:before {
    content: '';
    position: absolute;
    background: 0 0;
    border: 6px solid transparent;
    z-index: 1000001
}

[class*=hint--]:after {
    background: #383838;
    color: #fff;
    padding: 8px 10px;
    font-size: 12px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 12px;
    white-space: nowrap;
    text-shadow: 0 -1px 0 #000;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, .3)
}

[class*=hint--][aria-label]:after {
    content: attr(aria-label)
}

[class*=hint--][data-hint]:after {
    content: attr(data-hint)
}

[aria-label='']:after,
[aria-label='']:before,
[data-hint='']:after,
[data-hint='']:before {
    display: none !important
}

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

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

.hint--top:after,
.hint--top:before {
    bottom: 100%;
    left: 50%
}

.hint--top:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

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

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

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

.hint--bottom:after,
.hint--bottom:before {
    top: 100%;
    left: 50%
}

.hint--bottom:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

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

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

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

.hint--right:before {
    border-right-color: #383838;
    margin-left: -11px;
    margin-bottom: -6px
}

.hint--right:after {
    margin-bottom: -14px
}

.hint--right:after,
.hint--right:before {
    left: 100%;
    bottom: 50%
}

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

.hint--left:before {
    border-left-color: #383838;
    margin-right: -11px;
    margin-bottom: -6px
}

.hint--left:after {
    margin-bottom: -14px
}

.hint--left:after,
.hint--left:before {
    right: 100%;
    bottom: 50%
}

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

.hint--top-left:after,
.hint--top-left:before {
    bottom: 100%;
    left: 50%
}

.hint--top-left:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

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

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

.hint--top-right:after,
.hint--top-right:before {
    bottom: 100%;
    left: 50%
}

.hint--top-right:before {
    margin-bottom: -11px;
    left: calc(50% - 6px)
}

.hint--top-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

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

.hint--bottom-left:after,
.hint--bottom-left:before {
    top: 100%;
    left: 50%
}

.hint--bottom-left:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-left:after {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    margin-left: 12px
}

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

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

.hint--bottom-right:after,
.hint--bottom-right:before {
    top: 100%;
    left: 50%
}

.hint--bottom-right:before {
    margin-top: -11px;
    left: calc(50% - 6px)
}

.hint--bottom-right:after {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    margin-left: -12px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
@keyframes wpc-spinner {
    to {
        transform: rotate(360deg)
    }
}

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

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

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

.woosc-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 99999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

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

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

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

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

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

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

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

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-input input {
    display: block;
    width: 100%;
    border: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    box-shadow: none;
    color: #222;
    background-color: #f2f2f2;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-appearance: none
}

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

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

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

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

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

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

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

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

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result ul li .item-inner .item-add span {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #222;
    background-color: #f2f2f2;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

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

.woosc-popup .woosc-popup-inner .woosc-popup-content .woosc-popup-content-inner .woosc-search-result:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(255, 255, 255, .7);
    opacity: 0;
    visibility: hidden
}

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

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

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

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

.woosc-area .woosc-inner .woosc-table {
    padding: 15px 15px 78px;
    margin: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #292a30;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 99999997;
    pointer-events: none
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
    position: relative;
    border-collapse: collapse;
    z-index: 8 !important;
    text-transform: uppercase;
    padding: 15px 15px 15px 0;
    margin: 0;
    width: auto;
    min-width: 200px;
    max-width: 300px;
    vertical-align: middle;
    color: #43454b;
    font-weight: 700;
    text-align: left;
    background-color: #f7f7f7;
    border: none;
    border-image-width: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosc-area .woosc-inner .woosc-bar .woosc-bar-btn .woosc-bar-btn-icon-wrapper {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: rgba(0, 0, 0, .1);
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosc-share-content {
    width: 100%;
    height: 100%;
    min-height: 120px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosc-btn {
    cursor: pointer
}

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

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

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

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

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

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

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

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

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

.woosc-link a {
    color: inherit
}

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

.woosc-link .woosc-link-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: -10px
}

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

.woosc-menu-item .woosc-menu-item-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: -10px
}

body.woocommerce-cart .woosc-hide-checkout,
body.woocommerce-checkout .woosc-hide-checkout,
.woosc-hide-empty[data-count="0"] {
    display: none
}

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

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

@media screen and (max-width:767px) {
    .woosc-bar .woosc-bar-btn {
        font-size: 0 !important;
        padding: 0 !important;
        width: 48px !important;
        flex: 0 0 48px !important;
        overflow: hidden
    }
    .woosc-area .woosc-inner .woosc-bar .woosc-bar-items .woosc-bar-item .woosc-bar-item-remove {
        opacity: 1;
        visibility: visible
    }
}

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

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

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

.notiny-container {
    z-index: 999999
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print {
    .woosc-print {
        display: block
    }
    div.woosc-print {
        display: block
    }
    span.woosc-print {
        display: inline-block
    }
    .woosc-area .table-print {
        display: table
    }
    .woosc-area .tr-print {
        display: table-row
    }
    .woosc-area .td-print {
        display: table-cell
    }
    .woosc-area {
        font-size: 14px !important
    }
    .woosc-area .woosc-bar,
    .woosc_table thead,
    .woosc_table .woosc-table-close,
    .woosc_table .woosc-remove {
        display: none !important
    }
    .woosc-area .woosc-inner .woosc-table {
        padding: 0
    }
    .woosc-area {
        position: absolute;
        height: auto
    }
    .woosc-area .woosc-inner {
        height: auto
    }
    .woosc-area .woosc-inner .woosc-table {
        position: absolute;
        height: auto
    }
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner {
        height: auto;
        max-height: unset
    }
    .woosc-area .tr-name td:not(.td-label),
    .woosc-area .tr-name td:not(.td-label) a {
        font-weight: 700;
        text-transform: uppercase;
        pointer-events: none;
        text-decoration: none
    }
    .woosc_table .tr-add_to_cart {
        display: none
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
    background-color: transparent !important
}

.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-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:hover {
    background-color: transparent !important
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

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

#view-360 {
    background: #fff;
    padding: 20px 30px;
    text-align: left;
    max-width: 800px;
    margin: 40px auto;
    position: relative
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: 0
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

@font-face {
    font-family: 'feather';
    src: url(../../../plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot);
    src: url(../../../plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot#iefix) format('embedded-opentype'), url(../../../plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.ttf) format('truetype'), url(../../../plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.woff) format('woff'), url(../../../plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.svg#feather) format('svg');
    font-weight: 400;
    font-style: normal
}

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

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

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

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

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

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

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

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

.woosq-popup {
    position: relative;
    width: 90%;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
    max-height: 460px;
    box-sizing: border-box;
    overflow: hidden
}

.woosq-popup *,
.woosq-sidebar * {
    box-sizing: border-box
}

.woosq-open .select2-container {
    z-index: 99999969
}

.woosq-product {
    position: relative;
    overflow: hidden
}

.woosq-product>.product {
    display: flex !important;
    float: none !important
}

.woosq-product>.product>div {
    width: 50% !important;
    float: none !important;
    margin: 0 !important;
    height: 460px;
    overflow: auto
}

.woosq-product .thumbnails {
    outline: none;
    width: 460px;
    max-height: 460px;
    text-align: center;
    position: relative;
    background-color: #f9f9f9
}

.woosq-product .thumbnails .images {
    width: 100% !important;
    height: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important
}

.woosq-product .thumbnails .thumbnail {
    display: flex;
    height: 100%;
    justify-content: center
}

.woosq-product .thumbnails img {
    display: block;
    object-fit: contain;
    object-position: center;
    vertical-align: middle;
    max-height: 460px;
    max-width: 100%;
    margin: auto;
    border-radius: 0
}

.woosq-product .thumbnails img[data-fancybox=gallery] {
    cursor: pointer
}

.woosq-open .fancybox-container {
    z-index: 99999970
}

.woosq-product .thumbnails {
    position: relative;
    margin: 0
}

.woosq-product .thumbnails .slick-slide {
    outline: none;
    max-height: 100%
}

.woosq-product .thumbnails .slick-list {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 100%;
    position: relative
}

.woosq-product .thumbnails .slick-track {
    display: flex;
    align-items: center;
    max-height: 460px
}

.woosq-product .thumbnails .slick-dots {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 8
}

.woosq-product .thumbnails .slick-dots li {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.woosq-product .thumbnails .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 16px;
    height: 16px;
    padding: 5px;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0;
    opacity: .5
}

.woosq-product .thumbnails .slick-dots li.slick-active button {
    opacity: 1
}

.woosq-product .thumbnails .slick-dots li button:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000
}

.woosq-product .thumbnails .slick-dots li button:focus {
    outline: none
}

.woosq-product .thumbnails .slick-arrow {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    color: #222;
    background-color: transparent;
    border-radius: 0;
    border: none !important;
    z-index: 8
}

.woosq-product .thumbnails .slick-arrow:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, .5)
}

.woosq-product .thumbnails .slick-arrow:before {
    font-family: "feather";
    font-size: 24px;
    line-height: 44px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.woosq-product .thumbnails .slick-arrow:focus {
    outline: none
}

.woosq-product .thumbnails .slick-arrow.slick-prev {
    left: 0
}

.woosq-product .thumbnails .slick-arrow.slick-prev:before {
    content: '\e929'
}

.woosq-product .thumbnails .slick-arrow.slick-next {
    right: 0
}

.woosq-product .thumbnails .slick-arrow.slick-next:before {
    content: '\e92a'
}

.woosq-product>.product .summary {
    margin: 0;
    padding: 0;
    background-color: #fff
}

.woosq-related {
    padding-top: 20px;
    padding-bottom: 0;
    margin-top: 10px;
    margin-bottom: 0;
    border-width: 1px 0 0;
    border-style: dashed;
    border-color: #ddd
}

.woosq-related .woosq-related-heading {
    margin-bottom: 10px
}

.woosq-related .woosq-related-product {
    outline: none;
    display: flex;
    align-items: center
}

.woosq-related .woosq-related-product .woosq-related-product-image {
    width: 80px;
    flex: 0 0 80px;
    margin: 0
}

.woosq-related .woosq-related-product .woosq-related-product-image img {
    width: 100%;
    height: auto
}

.woosq-related .woosq-related-product .woosq-related-product-info {
    flex-grow: 1;
    padding: 0 10px;
    text-align: start
}

.woosq-related .woosq-related-product .woosq-related-product-name {
    font-weight: 700
}

.woosq-related .woosq-related-product .woosq-related-product-atc p,
.woosq-related .woosq-related-product .woosq-related-product-atc .add_to_cart_inline {
    margin: 0;
    padding: 0;
    border: none;
    display: inline-block;
    width: 100%
}

.woosq-related .woosq-related-product .woosq-related-product-atc p .button {
    display: block;
    margin: 0;
    outline: none
}

.woosq-related .slick-dots {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0
}

.woosq-related .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    font-size: 0
}

.woosq-related .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    padding: 0;
    font-size: 0;
    line-height: 0;
    background-color: rgba(0, 0, 0, .2);
    border: none;
    outline: none;
    overflow: hidden
}

.woosq-related .slick-dots li.slick-active button {
    background-color: rgba(0, 0, 0, .5)
}

.view-details-btn {
    width: 50%;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #222;
    box-shadow: 10px -20px 20px #fff;
    color: #fff;
    text-align: center;
    outline: none;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.view-details-btn:after {
    content: '\e90f';
    font-family: "feather";
    margin-left: 10px
}

.view-details-btn:hover {
    background-color: #5fbd74
}

.woosq-product>.product .summary .summary-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    padding: 20px
}

.woosq-popup.view-details .woosq-product>.product .summary .summary-content {
    padding-bottom: 64px
}

body.rtl .mfp-woosq .mfp-close {
    right: auto !important;
    left: 0 !important
}

@media screen and (max-width:1023px) {
    .woosq-popup {
        max-width: 460px;
        max-height: 90vh;
        overflow: hidden;
        display: flex;
        flex-direction: column
    }
    .woosq-product {
        height: 100%;
        flex-grow: 1;
        position: relative;
        overflow-y: auto
    }
    .woosq-product>.product {
        display: flex;
        flex-direction: column
    }
    .woosq-product>.product>div {
        width: 100% !important;
        float: none !important;
        margin: 0 !important;
        height: auto
    }
    .woosq-product>.product .thumbnails {
        max-height: 338px
    }
    .woosq-product .thumbnails img {
        max-height: 338px;
        margin: 0
    }
    .woosq-product .thumbnails .slick-track {
        max-height: 338px
    }
    .view-details-btn {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .mfp-woosq .mfp-arrow {
        display: none
    }
}

.mfp-woosq {
    z-index: 99999969;
    overflow: auto
}

.mfp-woosq .mfp-content {
    text-align: -webkit-auto
}

.mfp-woosq .mfp-container {
    padding: 0
}

.mfp-woosq .mfp-close {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 0
}

.mfp-woosq .mfp-close:hover {
    background-color: transparent
}

.mfp-woosq .mfp-close:active {
    top: 0
}

.mfp-woosq .mfp-close:focus {
    outline: none
}

.mfp-woosq .mfp-close:before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    content: '\e9ea';
    font-family: "feather";
    display: inline-block;
    font-size: 24px;
    color: #222;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mfp-woosq .mfp-preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    font-size: 0;
    margin: 0 auto;
    margin-top: -15px;
    margin-left: -15px;
    right: auto;
    bottom: auto
}

.mfp-woosq .mfp-preloader:before {
    content: '\e9a7';
    font-family: "feather";
    display: inline-block;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    -webkit-animation: woosq-spinner 1s linear infinite;
    -moz-animation: woosq-spinner 1s linear infinite;
    -ms-animation: woosq-spinner 1s linear infinite;
    -o-animation: woosq-spinner 1s linear infinite;
    animation: woosq-spinner 1s linear infinite
}

.mfp-woosq .mfp-arrow {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border: none;
    padding: 0;
    outline: none;
    text-align: center;
    margin-top: -30px;
    border-radius: 0;
    opacity: 1
}

.mfp-woosq .mfp-arrow:active {
    margin-top: -30px
}

.mfp-woosq .mfp-arrow:hover {
    background-color: rgba(0, 0, 0, .5)
}

.mfp-woosq .mfp-arrow:focus {
    outline: none
}

.mfp-woosq .mfp-arrow:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    border-width: 0;
    margin: 0;
    display: inline-block;
    font-family: "feather";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff
}

.mfp-woosq .mfp-arrow:after {
    display: none
}

.mfp-woosq .mfp-arrow.mfp-arrow-left:before {
    content: '\e90e'
}

.mfp-woosq .mfp-arrow.mfp-arrow-right:before {
    content: '\e90f'
}

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .8
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all .15s ease-out;
    -moz-transition: all .15s ease-out;
    transition: all .15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(.8)
}

.mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(.8);
    opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-newspaper .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .5s;
    transform: scale(0) rotate(500deg)
}

.mfp-newspaper.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-newspaper.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1) rotate(0deg)
}

.mfp-newspaper.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-newspaper.mfp-removing .mfp-with-anim {
    transform: scale(0) rotate(500deg);
    opacity: 0
}

.mfp-newspaper.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-horizontal .mfp-with-anim {
    opacity: 0;
    transition: all .3s;
    transform: translateX(-50px)
}

.mfp-move-horizontal.mfp-bg {
    opacity: 0;
    transition: all .3s
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateX(0)
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
    transform: translateX(50px);
    opacity: 0
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all .2s;
    transform: translateY(-100px)
}

.mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all .2s
}

.mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0)
}

.mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0
}

.mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-3d-unfold .mfp-content {
    perspective: 2000px
}

.mfp-3d-unfold .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform-style: preserve-3d;
    transform: rotateY(-60deg)
}

.mfp-3d-unfold.mfp-bg {
    opacity: 0;
    transition: all .5s
}

.mfp-3d-unfold.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: rotateY(0deg)
}

.mfp-3d-unfold.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-3d-unfold.mfp-removing .mfp-with-anim {
    transform: rotateY(60deg);
    opacity: 0
}

.mfp-3d-unfold.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-zoom-out .mfp-with-anim {
    opacity: 0;
    transition: all .3s ease-in-out;
    transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
    transform: scale(1.3);
    opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
    opacity: 0
}

.mfp-slide-bottom .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.mfp-slide-bottom.mfp-removing .mfp-with-anim {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

.woosq-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 99999968;
    opacity: 0;
    visibility: hidden
}

.woosq-sidebar {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    padding: 0;
    height: 100%;
    max-height: 100%;
    background-color: #fff;
    z-index: 99999969;
    position: fixed;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden
}

.woosq-sidebar .woosq-close {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 0;
    background-image: url(../../../plugins/woo-smart-quick-view/assets/images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    text-align: center;
    position: absolute;
    top: 0;
    left: -40px;
    z-index: 9;
    cursor: pointer
}

body.woosq-open .woosq-overlay,
body.woosq-open .woosq-sidebar {
    opacity: 1;
    visibility: visible
}

.woosq-sidebar .woosq-product {
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto
}

.woosq-sidebar .woosq-product>.product {
    display: flex;
    flex-direction: column
}

.woosq-sidebar .woosq-product>.product>div {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    height: auto
}

.woosq-sidebar .view-details-btn {
    width: 100%;
    position: relative;
    box-shadow: none;
    padding: 14px 20px;
    line-height: 1;
    height: auto
}

.woosq-sidebar.woosq-loading:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8
}

.woosq-sidebar.woosq-loading:after {
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    content: '';
    background-image: url(../../../plugins/woo-smart-quick-view/assets/images/curve.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: woosq-spinner 1s linear infinite;
    -moz-animation: woosq-spinner 1s linear infinite;
    -ms-animation: woosq-spinner 1s linear infinite;
    -o-animation: woosq-spinner 1s linear infinite;
    animation: woosq-spinner 1s linear infinite;
    z-index: 9
}

.woosq-sidebar.woosq-position-01 {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    max-width: 460px;
    box-sizing: border-box;
    text-align: start;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosq-open .woosq-sidebar.woosq-position-01 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.woosq-sidebar.woosq-position-02 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 460px;
    box-sizing: border-box;
    text-align: start;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.woosq-sidebar.woosq-position-02 .woosq-close {
    left: unset;
    right: -40px
}

.woosq-open .woosq-sidebar.woosq-position-02 {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0)
}

.woosq-sidebar.woosq-heading-yes {
    display: flex;
    flex-direction: column
}

.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading {
    flex: 0 0 auto;
    height: 48px;
    line-height: 48px;
    padding: 0 60px 0 20px;
    margin: 0;
    position: relative;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .1)
}

.woosq-sidebar.woosq-heading-yes .woosq-sidebar-heading .woosq-close {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    left: unset;
    top: 0;
    right: 0;
    cursor: pointer;
    font-size: 0;
    background-image: url(../../../plugins/woo-smart-quick-view/assets/images/close-dark.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px
}

.woosq-sidebar.woosq-heading-yes .woosq-product .thumbnails {
    padding: 20px 20px 0;
    background-color: transparent
}

@media screen and (max-width:1023px) {
    .woosq-sidebar .woosq-close {
        left: unset !important;
        right: 0 !important;
        background-color: rgba(255, 255, 255, .5);
        background-image: url(../../../plugins/woo-smart-quick-view/assets/images/close-dark.svg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
@keyframes wpc-spinner {
    to {
        transform: rotate(360deg)
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosw-popup table {
    margin: 0
}

.woosw-popup .woosw-popup-content-mid:before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(255, 255, 255, .7);
    opacity: 0;
    visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#woosw_wishlist_name {
    flex-grow: 1
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosw-popup .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot .woosw-notice {
    display: block;
    text-align: center;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    background-color: #5fbd74;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    opacity: 0;
    visibility: hidden
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosw-link a {
    color: inherit
}

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

.woosw-link .woosw-link-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: -10px
}

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

.woosw-menu-item .woosw-menu-item-inner:after {
    content: attr(data-count);
    display: block;
    background-color: #e94b35;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    position: absolute;
    top: -10px;
    right: -10px
}

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

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

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

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

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

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

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

.woosw-suggested {
    padding: 0 20px
}

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

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

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

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

.notiny-container {
    z-index: 999999
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";
/*!
Theme Name:   Aro
Theme URI:    http://
Author:       Themelexus
Author URI:   http://themelexus.com/
Description:  Aro theme is a beautiful & elegant Jewelry WordPress theme. It is qualified for servicing a jewelry shop, online jewelry retailers, to sell necklaces, bracelets, pendant, watch stores...
Version:      1.6.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  aro
Tested up to: 6.6.2
Requires PHP: 5.6.20
Tags:         jewelry, necklaces, earrings, watches, ecommerce, woocommerce, fashion, accessories, elementor, responsive, handmade, beauty, cosmetics, makeup
*/

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

::selection {
    text-shadow: none;
    color: #fff;
    background: var(--e-global-color-primary)
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: var(--e-global-color-secondary)
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

:root {
    --e-global-color-primary: #daa14c;
    --e-global-color-primary-hover: #c47d14;
    --e-global-color-secondary: #30373e;
    --e-global-color-text: #30373e;
    --e-global-color-accent: #30373e;
    --e-global-color-lighter: #999;
    --e-global-color-dark: #666;
    --e-global-color-highlight: #ccc;
    --e-global-color-border: #e5e5e5;
    --e-global-color-background-light: #f8f6f4;
    --e-global-color-background-field: #DADADA20;
    --e-global-typography-primary-font-family: Jost, Helvetica, Arial, sans-serif;
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-primary-text-transform: none;
    --e-global-typography-primary-font-style: normal;
    --e-global-typography-primary-text-decoration: none;
    --e-global-typography-primary-letter-spacing: 0;
    --e-global-typography-primary-line-height: 1.35;
    --e-global-typography-secondary-font-family: Prata, Helvetica, Arial, sans-serif;
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-secondary-text-transform: none;
    --e-global-typography-secondary-font-style: normal;
    --e-global-typography-secondary-text-decoration: none;
    --e-global-typography-secondary-letter-spacing: 0;
    --e-global-typography-secondary-line-height: 1.35;
    --e-global-typography-text-font-family: Jost, Helvetica, Arial, sans-serif;
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-text-size: 16px;
    --e-global-typography-text-text-transform: none;
    --e-global-typography-text-font-style: normal;
    --e-global-typography-text-text-decoration: none;
    --e-global-typography-text-letter-spacing: 0;
    --e-global-typography-text-line-height: 1.5;
    --e-global-typography-accent-font-family: Jost, Helvetica, Arial, sans-serif;
    --e-global-typography-accent-font-weight: 600;
    --e-global-typography-accent-size: 13px;
    --e-global-typography-accent-text-transform: uppercase;
    --e-global-typography-accent-font-style: normal;
    --e-global-typography-accent-text-decoration: none;
    --e-global-typography-accent-letter-spacing: 1px;
    --e-global-typography-accent-line-height: 1.385;
    --e-global-grid-column-gap: 30px;
    --e-global-grid-row-gap: 30px
}

body {
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    overflow-x: hidden
}

body,
button,
input,
textarea {
    color: var(--e-global-color-text);
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    font-size: var(--e-global-typography-text-size);
    text-rendering: optimizeLegibility
}

select {
    color: initial;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    max-width: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    margin: 0 0 .5407797364em;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing)
}

.comment-body .comment-text h1,
.comment-body .comment-text h2,
.comment-body .comment-text h3,
.comment-body .comment-text h4,
.comment-body .comment-text h5,
.comment-body .comment-text h6 {
    padding: 1em 0 0
}

h1,
.alpha {
    font-size: 60px;
    font-size: 3.75rem
}

h2,
.beta {
    font-size: 40px;
    font-size: 2.5rem
}

h3,
.gamma {
    font-size: 36px;
    font-size: 2.25rem
}

h4,
.delta {
    font-size: 30px;
    font-size: 1.875rem
}

h5 {
    font-size: 24px;
    font-size: 1.5rem
}

h6 {
    font-size: 20px;
    font-size: 1.25rem
}

.alpha,
.beta,
.gamma,
.delta {
    display: block
}

p+h2,
p+header h2,
p+h3,
p+h4,
ul+h2,
ul+header h2,
ul+h3,
ul+h4,
ol+h2,
ol+header h2,
ol+h3,
ol+h4,
table+h2,
table+header h2,
table+h3,
table+h4,
blockquote+h2,
blockquote+header h2,
blockquote+h3,
blockquote+h4,
form+h2,
form+header h2,
form+h3,
form+h4 {
    margin-top: 1em
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin: 0 0 1em
}

p {
    margin: 0 0 1.5em
}

ul,
ol {
    margin: 0 0 1em 3em;
    padding: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1em
}

dt {
    font-weight: var(--e-global-typography-primary-font-weight)
}

dd {
    margin: 0 0 1.41577975em
}

b,
strong {
    font-weight: var(--e-global-typography-primary-font-weight)
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 30px;
    color: var(--e-global-color-primary);
    margin-bottom: 30px;
    padding: 0 10% 0 7%;
    border: none;
    font-style: italic
}

blockquote p {
    position: relative;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-primary);
    margin-bottom: 1em
}

blockquote p:first-child:before {
    color: var(--e-global-color-primary);
    font-style: normal;
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    top: 10px;
    left: -65px;
    text-shadow: none
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote span {
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    color: var(--e-global-color-text)
}

address {
    margin: 0 0 1em
}

pre {
    background: rgba(0, 0, 0, .1);
    font-family: "Courier 10 Pitch", Courier, monospace;
    margin-bottom: 1.618034em;
    padding: 1.618034em;
    overflow: auto;
    max-width: 100%
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    background-color: rgba(0, 0, 0, .05);
    padding: .202em .5407797364em
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help
}

mark,
ins {
    text-decoration: none;
    font-weight: var(--e-global-typography-primary-font-weight);
    background: 0 0
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    bottom: 1ex
}

sub {
    top: .5ex
}

small {
    font-size: 75%
}

big {
    font-size: 125%
}

figure {
    margin: 0
}

table {
    margin: 0 0 1.41577975em;
    width: 100%
}

img {
    height: auto;
    max-width: 100%;
    display: block
}

a {
    color: var(--e-global-color-secondary);
    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 {
    color: var(--e-global-color-primary);
    text-decoration: none
}

:focus {
    outline: none
}

.aro-cute * {
    font-family: "Comic Sans MS", sans-serif
}

.hidden {
    display: none !important
}

* {
    box-sizing: border-box
}

.site {
    overflow-x: hidden
}

.site-content,
.header-widget-region {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.lazyloaded {
    transition: all .3s !important
}

#page .site-content {
    margin-top: 100px;
    margin-bottom: 100px;
    z-index: 1;
    position: relative;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    #page .site-content {
        padding-left: 30px;
        padding-right: 30px
    }
}

body.elementor-page #page .site-content {
    padding-left: 0;
    padding-right: 0
}

body.elementor-page #page .site-content,
body.page-template-template-homepage #page .site-content,
body.home:not(.blog) #page .site-content {
    margin-top: 0;
    margin-bottom: 0
}

body.single-product #page .site-content {
    margin-top: 30px
}

body.home #page .aro-breadcrumb,
body.error404 #page .aro-breadcrumb {
    display: none
}

.col-fluid {
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:1290px) {
    .col-fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

.col-full {
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto
}

.col-full:before,
.col-full:after {
    content: "";
    display: table
}

.col-full:after {
    clear: both
}

.col-full:after {
    content: " ";
    display: block;
    clear: both
}

[data-elementor-columns] {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

[data-elementor-columns] .column-item {
    padding-left: 15px;
    padding-right: 15px
}

[data-elementor-columns-mobile="1"] .column-item {
    flex: 0 0 100%;
    max-width: 100%
}

[data-elementor-columns-mobile="2"] .column-item {
    flex: 0 0 50%;
    max-width: 50%
}

[data-elementor-columns-mobile="3"] .column-item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

[data-elementor-columns-mobile="4"] .column-item {
    flex: 0 0 25%;
    max-width: 25%
}

[data-elementor-columns-mobile="5"] .column-item {
    flex: 0 0 20%;
    max-width: 20%
}

[data-elementor-columns-mobile="6"] .column-item {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

@media (min-width:768px) {
    [data-elementor-columns-tablet="1"] .column-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    [data-elementor-columns-tablet="2"] .column-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    [data-elementor-columns-tablet="3"] .column-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    [data-elementor-columns-tablet="4"] .column-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    [data-elementor-columns-tablet="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
    [data-elementor-columns-tablet="6"] .column-item {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (min-width:1024px) {
    [data-elementor-columns="1"] .column-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    [data-elementor-columns="2"] .column-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    [data-elementor-columns="3"] .column-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    [data-elementor-columns="4"] .column-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    [data-elementor-columns="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
    [data-elementor-columns="6"] .column-item {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    [data-elementor-columns="7"] .column-item {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    [data-elementor-columns="8"] .column-item {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
    margin-bottom: 0
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1290px
}

@media (min-width:768px) and (max-width:1290px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
        width: auto
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

[class*=" column-"],
[class^=column-] {
    padding-left: 15px;
    padding-right: 15px
}

.column-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.column-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.column-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.column-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.column-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.column-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.column-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.column-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.column-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.column-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.column-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.column-12 {
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:768px) {
    .column-tablet-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .column-tablet-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .column-tablet-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .column-tablet-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .column-tablet-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .column-tablet-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .column-tablet-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .column-tablet-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .column-tablet-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .column-tablet-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .column-tablet-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .column-tablet-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .column-desktop-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .column-desktop-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .column-desktop-3 {
        flex: 0 0 25%;
        max-width: 25%
    }
    .column-desktop-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .column-desktop-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .column-desktop-6 {
        flex: 0 0 50%;
        max-width: 50%
    }
    .column-desktop-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .column-desktop-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .column-desktop-9 {
        flex: 0 0 75%;
        max-width: 75%
    }
    .column-desktop-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .column-desktop-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .column-desktop-12 {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.hide {
    display: none !important
}

@media (min-width:768px) {
    .tablet-hide {
        display: none !important
    }
}

@media (min-width:1024px) {
    .desktop-hide {
        display: none !important
    }
}

@media (max-width:767px) {
    .tablet-hide-down {
        display: none !important
    }
}

@media (max-width:1023px) {
    .desktop-hide-down {
        display: none !important
    }
}

.d-none {
    display: none
}

.site-header {
    background-position: center center;
    position: relative;
    z-index: 996;
    background-color: #fff
}

.site-header .site-logo-anchor,
.site-header .site-logo-link,
.site-header .custom-logo-link {
    display: block;
    margin-bottom: 0
}

.site-header .widget {
    margin-bottom: 0
}

@media (max-width:768px) {
    .site-header .container {
        padding-left: 15px;
        padding-right: 15px
    }
}

.site-branding {
    margin-bottom: 0;
    display: block;
    clear: both
}

.site-branding .custom-logo-link+.site-branding-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.site-branding .custom-logo-link+.site-branding-text: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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.site-branding img {
    height: auto
}

.site-branding .site-title {
    font-size: 2em;
    letter-spacing: -1px;
    margin: 0
}

.site-branding .site-description {
    font-size: .875em;
    display: none
}

.site-branding .logo {
    margin: 0
}

.site-header-account {
    position: relative
}

@media (max-width:1024px) {
    .site-header-account {
        display: none
    }
}

.site-header-account>a {
    white-space: nowrap;
    display: block
}

.site-header-account .login-form-title {
    font-size: 18px;
    font-size: 1.125rem;
    color: #333;
    margin-bottom: 0
}

.site-header-account .account-dropdown {
    text-align: left;
    right: 0;
    top: 100%;
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 100;
    visibility: hidden;
    margin-top: 15px
}

.site-header-account .account-dropdown .result-error {
    margin: 1em 0
}

#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 {
    color: var(--e-global-color-lighter);
    font-size: 14px;
    font-size: .875rem
}

.site-header-account .account-dropdown a.register-link:hover,
.site-header-account .account-dropdown a.lostpass-link:hover {
    color: var(--e-global-color-secondary)
}

.site-header-account .account-dropdown a.lostpass-link {
    text-decoration: underline dotted
}

.site-header-account .account-dropdown label {
    margin-bottom: 5px;
    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,
.site-header-account .account-dropdown button {
    line-height: normal !important;
    border-width: 1px;
    padding: 15px;
    width: 100%
}

.site-header-account .account-dropdown button {
    text-transform: uppercase
}

.site-header-account .account-dropdown .account-wrap {
    display: block !important;
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    border: 0
}

.site-header-account .account-dropdown .login-form-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px
}

.site-header-account .account-dropdown .login-form-bottom {
    text-align: right
}

.site-header-account .account-dropdown .aro-login-form-ajax {
    margin-bottom: 5px
}

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

.site-header-account .account-links-menu li a,
.site-header-account .account-dashboard li a {
    width: 100%;
    text-align: left;
    color: var(--e-global-color-text);
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.5;
    display: block;
    padding: 7px 30px
}

.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
    color: var(--e-global-color-primary);
    background-color: rgba(0, 0, 0, .035)
}

@media (max-width:1024px) {
    .site-header-search {
        display: none
    }
}

.site-header-search>a {
    white-space: nowrap;
    display: block
}

.site-header-search>a i {
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--e-global-color-secondary)
}

.site-header-search>a:hover i {
    color: var(--e-global-color-primary)
}

@media (max-width:1024px) {
    .site-header-wishlist {
        display: none
    }
}

.site-header-wishlist .header-wishlist {
    position: relative;
    display: block
}

@media (min-width:1024px) {
    .site-header-cart.header-cart-mobile {
        display: none
    }
}

.site-header-cart.header-cart-mobile .cart-contents:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--e-global-color-secondary)
}

.site-header-cart.header-cart-mobile .count {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
    line-height: 1;
    font-size: 10px;
    font-size: .625rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-align: center;
    top: 10px;
    right: -10px;
    letter-spacing: 0;
    color: var(--e-global-color-secondary)
}

.site-header-cart.header-cart-mobile .amount {
    display: none
}

.site-header-cart.header-cart-mobile+.menu-mobile-nav-button {
    order: -1
}

.header-main {
    display: flex;
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em
}

@media (min-width:1024px) {
    .header-main {
        padding: 0 30px;
        max-width: 100%;
        min-height: 80px;
        justify-content: space-between
    }
    .header-main .header-center {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width:1023px) {
    .header-group-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between
    }
}

.header-group-action .site-header-account .account-dropdown.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 999
}

.header-group-action .site-header-account a i {
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--e-global-color-secondary)
}

.header-group-action .site-header-account a:hover i {
    color: var(--e-global-color-primary)
}

.header-group-action .site-header-wishlist a i {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--e-global-color-secondary)
}

.header-group-action .site-header-wishlist a:hover i {
    color: var(--e-global-color-primary)
}

.header-group-action .site-header-wishlist .count {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
    line-height: 1.5;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -13px;
    letter-spacing: 0;
    color: var(--e-global-color-secondary);
    width: 15px;
    height: 15px
}

.header-group-action .site-header-cart .cart-contents:before {
    font-size: 22px;
    font-size: 1.375rem;
    color: var(--e-global-color-secondary);
    margin-top: 3px
}

.header-group-action .site-header-cart .cart-contents:hover:before {
    color: var(--e-global-color-primary)
}

.header-group-action .site-header-cart .count {
    display: inline-block;
    vertical-align: text-top;
    margin-left: 2px;
    line-height: 1.5;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -3px;
    right: -13px;
    letter-spacing: 0;
    color: var(--e-global-color-secondary);
    width: 15px;
    height: 15px
}

.header-group-action .site-header-cart .woocommerce-Price-amount {
    display: none;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    margin-left: 10px;
    margin-top: 5px
}

@media (max-width:1024px) {
    .bg-header-1 {
        background-color: var(--e-global-color-primary)
    }
}

.header-1 {
    border-bottom: 1px solid;
    border-color: var(--e-global-color-border)
}

@media (max-width:1023px) {
    .header-1 .header-left {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
}

.header-1 .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-1 .header-right .header-group-action {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header-1 .header-right .header-group-action.left {
    justify-content: flex-start
}

.header-1 .header-right .header-group-action.center {
    justify-content: center
}

.header-1 .header-right .header-group-action>div {
    position: relative;
    text-align: center
}

.header-1 .header-right .header-group-action>div>a {
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.header-1 .header-right .header-group-action>div:not(:last-child) {
    margin-right: 20px
}

.header-1 .header-right .header-group-action .site-search {
    width: 100%
}

.header-1 .header-right .header-group-action .site-search .widget_product_search {
    margin-bottom: 0
}

@media (min-width:1024px) {
    .header-1 .site-branding {
        text-align: left;
        margin-right: 35px
    }
}

.header-1 .site-branding img {
    width: 126px
}

@media (max-width:1120px) {
    .header-1 .order-wrap {
        display: none
    }
}

@media (min-width:1024px) {
    body.aro-header-side {
        width: calc(100vw - 350px);
        max-width: calc(100vw - 350px);
        margin-left: auto
    }
    body.aro-header-side .header-sticky {
        display: none
    }
    .header-side {
        position: fixed;
        width: 350px;
        height: 100vh;
        left: 0;
        top: 0;
        background-color: #fff;
        display: flex
    }
    .header-side .header-container {
        display: flex;
        flex-direction: column;
        padding: 50px 30px
    }
    .admin-bar .header-side .header-container {
        padding: 80px 30px 50px
    }
    .header-side .header-container>* {
        display: flex;
        flex-direction: column
    }
    .header-side .header-top {
        justify-content: center;
        margin-bottom: auto;
        margin-top: auto;
        padding-top: 0;
        padding-bottom: 0
    }
    .header-side .header-bottom {
        margin-top: auto;
        margin-bottom: auto
    }
    .header-side .site-branding {
        margin-bottom: 50px
    }
    .header-side .site-branding img {
        margin: auto
    }
    .header-side .main-navigation ul li {
        float: unset;
        display: block;
        text-align: center
    }
    .header-side .main-navigation ul.menu>li>a,
    .header-side .main-navigation ul.nav-menu>li>a {
        padding: 5px
    }
}

.search-popup-active {
    overflow: hidden
}

.site-search-popup-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    pointer-events: none;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    transition: opacity .3s cubic-bezier(0, .35, .25, 1), visibility .3s cubic-bezier(0, .35, .25, 1)
}

.site-search-popup {
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    transition: all ease-in-out .3s;
    visibility: hidden;
    pointer-events: none;
    opacity: 0
}

.site-search-popup.active {
    visibility: visible;
    pointer-events: auto
}

.site-search-popup.active .site-search-popup-wrap .site-search {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s ease-in-out .3s, visibility .3s ease-in-out .3s
}

.site-search-popup.active+.site-search-popup-overlay {
    opacity: .5;
    visibility: visible;
    pointer-events: auto
}

.site-search-popup.fadein {
    -webkit-animation: cover_search_fade_in .3s ease both;
    animation: cover_search_fade_in .3s ease both
}

.site-search-popup.fadeout {
    -webkit-animation: cover_search_fade_out .3s ease both;
    animation: cover_search_fade_out .3s ease both
}

.site-search-popup .site-search-popup-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 20px;
    width: 100%
}

@media (min-width:768px) {
    .site-search-popup .site-search-popup-wrap {
        padding: 7px 70px
    }
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close {
    right: 15px;
    top: 5px;
    order: 2;
    color: #000;
    font-size: 24px;
    font-size: 1.5rem
}

@media (max-width:767px) {
    .site-search-popup .site-search-popup-wrap .site-search-popup-close {
        top: 5px;
        right: 15px
    }
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover {
    color: var(--e-global-color-primary)
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover line,
.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
    -webkit-animation: opal-draw .9s cubic-bezier(.22, .61, .36, 1) forwards;
    animation: opal-draw .9s cubic-bezier(.22, .61, .36, 1) forwards
}

.site-search-popup .site-search-popup-wrap .site-search-popup-close:hover path {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.site-search-popup .site-search-popup-wrap form:before {
    display: none
}

.site-search-popup .site-search-popup-wrap .site-search {
    display: block;
    width: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.site-search-popup .site-search-popup-wrap .site-search input.search-field {
    font-size: 24px;
    font-size: 1.5rem;
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0
}

.site-search-popup .site-search-popup-wrap .site-search input[type=submit],
.site-search-popup .site-search-popup-wrap .site-search button[type=submit] {
    font-size: 0px;
    font-size: 0rem;
    padding-left: 0
}

.site-search-popup .site-search-popup-wrap .site-search .widget {
    margin-bottom: 0;
    border: none;
    padding: 0
}

.site-search-popup .site-search-popup-wrap .site-search .ajax-search-result {
    max-height: 50vh
}

@-webkit-keyframes opal-draw {
    0%,
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
    42% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
    43% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
}

@keyframes opal-draw {
    0%,
    100% {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
    42% {
        -webkit-clip-path: inset(0 0 0 100%);
        clip-path: inset(0 0 0 100%)
    }
    43% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }
}

@-webkit-keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes cover_search_fade_out {
    0% {
        opacity: 1;
        visibility: visible
    }
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-webkit-keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

@keyframes cover_search_fade_in {
    0% {
        opacity: 0;
        visibility: hidden
    }
    100% {
        opacity: 1;
        visibility: visible
    }
}

.aro-mobile-nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: fixed;
    width: 330px;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    overflow-y: auto;
    background-color: var(--e-global-color-background-light);
    transition: transform .25s ease;
    -webkit-transform: translate3d(-330px, 0, 0);
    transform: translate3d(-330px, 0, 0)
}

.mobile-nav-active .aro-mobile-nav {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.admin-bar .aro-mobile-nav {
    top: 46px
}

@media (min-width:783px) {
    .admin-bar .aro-mobile-nav {
        top: 32px
    }
}

@media (min-width:601px) and (max-width:782px) {
    .admin-bar .aro-mobile-nav {
        top: 46px
    }
}

.aro-mobile-nav .search-form {
    margin-top: 1em
}

.aro-mobile-nav .aro-social {
    border-top: 1px solid #0e0e0e;
    padding: .5em;
    margin-top: 1rem
}

body .aro-mobile-nav .aro-social ul li a:before {
    color: #fff
}

.aro-mobile-nav .aro-language-switcher-mobile {
    line-height: 0;
    padding: 0 30px
}

.aro-mobile-nav .aro-language-switcher-mobile .menu {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border)
}

.aro-mobile-nav .aro-language-switcher-mobile .item {
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 5px
}

.aro-mobile-nav .aro-language-switcher-mobile .item .language-switcher-head {
    padding-right: 5px
}

.aro-mobile-nav .aro-language-switcher-mobile .item a {
    display: block;
    padding: 0 5px
}

.aro-mobile-nav .aro-language-switcher-mobile .item:last-child {
    margin-right: 0
}

.aro-mobile-nav .aro-language-switcher-mobile .item img {
    width: 24px;
    height: 16px;
    object-fit: cover
}

.aro-mobile-nav .mobile-nav-tabs {
    clear: both;
    padding: 0 30px;
    background-color: var(--e-global-color-background-light)
}

.aro-mobile-nav .mobile-nav-tabs ul {
    display: flex;
    align-items: center;
    flex-direction: row;
    list-style: none;
    margin: 0
}

.aro-mobile-nav .mobile-nav-tabs ul li {
    display: flex;
    align-items: center;
    position: relative;
    text-align: left;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    cursor: pointer;
    color: var(--e-global-color-secondary);
    text-transform: uppercase
}

.aro-mobile-nav .mobile-nav-tabs ul li i {
    color: #000;
    font-size: 15px;
    font-size: .9375rem;
    margin-right: 10px
}

.aro-mobile-nav .mobile-nav-tabs ul li:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: var(--e-global-color-primary)
}

.aro-mobile-nav .mobile-nav-tabs ul li.active:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.aro-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
    margin-right: 15px
}

.aro-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
    margin-left: 15px
}

.aro-mobile-nav .mobile-menu-tab {
    display: none;
    padding: 0 30px
}

.aro-mobile-nav .mobile-menu-tab.active {
    display: block
}

.mobile-nav-close {
    float: right;
    clear: both;
    position: absolute;
    line-height: 1;
    top: 22px;
    right: 24px;
    padding: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    z-index: 99;
    color: var(--e-global-color-secondary)
}

.mobile-nav-close:hover,
.mobile-nav-close:focus {
    color: var(--e-global-color-secondary)
}

.aro-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    transition: opacity .25s ease, visibility 0s ease
}

.mobile-nav-active .aro-overlay {
    visibility: visible;
    opacity: 1
}

.menu-mobile-nav-button {
    display: block;
    font-size: 15px;
    font-size: .9375rem;
    color: var(--e-global-color-secondary)
}

@media (min-width:1024px) {
    .menu-mobile-nav-button {
        display: none
    }
}

.menu-mobile-nav-button .aro-icon {
    display: flex;
    flex-direction: column;
    margin-right: 15px
}

.menu-mobile-nav-button .aro-icon>span {
    display: inline-block;
    height: 2px;
    width: 18px;
    margin-bottom: 4px;
    border-radius: 5px;
    transition: all .3s ease;
    background-color: var(--e-global-color-secondary)
}

.menu-mobile-nav-button .aro-icon>span:last-child {
    margin-bottom: 0
}

.menu-mobile-nav-button .aro-icon .icon-2 {
    width: 12px
}

.menu-mobile-nav-button .aro-icon .icon-3 {
    width: 18px
}

.menu-mobile-nav-button:hover .aro-icon>span {
    background-color: var(--e-global-color-primary)
}

.menu-mobile-nav-button:hover .aro-icon .icon-2 {
    width: 18px
}

html {
    overflow-x: hidden
}

#page {
    transition: all .25s ease
}

.mobile-nav-active {
    overflow: hidden
}

button.menu-toggle {
    cursor: pointer;
    text-align: left;
    float: right;
    position: relative;
    border: 2px solid transparent;
    box-shadow: none;
    border-radius: 0;
    background-image: none;
    padding: .6180339845em .875em .6180339845em;
    font-size: .875em;
    max-width: 120px
}

.menu-badge {
    font-size: 9px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase;
    line-height: 1.2222222222;
    padding: 1px 7px;
    border-radius: 10px;
    margin-left: 5px
}

.primary-navigation .menu>.menu-item>a .menu-badge {
    position: absolute;
    top: -7px;
    left: 1.1em
}

.toggled button.menu-toggle:before,
.toggled button.menu-toggle:after {
    transform: rotate(45deg)
}

.toggled button.menu-toggle:after {
    transform: rotate(-45deg)
}

.toggled button.menu-toggle span:before {
    opacity: 0
}

/* .primary-navigation { */
    /* display: none */
/* } */

ul.menu li.current-menu-item>a,
ul.menu li.current-menu-ancestor>a,
ul.menu li.current-menu-parent>a {
    color: var(--e-global-color-primary)
}

.main-navigation {
    position: relative
}

.main-navigation:before,
.main-navigation:after {
    content: "";
    display: table
}

.main-navigation:after {
    clear: both
}

.main-navigation div.menu {
    display: none
}

.main-navigation div.menu:last-child {
    display: block
}

.main-navigation .menu {
    clear: both
}

.main-navigation ul.menu {
    margin-left: 0;
    list-style: none;
    margin-bottom: 0
}

.main-navigation ul.menu ul {
    display: block;
    margin-left: 1.41577975em
}

.main-navigation ul.menu>li.menu-item>a {
    display: block;
    position: relative;
    padding: 2.93em 0;
    margin: 0 1.27em;
    letter-spacing: 1px;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2857142857;
    font-weight: 600;
    text-transform: uppercase
}

.main-navigation ul.menu>li.menu-item>a span.menu-title {
    position: relative
}

.main-navigation ul.menu>li.menu-item>a span.menu-title:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: auto;
    right: 0;
    bottom: 0;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.main-navigation ul.menu>li.menu-item.current-menu-parent>a,
.main-navigation ul.menu>li.menu-item.current-menu-item>a,
.main-navigation ul.menu>li.menu-item.current-menu-ancestor>a {
    color: var(--e-global-color-primary)
}

.main-navigation ul.menu>li.menu-item.current-menu-parent>a span.menu-title:before,
.main-navigation ul.menu>li.menu-item.current-menu-item>a span.menu-title:before,
.main-navigation ul.menu>li.menu-item.current-menu-ancestor>a span.menu-title:before {
    width: 100%;
    left: 0;
    right: auto;
    background-color: var(--e-global-color-primary)
}

.main-navigation ul.menu>li.menu-item:hover>a {
    color: var(--e-global-color-primary)
}

.main-navigation ul.menu>li.menu-item:hover>a span.menu-title:before {
    width: 100%;
    left: 0;
    right: auto;
    background-color: var(--e-global-color-primary)
}

.main-navigation ul>li.menu-item>a,
.main-navigation ul.nav-menu>li.menu-item>a {
    color: var(--e-global-color-secondary)
}

.main-navigation ul>li.menu-item>a:hover,
.main-navigation ul.nav-menu>li.menu-item>a:hover {
    color: var(--e-global-color-secondary)
}

.main-navigation .sub-menu {
    min-width: 280px;
    background-color: #fff;
    padding: 22px 0 27px;
    border-radius: 0;
    border: 1px solid #eaeaea
}

.main-navigation ul.hfe-nav-menu li a.hfe-menu-item {
    display: inline-block;
    position: relative;
    color: #0a246a
}

.main-navigation ul.hfe-nav-menu li a.hfe-menu-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 12px;
    left: 0;
    background-color: var(--e-global-color-secondary)
}

.mobile-navigation,
.mobile-navigation-categories {
    clear: both
}

.mobile-navigation ul,
.mobile-navigation-categories ul {
    margin: 0;
    list-style: none
}

.mobile-navigation ul>li.menu-item,
.mobile-navigation-categories ul>li.menu-item {
    position: relative
}

.mobile-navigation ul>li.menu-item>a,
.mobile-navigation-categories ul>li.menu-item>a {
    display: block;
    padding: 15px 0;
    font-size: 14px;
    font-size: .875rem;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border);
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-secondary-font-weight)
}

.mobile-navigation ul>li.menu-item>a i,
.mobile-navigation-categories ul>li.menu-item>a i {
    font-size: 16px;
    font-size: 1rem;
    margin-right: 15px
}

.mobile-navigation ul>li.menu-item>a>span,
.mobile-navigation-categories ul>li.menu-item>a>span {
    display: inline-block;
    position: relative
}

.mobile-navigation ul>li.menu-item>a>span:before,
.mobile-navigation-categories ul>li.menu-item>a>span:before {
    content: none;
    display: inline-block;
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    bottom: -1px;
    background-color: var(--e-global-color-primary)
}

.mobile-navigation ul>li.menu-item>a span.text-link,
.mobile-navigation-categories ul>li.menu-item>a span.text-link {
    display: block;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.mobile-navigation ul>li.menu-item>a span.text-link i,
.mobile-navigation-categories ul>li.menu-item>a span.text-link i {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 10px;
    margin-right: 0;
    margin-bottom: 3px
}

.mobile-navigation ul>li.menu-item span.more-link,
.mobile-navigation-categories ul>li.menu-item span.more-link {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1;
    text-transform: capitalize;
    color: var(--e-global-color-secondary)
}

.mobile-navigation ul>li.menu-item span.more-link i,
.mobile-navigation-categories ul>li.menu-item span.more-link i {
    font-size: 10px;
    font-size: .625rem;
    color: var(--e-global-color-primary)
}

.mobile-navigation ul>li.menu-item span.more-link i.left,
.mobile-navigation-categories ul>li.menu-item span.more-link i.left {
    margin-right: 7px;
    width: 12px;
    transition: all .3s ease
}

.mobile-navigation ul>li.menu-item span.more-link i.right,
.mobile-navigation-categories ul>li.menu-item span.more-link i.right {
    margin-left: 0;
    order: 15;
    width: 0;
    opacity: 0;
    transition: all .3s ease
}

.mobile-navigation ul>li.menu-item.current-menu-parent>a>span:before,
.mobile-navigation ul>li.menu-item.current-menu-item>a>span:before,
.mobile-navigation ul>li.menu-item.current-menu-ancestor>a>span:before,
.mobile-navigation-categories ul>li.menu-item.current-menu-parent>a>span:before,
.mobile-navigation-categories ul>li.menu-item.current-menu-item>a>span:before,
.mobile-navigation-categories ul>li.menu-item.current-menu-ancestor>a>span:before {
    width: 100%
}

.mobile-navigation ul>li.menu-item button:after,
.mobile-navigation-categories ul>li.menu-item button:after {
    transition: all, ease, .9s
}

.mobile-navigation ul>li.menu-item:last-child>a,
.mobile-navigation-categories ul>li.menu-item:last-child>a {
    border-bottom: none
}

.mobile-navigation ul ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu {
    display: none
}

.mobile-navigation ul ul.sub-menu>li.menu-item>a,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item>a {
    text-transform: unset;
    font-weight: var(--e-global-typography-text-font-weight);
    padding: 4px 0 4px 13px;
    border-bottom: none;
    line-height: 24px
}

.mobile-navigation ul ul.sub-menu>li.menu-item>a:hover,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item>a:hover {
    color: var(--e-global-color-primary)
}

.mobile-navigation ul ul.sub-menu>li.menu-item.current-menu-item a,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item.current-menu-item a {
    color: var(--e-global-color-primary)
}

.mobile-navigation ul ul.sub-menu>li.menu-item:first-child>a,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item:first-child>a {
    padding-top: 8px
}

.mobile-navigation ul ul.sub-menu>li.menu-item ul.sub-menu,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item ul.sub-menu {
    margin-left: 15px
}

.mobile-navigation ul ul.sub-menu .dropdown-toggle,
.mobile-navigation-categories ul ul.sub-menu .dropdown-toggle {
    padding: 7px 0
}

.mobile-navigation .dropdown-toggle,
.mobile-navigation-categories .dropdown-toggle {
    background: 0 0;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    padding: 17px 0;
    line-height: 1;
    width: 30px;
    text-align: right;
    border: none;
    color: var(--e-global-color-secondary)
}

.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:focus {
    outline: none
}

.mobile-navigation .dropdown-toggle:hover,
.mobile-navigation .dropdown-toggle:active,
.mobile-navigation .dropdown-toggle:focus,
.mobile-navigation-categories .dropdown-toggle:hover,
.mobile-navigation-categories .dropdown-toggle:active,
.mobile-navigation-categories .dropdown-toggle:focus {
    border: none;
    background-color: transparent;
    color: var(--e-global-color-secondary)
}

.main-navigation.toggled .menu>ul:not(.nav-menu),
.main-navigation.toggled ul[aria-expanded=true] {
    max-height: 9999px
}

.vertical-navigation {
    position: relative;
    height: 100%;
    max-width: 272px;
    width: 100%;
    transition: all .3s ease;
    background-color: var(--e-global-color-primary)
}

.vertical-navigation .vertical-navigation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 20px;
    overflow: hidden;
    cursor: pointer
}

.vertical-navigation .vertical-navigation-header .aro-icon {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: 10px;
    color: #fff
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
    position: relative;
    display: flex;
    align-items: center
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.8571428571;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon {
    display: flex;
    flex-direction: column;
    margin-right: 13px
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon>span {
    display: inline-block;
    height: 2px;
    width: 18px;
    margin-bottom: 5px;
    transition: all .3s ease;
    background-color: #fff
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon>span:last-child {
    margin-bottom: 0
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
    width: 12px
}

.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
    width: 18px
}

.vertical-navigation .vertical-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 300px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.vertical-navigation .vertical-menu .menu {
    position: relative;
    list-style: none;
    min-height: 578px;
    padding: 20px 0;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
    background-color: #f8f5ef;
    background-image: url(../../../themes/aro/assets/images/new/bg_vertical-1.png);
    background-repeat: no-repeat;
    background-position: right bottom
}

.vertical-navigation .vertical-menu .menu>li {
    padding: 0 40px
}

.vertical-navigation .vertical-menu .menu>li:last-child a {
    position: relative;
    border-bottom: none
}

.vertical-navigation .vertical-menu .menu>li:last-child a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    transform: translateY(-50%);
    background-image: url(../../../themes/aro/assets/images/new/Sale.png);
    background-repeat: no-repeat;
    background-position: right center
}

.vertical-navigation .vertical-menu .menu>li:nth-last-child(4) a {
    position: relative
}

.vertical-navigation .vertical-menu .menu>li:nth-last-child(4) a:before {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 40px;
    height: 20px;
    border-radius: 2px;
    transform: translateY(-50%);
    background-image: url(../../../themes/aro/assets/images/new/New.png);
    background-repeat: no-repeat;
    background-position: right center
}

.vertical-navigation .vertical-menu .menu>li>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-size: .875rem;
    padding: .53rem 0;
    color: var(--e-global-color-lighter);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.4;
    border-bottom: 1px solid var(--e-global-color-border)
}

.vertical-navigation .vertical-menu .menu>li>a .text-link {
    display: block;
    padding-top: 5px;
    padding-left: 30px;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1.2857142857;
    color: var(--e-global-color-secondary)
}

.vertical-navigation .vertical-menu .menu>li>a .text-link i {
    font-size: 12px;
    font-size: .75rem;
    margin-left: 10px;
    margin-bottom: 3px
}

.vertical-navigation:hover .vertical-menu {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    transform: translateY(0)
}

.vertical-navigation ul.menu {
    list-style: none;
    margin: 0;
    background-color: #fff
}

.vertical-navigation ul.menu .sub-menu {
    position: absolute;
    left: -9999em;
    z-index: -1;
    top: -1px;
    visibility: hidden;
    opacity: 0;
    list-style: none;
    margin: 0;
    background: #fff;
    width: 260px;
    border: 1px solid var(--e-global-color-border);
    border-radius: 0;
    box-shadow: none;
    padding: 10px 0
}

.vertical-navigation ul.menu .sub-menu>li {
    padding: 0 30px
}

.vertical-navigation ul.menu .sub-menu>li:last-child>a {
    border-bottom: none
}

.vertical-navigation ul.menu .sub-menu>li>a {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.4;
    padding: 10px 0;
    color: var(--e-global-color-text);
    border-bottom: 1px solid var(--e-global-color-border)
}

.vertical-navigation ul.menu .sub-menu>li:hover>a {
    color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu .sub-menu>li.current-menu-item>a {
    color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu .sub-menu.mega-menu>li {
    padding: 0
}

.vertical-navigation ul.menu>li {
    position: relative
}

.vertical-navigation ul.menu>li>a {
    position: relative;
    color: var(--e-global-color-text);
    font-size: 16px;
    font-size: 1rem;
    padding: .5em 20px;
    display: block
}

.vertical-navigation ul.menu>li>a .menu-icon {
    font-size: 26px;
    font-size: 1.625rem;
    margin-right: 20px;
    color: var(--e-global-color-lighter)
}

.vertical-navigation ul.menu>li span.more-link {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1;
    text-transform: capitalize;
    color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu>li span.more-link i {
    font-size: 10px;
    font-size: .625rem;
    color: var(--e-global-color-primary)
}

.vertical-navigation ul.menu>li span.more-link i.left {
    margin-right: 7px;
    width: 12px;
    transition: all .3s ease
}

.vertical-navigation ul.menu>li span.more-link i.right {
    margin-left: 0;
    order: 15;
    width: 0;
    opacity: 0;
    transition: all .3s ease
}

.vertical-navigation ul.menu>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    left: 100%;
    z-index: 99
}

.vertical-navigation ul.menu>li:hover>a {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu>li:hover>a .menu-icon {
    color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu>li:hover>a:after {
    color: var(--e-global-color-primary)
}

.vertical-navigation ul.menu>li:hover span.more-link i.left {
    width: 0;
    opacity: 0;
    margin-right: 0
}

.vertical-navigation ul.menu>li:hover span.more-link i.right {
    width: 12px;
    opacity: 1;
    margin-left: 7px
}

.vertical-navigation ul.menu>li.current-menu-item>a {
    color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu>li.current-menu-item>a .menu-icon {
    color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu>li.current-menu-item>a:after {
    color: var(--e-global-color-primary)
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon {
    margin-right: 0
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .title-icon .icon-2 {
    width: 18px
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .title {
    display: none
}

.vertical-style-2 .vertical-navigation .vertical-navigation-header .aro-icon {
    display: none
}

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

.vertical-navigation .has-mega-menu {
    position: static !important
}

.vertical-navigation .has-mega-menu .mega-menu {
    padding: 0 !important
}

.main-navigation .has-mega-menu .mega-menu .elementor-icon-list-item {
    min-width: unset
}

.mega-menu.sub-menu {
    padding: 0;
    background: #fff
}

.mega-menu.sub-menu .elementor-section.elementor-section-stretched {
    left: 0 !important;
    max-width: 100% !important
}

.mega-menu.mega-stretchwidth {
    width: 100vw
}

.single-aro_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
    font-weight: var(--e-global-typography-text-font-weight)
}

.single-aro_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
    color: var(--e-global-color-text)
}

.single-aro_menu_item .elementor-icon-list-items li a:hover,
.mega-menu .elementor-icon-list-items li a:hover {
    color: var(--e-global-color-primary)
}

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

.site-content {
    outline: none
}

.hentry strong,
.hentry th,
.hentry dt {
    color: var(--e-global-color-secondary)
}

.entry-title {
    font-size: 36px;
    font-size: 2.25rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    line-height: 1.35;
    margin-bottom: 23px
}

.entry-title a:hover {
    color: var(--e-global-color-primary)
}

.entry-header h1.entry-title {
    font-size: 44px;
    margin-bottom: 24px;
    line-height: 1.0909090909
}

.page-header h1.page-title {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 45px;
    line-height: 1.2857142857;
    letter-spacing: -1px
}

.post-thumbnail {
    margin-bottom: 27px;
    position: relative
}

.post-thumbnail .categories-link {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 2
}

.post-thumbnail .posted-on-square {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 3
}

.posted-on-square a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #fff;
    border-radius: 5px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    color: var(--e-global-color-secondary);
    text-transform: uppercase
}

.posted-on-square a b {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    display: block;
    line-height: 1
}

.entry-meta {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 12px;
    text-transform: capitalize;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.3333333333;
    color: var(--e-global-color-lighter);
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.entry-meta>div {
    margin-bottom: 3px
}

.entry-meta a {
    display: inline-block;
    color: var(--e-global-color-lighter);
    text-transform: capitalize;
    font-size: 14px;
    font-size: .875rem
}

.entry-meta a:hover {
    color: var(--e-global-color-primary)
}

.entry-meta .meta-reply,
.entry-meta .posted-on,
.entry-meta .post-author {
    display: flex;
    align-items: center;
    margin-right: 10px
}

.entry-meta .meta-reply>*,
.entry-meta .posted-on>*,
.entry-meta .post-author>* {
    line-height: 22px
}

.entry-meta .meta-reply a {
    color: var(--e-global-color-secondary)
}

.entry-meta .meta-reply a:hover {
    color: var(--e-global-color-primary)
}

.entry-meta .posted-on {
    order: 1
}

.entry-meta .posted-on:after {
    content: "-";
    position: relative;
    right: -5px;
    font-size: 14px;
    top: 0
}

.entry-meta .meta-reply {
    order: 3
}

.entry-meta .meta-reply:after {
    content: "-";
    position: relative;
    right: -5px;
    font-size: 14px;
    top: 0
}

.entry-meta .post-author {
    order: 2
}

.entry-meta .post-author a {
    color: var(--e-global-color-lighter);
    order: 1
}

.entry-meta .post-author a:hover {
    color: var(--e-global-color-primary)
}

.entry-meta .categories-link {
    margin-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px
}

.categories-link {
    order: 4
}

.categories-link a {
    color: var(--e-global-color-lighter);
    font-weight: var(--e-global-typography-secondary-font-weight);
    display: inline-block
}

.categories-link a:hover {
    color: var(--e-global-color-primary)
}

.categories-link .dot {
    color: var(--e-global-color-lighter);
    margin: 0 3px 0 2px
}

.more-link-wrap {
    margin: 37px 0 0
}

a.more-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 1.3333333333;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    position: relative;
    padding-right: 10px;
    transition: all .3s;
    text-decoration: underline
}

a.more-link:hover {
    color: var(--e-global-color-primary)
}

.tags-links {
    color: var(--e-global-color-text);
    font-size: 12px;
    font-size: .75rem
}

.tags-links a {
    display: inline-block;
    color: var(--e-global-color-secondary);
    margin-right: 7px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    font-style: italic
}

.tags-links a:hover {
    color: var(--e-global-color-primary)
}

.byline,
.updated:not(.published) {
    display: none
}

.single .byline,
.group-blog .byline {
    display: inline
}

.page-links {
    clear: both;
    margin: 0 0 10px
}

.single .hentry .entry-header .entry-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 12px;
    line-height: 60px;
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-align: center
}

.single .hentry .entry-taxonomy {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0 30px
}

.single .entry-meta {
    margin-bottom: 15px
}

.single .nav-links {
    display: flex
}

@media (max-width:567px) {
    .single .nav-links {
        display: block
    }
}

.single .nav-links>div {
    display: flex;
    position: relative;
    overflow: hidden;
    transition: all .3s ease
}

.single .nav-links .nav-previous {
    justify-content: flex-start;
    margin-right: auto
}

.single .nav-links .nav-previous a:before {
    font-size: 30px;
    font-size: 1.875rem
}

.single .nav-links .nav-next {
    justify-content: flex-end;
    margin-left: auto
}

.single .nav-links .nav-next a:after {
    font-size: 30px;
    font-size: 1.875rem
}

.post-inner .post-thumbnail {
    overflow: hidden;
    border-radius: 0;
    text-align: center
}

.post-inner .post-thumbnail img {
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.post-inner:hover .post-thumbnail img {
    transform: scale(1.05)
}

.single-post .aro-social-share {
    padding: 10px 0
}

.single-post .aro-social-share a {
    color: var(--e-global-color-secondary)
}

.single-post .aro-social-share a:hover {
    color: var(--e-global-color-primary)
}

.single-post.aro-full-width-content .content-area {
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    float: none
}

.single-post.aro-full-width-content .single-content {
    display: flex;
    flex-direction: column
}

.single-post.aro-full-width-content .single-content>* {
    order: 2
}

.single-post.aro-full-width-content .single-content .entry-header {
    order: 0;
    text-align: center
}

.single-post.aro-full-width-content .single-content .entry-header .entry-meta {
    justify-content: center;
    margin-bottom: 40px
}

.single-post.aro-full-width-content .post-thumbnail {
    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
    max-width: 1290px
}

.single-post.aro-full-width-content .post-thumbnail img {
    object-fit: cover;
    width: 100%
}

@media (min-width:768px) and (max-width:1290px) {
    .single-post.aro-full-width-content .post-thumbnail {
        padding-left: 30px;
        padding-right: 30px;
        width: auto
    }
}

article.article-default {
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    border-bottom: none
}

article.article-default:last-of-type {
    padding-bottom: 0;
    margin-bottom: 35px;
    border-bottom: none
}

article.article-default .categories-link {
    top: 15px;
    left: 15px;
    z-index: 999
}

.search form.search-form label,
.post-password-form label {
    vertical-align: middle
}

.search form.search-form input[type=submit],
.post-password-form input[type=submit] {
    vertical-align: middle
}

.post-password-form input {
    height: 50px
}

@media (max-width:480px) {
    .post-password-form input[type=password] {
        display: block;
        width: 100%;
        margin-bottom: 10px
    }
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

@media (min-width:768px) {
    .blog-style-list article.article-default {
        display: flex;
        align-items: center;
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid var(--e-global-color-border)
    }
    .blog-style-list article.article-default:last-of-type {
        padding-bottom: 0;
        margin-bottom: 30px;
        border-bottom: none
    }
    .blog-style-list .entry-title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
    .blog-style-list .entry-excerpt p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }
    .blog-style-list .post-thumbnail {
        width: 45%;
        margin-right: 30px;
        margin-bottom: 0
    }
    .blog-style-list .post-thumbnail img {
        height: 260px;
        object-fit: cover
    }
    .blog-style-list .entry-title {
        font-size: 24px
    }
    .blog-style-list .post-content {
        flex: 1;
        word-break: break-word
    }
    .blog-style-list .post-content .entry-meta {
        justify-content: flex-start
    }
}

.blog-style-grid .column-item {
    margin-bottom: 45px
}

.blog-style-grid .entry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.blog-style-grid .entry-title {
    font-size: 24px;
    line-height: 30px
}

.blog-style-grid .excerpt-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

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

.list-items li {
    list-style: none;
    display: flex;
    align-items: center
}

.list-items li:not(:last-child) {
    margin-bottom: 8px
}

.list-items li i {
    margin-right: 10px;
    font-size: 1.2em
}

.aro-footer-builder .site-footer {
    padding-top: 0
}

.copyright-bar {
    color: var(--e-global-color-lighter);
    padding: 1.618034em 15px;
    min-height: 105px;
    border-top: 1px solid var(--e-global-color-border);
    display: flex;
    align-items: center
}

.copyright-bar .site-info {
    text-align: center
}

.copyright-bar .site-info a.site-url:not(.button) {
    color: var(--e-global-color-secondary)
}

.copyright-bar .site-info a.site-url:not(.button):hover {
    color: var(--e-global-color-primary)
}

@media (max-width:1024px) {
    [data-elementor-type=footer] {
        margin-bottom: 60px
    }
}

.scrollup {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 99999;
    padding: 0;
    width: 44px;
    height: 44px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #000;
    font-size: 12px;
    font-size: .75rem;
    -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 .scrollup-icon {
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 3px;
    transition: all 10s ease
}

.scrollup .scrollup-label {
    font-weight: 700;
    margin-top: 5px;
    display: none
}

.scrollup:hover {
    background-color: var(--e-global-color-primary)
}

.scrollup.activate {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.41577975em;
    margin-bottom: 1.41577975em;
    clear: both
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.41577975em;
    margin-bottom: 1.41577975em;
    clear: both
}

.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
    margin-bottom: 1.41577975em
}

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

.screen-reader-text:focus {
    background-color: #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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

table {
    border-spacing: 0;
    width: 100%;
    border-collapse: collapse
}

table caption {
    padding: 1em 0;
    font-weight: var(--e-global-typography-primary-font-weight)
}

table td,
table th {
    padding: 1em 1.41577975em;
    text-align: left;
    vertical-align: top;
    word-break: break-all
}

table td p:last-child,
table th p:last-child {
    margin-bottom: 0
}

table th {
    font-weight: var(--e-global-typography-text-font-weight)
}

table thead th {
    padding: 1.41577975em;
    vertical-align: middle
}

table tbody h2 {
    font-size: 1em;
    letter-spacing: normal;
    font-weight: 400
}

table tbody h2 a {
    font-weight: 400
}

table tr {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--e-global-color-border)
}

.entry-content table:not(.shop_table) td,
.entry-content table:not(.shop_table) th {
    border: 1px solid;
    border-color: var(--e-global-color-border)
}

.error404 #page {
    position: relative
}

.error404 .breadcrumb-wrap {
    display: none
}

.error404 .site-content {
    margin: 0 !important;
    padding: 0 !important;
    background-color: #f8f6f4
}

@media (min-width:1024px) {
    .error404 .site-content {
        padding: 85px 0 100px
    }
}

.error404 .page-header {
    text-align: center
}

.error404 .page-header .img-404 {
    margin-bottom: 0
}

.error404 .page-header .img-404 img {
    display: inline-block
}

.error404 .page-header .number-404 {
    margin-bottom: -85px;
    margin-top: -15px
}

.error404 .page-header .number-404 img {
    display: inline-block
}

.error404 .page-content .widget_search {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto
}

.error404 .page-content .widget_search form .search-field {
    background-color: transparent;
    border-color: var(--e-global-color-secondary)
}

.error404 .error-404 {
    text-align: center;
    margin: 100px 15px
}

@media (min-width:1024px) {
    .error404 .error-404 {
        justify-content: center;
        align-items: center;
        margin-top: 160px;
        margin-bottom: 225px
    }
}

.error404 .error-subtitle {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-secondary);
    margin-bottom: 12px
}

@media (min-width:768px) {
    .error404 .error-subtitle {
        font-size: 50px;
        font-size: 3.125rem
    }
}

.error404 .error-text {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 26px;
    font-weight: 400;
    margin: 0 auto 58px;
    text-align: center;
    max-width: 400px
}

.error404 .error-text a {
    color: var(--e-global-color-accent);
    font-weight: var(--e-global-typography-primary-font-weight)
}

.error404 .error-text a:hover,
.error404 .error-text a:focus {
    text-decoration: underline
}

.error404 .error-button a {
    line-height: 50px;
    padding: 0 45px;
    color: #fff;
    background-color: var(--e-global-color-secondary);
    display: inline-block;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    transition: all .3s ease
}

.error404 .error-button a:hover {
    background-color: var(--e-global-color-primary);
    color: #fff
}

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
    width: 100%;
    display: block
}

#comments {
    margin-top: 45px
}

#comments .comment-form p {
    margin-bottom: 1em
}

#comments .comment-form .form-submit {
    margin-top: 20px
}

#comments .comment-form .comment-form-url {
    display: none
}

#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email,
#comments .comment-form .comment-form-url {
    margin-bottom: 20px
}

#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input,
#comments .comment-form .comment-form-url input {
    width: 100%
}

#comments .comment-form .comment-notes {
    padding-bottom: 5px
}

#comments .comment-form .comment-notes,
#comments .comment-form .logged-in-as,
#comments .comment-form .comment-form-cookies-consent,
#comments .comment-form .comment-form-comment {
    margin-bottom: 30px
}

#comments .comment-form .comment-notes a,
#comments .comment-form .logged-in-as a,
#comments .comment-form .comment-form-cookies-consent a,
#comments .comment-form .comment-form-comment a {
    text-decoration: underline;
    color: var(--e-global-color-text)
}

#comments .comment-form .comment-notes a:hover,
#comments .comment-form .logged-in-as a:hover,
#comments .comment-form .comment-form-cookies-consent a:hover,
#comments .comment-form .comment-form-comment a:hover {
    color: var(--e-global-color-primary)
}

#comments .comments-title {
    font-size: 30px;
    font-size: 1.875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    margin-bottom: 45px
}

#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-url {
    padding: 0 10px;
    order: -1
}

@media (min-width:1024px) {
    #comments .comment-form-author,
    #comments .comment-form-email,
    #comments .comment-form-url {
        flex: 0 0 50%;
        max-width: 50%
    }
}

#comments .comment-notes {
    flex: 0 0 100%;
    max-width: 100%;
    order: -1
}

#comments .comment-form-comment {
    flex: 0 0 100%;
    max-width: 100%
}

#comments .comment-form-cookies-consent {
    flex: 0 0 100%;
    max-width: 100%
}

#comments .comment-list {
    position: relative;
    list-style: none;
    margin: 0
}

#comments .comment-list .depth-1:first-of-type>.comment-body {
    margin-top: 0;
    padding-top: 0;
    border-top: none
}

#comments .comment-list .comment-body {
    margin-top: 35px;
    padding-top: 40px;
    border-top: 1px solid var(--e-global-color-border);
    display: flex;
    flex-wrap: wrap
}

#comments .comment-list .comment-body:before,
#comments .comment-list .comment-body:after {
    content: "";
    display: table
}

#comments .comment-list .comment-body:after {
    clear: both
}

#comments .comment-list .comment-author {
    display: none
}

@media (min-width:1024px) {
    #comments .comment-list .comment-author {
        display: block
    }
}

#comments .comment-list .avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 30px
}

#comments .comment-list .comment-content {
    width: 100%;
    border-radius: 0;
    position: relative;
    background-color: transparent
}

@media (min-width:1024px) {
    #comments .comment-list .comment-content {
        width: calc(100% - 110px)
    }
}

#comments .comment-list .comment-content .comment-text {
    margin-bottom: 8px
}

#comments .comment-list .comment-content .comment-text p:last-child {
    margin-bottom: 0
}

#comments .comment-list .comment-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap
}

#comments .comment-list .comment-meta {
    margin-right: 10px
}

#comments .comment-list .comment-meta a.comment-date {
    color: var(--e-global-color-lighter);
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-text-font-weight);
    margin-bottom: 5px;
    display: block
}

#comments .comment-list .comment-meta a.comment-date:hover {
    color: var(--e-global-color-primary)
}

#comments .comment-list .comment-meta .comment-author {
    display: inline-block;
    margin-right: 6px
}

#comments .comment-list .comment-meta cite {
    color: var(--e-global-color-secondary);
    font-style: normal;
    clear: both;
    display: block;
    letter-spacing: .02em;
    font-size: 18px;
    font-size: 1.125rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing)
}

#comments .comment-list .comment-meta cite a {
    color: var(--e-global-color-secondary)
}

#comments .comment-list .comment-meta cite a:hover {
    color: var(--e-global-color-primary)
}

#comments .comment-list .trackback .comment-body .comment-content:before,
#comments .comment-list .pingback .comment-body .comment-content:before {
    content: none
}

#comments .comment-list .reply:before,
#comments .comment-list .reply:after {
    content: "";
    display: table
}

#comments .comment-list .reply:after {
    clear: both
}

#comments .comment-list .reply a {
    font-size: 12px;
    font-size: .75rem;
    line-height: 20px;
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    position: relative;
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600
}

#comments .comment-list .reply a:before {
    margin-right: 5px;
    font-size: 14px;
    font-size: .875rem
}

#comments .comment-list .reply a:last-child {
    margin-right: 0
}

#comments .comment-list .reply a:hover {
    color: var(--e-global-color-primary)
}

#comments .comment-list .children {
    list-style: none
}

#comments .comment-list #respond {
    padding: 20px 1.618034em 15px;
    background-color: rgba(0, 0, 0, .0125);
    margin: 10px 0 10px auto;
    border-radius: 2px;
    border: 1px solid var(--e-global-color-border);
    width: 100%
}

@media (min-width:1024px) {
    #comments .comment-list #respond {
        width: calc(100% - 80px)
    }
}

#comments .bypostauthor {
    font-size: inherit
}

#comments blockquote {
    margin-left: 0
}

#comments table th,
#comments table td {
    border: 1px solid;
    border-color: var(--e-global-color-border)
}

#commentform {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

#commentform>p,
#commentform .comment-form-rating {
    padding: 0 10px;
    width: 100%
}

.comment-content a {
    word-wrap: break-word
}

#respond {
    clear: both;
    position: relative;
    margin-top: 75px
}

#respond .comment-form-cookies-consent label {
    color: var(--e-global-color-text)
}

#respond .form-submit,
#respond form {
    margin-bottom: 0
}

#respond label {
    color: var(--e-global-color-secondary)
}

#respond #reply-title {
    color: var(--e-global-color-secondary);
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 15px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    text-transform: capitalize
}

#respond #cancel-comment-reply-link {
    position: absolute;
    top: 15px;
    right: 10px;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    overflow: hidden;
    line-height: 1;
    font-size: 0px;
    font-size: 0rem;
    text-align: center;
    transition: transform, ease, .3s
}

#respond #cancel-comment-reply-link:before {
    font-size: 20px;
    font-size: 1.25rem
}

form {
    margin-bottom: 1.618034em
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}

.button-outline {
    border: 1px solid;
    border-radius: 0;
    background: 0 0;
    border-color: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    cursor: pointer;
    padding: 1em 1.618034em;
    text-decoration: none
}

.button-outline:hover {
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary)
}

.button-outline.loading {
    opacity: .5
}

.button-outline.small {
    padding: .5407797364em .875em;
    font-size: .875em
}

.button-outline.disabled,
.button-outline:disabled {
    opacity: .5 !important;
    cursor: not-allowed
}

.button-outline.disabled:hover,
.button-outline:disabled:hover {
    opacity: .5 !important
}

button,
input[type=button],
input[type=reset],
input[type=submit],
.button,
.elementor-button {
    display: inline-block;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    background-color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
    font-size: 13px;
    font-size: .8125rem;
    border: none;
    border-radius: 0;
    cursor: pointer;
    padding: 13px 35px;
    line-height: 24px;
    text-shadow: none;
    -webkit-appearance: none;
    color: #fff;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

button:after,
input[type=button]:after,
input[type=reset]:after,
input[type=submit]:after,
.button:after,
.elementor-button:after {
    display: none
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
.button:hover,
.elementor-button:hover {
    color: #fff;
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary)
}

button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading,
.elementor-button.loading {
    opacity: .5
}

button.small,
input[type=button].small,
input[type=reset].small,
input[type=submit].small,
.button.small,
.elementor-button.small {
    padding: .5407797364em .875em;
    font-size: .875em
}

button.disabled,
button:disabled,
input[type=button].disabled,
input[type=button]:disabled,
input[type=reset].disabled,
input[type=reset]:disabled,
input[type=submit].disabled,
input[type=submit]:disabled,
.button.disabled,
.button:disabled,
.elementor-button.disabled,
.elementor-button:disabled {
    opacity: .5 !important;
    cursor: not-allowed
}

button.disabled:hover,
button:disabled:hover,
input[type=button].disabled:hover,
input[type=button]:disabled:hover,
input[type=reset].disabled:hover,
input[type=reset]:disabled:hover,
input[type=submit].disabled:hover,
input[type=submit]:disabled:hover,
.button.disabled:hover,
.button:disabled:hover,
.elementor-button.disabled:hover,
.elementor-button:disabled:hover {
    opacity: .5 !important
}

input[type=checkbox],
input[type=radio] {
    padding: 0
}

input[type=checkbox]+label,
input[type=radio]+label {
    margin: 0 0 0 .3819660059em
}

input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type=search] {
    box-sizing: border-box
}

input[type=search]::placeholder {
    color: #616161
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=search],
textarea,
.input-text {
    padding: 1.25em 1.85em;
    background-color: var(--e-global-color-background-field);
    border-width: 1px;
    border-style: solid;
    border-color: var(--e-global-color-border);
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 13px;
    outline: 0;
    transition: all ease-in-out .3s;
    border-radius: 0
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
textarea:focus,
.input-text:focus {
    border-color: var(--e-global-color-primary)
}

select {
    padding: .813em 28px .813em 1.25em
}

select:not([size]):not([multiple]) {
    color: var(--e-global-color-text);
    background-color: #fff;
    border: 1px solid;
    border-color: var(--e-global-color-border);
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
    width: 100%;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-position: calc(100% - 10px) center;
    background-repeat: no-repeat;
    background-size: 16px 10px;
    border-radius: 0
}

.select2-container--default {
    text-align: left
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 12px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 16px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 16px 12px;
    width: 16px !important;
    height: 12px !important;
    position: static !important;
    margin: 0 !important;
    display: block
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%
}

label {
    font-weight: var(--e-global-typography-text-font-weight)
}

label.inline input {
    width: auto
}

fieldset {
    padding: 1.618034em;
    padding-top: 1em;
    margin: 0;
    margin-bottom: 1.618034em;
    margin-top: 1.618034em;
    border-color: var(--e-global-color-border)
}

fieldset legend {
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary);
    padding: .6180339845em 1em;
    margin-left: -1em
}

[placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    -moz-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

@-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)
    }
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    display: inline-block;
    border-radius: 0
}

.gallery {
    margin-bottom: 1.41577975em
}

.gallery:before,
.gallery:after {
    content: "";
    display: table
}

.gallery:after {
    clear: both
}

.gallery .gallery-item {
    float: left
}

.gallery .gallery-item .gallery-icon a {
    display: block
}

.gallery .gallery-item .gallery-icon img {
    border: none;
    height: auto;
    margin: 0 auto
}

.gallery .gallery-item .gallery-caption {
    margin: 10px 0;
    text-align: center
}

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666666667%
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.285714286%
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111111111%
}

embed,
iframe,
object,
video {
    max-width: 100%
}

.wp-caption {
    margin-bottom: 1em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin: 0 auto
}

.wp-caption .wp-caption-text {
    text-align: left;
    font-style: italic;
    border-bottom: 2px solid #e5e5e5;
    padding: 5px 0;
    font-size: 14px;
    font-size: .875rem;
    line-height: 20px
}

nav.navigation {
    clear: both
}

nav.navigation:before,
nav.navigation:after {
    content: "";
    display: table
}

nav.navigation:after {
    clear: both
}

.woocommerce-pagination {
    margin-top: 45px
}

.pagination,
.woocommerce-pagination {
    clear: both;
    padding-top: 35px;
    margin-top: 35px;
    border-top: 1px solid var(--e-global-color-border)
}

.pagination ul.page-numbers:before,
.pagination ul.page-numbers:after,
.woocommerce-pagination ul.page-numbers:before,
.woocommerce-pagination ul.page-numbers:after {
    content: "";
    display: table
}

.pagination ul.page-numbers:after,
.woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    flex-wrap: wrap;
    margin: 0
}

.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    margin-right: 10px
}

.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: var(--e-global-typography-text-font-weight);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    color: var(--e-global-color-text);
    background-color: transparent
}

.pagination .page-numbers li .page-numbers.current,
.pagination .page-numbers li .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
    background-color: var(--e-global-color-primary);
    color: #fff
}

.pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto
}

.pagination .page-numbers li .page-numbers.next:hover,
.pagination .page-numbers li .page-numbers.prev:hover,
.woocommerce-pagination .page-numbers li .page-numbers.next:hover,
.woocommerce-pagination .page-numbers li .page-numbers.prev:hover {
    color: var(--e-global-color-primary);
    background-color: transparent
}

.pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
    margin-right: 12px
}

.pagination .page-numbers li .page-numbers.prev i,
.woocommerce-pagination .page-numbers li .page-numbers.prev i {
    font-size: 14px;
    font-size: .875rem;
    display: none
}

.pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.next {
    margin-left: 12px
}

.pagination .page-numbers li .page-numbers.next i,
.woocommerce-pagination .page-numbers li .page-numbers.next i {
    font-size: 14px;
    font-size: .875rem;
    display: none
}

ul.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
    margin: 0
}

ul.pagination li {
    display: inline-block;
    margin-right: 10px
}

ul.pagination li .page-numbers {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    color: var(--e-global-color-secondary);
    background-color: transparent
}

ul.pagination li .page-numbers.current,
ul.pagination li .page-numbers:hover {
    background-color: var(--e-global-color-primary);
    color: #fff
}

ul.pagination li .page-numbers.next,
ul.pagination li .page-numbers.prev {
    width: auto;
    display: flex;
    align-items: center
}

ul.pagination li .page-numbers.next:hover,
ul.pagination li .page-numbers.prev:hover {
    color: var(--e-global-color-primary);
    background-color: transparent
}

ul.pagination li .page-numbers.prev {
    margin-right: 20px
}

ul.pagination li .page-numbers.prev i {
    margin-right: 9px
}

ul.pagination li .page-numbers.next {
    margin-left: 20px
}

ul.pagination li .page-numbers.next i {
    margin-left: 9px
}

.rtl .pagination a.next,
.rtl .pagination a.prev,
.rtl .woocommerce-pagination a.next,
.rtl .woocommerce-pagination a.prev {
    transform: rotateY(180deg)
}

.page-links {
    padding-top: 20px
}

.page-links>* {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-weight: var(--e-global-typography-text-font-weight);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    margin-right: 5px;
    color: var(--e-global-color-text);
    background-color: transparent
}

.page-links>*.current,
.page-links>*:hover {
    background-color: var(--e-global-color-primary);
    color: #fff
}

nav.post-navigation {
    border-style: solid;
    border-width: 1px 0;
    border-color: var(--e-global-color-border);
    margin-top: 20px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
    padding-top: 30px;
    padding-bottom: 30px
}

nav.post-navigation .nav-previous a,
nav.post-navigation .nav-next a {
    display: flex;
    align-items: center;
    color: var(--e-global-color-secondary)
}

nav.post-navigation .nav-previous a:hover,
nav.post-navigation .nav-next a:hover {
    color: var(--e-global-color-primary)
}

nav.post-navigation .nav-previous img,
nav.post-navigation .nav-next img {
    border-radius: 0;
    object-fit: cover;
    width: 100px;
    height: 100px
}

@media (max-width:768px) {
    nav.post-navigation .nav-previous img,
    nav.post-navigation .nav-next img {
        display: none
    }
}

nav.post-navigation .nav-previous .title,
nav.post-navigation .nav-next .title {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    display: inline-block
}

nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
    display: flex;
    color: var(--e-global-color-secondary);
    position: relative;
    font-size: 12px;
    font-size: .75rem;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
    align-content: center;
    align-items: center
}

nav.post-navigation .nav-previous {
    float: left;
    width: 48%;
    padding-right: 15px
}

@media (max-width:768px) {
    nav.post-navigation .nav-previous {
        width: 50%
    }
}

nav.post-navigation .nav-previous img {
    margin-right: 15px
}

nav.post-navigation .nav-previous .reader-text {
    justify-content: flex-start
}

nav.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 48%;
    padding-left: 15px
}

@media (max-width:768px) {
    nav.post-navigation .nav-next {
        width: 50%
    }
}

nav.post-navigation .nav-next img {
    margin-left: 15px
}

nav.post-navigation .nav-next .reader-text {
    justify-content: flex-end
}

@media (max-width:1023px) {
    #secondary {
        display: none
    }
}

#secondary .widget_block,
#secondary .widget {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px solid var(--e-global-color-border)
}

#secondary .widget_block:last-child,
#secondary .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.widget .wp-block-group {
    position: relative
}

.widget.widget_product_search,
.widget.widget_search {
    padding: 0;
    border: none
}

.widget.widget_product_search .widget-title,
.widget.widget_product_search .widgettitle,
.widget.widget_search .widget-title,
.widget.widget_search .widgettitle {
    transform: none
}

.widget.widget_product_search .widget-title span,
.widget.widget_product_search .widgettitle span,
.widget.widget_search .widget-title span,
.widget.widget_search .widgettitle span {
    padding: 0
}

.widget.widget_product_search .wp-block-search__input,
.widget.widget_product_search .search-field,
.widget.widget_search .wp-block-search__input,
.widget.widget_search .search-field {
    border-radius: 0;
    border-color: var(--e-global-color-border);
    background-color: var(--e-global-color-background-field)
}

.widget.widget_product_search .wp-block-search__input:hover,
.widget.widget_product_search .search-field:hover,
.widget.widget_search .wp-block-search__input:hover,
.widget.widget_search .search-field:hover {
    border-color: var(--e-global-color-primary)
}

.widget.widget_product_search .wp-block-search__inside-wrapper:before,
.widget.widget_search .wp-block-search__inside-wrapper:before {
    font-size: 1.125rem;
    color: var(--e-global-color-secondary)
}

.widget.widget_product_search .wp-block-search__inside-wrapper:hover,
.widget.widget_search .wp-block-search__inside-wrapper:hover {
    color: var(--e-global-color-primary)
}

.widget_block .wp-block-search__label,
.widget_block .wp-block-group__inner-container>h2,
.widget_block .widget-title,
.widget_block .widgettitle,
.widget .wp-block-search__label,
.widget .wp-block-group__inner-container>h2,
.widget .widget-title,
.widget .widgettitle {
    font-size: 20px;
    font-size: 1.25rem;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    text-transform: capitalize;
    margin-bottom: 30px
}

.widget_block:not(.widget_search) .wp-block-group__inner-container>h2,
.widget_block:not(.widget_search) .widget-title,
.widget_block:not(.widget_search) .widgettitle,
.widget:not(.widget_search) .wp-block-group__inner-container>h2,
.widget:not(.widget_search) .widget-title,
.widget:not(.widget_search) .widgettitle {
    border-bottom: none;
    border-color: var(--e-global-color-border);
    padding-bottom: 0
}

.widget_block .price_slider .ui-slider-range,
.widget .price_slider .ui-slider-range {
    background-color: var(--e-global-color-secondary)
}

.widget_block .price_slider .ui-slider-handle,
.widget .price_slider .ui-slider-handle {
    background-color: var(--e-global-color-secondary)
}

.widget_block .product-brands .brand-item a,
.widget .product-brands .brand-item a {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-lighter)
}

.widget_block .product-brands .brand-item a:hover,
.widget .product-brands .brand-item a:hover {
    color: var(--e-global-color-primary)
}

.widget_block .product-brands .brand-item.chosen a,
.widget .product-brands .brand-item.chosen a {
    color: var(--e-global-color-primary)
}

.widget_block .product-brands .brand-item.chosen a:before,
.widget .product-brands .brand-item.chosen a:before {
    color: var(--e-global-color-primary)
}

.widget_block .product-brands .brand-item.chosen .count,
.widget .product-brands .brand-item.chosen .count {
    color: var(--e-global-color-primary)
}

.widget_block .product-brands .brand-item:hover a,
.widget .product-brands .brand-item:hover a {
    color: var(--e-global-color-primary)
}

.widget_block .product-brands .brand-item:hover .count,
.widget .product-brands .brand-item:hover .count {
    color: var(--e-global-color-primary)
}

.widget_block .product-categories .cat-item,
.widget .product-categories .cat-item {
    display: block;
    margin-bottom: .75em
}

.widget_block .product-categories .cat-item:last-child,
.widget .product-categories .cat-item:last-child {
    margin-bottom: 0
}

.widget_block .product-brands .brand-item,
.widget .product-brands .brand-item {
    display: flex;
    justify-content: space-between
}

.widget_block .product-brands .brand-item:last-child,
.widget .product-brands .brand-item:last-child {
    margin-bottom: 0
}

.widget_block select,
.widget select {
    margin-bottom: 1.618em;
    max-width: 100%
}

.widget_block .wp-block-search__label,
.widget .wp-block-search__label {
    display: inherit
}

.widget_block .widget-search .search-submit,
.widget .widget-search .search-submit {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.widget_block .widget-search .search-submit:focus,
.widget .widget-search .search-submit: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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.widget_block.widget_recent_entries,
.widget.widget_recent_entries {
    counter-reset: section;
    padding-top: 3px
}

.widget_block.widget_recent_entries .widget-content .post-date,
.widget.widget_recent_entries .widget-content .post-date {
    text-transform: capitalize;
    line-height: 22px;
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-lighter);
    margin-bottom: 8px
}

.widget_block.widget_recent_entries .widget-content li,
.widget.widget_recent_entries .widget-content li {
    display: flex;
    flex-direction: row;
    padding-bottom: 30px;
    margin-bottom: 0;
    align-items: center
}

.widget_block.widget_recent_entries .widget-content li:last-child,
.widget.widget_recent_entries .widget-content li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.widget_block.widget_recent_entries .recent-posts-thumbnail,
.widget.widget_recent_entries .recent-posts-thumbnail {
    flex: 0 0 auto;
    overflow: hidden;
    position: relative
}

.widget_block.widget_recent_entries .recent-posts-thumbnail img,
.widget.widget_recent_entries .recent-posts-thumbnail img {
    margin-right: 25px;
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 0
}

.widget_block.widget_recent_entries .recent-posts-info,
.widget.widget_recent_entries .recent-posts-info {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column
}

.widget_block.widget_recent_entries .post-title,
.widget.widget_recent_entries .post-title {
    line-height: 24px;
    font-size: 16px;
    font-size: 1rem;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-secondary);
    margin-bottom: 0
}

.widget_block.widget_recent_entries .post-title a,
.widget.widget_recent_entries .post-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--e-global-color-secondary);
    margin-bottom: 4px
}

.widget_block.widget_recent_entries .post-title a:hover,
.widget.widget_recent_entries .post-title a:hover {
    text-decoration: none;
    color: var(--e-global-color-primary)
}

.widget_block ul,
.widget ul {
    margin-left: 0;
    list-style: none
}

.widget_block ul li,
.widget ul li {
    list-style: none;
    margin-bottom: .875em
}

.widget_block ul .children,
.widget ul .children {
    margin-top: .875em
}

.widget_block ul ul,
.widget ul ul {
    margin-left: 1.41577975em;
    margin-top: 1em
}

.widget_block.widget_rss .rss-date,
.widget.widget_rss .rss-date {
    font-style: italic;
    display: block;
    margin: 0 0 .7em
}

.widget_block.widget_rss .widget-title .rsswidget,
.widget.widget_rss .widget-title .rsswidget {
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.widget_block.widget_rss .rss-date,
.widget_block.widget_rss cite,
.widget.widget_rss .rss-date,
.widget.widget_rss cite {
    color: var(--e-global-color-secondary)
}

.widget_block.widget_rss li,
.widget.widget_rss li {
    margin-bottom: 1em
}

.widget_block.widget_rss li a.rsswidget,
.widget.widget_rss li a.rsswidget {
    text-decoration: underline;
    line-height: 1.41577975em
}

.wpml-ls.wpml-ls-legacy-list-vertical li,
.wpml-ls.wpml-ls-legacy-list-horizontal li {
    margin-bottom: 1em
}

.wpml-ls.wpml-ls-legacy-list-vertical a,
.wpml-ls.wpml-ls-legacy-list-horizontal a {
    padding: 0
}

.wpml-ls.wpml-ls-legacy-list-horizontal a {
    padding-right: .875em
}

.wpml-ls.wpml-ls-legacy-dropdown-click,
.wpml-ls.wpml-ls-legacy-dropdown {
    width: 100%
}

.wpml-ls.wpml-ls-legacy-dropdown-click a,
.wpml-ls.wpml-ls-legacy-dropdown a {
    padding: 1em 1.41577975em;
    border-color: var(--e-global-color-border);
    background-color: var(--background)
}

.wpml-ls.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after,
.wpml-ls.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    right: 1em
}

.wpml-ls.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu,
.wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: 0
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-horizontal {
    margin-bottom: 0
}

.wpml-ls-statics-footer.wpml-ls-legacy-list-vertical {
    margin-top: 1em;
    margin-bottom: 0
}

.wpml-ls-statics-footer li a {
    color: var(--e-global-color-text)
}

.wpml-ls-statics-footer li a:hover {
    color: var(--e-global-color-primary)
}

.widget.widget_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .wp-block-tag-cloud a,
.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a {
    display: inline-block;
    font-size: 14px !important;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 24px;
    color: var(--e-global-color-dark);
    padding: 2px 12px;
    margin-bottom: 10px;
    margin-right: 5px;
    background-color: transparent;
    border: 1px solid;
    border-radius: 0;
    border-color: var(--e-global-color-border);
    text-transform: capitalize
}

.widget.widget_tag_cloud .tagcloud a:not(:last-child):after,
.widget.widget_tag_cloud .wp-block-tag-cloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .tagcloud a:not(:last-child):after,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:not(:last-child):after {
    display: none;
    content: ".";
    margin: -8px 8px 0;
    vertical-align: middle
}

.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .wp-block-tag-cloud a:hover,
.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_product_tag_cloud .wp-block-tag-cloud a:hover {
    color: var(--e-global-color-secondary);
    text-decoration: unset;
    border-color: var(--e-global-color-secondary)
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
    color: var(--e-global-color-lighter)
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li a {
    color: var(--e-global-color-secondary)
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li:before {
    opacity: 1 !important
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list .chosen a {
    color: var(--e-global-color-primary)
}

.widget_search form,
.widget_product_search form,
.site-search form {
    position: relative;
    margin-bottom: 0
}

.widget_search form:before,
.widget_product_search form:before,
.site-search form:before {
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-secondary)
}

.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search],
.site-search form input[type=text],
.site-search form input[type=search] {
    width: 100%;
    padding-right: 55px;
    flex: 1;
    border: none
}

.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit],
.site-search form input[type=submit],
.site-search form button[type=submit] {
    font-size: 0;
    line-height: 0;
    width: 60px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background: 0 0;
    border: none;
    padding: 0
}

.widget_search form input[type=submit]:hover,
.widget_search form input[type=submit]:focus,
.widget_search form input[type=submit]:active,
.widget_search form button[type=submit]:hover,
.widget_search form button[type=submit]:focus,
.widget_search form button[type=submit]:active,
.widget_product_search form input[type=submit]:hover,
.widget_product_search form input[type=submit]:focus,
.widget_product_search form input[type=submit]:active,
.widget_product_search form button[type=submit]:hover,
.widget_product_search form button[type=submit]:focus,
.widget_product_search form button[type=submit]:active,
.site-search form input[type=submit]:hover,
.site-search form input[type=submit]:focus,
.site-search form input[type=submit]:active,
.site-search form button[type=submit]:hover,
.site-search form button[type=submit]:focus,
.site-search form button[type=submit]:active {
    background: 0 0
}

.widget-area .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    background-color: var(--e-global-color-primary);
    font-size: 0;
    line-height: 0;
    border: none;
    position: relative;
    width: 80px;
    margin: 0 0 0 15px
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
    background-color: var(--e-global-color-secondary)
}

.site-search form {
    margin-bottom: 0
}

.widget_categories form,
.widget_text form {
    margin: 0
}

.widget_categories p,
.widget_text p {
    margin: 0
}

.widget.widget_block ul,
.widget.widget_block ol,
.wp-block-archives-list ul,
.wp-block-archives-list ol,
.widget_product_brands ul,
.widget_product_brands ol,
.widget_pages ul,
.widget_pages ol,
.widget_categories ul,
.widget_categories ol,
.widget_archive ul,
.widget_archive ol,
.widget_recent_comments ul,
.widget_recent_comments ol,
.widget_nav_menu ul,
.widget_nav_menu ol,
.widget_links ul,
.widget_links ol,
.widget_product_categories ul,
.widget_product_categories ol,
.widget_layered_nav ul,
.widget_layered_nav ol,
.widget_meta ul,
.widget_meta ol,
.widget_layered_nav_filters ul,
.widget_layered_nav_filters ol {
    margin-bottom: 0
}

.widget.widget_block ul li,
.widget.widget_block ol li,
.wp-block-archives-list ul li,
.wp-block-archives-list ol li,
.widget_product_brands ul li,
.widget_product_brands ol li,
.widget_pages ul li,
.widget_pages ol li,
.widget_categories ul li,
.widget_categories ol li,
.widget_archive ul li,
.widget_archive ol li,
.widget_recent_comments ul li,
.widget_recent_comments ol li,
.widget_nav_menu ul li,
.widget_nav_menu ol li,
.widget_links ul li,
.widget_links ol li,
.widget_product_categories ul li,
.widget_product_categories ol li,
.widget_layered_nav ul li,
.widget_layered_nav ol li,
.widget_meta ul li,
.widget_meta ol li,
.widget_layered_nav_filters ul li,
.widget_layered_nav_filters ol li {
    list-style: none
}

.widget.widget_block ul a,
.widget.widget_block ol a,
.wp-block-archives-list ul a,
.wp-block-archives-list ol a,
.widget_product_brands ul a,
.widget_product_brands ol a,
.widget_pages ul a,
.widget_pages ol a,
.widget_categories ul a,
.widget_categories ol a,
.widget_archive ul a,
.widget_archive ol a,
.widget_recent_comments ul a,
.widget_recent_comments ol a,
.widget_nav_menu ul a,
.widget_nav_menu ol a,
.widget_links ul a,
.widget_links ol a,
.widget_product_categories ul a,
.widget_product_categories ol a,
.widget_layered_nav ul a,
.widget_layered_nav ol a,
.widget_meta ul a,
.widget_meta ol a,
.widget_layered_nav_filters ul a,
.widget_layered_nav_filters ol a {
    color: var(--e-global-color-text)
}

.widget.widget_block ul a:focus,
.widget.widget_block ul a:hover,
.widget.widget_block ol a:focus,
.widget.widget_block ol a:hover,
.wp-block-archives-list ul a:focus,
.wp-block-archives-list ul a:hover,
.wp-block-archives-list ol a:focus,
.wp-block-archives-list ol a:hover,
.widget_product_brands ul a:focus,
.widget_product_brands ul a:hover,
.widget_product_brands ol a:focus,
.widget_product_brands ol a:hover,
.widget_pages ul a:focus,
.widget_pages ul a:hover,
.widget_pages ol a:focus,
.widget_pages ol a:hover,
.widget_categories ul a:focus,
.widget_categories ul a:hover,
.widget_categories ol a:focus,
.widget_categories ol a:hover,
.widget_archive ul a:focus,
.widget_archive ul a:hover,
.widget_archive ol a:focus,
.widget_archive ol a:hover,
.widget_recent_comments ul a:focus,
.widget_recent_comments ul a:hover,
.widget_recent_comments ol a:focus,
.widget_recent_comments ol a:hover,
.widget_nav_menu ul a:focus,
.widget_nav_menu ul a:hover,
.widget_nav_menu ol a:focus,
.widget_nav_menu ol a:hover,
.widget_links ul a:focus,
.widget_links ul a:hover,
.widget_links ol a:focus,
.widget_links ol a:hover,
.widget_product_categories ul a:focus,
.widget_product_categories ul a:hover,
.widget_product_categories ol a:focus,
.widget_product_categories ol a:hover,
.widget_layered_nav ul a:focus,
.widget_layered_nav ul a:hover,
.widget_layered_nav ol a:focus,
.widget_layered_nav ol a:hover,
.widget_meta ul a:focus,
.widget_meta ul a:hover,
.widget_meta ol a:focus,
.widget_meta ol a:hover,
.widget_layered_nav_filters ul a:focus,
.widget_layered_nav_filters ul a:hover,
.widget_layered_nav_filters ol a:focus,
.widget_layered_nav_filters ol a:hover {
    color: var(--e-global-color-primary)
}

.widget.widget_block ul a:focus .count,
.widget.widget_block ul a:hover .count,
.widget.widget_block ol a:focus .count,
.widget.widget_block ol a:hover .count,
.wp-block-archives-list ul a:focus .count,
.wp-block-archives-list ul a:hover .count,
.wp-block-archives-list ol a:focus .count,
.wp-block-archives-list ol a:hover .count,
.widget_product_brands ul a:focus .count,
.widget_product_brands ul a:hover .count,
.widget_product_brands ol a:focus .count,
.widget_product_brands ol a:hover .count,
.widget_pages ul a:focus .count,
.widget_pages ul a:hover .count,
.widget_pages ol a:focus .count,
.widget_pages ol a:hover .count,
.widget_categories ul a:focus .count,
.widget_categories ul a:hover .count,
.widget_categories ol a:focus .count,
.widget_categories ol a:hover .count,
.widget_archive ul a:focus .count,
.widget_archive ul a:hover .count,
.widget_archive ol a:focus .count,
.widget_archive ol a:hover .count,
.widget_recent_comments ul a:focus .count,
.widget_recent_comments ul a:hover .count,
.widget_recent_comments ol a:focus .count,
.widget_recent_comments ol a:hover .count,
.widget_nav_menu ul a:focus .count,
.widget_nav_menu ul a:hover .count,
.widget_nav_menu ol a:focus .count,
.widget_nav_menu ol a:hover .count,
.widget_links ul a:focus .count,
.widget_links ul a:hover .count,
.widget_links ol a:focus .count,
.widget_links ol a:hover .count,
.widget_product_categories ul a:focus .count,
.widget_product_categories ul a:hover .count,
.widget_product_categories ol a:focus .count,
.widget_product_categories ol a:hover .count,
.widget_layered_nav ul a:focus .count,
.widget_layered_nav ul a:hover .count,
.widget_layered_nav ol a:focus .count,
.widget_layered_nav ol a:hover .count,
.widget_meta ul a:focus .count,
.widget_meta ul a:hover .count,
.widget_meta ol a:focus .count,
.widget_meta ol a:hover .count,
.widget_layered_nav_filters ul a:focus .count,
.widget_layered_nav_filters ul a:hover .count,
.widget_layered_nav_filters ol a:focus .count,
.widget_layered_nav_filters ol a:hover .count {
    color: var(--e-global-color-primary)
}

.widget.widget_block ul .children,
.widget.widget_block ol .children,
.wp-block-archives-list ul .children,
.wp-block-archives-list ol .children,
.widget_product_brands ul .children,
.widget_product_brands ol .children,
.widget_pages ul .children,
.widget_pages ol .children,
.widget_categories ul .children,
.widget_categories ol .children,
.widget_archive ul .children,
.widget_archive ol .children,
.widget_recent_comments ul .children,
.widget_recent_comments ol .children,
.widget_nav_menu ul .children,
.widget_nav_menu ol .children,
.widget_links ul .children,
.widget_links ol .children,
.widget_product_categories ul .children,
.widget_product_categories ol .children,
.widget_layered_nav ul .children,
.widget_layered_nav ol .children,
.widget_meta ul .children,
.widget_meta ol .children,
.widget_layered_nav_filters ul .children,
.widget_layered_nav_filters ol .children {
    margin-top: .875em
}

.widget_meta ul li a {
    position: relative;
    display: flex;
    align-items: center
}

.widget_meta ul li a:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-flex;
    border: 1px solid var(--e-global-color-border);
    margin-right: 5px
}

.widget_meta ul li a:hover:before {
    border-color: var(--e-global-color-primary)
}

.widget_archive select {
    margin-bottom: 0
}

.widget_nav_menu li,
.widget_pages li,
.widget_categories li,
.widget_archive li,
.wp-block-archives li,
.wp-block-categories li,
.product-categories li,
.product-brands li {
    list-style: none;
    margin-bottom: .6180339845em
}

.widget_nav_menu li a,
.widget_pages li a,
.widget_categories li a,
.widget_archive li a,
.wp-block-archives li a,
.wp-block-categories li a,
.product-categories li a,
.product-brands li a {
    position: relative;
    display: inline-flex;
    font-size: 16px
}

.widget_nav_menu li a .archive-name,
.widget_nav_menu li a .cat-name,
.widget_pages li a .archive-name,
.widget_pages li a .cat-name,
.widget_categories li a .archive-name,
.widget_categories li a .cat-name,
.widget_archive li a .archive-name,
.widget_archive li a .cat-name,
.wp-block-archives li a .archive-name,
.wp-block-archives li a .cat-name,
.wp-block-categories li a .archive-name,
.wp-block-categories li a .cat-name,
.product-categories li a .archive-name,
.product-categories li a .cat-name,
.product-brands li a .archive-name,
.product-brands li a .cat-name {
    margin-right: 4px;
    position: relative
}

.widget-area .widget_categories select,
.widget-area .widget_archive select {
    margin-bottom: 0
}

.widget-area .widget_categories .cat-count,
.widget-area .widget_categories .archive-count,
.widget-area .widget_archive .cat-count,
.widget-area .widget_archive .archive-count {
    margin-left: auto;
    font-size: 14px
}

.widget-area .widget_categories a,
.widget-area .widget_archive a {
    display: flex
}

.widget-area .widget_categories a:before,
.widget-area .widget_archive a:before {
    display: none
}

.widget-area .widget_categories a:focus,
.widget-area .widget_categories a:hover,
.widget-area .widget_archive a:focus,
.widget-area .widget_archive a:hover {
    color: var(--e-global-color-primary)
}

.widget_recent_comments .wp-block-latest-comments__comment {
    line-height: 1.7
}

.widget_recent_comments a {
    text-decoration: underline
}

.wp-block-latest-comments__comment {
    line-height: 1.7
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
    line-height: 1.7
}

.wp-block-latest-comments__comment a {
    text-decoration: underline
}

.wp-block-latest-comments__comment a:hover {
    color: var(--e-global-color-secondary)
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
    padding: .236em;
    text-align: center
}

.widget-area #wp-calendar #today,
.footer-widgets #wp-calendar #today {
    background-color: var(--e-global-color-border);
    color: var(--e-global-color-primary)
}

.widget_recent_entries ul ul.children {
    margin: .6180339845em 0 0
}

.aro-canvas-filter .widget h1.widget-title,
.widget-area .widget h1.widget-title {
    font-size: 1.41577975em
}

.widget_calendar caption,
.wp-block-calendar caption {
    padding: 7px 0;
    background: var(--e-global-color-primary);
    color: #fff
}

.widget_calendar table th,
.widget_calendar table td,
.wp-block-calendar table th,
.wp-block-calendar table td {
    text-align: center;
    border: 1px solid;
    border-color: var(--e-global-color-border)
}

.widget_calendar table th,
.wp-block-calendar table th {
    background: #ddd;
    color: var(--e-global-color-secondary)
}

.ajax-search .site-header-search .button-search-popup {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: none;
    width: 100%;
    height: unset
}

.ajax-search .site-header-search i {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 10px;
    color: var(--e-global-color-secondary)
}

.ajax-search .site-header-search .content {
    font-size: 12px;
    font-size: .75rem;
    line-height: 14px;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.ajax-search .site-header-search:hover i {
    color: var(--e-global-color-secondary)
}

.search-by-category {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0
}

@media (max-width:567px) {
    .search-by-category {
        display: none
    }
}

.search-by-category .input-dropdown-inner {
    height: 44px;
    line-height: 44px;
    width: 215px;
    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: var(--e-global-color-border)
}

.search-by-category .input-dropdown-inner>a {
    display: block;
    padding-right: 25px;
    padding-left: 30px;
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-secondary);
    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%)
}

.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);
    padding-top: 10px;
    padding-bottom: 10px
}

.search-by-category .list-wrapper .aro-scroll-content {
    position: relative;
    max-height: 255px;
    max-width: 215px;
    overflow-y: auto;
    margin-bottom: 0
}

.search-by-category ul li {
    margin-bottom: 0
}

.search-by-category ul li a {
    display: block;
    padding: 5px 25px;
    color: var(--e-global-color-secondary);
    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-primary)
}

.search-by-category ul li.current-item>a {
    background-color: #f4f4f4;
    color: var(--e-global-color-secondary)
}

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

.widget .widget_tag_cloud {
    margin-bottom: 18px
}

.woocommerce-page:not(.single-product) {
    background-color: var(--e-global-color-background-light)
}

@media (min-width:1024px) {
    .menu-toggle,
    .main-navigation.toggled div.menu {
        display: none
    }
    .primary-navigation {
        display: block
    }
    .instagram-widget .instagram-picture,
    .instagram-widget .instagram-box-title {
        order: unset !important
    }
    .main-navigation {
        clear: both;
        display: block;
        width: 100%
    }
    .main-navigation ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        display: block
    }
    .main-navigation ul li {
        position: relative;
        display: inline-block;
        text-align: left
    }
    .main-navigation ul li:hover>ul,
    .main-navigation ul li.focus>ul {
        left: -9px;
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
    .main-navigation ul li:hover>ul li>ul,
    .main-navigation ul li.focus>ul li>ul {
        left: calc(100% + 70px);
        top: 0;
        opacity: 0;
        visibility: hidden
    }
    .main-navigation ul li:hover>ul li>ul.sub-menu--is-touch-device,
    .main-navigation ul li.focus>ul li>ul.sub-menu--is-touch-device {
        display: none;
        left: 0
    }
    .main-navigation ul li:hover>ul li:hover>ul,
    .main-navigation ul li:hover>ul li.focus>ul,
    .main-navigation ul li.focus>ul li:hover>ul,
    .main-navigation ul li.focus>ul li.focus>ul {
        left: 100%;
        top: 0;
        display: block;
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }
    .main-navigation ul ul.sub-menu {
        float: left;
        position: absolute;
        top: 100%;
        z-index: 99999;
        left: 80px;
        opacity: 0;
        visibility: hidden;
        transition: all .3s ease;
        pointer-events: none
    }
    .main-navigation ul ul.sub-menu.sub-menu--is-touch-device {
        display: none;
        left: 0
    }
    .main-navigation ul ul.sub-menu li {
        display: block
    }
    .main-navigation ul ul.sub-menu li .product-transition .shop-action a[class*=product_type_] {
        display: flex
    }
    .site-content:before,
    .site-content:after {
        content: "";
        display: table
    }
    .site-content:after {
        clear: both
    }
    [class*=aro-sidebar-] .content-area {
        width: calc(100% - 440px);
        float: left
    }
    .aro-sidebar-left .content-area {
        float: right
    }
    .aro-sidebar-right .content-area {
        float: left
    }
    [class*=aro-sidebar-] .widget-area {
        width: 380px;
        float: right
    }
    .aro-sidebar-left .widget-area {
        float: left
    }
    .aro-sidebar-right .widget-area {
        float: right
    }
    .left-sidebar .content-area {
        float: left
    }
    .left-sidebar .widget-area {
        float: right
    }
    .woocommerce-page.aro-full-width-content .content-area {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .aro-full-width-content .content-area {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
}

@media (min-width:768px) {
    .site-branding .site-description {
        margin-bottom: 0;
        display: block
    }
    .site-header .subscribe-and-connect-connect {
        float: right;
        margin-bottom: 1em
    }
    .site-header .subscribe-and-connect-connect .icons {
        list-style: none;
        margin: 0
    }
    .site-header .subscribe-and-connect-connect .icons a {
        font-size: 1em !important
    }
    .site-header .subscribe-and-connect-connect .icons li {
        margin: 0 0 0 .5407797364em !important;
        display: inline-block
    }
    .page-template-template-fullwidth-php .content-area,
    .elementor_library-template-default .content-area,
    .page-template-template-homepage-php .content-area {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .comment-list:before,
    .comment-list:after {
        content: "";
        display: table
    }
    .comment-list:after {
        clear: both
    }
    .comment-list .comment {
        clear: both
    }
    .comment-list #respond .comment-form-author,
    .comment-list #respond .comment-form-email,
    .comment-list #respond .comment-form-url {
        width: 100%;
        margin-right: 0
    }
    .comment-list .comment-body #respond {
        border: 1px solid #e5e5e5
    }
    .comment-list ol.children {
        margin-left: 80px;
        list-style: none
    }
    #respond .comment-form-comment {
        clear: both
    }
    .aro-primary-navigation {
        clear: both
    }
    .aro-primary-navigation:before,
    .aro-primary-navigation:after {
        content: "";
        display: table
    }
    .aro-primary-navigation:after {
        clear: both
    }
    .main-navigation div.menu {
        display: block
    }
    .main-navigation ul.menu,
    .main-navigation ul.nav-menu {
        max-height: none;
        overflow: visible;
        margin-left: -1.5em;
        margin-right: -1.5em;
        transition: none
    }
    .main-navigation ul.menu>li>a,
    .main-navigation ul.nav-menu>li>a {
        padding: 1.287em 1.1em
    }
    .main-navigation ul.menu>li.menu-item-has-children:hover:after,
    .main-navigation ul.menu>li.page_item_has_children:hover:after,
    .main-navigation ul.nav-menu>li.menu-item-has-children:hover:after,
    .main-navigation ul.nav-menu>li.page_item_has_children:hover:after {
        display: block
    }
    .main-navigation ul.menu ul.sub-menu,
    .main-navigation ul.nav-menu ul.sub-menu {
        margin-left: 0
    }
    .main-navigation ul.menu ul.sub-menu>li.menu-item>a,
    .main-navigation ul.nav-menu ul.sub-menu>li.menu-item>a {
        display: block;
        padding: .666rem 1.8rem .666rem 2.2rem;
        font-weight: var(--e-global-typography-text-font-weight);
        font-size: 15px;
        font-size: .9375rem;
        text-transform: capitalize;
        line-height: 1.25;
        color: var(--e-global-color-lighter)
    }
    .main-navigation ul.menu ul.sub-menu>li.menu-item.current-menu-parent>a,
    .main-navigation ul.menu ul.sub-menu>li.menu-item.current-menu-item>a,
    .main-navigation ul.menu ul.sub-menu>li.menu-item.current-menu-ancestor>a,
    .main-navigation ul.nav-menu ul.sub-menu>li.menu-item.current-menu-parent>a,
    .main-navigation ul.nav-menu ul.sub-menu>li.menu-item.current-menu-item>a,
    .main-navigation ul.nav-menu ul.sub-menu>li.menu-item.current-menu-ancestor>a {
        color: var(--e-global-color-secondary);
        text-decoration: underline
    }
    .main-navigation ul.menu ul.sub-menu>li.menu-item:hover>a,
    .main-navigation ul.nav-menu ul.sub-menu>li.menu-item:hover>a {
        color: var(--e-global-color-secondary);
        text-decoration: underline
    }
    .main-navigation ul.menu ul.sub-menu ul,
    .main-navigation ul.nav-menu ul.sub-menu ul {
        margin-left: 0
    }
    .error404 .fourohfour-columns-2 .col-1 {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%
    }
    .error404 .fourohfour-columns-2 .col-1 ul.products {
        margin-bottom: 0
    }
    .error404 .fourohfour-columns-2 .col-2 {
        width: 48.3870967742%;
        float: right;
        margin-right: 0
    }
    .wpml-ls-statics-footer {
        max-width: 1290px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px
    }
    .wpml-ls-statics-footer:before,
    .wpml-ls-statics-footer:after {
        content: "";
        display: table
    }
    .wpml-ls-statics-footer:after {
        clear: both
    }
    .wpml-ls-statics-footer:after {
        content: " ";
        display: block;
        clear: both
    }
    .copyright-bar .aro-social {
        text-align: left;
        margin: 0
    }
    .copyright-bar .site-info {
        margin: 0
    }
    .copyright-bar .logo-brands img {
        margin-left: auto;
        margin-right: 0
    }
}

.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
    display: inline-block;
    position: relative
}

.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    top: 100%;
    left: 0;
    background-color: var(--e-global-color-secondary);
    transition: all .4s ease
}

.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:hover:before {
    background-color: var(--e-global-color-secondary);
    width: 100%
}

.hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item:before {
    width: 100%;
    opacity: 1 !important
}

.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item {
    margin: 0
}

.elementor-menu-one .elementor-widget-navigation-menu .hfe-nav-menu.vertical ul.hfe-nav-menu li.menu-item a.hfe-menu-item:before {
    background-color: var(--e-global-color-primary);
    width: 0
}

.d-flex {
    display: flex
}

.flex-row {
    flex-direction: row
}

.flex-column {
    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 {
    justify-content: flex-end
}

.justify-content-center {
    justify-content: center
}

.justify-content-between {
    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 {
    align-self: center
}

.align-self-baseline {
    align-self: baseline
}

.align-self-stretch {
    align-self: stretch
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.aro-social-share {
    font-size: 14px;
    font-size: .875rem
}

.aro-social-share .social-share-header {
    color: var(--e-global-color-text)
}

.aro-social-share a {
    padding-left: 5px;
    padding-right: 5px;
    color: var(--e-global-color-text)
}

.aro-social-share a:hover {
    color: var(--e-global-color-primary)
}

.aro-social-share a span {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.aro-social-share a span: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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.single-product .aro-social-share {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 22px
}

.single-product .aro-social-share .social-share-header {
    display: block;
    margin-right: 18px
}

.single-product .aro-social-share a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
    padding: 0;
    margin-right: 10px;
    color: #fff;
    background-color: var(--e-global-color-primary)
}

.single-product .aro-social-share a.social-facebook {
    background-color: #3b5998
}

.single-product .aro-social-share a.social-twitter {
    background-color: #1da1f2
}

.single-product .aro-social-share a.social-linkedin {
    background-color: #0077b5
}

.single-product .aro-social-share a.social-google {
    background-color: #787c80
}

.single-product .aro-social-share a.social-pinterest {
    background-color: #e60023
}

.single-product .aro-social-share a i {
    font-size: 12px;
    font-size: .75rem
}

@font-face {
    font-family: "aro-icon";
    src: url(../../../themes/aro/assets/fonts/icons/aro-icon-1.6.0.eot);
    src: url(../../../themes/aro/assets/fonts/icons/aro-icon-1.6.0.eot?#iefix) format("eot"), url(../../../themes/aro/assets/fonts/icons/aro-icon-1.6.0.woff2) format("woff2"), url(../../../themes/aro/assets/fonts/icons/aro-icon-1.6.0.woff) format("woff"), url(../../../themes/aro/assets/fonts/icons/aro-icon-1.6.0.ttf) format("truetype"), url(../../../themes/aro/assets/fonts/icons/aro-icon-1.6.0.svg#aro-icon-1.6.0) format("svg")
}

[class*=aro-icon-] {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle
}

.aro-icon-account:before {
    content: ""
}

.aro-icon-alarm:before {
    content: ""
}

.aro-icon-amazing-value:before {
    content: ""
}

.aro-icon-angle-down:before {
    content: ""
}

.aro-icon-angle-left:before {
    content: ""
}

.aro-icon-angle-right:before {
    content: ""
}

.aro-icon-angle-up:before {
    content: ""
}

.aro-icon-arrow-right1:before {
    content: ""
}

.aro-icon-arrow_s:before {
    content: ""
}

.aro-icon-boxed:before {
    content: ""
}

.aro-icon-breadcrumb:before {
    content: ""
}

.aro-icon-calendar-alt:before {
    content: ""
}

.aro-icon-check-o:before {
    content: ""
}

.aro-icon-check-square-solid:before {
    content: ""
}

.aro-icon-clock:before {
    content: ""
}

.aro-icon-close-circle-line:before {
    content: ""
}

.aro-icon-coolicon:before {
    content: ""
}

.aro-icon-cricle1:before {
    content: ""
}

.aro-icon-day-delivery:before {
    content: ""
}

.aro-icon-delivery:before {
    content: ""
}

.aro-icon-diamond-icon:before {
    content: ""
}

.aro-icon-directly:before {
    content: ""
}

.aro-icon-expert:before {
    content: ""
}

.aro-icon-facebook-o:before {
    content: ""
}

.aro-icon-featured:before {
    content: ""
}

.aro-icon-filter-ul:before {
    content: ""
}

.aro-icon-filters:before {
    content: ""
}

.aro-icon-flower:before {
    content: ""
}

.aro-icon-gift--icon:before {
    content: ""
}

.aro-icon-help-center:before {
    content: ""
}

.aro-icon-home-1:before {
    content: ""
}

.aro-icon-hurry:before {
    content: ""
}

.aro-icon-increase:before {
    content: ""
}

.aro-icon-instagram-o:before {
    content: ""
}

.aro-icon-left-arrow:before {
    content: ""
}

.aro-icon-linkedin-in:before {
    content: ""
}

.aro-icon-list-ul:before {
    content: ""
}

.aro-icon-long-arrow-down:before {
    content: ""
}

.aro-icon-long-arrow-right:before {
    content: ""
}

.aro-icon-long-arrow-up:before {
    content: ""
}

.aro-icon-mail-send-line:before {
    content: ""
}

.aro-icon-map-location-o:before {
    content: ""
}

.aro-icon-map-location:before {
    content: ""
}

.aro-icon-map-pin-line:before {
    content: ""
}

.aro-icon-minus-o:before {
    content: ""
}

.aro-icon-mobile-shopping:before {
    content: ""
}

.aro-icon-money-check:before {
    content: ""
}

.aro-icon-movies:before {
    content: ""
}

.aro-icon-new:before {
    content: ""
}

.aro-icon-play:before {
    content: ""
}

.aro-icon-plus-o:before {
    content: ""
}

.aro-icon-plus2:before {
    content: ""
}

.aro-icon-quote-left:before {
    content: ""
}

.aro-icon-quote2:before {
    content: ""
}

.aro-icon-reply-line:before {
    content: ""
}

.aro-icon-right-arrow-cicrle:before {
    content: ""
}

.aro-icon-right-arrow:before {
    content: ""
}

.aro-icon-ring:before {
    content: ""
}

.aro-icon-search2:before {
    content: ""
}

.aro-icon-send-back:before {
    content: ""
}

.aro-icon-setting:before {
    content: ""
}

.aro-icon-share-all:before {
    content: ""
}

.aro-icon-shoppingcart-o:before {
    content: ""
}

.aro-icon-sliders-v:before {
    content: ""
}

.aro-icon-support:before {
    content: ""
}

.aro-icon-th-large-o:before {
    content: ""
}

.aro-icon-truck:before {
    content: ""
}

.aro-icon-twitter-o:before {
    content: ""
}

.aro-icon-user-o:before {
    content: ""
}

.aro-icon-valuable:before {
    content: ""
}

.aro-icon-visacard:before {
    content: ""
}

.aro-icon-360:before {
    content: ""
}

.aro-icon-arrow-down:before {
    content: ""
}

.aro-icon-arrow-left:before {
    content: ""
}

.aro-icon-arrow-right:before {
    content: ""
}

.aro-icon-arrow-up:before {
    content: ""
}

.aro-icon-bars:before {
    content: ""
}

.aro-icon-caret-down:before {
    content: ""
}

.aro-icon-caret-left:before {
    content: ""
}

.aro-icon-caret-right:before {
    content: ""
}

.aro-icon-caret-up:before {
    content: ""
}

.aro-icon-cart-empty:before {
    content: ""
}

.aro-icon-cart:before {
    content: ""
}

.aro-icon-check-square:before {
    content: ""
}

.aro-icon-chevron-down:before {
    content: ""
}

.aro-icon-chevron-left:before {
    content: ""
}

.aro-icon-chevron-right:before {
    content: ""
}

.aro-icon-chevron-up:before {
    content: ""
}

.aro-icon-circle:before {
    content: ""
}

.aro-icon-cloud-download-alt:before {
    content: ""
}

.aro-icon-comment:before {
    content: ""
}

.aro-icon-comments:before {
    content: ""
}

.aro-icon-compare:before {
    content: ""
}

.aro-icon-contact:before {
    content: ""
}

.aro-icon-credit-card:before {
    content: ""
}

.aro-icon-dot-circle:before {
    content: ""
}

.aro-icon-edit:before {
    content: ""
}

.aro-icon-envelope:before {
    content: ""
}

.aro-icon-expand-alt:before {
    content: ""
}

.aro-icon-external-link-alt:before {
    content: ""
}

.aro-icon-file-alt:before {
    content: ""
}

.aro-icon-file-archive:before {
    content: ""
}

.aro-icon-filter:before {
    content: ""
}

.aro-icon-folder-open:before {
    content: ""
}

.aro-icon-folder:before {
    content: ""
}

.aro-icon-frown:before {
    content: ""
}

.aro-icon-gift:before {
    content: ""
}

.aro-icon-grip-horizontal:before {
    content: ""
}

.aro-icon-heart-fill:before {
    content: ""
}

.aro-icon-heart:before {
    content: ""
}

.aro-icon-history:before {
    content: ""
}

.aro-icon-home:before {
    content: ""
}

.aro-icon-info-circle:before {
    content: ""
}

.aro-icon-instagram:before {
    content: ""
}

.aro-icon-level-up-alt:before {
    content: ""
}

.aro-icon-list:before {
    content: ""
}

.aro-icon-map-marker-check:before {
    content: ""
}

.aro-icon-meh:before {
    content: ""
}

.aro-icon-minus-circle:before {
    content: ""
}

.aro-icon-minus:before {
    content: ""
}

.aro-icon-mobile-android-alt:before {
    content: ""
}

.aro-icon-money-bill:before {
    content: ""
}

.aro-icon-paper-plane:before {
    content: ""
}

.aro-icon-pencil-alt:before {
    content: ""
}

.aro-icon-plus-circle:before {
    content: ""
}

.aro-icon-plus:before {
    content: ""
}

.aro-icon-quickview:before {
    content: ""
}

.aro-icon-random:before {
    content: ""
}

.aro-icon-rating-stroke:before {
    content: ""
}

.aro-icon-rating:before {
    content: ""
}

.aro-icon-repeat:before {
    content: ""
}

.aro-icon-reply-all:before {
    content: ""
}

.aro-icon-reply:before {
    content: ""
}

.aro-icon-search-plus:before {
    content: ""
}

.aro-icon-search:before {
    content: ""
}

.aro-icon-shield-check:before {
    content: ""
}

.aro-icon-shopping-basket:before {
    content: ""
}

.aro-icon-shopping-cart:before {
    content: ""
}

.aro-icon-sign-out-alt:before {
    content: ""
}

.aro-icon-smile:before {
    content: ""
}

.aro-icon-spinner:before {
    content: ""
}

.aro-icon-square:before {
    content: ""
}

.aro-icon-star:before {
    content: ""
}

.aro-icon-store:before {
    content: ""
}

.aro-icon-sync:before {
    content: ""
}

.aro-icon-tachometer-alt:before {
    content: ""
}

.aro-icon-th-large:before {
    content: ""
}

.aro-icon-th-list:before {
    content: ""
}

.aro-icon-thumbtack:before {
    content: ""
}

.aro-icon-ticket:before {
    content: ""
}

.aro-icon-times-circle:before {
    content: ""
}

.aro-icon-times:before {
    content: ""
}

.aro-icon-trophy-alt:before {
    content: ""
}

.aro-icon-user-headset:before {
    content: ""
}

.aro-icon-user-shield:before {
    content: ""
}

.aro-icon-user:before {
    content: ""
}

.aro-icon-video:before {
    content: ""
}

.aro-icon-wishlist-empty:before {
    content: ""
}

.aro-icon-wishlist:before {
    content: ""
}

.aro-icon-adobe:before {
    content: ""
}

.aro-icon-amazon:before {
    content: ""
}

.aro-icon-android:before {
    content: ""
}

.aro-icon-angular:before {
    content: ""
}

.aro-icon-apper:before {
    content: ""
}

.aro-icon-apple:before {
    content: ""
}

.aro-icon-atlassian:before {
    content: ""
}

.aro-icon-behance:before {
    content: ""
}

.aro-icon-bitbucket:before {
    content: ""
}

.aro-icon-bitcoin:before {
    content: ""
}

.aro-icon-bity:before {
    content: ""
}

.aro-icon-bluetooth:before {
    content: ""
}

.aro-icon-btc:before {
    content: ""
}

.aro-icon-centos:before {
    content: ""
}

.aro-icon-chrome:before {
    content: ""
}

.aro-icon-codepen:before {
    content: ""
}

.aro-icon-cpanel:before {
    content: ""
}

.aro-icon-discord:before {
    content: ""
}

.aro-icon-dochub:before {
    content: ""
}

.aro-icon-docker:before {
    content: ""
}

.aro-icon-dribbble:before {
    content: ""
}

.aro-icon-dropbox:before {
    content: ""
}

.aro-icon-drupal:before {
    content: ""
}

.aro-icon-ebay:before {
    content: ""
}

.aro-icon-facebook-f:before {
    content: ""
}

.aro-icon-facebook:before {
    content: ""
}

.aro-icon-figma:before {
    content: ""
}

.aro-icon-firefox:before {
    content: ""
}

.aro-icon-google-plus:before {
    content: ""
}

.aro-icon-google:before {
    content: ""
}

.aro-icon-grunt:before {
    content: ""
}

.aro-icon-gulp:before {
    content: ""
}

.aro-icon-html5:before {
    content: ""
}

.aro-icon-joomla:before {
    content: ""
}

.aro-icon-link-brand:before {
    content: ""
}

.aro-icon-linkedin:before {
    content: ""
}

.aro-icon-mailchimp:before {
    content: ""
}

.aro-icon-opencart:before {
    content: ""
}

.aro-icon-paypal:before {
    content: ""
}

.aro-icon-pinterest-p:before {
    content: ""
}

.aro-icon-reddit:before {
    content: ""
}

.aro-icon-skype:before {
    content: ""
}

.aro-icon-slack:before {
    content: ""
}

.aro-icon-snapchat:before {
    content: ""
}

.aro-icon-spotify:before {
    content: ""
}

.aro-icon-trello:before {
    content: ""
}

.aro-icon-twitter:before {
    content: ""
}

.aro-icon-vimeo:before {
    content: ""
}

.aro-icon-whatsapp:before {
    content: ""
}

.aro-icon-wordpress:before {
    content: ""
}

.aro-icon-yoast:before {
    content: ""
}

.aro-icon-youtube:before {
    content: ""
}

.aro-social ul {
    margin: 0;
    list-style-type: none
}

.aro-social ul li {
    display: inline-block;
    margin-right: 10px;
    line-height: 1
}

.aro-social ul li:last-child {
    margin-right: 0
}

.aro-social ul li a:before {
    position: relative;
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.aro-social ul li a[href*=twitter]:before {
    content: "";
    color: #1da1f2
}

.aro-social ul li a[href*=instagram]:before {
    content: "";
    color: #262626
}

.aro-social ul li a[href*=docker]:before {
    content: ""
}

.aro-social ul li a[href*=dochub]:before {
    content: ""
}

.aro-social ul li a[href*=yelp]:before {
    content: "";
    color: #af0606
}

.aro-social ul li a[href*=flickr]:before {
    content: "";
    color: #0063dc
}

.aro-social ul li a[href*=github]:before {
    content: "";
    color: #333
}

.aro-social ul li a[href*=dribbble]:before {
    content: "";
    color: #ea4c89
}

.aro-social ul li a[href*=wordpress]:before {
    content: "";
    color: #21759b
}

.aro-social ul li a[href*=tumblr]:before {
    content: "";
    color: #35465c
}

.aro-social ul li a[href*=angular]:before {
    content: ""
}

.aro-social ul li a[href*=atlassian]:before {
    content: ""
}

.aro-social ul li a[href*=snapchat]:before {
    content: "";
    color: #fffc00
}

.aro-social ul li a[href*=apper]:before {
    content: ""
}

.aro-social ul li a[href*=codepen]:before {
    content: ""
}

.aro-social ul li a[href*=gulp]:before {
    content: ""
}

.aro-social ul li a[href*=cpanel]:before {
    content: ""
}

.aro-social ul li a[href*=skype]:before {
    content: "";
    color: #00aff0
}

.aro-social ul li a[href*=reddit]:before {
    content: "";
    color: #ff4500
}

.aro-social ul li a[href*=whatsapp]:before {
    content: ""
}

.aro-social ul li a[href*=slack]:before {
    content: ""
}

.aro-social ul li a[href*=amazon]:before {
    content: ""
}

.aro-social ul li a[href*=android]:before {
    content: ""
}

.aro-social ul li a[href*=grunt]:before {
    content: ""
}

.aro-social ul li a[href*=firefox]:before {
    content: ""
}

.aro-social ul li a[href*=adobe]:before {
    content: ""
}

.aro-social ul li a[href*=behance]:before {
    content: ""
}

.aro-social ul li a[href*=dropbox]:before {
    content: ""
}

.aro-social ul li a[href*=facebook]:before {
    content: "";
    color: #3b5998
}

.aro-social ul li a[href*=linkedin]:before {
    content: "";
    color: #0077b5
}

.aro-social ul li a[href*=paypal]:before {
    content: ""
}

.aro-social ul li a[href*=trello]:before {
    content: ""
}

.aro-social ul li a[href*=vimeo]:before {
    content: "";
    color: #1ab7ea
}

.aro-social ul li a[href*=youtube]:before {
    content: "";
    color: #cd201f
}

.aro-social ul li a[href*=apple]:before {
    content: "";
    color: #999
}

.aro-social ul li a[href*=bitbucket]:before {
    content: ""
}

.aro-social ul li a[href*=bitcoin]:before {
    content: ""
}

.aro-social ul li a[href*=bluetooth]:before {
    content: ""
}

.aro-social ul li a[href*=bity]:before {
    content: ""
}

.aro-social ul li a[href*="google/chrome"]:before {
    content: ""
}

.aro-social ul li a[href*=drupal]:before {
    content: ""
}

.aro-social ul li a[href*=html5]:before {
    content: ""
}

.aro-social ul li a[href*=mailchimp]:before {
    content: ""
}

.aro-social ul li a[href*=jenkins]:before {
    content: ""
}

.aro-social ul li a[href*=spotify]:before {
    content: "";
    color: #2ebd59
}

.aro-social ul li a[href*=ebay]:before {
    content: ""
}

.aro-social ul li a[href*=telegram]:before {
    content: "";
    color: #2ca5e0
}

.aro-social ul li a[href*=yoast]:before {
    content: ""
}

.aro-social ul li a[href*=btc-e]:before {
    content: ""
}

.aro-social ul li a[href*=discord]:before {
    content: ""
}

.aro-social ul li a[href*=google]:before {
    content: "";
    color: #dd4b39
}

.aro-social ul li a[href*=google-plus]:before {
    content: ""
}

.aro-social ul li a[href*=figma]:before {
    content: ""
}

.aro-social ul li a[href*=joomla]:before {
    content: ""
}

.aro-social ul li a[href*=opencart]:before {
    content: ""
}

.aro-social ul li a[href*=pinterest]:before {
    content: "";
    color: #bd081c
}

.aro-social ul li a[href*=vimeo]:before {
    content: "";
    color: #1ab7ea
}

.aro-social ul li a[href*=centos]:before {
    content: ""
}

.aro-social ul li a[href*=whatsapp]:before {
    content: ""
}

#comments .commentlist .bypostauthor>.comment-body cite:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5407797364em
}

#comments .reply a:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-top: -5px
}

#comments .reply a.comment-edit-link:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

#respond #cancel-comment-reply-link:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    display: block
}

.sticky .entry-title:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

button.loading,
input[type=button].loading,
input[type=reset].loading,
input[type=submit].loading,
.button.loading {
    position: relative
}

button.loading:after,
input[type=button].loading:after,
input[type=reset].loading:after,
input[type=submit].loading:after,
.button.loading:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    animation: fa-spin .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: block
}

a[class*=product_type_].loading,
.added_to_cart.loading {
    position: relative
}

a[class*=product_type_].loading:after,
.added_to_cart.loading:after {
    content: ""
}

a[class*=product_type_].loading:before,
.added_to_cart.loading:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    animation: fa-spin .75s linear infinite;
    height: 15px;
    width: 15px;
    line-height: 15px;
    font-size: 15px;
    font-size: .9375rem
}

.shop-action .blockUI.blockOverlay:before,
.shop-action .loader:before {
    top: 50%;
    left: 50%;
    opacity: 1 !important;
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    animation: fa-spin .75s linear infinite;
    font-size: 20px;
    font-size: 1.25rem;
    width: 20px;
    height: 20px;
    line-height: 1;
    position: absolute;
    display: block !important;
    margin-left: -10px;
    margin-top: -10px;
    color: #000
}

.shop-action .blockUI.blockOverlay {
    opacity: 1 !important;
    overflow: hidden;
    background-image: none !important;
    background: #fff !important
}

.main-navigtion ul li a:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

.mobile-navigation ul li button:after,
.mobile-navigation-categories ul li button:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.mobile-navigation ul li button.toggled-on:after,
.mobile-navigation-categories ul li button.toggled-on:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.widget_search:not(.widget_block) form:before,
.widget_product_search form:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    z-index: 1;
    height: 52px;
    width: 60px;
    justify-content: center;
    align-items: center;
    display: inline-flex
}

form.wp-block-search:before {
    display: none
}

form.wp-block-search .wp-block-search__inside-wrapper {
    position: relative
}

form.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    color: #fff;
    font-size: 18px
}

.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 {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    display: block;
    line-height: 20px;
    text-indent: 0;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 20px;
    font-size: 1.25rem
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
    display: none !important
}

.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.single-product div.product .entry-summary .compare:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.stock:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    margin-right: .5407797364em;
    margin-top: -4px
}

.stock.in-stock:before {
    content: ""
}

.content-area .aro-dropdown-filter-wrap .widget_layered_nav ul {
    margin-left: 0
}

.content-area .aro-dropdown-filter-wrap .widget_layered_nav ul li {
    padding-left: 1.618034em
}

.content-area .aro-dropdown-filter-wrap .widget_layered_nav ul li:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    margin-right: .5407797364em;
    display: block;
    float: left;
    opacity: .35;
    margin-left: -1.618034em;
    width: 1em
}

.content-area .aro-dropdown-filter-wrap .widget_layered_nav ul li .children {
    margin-left: 0
}

.content-area .aro-dropdown-filter-wrap .widget_layered_nav li:before {
    content: ""
}

.content-area .aro-dropdown-filter-wrap .widget_layered_nav .chosen:before {
    content: ""
}

.aro-canvas-filter .aro-canvas-filter-wrap .widget_layered_nav ul {
    margin-left: 0
}

.aro-canvas-filter .aro-canvas-filter-wrap .widget_layered_nav ul li {
    padding-left: 1.618034em
}

.aro-canvas-filter .aro-canvas-filter-wrap .widget_layered_nav ul li:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    margin-right: .5407797364em;
    display: block;
    float: left;
    opacity: .35;
    margin-left: -1.618034em;
    width: 1em
}

.aro-canvas-filter .aro-canvas-filter-wrap .widget_layered_nav ul li .children {
    margin-left: 0
}

.aro-canvas-filter .aro-canvas-filter-wrap .widget_layered_nav li:before {
    content: ""
}

.aro-canvas-filter .aro-canvas-filter-wrap .widget_layered_nav .chosen:before {
    content: ""
}

a.remove {
    display: block;
    width: 1.618034em;
    height: 1.618034em;
    line-height: 1.618;
    font-weight: var(--e-global-typography-text-font-weight);
    text-indent: -9999px;
    position: relative
}

a.remove:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: var(--e-global-color-lighter);
    line-height: 1.618;
    text-indent: 0;
    text-align: center
}

.woocommerce-shipping-calculator>p:first-child a:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .3342202552em
}

.blockUI:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    animation: fa-spin .75s linear infinite;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 30px;
    font-size: 1.875rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px
}

.woocommerce-pagination .next,
.woocommerce-pagination .prev {
    display: inline-block;
    position: relative
}

#shipping_method li>label {
    cursor: pointer;
    padding-right: 20px;
    position: relative
}

#shipping_method li>label:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

#shipping_method li>input[type=radio]:first-child {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

#shipping_method li>input[type=radio]:first-child: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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#shipping_method li>input[type=radio]:first-child:checked+label:after {
    content: ""
}

#shipping_method li>input[type=hidden]:first-child+label {
    padding-right: 0
}

#shipping_method li>input[type=hidden]:first-child+label:after {
    content: none
}

#payment .payment_methods li>label {
    cursor: pointer
}

#payment .payment_methods li>label:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em;
    transition: color, ease, .2s
}

#payment .payment_methods li>input[type=radio]:first-child {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

#payment .payment_methods li>input[type=radio]:first-child: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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#payment .payment_methods li>input[type=radio]:first-child:checked+label:before {
    content: ""
}

.woocommerce-password-strength:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5407797364em
}

.woocommerce-password-strength.strong:after {
    content: ""
}

.woocommerce-password-strength.good:after {
    content: ""
}

.woocommerce-MyAccount-navigation ul li.is-active a:before {
    opacity: 1
}

.woocommerce-MyAccount-navigation ul li a:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    line-height: 1.618;
    margin-left: .5407797364em;
    width: 1.41577975em;
    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 {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5407797364em
}

p.order-again .button:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5407797364em
}

.woocommerce-MyAccount-downloads .button:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5407797364em
}

.demo_store:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

#reviews .commentlist li p.meta .verified {
    display: inline-block;
    height: 1.41577975em;
    width: 1.41577975em;
    position: relative;
    text-indent: -9999px
}

#reviews .commentlist li p.meta .verified:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    color: #0f834d;
    position: absolute;
    top: 0;
    left: 0;
    width: 1.41577975em;
    height: 1.41577975em;
    text-indent: 0;
    text-align: center;
    line-height: 1.618034em
}

.single-product div.product .component_selections .clear_component_options:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

.cart .mnm_table_item .mnm_table_item_indent:before,
.shop_table .mnm_table_item .mnm_table_item_indent:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    transform: rotate(90deg);
    margin-right: .3819660059em;
    opacity: .25
}

.quick-view-button:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .6180339845em
}

.woocommerce-page .ship_address .gift-form label:after,
.woocommerce-page .no_shipping_address .gift-form label:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5407797364em
}

.woocommerce-page .ship_address .modify-address-button:before,
.woocommerce-page .no_shipping_address .modify-address-button:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

.woocommerce-page .addresses+.addresses header.title a:before {
    content: ""
}

.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 {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

a#variations_clear:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

.wl-add-link:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

.button.wl-create-new:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: .5407797364em
}

.site-header-cart .cart-contents:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.elementor-widget-aro-vertical-menu .vertical-navigation .aro-icon {
    position: relative
}

.elementor-widget-aro-vertical-menu .vertical-navigation .aro-icon:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 12px;
    font-size: .75rem;
    transition: transform .2s
}

@media (min-width:768px) {
    .main-navigation ul.menu>li.menu-item-has-children>a:after,
    .main-navigation ul.menu>li.page_item_has_children>a:after,
    .main-navigation ul.menu>li.has-mega-menu>a:after,
    .main-navigation ul.nav-menu>li.menu-item-has-children>a:after,
    .main-navigation ul.nav-menu>li.page_item_has_children>a:after,
    .main-navigation ul.nav-menu>li.has-mega-menu>a:after {
        font-family: "aro-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        margin-left: 4px;
        font-size: 12px;
        font-size: .75rem;
        margin-bottom: 3px
    }
    .gecko .main-navigation ul.menu>li.menu-item-has-children>a:after,
    .gecko .main-navigation ul.menu>li.page_item_has_children>a:after,
    .gecko .main-navigation ul.menu>li.has-mega-menu>a:after,
    .gecko .main-navigation ul.nav-menu>li.menu-item-has-children>a:after,
    .gecko .main-navigation ul.nav-menu>li.page_item_has_children>a:after,
    .gecko .main-navigation ul.nav-menu>li.has-mega-menu>a:after {
        margin-bottom: 0;
        vertical-align: sub
    }
    .header-side .main-navigation ul.menu>li.menu-item-has-children>a:after,
    .header-side .main-navigation ul.menu>li.page_item_has_children>a:after,
    .header-side .main-navigation ul.menu>li.has-mega-menu>a:after,
    .header-side .main-navigation ul.nav-menu>li.menu-item-has-children>a:after,
    .header-side .main-navigation ul.nav-menu>li.page_item_has_children>a:after,
    .header-side .main-navigation ul.nav-menu>li.has-mega-menu>a:after {
        font-family: "aro-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        margin-left: 1em;
        margin-right: -25px
    }
    .vertical-navigation ul.menu>li.menu-item-has-children>a:after,
    .vertical-navigation ul.menu>li.page_item_has_children>a:after,
    .vertical-navigation ul.menu>li.has-mega-menu>a:after,
    .vertical-navigation ul.nav-menu>li.menu-item-has-children>a:after,
    .vertical-navigation ul.nav-menu>li.page_item_has_children>a:after,
    .vertical-navigation ul.nav-menu>li.has-mega-menu>a:after {
        font-family: "aro-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        margin-left: auto;
        float: right;
        font-size: 9px;
        font-size: .5625rem
    }
    .main-navigation ul.menu ul li.menu-item-has-children>a:after,
    .main-navigation ul.menu ul li.page_item_has_children>a:after,
    .main-navigation ul.nav-menu ul li.menu-item-has-children>a:after,
    .main-navigation ul.nav-menu ul li.page_item_has_children>a:after {
        font-family: "aro-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        float: right;
        margin-left: 10px;
        line-height: 1.5
    }
    .demo_store a.woocommerce-store-notice__dismiss-link:before {
        font-family: "aro-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        margin-right: .3342202552em
    }
    .addresses header.title a {
        display: block;
        width: 1em;
        height: 1em;
        text-indent: -9999px;
        position: relative;
        padding: .875em;
        margin-top: .6180339845em
    }
    .addresses header.title a:before {
        font-family: "aro-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        line-height: 1.618;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        text-align: center;
        text-indent: 0
    }
    #wl-wrapper .wl-tabs>li.active:after {
        font-family: "aro-icon";
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        vertical-align: middle;
        content: "";
        display: block !important;
        position: absolute;
        top: 50%;
        height: 1em;
        width: 1em;
        margin-top: -.5em
    }
}

ul.wishlist_table.mobile .remove_from_wishlist:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.slick-prev:before,
.slick-next:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.woocommerce-product-gallery-vertical .slick-prev:before {
    content: ""
}

.woocommerce-product-gallery-horizontal .slick-prev:before {
    content: ""
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.woocommerce-product-gallery-vertical .slick-next:before {
    content: ""
}

.woocommerce-product-gallery-horizontal .slick-next:before {
    content: ""
}

.arrow-style-3 .slick-prev:before {
    content: ""
}

[dir=rtl] .arrow-style-3 .slick-prev:before {
    content: ""
}

.arrow-style-3 .slick-next:before {
    content: ""
}

[dir=rtl] .arrow-style-3 .slick-next:before {
    content: ""
}

body.loading {
    position: relative
}

body.loading:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    animation: fa-spin .75s linear infinite;
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    z-index: 999999;
    color: #fff
}

body.loading:before {
    content: "";
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .7);
    z-index: 999998
}

.woocommerce-cart .cart-empty:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 164px;
    color: var(--e-global-color-lighter);
    display: block;
    margin-bottom: 50px
}

h2.resp-accordion:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: 10px
}

h2.resp-accordion.active:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.widget_product_categories .icon-minus {
    float: right;
    width: 20px;
    text-align: center;
    cursor: pointer
}

.widget_product_categories .icon-minus:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 10px;
    font-size: .625rem
}

.widget_product_categories .icon-plus {
    float: right;
    width: 20px;
    text-align: center;
    cursor: pointer
}

.widget_product_categories .icon-plus:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 10px;
    font-size: .625rem
}

ul.products-list li.product-list .product-caption a[class*=product_type_]:before,
ul.products-list li.product-list .product-caption .woosc-btn:before,
ul.products-list li.product-list .product-caption .woosw-btn:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle
}

ul.products-list li.product-list .product-caption a[class*=product_type_]:before {
    content: ""
}

ul.products-list li.product-list .product-caption .woosw-btn:before {
    content: ""
}

ul.products-list li.product-list .product-caption .woosw-btn.woosw-adding:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "" !important
}

ul.products-list li.product-list .product-caption .woosc-btn:before {
    content: ""
}

.shop-action .woosc-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before,
.shop-action a[class*=product_type_]:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle
}

.shop-action .woosw-btn:before {
    content: ""
}

.shop-action .woosw-btn.woosw-adding:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    line-height: inherit;
    content: "" !important
}

.shop-action .woosc-btn:before {
    content: ""
}

.shop-action .woosq-btn:before {
    content: ""
}

.shop-action a[class*=product_type_]:before {
    content: ""
}

.shop-action a[class*=product_type_].loading {
    position: relative
}

.shop-action a[class*=product_type_].loading:after {
    content: ""
}

.shop-action a[class*=product_type_].loading:before {
    content: "";
    animation: fa-spin .75s linear infinite
}

.single-product div.product .entry-summary .woosc-btn:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    line-height: inherit
}

.single-product div.product .entry-summary .woosw-btn:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    line-height: inherit
}

a.read-more:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: 5px
}

.elementor-widget-aro-language-switcher.language-switcher-style-mobile .aro-language-switcher .language-switcher-head:after {
    position: relative;
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5em;
    line-height: 12px
}

.loading-quick-shop .product-transition:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.search-by-category .input-dropdown-inner>a:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.popup-navigation ul.menu>li.menu-item-has-children>a:after,
.popup-navigation ul.menu>li.page_item_has_children>a:after,
.popup-navigation ul.menu>li.has-mega-menu>a:after,
.popup-navigation ul.nav-menu>li.menu-item-has-children>a:after,
.popup-navigation ul.nav-menu>li.page_item_has_children>a:after,
.popup-navigation ul.nav-menu>li.has-mega-menu>a:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: .5em;
    font-size: 16px;
    font-size: 1rem
}

.popup-navigation ul.menu ul li.menu-item-has-children>a:after,
.popup-navigation ul.menu ul li.page_item_has_children>a:after,
.popup-navigation ul.nav-menu ul li.menu-item-has-children>a:after,
.popup-navigation ul.nav-menu ul li.page_item_has_children>a:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    float: right;
    margin-left: .5em;
    line-height: 20px;
    font-size: 14px;
    font-size: .875rem
}

.aro-elementor-single-product .shop-button a[class*=product_type_]:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-left: 5px;
    margin-top: 3px;
    float: right;
    transition: all .3s ease
}

.elementor-widget-aro-image-gallery .column-item a:after {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.woosw-list .woosw-content-mid-notice:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    font-size: 164px;
    color: var(--e-global-color-lighter);
    display: block;
    margin-bottom: 50px
}

@keyframes mf-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@-webkit-keyframes mf-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@-o-keyframes mf-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

@-ms-keyframes mf-spin-fast {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg)
    }
}

.elementor-widget-aro-search .widget.widget_product_search button[type=submit]:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.woocommerce-tabs.product-accordions .accordion-head:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.comment-form .form-submit .submit:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}

.elementor-widget-opal-image-hotspots .elementor-tab-title:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.elementor-widget-opal-image-hotspots .elementor-tab-title.elementor-active:before {
    content: ""
}

.scrollup .scrollup-icon:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb>a:first-of-type:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: "";
    margin-right: 5px;
    top: -2px;
    position: relative;
    font-size: 16px;
    opacity: .85
}

.star-rating {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle
}

.star-rating:before {
    content: "" " " "" " " "" " " "" " " ""
}

.star-rating span:before {
    content: "" " " "" " " "" " " "" " " ""
}

blockquote p:first-child:before {
    font-family: "aro-icon";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    content: ""
}

.aro-av-overlay {
    background: rgba(0, 0, 0, .9);
    box-sizing: border-box;
    cursor: wait;
    height: 100%;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99998
}

.aro-av {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 15px #000;
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    padding: 20px;
    text-align: center;
    width: 580px;
    z-index: 99999;
    background-size: cover;
    background-position: center
}

@media (min-width:768px) {
    .aro-av {
        padding: 80px
    }
}

.aro-av h2 {
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    font-size: 36px;
    margin: 0 0 12px;
    padding-bottom: 12px
}

.aro-av img {
    margin: 0 auto 20px
}

.aro-av p {
    box-sizing: border-box
}

.aro-av p:last-child {
    margin-bottom: 0
}

.aro-av p strong {
    color: var(--e-global-color-primary)
}

.aro-av .aro-av-description {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-secondary);
    margin-bottom: 30px
}

.aro-av .aro-av-copy {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    color: var(--e-global-color-secondary);
    margin-bottom: 1.2rem
}

.aro-av button.yes {
    background-color: var(--e-global-color-primary);
    margin-left: 0;
    margin-right: 1%
}

.aro-av button.yes:hover {
    background-color: var(--e-global-color-secondary)
}

.aro-av .errors {
    box-sizing: border-box;
    color: #ff1f1f;
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 20px
}

.aro-av .errors ul,
.aro-av .errors li {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 0 3px
}

.aro-av .errors li span {
    background: #ebebeb;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 7px;
    color: #ff1f1f;
    display: inline-block;
    font-size: 9px;
    font-weight: 700;
    height: 14px;
    line-height: 13px;
    margin-right: 5px;
    position: relative;
    top: -2px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    width: 14px
}

.aro-av .fields {
    box-sizing: border-box;
    clear: both;
    margin: 10px 0
}

@media (max-width:500px) {
    .aro-av {
        box-sizing: border-box;
        margin-left: 1px;
        margin-right: 20px;
        width: auto
    }
    .aro-av img {
        max-width: 100%;
        max-height: 200px
    }
    .aro-av button {
        box-sizing: border-box;
        display: block;
        width: 100%
    }
    .aro-av button.no,
    .aro-av button.yes {
        margin-left: 0;
        margin-right: 0
    }
}

html[dir=rtl] .wc-forward:after,
html[dir=rtl] .woocommerce-Button--next:after {
    content: ""
}

html[dir=rtl] .woocommerce-Button--previous:before {
    content: ""
}

html[dir=rtl] .aro-product-pagination .aro-icon-arrow-circle-left:before {
    content: ""
}

html[dir=rtl] .aro-product-pagination .aro-icon-arrow-circle-right:before {
    content: ""
}

html[dir=rtl] .main-navigation ul.menu ul li.menu-item-has-children>a:after,
html[dir=rtl] .main-navigation ul.menu ul li.page_item_has_children>a:after,
html[dir=rtl] .main-navigation ul.nav-menu ul li.menu-item-has-children>a:after,
html[dir=rtl] .main-navigation ul.nav-menu ul li.page_item_has_children>a:after {
    content: ""
}

html[dir=rtl] #wl-wrapper .wl-tabs>li.active:after {
    content: ""
}

html[dir=rtl] .site-main nav.navigation .nav-previous a:before {
    content: ""
}

html[dir=rtl] .site-main nav.navigation .nav-next a:after {
    content: ""
}

html[dir=rtl] .mega-menu.mega-stretchwidth {
    right: auto !important
}

.col-full {
    max-width: 1290px
}

@media(max-width:1366px) {
    body.theme-aro [data-elementor-columns-laptop="1"] .column-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .woocommerce.columns-laptop-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    body.theme-aro [data-elementor-columns-laptop="2"] .column-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .woocommerce.columns-laptop-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    body.theme-aro [data-elementor-columns-laptop="3"] .column-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .woocommerce.columns-laptop-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    body.theme-aro [data-elementor-columns-laptop="4"] .column-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .woocommerce.columns-laptop-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    body.theme-aro [data-elementor-columns-laptop="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
    .woocommerce.columns-laptop-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    body.theme-aro [data-elementor-columns-laptop="6"] .column-item {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .woocommerce.columns-laptop-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    body.theme-aro [data-elementor-columns-laptop="7"] .column-item {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    .woocommerce.columns-laptop-7 ul.products li.product {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    body.theme-aro [data-elementor-columns-laptop="8"] .column-item {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .woocommerce.columns-laptop-8 ul.products li.product {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media(max-width:1200px) {
    body.theme-aro [data-elementor-columns-tablet-extra="1"] .column-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .woocommerce.columns-tablet-extra-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    body.theme-aro [data-elementor-columns-tablet-extra="2"] .column-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .woocommerce.columns-tablet-extra-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    body.theme-aro [data-elementor-columns-tablet-extra="3"] .column-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .woocommerce.columns-tablet-extra-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    body.theme-aro [data-elementor-columns-tablet-extra="4"] .column-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .woocommerce.columns-tablet-extra-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    body.theme-aro [data-elementor-columns-tablet-extra="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
    .woocommerce.columns-tablet-extra-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    body.theme-aro [data-elementor-columns-tablet-extra="6"] .column-item {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .woocommerce.columns-tablet-extra-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    body.theme-aro [data-elementor-columns-tablet-extra="7"] .column-item {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    .woocommerce.columns-tablet-extra-7 ul.products li.product {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    body.theme-aro [data-elementor-columns-tablet-extra="8"] .column-item {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .woocommerce.columns-tablet-extra-8 ul.products li.product {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media(max-width:1024px) {
    body.theme-aro [data-elementor-columns-tablet="1"] .column-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .woocommerce.columns-tablet-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    body.theme-aro [data-elementor-columns-tablet="2"] .column-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .woocommerce.columns-tablet-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    body.theme-aro [data-elementor-columns-tablet="3"] .column-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .woocommerce.columns-tablet-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    body.theme-aro [data-elementor-columns-tablet="4"] .column-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .woocommerce.columns-tablet-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    body.theme-aro [data-elementor-columns-tablet="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
    .woocommerce.columns-tablet-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    body.theme-aro [data-elementor-columns-tablet="6"] .column-item {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .woocommerce.columns-tablet-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    body.theme-aro [data-elementor-columns-tablet="7"] .column-item {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    .woocommerce.columns-tablet-7 ul.products li.product {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    body.theme-aro [data-elementor-columns-tablet="8"] .column-item {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .woocommerce.columns-tablet-8 ul.products li.product {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media(max-width:880px) {
    body.theme-aro [data-elementor-columns-mobile-extra="1"] .column-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .woocommerce.columns-mobile-extra-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    body.theme-aro [data-elementor-columns-mobile-extra="2"] .column-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .woocommerce.columns-mobile-extra-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    body.theme-aro [data-elementor-columns-mobile-extra="3"] .column-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .woocommerce.columns-mobile-extra-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    body.theme-aro [data-elementor-columns-mobile-extra="4"] .column-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .woocommerce.columns-mobile-extra-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    body.theme-aro [data-elementor-columns-mobile-extra="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
    .woocommerce.columns-mobile-extra-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    body.theme-aro [data-elementor-columns-mobile-extra="6"] .column-item {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .woocommerce.columns-mobile-extra-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    body.theme-aro [data-elementor-columns-mobile-extra="7"] .column-item {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    .woocommerce.columns-mobile-extra-7 ul.products li.product {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    body.theme-aro [data-elementor-columns-mobile-extra="8"] .column-item {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .woocommerce.columns-mobile-extra-8 ul.products li.product {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

@media(max-width:767px) {
    body.theme-aro [data-elementor-columns-mobile="1"] .column-item {
        flex: 0 0 100%;
        max-width: 100%
    }
    .woocommerce.columns-mobile-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    body.theme-aro [data-elementor-columns-mobile="2"] .column-item {
        flex: 0 0 50%;
        max-width: 50%
    }
    .woocommerce.columns-mobile-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    body.theme-aro [data-elementor-columns-mobile="3"] .column-item {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .woocommerce.columns-mobile-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    body.theme-aro [data-elementor-columns-mobile="4"] .column-item {
        flex: 0 0 25%;
        max-width: 25%
    }
    .woocommerce.columns-mobile-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    body.theme-aro [data-elementor-columns-mobile="5"] .column-item {
        flex: 0 0 20%;
        max-width: 20%
    }
    .woocommerce.columns-mobile-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    body.theme-aro [data-elementor-columns-mobile="6"] .column-item {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .woocommerce.columns-mobile-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    body.theme-aro [data-elementor-columns-mobile="7"] .column-item {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    .woocommerce.columns-mobile-7 ul.products li.product {
        flex: 0 0 14.2857142857%;
        max-width: 14.2857142857%
    }
    body.theme-aro [data-elementor-columns-mobile="8"] .column-item {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
    .woocommerce.columns-mobile-8 ul.products li.product {
        flex: 0 0 12.5%;
        max-width: 12.5%
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.aro-carousel {
    display: none
}

.aro-carousel.row {
    display: none
}

.aro-carousel.row.slick-initialized {
    display: block
}

.aro-carousel.slick-initialized {
    display: block
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    outline: none;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: flex
}

.slick-initialized .slick-slide>div {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%
}

.slick-initialized .slick-slide>div>* {
    flex: 0 0 100%;
    max-width: 100%
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(../../../themes/aro/assets/images/slick/ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: "slick";
    src: url(../../../themes/aro/assets/fonts/slick.eot);
    src: url(../../../themes/aro/assets/fonts/slick.eot?#iefix) format("embedded-opentype"), url(../../../themes/aro/assets/fonts/slick.woff) format("woff"), url(../../../themes/aro/assets/fonts/slick.ttf) format("truetype"), url(../../../themes/aro/assets/fonts/slick.svg#slick) format("svg");
    font-weight: 400;
    font-style: normal
}

.slick-slider button.slick-arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    letter-spacing: 0;
    cursor: pointer;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    outline: none;
    z-index: 9;
    padding: 0;
    font-size: 0;
    border: 1px solid var(--e-global-color-border);
    border-radius: 50%;
    background-color: var(--e-global-color-border)
}

.slick-slider button.slick-arrow:before {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: 1;
    color: var(--e-global-color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: all .5s ease
}

.slick-slider button.slick-arrow:hover,
.slick-slider button.slick-arrow:focus {
    outline: none;
    background-color: var(--e-global-color-primary)
}

.slick-slider button.slick-arrow:hover:before,
.slick-slider button.slick-arrow:focus:before {
    color: #fff
}

.style-hover-arrow-carousel-yes .slick-slider button.slick-prev,
.style-hover-arrow-carousel-yes .slick-slider button.slick-next {
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden
}

.style-hover-arrow-carousel-yes .slick-slider:hover button.slick-prev,
.style-hover-arrow-carousel-yes .slick-slider:hover button.slick-next {
    opacity: 1;
    visibility: visible;
    transform: translate(0, -50%)
}

.style-hover-arrow-carousel-yes .slick-slider button.slick-prev {
    transform: translate(-50%, -50%)
}

.style-hover-arrow-carousel-yes .slick-slider button.slick-next {
    transform: translate(50%, -50%)
}

.arrow-style-2 .slick-slider button.slick-arrow {
    border-radius: 0
}

.arrow-style-3 .slick-slider button.slick-prev,
.arrow-style-3 .slick-slider button.slick-next {
    width: unset;
    height: unset;
    border-radius: 0;
    border: none;
    background-color: transparent
}

.arrow-style-3 .slick-slider button.slick-prev:before,
.arrow-style-3 .slick-slider button.slick-next:before {
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-text)
}

.arrow-style-3 .slick-slider button.slick-prev:hover,
.arrow-style-3 .slick-slider button.slick-next:hover {
    background-color: transparent
}

.arrow-style-3 .slick-slider button.slick-prev:hover:before,
.arrow-style-3 .slick-slider button.slick-next:hover:before {
    color: var(--e-global-color-primary)
}

.slick-prev {
    left: -21px
}

.slick-next {
    right: -21px
}

.slick-dots {
    list-style: none;
    display: block;
    text-align: center;
    margin: 0;
    width: 100%
}

.slick-dots li button {
    border: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 0;
    cursor: pointer;
    transition: all ease-in-out .3s
}

.slick-dots {
    padding-left: 15px;
    padding-right: 15px;
    left: 0
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin-right: 10px
}

.slick-dots li:last-child {
    margin-right: 0
}

.slick-dots li button {
    background-color: var(--e-global-color-border);
    opacity: 1;
    display: block;
    height: 8px;
    width: 8px;
    border-radius: 24px;
    outline: none;
    transition: all .3s ease
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
    background-color: var(--e-global-color-secondary);
    width: 30px
}

.slick-dots li.slick-active button {
    background-color: var(--e-global-color-secondary);
    width: 30px
}

.aro-index .slick-slider button.slick-prev,
.aro-index .slick-slider button.slick-next {
    z-index: 5
}

.woocommerce-carousel ul.products,
.aro-theme-carousel ul.products {
    display: block
}

.woocommerce-carousel .slick-list li.product,
.aro-theme-carousel .slick-list li.product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: flex !important;
    margin-bottom: 0
}

.elementor-header-account .header-group-action {
    display: flex;
    padding-right: 0
}

.elementor-header-account .header-group-action .icon {
    margin-right: 10px
}

.elementor-header-account .header-group-action .icon img {
    border-radius: 50%
}

.elementor-header-account .header-group-action .site-header-account>a {
    display: flex;
    align-items: center;
    color: var(--e-global-color-lighter)
}

.elementor-header-account .header-group-action .site-header-account .account-content {
    display: inline-block;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: uppercase;
    font-size: 12px;
    color: var(--e-global-color-secondary);
    letter-spacing: .015em
}

.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 rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-ms-keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.rotate {
    -ms-animation: rotate 12s linear infinite;
    -o-animation: rotate 12s linear infinite;
    -moz-animation: rotate 12s linear infinite;
    -webkit-animation: rotate 12s linear infinite;
    animation: rotate 12s linear infinite
}

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

.elementor-brand-item {
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.elementor-brand-item .elementor-brand-image {
    display: block;
    width: 100%;
    font-size: 0;
    transition: all ease .3s
}

.elementor-brand-item .elementor-brand-image i {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 0 auto
}

.elementor-brand-item .elementor-brand-image svg path {
    transition: all ease .3s
}

.elementor-brand-wrapper .row {
    justify-content: center
}

.elementor-brand-wrapper a {
    display: flex;
    align-items: center;
    justify-content: center
}

.elementor-brand-wrapper .elementor-brand-image img {
    transition: all ease .3s
}

.elementor-brand-wrapper .elementor-brand-image:hover img,
.elementor-brand-wrapper .elementor-brand-image:hover svg {
    filter: none !important;
    opacity: 1 !important;
    transition: all .3s
}

.elementor-brand-wrapper:hover img,
.elementor-brand-wrapper:hover svg {
    opacity: .3;
    transition: all .3s;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    zoom: 1;
    -webkit-filter: grayscale(100%)
}

.elementor-brand-wrapper .column-item {
    margin-bottom: 30px
}

.elementor-brand-wrapper .slick-slide {
    position: relative
}

.elementor-brand-wrapper .slick-slide:before {
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ebebeb;
    position: absolute
}

.elementor-brand-wrapper .slick-slide:last-child:before {
    content: none !important
}

.elementor-widget-aro-brand .aro-carousel .column-item {
    margin-bottom: 0 !important
}

.elementor-widget-aro-brand .aro-carousel .slick-track {
    display: flex !important;
    align-items: center
}

.elementor-widget-aro-brand.show-border-yes .elementor-brand-wrapper {
    border-top: 1px dashed var(--e-global-color-border);
    border-right: 1px dashed var(--e-global-color-border)
}

.elementor-widget-aro-brand.show-border-yes .elementor-brand-item a {
    width: 100%;
    justify-content: stretch;
    border-left: 1px dashed var(--e-global-color-border);
    border-bottom: 1px dashed var(--e-global-color-border)
}

.elementor-widget-woocommerce-breadcrumb .aro-woocommerce-title {
    position: relative;
    font-size: 60px;
    font-size: 3.75rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    line-height: 80px;
    text-transform: capitalize;
    color: var(--e-global-color-secondary)
}

@media (max-width:567px) {
    .elementor-widget-woocommerce-breadcrumb .aro-woocommerce-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 35px
    }
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
    margin-bottom: 0;
    line-height: 24px;
    font-size: 15px;
    font-size: .9375rem;
    color: var(--e-global-color-primary);
    font-weight: 400;
    text-transform: capitalize
}

@media (max-width:567px) {
    .elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb {
        font-size: 15px;
        font-size: .9375rem
    }
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
    color: var(--e-global-color-text);
    font-weight: 400;
    font-size: 15px;
    font-size: .9375rem
}

@media (max-width:567px) {
    .elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a {
        font-size: 15px;
        font-size: .9375rem
    }
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb a:hover {
    color: var(--e-global-color-primary)
}

.elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i {
    color: var(--e-global-color-lighter);
    font-size: 9px;
    font-size: .5625rem;
    margin: 0 11px 3px
}

@media (max-width:567px) {
    .elementor-widget-woocommerce-breadcrumb .woocommerce-breadcrumb i {
        font-size: 9px;
        font-size: .5625rem
    }
}

.hidden-aro-title-yes .aro-woocommerce-title {
    display: none
}

.single-product .hidden-aro-title-single-yes .aro-woocommerce-title,
.single-post .hidden-aro-title-single-yes .aro-woocommerce-title,
.single-aro_team .hidden-aro-title-single-yes .aro-woocommerce-title,
.single-aro_service .hidden-aro-title-single-yes .aro-woocommerce-title {
    display: none
}

.elementor-widget-aro-banner .elementor-cta__description {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-text);
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 15px
}

.elementor-widget-aro-banner.description-effects-yes .elementor-cta__description {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .75s cubic-bezier(.8, 0, .2, 1);
    -o-transition: all .75s cubic-bezier(.8, 0, .2, 1);
    transition: all .75s cubic-bezier(.8, 0, .2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0
}

.elementor-widget-aro-banner.description-effects-yes:hover .elementor-cta__description {
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px)
}

.elementor-widget-aro-banner.button-effects-yes .elementor-cta__button {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .75s cubic-bezier(.8, 0, .2, 1);
    -o-transition: all .75s cubic-bezier(.8, 0, .2, 1);
    transition: all .75s cubic-bezier(.8, 0, .2, 1);
    opacity: 0;
    transform: translateY(-10px);
    margin-bottom: 0
}

.elementor-widget-aro-banner.button-effects-yes:hover .elementor-cta__button {
    max-height: 30px;
    opacity: 1;
    transform: translateY(0px)
}

.elementor-widget-aro-banner .elementor-cta__heading2,
.elementor-widget-aro-banner .elementor-cta__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 40px;
    letter-spacing: -1px;
    font-weight: var(--e-global-typography-primary-font-weight);
    position: relative;
    z-index: 1;
    text-transform: uppercase
}

.elementor-widget-aro-banner .elementor-cta__title {
    margin-bottom: 0
}

.elementor-widget-aro-banner .elementor-cta__heading2 {
    margin-bottom: 15px
}

.elementor-widget-aro-banner .elementor-cta__subtitle {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-secondary);
    line-height: 14px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase;
    margin-bottom: 15px
}

.elementor-widget-aro-banner .elementor-cta__subtitle div {
    position: relative;
    background-repeat: no-repeat;
    background-position: top left;
    display: flex
}

.elementor-widget-aro-banner .elementor-cta__subtitle div span {
    font-size: 20px;
    font-size: 1.25rem;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    max-width: 50px;
    margin-left: 5px
}

.elementor-widget-aro-banner .elementor-button {
    display: inline-flex;
    align-items: center;
    padding: 10px 27px;
    border-radius: 2px;
    border: none;
    font-size: 12px;
    font-size: .75rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 14px;
    background-color: #fff;
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
    transition: all .3s ease
}

.elementor-widget-aro-banner .elementor-button i {
    transition: all .3s ease
}

.elementor-widget-aro-banner .elementor-button:hover {
    color: #fff;
    background-color: var(--e-global-color-primary)
}

.elementor-widget-aro-banner .elementor-cta__bg-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    left: 0
}

.elementor-widget-aro-banner.content-stretch-yes {
    height: 100%
}

.elementor-widget-aro-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-aro-banner.content-stretch-yes .elementor-aro-banner {
    height: 100%
}

.elementor-widget-aro-banner.button-position-bottom-yes .elementor-cta__content_inner {
    height: 100%
}

.elementor-widget-aro-banner.button-position-bottom-yes .elementor-cta__content_inner .elementor-cta__button-wrapper {
    margin-top: auto
}

.elementor-widget-aro-banner:hover .elementor-cta__bg-overlay {
    opacity: 1
}

.elementor-widget-aro-banner:hover .elementor-cta__bg {
    -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-aro-banner.box-align-left .elementor-cta__content {
    text-align: left
}

.elementor-widget-aro-banner.box-align-left .elementor-cta__content .elementor-cta__subtitle div {
    justify-content: flex-start
}

.elementor-widget-aro-banner.box-align-left .elementor-cta__content .elementor-cta__description {
    background-position: top left
}

.elementor-widget-aro-banner.box-align-center .elementor-cta__content {
    text-align: center
}

.elementor-widget-aro-banner.box-align-center .elementor-cta__content .elementor-cta__subtitle div {
    justify-content: center;
    background-position: top center
}

.elementor-widget-aro-banner.box-align-center .elementor-cta__content .elementor-cta__description {
    background-position: top center
}

.elementor-widget-aro-banner.box-align-right .elementor-cta__content {
    text-align: right
}

.elementor-widget-aro-banner.box-align-right .elementor-cta__content .elementor-cta__subtitle div {
    justify-content: flex-end;
    background-position: top right
}

.elementor-widget-aro-banner.box-align-right .elementor-cta__content .elementor-cta__description {
    background-position: top right
}

.elementor-widget-aro-banner.elementor-cta--valign-top .elementor-cta__content {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget-aro-banner.elementor-cta--valign-middle .elementor-cta__content {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-aro-banner.elementor-cta--valign-bottom .elementor-cta__content {
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-widget-aro-banner.elementor-position-below .elementor-cta__content_inner {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap
}

.elementor-widget-aro-banner.elementor-position-below .elementor-cta__content-item {
    order: 1
}

.elementor-widget-aro-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__title,
.elementor-widget-aro-banner.elementor-position-below .elementor-cta__content-item.elementor-cta__heading2 {
    order: 0
}

.elementor-widget-aro-banner.elementor-position-above .elementor-cta__content-item {
    order: 1
}

.elementor-widget-aro-banner.elementor-position-above .elementor-cta__content-item.elementor-cta__subtitle {
    margin-bottom: 1rem;
    order: 0
}

.button-banner-style-aro-outline .elementor-button {
    padding: 0;
    border-radius: 0;
    background-color: transparent
}

.button-banner-style-aro-outline .elementor-button:hover {
    background-color: transparent
}

.elementor-bg-transform-move-down-custom .elementor-bg {
    height: calc(100% + 30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.elementor-bg-transform-move-down-custom:hover .elementor-bg {
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.elementor-bg-transform-move-up-custom .elementor-bg {
    height: calc(100% + 30px)
}

.elementor-bg-transform-move-up-custom:hover .elementor-bg {
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
}

.elementor-bg-transform-move-left-custom .elementor-bg {
    width: calc(100% + 30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.elementor-bg-transform-move-left-custom:hover .elementor-bg {
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px)
}

.elementor-bg-transform-move-right-custom .elementor-bg {
    width: calc(100% + 30px);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.elementor-bg-transform-move-right-custom:hover .elementor-bg {
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px)
}

.elementor-bg-transform-zoom-in:hover .elementor-bg {
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

.elementor-bg-transform-zoom-out .elementor-bg {
    width: calc(100% + 40px);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -webkit-transform: scale(1.025);
    transform: scale(1.025)
}

.elementor-bg-transform-zoom-out:hover .elementor-bg {
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.elementor-cta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s
}

.elementor-cta--skin-classic .elementor-cta {
    -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 .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%
}

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

.elementor-cta--skin-cover .elementor-cta__content {
    min-height: 300px
}

.elementor-cta--layout-image-above .elementor-cta {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-cta--layout-image-above .elementor-cta__bg-wrapper {
    width: 100%
}

.elementor-cta--layout-image-left .elementor-cta,
.elementor-cta--layout-image-right .elementor-cta {
    -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;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-cta--layout-image-left .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.elementor-cta--layout-image-right .elementor-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-cta__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: all .2s ease;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1
}

.elementor-cta__bg-wrapper {
    z-index: 1;
    overflow: hidden
}

.elementor-cta__bg-overlay {
    z-index: 2
}

.elementor-cta__content {
    z-index: 1;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 40px;
    width: 100%
}

.elementor-cta__content-item {
    width: 100%
}

.elementor-cta__content,
.elementor-cta__content-item {
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

@media (max-device-width:1024px) {
    .elementor-cta {
        cursor: pointer
    }
}

.show-button-link-yes .elementor-button {
    padding: 0;
    border-radius: 0;
    font-size: 14px;
    color: #fff;
    background-color: transparent;
    text-transform: capitalize;
    line-height: 22px
}

.show-button-link-yes .elementor-button .elementor-button-content-wrapper {
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    transition: all .3s ease;
    padding-right: 12px
}

.show-button-link-yes .elementor-button .elementor-button-content-wrapper:before {
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    content: "";
    position: absolute;
    right: 3px;
    top: calc(50% - 2px);
    transform: rotate(45deg) translateY(-50%);
    transition: all .3s ease
}

.show-button-link-yes .elementor-button .elementor-button-content-wrapper:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #fff;
    right: 0;
    top: calc(50% - 1px);
    position: absolute;
    transform: translateY(-50%);
    transition: all .3s ease
}

.show-button-link-yes .elementor-button .elementor-button-content-wrapper:hover {
    color: #fff;
    padding-right: 25px
}

.show-button-link-yes .elementor-button .elementor-button-content-wrapper:hover:after {
    width: 15px;
    transition: all .3s ease
}

.show-button-link-yes .elementor-button:hover {
    background-color: transparent
}

body:not(.has-scrollbar) .elementor-widget-aro-template-carousel .elementor-section.elementor-section-stretched {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

body.has-scrollbar .elementor-widget-aro-template-carousel .elementor-section.elementor-section-stretched {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.wpcf7-form {
    margin: 0
}

.wpcf7-form .wpcf7-form-control-wrap {
    width: 100%;
    display: block
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7-form .wpcf7-form-control-wrap input[type=number],
.wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7-form .wpcf7-form-control-wrap input[type=tel],
.wpcf7-form .wpcf7-form-control-wrap input[type=url],
.wpcf7-form .wpcf7-form-control-wrap input[type=password],
.wpcf7-form .wpcf7-form-control-wrap input[type=search],
.wpcf7-form .wpcf7-form-control-wrap .input-text {
    width: 100%;
    height: 100%;
    border-width: 1px;
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-size: .875rem;
    padding: 15px 22px;
    border-radius: 0
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
    margin: auto;
    width: 100%;
    height: 100%;
    color: var(--e-global-color-lighter);
    font-size: 14px;
    font-size: .875rem;
    border-width: 1px;
    resize: none;
    padding: 15px 22px 40px;
    overflow: hidden;
    border-radius: 0
}

.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
    padding: 1.1em 4.35em;
    border-radius: 100px
}

.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-text);
    border-radius: 0
}

.wpcf7-form .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.wpcf7-form .row [class*=" column-"],
.wpcf7-form .row [class^=column-] {
    padding: 0 10px
}

.wpcf7-form .row p {
    margin-bottom: 20px
}

.wpcf7-form .wpcf7-button button,
.wpcf7-form .wpcf7-button input[type=button],
.wpcf7-form .wpcf7-button input[type=reset],
.wpcf7-form .wpcf7-button input[type=submit],
.wpcf7-form .wpcf7-button .button {
    position: relative;
    background-color: var(--e-global-color-secondary);
    padding: 1em 3.3em;
    width: 100%;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .5px
}

.wpcf7-form .wpcf7-button button:hover,
.wpcf7-form .wpcf7-button input[type=button]:hover,
.wpcf7-form .wpcf7-button input[type=reset]:hover,
.wpcf7-form .wpcf7-button input[type=submit]:hover,
.wpcf7-form .wpcf7-button .button:hover {
    transition: all .3s ease;
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary)
}

.wpcf7-form .wpcf7-button .wpcf7-spinner {
    position: absolute
}

.wpcf7-form .wpcf7-list-item {
    margin: 0 0 15px;
    display: block;
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-text)
}

.wpcf7-form .wpcf7-list-item input[type=checkbox],
.wpcf7-form .wpcf7-list-item input[type=radio] {
    margin-right: 10px
}

.contact-form-special-yes .wpcf7-form input[type=text],
.contact-form-special-yes .wpcf7-form input[type=number],
.contact-form-special-yes .wpcf7-form input[type=email],
.contact-form-special-yes .wpcf7-form input[type=tel],
.contact-form-special-yes .wpcf7-form input[type=url],
.contact-form-special-yes .wpcf7-form input[type=password],
.contact-form-special-yes .wpcf7-form input[type=search],
.contact-form-special-yes .wpcf7-form .input-text,
.contact-form-special-yes .wpcf7-form textarea {
    background-color: #f6f6f6
}

.elementor-widget-aro-countdown .elementor-aro-countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row
}

.elementor-widget-aro-countdown .elementor-countdown-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.elementor-widget-aro-countdown .elementor-countdown-label {
    font-weight: var(--e-global-typography-text-font-weigh);
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7142857143;
    text-align: center;
    text-transform: uppercase
}

.elementor-widget-aro-countdown .elementor-countdown-digits {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    text-align: center
}

.elementor-widget-aro-countdown .countdown-title {
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7142857143;
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-countdown.countdown-style-1 .countdown-inner {
    display: flex;
    flex-direction: row;
    align-items: center
}

.elementor-widget-aro-countdown.countdown-style-1 .elementor-countdown-item {
    position: relative;
    padding: 4px;
    min-width: 40px;
    border-radius: 4px;
    margin-right: 25px;
    color: #fff;
    background-color: var(--e-global-color-primary)
}

.elementor-widget-aro-countdown.countdown-style-1 .elementor-countdown-item:before {
    content: ":";
    display: inline-block;
    position: absolute;
    right: -15px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1;
    top: 20%;
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-countdown.countdown-style-1 .elementor-countdown-item:last-child {
    margin-right: 0
}

.elementor-widget-aro-countdown.countdown-style-1 .elementor-countdown-item:last-child:before {
    display: none
}

.elementor-widget-aro-countdown.countdown-style-1 .countdown-title {
    margin-right: 15px
}

.elementor-widget-aro-countdown.countdown-style-2 .elementor-countdown-item {
    position: relative;
    color: var(--e-global-color-primary);
    margin-right: 14px;
    background-color: #fff;
    border-radius: 4px;
    padding: 4px 10px
}

.elementor-widget-aro-countdown.countdown-style-2 .elementor-countdown-item:last-child {
    margin-right: 0
}

.elementor-widget-aro-countdown.countdown-style-2 .elementor-countdown-digits {
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-aro-countdown.countdown-style-2 .elementor-countdown-label {
    text-transform: capitalize;
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-countdown.countdown-style-2 .countdown-title {
    font-weight: var(--e-global-typography-text-font-weight);
    margin-bottom: 10px
}

.elementor-widget-aro-countdown.countdown-style-3 .elementor-countdown-item {
    position: relative;
    color: #fff;
    margin-right: 30px
}

.elementor-widget-aro-countdown.countdown-style-3 .elementor-countdown-item:last-child {
    margin-right: 0
}

.elementor-widget-aro-countdown.countdown-style-3 .elementor-countdown-item:last-child:before {
    content: none
}

.elementor-widget-aro-countdown.countdown-style-3 .elementor-countdown-item:before {
    content: ":";
    display: inline-block;
    position: absolute;
    right: -20px;
    font-size: 28px;
    font-size: 1.75rem;
    top: 30%;
    transform: translateY(-50%);
    color: #fff
}

.elementor-widget-aro-countdown.countdown-style-3 .countdown-title {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 12px;
    font-size: .75rem;
    line-height: 1.6666666667;
    text-transform: uppercase;
    margin-right: 5px;
    color: #fff
}

.elementor-widget-aro-countdown.countdown-style-3 .elementor-countdown-digits {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    text-transform: uppercase
}

.elementor-widget-aro-countdown.countdown-style-3 .countdown-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background-color: var(--e-global-color-accent);
    border-radius: 5px;
    min-width: 200px
}

.elementor-widget-aro-countdown.countdown-style-4 .elementor-countdown-item {
    width: 110px;
    flex-basis: 110px
}

.elementor-widget-aro-countdown.countdown-style-4 .elementor-countdown-item:last-child {
    margin-right: 0
}

.elementor-widget-aro-countdown.countdown-style-4 .elementor-countdown-item:last-child:before {
    content: none
}

.elementor-widget-aro-countdown.countdown-style-4 .elementor-countdown-item:before {
    content: ":";
    display: inline-block;
    position: absolute;
    right: -4px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 24px;
    top: 40%;
    color: var(--e-global-color-secondary);
    transform: translateY(-40%);
    font-weight: 700
}

.elementor-widget-aro-countdown.countdown-style-4 .elementor-countdown-digits {
    font-weight: var(--e-global-typography-secondary-font-weight);
    font-family: var(--e-global-typography-secondary-font-family);
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 60px;
    margin-bottom: -10px;
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-countdown.countdown-style-4 .elementor-countdown-label {
    font-size: 13px;
    font-size: .8125rem;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    letter-spacing: .08em
}

.elementor-counter {
    position: relative;
    display: flex
}

.elementor-counter .elementor-counter-wrapper {
    margin-bottom: 10px
}

.elementor-counter .elementor-icon-counter {
    justify-content: center;
    align-items: center;
    font-size: 36px;
    font-size: 2.25rem
}

.elementor-counter .elementor-icon-counter i {
    display: inline-block
}

.elementor-counter .elementor-icon-counter i:before {
    display: block
}

.elementor-counter .elementor-counter-number {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 52px;
    font-weight: var(--e-global-typography-accent-font-weight)
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    flex-grow: 0;
    font-size: 50px;
    font-size: 3.125rem;
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: 52px
}

.elementor-counter .elementor-counter-title {
    text-align: inherit;
    font-size: 16px;
    font-size: 1rem;
    line-height: 30px;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-counter .elementor-counter-sub-title {
    font-size: 14px;
    font-size: .875rem
}

.elementor-counter .elementor-counter-description {
    font-size: 14px;
    font-size: .875rem
}

.elementor-alignment-left .elementor-counter {
    justify-content: 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;
    display: flex;
    flex-direction: column
}

.elementor-alignment-center .elementor-counter {
    justify-content: center;
    flex-direction: column
}

.elementor-alignment-center .elementor-counter .elementor-icon-counter {
    display: inline-flex;
    flex: 0 0 auto;
    margin: 0 auto
}

.elementor-alignment-center .elementor-counter .elementor-counter-wrapper {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center
}

.elementor-alignment-center .elementor-counter .elementor-counter-number-wrapper {
    justify-content: center
}

.elementor-alignment-right .elementor-counter {
    flex-direction: row-reverse;
    justify-content: flex-end
}

.elementor-alignment-right .elementor-counter .elementor-icon-counter {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-alignment-right .elementor-counter .elementor-counter-number-wrapper {
    justify-content: flex-end
}

.elementor-alignment-right .elementor-counter .elementor-counter-wrapper {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
    flex-direction: column
}

.elementor-alignment-right .elementor-counter .elementor-counter-title,
.elementor-alignment-right .elementor-counter .elementor-counter-sub-title,
.elementor-alignment-right .elementor-counter .elementor-counter-description {
    text-align: right
}

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

.counter-special-yes .elementor-counter {
    width: 205px;
    height: 205px;
    border-radius: 50%;
    background: var(--e-global-color-primary);
    transition: all .3s ease;
    z-index: 1
}

.counter-special-yes .elementor-counter:before {
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    right: -10px;
    border-radius: 50%;
    border: 2px dashed #fff;
    content: "";
    z-index: -1
}

.counter-special-border-yes .elementor-counter {
    position: relative;
    border: 10px solid #393c42;
    -webkit-tap-highlight-color: transparent;
    z-index: 0;
    transition: 1s
}

.counter-special-border-yes .elementor-counter:before,
.counter-special-border-yes .elementor-counter:after {
    position: absolute;
    background-color: #23262d;
    z-index: -1;
    transition: 1s;
    content: "";
    height: 10px;
    width: 55%;
    left: 0;
    right: 0;
    margin: 0 auto
}

.counter-special-border-yes .elementor-counter:before {
    top: -10px
}

.counter-special-border-yes .elementor-counter:after {
    bottom: -10px
}

.counter-special-border-yes .elementor-counter:hover {
    cursor: pointer
}

.counter-special-border-yes .elementor-counter:hover:before,
.counter-special-border-yes .elementor-counter:hover:after {
    width: 0;
    background-color: #393c42
}

.counter-special-border-yes .elementor-counter .elementor-counter-wrapper {
    flex-direction: row
}

.counter-special-border-yes.elementor-vertical-align-top .elementor-counter .elementor-counter-wrapper {
    align-items: flex-start
}

.counter-special-border-yes.elementor-vertical-align-middle .elementor-counter .elementor-counter-wrapper {
    align-items: center
}

.counter-special-border-yes.elementor-vertical-align-bottom .elementor-counter .elementor-counter-wrapper {
    align-items: flex-end
}

.elementor-header-group-wrapper .header-group-action {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 0
}

.elementor-header-group-wrapper .header-group-action>div {
    display: inline-flex;
    position: relative;
    margin-right: 18px;
    margin-left: 10px;
    text-align: center
}

.elementor-header-group-wrapper .header-group-action>div:first-child {
    margin-left: 0
}

.elementor-header-group-wrapper .header-group-action>div:last-child {
    margin-right: 0
}

.elementor-header-group-wrapper .header-group-action .site-header-account,
.elementor-header-group-wrapper .header-group-action .site-header-wishlist,
.elementor-header-group-wrapper .header-group-action .site-header-search,
.elementor-header-group-wrapper .header-group-action .site-header-button {
    display: none
}

@media (min-width:1025px) {
    .elementor-header-group-wrapper .header-group-action .site-header-account,
    .elementor-header-group-wrapper .header-group-action .site-header-wishlist,
    .elementor-header-group-wrapper .header-group-action .site-header-search,
    .elementor-header-group-wrapper .header-group-action .site-header-button {
        display: block
    }
}

.elementor-header-group-wrapper .site-header-account a .account-content {
    display: none
}

.elementor-header-group-wrapper .site-header-account .account-dropdown.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    z-index: 9999
}

.elementor-widget-aro-heading .elementor-heading-wrapper-inner {
    display: flex;
    flex-direction: column
}

.elementor-widget-aro-heading .elementor-heading-title,
.elementor-widget-aro-heading .elementor-heading-title a {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    font-size: 40px;
    font-size: 2.5rem;
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-heading .elementor-sub-title {
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-size: 14px;
    font-size: .875rem;
    display: block
}

.elementor-widget-aro-heading.elementor-align-left .elementor-heading-title {
    justify-content: flex-start
}

.elementor-widget-aro-heading.elementor-align-center .elementor-heading-title {
    justify-content: center
}

.elementor-widget-aro-heading.elementor-align-right .elementor-heading-title {
    justify-content: flex-end
}

.elementor-widget-aro-heading.elementor-align-justify .elementor-heading-title {
    justify-content: space-between
}

.subtitle-position-below .elementor-sub-title {
    margin-top: 1rem
}

.subtitle-position-above .elementor-sub-title {
    margin-bottom: 1rem;
    order: -1
}

.elementor-widget-aro-image-carousel .image-carousel {
    display: block;
    text-align: center
}

.elementor-widget-aro-image-carousel .image-carousel img {
    margin-bottom: 15px;
    border: 1px solid var(--e-global-color-border);
    transition: all .3s ease
}

.elementor-widget-aro-image-carousel .image-carousel .title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: 1.7142857143;
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-image-carousel .image-carousel:hover img {
    opacity: .8;
    border-color: var(--e-global-color-primary)
}

.elementor-widget-aro-image-carousel.layout-carousel-2 .aro-carousel .slick-list {
    overflow: visible
}

.elementor-widget-opal-image-gallery .grid__item a {
    display: block
}

.elementor-widget-opal-image-gallery .grid__item a img {
    display: block
}

.elementor-widget-aro-image-gallery ul {
    margin: 0 0 65px
}

.elementor-widget-aro-image-gallery .column-item {
    padding-bottom: 30px
}

.elementor-widget-aro-image-gallery .column-item a {
    position: relative;
    overflow: hidden;
    display: block
}

.elementor-widget-aro-image-gallery .column-item a:hover:before {
    opacity: .8
}

.elementor-widget-aro-image-gallery .column-item a:hover:after {
    opacity: 1
}

.elementor-widget-aro-image-gallery .column-item a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: var(--e-global-color-primary);
    transition: all .3s ease
}

.elementor-widget-aro-image-gallery .column-item a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    opacity: 0;
    transition: all .3s ease;
    color: #fff;
    text-align: center
}

.elementor-widget-aro-image-gallery .column-item img {
    display: block;
    transition: all .3s ease
}

.elementor-widget-aro-image-gallery .column-item:nth-child(even) {
    margin-top: 30px
}

.elementor-widget-aro-image-gallery .elementor-galerry__filter {
    display: inline-block;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    font-weight: var(--e-global-typography-primary-font-weight);
    padding: 7px 21px;
    margin: 0 5px;
    position: relative;
    cursor: pointer;
    outline: 0;
    border: none;
    border-radius: 5px;
    color: var(--e-global-color-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
}

.elementor-widget-aro-image-gallery .elementor-galerry__filter .count {
    display: none;
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-secondary);
    position: absolute;
    top: -10px
}

.elementor-widget-aro-image-gallery .elementor-galerry__filter.elementor-active,
.elementor-widget-aro-image-gallery .elementor-galerry__filter:hover {
    color: var(--e-global-color-primary);
    background-color: rgba(244, 195, 64, .2)
}

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

.elementor-widget-aro-image-gallery .aro-carousel .slick-list {
    overflow: visible
}

.aro-image-hotspots-container {
    overflow: hidden;
    position: relative
}

.aro-addons-image-hotspots-ib-img {
    display: block
}

.aro-image-hotspots-main-icons-tooltips-wrapper {
    top: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    right: 0
}

.elementor-widget-aro-image-hotspots .elementor-widget-container {
    display: flex;
    flex-wrap: wrap
}

.elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion {
    overflow: hidden;
    background-color: #fff;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion {
        padding: 50px 20px 50px 50px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion+.aro-image-hotspots-container {
    padding: 0
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion+.aro-image-hotspots-container {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .aro-image-hotspots-accordion-inner {
    position: relative;
    height: 100%
}

.elementor-editor-active .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .aro-image-hotspots-accordion-inner {
    overflow: hidden
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .elementor-accordion {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden
    }
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .elementor-accordion {
        padding-right: 23px
    }
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .elementor-accordion {
        padding-right: 30px
    }
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-tab-title {
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: .2em;
    padding: 30px 30px 30px 0;
    position: relative
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-tab-title:before {
    position: absolute;
    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-aro-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active {
    color: var(--e-global-color-primary)
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-tab-content {
    border-top: 0;
    padding: 0 0 40px
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-accordion-item:first-child {
    border-top: 0
}

.elementor-widget-aro-image-hotspots .scrollbar-inner>.scroll-element .scroll-bar {
    background-color: var(--e-global-color-primary);
    opacity: 1
}

.aro-image-hotspots-main-icons {
    cursor: pointer;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.aro-image-hotspots-main-icons .aro-image-hotspots-icon {
    cursor: pointer;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    line-height: 17px;
    padding: 5px;
    font-style: normal
}

.aro-image-hotspots-main-icons .aro-image-hotspots-icon:after {
    border-radius: 200%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(1);
    pointer-events: none;
    animation: lexus-scale 2s infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 3px #fff
}

.aro-image-hotspots-main-icons .aro-image-hotspots-image-icon {
    width: 40px;
    height: 40px
}

.aro-image-hotspots-main-icons .aro-image-hotspots-text {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0 10px;
    border-color: #000
}

.aro-image-hotspots-tooltips-wrapper {
    display: none;
    position: absolute;
    z-index: 9999
}

.tooltipster-sidetip {
    z-index: 9999
}

.tooltipster-sidetip .aro-image-hotspots-tooltips-text {
    padding: 20px
}

.tooltipster-box {
    background: 0 0;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, .18)
}

.tooltipster-box h4 {
    font-size: 14px;
    font-size: .875rem;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    margin-bottom: 10px
}

.tooltipster-box .tooltipster-content {
    background: #fff;
    max-width: 200px;
    border-radius: 4px
}

@keyframes lexus-scale {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff
}

.tooltipster-base.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff
}

.tooltipster-base.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff
}

.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff
}

.image-grid-wrapper * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.image-grid-wrapper .grid-wrapper {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(410px, 1fr));
    grid-auto-rows: 280px;
    grid-auto-flow: dense
}

.image-grid-wrapper .grid-wrapper>div {
    display: flex;
    justify-content: center;
    align-items: center
}

.image-grid-wrapper .grid-wrapper a,
.image-grid-wrapper .grid-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block
}

.image-grid-wrapper .grid-wrapper .wide {
    grid-column: span 2
}

.image-grid-wrapper .grid-wrapper .tall {
    grid-row: span 2
}

.image-grid-wrapper .grid-wrapper .big {
    grid-column: span 2;
    grid-row: span 2
}

.aro-language-switcher ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-size: .75rem
}

.aro-language-switcher span {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1428571429;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: uppercase;
    color: var(--e-global-color-text)
}

.aro-language-switcher .language-switcher-head .title {
    margin-right: 8px
}

.aro-language-switcher .language-switcher-head img {
    margin-right: 8px
}

.aro-language-switcher a {
    display: block
}

.aro-language-switcher img {
    display: inline-block;
    margin-right: 5px;
    height: 12px;
    object-fit: cover
}

.aro-language-switcher .item>div {
    display: flex;
    cursor: pointer;
    align-items: center
}

.aro-language-switcher .item>div i {
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.aro-language-switcher .sub-item {
    display: none;
    position: absolute;
    left: 0;
    z-index: 999;
    text-align: left;
    top: calc(100% + 5px);
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05)
}

.aro-language-switcher .sub-item:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    top: -10px
}

.aro-language-switcher .sub-item a {
    display: flex;
    align-items: center;
    padding: 7px 15px;
    min-width: 126px;
    white-space: nowrap
}

.aro-language-switcher .sub-item a:hover,
.aro-language-switcher .sub-item a:focus {
    background-color: rgba(0, 0, 0, .05)
}

.aro-language-switcher .sub-item a>span {
    text-transform: unset
}

.aro-language-switcher li.item {
    position: relative
}

.aro-language-switcher li.item:hover .sub-item {
    display: block
}

.language-switcher-style-hover-right-yes .aro-language-switcher .sub-item {
    right: 0;
    left: unset
}

.elementor-link-showcase-wrapper {
    position: relative;
    overflow: hidden
}

.elementor-link-showcase-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    flex-direction: column
}

@media (min-width:768px) {
    .elementor-link-showcase-inner {
        flex-direction: unset
    }
}

.link-showcase-item {
    flex: 100%;
    max-width: 100%;
    padding: 0 15px;
    position: relative;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media (min-width:768px) {
    .link-showcase-item {
        height: 100vh;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.link-showcase-contnet-inner {
    position: relative;
    height: 400px
}

@media (min-width:768px) {
    .link-showcase-contnet-inner {
        height: 100%
    }
}

.elementor-link-showcase-content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center
}

.elementor-link-showcase-content img {
    position: relative;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
    opacity: 0;
    transition: opacity 0s;
    will-change: transform
}

@media (min-width:768px) {
    .elementor-link-showcase-content img {
        height: auto
    }
}

.elementor-link-showcase-content.elementor-prev img {
    opacity: 1;
    z-index: 2;
    transition: opacity .43s cubic-bezier(.215, .61, .355, 1);
    animation: link-showcase-active-image .86s cubic-bezier(.25, .46, .45, .94) .32s
}

.elementor-link-showcase-content.elementor-active img {
    opacity: 1;
    z-index: 10;
    transition: opacity .43s cubic-bezier(.215, .61, .355, 1);
    animation: link-showcase-active-image .86s cubic-bezier(.25, .46, .45, .94) forwards
}

.elementor-link-showcase-title {
    margin: 20px 0;
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    text-transform: capitalize
}

@media (min-width:768px) {
    .elementor-link-showcase-title {
        font-size: 40px;
        font-size: 2.5rem
    }
}

@media (min-width:1024px) {
    .elementor-link-showcase-title {
        font-size: 60px;
        font-size: 3.75rem
    }
}

.elementor-link-showcase-title a:not(:hover) {
    color: inherit
}

.link-showcase-block-style-2 .link-showcase-item {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center
}

.link-showcase-block-style-2 .link-showcase-item .elementor-link-showcase-title {
    margin-left: auto;
    margin-right: auto;
    width: max-content;
    position: relative;
    z-index: 10
}

.link-showcase-block-style-2 .link-showcase-item.link-showcase-contnet-wrapper {
    height: auto !important;
    min-height: unset !important;
    z-index: 0;
    position: static
}

.link-showcase-block-style-2 .link-showcase-item.link-showcase-contnet-wrapper .link-showcase-contnet-inner {
    position: static
}

.link-showcase-block-style-2 .link-showcase-item.link-showcase-contnet-wrapper .link-showcase-contnet-inner .elementor-link-showcase-content img {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    opacity: 0;
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    transition: all .3s cubic-bezier(.25, .46, .45, .94)
}

.link-showcase-block-style-2 .link-showcase-item.link-showcase-contnet-wrapper .link-showcase-contnet-inner .elementor-link-showcase-content img:nth-child(2) {
    animation-duration: .5s;
    -webkit-animation-duration: .5s
}

.link-showcase-block-style-2 .link-showcase-item.link-showcase-contnet-wrapper .link-showcase-contnet-inner .elementor-link-showcase-content img:nth-child(3) {
    animation-duration: .7s;
    -webkit-animation-duration: .7s
}

.link-showcase-block-style-2 .link-showcase-item.link-showcase-contnet-wrapper .link-showcase-contnet-inner .elementor-link-showcase-content.elementor-active img {
    display: block;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp
}

@keyframes link-showcase-active-image {
    0% {
        transform: scale(.95);
        clip-path: inset(0 100% 0 0);
        -webkit-clip-path: inset(0 100% 0 0)
    }
    50% {
        transform: scale(.95);
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }
    100% {
        transform: scale(1);
        clip-path: inset(0 0 0 0);
        -webkit-clip-path: inset(0 0 0 0)
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0, 50%, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0, 50%, 0)
    }
    to {
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

.form-style .mc4wp-form {
    margin: 0
}

.form-style .mc4wp-form .form-input {
    flex: 1
}

.form-style .mc4wp-form .mc4wp-form-fields p {
    margin: 0
}

.form-style .mc4wp-form .form_one {
    display: flex;
    position: relative;
    border: 1px solid var(--e-global-color-background-field);
    background-color: var(--e-global-color-background-field);
    margin-bottom: 40px
}

.form-style .mc4wp-form .form_one:hover {
    border-color: var(--e-global-color-primary)
}

.form-style .mc4wp-form .form-input input[type=email] {
    padding: 14px 20px;
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    font-weight: var(--e-global-typography-text-font-weight);
    border: 0;
    background-color: transparent
}

.form-style .mc4wp-form .form-input input[type=email]:focus {
    border-color: var(--e-global-color-accent)
}

.form-style .mc4wp-form .form-input input[type=email]::placeholder {
    color: var(--e-global-color-lighter)
}

.form-style .mc4wp-form .form-button button[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 24px;
    font-weight: 600;
    color: var(--e-global-color-secondary);
    border-left: 1px solid #C4C4C410;
    background-color: transparent;
    padding: 0;
    margin: 13px 27px 13px 20px;
    padding-left: 26px
}

.form-style .mc4wp-form .form-button button[type=submit] i {
    margin-right: 6px;
    font-size: 14px
}

.form-style .mc4wp-form .form-button button[type=submit]:hover {
    color: var(--e-global-color-primary)
}

.form-style .mc4wp-form .form-button button[type=submit]:hover i {
    color: var(--e-global-color-primary)
}

.form-style .mc4wp-form .form-button button[type=submit]:hover i:before {
    animation: toRightFromLeft .3s forwards;
    display: block
}

.form-style .mc4wp-form .form-line {
    display: flex;
    margin: 0;
    justify-content: center;
    font-size: 14px;
    line-height: 24px;
    text-transform: capitalize;
    color: var(--e-global-color-secondary)
}

.form-style .mc4wp-form .form-line .form-line-one {
    font-weight: 500
}

.form-style .mc4wp-form .form-line .form-line-one input[type=checkbox] {
    margin-right: 7px;
    background-color: #f8f6f4
}

.form-style .mc4wp-form .form-line .form-line-one input[type=checkbox]:before {
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    border: 1px solid var(--e-global-color-border);
    border-radius: 2px;
    background-color: #f8f6f4;
    border-color: transparent;
    box-sizing: border-box;
    color: var(--e-global-color-border);
    content: close-quote;
    display: inline-block;
    height: 15px;
    outline: 1px solid var(--e-global-color-border);
    transition-duration: .5s;
    transition-property: background-color, border-color;
    width: 15px
}

.form-style .mc4wp-form .form-line .form-line-one input[type=checkbox]:checked:before {
    background-color: var(--e-global-color-primary);
    border-color: #fff
}

.form-style .mc4wp-form .form-line .form-line-one span {
    text-decoration: underline;
    color: var(--e-global-color-secondary)
}

.form-style .mc4wp-alert.mc4wp-error {
    color: #e2401c
}

.form-style .mc4wp-alert.mc4wp-success {
    color: #0f834d
}

.form-style .mc4wp-alert a {
    color: var(--e-global-color-primary)
}

.form-style .mc4wp-alert a:hover {
    background-color: var(--e-global-color-primary)
}

.form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields {
    background: #fff
}

.form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields:hover {
    border-color: var(--e-global-color-accent)
}

.form-mailchimp-style-2 .mc4wp-form-fields {
    position: relative
}

.form-mailchimp-style-2 .mc4wp-form-fields .form-input i {
    display: block;
    position: absolute;
    padding: 18px 30px;
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-secondary)
}

@media (max-width:767px) {
    .form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields {
        display: contents
    }
    .form-mailchimp-style-2 .form-style .mc4wp-form .mc4wp-form-fields p {
        text-align: -webkit-center;
        margin-bottom: 10px
    }
}

.form-mailchimp-style-2 .form-style input[type=email] {
    margin-right: 0
}

.form-mailchimp-style-2 .form-style .form-input input[type=email] {
    padding: 15px 64px;
    border-radius: 26px;
    width: 100%;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-secondary);
    background-color: #fff;
    border: 0 solid var(--e-global-color-border)
}

.form-mailchimp-style-2 .form-style .form-input input[type=email]:focus {
    border-color: var(--e-global-color-accent)
}

.form-mailchimp-style-2 .form-style .form-input input[type=email]::placeholder {
    color: var(--e-global-color-lighter)
}

.form-mailchimp-style-2 .form-style .form-button button[type=submit] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 22;
    border-radius: 26px;
    border: 1px solid;
    border-color: var(--e-global-color-accent);
    background-color: var(--e-global-color-accent);
    height: auto;
    width: auto;
    margin: 0;
    padding: 13px 36px
}

.form-mailchimp-style-2 .form-style .form-button button[type=submit]:hover {
    background-color: var(--e-global-color-accent)
}

.form-mailchimp-style-2 .form-style .form-button button[type=submit] i {
    display: none
}

.form-mailchimp-style-2 .form-style .form-button button[type=submit] .icon-2 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50%;
    height: 24px;
    width: 24px;
    color: var(--e-global-color-secondary);
    border: none;
    background-color: #fff
}

.form-mailchimp-style-2 .form-style .form-button button[type=submit] .icon-2:hover {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    color: #fff
}

.form-mailchimp-style-2 .form-style .form-button button[type=submit] span {
    font-size: 14px;
    font-size: .875rem;
    line-height: 24px;
    font-weight: var(--e-global-typography-primary-font-weight);
    padding-right: 10px
}

.form-mailchimp-style-2 .form-style .form-button button[type=submit]:hover i {
    border-color: var(--e-global-color-primary);
    background-color: var(--e-global-color-primary);
    color: #fff
}

.form-mailchimp-style-3 .form-style .mc4wp-form-fields {
    display: block;
    background-color: transparent;
    border: none
}

.form-mailchimp-style-3 .form-style .form-input input[type=email] {
    margin-right: 0;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--e-global-color-secondary);
    padding: 15px 0;
    color: var(--e-global-color-text)
}

.form-mailchimp-style-3 .form-style .form-input input[type=email]::placeholder {
    color: var(--e-global-color-text)
}

.form-mailchimp-style-3 .form-style .form-button button[type=submit] {
    background-color: var(--e-global-color-primary);
    padding: 1.1em 3.5em;
    letter-spacing: .1em
}

.form-mailchimp-style-3 .form-style .form-button button[type=submit]:hover {
    background-color: var(--e-global-color-secondary)
}

.elementor-canvas-menu-wrapper {
    display: flex
}

.elementor-canvas-menu-wrapper .menu-mobile-nav-button {
    display: inline-flex;
    align-items: center
}

.elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
    position: unset !important;
    word-wrap: unset !important;
    margin: 0;
    height: unset;
    width: unset;
    clip: unset;
    overflow: unset;
    clip-path: unset;
    order: 1;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--e-global-color-secondary)
}

.elementor-canvas-menu-wrapper .menu-mobile-nav-button:hover .screen-reader-text {
    color: var(--e-global-color-primary)
}

.aro-canvas-menu-layout-2.elementor-widget-aro-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
    display: none
}

.aro-canvas-menu-layout-2.elementor-widget-aro-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .aro-icon {
    margin-right: 0
}

.elementor-widget-aro-nav-menu.aro-nav-menu-divider-yes .main-navigation ul.menu>li.menu-item>a:before {
    content: "";
    position: absolute;
    display: inline-block;
    height: 10px;
    width: 1px;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--e-global-color-border)
}

.elementor-widget-aro-nav-menu.aro-nav-menu-divider-yes .main-navigation ul.menu>li.menu-item:last-child>a:before {
    content: none
}

[class*=layout-post-style-] .column-item {
    margin-bottom: 50px;
    position: relative
}

[class*=layout-post-style-] .more-link-wrap {
    margin-top: 38px
}

[class*=layout-post-style-] .post-inner .post-content {
    padding-left: 0;
    padding-right: 0
}

[class*=layout-post-style-] .post-inner .post-content .entry-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

[class*=layout-post-style-] .post-inner .post-thumbnail img {
    object-fit: cover;
    aspect-ratio: 1.4230769231
}

[class*=layout-post-style-] .post-inner:hover .post-thumbnail img {
    transform: scale(1.1)
}

[class*=layout-post-style-] .post-thumbnail {
    overflow: hidden;
    border-radius: 0;
    margin-bottom: 15px;
    position: relative
}

[class*=layout-post-style-] .post-thumbnail img {
    transition: all .3s ease
}

[class*=layout-post-style-] .entry-meta {
    margin-bottom: 10px
}

[class*=layout-post-style-] .entry-meta .categories-link {
    position: absolute;
    top: 14px;
    margin-left: 14px;
    z-index: 999
}

[class*=layout-post-style-] .entry-title {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 30px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

[class*=layout-post-style-] .excerpt-content {
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px
}

.layout-post-style-3 .post-inner .post-thumbnail img {
    object-fit: cover;
    aspect-ratio: 1.4230769231
}

@media (min-width:1024px) {
    .layout-post-style-2 .row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 0;
        margin-left: -30px;
        margin-right: -30px
    }
    .layout-post-style-2 .column-item {
        display: flex;
        align-items: flex-start;
        padding-left: 30px;
        padding-right: 30px;
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
    .layout-post-style-2 .post-style-2 {
        margin-bottom: 0
    }
    .layout-post-style-2 .post-style-2 .excerpt-content {
        margin-bottom: 0
    }
    .layout-post-style-2 .post-style-2:first-child {
        grid-area: 1/1/span 3/span 1
    }
    .layout-post-style-2 .post-style-2:first-child .post-thumbnail img {
        object-fit: cover;
        aspect-ratio: 1.5529715762
    }
    .layout-post-style-2 .post-style-2:not(.layout-post-style-2 .post-style-2:first-child) {
        margin-bottom: 50px
    }
    .layout-post-style-2 .post-style-2:not(.layout-post-style-2 .post-style-2:first-child) .post-inner {
        display: flex;
        align-items: flex-start;
        padding: 0
    }
    .layout-post-style-2 .post-style-2:not(.layout-post-style-2 .post-style-2:first-child) .post-inner .post-thumbnail {
        margin-bottom: 0;
        max-width: 240px;
        margin-right: 30px
    }
    .layout-post-style-2 .post-style-2:not(.layout-post-style-2 .post-style-2:first-child) .post-inner .post-thumbnail img {
        width: 240px;
        height: 240px;
        object-fit: cover;
        display: block
    }
    .layout-post-style-2 .post-style-2:not(.layout-post-style-2 .post-style-2:first-child) .post-inner .entry-content {
        flex: 1
    }
    .layout-post-style-2 .post-style-2:last-child {
        margin-bottom: 0 !important
    }
}

.elementor-widget-price-table .elementor-widget-container {
    background-color: transparent
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__integer-part,
.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__currency {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing)
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__price .elementor-price-table__period {
    margin-top: 10px
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--e-global-color-border)
}

@media (max-width:767px) {
    .elementor-widget-price-table .elementor-widget-container .elementor-price-table__features-list {
        border: none
    }
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer {
    padding: 45px 0 0
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button {
    align-items: center;
    display: inline-flex
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button i {
    display: flex;
    line-height: 0;
    margin-left: 10px;
    align-items: center;
    flex-direction: row-reverse
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button i:after {
    content: "";
    width: 0;
    height: 2px;
    transition: all .3s ease;
    background-color: #fff
}

.elementor-widget-price-table .elementor-widget-container .elementor-price-table__footer .elementor-price-table__button:hover i:after {
    width: 30px
}

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

.elementor-price-table .elementor-price-table__header {
    padding: 10px 0
}

.elementor-price-table .elementor-price-table__heading {
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-size: 13px;
    font-weight: 700;
    color: var(--e-global-color-secondary);
    letter-spacing: .1em;
    text-transform: uppercase
}

.elementor-price-table .elementor-price-table__subheading {
    font-size: 12px;
    font-weight: 400
}

.elementor-price-table .elementor-price-table__original-price {
    margin-right: 15px;
    text-decoration: line-through;
    font-size: .5em;
    line-height: 1;
    font-weight: 400;
    -ms-flex-item-align: center;
    align-self: center
}

.elementor-price-table .elementor-price-table__original-price .elementor-price-table__currency {
    font-size: 1em;
    margin: 0
}

.elementor-price-table .elementor-price-table__price {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    color: var(--e-global-color-primary);
    font-weight: 800;
    font-size: 48px;
    padding: 20px 0
}

.elementor-price-table .elementor-price-table__price .elementor-typo-excluded {
    line-height: normal;
    letter-spacing: normal;
    text-transform: none;
    font-weight: 500;
    font-size: 12px;
    font-style: normal;
    padding-top: 12px
}

.elementor-price-table .elementor-price-table__after-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: left;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.elementor-price-table .elementor-price-table__integer-part {
    line-height: .8
}

.elementor-price-table .elementor-price-table__currency,
.elementor-price-table .elementor-price-table__fractional-part {
    line-height: 1;
    font-size: .3em
}

.elementor-price-table .elementor-price-table__currency {
    margin-right: 3px
}

.elementor-price-table .elementor-price-table__period {
    width: 100%;
    font-size: 13px;
    font-weight: 400
}

.elementor-price-table .elementor-price-table__features-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    line-height: 1;
    color: var(--e-price-table-features-list-color)
}

.elementor-price-table .elementor-price-table__features-list li {
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    margin-left: 15px;
    margin-right: 15px
}

.elementor-price-table .elementor-price-table__features-list li:not(:first-child):before {
    content: "";
    display: block;
    border: 0 solid rgba(122, 122, 122, .3);
    margin: 10px 12.5%
}

.elementor-price-table .elementor-price-table__features-list i {
    margin-right: 10px;
    font-size: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg {
    margin-right: 10px;
    fill: var(--e-price-table-features-list-color);
    height: 1.3em;
    width: 1.3em
}

.elementor-price-table .elementor-price-table__features-list svg~* {
    vertical-align: text-top
}

.elementor-price-table .elementor-price-table__footer {
    padding: 30px 0
}

.elementor-price-table .elementor-price-table__additional_info {
    margin: 0;
    font-size: 13px;
    line-height: 1.4
}

.elementor-price-table .elementor-price-table__ribbon {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 150px;
    overflow: hidden;
    height: 150px
}

.elementor-price-table .elementor-price-table__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
}

.elementor-price-table .elementor-price-table__ribbon.elementor-ribbon-left {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    left: 0;
    right: auto
}

.elementor-price-table .elementor-price-table__ribbon.elementor-ribbon-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: auto;
    right: 0
}

.elementor-price-table .elementor-widget-price-table .elementor-widget-container {
    overflow: hidden;
    background-color: #f7f7f7
}

.elementor-widget-aro-product-categories .column-item:hover {
    z-index: 9
}

.elementor-widget-aro-product-categories .category-product-img {
    transition: all .3s ease
}

.elementor-widget-aro-product-categories .category-product-img img {
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
    -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-aro-product-categories .product-cat-link {
    position: relative
}

.elementor-widget-aro-product-categories .product-cat-link .cat-title {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
    margin-bottom: 10px;
    transition: all .3s ease
}

.elementor-widget-aro-product-categories .cat-total {
    font-size: 16px;
    font-size: 1rem;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: #fff;
    transition: all .3s ease
}

.elementor-widget-aro-product-categories .product-cat-caption {
    position: relative
}

.elementor-widget-aro-product-categories.total-effects-yes .product-cat .cat-total {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .5s cubic-bezier(.8, 0, .2, 1);
    -o-transition: all .5s cubic-bezier(.8, 0, .2, 1);
    transition: all .5s cubic-bezier(.8, 0, .2, 1);
    opacity: 0;
    transform: translateY(10px);
    margin-bottom: 0
}

.elementor-widget-aro-product-categories.total-effects-yes .product-cat:hover .cat-total {
    -webkit-transition: all .5s cubic-bezier(.8, 0, .2, 1);
    -o-transition: all .5s cubic-bezier(.8, 0, .2, 1);
    transition: all .5s cubic-bezier(.8, 0, .2, 1);
    max-height: 120px;
    opacity: 1;
    transform: translateY(0px)
}

.elementor-widget-aro-product-categories .layout-1 .product-cat .product-cat-link .category-product-img {
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    outline: none;
    --Media_ClipPath: inset(0);
    transition: clip-path .6s cubic-bezier(.17, .67, .83, .67), filter .8s ease;
    clip-path: var(--Media_ClipPath)
}

.elementor-widget-aro-product-categories .layout-1 .product-cat .product-cat-link .category-product-img img {
    z-index: 1;
    position: relative
}

.elementor-widget-aro-product-categories .layout-1 .product-cat .product-cat-link .cat-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0;
    display: inline-block;
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-product-categories .layout-1 .product-cat .product-cat-link .cat-total {
    color: var(--e-global-color-text)
}

.elementor-widget-aro-product-categories .layout-1 .product-cat .product-cat-link:hover .category-product-img {
    --Media_ClipPath: inset(0 round 25vw 25vw 0 0);
    transition: clip-path 1.2s cubic-bezier(.17, .67, .83, .67)
}

.elementor-widget-aro-product-categories .layout-1 .product-cat .product-cat-link:hover .cat-title .title {
    color: var(--e-global-color-primary)
}

.elementor-widget-aro-product-categories .layout-2 .product-cat-link {
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, .1));
    border-radius: 4px;
    background-color: #a68e8b;
    padding: 20px;
    display: flex;
    align-content: center;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.elementor-widget-aro-product-categories .layout-2 .category-product-img {
    width: 80px;
    position: relative
}

.elementor-widget-aro-product-categories .layout-2 .category-product-img img {
    position: absolute;
    max-width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: all .3s ease
}

.elementor-widget-aro-product-categories .layout-2 .product-cat-caption {
    margin-left: 20px;
    position: relative
}

.elementor-widget-aro-product-categories .layout-2 .cat-title,
.elementor-widget-aro-product-categories .layout-2 .cat-total * {
    color: #fff
}

.elementor-widget-aro-product-categories .layout-3 .product-cat {
    overflow: hidden;
    outline: none;
    --Media_ClipPath: inset(0);
    clip-path: var(--Media_ClipPath);
    transition: clip-path .6s cubic-bezier(.17, .67, .83, .67), filter .8s ease
}

.elementor-widget-aro-product-categories .layout-3 .product-cat:hover {
    --Media_ClipPath: inset(0 round 25vw 25vw 0 0);
    transition: clip-path 1.2s cubic-bezier(.17, .67, .83, .67)
}

.elementor-widget-aro-product-categories .layout-3 .product-cat-link {
    display: grid;
    position: relative
}

.elementor-widget-aro-product-categories .layout-3 .product-cat-caption {
    position: absolute;
    width: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 40px 50px
}

.elementor-widget-aro-product-categories .layout-3 .product-cat-caption .cat-title {
    font-size: 20px
}

.elementor-widget-aro-product-categories .layout-3 .category-product-img {
    width: 100%
}

.elementor-widget-aro-product-categories .layout-3 .category-product-img img {
    width: 100%;
    max-height: 120px
}

.elementor-widget-aro-product-categories .layout-4 {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: var(--grid-item-gap);
    grid-row-gap: var(--grid-item-gap);
    margin: 0 !important
}

@media (max-width:1023px) {
    .elementor-widget-aro-product-categories .layout-4 {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-widget-aro-product-categories .layout-4 {
        grid-template-columns: repeat(1, 1fr)
    }
}

.elementor-widget-aro-product-categories .layout-4>.column-item {
    padding: 0 !important;
    max-width: 100% !important;
    height: var(--grid-item-height);
    margin: 0 !important
}

.elementor-widget-aro-product-categories .layout-4>.column-item:nth-child(1) {
    grid-row: 1/3;
    grid-column: 1/span 2;
    height: calc(var(--grid-item-height)*2 + var(--grid-item-gap))
}

@media (max-width:1023px) {
    .elementor-widget-aro-product-categories .layout-4>.column-item:nth-child(1) {
        grid-row: inherit;
        grid-column: initial;
        height: var(--grid-item-height)
    }
}

.elementor-widget-aro-product-categories .layout-4>.column-item:nth-child(2) {
    grid-column: 3/5
}

@media (max-width:1023px) {
    .elementor-widget-aro-product-categories .layout-4>.column-item:nth-child(2) {
        grid-column: initial
    }
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat {
    height: 100%
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link {
    position: relative;
    display: block;
    height: 100%;
    min-height: unset
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link .category-product-img {
    height: 100%
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link .category-product-img img {
    height: 100%
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link .product-cat-caption {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link .product-cat-caption .cat-title {
    padding: 0 0 35px
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 38%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) .01%, #000 100%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link:hover:before {
    opacity: .36;
    visibility: visible
}

.elementor-widget-aro-product-categories .layout-4>.column-item .product-cat .product-cat-link:hover .product-cat-caption {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.elementor-widget-aro-product-categories.hidden-effect-yes .layout-1 .product-cat .product-cat-link .category-product-img:hover {
    --Media_ClipPath: inset(0);
    transition: none
}

.elementor-widget-aro-product-categories.hidden-effect-yes .layout-3 .product-cat:hover {
    --Media_ClipPath: inset(0);
    transition: none
}

.elementor-widget-aro-product-categories .aro-carousel .slick-list {
    overflow: visible
}

.elementor-widget-aro-product-categories .aro-carousel .slick-slide {
    opacity: 0;
    transition: all .3s ease
}

.elementor-widget-aro-product-categories .aro-carousel .slick-slide.slick-active {
    opacity: 1
}

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

@keyframes nospin {
    100% {
        transform: rotateZ(0deg)
    }
}

.aro-image-hotspots-container {
    overflow: hidden;
    position: relative
}

.aro-addons-image-hotspots-ib-img {
    display: block
}

.elementor-widget-aro-image-hotspots .elementor-widget-container {
    display: flex;
    flex-wrap: wrap
}

.elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion {
    overflow: hidden;
    background-color: #fff;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion {
        padding: 50px 20px 50px 50px;
        flex: 0 0 50%;
        max-width: 50%
    }
}

.elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion+.aro-image-hotspots-container {
    padding: 0
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion+.aro-image-hotspots-container {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .aro-image-hotspots-accordion-inner {
    position: relative;
    height: 100%
}

.elementor-editor-active .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .aro-image-hotspots-accordion-inner {
    overflow: hidden
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .elementor-accordion {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden
    }
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .elementor-accordion {
        padding-right: 23px
    }
}

@media (min-width:1024px) {
    .elementor-widget-aro-image-hotspots .aro-image-hotspots-accordion .elementor-accordion {
        padding-right: 30px
    }
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-tab-title {
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    letter-spacing: .2em;
    padding: 30px 30px 30px 0;
    position: relative
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-tab-title:before {
    position: absolute;
    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-aro-image-hotspots .elementor-accordion .elementor-tab-title.elementor-active {
    color: var(--e-global-color-primary)
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-tab-content {
    border-top: 0;
    padding: 0 0 40px
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-accordion-item {
    border-left: 0;
    border-right: 0
}

.elementor-widget-aro-image-hotspots .elementor-accordion .elementor-accordion-item:first-child {
    border-top: 0
}

.elementor-widget-aro-image-hotspots .scrollbar-inner>.scroll-element .scroll-bar {
    background-color: var(--e-global-color-primary);
    opacity: 1
}

.aro-image-hotspots-main-icons {
    cursor: pointer;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%
}

.aro-image-hotspots-main-icons .aro-image-hotspots-icon {
    cursor: pointer;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    height: 17px;
    width: 17px;
    line-height: 17px;
    padding: 5px;
    font-style: normal
}

.aro-image-hotspots-main-icons .aro-image-hotspots-icon:after {
    border-radius: 200%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(1);
    pointer-events: none;
    animation: lexus-scale 2s infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 0 3px #fff
}

.aro-image-hotspots-main-icons .aro-image-hotspots-image-icon {
    width: 40px;
    height: 40px
}

.aro-image-hotspots-main-icons .aro-image-hotspots-text {
    cursor: pointer;
    display: block;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0 10px;
    border-color: #000
}

.aro-product-hotspots-wrapper {
    display: flex;
    flex-wrap: wrap
}

.aro-product-hotspots-wrapper .aro-image-hotspots-tooltips-link.selected .aro-image-hotspots-icon {
    background-color: #dd9830
}

.aro-product-hotspots-wrapper .aro-image-hotspots-tooltips-link.selected .aro-image-hotspots-icon:after {
    box-shadow: 0 0 0 3px #d98200
}

.aro-product-hotspots-wrapper .aro-products-hotspots {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 15px
}

@media (max-width:1200px) {
    .aro-product-hotspots-wrapper .aro-products-hotspots {
        justify-content: center;
        margin-top: 15px
    }
}

@media (max-width:767px) {
    .aro-product-hotspots-wrapper .aro-products-hotspots {
        flex: 0 0 100%;
        order: -1
    }
}

.aro-product-hotspots-wrapper .aro-products-hotspots .aro-hotspots-list-products {
    width: 40%
}

.aro-product-hotspots-wrapper .aro-products-hotspots .aro-hotspots-list-products li.product {
    margin: 0;
    flex: 0 0 100%;
    max-width: 100%;
    display: none
}

.aro-product-hotspots-wrapper .aro-products-hotspots .aro-hotspots-list-products li.product.active {
    display: block
}

@keyframes lexus-scale {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

.elementor-widget-aro-products-tabs .elementor-tabs-wrapper {
    text-align: center;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:767px) {
    .elementor-widget-aro-products-tabs .elementor-tabs-wrapper {
        display: none
    }
}

.elementor-widget-aro-products-tabs .elementor-tab-title {
    cursor: pointer;
    outline: 0;
    padding: 0 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;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-lighter);
    line-height: 22px;
    border-bottom: 1px solid transparent;
    border-radius: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-title:first-child {
    margin-left: 0;
    padding-left: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-title:first-child:before {
    content: none
}

.elementor-widget-aro-products-tabs .elementor-tab-title:last-child {
    margin-right: 0;
    padding-right: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-title.elementor-active,
.elementor-widget-aro-products-tabs .elementor-tab-title:hover {
    color: var(--e-global-color-secondary);
    border-bottom: 1px solid var(--e-global-color-secondary);
    border-radius: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-title.elementor-tab-mobile-title {
    background-color: #eee;
    color: var(--e-global-color-secondary);
    padding: 12px 20px 8px;
    margin-bottom: 1px
}

@media (min-width:768px) {
    .elementor-widget-aro-products-tabs .elementor-tab-title.elementor-tab-mobile-title {
        display: none !important
    }
}

@media (max-width:767px) {
    .elementor-widget-aro-products-tabs .elementor-tab-title.elementor-tab-mobile-title {
        border: none
    }
}

.elementor-widget-aro-products-tabs .elementor-tab-title.elementor-tab-mobile-title:hover,
.elementor-widget-aro-products-tabs .elementor-tab-title.elementor-tab-mobile-title.elementor-active {
    background-color: var(--e-global-color-secondary);
    color: #fff
}

.elementor-widget-aro-products-tabs .elementor-tabs-content-wrapper {
    border: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-desktop-title {
    margin: 0 20px 0 0;
    padding: 0 0 5px;
    display: inline-block;
    line-height: 1;
    border-radius: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-desktop-title:first-child {
    margin-left: 0;
    padding-left: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-desktop-title:last-child {
    margin-right: 0;
    padding-right: 0
}

.elementor-widget-aro-products-tabs .elementor-tab-content {
    border: 0;
    padding-top: 30px
}

.elementor-widget-aro-products-tabs .elementor-tabs-content-wrapper {
    border: none
}

ul.product_list_recently {
    display: flex;
    list-style: none;
    margin-left: -15px;
    margin-right: -15px;
    flex-wrap: wrap;
    margin-bottom: 0
}

ul.product_list_recently li {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

ul.product_list_recently li a {
    transition: all ease .3s;
    display: block
}

ul.product_list_recently li a img {
    width: 80px;
    height: 86px;
    object-fit: cover
}

p.recently-notice {
    margin-bottom: 30px
}

.elementor-html .site-content-contain {
    z-index: 100
}

.elementor-html .product-image.no-gallery {
    display: none !important
}

.woocommerce-carousel {
    position: relative
}

.woocommerce-carousel ul.products {
    display: none;
    position: static !important
}

.woocommerce-carousel ul.products.slick-initialized {
    display: block
}

.woocommerce-carousel ul.products li.product {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.woocommerce-carousel .aro-products-spacing {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

.woocommerce-carousel .slick-slide>div {
    display: flex;
    height: 100%
}

.woocommerce-carousel .slick-next.slick-disabled,
.woocommerce-carousel .slick-prev.slick-disabled {
    opacity: .8;
    cursor: not-allowed
}

@media (min-width:500px) and (max-width:768px) {
    .mobile-switcher-style-product-yes.elementor-widget-aro-products ul.products li.product {
        flex: 0 0 50% !important;
        max-width: 50% !important
    }
}

@media (min-width:500px) and (max-width:768px) {
    .mobile-switcher-style-product-yes.elementor-widget-aro-products .woocommerce-carousel ul.products li.product {
        flex: 0 0 100% !important;
        max-width: 100% !important
    }
}

.elementor-widget-aro-products .aro-products-spacing {
    padding: 0;
    border: none;
    border-radius: 0
}

.elementor-widget-aro-products .product-block-list {
    display: flex;
    height: 100%;
    background-color: #fff
}

.elementor-widget-aro-products .product-block-list .right {
    flex: 1
}

.elementor-widget-aro-products .product-block-list .left {
    margin-right: 20px
}

.elementor-widget-aro-products .product-block-list .count-review {
    justify-content: left
}

.elementor-widget-aro-products .label-wrapper>span {
    font-size: 10px;
    font-size: .625rem
}

.elementor-widget-aro-products .woocommerce-product-list-1 .left {
    max-width: 100px;
    margin-right: 18px;
    position: relative
}

.elementor-widget-aro-products .woocommerce-product-list-1 .product-block-list {
    border: 1px solid var(--e-global-color-border);
    padding: 19px
}

.elementor-widget-aro-products .woocommerce-product-list-1 li.product {
    margin-bottom: 20px
}

.elementor-widget-aro-products .woocommerce-product-list-1 li.product .label-wrapper {
    top: 0;
    left: 0
}

.elementor-widget-aro-products .woocommerce-product-list-1 li.product .count-review {
    margin-bottom: 15px
}

.elementor-widget-aro-products .woocommerce-product-list-1 li.product .price {
    margin-bottom: 5px
}

.elementor-widget-aro-products .woocommerce-product-list-2 .left {
    max-width: 100px;
    margin-right: 18px;
    position: relative
}

.elementor-widget-aro-products .woocommerce-product-list-2 li.product {
    margin-bottom: 0
}

.elementor-widget-aro-products .woocommerce-product-list-2 li.product:not(:last-child) {
    margin-bottom: 22px
}

.elementor-widget-aro-products .woocommerce-product-list-2 li.product:not(:last-child) .product-block-list {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--e-global-color-border)
}

.elementor-widget-aro-products .woocommerce-product-list-2 li.product .label-wrapper {
    top: 0;
    left: 0
}

.elementor-widget-aro-products .woocommerce-product-list-2 li.product .count-review {
    margin-bottom: 15px
}

.elementor-widget-aro-products .woocommerce-product-list-2 li.product .price {
    margin-bottom: 5px
}

.elementor-widget-aro-search {
    z-index: 99
}

.elementor-widget-aro-search .widget {
    padding: 0;
    margin-bottom: 0;
    border: none
}

.elementor-widget-aro-search .widget form:before {
    display: none
}

.elementor-widget-aro-search .widget form .search-field {
    background-color: var(--background);
    border: 1px solid var(--e-global-color-border);
    padding: 14px 55px 14px 28px
}

.elementor-widget-aro-search .widget form .search-field::placeholder {
    color: var(--e-global-color-lighter)
}

.elementor-widget-aro-search .widget form button[type=submit] {
    font-size: 0;
    line-height: 0;
    width: 80px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    background: var(--e-global-color-primary);
    border: none;
    padding: 0
}

.elementor-widget-aro-search .widget form button[type=submit]:hover {
    background: var(--e-global-color-secondary)
}

.elementor-widget-aro-search .widget form button[type=submit]:before {
    color: #fff;
    font-size: 14px;
    z-index: 9
}

.elementor-widget-aro-search .site-header-search {
    display: block
}

.elementor-widget-aro-search .site-header-search .button-search-popup {
    text-align: center
}

.elementor-widget-aro-search .site-header-search .button-search-popup .aro-icon-search {
    margin-bottom: 5px
}

.elementor-widget-aro-search .site-header-search .button-search-popup .content {
    display: block;
    font-size: 12px;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.elementor-widget-aro-search .site-header-search .button-search-popup:hover {
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-search .site-header-search .button-search-popup:hover .aro-icon-search {
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-search .site-header-search .button-search-popup.layout-3 {
    display: flex
}

.elementor-widget-aro-search .site-header-search .button-search-popup.layout-3 .content {
    display: block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .01em;
    text-transform: uppercase
}

.elementor-widget-aro-search .site-header-search .button-search-popup.layout-3 .aro-icon-search {
    margin-bottom: 2px;
    margin-right: 11px
}

.elementor-widget-aro-search .site-header-search .button-search-popup:hover .content {
    color: var(--e-global-color-primary)
}

.elementor-widget-aro-search .site-header-search .button-search-popup:hover .aro-icon-search {
    color: var(--e-global-color-primary)
}

@media screen and (max-width:465px) {
    .elementor-widget-aro-search .site-header-search .button-search-popup .content {
        display: none
    }
}

.elementor-widget-aro-single-product form.cart .quantity_wrap {
    display: none
}

.elementor-widget-aro-single-product form.cart button.single_add_to_cart_button {
    padding: 0 32px;
    line-height: 48px;
    background-color: var(--e-global-color-primary);
    border-radius: 2px
}

.elementor-widget-aro-single-product form.cart button.single_add_to_cart_button:hover {
    background-color: var(--e-global-color-secondary)
}

.elementor-widget-aro-single-product .stock {
    display: none
}

.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-mobile-title {
    color: var(--e-global-color-secondary);
    text-transform: uppercase;
    font-size: 12px
}

.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-mobile-title:hover {
    color: var(--e-global-color-primary)
}

.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-title {
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-title i {
    margin-right: 5px
}

.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-title:hover,
.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-title:focus,
.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-title:active,
.elementor-widget-aro-tabs.elementor-widget-tabs .elementor-tab-title.elementor-active {
    color: var(--e-global-color-primary)
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
    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;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-secondary);
    line-height: 22px;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    padding-bottom: 5px;
    margin-right: 10px
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title {
        margin: 5px 0;
        min-width: 50%;
        justify-content: center
    }
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:hover,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:focus,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:active,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active {
    -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-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:hover:after,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:focus:after,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:active:after,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title.elementor-active:after {
    display: none
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title:before {
    display: none !important
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-title i {
    margin-top: -3px
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tabs-content-wrapper {
    border: none
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none .elementor-tab-title .title {
    vertical-align: middle;
    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;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-secondary-font-weight);
    color: var(--e-global-color-lighter);
    line-height: 22px;
    border-bottom: 1px solid transparent;
    border-radius: 0
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none .elementor-tab-title .title:before {
    content: "";
    height: 1px;
    width: 0;
    bottom: -5px;
    left: 0;
    transform: translateX(0%);
    background-color: var(--e-global-color-secondary);
    position: absolute;
    transition: all .3s ease;
    opacity: 0
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none .elementor-tab-title.elementor-active .title,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none .elementor-tab-title:hover .title {
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none .elementor-tab-title.elementor-active .title:before,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-horizontal.tabs-border-type-none .elementor-tab-title:hover .title:before {
    width: 100%;
    opacity: 1
}

@media (min-width:768px) {
    .elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: flex
    }
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    font-size: 30px;
    font-size: 1.875rem;
    color: var(--e-global-color-secondary);
    padding: 10px 0
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
    border: none
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title .title {
    padding-left: 0;
    transition: all .3s ease;
    position: relative;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    color: var(--e-global-color-secondary)
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title.elementor-active .title,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-title:hover .title {
    color: var(--e-global-color-primary)
}

.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-aro-tabs.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    display: none
}

.elementor-tabs-view-vertical.elementor-tabs-alignment-end .elementor-tabs-heading {
    margin-bottom: auto
}

.elementor-tabs-view-horizontal.elementor-tabs-alignment-center .elementor-tabs-wrapper .elementor-tabs-heading,
.elementor-tabs-view-horizontal.elementor-tabs-alignment-end .elementor-tabs-wrapper .elementor-tabs-heading {
    position: absolute;
    left: 0
}

@media (min-width:768px) {
    .elementor-tabs .elementor-tab-mobile-title {
        display: none !important
    }
}

@media (max-width:767px) {
    .elementor-tabs .elementor-tab-title,
    .elementor-tabs .elementor-tab-content {
        border-style: none;
        border-bottom-style: none
    }
}

.elementor-widget-aro-team-box .team-image {
    position: relative;
    border-radius: 0;
    overflow: hidden
}

.elementor-widget-aro-team-box .team-image:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

.elementor-widget-aro-team-box .team-image img {
    width: 100%;
    object-fit: cover
}

.elementor-widget-aro-team-box .team-image .team-icon-socials {
    position: absolute;
    bottom: 45%;
    left: 50%;
    opacity: 0;
    transition: all .3s ease;
    transform: translateX(-50%)
}

.elementor-widget-aro-team-box .team-image ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    list-style: none
}

.elementor-widget-aro-team-box .team-image ul li {
    line-height: 1;
    margin-right: 10px;
    text-align: center
}

.elementor-widget-aro-team-box .team-image ul li:last-child {
    margin-right: 0
}

.elementor-widget-aro-team-box .team-image ul a {
    color: var(--e-global-color-secondary);
    background-color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center
}

.elementor-widget-aro-team-box .team-image ul a:hover {
    background-color: var(--e-global-color-primary)
}

.elementor-widget-aro-team-box .team-image ul a:hover>i {
    color: #fff
}

.elementor-widget-aro-team-box .team-caption {
    margin-top: 20px;
    text-align: center
}

.elementor-widget-aro-team-box .team-name {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-family: var(--e-global-typography-secondary-font-family);
    color: var(--e-global-color-secondary);
    line-height: 30px;
    text-transform: capitalize;
    letter-spacing: var(--e-global-typography-primary-letter-spacing)
}

.elementor-widget-aro-team-box .team-job {
    font-size: 16px;
    font-size: 1rem;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-secondary);
    line-height: 24px
}

.elementor-widget-aro-team-box .elementor-teams-wrapper:hover .team-image:before {
    opacity: 1
}

.elementor-widget-aro-team-box .elementor-teams-wrapper:hover .team-icon-socials {
    opacity: 1
}

.elementor-testimonial-item-wrapper .elementor-testimonial-item {
    display: flex;
    justify-content: stretch
}

.elementor-testimonial-item-wrapper .inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 30px;
    background-color: transparent
}

.elementor-testimonial-item-wrapper .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    display: block;
    margin-bottom: 10px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
    color: var(--e-global-color-primary)
}

.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
    color: #ffcb45;
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1;
    margin-bottom: 24px
}

.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
    margin-right: 2px
}

.elementor-testimonial-item-wrapper .elementor-testimonial-rating i:last-child {
    margin-right: 0
}

.elementor-testimonial-item-wrapper .testimonial-content-text {
    z-index: 1;
    margin-bottom: auto;
    position: relative
}

.elementor-testimonial-item-wrapper .content {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 36px;
    color: var(--e-global-color-lighter);
    font-weight: var(--e-global-typography-text-font-weight)
}

.elementor-testimonial-item-wrapper .title {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.7142857143;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: var(--e-global-color-primary)
}

.elementor-testimonial-item-wrapper .testimonial-caption {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30px
}

.elementor-testimonial-item-wrapper .testimonial-caption .details {
    text-align: left
}

.elementor-testimonial-item-wrapper .name {
    display: block;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 4px;
    color: var(--e-global-color-secondary)
}

.elementor-testimonial-item-wrapper .job {
    display: block;
    font-size: 10px;
    font-size: .625rem;
    line-height: 1.4;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase;
    color: var(--e-global-color-secondary)
}

.elementor-testimonial-item-wrapper .job i {
    font-size: 8px;
    font-size: .5rem;
    color: #4eba59;
    margin-right: 5px
}

.elementor-testimonial-item-wrapper .elementor-testimonial-image {
    margin-right: 20px;
    line-height: 0
}

.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
    display: inline;
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%
}

.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner {
    position: relative
}

.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:after {
    content: "";
    height: 8px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary);
    display: inline-block;
    transition: all .3s ease
}

.show-hover-bottom-yes .elementor-testimonial-item-wrapper .inner:hover:after {
    width: 100%;
    transition: all .3s ease
}

@media (max-device-width:767px) {
    .elementor-testimonial-item-wrapper .inner {
        display: block
    }
    .elementor-testimonial-item-wrapper .content {
        font-size: 16px;
        font-size: 1rem
    }
}

.elementor-widget-aro-thumbnail .elementor-widget-container img {
    width: 100%;
    object-fit: cover
}

.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-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu,
.page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
    opacity: 1;
    visibility: visible;
    z-index: 990;
    transform: translateY(0)
}

.home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2,
.home .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3,
.page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2,
.page-template-template-homepage .nav-vertiacl-menu-layout-content-style-2 .vertical-navigation-header .vertical-navigation-title .title-icon .icon-3 {
    width: 18px
}

.elementor-video-popup {
    display: inline-flex;
    align-items: center
}

.elementor-video-popup {
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    justify-content: center;
    position: relative
}

.elementor-video-popup .elementor-video-icon {
    transform: translateX(2px);
    transition: transform .8s cubic-bezier(.45, 0, .14, 1.03);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px
}

.video-icon-effectsyes .elementor-video-popup {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.video-icon-effectsyes .elementor-video-popup .elementor-video-icon {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .5)
}

.video-icon-effectsyes .elementor-video-popup .elementor-video-icon:before {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, .5);
    border-radius: 200%;
    content: "";
    position: absolute;
    z-index: -1;
    transform: scale(1);
    pointer-events: none;
    animation: lexus-scale 2s infinite;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.elementor-video-popup .video-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-flex;
    flex-direction: column
}

.elementor-video-popup .video-icon-align-before {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.elementor-video-popup .video-icon-align-after {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    font-size: 24px;
    border: none
}

.mfp-image-holder .mfp-close:active,
.mfp-image-holder .mfp-close:focus,
.mfp-image-holder .mfp-close:hover,
.mfp-iframe-holder .mfp-close:active,
.mfp-iframe-holder .mfp-close:focus,
.mfp-iframe-holder .mfp-close:hover {
    color: var(--e-global-color-primary);
    background-color: transparent;
    border: none
}

@keyframes lexus-scale {
    0% {
        transform: scale(1);
        opacity: 1
    }
    100% {
        transform: scale(1.3);
        opacity: 0
    }
}

.elementor-column-wrap:hover .text-editor-hover .elementor-text-editor>*:before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%)
}

.elementor-column-wrap .text-editor-hover .elementor-text-editor>* {
    position: relative;
    display: inline-block
}

.elementor-column-wrap .text-editor-hover .elementor-text-editor>*:before {
    position: absolute;
    content: attr(data-hover);
    color: var(--e-global-color-secondary);
    clip-path: polygon(0 0, 0 0, 0% 100%, 0 100%);
    transition: clip-path .5s ease
}

.animated-slide-column>.elementor-column-wrap {
    transition: opacity 0s .6s, transform 1s .6s;
    opacity: 0;
    transform: translateX(-20px) translateZ(0)
}

.animated-slide-column:after {
    content: "";
    margin: 0 -5px 0 0;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
    background-color: var(--e-global-color-primary);
    z-index: 3;
    transition: bottom .4s cubic-bezier(.165, .84, .44, 1) 0s, right .4s cubic-bezier(.77, 0, .175, 1) .3s, margin .4s cubic-bezier(.77, 0, .175, 1) .3s, left .4s cubic-bezier(.77, 0, .175, 1) .6s
}

.animated-slide-column.col-loaded {
    overflow: hidden;
    position: relative
}

.animated-slide-column.col-loaded .elementor-column-wrap {
    transform: translateX(0);
    opacity: 1
}

.animated-slide-column.col-loaded:after {
    margin-right: 0;
    right: -3px;
    bottom: 0;
    left: 100%
}

.animated-bg-parallax {
    overflow: hidden
}

.animated-bg-parallax>.elementor-column-wrap {
    overflow: hidden
}

.animated-bg-parallax .img-banner-parallax {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.animated-bg-parallax .img-banner-parallax:not(.hover) {
    transform: none !important
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img {
    position: relative;
    overflow: hidden
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-img 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
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title {
    position: relative
}

.elementor-widget-image-box.box-title-decor-yes .elementor-image-box-title:before {
    content: "";
    position: absolute;
    width: 2px;
    height: 0;
    background-color: var(--e-global-color-primary);
    top: -60px;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto
}

.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title:before {
    height: 50px
}

.elementor-widget-image-box.box-title-decor-yes:hover .elementor-image-box-title a {
    color: var(--e-global-color-primary);
    -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.box-title-decor-yes:hover img {
    transform: scale(1.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
}

.text-rotate {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg)
}

.text-shadow {
    -webkit-text-stroke: 3px #fff;
    -webkit-text-fill-color: #daa14c
}

.hover-style .elementor-cta__button-wrapper {
    opacity: 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;
    transform: translateY(10px);
    height: 0
}

.hover-style .elementor-cta__title {
    transform: translateY(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
}

.hover-style .elementor-cta__content {
    overflow: hidden
}

.hover-style:hover .elementor-cta__title {
    transform: translateY(-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
}

.hover-style:hover .elementor-cta__button-wrapper {
    opacity: 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;
    transform: translateY(-10px)
}

.mask-text .elementor-counter>* {
    color: transparent;
    text-align: center;
    font-size: 10em;
    font-weight: 900;
    background-image: url(../../../themes/aro/assets/../assets/images/ldp_mask.jpg);
    background-size: contain;
    background-clip: text;
    -webkit-background-clip: text;
    -ms-background-clip: text;
    -moz-background-clip: text
}

.e--ua-safari .mask-text .elementor-counter {
    text-align: center
}

.e--ua-safari .mask-text .elementor-counter>* {
    display: inline
}

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon {
    font-size: 70px;
    font-size: 4.375rem
}

.elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    text-transform: capitalize;
    color: var(--e-global-color-secondary)
}

.elementor-widget-icon-box:hover {
    cursor: pointer
}

.elementor-widget-icon-box .elementor-icon-box-description {
    color: var(--e-global-color-secondary)
}

.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.elementor-view-stacked .elementor-icon {
    background-color: #fff;
    color: var(--e-global-color-primary)
}

.elementor-image-box-wrapper .elementor-image-box-img img {
    display: inline-block
}

.icon-list-hover-underline .elementor-icon-list-item a:hover .elementor-icon-list-text {
    text-decoration: underline
}

.image-style-aro-yes .elementor-image-box-wrapper:hover .elementor-image-box-img {
    border-color: var(--e-global-color-primary)
}

.image-style-aro-yes .elementor-image-box-wrapper:hover .elementor-image-box-img-inner:after {
    visibility: visible;
    opacity: 1
}

.image-style-aro-yes .elementor-image-box-wrapper:hover .elementor-button-wrapper {
    visibility: visible;
    opacity: 1
}

.image-style-aro-yes .elementor-image-box-img {
    border: 1px dashed var(--e-global-color-border);
    padding: 20px;
    border-radius: 4px
}

.image-style-aro-yes .elementor-image-box-img img {
    border-radius: 4px
}

.image-style-aro-yes .elementor-image-box-img-inner {
    position: relative
}

.image-style-aro-yes .elementor-image-box-img-inner:after {
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.image-style-aro-yes .elementor-button-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 9;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.image-style-aro-yes .elementor-image-box-title {
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-secondary)
}

.image-style-aro-yes .elementor-image-box-title a {
    color: var(--e-global-color-secondary)
}

.image-style-aro-yes .elementor-image-box-title a:hover {
    color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-secondary-font-weight);
    line-height: 1.3333333333;
    text-transform: capitalize;
    color: #000;
    margin-top: 15px
}

.elementor-image-box-button-wrapper i {
    font-size: 10px;
    margin-left: 5px;
    margin-bottom: 3px;
    color: var(--e-global-color-primary)
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
    margin-bottom: 0
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-tab-title {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    margin-bottom: 1px;
    padding: 15px 0;
    cursor: pointer;
    color: #fff;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing)
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-tab-title .elementor-accordion-title {
    display: inline-flex;
    align-items: center;
    color: var(--e-global-color-secondary)
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-tab-title .elementor-accordion-title i {
    font-size: 14px;
    font-size: .875rem
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-tab-title .elementor-accordion-title:hover {
    color: var(--e-global-color-primary)
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-tab-content {
    font-size: 16px;
    font-size: 1rem;
    line-height: 26px;
    font-weight: 400;
    border: none;
    color: var(--e-global-color-text);
    padding: 0 80px 25px 0
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion .elementor-accordion-item {
    border-left: none;
    border-right: none;
    border-color: #e6e6e6
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion .elementor-accordion-item i {
    font-size: 14px;
    font-size: .875rem
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion .elementor-accordion-item .elementor-accordion-icon-opened i {
    font-size: 14px;
    font-size: .875rem
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion .elementor-accordion-item:last-child {
    border-bottom: none
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    color: var(--e-global-color-secondary);
    margin-right: 10px;
    margin-top: 4px
}

.elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion .elementor-tab-title .elementor-accordion-icon:hover {
    color: var(--e-global-color-primary)
}

@media (max-width:767px) {
    .elementor-widget-accordion.aro-accordion-layout-1 .elementor-accordion-icon {
        visibility: hidden;
        display: none
    }
}

.elementor-widget-accordion.aro-accordion-layout-2 .elementor-accordion .elementor-accordion-item {
    border-top: 1px dashed;
    border-color: var(--e-global-color-border);
    border-bottom: none;
    border-right: none;
    border-left: none
}

.elementor-widget-accordion.aro-accordion-layout-2 .elementor-tab-title {
    cursor: pointer;
    color: #000;
    background-color: transparent;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    border: none;
    position: relative;
    padding: 21px 0;
    line-height: 24px
}

.elementor-widget-accordion.aro-accordion-layout-2 .elementor-tab-title .elementor-accordion-title {
    display: inline-flex;
    align-items: center
}

.elementor-widget-accordion.aro-accordion-layout-2 .elementor-tab-title .elementor-accordion-title i {
    font-size: 14px;
    font-size: .875rem
}

.elementor-widget-accordion.aro-accordion-layout-2 .elementor-tab-content {
    font-size: 14px;
    font-size: .875rem;
    border-top: none;
    color: var(--e-global-color-lighter);
    padding: 0 0 20px
}

.elementor-widget-accordion.aro-accordion-layout-2 .elementor-tab-content p {
    margin: 0
}

@media (max-width:767px) {
    .elementor-widget-accordion.aro-accordion-layout-2 .elementor-accordion-icon {
        visibility: hidden
    }
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container {
    overflow: hidden
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a {
    position: relative
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a img {
    transform: scale(1);
    transition: transform .35s
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:before,
.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:after {
    transform: scale(.9);
    transition: transform .35s, all .7s
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 50%;
    margin-left: -50%;
    top: 25%;
    border-color: rgba(200, 200, 200, 0);
    border-style: solid;
    border-width: 0 1px;
    z-index: 2
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    left: 50%;
    margin-left: -25%;
    top: 0;
    border-color: rgba(200, 200, 200, 0);
    border-style: solid;
    border-width: 1px 0;
    z-index: 2
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:hover img {
    transform: scale(1.09)
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:hover:before {
    height: 100%;
    top: 0
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:hover:after {
    width: 100%;
    margin-left: -50%
}

.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:hover:before,
.image-style-aro-yes.elementor-widget-image .elementor-widget-container a:hover:after {
    border-color: #fff
}

.icon-list-style-aro-yes .elementor-icon-list-item .elementor-icon-list-text {
    position: relative
}

.icon-list-style-aro-yes .elementor-icon-list-item .elementor-icon-list-text:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    left: auto;
    right: 0;
    bottom: 0;
    background-color: #000;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.icon-list-style-aro-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
    width: 100%;
    left: 0;
    right: auto
}

.elementor-button {
    border-radius: 0;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing)
}

.elementor-button.elementor-size-xs {
    border-radius: 0;
    font-size: 13px;
    padding: 9px 30px
}

.elementor-button.elementor-size-sm {
    border-radius: 0;
    font-size: 13px;
    padding: 15px 34px
}

.elementor-button.elementor-size-md {
    border-radius: 0;
    font-size: 13px;
    padding: 17px 40px
}

.elementor-button.elementor-size-lg {
    border-radius: 0;
    font-size: 14px;
    padding: 19px 45px
}

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

.elementor-button-content-wrapper {
    align-items: center
}

.elementor-button-outline .elementor-button {
    border: 1px solid;
    border-radius: 0;
    background: 0 0;
    border-color: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    cursor: pointer;
    text-decoration: none
}

.elementor-button-outline .elementor-button:hover {
    border-color: var(--e-global-color-primary);
    color: var(--e-global-color-primary)
}

.elementor-button-link .elementor-button {
    background-color: transparent;
    padding: 0
}

.elementor-button-link .elementor-button .elementor-button-text {
    position: relative;
    padding-bottom: 3px;
    color: var(--e-global-color-secondary)
}

.elementor-button-link .elementor-button:hover .elementor-button-text {
    color: var(--e-global-color-primary)
}

.elementor_library-template-default .entry-header,
.elementor_library-template-default #post-navigation,
.elementor_library-template-default .entry-taxonomy {
    display: none
}

.header-absolute {
    position: absolute !important;
    width: 100%;
    z-index: 99;
    background-color: transparent !important
}

:root {
    --scroll-bar: 8px
}

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
}

body.has-scrollbar .elementor-section.elementor-section-stretched {
    width: calc(100vw - 20px) !important;
    margin-left: calc(-50vw + 50% + 10px) !important;
    margin-right: calc(-50vw + 50% + 10px);
    left: 0 !important
}

@supports (color:var(--scroll-bar)) {
    body.has-scrollbar .elementor-section.elementor-section-stretched {
        width: calc(100vw - var(--scroll-bar)) !important;
        margin-left: calc(-50vw + 50% + (var(--scroll-bar)/2)) !important;
        margin-right: calc(-50vw + 50% + (var(--scroll-bar)/2)) !important;
        left: 0 !important
    }
}

.elementor-social-icons-wrapper .elementor-social-icon:hover {
    opacity: 1
}

.c-primary {
    color: var(--e-global-color-primary)
}

.elementor-widget-tabs .elementor-tab-title a {
    display: flex;
    align-items: center
}

.underline-primary {
    position: relative
}

.underline-primary:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 10px;
    left: 0;
    background-color: #ffd8d2;
    z-index: -1
}

.sublink .elementor-column:hover img {
    opacity: .8;
    border-color: var(--e-global-color-primary) !important
}

.sublink .elementor-column img {
    transition: all .3s ease
}

.btn-slider {
    display: inline-flex;
    align-items: center
}

.btn-slider i {
    margin-bottom: 2px
}

.btn-slider i.left {
    font-size: 10px;
    font-size: .625rem;
    margin-right: 7px;
    width: 12px;
    transition: all .15s ease
}

.btn-slider i.right {
    font-size: 10px;
    font-size: .625rem;
    margin-left: 0;
    order: 15;
    width: 0;
    opacity: 0;
    transition: all .15s ease
}

.btn-slider:hover i.left {
    width: 0;
    opacity: 0;
    margin-right: 0
}

.btn-slider:hover i.right {
    width: 12px;
    opacity: 1;
    margin-left: 7px
}

.icon-shape-yes .elementor-icon {
    position: relative
}

.icon-shape-yes .elementor-icon i,
.icon-shape-yes .elementor-icon svg {
    z-index: 1
}

.icon-shape-yes .elementor-icon i:after,
.icon-shape-yes .elementor-icon svg:after {
    content: "";
    position: absolute;
    top: 0;
    right: -5px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    z-index: -1;
    background-color: var(--e-global-color-primary);
    transition: all .15s ease
}

.icon-shape-yes:hover .elementor-icon i:after,
.icon-shape-yes:hover .elementor-icon svg:after {
    background-color: var(--e-global-color-secondary);
    transition: all .15s ease
}

.elementor-widget-progress .progress-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end
}

@font-face {
    font-family: "star";
    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#star) format("svg");
    font-weight: 400;
    font-style: normal
}

@keyframes slideInDown1 {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: hidden
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.price {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-secondary);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start
}

.price ins {
    order: -1;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    color: var(--e-global-color-secondary);
    font-weight: 700
}

.price del {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-secondary);
    font-weight: 500
}

.home .header-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.site-header-cart {
    list-style-type: none;
    margin-left: 0;
    padding: 0;
    margin-bottom: 0
}

.site-header-cart .cart-contents {
    position: relative;
    display: block;
    text-align: center;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.site-header-cart .cart-contents:before {
    color: var(--e-global-color-primary)
}

.site-header-cart .widget_shopping_cart {
    display: none;
    background-color: var(--background);
    padding: 2.290779772em 1.41577975em 1.41577975em
}

.site-header-cart .widget_shopping_cart .buttons {
    padding: 0
}

.site-header-cart .widget_shopping_cart .buttons .button {
    margin: 0
}

.site-search {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-text);
    clear: both;
    display: none
}

.site-search .widget_product_search #searchsubmit {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.site-search .widget_product_search #searchsubmit: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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.aro-handheld-footer-bar {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 996;
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border)
}

.aro-handheld-footer-bar:before,
.aro-handheld-footer-bar:after {
    content: "";
    display: table
}

.aro-handheld-footer-bar:after {
    clear: both
}

@media (min-width:1025px) {
    .aro-handheld-footer-bar {
        display: none
    }
}

.aro-handheld-footer-bar ul {
    margin: 0
}

.aro-handheld-footer-bar ul li {
    display: inline-block;
    float: left;
    text-align: center
}

.aro-handheld-footer-bar ul li:last-child>a {
    border-right: 0
}

.aro-handheld-footer-bar ul li>a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 5px;
    background-color: var(--background);
    height: 4.2360680659em;
    position: relative;
    z-index: 999;
    border-right: 1px solid;
    border-right-color: var(--e-global-color-border)
}

.aro-handheld-footer-bar ul li>a:before {
    color: var(--e-global-color-secondary)
}

.aro-handheld-footer-bar ul li>a .title {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-secondary)
}

.aro-handheld-footer-bar ul li.search .site-search {
    background-color: var(--background);
    position: absolute;
    bottom: -5em;
    left: 0;
    right: 0;
    transition: all, ease, .2s;
    padding: 1em;
    z-index: 1;
    display: block
}

.aro-handheld-footer-bar ul li.search.active .site-search {
    bottom: calc(100% + 1px)
}

.aro-handheld-footer-bar ul li.search .site-search,
.aro-handheld-footer-bar ul li.search .widget,
.aro-handheld-footer-bar ul li.search form {
    margin-bottom: 0
}

.aro-handheld-footer-bar ul li.search .widget_product_search {
    padding-bottom: 0
}

.aro-handheld-footer-bar ul li.search .ajax-search-result {
    display: none
}

.aro-handheld-footer-bar ul li.cart .count,
.aro-handheld-footer-bar ul li.wishlist .count {
    display: inline-block;
    min-width: 16px;
    text-indent: 0;
    line-height: 12px;
    font-size: 12px;
    font-size: .75rem;
    padding: 2px 0;
    box-sizing: content-box;
    position: absolute;
    top: .5em;
    left: 50%;
    border-radius: 100%;
    color: #fff;
    background-color: var(--e-global-color-primary)
}

.aro-handheld-footer-bar ul.columns-1 li {
    width: 100%;
    display: block;
    float: none
}

.aro-handheld-footer-bar ul.columns-2 li {
    width: 50%
}

.aro-handheld-footer-bar ul.columns-3 li {
    width: 33.33333%
}

.aro-handheld-footer-bar ul.columns-4 li {
    width: 25%
}

.aro-handheld-footer-bar ul.scsscolumns-5 li {
    width: 20%
}

.sf-input-focused .aro-handheld-footer-bar {
    display: none
}

table.shop_table_responsive thead {
    display: none
}

table.shop_table_responsive tbody th {
    display: none
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both
}

table.shop_table_responsive tr td:before,
table.shop_table_responsive tr td:after {
    content: "";
    display: table
}

table.shop_table_responsive tr td:after {
    clear: both
}

table.shop_table_responsive tr td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: var(--e-global-typography-primary-font-weight);
    float: left
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left
}

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;
    line-height: 50px
}

table.shop_table_responsive.my_account_orders .order-actions {
    text-align: right
}

table.shop_table_responsive.my_account_orders .order-actions:before {
    display: none
}

/*!rtl:begin:ignore*/

.rtl .widget_price_filter .price_label,
.rtl .widget_price_filter .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

/*!rtl:end:ignore*/

.woocommerce-form__label-for-checkbox {
    cursor: pointer;
    display: block
}

.woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
    margin-right: .3342202552em
}

.form-row label {
    color: var(--e-global-color-secondary);
    display: block;
    margin-bottom: .5em
}

.form-row .select2-container--default .select2-selection--single {
    border: 1px solid;
    border-color: var(--e-global-color-border);
    border-radius: 0;
    min-height: 52px;
    background-color: var(--e-global-color-background-field)
}

.form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 52px;
    color: var(--e-global-color-text)
}

.form-row .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #fff !important
}

.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.woocommerce-invalid input.input-checkbox {
    outline: 2px solid #e2401c;
    outline-offset: 1px
}

.form-row.woocommerce-invalid .select2-selection {
    border-color: #e2401c;
    border-width: 2px
}

.form-row-last {
    margin-right: 0 !important
}

.form-row-wide {
    clear: both;
    width: 100%
}

.required {
    border-bottom: 0 !important;
    color: #e2401c
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 69px;
    right: 0;
    margin: 0;
    padding: 1em 1.41577975em;
    background-color: #3d9cd2;
    color: #fff;
    z-index: 9998
}

.demo_store a {
    color: #fff;
    font-weight: var(--e-global-typography-text-font-weight);
    text-decoration: underline
}

.demo_store a:hover {
    text-decoration: none
}

.demo_store a.woocommerce-store-notice__dismiss-link {
    display: block
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 11px;
    font-size: .6875rem;
    width: 6.5em
}

.star-rating:before {
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    color: #fb9b0a
}

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

.star-rating span:before {
    top: 0;
    position: absolute;
    left: 0;
    color: #fb9b0a
}

p.stars {
    display: inline-block;
    margin: 0
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: var(--e-global-typography-text-font-weight)
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: "star";
    content: "S";
    color: var(--e-global-color-text);
    text-indent: 0;
    opacity: .25
}

p.stars a:hover~a:before {
    content: "S";
    color: var(--e-global-color-text);
    opacity: .25
}

p.stars:hover a:before {
    content: "S";
    color: var(--e-global-color-primary);
    opacity: 1
}

p.stars.selected a.active:before {
    content: "S";
    color: var(--e-global-color-primary);
    opacity: 1
}

p.stars.selected a.active~a:before {
    content: "S";
    color: var(--e-global-color-text);
    opacity: .25
}

p.stars.selected a:not(.active):before {
    content: "S";
    color: var(--e-global-color-primary);
    opacity: 1
}

.label-wrapper {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    z-index: 1
}

.label-wrapper>span {
    background-color: var(--e-global-color-secondary);
    font-size: 11px;
    font-size: .6875rem;
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    letter-spacing: 0;
    padding: 5px 10px 4px;
    line-height: 1;
    color: #fff;
    border-radius: 2px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, .16)
}

.label-wrapper>span:not(:last-child) {
    margin-right: 5px
}

.label-wrapper>span.new-label {
    background-color: #30373e
}

.label-wrapper>span.onsale {
    background-color: var(--e-global-color-primary)
}

.wc-block-grid__product-onsale,
.onsale {
    display: inline-block;
    position: absolute;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    text-transform: capitalize;
    font-weight: var(--e-global-typography-primary-font-weight);
    top: 10px;
    left: 10px;
    padding: 2px 13px;
    border-radius: 0;
    background-color: var(--e-global-color-primary);
    color: #fff
}

.label-wrapper .wc-block-grid__product-onsale,
.label-wrapper .onsale {
    position: static
}

.onsale+.stock-label {
    top: 30px;
    left: 0
}

.stock-label {
    line-height: 28px;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    top: 0;
    left: 0;
    z-index: 3;
    padding: 2px 13px;
    background-color: var(--e-global-color-primary);
    border-radius: 0;
    color: #fff
}

.quantity .qty {
    width: 4.2360680659em;
    text-align: center
}

.aro-sorting {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--e-global-color-border);
    font-size: 15px;
    font-size: .9375rem
}

.aro-sorting>* {
    margin-top: 0;
    margin-bottom: 5px
}

.aro-sorting .woocommerce-ordering {
    position: relative;
    margin-left: auto
}

.aro-sorting .woocommerce-ordering select {
    line-height: 22px;
    border: none;
    width: auto;
    padding: 0 18px 0 0;
    background-position: 100% center;
    background-size: 8px 8px;
    color: var(--e-global-color-text);
    background-color: var(--background)
}

.aro-products-per-page {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-secondary);
    padding-left: 19px;
    margin-left: 14px;
    position: relative;
    display: flex;
    align-items: center
}

.aro-products-per-page .per-page-title {
    color: var(--e-global-color-text)
}

.aro-products-per-page select:not([size]):not([multiple]) {
    margin-left: 3px;
    padding: 0 18px 0 0;
    border: none;
    width: auto;
    background-position: 100% center;
    background-size: 8px 8px;
    background-color: var(--background)
}

.aro-products-per-page:after {
    content: "";
    width: 1px;
    height: 20px;
    position: absolute;
    background-color: var(--e-global-color-border);
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.gridlist-toggle {
    display: inline-flex;
    align-items: center;
    margin-left: 20px
}

.gridlist-toggle a {
    display: inline-block;
    color: var(--e-global-color-text);
    line-height: 0
}

.gridlist-toggle a.active,
.gridlist-toggle a:hover {
    color: var(--e-global-color-primary)
}

.gridlist-toggle a:not(:first-child) {
    margin-left: 14px
}

.gridlist-toggle:before {
    content: "";
    width: 0;
    height: 24px;
    border-left: 1px solid var(--e-global-color-border);
    opacity: .8;
    margin-right: 30px
}

.related,
.upsells {
    margin-top: 65px;
    position: relative;
    padding: 100px 0
}

@media (max-width:767px) {
    .related,
    .upsells {
        margin-top: 30px;
        margin-bottom: 25px
    }
}

.related:before,
.upsells:before {
    content: "";
    position: absolute;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: var(--e-global-color-background-light);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.related>h2:first-child,
.upsells>h2:first-child {
    position: relative;
    text-align: center;
    display: block;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 60px;
    letter-spacing: -1px;
    color: var(--e-global-color-secondary)
}

@media (max-width:767px) {
    .related>h2:first-child,
    .upsells>h2:first-child {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 30px
    }
}

.related .slick-track,
.upsells .slick-track {
    margin: 0
}

.hentry .woocommerce-message strong,
.hentry .woocommerce-info strong,
.hentry .woocommerce-error strong,
.hentry .woocommerce-noreviews strong,
.hentry p.no-comments strong {
    color: #fff
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 1.3em 1.618034em 1em;
    background-color: #0f834d;
    border-radius: 2px;
    color: #fff;
    clear: both;
    border-left: .6180339845em solid rgba(0, 0, 0, .15)
}

.woocommerce-message:before,
.woocommerce-message: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-info:after,
.woocommerce-error:after,
.woocommerce-noreviews:after,
p.no-comments:after {
    clear: both
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
    color: #fff
}

.woocommerce-message 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-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-info .button,
.woocommerce-error .button,
.woocommerce-noreviews .button,
p.no-comments .button {
    float: right;
    padding: 0;
    background: 0 0;
    color: #fff;
    box-shadow: none;
    line-height: 1.618;
    margin-left: 1em;
    padding-left: 1em;
    border-width: 0;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: rgba(255, 255, 255, .25) !important;
    border-radius: 0
}

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

.woocommerce-message strong,
.woocommerce-info strong,
.woocommerce-error strong,
.woocommerce-noreviews strong,
p.no-comments strong {
    color: #fff
}

.woocommerce-message pre,
.woocommerce-info pre,
.woocommerce-error pre,
.woocommerce-noreviews pre,
p.no-comments pre {
    background-color: rgba(0, 0, 0, .1)
}

.site-content>.col-full>.woocommerce>.woocommerce-info:first-child,
.site-content>.col-full>.woocommerce>.woocommerce-error:first-child {
    margin-top: 2.6180340252em
}

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

.aro-product-section {
    margin-bottom: 1.618034em
}

.aro-product-section .section-title {
    text-align: center;
    margin-bottom: 1em
}

.aro-product-section:last-child {
    margin-bottom: 0
}

.aro-product-pagination {
    position: relative;
    display: flex;
    align-items: center
}

@media (max-width:768px) {
    .aro-product-pagination {
        display: none
    }
}

.aro-product-pagination a>span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-lighter);
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    text-transform: capitalize;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.aro-product-pagination a>span i {
    font-size: 12px;
    font-size: .75rem
}

.aro-product-pagination a>span .aro-icon-left-arrow {
    margin-right: 10px;
    line-height: inherit
}

.aro-product-pagination a>span .aro-icon-right-arrow {
    margin-left: 5px;
    line-height: inherit
}

.aro-product-pagination a>span:hover {
    color: var(--e-global-color-secondary)
}

.aro-product-pagination a:last-child {
    margin-left: 25px
}

.aro-product-pagination a:hover .product-item {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    top: 100%
}

.aro-product-pagination a span.shop-tooltip {
    display: inline-flex;
    align-items: center;
    margin: 0 3px;
    vertical-align: text-bottom;
    line-height: 22px
}

.aro-product-pagination a:nth-child(2):hover {
    color: var(--e-global-color-secondary)
}

.aro-product-pagination .product-item {
    position: absolute;
    right: 0;
    top: calc(100% + 10px);
    opacity: 0;
    visibility: visible;
    pointer-events: none;
    width: 250px;
    background: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
    display: flex;
    align-items: center;
    text-align: left;
    transition: all ease-in-out .3s;
    border-radius: 0;
    overflow: hidden;
    z-index: 99
}

.aro-product-pagination .product-item img {
    max-width: 80px
}

.aro-product-pagination .product-item .aro-product-pagination-content {
    padding: 0 15px
}

.aro-product-pagination .product-item .aro-product-pagination__title {
    color: var(--e-global-color-secondary);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.4em;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 1.2;
    margin-bottom: 5px
}

.aro-sticky-add-to-cart {
    display: none
}

@media (max-width:1023px) {
    .aro-archive-product #secondary {
        display: none
    }
}

.quantity_wrap .quantity_label {
    display: none;
    font-size: 16px;
    font-size: 1rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.currency .main-navigation ul.menu>li.menu-item>a span:before {
    display: none
}

.currency .main-navigation ul.menu>li.menu-item ul.sub-menu {
    border-radius: 0;
    padding: 10px 0
}

.currency .main-navigation ul.menu>li.menu-item ul.sub-menu li {
    min-width: 135px
}

.currency .main-navigation ul.menu>li.menu-item ul.sub-menu li a {
    padding: 7px 15px
}

.currency .main-navigation ul.menu>li.menu-item ul.sub-menu li a:before {
    display: none
}

.currency .main-navigation ul.menu>li.menu-item ul.sub-menu li a span {
    margin-left: 0 !important
}

.currency .main-navigation ul.menu>li.menu-item ul.sub-menu li a span:before {
    display: none
}

.button-line-yes .elementor-button-wrapper a.elementor-button {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    color: var(--e-global-color-secondary)
}

.button-line-yes .elementor-button-wrapper a.elementor-button:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    left: 0;
    top: 100%;
    background-color: var(--e-global-color-secondary);
    transition: all .4s ease
}

.button-line-yes .elementor-button-wrapper a.elementor-button:hover:before {
    width: 100%
}

.woosb-products {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: var(--e-global-color-border);
    padding-bottom: 10px
}

.woosb-products .woosb-product {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 10px 0;
    border-bottom: none
}

.woosb-products .woosb-product .woosb-thumb {
    width: 60px;
    padding: 0;
    margin-right: 15px;
    flex: 0 0 60px
}

.woosb-products .woosb-product .woosb-thumb img {
    width: 60px;
    height: 60px;
    max-width: 60px;
    object-fit: cover
}

.woosb-products .woosb-product .woosb-title .woosb-title-inner {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px
}

.woosb-products .woosb-product .woosb-price {
    width: auto;
    margin-left: auto;
    flex: unset;
    font-weight: 800;
    font-size: 16px;
    line-height: 22px
}

.woosb-products .woosb-product .woosb-quantity {
    width: unset;
    flex: unset;
    margin-right: 10px;
    padding: 0
}

.woosb-products .woosb-product .woosb-quantity .quantity {
    background-color: #fff;
    border: 1px solid var(--e-global-color-border);
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 36px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 700;
    margin: 10px 0
}

.woosb-products .woosb-product .woosb-quantity .quantity .qty {
    padding: 0;
    border: none;
    -moz-appearance: textfield;
    text-align: center;
    color: #000;
    flex: 1;
    background-color: transparent;
    min-width: 32px
}

.woosb-products .woosb-product .woosb-quantity button {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    width: 30px;
    height: 36px;
    border-radius: 0;
    font-size: 10px;
    color: #000
}

.woosb-bundles .woosb-products,
.woosb-wrap .woosb-products {
    margin-bottom: 20px
}

.woosb-bundles .woosb-text,
.woosb-wrap .woosb-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 43px;
    color: var(--e-global-color-secondary)
}

.woosb-bundles .amount,
.woosb-wrap .amount {
    font-weight: 800;
    font-size: 20px;
    line-height: 22px;
    color: var(--e-global-color-secondary)
}

.products-no-gutter ul.products {
    margin-left: 0;
    margin-right: 0
}

.products-no-gutter .products-list ul.products {
    margin-left: -15px;
    margin-right: -15px
}

ul.products,
.wc-block-grid__products {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    clear: both;
    display: flex;
    flex-wrap: wrap
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
    padding-left: 15px;
    padding-right: 15px;
    list-style: none;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s ease;
    width: 100%
}

ul.products li.product .added_to_cart.wc-forward,
ul.products .wc-block-grid__product .added_to_cart.wc-forward,
.wc-block-grid__products li.product .added_to_cart.wc-forward,
.wc-block-grid__products .wc-block-grid__product .added_to_cart.wc-forward {
    display: none
}

ul.products li.product .woocommerce-LoopProduct-link,
ul.products .wc-block-grid__product .woocommerce-LoopProduct-link,
.wc-block-grid__products li.product .woocommerce-LoopProduct-link,
.wc-block-grid__products .wc-block-grid__product .woocommerce-LoopProduct-link {
    display: block
}

ul.products li.product .product-unit,
ul.products .wc-block-grid__product .product-unit,
.wc-block-grid__products li.product .product-unit,
.wc-block-grid__products .wc-block-grid__product .product-unit {
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-lighter);
    margin-bottom: 0
}

ul.products li.product .product-unit .value,
ul.products .wc-block-grid__product .product-unit .value,
.wc-block-grid__products li.product .product-unit .value,
.wc-block-grid__products .wc-block-grid__product .product-unit .value {
    color: var(--e-global-color-secondary)
}

ul.products li.product h2,
ul.products li.product h3,
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product .wc-block-grid__product-title,
ul.products .wc-block-grid__product h2,
ul.products .wc-block-grid__product h3,
ul.products .wc-block-grid__product .woocommerce-loop-product__title,
ul.products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products li.product h2,
.wc-block-grid__products li.product h3,
.wc-block-grid__products li.product .woocommerce-loop-product__title,
.wc-block-grid__products li.product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product h2,
.wc-block-grid__products .wc-block-grid__product h3,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 4px
}

ul.products li.product h2 a,
ul.products li.product h3 a,
ul.products li.product .woocommerce-loop-product__title a,
ul.products li.product .wc-block-grid__product-title a,
ul.products .wc-block-grid__product h2 a,
ul.products .wc-block-grid__product h3 a,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a,
ul.products .wc-block-grid__product .wc-block-grid__product-title a,
.wc-block-grid__products li.product h2 a,
.wc-block-grid__products li.product h3 a,
.wc-block-grid__products li.product .woocommerce-loop-product__title a,
.wc-block-grid__products li.product .wc-block-grid__product-title a,
.wc-block-grid__products .wc-block-grid__product h2 a,
.wc-block-grid__products .wc-block-grid__product h3 a,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
    color: var(--e-global-color-secondary)
}

ul.products li.product h2 a:hover,
ul.products li.product h3 a:hover,
ul.products li.product .woocommerce-loop-product__title a:hover,
ul.products li.product .wc-block-grid__product-title a:hover,
ul.products .wc-block-grid__product h2 a:hover,
ul.products .wc-block-grid__product h3 a:hover,
ul.products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
ul.products .wc-block-grid__product .wc-block-grid__product-title a:hover,
.wc-block-grid__products li.product h2 a:hover,
.wc-block-grid__products li.product h3 a:hover,
.wc-block-grid__products li.product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products li.product .wc-block-grid__product-title a:hover,
.wc-block-grid__products .wc-block-grid__product h2 a:hover,
.wc-block-grid__products .wc-block-grid__product h3 a:hover,
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title a:hover,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a:hover {
    color: var(--e-global-color-primary)
}

ul.products li.product img,
ul.products .wc-block-grid__product img,
.wc-block-grid__products li.product img,
.wc-block-grid__products .wc-block-grid__product img {
    display: block;
    margin: 0 auto;
    width: 100%
}

ul.products li.product.product-category h2,
ul.products li.product.product-category h3,
ul.products li.product.product-category .woocommerce-loop-category__title,
ul.products .wc-block-grid__product.product-category h2,
ul.products .wc-block-grid__product.product-category h3,
ul.products .wc-block-grid__product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products li.product.product-category h2,
.wc-block-grid__products li.product.product-category h3,
.wc-block-grid__products li.product.product-category .woocommerce-loop-category__title,
.wc-block-grid__products .wc-block-grid__product.product-category h2,
.wc-block-grid__products .wc-block-grid__product.product-category h3,
.wc-block-grid__products .wc-block-grid__product.product-category .woocommerce-loop-category__title {
    font-size: 1.1em
}

ul.products li.product.product-category img,
ul.products .wc-block-grid__product.product-category img,
.wc-block-grid__products li.product.product-category img,
.wc-block-grid__products .wc-block-grid__product.product-category img {
    margin-bottom: 1.618034em
}

ul.products li.product .posted-in,
ul.products .wc-block-grid__product .posted-in,
.wc-block-grid__products li.product .posted-in,
.wc-block-grid__products .wc-block-grid__product .posted-in {
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-primary);
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500
}

ul.products li.product .posted-in a,
ul.products .wc-block-grid__product .posted-in a,
.wc-block-grid__products li.product .posted-in a,
.wc-block-grid__products .wc-block-grid__product .posted-in a {
    color: var(--e-global-color-primary)
}

ul.products li.product .posted-in a:hover,
ul.products .wc-block-grid__product .posted-in a:hover,
.wc-block-grid__products li.product .posted-in a:hover,
.wc-block-grid__products .wc-block-grid__product .posted-in a:hover {
    text-decoration: underline
}

ul.products li.product .product-caption,
ul.products .wc-block-grid__product .product-caption,
.wc-block-grid__products li.product .product-caption,
.wc-block-grid__products .wc-block-grid__product .product-caption {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.2rem 1rem;
    text-align: center;
    flex-grow: 1
}

ul.products li.product:hover,
ul.products .wc-block-grid__product:hover,
.wc-block-grid__products li.product:hover,
.wc-block-grid__products .wc-block-grid__product:hover {
    z-index: 99;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

ul.products .product-caption,
.wc-block-grid__products .product-caption {
    text-align: center
}

ul.products .product-caption .price,
.wc-block-grid__products .product-caption .price {
    justify-content: center;
    margin-bottom: 0
}

ul.products .product-caption .inventory_status,
.wc-block-grid__products .product-caption .inventory_status {
    margin-bottom: 16px;
    justify-content: center
}

ul.products .product-caption .count-review,
.wc-block-grid__products .product-caption .count-review {
    margin-top: auto;
    justify-content: center;
    margin-bottom: .8rem
}

ul.products .product-caption .cart,
.wc-block-grid__products .product-caption .cart {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
}

ul.products .product-caption .quantity_wrap,
.wc-block-grid__products .product-caption .quantity_wrap {
    margin-right: 5px
}

ul.products .product-caption .quantity_wrap input[type=number]::-webkit-inner-spin-button,
.wc-block-grid__products .product-caption .quantity_wrap input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

ul.products .product-caption .minus,
ul.products .product-caption .plus,
.wc-block-grid__products .product-caption .minus,
.wc-block-grid__products .product-caption .plus {
    display: none;
    visibility: hidden;
    opacity: 0
}

ul.products .product-caption .qty,
.wc-block-grid__products .product-caption .qty {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    padding: .391rem;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 2px
}

ul.products .product-caption button[class*=product_type_],
ul.products .product-caption a[class*=product_type_],
.wc-block-grid__products .product-caption button[class*=product_type_],
.wc-block-grid__products .product-caption a[class*=product_type_] {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    white-space: nowrap;
    border-radius: 2px;
    padding: .718em 1.75em .7em
}

ul.products .slick-disabled:before,
.wc-block-grid__products .slick-disabled:before {
    opacity: .75
}

.product-transition {
    position: relative;
    overflow: hidden
}

.product-transition .woocommerce-loop-product__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all .4s ease-in-out
}

.product-transition .time-sale {
    border: 1px solid var(--e-global-color-border);
    position: absolute;
    bottom: 0;
    left: 20px;
    right: 20px
}

.group-action {
    position: absolute;
    transition: all ease-in-out .3s;
    z-index: 5;
    right: 20px;
    left: 20px;
    bottom: 30px
}

@media (min-width:1024px) {
    .group-action {
        visibility: hidden;
        opacity: 0
    }
}

.group-action .shop-action {
    display: flex;
    align-items: center;
    justify-content: center
}

.group-action .shop-action a[class*=product_type_],
.group-action .shop-action .woosc-btn,
.group-action .shop-action .woosq-btn,
.group-action .shop-action .woosw-btn {
    display: block;
    padding: 0;
    background-color: #fff;
    transition: all ease .3s;
    width: 40px;
    height: 40px;
    color: #30373e;
    border: 1px solid var(--e-global-color-border);
    border-radius: 50%;
    margin: 3px;
    position: relative;
    font-size: 0px;
    font-size: 0rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .11)
}

.group-action .shop-action a[class*=product_type_]:before,
.group-action .shop-action .woosc-btn:before,
.group-action .shop-action .woosq-btn:before,
.group-action .shop-action .woosw-btn:before {
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0
}

.group-action .shop-action a[class*=product_type_]:hover,
.group-action .shop-action a[class*=product_type_]:focus,
.group-action .shop-action a[class*=product_type_]:active,
.group-action .shop-action .woosc-btn:hover,
.group-action .shop-action .woosc-btn:focus,
.group-action .shop-action .woosc-btn:active,
.group-action .shop-action .woosq-btn:hover,
.group-action .shop-action .woosq-btn:focus,
.group-action .shop-action .woosq-btn:active,
.group-action .shop-action .woosw-btn:hover,
.group-action .shop-action .woosw-btn:focus,
.group-action .shop-action .woosw-btn:active {
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.group-action .shop-action .woosw-btn.woosw-adding:after {
    animation: fa-spin .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: block;
    transform: translate(0)
}

.group-action .shop-action .woosw-btn.woosw-adding:before {
    opacity: 0
}

.group-action .shop-action .woosw-btn.woosw-added {
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

.group-action .shop-action .woosw-btn.woosw-added:hover {
    color: #fff
}

.product-block {
    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;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: none;
    --Media_ClipPath: inset(0);
    transition: clip-path .6s cubic-bezier(.17, .67, .83, .67), filter .8s ease;
    clip-path: var(--Media_ClipPath)
}

.product-block .label-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
}

.product-block:hover {
    --Media_ClipPath: inset(0 round 25vw 25vw 0 0);
    transition: clip-path 1.6s cubic-bezier(.17, .67, .83, .67)
}

.product-block:hover .label-wrapper {
    visibility: hidden;
    opacity: 0
}

.product-block:hover .product-transition .group-action {
    opacity: 1;
    visibility: visible
}

@media (min-width:1024px) {
    .product-block:hover .content-product-imagin {
        visibility: visible;
        opacity: 1
    }
}

.product-block: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
}

.product-block: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)
}

.product-block: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)
}

.product-block: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)
}

.product-block: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)
}

.product-block:hover .product-img-wrap.swap .product-image {
    opacity: 0
}

.product-block:hover .product-img-wrap.swap .product-image img {
    transform: rotateY(180deg)
}

.product-block:hover .product-img-wrap.swap .product-image.second-image {
    opacity: 1
}

.product-block:hover .product-img-wrap.swap .product-image.second-image img {
    transform: rotateY(0deg)
}

.product-block:hover .product-img-wrap.fade .product-image {
    opacity: 0
}

.product-block:hover .product-img-wrap.fade .product-image.second-image {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.product-block:hover .product-img-wrap.zoom-in .product-image.second-image {
    transform: scale(1)
}

.product-block:hover .product-img-wrap.zoom-out .product-image {
    transform: scale(0)
}

.product-block:hover .product-img-wrap.zoom-out .product-image.second-image {
    transform: scale(1)
}

.content-product-imagin {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-bottom: -73px;
    background-color: #fff;
    box-shadow: 0 3px 36px rgba(0, 0, 0, .09);
    -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
}

.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;
    transition: opacity .5s ease, transform 2s cubic-bezier(0, 0, .44, 1.18), -webkit-transform 2s cubic-bezier(0, 0, .44, 1.18)
}

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

.aro-single-product-extra-label {
    font-size: 14px;
    font-size: .875rem;
    text-transform: capitalize
}

.aro-single-product-extra-label p {
    margin-bottom: .45rem
}

.hentry .entry-content .wc-block-grid__products .wc-block-grid__product>a,
.hentry .entry-content ul.products li.product>a {
    text-decoration: none
}

.price del+ins {
    margin-right: .327em
}

.opal-product-tooltipster {
    display: block !important
}

.opal-product-tooltipster .tooltipster-content {
    background-color: #000;
    border-radius: 5px;
    color: #fff;
    padding: 8px 16px;
    line-height: 1;
    font-size: 14px;
    font-size: .875rem
}

.opal-product-tooltipster.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    margin-top: -8px;
    right: 0
}

.opal-product-tooltipster.tooltipster-base.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #000
}

.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow {
    transform: translateY(-5px)
}

.opal-product-tooltipster.tooltipster-base.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #000
}

.deal-progress .progress-bar {
    width: 100%;
    height: 3px;
    background-color: #e6e6e6;
    position: relative;
    overflow: hidden;
    margin-bottom: 13px
}

.deal-progress .progress-value {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background-color: var(--e-global-color-primary)
}

.deal-sold {
    width: 100%;
    max-width: 350px;
    margin-top: 30px
}

.deal-sold-text {
    font-size: 13px;
    font-size: .8125rem;
    line-height: 1.1428571429;
    color: var(--e-global-color-lighter);
    text-align: left
}

.deal-sold-text .value {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    color: var(--e-global-color-secondary)
}

.product-color {
    display: flex;
    justify-content: center;
    margin-bottom: 12px
}

.product-color .item {
    cursor: pointer;
    margin: 0 5px
}

.product-color .color-item {
    position: relative;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%
}

.product-color .color-item:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 22px;
    height: 22px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    opacity: 0;
    border: 1px solid #000;
    background-color: transparent;
    transition: all .3s ease
}

.product-color .color-item:hover:before {
    opacity: 1
}

.product-color .color-item.active-swatch:before {
    opacity: 1
}

.product-color .image-item img {
    border: 1px solid #fff;
    width: 20px !important;
    height: 20px !important;
    object-fit: cover;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .05))
}

.time-sale {
    background-color: #fff;
    padding: 12px
}

.time-sale .deal-text {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 10px;
    color: var(--e-global-color-lighter)
}

.time-sale .aro-countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.time-sale .aro-countdown .countdown-item {
    position: relative;
    text-align: center;
    margin-top: 5px
}

.time-sale .aro-countdown .countdown-item:not(:last-child) {
    padding-right: 20px
}

.time-sale .aro-countdown .countdown-digits {
    font-size: 24px;
    font-size: 1.5rem;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var(--e-global-color-primary);
    padding: 9px 7px 5px;
    line-height: 1
}

.time-sale .aro-countdown .countdown-label {
    display: block;
    color: var(--e-global-color-lighter)
}

.woocommerce-cart .cross-sells {
    margin-bottom: 40px
}

.woocommerce-cart .cross-sells .slick-list {
    z-index: 9;
    padding: 30px 30px 200px;
    margin-bottom: -200px;
    margin-left: -30px;
    margin-right: -30px
}

.woocommerce-cart .cross-sells .slick-initialized .slick-slide {
    opacity: 0;
    visibility: hidden;
    -ms-transition: all ease .1s;
    -o-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -webkit-transition: all ease .1s;
    transition: all ease .1s
}

.woocommerce-cart .cross-sells .slick-initialized .slick-slide.slick-active {
    opacity: 1;
    visibility: visible
}

.count-review {
    display: flex;
    justify-content: flex-start;
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-lighter)
}

.preloader .product-transition,
.preloader .woocommerce-loop-product__title>a,
.preloader .short-description,
.preloader .star-rating,
.preloader .button-group,
.preloader .posted-in,
.preloader .price,
.preloader .product-attributes .item,
.preloader .shop-action,
.preloader .product-caption-bottom,
.preloader .product-label,
.preloader .product-image {
    position: relative
}

.preloader .product-transition:after,
.preloader .woocommerce-loop-product__title>a:after,
.preloader .short-description:after,
.preloader .star-rating:after,
.preloader .button-group:after,
.preloader .posted-in:after,
.preloader .price:after,
.preloader .product-attributes .item:after,
.preloader .shop-action:after,
.preloader .product-caption-bottom:after,
.preloader .product-label:after,
.preloader .product-image:after {
    content: "";
    position: absolute;
    z-index: 996;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
    background-size: 800px 104px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.aro-products-popular ul.products {
    margin-right: 0;
    margin-left: 0
}

.aro-products-popular ul.products li.product {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    border-right: none;
    flex: 0 0 100% !important;
    max-width: 100% !important
}

.aro-products-popular ul.products li.product:before {
    content: none
}

.aro-products-popular ul.products li.product:last-child .product-block-list {
    padding-bottom: 0;
    border-bottom: none
}

.aro-products-popular ul.products li.product:first-child .product-block-list {
    padding-top: 0
}

.aro-products-popular .product-block-list {
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid var(--e-global-color-border)
}

.aro-products-popular .product-block-list .left {
    width: 80px;
    margin-right: 15px
}

.aro-products-popular .product-block-list .right {
    flex: 1
}

.product-gallery {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.5rem;
    padding-top: 5px
}

.product-gallery .gallery_item {
    width: 58px;
    flex: 0 0 58px;
    max-width: 58Px;
    cursor: pointer;
    display: block;
    margin-top: 10px
}

.product-gallery .gallery_item:not(:first-child) {
    margin-left: 10px
}

.product-gallery .gallery_item.active img {
    border-color: var(--e-global-color-primary)
}

.product-gallery .gallery_item img {
    width: 58px;
    height: 58px;
    border: 1px dashed var(--e-global-color-border);
    border-radius: 4px;
    object-fit: cover
}

.single-product .pswp__button {
    background-color: transparent;
    border: none
}

.single-product .entry-summary-top {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 10px
}

.single-product.single-product-sticky div.product .summary {
    display: block;
    width: calc(51% - 60px)
}

@media (max-width:768px) {
    .single-product.single-product-sticky div.product .summary {
        width: 100%
    }
}

.single-product.single-product-sticky div.product .woocommerce-product-gallery {
    width: 49%;
    max-width: 100%
}

@media (max-width:768px) {
    .single-product.single-product-sticky div.product .woocommerce-product-gallery {
        width: 100%;
        max-width: 100%
    }
}

.single-product .summary {
    width: 50%;
    float: right;
    max-width: 630px
}

@media (max-width:1366px) {
    .single-product .summary {
        width: calc(50% - 30px);
        flex-direction: column
    }
}

@media (max-width:768px) {
    .single-product .summary {
        width: 100%;
        float: unset
    }
}

.single-product .summary .yith-wcwl-add-to-wishlist {
    display: none
}

.single-product .summary .woosw-btn {
    margin-right: 5px
}

.single-product .summary .woosw-btn,
.single-product .summary .woosc-btn {
    color: var(--e-global-color-lighter);
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    font-size: 0rem;
    line-height: 22px;
    padding: 10px;
    letter-spacing: 0;
    text-transform: capitalize;
    background-color: transparent;
    border: none;
    height: 40px;
    width: 40px;
    margin-top: 5px;
    margin-bottom: 5px
}

.single-product .summary .woosw-btn:before,
.single-product .summary .woosc-btn:before {
    font-size: 18px;
    font-size: 1.125rem
}

.single-product .summary .woosw-btn:hover,
.single-product .summary .woosc-btn:hover {
    color: var(--e-global-color-primary);
    background-color: transparent
}

.single-product .summary .woosw-btn:hover:before,
.single-product .summary .woosc-btn:hover:before {
    color: var(--e-global-color-primary)
}

.single-product .summary .inventory_status {
    justify-content: unset;
    margin-bottom: 20px
}

.single-product .content-single-wrapper:after {
    content: "";
    display: table;
    clear: both
}

.single-product div.product {
    position: relative
}

.single-product div.product:before,
.single-product div.product:after {
    content: "";
    display: table
}

.single-product div.product:after {
    clear: both
}

.single-product div.product.single-product-type-sticky .woocommerce-tabs:before {
    content: none
}

.single-product div.product .images,
.single-product div.product .summary {
    margin-bottom: 10px;
    margin-top: 0
}

@media (max-width:767px) {
    .single-product div.product .images {
        margin-bottom: 30px
    }
}

.single-product div.product .woocommerce-product-gallery {
    opacity: 0;
    overflow: hidden;
    transition: opacity .25s ease-in-out;
    position: relative;
    width: 50%;
    max-width: 620px;
    margin-right: 0;
    float: left
}

@media (max-width:1366px) {
    .single-product div.product .woocommerce-product-gallery {
        width: 50%;
        max-width: 100%
    }
}

@media (max-width:768px) {
    .single-product div.product .woocommerce-product-gallery {
        width: 100%;
        max-width: 100%;
        float: unset
    }
}

.single-product div.product .woocommerce-product-gallery .onsale {
    top: 20px;
    left: 20px
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 30px;
    z-index: 80;
    text-align: center;
    color: var(--e-global-color-secondary)
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
    position: relative;
    display: block;
    height: 100%;
    border-radius: 0
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
    width: 100%
}

.single-product div.product .woocommerce-product-gallery .product-video-360 {
    position: absolute;
    bottom: 10px;
    z-index: 111;
    right: 20px;
    display: inline-flex;
    align-items: flex-end
}

.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn {
    cursor: pointer;
    color: var(--e-global-color-lighter);
    -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: 12px;
    font-size: .75rem;
    text-align: center
}

.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn:hover {
    color: var(--e-global-color-secondary)
}

.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn i {
    font-size: 31px;
    font-size: 1.9375rem
}

.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn span {
    display: block;
    line-height: 30px
}

.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn.btn-video {
    margin-right: 30px
}

.single-product div.product .woocommerce-product-gallery .product-video-360 .product-video-360__btn.btn-video i {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 3px
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 10px;
    border-radius: 0
}

.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
    padding: 0;
    border: none
}

.single-product div.product .woocommerce-product-gallery .flex-viewport img {
    border: none
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0 -5px;
    padding: 0;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next {
    border-radius: 0;
    border: 1px solid var(--e-global-color-border);
    width: 30px;
    padding: 0;
    background-color: transparent
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:before,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:before {
    font-size: 20px;
    font-size: 1.25rem;
    color: #000;
    background-color: transparent
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-prev:hover,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs .slick-next:hover {
    background-color: transparent
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    display: block !important;
    position: relative;
    min-width: 100px;
    padding: 0 5px
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    object-fit: cover;
    border: 1px solid;
    border-color: var(--e-global-color-border);
    border-radius: 0
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
    border-color: var(--e-global-color-secondary);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active img {
    opacity: 1;
    border-color: var(--e-global-color-secondary);
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__image:hover a img {
    opacity: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-nav li {
    margin-bottom: 10px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-nav li:last-child {
    margin-right: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-nav.slick-slider li {
    margin-bottom: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
    max-width: 100%
}

@media (min-width:568px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .product-video-360 {
        bottom: 90px
    }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
    height: 50%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev.slick-disabled,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next.slick-disabled {
    cursor: no-drop
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-prev {
    right: 5px;
    left: unset;
    top: calc(50% - 1px);
    transform: none
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .slick-next {
    right: 5px;
    top: 0;
    transform: none
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

@media (min-width:426px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
        flex-direction: unset
    }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .woocommerce-product-gallery__image:hover a img {
    opacity: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
    transform: translate(0);
    background-color: #fff;
    height: 30px;
    top: calc(100% - 30px);
    width: calc(50% - 5px)
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev:hover,
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next:hover {
    background-color: #fff
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-prev {
    right: 50%;
    left: 4px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .slick-next {
    right: unset;
    left: calc(50% + 1px)
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .onsale {
    left: 125px;
    top: 15px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs {
    margin: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs .slick-list {
    height: 100%
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li {
    margin-bottom: 10px;
    margin-right: 8px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-thumbs li:last-child {
    margin-bottom: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0
}

@media (min-width:426px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav {
        margin-top: 0;
        order: -1;
        width: 100px;
        margin-right: 10px;
        display: block
    }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-control-nav li {
    margin-right: 0;
    padding-bottom: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
    margin-bottom: 0
}

@media (min-width:426px) {
    .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
        width: calc(100% - 80px)
    }
}

.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    border: none
}

@media (min-width:1024px) {
    .single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper {
        margin-left: -5px;
        margin-right: -5px
    }
}

.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    flex-basis: 50%;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 10px
    }
}

.single-product div.product .woocommerce-product-gallery-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
    width: 100%;
    border: 1px solid;
    border-color: var(--e-global-color-border);
    border-radius: 0
}

.single-product div.product .woocommerce-product-gallery-gallery .product-video-360 {
    bottom: auto;
    top: 30px
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper {
    display: flex;
    flex-wrap: wrap;
    border: none
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    flex-basis: 100%;
    min-width: 630px;
    min-height: 630px
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
    display: block;
    margin-bottom: 30px;
    border-radius: 0
}

.single-product div.product .woocommerce-product-gallery-sticky .product-video-360 {
    bottom: auto;
    top: 30px
}

.single-product div.product .woocommerce-product-gallery-vertical+.onsale {
    left: 145px
}

.single-product div.product .stock.in-stock {
    margin-bottom: 30px;
    display: none
}

.single-product div.product p.price+form.cart {
    margin-top: 30px
}

.single-product div.product .single_add_to_cart_button {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 800;
    margin-bottom: 0;
    margin-right: 10px;
    white-space: nowrap;
    padding: 13px 30px;
    border-radius: 2px;
    border: none;
    color: #fff;
    transition: all .3s ease
}

.single-product div.product .single_add_to_cart_button+a.added_to_cart {
    display: none
}

.single-product div.product .product_title {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 10px;
    clear: none
}

.single-product div.product .product-unit {
    font-size: 15px;
    font-size: .9375rem;
    line-height: 24px;
    margin-bottom: 15px;
    color: var(--e-global-color-lighter)
}

.single-product div.product .product-unit .value {
    color: var(--e-global-color-secondary)
}

.single-product div.product .sold-by-meta {
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    margin-bottom: 12px;
    color: var(--e-global-color-lighter)
}

.single-product div.product .sold-by-meta a {
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-primary)
}

.single-product div.product .sold-by-meta a:hover {
    text-decoration: underline
}

.single-product div.product .woocommerce-product-details__short-description {
    padding-top: 18px;
    border-top: 1px solid var(--e-global-color-border);
    line-height: 1.5
}

.single-product div.product .woocommerce-product-details__short-description+.stock {
    display: none
}

.single-product div.product table.variations {
    table-layout: fixed;
    position: relative;
    margin-bottom: 0
}

.single-product div.product table.variations tr {
    border: 0
}

.single-product div.product table.variations tr td {
    margin-bottom: 1rem
}

.single-product div.product table.variations th,
.single-product div.product table.variations td {
    padding: 0;
    list-style: none;
    background-color: transparent
}

.single-product div.product table.variations th.label {
    margin-bottom: 10px
}

.single-product div.product table.variations th.label .woo-selected-variation-item-name {
    display: none
}

.single-product div.product table.variations td.value {
    position: relative
}

.single-product div.product table.variations label {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    color: var(--e-global-color-secondary)
}

.single-product div.product table.variations select {
    max-width: 100%;
    vertical-align: middle;
    padding: 10px 35px 10px 15px;
    color: transparent
}

.single-product div.product table.variations select+label {
    display: block;
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    position: absolute;
    padding: 0 5px;
    background-color: #fff;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    transition: all ease-in-out .2s;
    color: var(--e-global-color-lighter)
}

.single-product div.product table.variations select:valid,
.single-product div.product table.variations select:focus {
    color: var(--e-global-color-text)
}

.single-product div.product table.variations select:valid~label,
.single-product div.product table.variations select:focus~label {
    top: 0
}

.single-product div.product table.variations a.reset_variations {
    margin-top: 0;
    display: inline-block;
    margin-left: 0;
    color: var(--e-global-color-secondary);
    border-bottom: 1px solid;
    line-height: 1
}

.single-product div.product table.variations a.reset_variations:hover {
    color: var(--e-global-color-primary)
}

.single-product div.product table.variations td.label label {
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase
}

.single-product div.product table.variations td.value ul.variable-items-wrapper {
    display: inline-flex
}

.single-product div.product table.variations td.value ul li.variable-item {
    box-shadow: none;
    margin: 0 10px 10px 0;
    width: auto;
    height: auto;
    min-width: 24px;
    min-height: 24px;
    padding: 0;
    border: 1px solid var(--e-global-color-border)
}

.single-product div.product table.variations td.value ul li.variable-item:hover,
.single-product div.product table.variations td.value ul li.variable-item.selected {
    outline: none;
    box-shadow: none;
    border-color: var(--e-global-color-secondary)
}

.single-product div.product table.variations td.value ul li.variable-item:hover .variable-item-span,
.single-product div.product table.variations td.value ul li.variable-item.selected .variable-item-span {
    color: var(--e-global-color-secondary)
}

.single-product div.product table.variations td.value ul li.variable-item .variable-item-span {
    font-size: 14px;
    font-size: .875rem;
    padding: 3px 20px;
    color: var(--e-global-color-lighter)
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item {
    min-width: 20px;
    min-height: 20px;
    width: 20px;
    height: 20px
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
    padding: 2px;
    opacity: .5
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
    content: none
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item:hover,
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item.selected {
    background-color: #fff
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item:hover .variable-item-span,
.single-product div.product table.variations td.value ul li.variable-item.color-variable-item.selected .variable-item-span {
    box-shadow: 0 0 0 2px inset #fff;
    opacity: 1
}

.single-product div.product table.variations td.value ul li.variable-item.disabled:before {
    display: none
}

.single-product div.product table.variations td.value ul li.variable-item.disabled:after {
    transform: rotate(-30deg);
    height: 2px;
    background-color: var(--e-global-color-border);
    width: calc(100% + 12px);
    left: -7px;
    box-shadow: none
}

.single-product div.product table.variations td.value ul li.variable-item.disabled .variable-item-span {
    color: var(--e-global-color-text)
}

.single-product div.product .single_variation .price {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 0;
    line-height: 1;
    align-items: center;
    color: var(--e-global-color-primary);
    margin-top: 10px
}

.single-product div.product .single_variation .price ins {
    margin-right: 0;
    color: var(--e-global-color-primary)
}

.single-product div.product .single_variation .price del {
    margin-right: 10px;
    font-size: 16px;
    font-size: 1rem
}

.single-product div.product .single_variation_wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px
}

.single-product div.product .variations_button {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap
}

.single-product div.product .variations_button:before,
.single-product div.product .variations_button:after {
    content: "";
    display: table
}

.single-product div.product .variations_button:after {
    clear: both
}

.single-product div.product .woocommerce-grouped-add-to-cart {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.single-product div.product tr.woocommerce-grouped-product-list-item {
    border: 0 !important
}

.single-product div.product .product_after_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 5px;
    font-size: 14px;
    font-size: .875rem;
    position: relative
}

.single-product div.product .product_after_title>* {
    margin-bottom: 0
}

.single-product div.product .product_after_title>*:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    position: relative
}

.single-product div.product .product_after_title>*:not(:last-child):after {
    content: "";
    height: 11px;
    width: 1px;
    background-color: var(--e-global-color-border);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.single-product div.product .product_after_title .sku_wrapper {
    text-transform: uppercase;
    color: var(--e-global-color-lighter)
}

.single-product div.product .product_after_title .sku_wrapper .sku {
    color: var(--e-global-color-secondary)
}

.single-product div.product .woocommerce-product-rating {
    display: flex;
    align-items: center;
    margin-bottom: 9px
}

.single-product div.product .woocommerce-product-rating:before,
.single-product div.product .woocommerce-product-rating:after {
    content: "";
    display: table
}

.single-product div.product .woocommerce-product-rating:after {
    clear: both
}

.single-product div.product .woocommerce-product-rating a {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.1666666667;
    text-transform: capitalize;
    color: var(--e-global-color-lighter)
}

.single-product div.product .woocommerce-product-rating a:hover {
    color: var(--e-global-color-primary);
    text-decoration: underline
}

.single-product div.product .woocommerce-product-rating .star-rating {
    display: inline-block;
    vertical-align: bottom;
    font-size: 11px;
    font-size: .6875rem;
    color: #ffcb45
}

.single-product div.product .woocommerce-product-rating .star-rating span:before {
    color: #ffcb45
}

.single-product div.product .product_meta {
    border-top: 1px solid var(--e-global-color-border);
    padding-top: 20px
}

.single-product div.product .product_meta>span {
    display: block;
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-text-font-weight);
    font-size: 15px;
    font-size: .9375rem;
    margin-bottom: 5px
}

.single-product div.product .product_meta>span:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

.single-product div.product .product_meta>span a,
.single-product div.product .product_meta>span .sku {
    color: var(--e-global-color-text)
}

.single-product div.product .product_meta>span a:hover {
    color: var(--e-global-color-primary)
}

.single-product .aro-single-product-extra {
    font-size: 14px;
    font-size: .875rem;
    margin-bottom: 2.2rem
}

.single-product .time-sale {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 19px
}

.single-product .time-sale .deal-text {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 130px;
    line-height: 1.25;
    margin-right: 16px;
    font-weight: var(--e-global-typography-text-font-weight)
}

.single-product .time-sale .aro-countdown .countdown-item {
    margin-right: 10px;
    padding: 8px;
    border-radius: 5px;
    background-color: #f6f6f6;
    min-width: 60px;
    text-align: center
}

.single-product .time-sale .aro-countdown .countdown-item:after {
    content: none
}

.single-product .time-sale .aro-countdown .countdown-item .countdown-digits {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 26px;
    display: block
}

.single-product .time-sale .aro-countdown .countdown-item .countdown-label {
    display: block;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: uppercase;
    color: var(--e-global-color-lighter);
    line-height: 26px
}

.single-product .deal-sold>div {
    width: 100%
}

.single-product .deal-sold .deal-sold-text {
    margin-top: 0;
    margin-bottom: 7px;
    font-size: 12px;
    font-size: .75rem
}

.single-product .deal-sold .deal-sold-text span:last-child {
    color: var(--e-global-color-secondary)
}

.single-product .deal-sold .progress-bar {
    border-radius: 5px;
    height: 8px
}

.single-product .deal-sold .progress-bar .progress-value {
    background-color: var(--e-global-color-primary)
}

.single-product .woocommerce-tabs {
    display: block;
    position: relative;
    margin: 34px 0
}

.single-product .woocommerce-tabs ul.tabs {
    margin: 0;
    list-style: none;
    text-align: center;
    position: relative;
    margin-bottom: 28px;
    border-bottom: 1px solid var(--e-global-color-border)
}

@media (max-width:767px) {
    .single-product .woocommerce-tabs ul.tabs {
        display: none
    }
}

.single-product .woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin: 0
}

.single-product .woocommerce-tabs ul.tabs li:first-child a {
    margin-left: 0
}

.single-product .woocommerce-tabs ul.tabs li:last-child a {
    margin-right: 0
}

.single-product .woocommerce-tabs ul.tabs li a {
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    color: var(--e-global-color-lighter);
    letter-spacing: 0;
    display: block;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    padding: 18px 0;
    margin: 0 22px;
    text-transform: uppercase
}

.single-product .woocommerce-tabs ul.tabs li a:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 0;
    left: 0;
    bottom: -1px;
    transition: all .4s ease;
    background-color: var(--e-global-color-primary)
}

.single-product .woocommerce-tabs ul.tabs li:hover a,
.single-product .woocommerce-tabs ul.tabs li.active a {
    color: var(--e-global-color-primary)
}

.single-product .woocommerce-tabs ul.tabs li:hover a:before,
.single-product .woocommerce-tabs ul.tabs li.active a:before {
    width: 100%;
    transition: all .4s ease
}

.single-product .woocommerce-tabs.product-accordions {
    padding: 0
}

.single-product .woocommerce-tabs.product-accordions:after,
.single-product .woocommerce-tabs.product-accordions:before {
    content: none
}

.single-product .woocommerce-tabs.product-accordions .accordion-head {
    padding: 20px 0;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

.single-product .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
    color: var(--e-global-color-primary)
}

.single-product .woocommerce-tabs.product-accordions .accordion-head.active {
    border-bottom: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title {
    border-radius: 22px;
    background-color: var(--e-global-color-primary);
    display: inline-block;
    color: #fff;
    padding: 8px 30px
}

.single-product .woocommerce-tabs.product-accordions .accordion-head.active:before {
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
    color: #fff
}

.single-product .woocommerce-tabs.product-accordions .accordion-head:before {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid var(--e-global-color-border);
    padding: 5px 10px;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    right: -1px;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.single-product .woocommerce-tabs.product-accordions .accordion-title {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 22px;
    line-height: 28px;
    margin-bottom: 0;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary);
    -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
}

.single-product .woocommerce-tabs.product-accordions .accordion-body {
    padding: 40px 40px 30px;
    display: none
}

.single-product .woocommerce-tabs.product-accordions .accordion-body.active {
    border: 1px solid;
    border-color: var(--e-global-color-border);
    border-radius: 0;
    margin-bottom: 20px
}

.single-product .woocommerce-tabs.product-accordions .accordion-body h2:first-of-type {
    display: none
}

.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
    width: 100%;
    float: none;
    padding-right: 0;
    padding-left: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
    margin-left: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
    margin: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
    margin-bottom: 5px
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name>span:not(.details),
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name>span:not(.details),
.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-address>span:not(.details) {
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
    vertical-align: middle
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
    vertical-align: text-bottom
}

.single-product .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
    display: inline-block
}

.single-product .woocommerce-tabs.product-accordions table td,
.single-product .woocommerce-tabs.product-accordions table th {
    word-break: unset
}

@media (min-width:768px) {
    .single-product .woocommerce-tabs.product-accordions ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    padding: 15px 0
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
    margin: 0
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
    margin-bottom: 5px
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name>span:not(.details),
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name>span:not(.details),
.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-address>span:not(.details) {
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
    vertical-align: middle
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text {
    vertical-align: text-bottom
}

.single-product .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
    display: inline-block
}

.single-product .woocommerce-tabs .comment-form-cookies-consent {
    display: inline-block
}

.single-product .woocommerce-tabs .panel h2:first-of-type {
    display: none
}

.single-product .woocommerce-tabs .review_form label {
    margin-bottom: .5em;
    display: block
}

.single-product .woocommerce-tabs h2.resp-accordion {
    display: flex;
    align-items: center;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 16px;
    font-size: 1rem;
    line-height: 18px;
    padding: 1em;
    margin: 0;
    border-top: 1px solid;
    border-color: var(--e-global-color-border)
}

@media (min-width:768px) {
    .single-product .woocommerce-tabs h2.resp-accordion {
        display: none
    }
}

.single-product .woocommerce-tabs h2.resp-accordion.active {
    border-top: 2px solid;
    border-color: var(--e-global-color-primary)
}

.single-product .product-extra-info ul {
    margin: 0;
    list-style: none
}

.single-product .product-extra-info ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    margin-bottom: 20px;
    color: var(--e-global-color-text)
}

.single-product .product-extra-info ul li:last-child {
    margin-bottom: 0
}

.single-product .product-extra-info ul li i {
    margin-right: 10px
}

.single-product .product-extra-info .brand-content {
    padding-bottom: 20px
}

.single-product .product-extra-info .brand-wrap {
    padding-top: 20px;
    border-top: 1px solid var(--e-global-color-border)
}

.single-product .product-extra-info .title-brand {
    display: block;
    font-size: 16px;
    font-size: 1rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    line-height: 22px;
    color: var(--e-global-color-primary)
}

.single-product .product-brand {
    display: inline-block;
    color: var(--e-global-color-lighter)
}

.single-product #page .site-content,
.single-product #page .content-area {
    margin-bottom: 0
}

.single-product #page .site-content {
    margin-top: 40px
}

.single-product.aro-sidebar-left div.product form.cart .quantity,
.single-product.aro-sidebar-right div.product form.cart .quantity {
    width: 110px
}

.single-product .deal-sold {
    margin-top: 0;
    margin-bottom: 20px
}

.entry-summary form.cart {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px
}

.entry-summary form.cart:before,
.entry-summary form.cart:after {
    content: "";
    display: table
}

.entry-summary form.cart:after {
    clear: both
}

.entry-summary form.cart .clear {
    position: relative;
    flex: 0 0 calc(100% + 3.6rem);
    width: calc(100% + 2rem);
    margin-left: -1.8rem;
    margin-top: 20px;
    border-top: 1px solid var(--e-global-color-border)
}

.entry-summary form.cart.grouped_form,
.entry-summary form.cart.variations_form {
    padding: 0;
    border: none;
    margin-top: 0
}

.entry-summary form.cart.grouped_form .quantity {
    width: 130px
}

.entry-summary form.cart .quantity_wrap .quantity_label {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.entry-summary form.cart .quantity_wrap .quantity_label: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-size: .875rem;
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.entry-summary form.cart .quantity {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    padding: 0 5px;
    border: 1px solid var(--e-global-color-border)
}

.entry-summary form.cart .quantity.hidden {
    display: none
}

.entry-summary form.cart .quantity button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    color: var(--e-global-color-secondary);
    background-color: transparent
}

.entry-summary form.cart .quantity button:hover {
    background-color: var(--e-global-color-border);
    outline: none
}

.entry-summary form.cart .quantity .qty {
    padding: 13px 0;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary);
    flex: 1;
    border: unset;
    background-color: transparent
}

.entry-summary form.cart .quantity .qty::-webkit-outer-spin-button,
.entry-summary form.cart .quantity .qty::-webkit-inner-spin-button {
    opacity: 0;
    display: none
}

.entry-summary form.cart .quantity .qty:focus {
    border-color: var(--e-global-color-accent)
}

.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity {
    float: none;
    margin-right: 0;
    width: 100px
}

@media (max-width:1023px) {
    .entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a {
        font-size: 11px;
        font-size: .6875rem
    }
}

.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button {
    width: 100%;
    text-align: center;
    padding: .75em 0;
    text-transform: uppercase;
    word-break: initial;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 12px;
    font-size: .75rem;
    background-color: var(--e-global-color-secondary);
    color: #fff
}

.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:hover {
    background-color: var(--e-global-color-primary)
}

.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity .quantity {
    margin-right: 0
}

.entry-summary form.cart table.group_table {
    margin-bottom: 45px
}

.entry-summary form.cart table.group_table tr {
    border-bottom: 1px solid;
    border-color: var(--e-global-color-border)
}

.entry-summary form.cart table.group_table td {
    padding: 10px 0;
    vertical-align: middle
}

.entry-summary form.cart table.group_table td.woocommerce-grouped-product-list-item__price {
    text-align: end
}

.entry-summary form.cart table.group_table .quantity_label {
    display: none
}

@media (max-width:500px) {
    .entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image,
    .entry-summary form.cart table.group_table .woocommerce-grouped-product-image {
        display: none
    }
    .entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label {
        padding-left: 0
    }
}

.entry-summary form.cart table.group_table .quantity {
    margin-bottom: 0
}

.entry-summary form.cart table.group_table .quantity button.minus {
    border-left: none
}

@media (max-width:767px) {
    .entry-summary form.cart table.group_table .quantity {
        width: 120px
    }
    .entry-summary form.cart table.group_table .quantity .qty {
        width: 40px
    }
}

.entry-summary form.cart table.group_table .quantity .text-quantity {
    display: none
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image,
.entry-summary form.cart table.group_table .woocommerce-grouped-product-image {
    padding-right: 16px;
    width: 80px
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__image img,
.entry-summary form.cart table.group_table .woocommerce-grouped-product-image img {
    max-width: 70px;
    margin: auto;
    border-radius: 0
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label {
    padding-right: 10px
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label .aro-single-product-extra-label p {
    margin-bottom: 5px
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a {
    color: var(--e-global-color-secondary);
    word-break: break-word
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__label a:hover {
    color: var(--e-global-color-primary)
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price del .woocommerce-Price-amount {
    color: var(--e-global-color-lighter);
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 12px;
    font-size: .75rem
}

.entry-summary form.cart table.group_table .woocommerce-grouped-product-list-item__price ins .woocommerce-Price-amount {
    color: var(--e-global-color-highlight);
    font-weight: var(--e-global-typography-primary-font-weight)
}

.entry-summary form.cart table.group_table p.price {
    font-size: 16px;
    font-size: 1rem
}

.entry-summary form.cart table.group_table .woocommerce-Price-amount {
    word-break: normal;
    display: block
}

.entry-summary form.cart table.group_table .stock.out-of-stock {
    display: none
}

.inventory_status {
    font-family: var(--e-global-typography-secondary-font-family);
    font-weight: var(--e-global-typography-secondary-font-weight);
    text-transform: var(--e-global-typography-secondary-text-transform);
    font-style: var(--e-global-typography-secondary-font-style);
    text-decoration: var(--e-global-typography-secondary-text-decoration);
    line-height: var(--e-global-typography-secondary-line-height);
    letter-spacing: var(--e-global-typography-secondary-letter-spacing);
    font-size: 12px;
    font-size: .75rem;
    color: #4eba59;
    display: flex;
    align-items: center
}

.inventory_status:before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4eba59;
    margin-right: 5px;
    margin-bottom: 2px
}

.inventory_status.out-stock {
    color: var(--e-global-color-lighter)
}

.inventory_status.out-stock:before {
    background-color: var(--e-global-color-lighter)
}

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

.aro-woocommerce-tabs {
    margin-top: 50px
}

.aro-woocommerce-tabs .umimi-woocommerce-tabs-panel {
    padding: 50px 0;
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border)
}

.aro-woocommerce-tabs .umimi-woocommerce-tabs-panel h2:first-of-type {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 40px;
    color: var(--e-global-color-secondary)
}

.aro-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th {
    padding: 4px 10px 4px 0
}

.aro-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes td {
    padding: 4px 0 4px 10px;
    text-align: right
}

.single-product-reviews-wrap {
    max-width: 855px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px
}

.single-product-reviews-wrap .woocommerce-Reviews-title {
    display: none
}

.single-product-reviews-wrap .review-title {
    font-size: 36px;
    font-size: 2.25rem;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border);
    margin-bottom: 50px
}

.single-product-reviews-wrap .review-title .count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    background-color: #000;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    display: inline-block;
    margin-left: 5px
}

#reviews {
    outline: none;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.accordion-body #reviews {
    max-width: 1400px
}

#reviews #comments {
    margin-bottom: 3.7065595576em;
    padding-top: 0;
    margin-top: 0
}

#reviews .comment-reply-title {
    display: none
}

#reviews .commentlist {
    list-style: none;
    margin: 0
}

#reviews .commentlist li {
    margin-bottom: 2.6180340252em;
    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
}

#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 {
    width: calc(100% - 60px);
    float: right
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
    font-size: .875em;
    line-height: 1;
    height: 1em
}

#reviews .commentlist li:last-child {
    border-bottom: 0;
    margin-bottom: 0
}

#reviews .commentlist li time {
    color: var(--e-global-color-lighter)
}

#reviews .commentlist li .avatar {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover
}

#reviews .commentlist li p.meta strong {
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-secondary)
}

#reviews .commentlist li p.meta time {
    margin-left: 10px
}

#reviews .commentlist li p.meta time:before {
    margin-right: 5px;
    line-height: 1;
    margin-top: -3px
}

#reviews .commentlist li p.meta .verified {
    font-style: normal;
    font-size: .875em
}

#reviews .commentlist li p.meta .woocommerce-review__dash {
    display: none
}

#reviews .commentlist li ul.children {
    margin: 0;
    width: 82.2222222222%;
    float: right;
    margin-right: 0;
    padding-top: 1.618034em
}

#reviews .commentlist li ul.children .avatar {
    width: 13.5135135135%;
    float: left;
    margin-right: 8.1081081081%
}

#reviews .commentlist li ul.children .comment-text {
    width: 78.3783783784%;
    float: right;
    margin-right: 0
}

#reviews .commentlist li ul.children li {
    margin-bottom: 1.618034em
}

#reviews .commentlist li ul.children li:last-child {
    margin-bottom: 0
}

#reviews .comment-form-rating {
    clear: both;
    margin-bottom: 1em
}

#reviews .comment-form-rating label {
    margin-right: 20px
}

#reviews .comment-form-rating p.stars {
    line-height: 1
}

#reviews .comment-form-comment input,
#reviews .comment-form-author input,
#reviews .comment-form-email input {
    width: 100%
}

#reviews .comment-form-comment textarea {
    color: var(--e-global-color-secondary)
}

#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
    margin-bottom: 1.41577975em
}

#reviews .comment-form-cookies-consent:before {
    content: "";
    display: block;
    clear: left
}

table.shop_attributes th {
    font-size: 14px;
    font-size: .875rem;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    text-transform: capitalize
}

.aro-sticky-add-to-cart {
    background-color: var(--background)
}

.aro-sticky-add-to-cart__content {
    font-size: 16px;
    font-size: 1rem
}

.aro-sticky-add-to-cart__content-title strong {
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-text-font-weight)
}

.aro-sticky-add-to-cart__content-button {
    border: none;
    letter-spacing: 0;
    padding: 13px 25px;
    background-color: var(--e-global-color-accent)
}

.aro-sticky-add-to-cart__content-button:hover {
    background-color: var(--e-global-color-primary)
}

.aro-sticky-add-to-cart__content-price {
    display: inline-flex;
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-primary);
    margin-bottom: 4px;
    align-items: center;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.aro-sticky-add-to-cart__content-price ins {
    order: -1;
    margin-left: 0;
    margin-right: .6180469716em;
    background-color: transparent;
    color: var(--e-global-color-highlight)
}

.aro-sticky-add-to-cart__content-price del {
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-lighter)
}

.sizechart-popup {
    width: 630px;
    max-width: 100vw;
    overflow-y: auto;
    position: fixed;
    left: 50%;
    padding: 60px;
    background: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all ease-in-out .3s
}

.sizechart-popup.active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.sizechart-popup.active+.sizechart-overlay {
    opacity: 1;
    visibility: visible
}

.sizechart-popup .sizechart-close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1
}

.sizechart-popup .sizechart-close i {
    color: var(--e-global-color-secondary)
}

.sizechart-popup .sizechart-close:hover i {
    color: var(--e-global-color-primary)
}

.sizechart-button {
    font-size: 12px;
    font-size: .75rem;
    text-decoration: underline;
    text-transform: uppercase;
    line-height: 2;
    margin-bottom: 1em;
    display: inline-block;
    color: var(--e-global-color-secondary)
}

.sizechart-button:hover {
    color: var(--e-global-color-primary)
}

.sizechart-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    transition: opacity .25s ease, visibility 0s ease
}

.aro-frequently-bought {
    margin-top: 5px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-top: 1px solid;
    border-color: var(--e-global-color-border)
}

.aro-frequently-bought .frequently-bought-title {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: .8125rem;
    text-transform: uppercase;
    color: var(--e-global-color-secondary)
}

.aro-frequently-bought ul {
    list-style: none;
    margin: 0
}

.aro-frequently-bought .product-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    position: relative;
    border-color: var(--e-global-color-border);
    cursor: pointer
}

.aro-frequently-bought .product-item:last-child {
    padding-bottom: 0;
    border-bottom: 0
}

.aro-frequently-bought .product-item img {
    width: 80px;
    margin-right: 20px;
    border: 4px solid #fff;
    box-shadow: 0 0 0 1px;
    color: var(--e-global-color-border);
    background-color: #f7f4ef;
    border-radius: 18px
}

.aro-frequently-bought .product-item.uncheck * {
    opacity: .8
}

.aro-frequently-bought .content-product-item {
    height: 100%;
    flex: 1
}

.aro-frequently-bought .content-product-item .product-title {
    position: relative;
    z-index: 2;
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-secondary)
}

.aro-frequently-bought .content-product-item .posted-in a {
    font-size: 13px;
    font-size: .8125rem;
    color: var(--e-global-color-text)
}

.aro-frequently-bought .product-price {
    font-size: 16px;
    font-size: 1rem;
    margin: 0 30px;
    color: var(--e-global-color-primary)
}

.aro-frequently-bought .product-price del {
    font-size: .95em
}

.aro-frequently-bought .product-price ins {
    background: 0 0
}

.aro-frequently-bought .price-box .label {
    color: var(--e-global-color-secondary)
}

.aro-frequently-bought .price-box .aro-total-price {
    font-size: 30px;
    font-size: 1.875rem;
    color: var(--e-global-color-primary)
}

.aro-frequently-bought input[type=checkbox] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0 !important;
    z-index: 1;
    cursor: pointer
}

.aro-frequently-bought input[type=checkbox]+span {
    opacity: 1 !important
}

.aro-frequently-bought input[type=checkbox]+span:before {
    content: "+";
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    text-align: center;
    background-color: #f7f4ef;
    border-radius: 50%;
    color: #000
}

.aro-frequently-bought input[type=checkbox]:checked+span:before {
    content: "-"
}

.aro-frequently-bought .aro_add_to_wishlist_button {
    color: #000
}

.aro-frequently-bought .product-buttons {
    display: flex;
    justify-content: space-between
}

.aro-frequently-bought .product-buttons form {
    margin-bottom: 0
}

.aro-frequently-bought .product-buttons .aro-add-to-cart {
    font-size: 12px;
    font-size: .75rem
}

#rotateimages {
    cursor: ew-resize
}

.view-360-group {
    margin-top: 30px;
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center
}

.view-360-group .view-360-svg {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 30px;
    font-size: 1.875rem;
    color: var(--e-global-color-secondary)
}

.view-360-group .view-360-button i {
    font-size: 16px;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border: 1px solid;
    border-color: var(--e-global-color-border);
    border-radius: 50%;
    color: var(--e-global-color-secondary);
    cursor: pointer
}

.view-360-group .view-360-button i:hover {
    color: var(--e-global-color-primary)
}

.single-product .view-360-group+.mfp-close {
    border: none;
    color: #000;
    font-size: 25px;
    font-size: 1.5625rem;
    font-weight: var(--e-global-typography-text-font-weight);
    width: 30px;
    height: 30px;
    line-height: 1
}

.woo-variation-swatches.wvs-show-label .variations td .woo-selected-variation-item-name {
    display: none
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 13px 5px;
    min-width: 36px;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    line-height: 1
}

.woocommerce-product-gallery__trigger img {
    display: none;
    opacity: 0;
    visibility: hidden
}

.woocommerce-page .widget-area .woocommerce:first-child .widget-title {
    padding-top: 0
}

.product_list_widget {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

.product_list_widget li {
    display: flex;
    padding: 10px 0;
    margin-bottom: 0 !important
}

.product_list_widget li:before,
.product_list_widget li:after {
    content: "";
    display: table
}

.product_list_widget li:after {
    clear: both
}

.product_list_widget li img {
    max-width: 90px;
    height: 112px;
    object-fit: cover
}

.product_list_widget li:last-child {
    padding-bottom: 0;
    border: none
}

.product_list_widget li:first-child {
    padding-top: 0
}

.product_list_widget .product-list-inner {
    display: flex;
    align-items: center
}

.product_list_widget .reviewer {
    font-size: .875em
}

.product_list_widget .product-image {
    position: relative
}

.product_list_widget .product-content {
    margin-left: 20px;
    flex: 1
}

.product_list_widget .woocommerce-loop-product__title {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    margin-bottom: 4px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2
}

.product_list_widget .count-review {
    margin-bottom: 14px
}

.product_list_widget .price {
    margin-bottom: 5px
}

.product_list_widget a {
    display: block
}

.product_list_widget .label-wrapper>span {
    font-size: 10px;
    font-size: .625rem
}

.widget ul.products li.product a {
    text-decoration: none
}

.widget_rating_filter ul {
    margin-bottom: 0
}

.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: 10px
}

.widget_rating_filter .wc-layered-nav-rating a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    font-size: 14px;
    font-size: .875rem;
    line-height: 1;
    color: var(--e-global-color-lighter)
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    height: 1em;
    line-height: 1;
    margin-right: 5px
}

.widget_rating_filter .wc-layered-nav-rating .star-rating span:before {
    color: #c6d371
}

.widget_rating_filter .wc-layered-nav-rating:last-child {
    margin-bottom: 0
}

.widget_products a {
    display: block
}

.widget_shopping_cart .product_list_widget {
    margin-bottom: 0
}

.widget_shopping_cart .product_list_widget li {
    position: relative;
    padding-left: 27px
}

.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    opacity: 1
}

.widget_shopping_cart .product_list_widget li a.remove:hover:before {
    color: #e2401c
}

.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    margin: 1.41577975em
}

.widget_shopping_cart .product_list_widget img {
    margin-right: 1em;
    float: left
}

.widget_shopping_cart .mini_cart_item {
    display: block;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

.widget_shopping_cart .mini_cart_item a {
    line-height: 1.41577975em;
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-primary-font-weight);
    margin-bottom: 3px
}

.widget_shopping_cart .mini_cart_item a:hover {
    color: var(--e-global-color-primary)
}

.widget_shopping_cart .mini_cart_item .quantity {
    color: var(--e-global-color-secondary)
}

.widget_shopping_cart .mini_cart_item .quantity .amount {
    color: var(--e-global-color-lighter);
    font-weight: var(--e-global-typography-primary-font-weight)
}

.widget_shopping_cart p.total {
    padding: 1em 0;
    margin: 0;
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border)
}

.widget_shopping_cart p.total:before,
.widget_shopping_cart p.total:after {
    content: "";
    display: table
}

.widget_shopping_cart p.total:after {
    clear: both
}

.widget_shopping_cart p.total strong {
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-text-font-weight)
}

.widget_shopping_cart p.total .amount {
    color: var(--e-global-color-secondary);
    font-size: 1.41577975em;
    font-weight: var(--e-global-typography-primary-font-weight);
    float: right
}

.widget_shopping_cart .buttons {
    padding: 0 0 1em;
    margin: 0;
    text-align: center;
    display: flex;
    flex-direction: column
}

.widget_shopping_cart .buttons a {
    display: block;
    margin-bottom: .6180339845em
}

.widget_shopping_cart .buttons a:not(.checkout) {
    background-color: transparent;
    border-color: transparent;
    color: var(--e-global-color-secondary)
}

.widget_shopping_cart .buttons a:last-child {
    margin-bottom: 0
}

.widget_shopping_cart .buttons a img {
    margin-left: auto;
    margin-right: auto
}

.widget_layered_nav li {
    margin-bottom: .6180339845em
}

.widget.woocommerce li .count {
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-lighter);
    transition: all .3s ease
}

.widget.woocommerce li:hover .count {
    color: var(--e-global-color-primary)
}

.widget.woocommerce li.current-cat .count {
    color: var(--e-global-color-primary)
}

.widget_product_categories {
    margin-bottom: 45px
}

.widget_product_categories ul.children {
    display: none
}

.widget_product_categories li.current-cat>a {
    color: var(--e-global-color-primary)
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li>a {
    flex: 1
}

.woocommerce-widget-layered-nav ul.woocommerce-widget-layered-nav-list li .count {
    color: var(--e-global-color-lighter)
}

.widget_price_filter form {
    margin-bottom: 40px;
    margin-top: 5px
}

.widget_price_filter .price_slider {
    margin-bottom: 18px;
    margin-top: 24px
}

.widget_price_filter .price_slider_amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.widget_price_filter .price_slider_amount .button {
    position: relative;
    font-size: 14px;
    font-size: .875rem;
    text-align: left;
    line-height: 1;
    order: 3;
    margin-left: auto;
    color: #fff;
    text-transform: unset;
    transition: all .3s ease;
    letter-spacing: 0
}

.widget_price_filter .price_slider_amount .price_label {
    color: #666;
    font-size: 14px;
    font-size: .875rem;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing)
}

.widget_price_filter .price_slider_amount .price_label span {
    color: var(--e-global-color-primary)
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    top: auto;
    z-index: 2;
    width: 10px;
    height: 10px;
    border-radius: 0;
    cursor: ew-resize;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: -4px;
    margin-left: auto;
    opacity: 1;
    border: 2px solid var(--e-global-color-secondary)
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -10px
}

.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;
    border-radius: 1em;
    background-color: var(--e-global-color-secondary)
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background: #e5e5e5;
    border: 0
}

.widget_price_filter .ui-slider-horizontal {
    height: 2px
}

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

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li {
    padding: 0 5px;
    margin-bottom: 10px
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-button-type {
    display: block;
    padding: 7px;
    text-align: center;
    min-width: 40px;
    border-radius: 3px;
    color: var(--e-global-color-lighter);
    background-color: #fff;
    border: 1px solid var(--e-global-color-border)
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-button-type:hover {
    background-color: var(--e-global-color-secondary);
    color: #fff
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aro-button-type {
    background-color: var(--e-global-color-secondary);
    color: #fff
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-color-type {
    display: block;
    width: 30px;
    height: 30px;
    position: relative;
    border: 2px solid var(--e-global-color-border);
    overflow: hidden
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-color-type:hover {
    padding: 2px
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-color-type img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aro-color-type {
    padding: 2px
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-image-type {
    display: block;
    min-width: 90px;
    margin-top: 5px
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-image-type img {
    margin: auto;
    opacity: .2
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-image-type .image-count {
    display: block;
    text-align: center;
    color: var(--e-global-color-lighter)
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-image-type .image-name {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: var(--e-global-color-secondary)
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-image-type:hover img {
    opacity: 1
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aro-image-type img {
    opacity: 1
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li.chosen .aro-image-type .image-name {
    color: var(--e-global-color-primary)
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-color-type .color-label {
    width: 100%;
    height: 100%;
    display: block
}

.aro_widget_layered_nav ul.woocommerce-widget-layered-nav-list li .aro-color-type .color-name {
    display: none
}

@media (min-width:768px) {
    table.cart {
        margin-bottom: 3.7065595576em
    }
}

table.cart .product-quantity .plus,
table.cart .product-quantity .minus {
    display: none
}

table.cart thead {
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

table.cart th {
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-primary-font-weight)
}

table.cart td,
table.cart th {
    padding: 2em 0 0
}

table.cart tr td {
    text-align: left;
    border-color: var(--e-global-color-border)
}

@media (max-width:767px) {
    table.cart tr td {
        text-align: right;
        padding-bottom: 10px;
        padding-top: 10px
    }
    table.cart tr td:not(:last-child) {
        border-style: solid;
        border-width: 0 0 1px
    }
}

table.cart tr td[data-title]:before {
    font-size: 12px;
    font-size: .75rem;
    text-transform: uppercase;
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-text-font-weight)
}

table.cart tr:first-child td.product-remove {
    border-top-width: 0
}

table.cart td.product-thumbnail img {
    margin: auto;
    max-width: 90px
}

table.cart td.product-thumbnail:before {
    display: none
}

@media (max-width:767px) {
    table.cart td.product-thumbnail {
        position: absolute;
        left: 10px;
        top: 15px;
        padding: 0;
        border: none !important
    }
}

table.cart td.product-remove {
    padding: 0;
    position: relative
}

@media (max-width:767px) {
    table.cart td.product-remove {
        position: absolute;
        top: 18px;
        right: 20px;
        z-index: 1;
        margin-bottom: 0;
        padding-bottom: 0;
        border: none;
        font-size: 11px;
        font-size: .6875rem
    }
}

table.cart td.product-remove a.remove {
    position: absolute;
    font-size: 1.41577975em;
    top: -8px;
    left: -6px
}

table.cart td.product-remove a.remove:hover:before,
table.cart td.product-remove a.remove:active:before {
    color: red
}

table.cart td.product-name:before {
    margin-right: 1em
}

table.cart td.product-name a {
    text-decoration: none !important;
    color: var(--e-global-color-secondary)
}

table.cart td.product-name a:hover {
    color: var(--e-global-color-primary)
}

@media (max-width:767px) {
    table.cart td.product-name {
        text-align: left;
        border-width: 0;
        padding-right: 30px
    }
    table.cart td.product-name:before {
        display: none
    }
}

table.cart td.product-price .amount {
    color: var(--e-global-color-secondary)
}

table.cart td.product-quantity .qty {
    border-width: 1px;
    padding: .326em;
    width: 3.7065595576em;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-secondary)
}

table.cart td.product-subtotal {
    padding-bottom: 1.41577975em
}

@media (min-width:768px) {
    table.cart td.product-subtotal {
        padding-bottom: 2.290779772em
    }
}

table.cart td.product-subtotal .amount {
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-primary-font-weight)
}

table.cart .cart_item {
    margin-bottom: 1em;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

@media (max-width:767px) {
    table.cart .cart_item {
        padding-left: 120px;
        position: relative;
        display: block
    }
}

table.cart td.actions {
    background-color: transparent;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 0
}

@media (min-width:768px) {
    table.cart td.actions {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

@media (max-width:767px) {
    table.cart td.actions {
        display: flex;
        flex-direction: column-reverse
    }
}

table.cart td.actions label {
    display: none
}

table.cart td.actions .coupon {
    position: relative;
    margin-bottom: 1.5em;
    text-align: left;
    border-color: var(--e-global-color-border)
}

@media (max-width:767px) {
    table.cart td.actions .coupon {
        padding: 25px 30px 30px;
        border-style: solid;
        border-width: 2px;
        margin-bottom: 0;
        margin-top: 1.5em
    }
}

table.cart td.actions .coupon .input-text {
    min-width: 220px;
    margin-right: 10px
}

table.cart td.actions .coupon .input-text:focus {
    border-color: var(--e-global-color-accent)
}

@media (max-width:767px) {
    table.cart td.actions .coupon button[type=submit] {
        width: 100%
    }
}

table.cart td.actions input {
    display: block;
    width: 100%;
    margin: .5407797364em 0
}

@media (max-width:767px) {
    table.cart td.actions button[name=update_cart] {
        width: 100%
    }
}

table.cart .product-quantity .quantity {
    position: relative;
    display: inline-flex;
    overflow: hidden;
    justify-content: center;
    align-items: center;
    float: left;
    width: 120px;
    height: 40px;
    border: 1px solid #f4f4f4
}

@media (max-width:767px) {
    table.cart .product-quantity .quantity {
        float: right
    }
}

table.cart .product-quantity .quantity.hidden {
    display: none
}

table.cart .product-quantity .quantity button {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;
    z-index: 9;
    top: 0;
    bottom: 0;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50px;
    color: var(--e-global-color-secondary);
    background-color: transparent
}

table.cart .product-quantity .quantity button:hover {
    background-color: var(--e-global-color-border);
    outline: none
}

table.cart .product-quantity .quantity .text-quantity {
    display: none
}

table.cart .product-quantity .quantity .qty {
    padding: 9px 0;
    width: 40px;
    border: none;
    -moz-appearance: textfield;
    text-align: center;
    font-size: 12px;
    font-size: .75rem;
    border-radius: 0;
    color: var(--e-global-color-secondary);
    background-color: transparent
}

table.cart .product-quantity .quantity .qty::-webkit-outer-spin-button,
table.cart .product-quantity .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

table.cart .product-quantity .quantity .qty:focus {
    border-color: var(--e-global-color-primary)
}

.woocommerce-cart-form {
    margin-bottom: 0
}

.woocommerce-cart-form table td {
    vertical-align: middle
}

.cart_totals {
    padding: 30px 30px 40px;
    position: relative;
    background-color: var(--e-global-color-background-light);
    border: 6px solid var(--e-global-color-border);
    border-radius: 5px
}

.cart_totals>h2 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 15px
}

.cart_totals table th {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    font-size: 1.125rem
}

.cart_totals table th,
.cart_totals table td {
    padding: 1em 0
}

.cart_totals .cart-subtotal {
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

.cart_totals .cart-subtotal .amount {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    font-size: 1.125rem
}

.cart_totals .order-total {
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border)
}

.cart_totals .order-total th {
    vertical-align: middle
}

.cart_totals .order-total td {
    font-size: 2.290779772em;
    padding: .5em 0
}

.cart_totals .order-total .amount {
    color: var(--e-global-color-primary);
    font-size: 24px;
    font-size: 1.5rem
}

.cart_totals .checkout-button {
    display: block;
    text-align: center;
    background-color: var(--e-global-color-primary)
}

.cart_totals .checkout-button:after {
    display: none
}

.cart_totals .checkout-button:hover {
    background-color: var(--e-global-color-secondary)
}

.woocommerce-shipping-calculator {
    margin: 0
}

.woocommerce-shipping-calculator>p:first-child {
    margin: 0
}

.woocommerce-shipping-calculator .shipping-calculator-form {
    padding-top: 1.41577975em
}

.woocommerce-shipping-destination {
    margin-bottom: 0
}

ul#shipping_method {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0
}

ul#shipping_method li {
    margin-bottom: .2360679726em
}

ul#shipping_method li:last-child {
    margin-bottom: 0
}

ul#shipping_method input {
    margin-right: .3342202552em
}

ul#shipping_method input[type=radio]+label {
    margin-left: 0;
    color: var(--e-global-color-secondary)
}

ul#shipping_method input[type=radio]:first-child:checked+label:after {
    color: var(--e-global-color-primary)
}

.cart-collaterals {
    margin-bottom: 30px
}

.woocommerce-checkout ul#shipping_method {
    margin-bottom: 0
}

.site-header-cart .widget_shopping_cart {
    border-color: var(--e-global-color-border)
}

.site-header-cart .widget.widget_shopping_cart {
    border-top-color: var(--e-global-color-primary)
}

.woocommerce-cart .site-content {
    margin-bottom: 6.8541021569em
}

.woocommerce-cart .cart-empty {
    background-color: transparent;
    border: none;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--e-global-color-secondary)
}

.woocommerce-cart .return-to-shop {
    text-align: center
}

.woocommerce-cart .return-to-shop a {
    background-color: var(--e-global-color-primary)
}

.woocommerce-cart .return-to-shop a:hover {
    background-color: var(--e-global-color-secondary)
}

.cross-sells h2 {
    margin-bottom: 30px;
    font-size: 28px;
    font-size: 1.75rem
}

.cross-sells .slick-list li.product {
    max-width: 100% !important;
    flex: 0 0 100% !important
}

.cross-sells .slick-slider .slick-dots {
    bottom: -30px
}

.checkout_coupon {
    margin-bottom: 2.6180340252em;
    display: grid;
    max-width: 622px
}

.checkout_coupon p:first-child {
    grid-column: 1/span 2
}

.checkout_coupon .form-row-first {
    margin-right: 0;
    width: 100%
}

.checkout_coupon .form-row-last {
    width: unset;
    float: left
}

.checkout_coupon .input-text {
    width: 100%
}

.checkout_coupon .input-text:focus {
    border-color: var(--e-global-color-accent)
}

.checkout_coupon button[type=submit] {
    margin-left: 20px
}

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 h3 {
    font-size: 28px;
    font-size: 1.75rem
}

#order_review {
    background-color: var(--e-global-color-background-light);
    padding: 30px 30px 40px;
    position: relative;
    border-radius: 5px;
    border: 6px solid var(--e-global-color-border)
}

#order_review #order_review_heading {
    font-size: 28px;
    font-size: 1.75rem
}

#order_review table {
    margin-bottom: 0
}

#order_review table td,
#order_review table th {
    padding: 1em 0
}

#order_review .woocommerce-checkout-review-order-table thead th,
#order_review .woocommerce-checkout-review-order-table thead td {
    border: none
}

#order_review .woocommerce-checkout-review-order-table th {
    color: var(--e-global-color-secondary);
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: var(--e-global-typography-primary-font-weight)
}

#order_review .woocommerce-checkout-review-order-table th.product-total {
    text-align: right
}

#order_review .woocommerce-checkout-review-order-table td {
    text-align: right;
    vertical-align: middle
}

#order_review .woocommerce-checkout-review-order-table td.product-name {
    text-align: left
}

#order_review .woocommerce-checkout-review-order-table th,
#order_review .woocommerce-checkout-review-order-table td {
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border)
}

#order_review .woocommerce-checkout-review-order-table .cart-subtotal .amount {
    color: var(--e-global-color-secondary)
}

#order_review .woocommerce-checkout-review-order-table .order-total th {
    vertical-align: middle
}

#order_review .woocommerce-checkout-review-order-table .order-total .amount {
    font-size: 24px;
    font-size: 1.5rem;
    color: var(--e-global-color-primary);
    font-weight: var(--e-global-typography-primary-font-weight)
}

#payment:before,
#payment:after {
    content: "";
    display: table
}

#payment:after {
    clear: both
}

#payment .create-account {
    clear: both
}

#payment .payment_methods {
    margin: 0;
    padding: 0
}

#payment .payment_methods>.woocommerce-PaymentMethod,
#payment .payment_methods>.wc_payment_method {
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

#payment .payment_methods>.woocommerce-PaymentMethod>label,
#payment .payment_methods>.wc_payment_method>label {
    display: block;
    padding: 1em 0;
    cursor: pointer;
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0
}

#payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    position: relative
}

#payment .payment_methods li img {
    float: right;
    border: 0;
    padding: 0;
    max-height: 1.618034em
}

#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child:checked+label:before,
#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child:checked+label:before {
    color: var(--e-global-color-primary)
}

#payment .payment_methods li>label {
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

#payment .payment_methods li p {
    margin: 0
}

#payment .payment_methods li .payment_box {
    padding: 1em 1.618034em 2em;
    font-size: .875em
}

#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: .6180339845em
}

#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.41577975em
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number {
    background-repeat: no-repeat;
    background-position: right .6180339845em center;
    background-size: 31px 20px;
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/unknown.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/visa.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/mastercard.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/laser.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/diners.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/maestro.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/jcb.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/amex.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(wp-content/themes/aro/assets/css/woocommerce/../../../assets/images/credit-cards/discover.svg)
}

#payment .terms {
    width: 100%;
    clear: both;
    float: none;
    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-top: 1.618034em;
    margin-bottom: 0;
    float: none;
    width: 100%
}

#payment .place-order .button {
    width: 100%;
    white-space: pre-wrap;
    background-color: var(--e-global-color-primary)
}

#payment .place-order .button:hover {
    background-color: var(--e-global-color-secondary)
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 45%;
    word-wrap: break-word
}

table.woocommerce-checkout-review-order-table .product-quantity {
    font-weight: var(--e-global-typography-text-font-weight)
}

table.woocommerce-checkout-review-order-table .variation,
table.woocommerce-checkout-review-order-table .product-quantity {
    color: var(--e-global-color-text)
}

table.woocommerce-checkout-review-order-table .variation dt {
    font-weight: var(--e-global-typography-text-font-weight)
}

.admin-bar .woocommerce-checkout #wc_checkout_add_ons label+br {
    display: none
}

.woocommerce-checkout .form-row .select2-container--default .select2-selection--single {
    border-color: var(--e-global-color-border)
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login {
    margin-left: 0;
    margin-top: 30px;
    max-width: 505px
}

.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-last,
.woocommerce-checkout .woocommerce form.woocommerce-form-login .form-row-first {
    width: 100%;
    margin-right: 0
}

.woocommerce-checkout .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid var(--e-global-color-border)
}

.woocommerce-checkout .select2-dropdown {
    border: 1px solid var(--e-global-color-border)
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: var(--e-global-color-text)
}

.woocommerce-form-login-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: var(--e-global-color-primary)
}

.woocommerce-form-login-toggle .woocommerce-info {
    margin-bottom: 10px
}

.woocommerce-order .woocommerce-thankyou-order-received {
    color: #0f834d;
    background-color: #f8f8f8;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-align: center;
    padding: 2.290779772em 1.41577975em
}

.woocommerce-order .woocommerce-order-details__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.618034em
}

.woocommerce-order .woocommerce-customer-details h2 {
    font-size: 1.618034em
}

@media (min-width:768px) {
    .woocommerce-order ul.order_details {
        display: flex;
        justify-content: center;
        max-width: 100%
    }
    .woocommerce-order ul.order_details li {
        padding-top: 0;
        padding-bottom: 0
    }
    .woocommerce-order ul.order_details li:first-child {
        padding-top: 0
    }
    .woocommerce-order ul.order_details li:last-child {
        padding-bottom: 0
    }
    .woocommerce-order ul.woocommerce-thankyou-order-details li {
        width: 20%;
        margin: 0 !important
    }
}

.woocommerce-order .woocommerce-table--order-details {
    max-width: 900px;
    margin: 1.41577975em auto 5.9973393873em
}

.woocommerce-order .woocommerce-table--order-details th {
    color: var(--e-global-color-secondary)
}

.woocommerce-order .woocommerce-table--order-details tr td:last-child,
.woocommerce-order .woocommerce-table--order-details tr th:last-child {
    text-align: right
}

.woocommerce-order .woocommerce-table--order-details td,
.woocommerce-order .woocommerce-table--order-details th {
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border);
    padding-left: 0;
    padding-right: 0
}

.woocommerce-order .woocommerce-table--order-details thead td,
.woocommerce-order .woocommerce-table--order-details thead th {
    border-top: 0;
    border-bottom: 2px solid;
    border-bottom-color: var(--e-global-color-border)
}

.woocommerce-order .woocommerce-table--order-details .product-name a {
    color: var(--e-global-color-text)
}

.woocommerce-order .woocommerce-table--order-details .product-name a:hover {
    color: var(--e-global-color-primary)
}

.woocommerce-order .woocommerce-table--order-details tfoot {
    color: var(--e-global-color-secondary)
}

.woocommerce-order .woocommerce-table--order-details tfoot .amount {
    font-weight: var(--e-global-typography-primary-font-weight)
}

.woocommerce-order .woocommerce-table--order-details tfoot tr:last-child .amount {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 1.618034em;
    color: var(--e-global-color-primary)
}

form.woocommerce-form-track-order label {
    font-size: 20px;
    font-size: 1.25rem;
    display: block;
    color: var(--e-global-color-secondary);
    margin-bottom: 10px
}

form.woocommerce-form-track-order input,
form.woocommerce-form-track-order button {
    width: 100%;
    margin-bottom: 30px
}

@media (min-width:1024px) {
    form.woocommerce-form-track-order button {
        margin-top: 42px
    }
}

#woosq-popup .product .summary {
    background-color: var(--e-global-color-background-light)
}

#woosq-popup .product .summary .summary-content form.cart .woosw-btn.woosw-added:before {
    color: red
}

#woosq-popup .product .summary .summary-content form.cart .woosc-btn {
    margin-right: 0
}

#woosq-popup .product .slick-track {
    max-height: unset
}

#woosq-popup .product .slick-slider {
    overflow: unset !important
}

#woosq-popup .product .slick-slider .slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
    box-shadow: 0 0px 10px 0px rgba(0, 0, 0, .1);
    border-color: var(--e-global-color-border);
    border-radius: 50%;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    letter-spacing: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

#woosq-popup .product .slick-slider .slick-arrow:hover {
    background-color: #fff;
    border-color: var(--e-global-color-primary)
}

#woosq-popup .product .slick-slider .slick-arrow:hover:before {
    color: var(--e-global-color-primary)
}

#woosq-popup .product .slick-slider .slick-arrow:before {
    line-height: 1;
    color: var(--e-global-color-secondary);
    background-color: transparent
}

#woosq-popup .product .slick-slider .slick-arrow.slick-next {
    right: 10px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%)
}

#woosq-popup .product .slick-slider .slick-arrow.slick-prev {
    left: 10px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#woosq-popup .product .slick-slider:hover .slick-arrow.slick-prev,
#woosq-popup .product .slick-slider:hover .slick-arrow.slick-next {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

#woosq-popup .product .slick-slider .slick-dots {
    display: none !important
}

#woosq-popup .single-product div.product .woocommerce-product-rating {
    margin-bottom: 10px
}

#woosq-popup .single-product div.product .product_meta {
    border-top: none;
    padding-top: 0;
    margin-top: 0
}

#woosq-popup .single-product div.product form.cart .quantity {
    width: 96px
}

.mfp-woosq .mfp-close:hover {
    border: none
}

.woocommerce-password-strength {
    font-weight: var(--e-global-typography-primary-font-weight);
    padding: .5407797364em 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
}

label.inline {
    display: inline !important;
    margin-left: 1em
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul {
    margin-left: 0;
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border)
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border);
    position: relative
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
    text-decoration: none;
    padding: .875em 0;
    display: block;
    color: var(--e-global-color-secondary)
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a:hover {
    color: var(--e-global-color-primary)
}

.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
    color: var(--e-global-color-primary)
}

ul.order_details {
    list-style: none;
    position: relative;
    max-width: 900px;
    margin: 0 auto 1.618034em
}

ul.order_details:before,
ul.order_details:after {
    content: "";
    display: table
}

ul.order_details:after {
    clear: both
}

ul.order_details li {
    padding: 1em 1.618034em;
    text-align: center;
    border-color: var(--e-global-color-border)
}

ul.order_details li:first-child {
    padding-top: 1.618034em;
    border: 0
}

ul.order_details li:last-child {
    padding-bottom: 1.618034em
}

ul.order_details li:last-child:before,
ul.order_details li:last-child:after {
    content: "";
    display: table
}

ul.order_details li:last-child:after {
    clear: both
}

ul.order_details li strong {
    display: block;
    text-transform: none;
    color: var(--e-global-color-secondary)
}

.my_account_orders .button,
.woocommerce-MyAccount-downloads .button {
    padding: .6180339845em .875em;
    font-size: .875em;
    margin-right: .236em
}

.woocommerce-MyAccount-content h2 {
    font-size: 2em;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.woocommerce-MyAccount-content #payment .payment_methods {
    margin-bottom: 1.618034em !important
}

.woocommerce-MyAccount-content .woocommerce-Pagination {
    text-align: center
}

.woocommerce-MyAccount-content table th {
    color: var(--e-global-color-secondary)
}

.woocommerce-MyAccount-content table thead th {
    background-color: rgba(0, 0, 0, .05)
}

.woocommerce-MyAccount-content table tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, .05)
}

.woocommerce-MyAccount-content .order_details a:not(.button) {
    color: var(--e-global-color-secondary)
}

.woocommerce-MyAccount-content .order_details a:not(.button):hover {
    text-decoration: underline
}

.woocommerce-MyAccount-content .order_details .product-quantity {
    color: var(--e-global-color-lighter)
}

.woocommerce-MyAccount-content .order_details .product-total .amount {
    font-weight: var(--e-global-typography-primary-font-weight)
}

.woocommerce-MyAccount-content .order_details tfoot .amount {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 1.41577975em;
    color: var(--e-global-color-secondary)
}

.woocommerce-MyAccount-content .order-again {
    margin-bottom: 3.7065595576em
}

.register-from-title,
.login-form-title {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 40px
}

.login-form-col {
    border: none
}

form.woocommerce-form-register {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto
}

@media (min-width:768px) {
    form.woocommerce-form-register {
        margin-right: 0;
        margin-left: 0
    }
}

form.woocommerce-form-register button[type=submit] {
    display: block;
    width: 100%
}

form.woocommerce-form-register .form-row-wide {
    margin-bottom: 32px
}

form.woocommerce-form-register .form-row label {
    line-height: 28px;
    margin-bottom: 5px
}

form.woocommerce-form-register .woocommerce-privacy-policy-text {
    margin-bottom: 30px
}

form.woocommerce-form-login {
    max-width: 440px
}

@media (min-width:768px) {
    .col2-set#customer_login form.woocommerce-form-login {
        margin-right: 0
    }
}

form.woocommerce-form-login .woocommerce-form-login-wrap {
    margin-bottom: 30px
}

form.woocommerce-form-login button[type=submit] {
    display: block;
    width: 100%
}

form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
    float: left
}

form.woocommerce-form-login .woocommerce-LostPassword {
    float: right;
    margin-bottom: 35px
}

form.woocommerce-form-login .woocommerce-LostPassword a {
    color: var(--e-global-color-text);
    text-decoration: underline;
    text-decoration-style: dotted
}

form.woocommerce-form-login .woocommerce-LostPassword a:hover {
    color: var(--e-global-color-primary)
}

form.woocommerce-form-login .form-row label {
    line-height: 28px;
    margin-bottom: 5px
}

@media (min-width:768px) {
    ul.order_details {
        margin: 3.7065595576em auto
    }
    ul.order_details li {
        width: 22.5806451613%;
        float: left;
        margin-right: 3.2258064516%;
        border-left-style: solid;
        border-left-width: 1px
    }
    ul.order_details li:first-child {
        border: 0
    }
    ul.order_details li:last-child {
        float: right;
        margin-right: 0
    }
    ul.order_details li:last-child:before,
    ul.order_details li:last-child:after {
        content: "";
        display: table
    }
    ul.order_details li:last-child:after {
        clear: both
    }
    .demo_store {
        bottom: 0
    }
    .demo_store a.woocommerce-store-notice__dismiss-link {
        background: rgba(0, 0, 0, .1);
        float: right;
        display: inline-block;
        margin: -1em -1.41575em -1em 0;
        padding: 1em 1.41577975em
    }
    table.shop_table_responsive thead {
        display: table-header-group
    }
    table.shop_table_responsive tbody th {
        display: table-cell
    }
    table.shop_table_responsive tr td {
        display: table-cell
    }
    table.shop_table_responsive tr td:before {
        display: none
    }
    table.shop_table_responsive tr.woocommerce-shipping-totals td {
        width: 60%
    }
    .site-header-cart {
        position: relative
    }
    .site-header-cart .cart-contents {
        display: flex;
        position: relative;
        text-indent: 0
    }
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        margin-top: 20px;
        top: 100%;
        width: 320px;
        z-index: 999999;
        right: -999em;
        display: block;
        border-width: 2px;
        border-style: solid
    }
    .site-header-cart .widget_shopping_cart:before {
        content: "";
        display: block;
        position: absolute;
        top: -20px;
        left: 0;
        right: 0;
        height: 20px
    }
    .site-header-cart .widget_shopping_cart.sub-menu--is-touch-device {
        display: none;
        left: 0
    }
    .site-header-cart .widget_shopping_cart h2.widgettitle {
        display: none
    }
    .site-header-cart .widget_shopping_cart .product_list_widget {
        height: 0
    }
    .site-header-cart .widget_shopping_cart .product_list_widget li a.remove:before {
        text-align: left
    }
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        right: 0;
        display: block
    }
    .site-header-cart:hover .widget_shopping_cart .product_list_widget,
    .site-header-cart.focus .widget_shopping_cart .product_list_widget {
        height: auto
    }
    .site-search {
        display: block
    }
    .site-search form {
        margin: 0
    }
    .checkout_coupon {
        grid-template-columns: 53.6231884058% auto
    }
    ul.products li.product,
    ul.products .wc-block-grid__product,
    .wc-block-grid__products li.product,
    .wc-block-grid__products .wc-block-grid__product {
        clear: none;
        width: 100%
    }
    ul.products.columns-1 li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    ul.products.columns-2 li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    ul.products.columns-3 li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    ul.products.columns-4 li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    ul.products.columns-5 li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    ul.products.columns-6 li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .single-product div.product .images .thumbnails:before,
    .single-product div.product .images .thumbnails:after {
        content: "";
        display: table
    }
    .single-product div.product .images .thumbnails:after {
        clear: both
    }
    .single-product div.product .images .thumbnails a.zoom {
        width: 22.5806451613%;
        float: left;
        margin-right: 3.2258064516%
    }
    .single-product div.product .images .thumbnails a.zoom.last {
        float: right;
        margin-right: 0
    }
    .single-product div.product .woocommerce-tabs {
        clear: both
    }
    .single-product.aro-sidebar-left div.product .woocommerce-product-gallery,
    .single-product.aro-sidebar-right div.product .woocommerce-product-gallery {
        width: calc(52% - 30px)
    }
    .single-product.aro-sidebar-left div.product .summary,
    .single-product.aro-sidebar-right div.product .summary {
        float: right;
        width: 48%
    }
    .single-product #reviews .comment-form-author,
    .single-product #reviews .comment-form-email {
        flex: 50%;
        max-width: 50%
    }
    .single-product #reviews .comment-form-email {
        margin-right: 0
    }
    #reviews .comment-form-email {
        margin-right: 0
    }
    .aro-full-width-content.woocommerce-cart .entry-header,
    .aro-full-width-content.woocommerce-checkout .entry-header,
    .aro-full-width-content.woocommerce-account .entry-header {
        text-align: center;
        padding: 0 0 5.9973393873em
    }
    .aro-full-width-content.woocommerce-cart .entry-header h1:last-child,
    .aro-full-width-content.woocommerce-checkout .entry-header h1:last-child,
    .aro-full-width-content.woocommerce-account .entry-header h1:last-child {
        margin-bottom: 0
    }
    .aro-full-width-content .woocommerce-products-header {
        text-align: center
    }
    .woocommerce .page-description {
        margin-bottom: 1.618034em
    }
    .aro-sorting select {
        width: auto
    }
    .aro-sorting .woocommerce-pagination+.woocommerce-result-count {
        margin-right: auto;
        margin-left: 0
    }
    .aro-sorting .woocommerce-result-count {
        padding-right: 10px
    }
    .woocommerce-cart .content-area,
    .woocommerce-checkout .content-area {
        width: 100%;
        float: right;
        margin-right: 0
    }
    .woocommerce-cart .hentry,
    .woocommerce-checkout .hentry {
        border-bottom: 0;
        padding-bottom: 0
    }
    table.cart th,
    table.cart td {
        padding: 1.618034em 1.618034em 1.618034em 0
    }
    table.cart .qty {
        padding: .875em;
        max-width: 3.632em
    }
    table.cart td.product-remove {
        display: table-cell;
        padding: 1.618034em 1.618034em 1.618034em 0;
        border: 0;
        width: 5%
    }
    table.cart td.product-remove a.remove {
        float: none;
        position: relative;
        top: auto;
        right: auto;
        font-size: 1em
    }
    table.cart td.product-thumbnail {
        width: 17%
    }
    table.cart td.product-name {
        width: 30%
    }
    table.cart td.product-price {
        width: 16%
    }
    table.cart td.product-subtotal {
        padding: 1.618034em 1.618034em 1.618034em 0;
        width: 16%
    }
    table.cart .product-quantity .plus,
    table.cart .product-quantity .minus {
        display: inline-block
    }
    table.cart .quantity .qty {
        padding: .6180339845em
    }
    table.cart td.actions {
        text-align: right
    }
    table.cart td.actions label {
        display: none
    }
    table.cart td.actions .coupon {
        display: flex;
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        float: left;
        width: 60%
    }
    table.cart td.actions input {
        display: inline-block;
        width: auto;
        margin: 0
    }
    .cart-collaterals:before,
    .cart-collaterals:after {
        content: "";
        display: table
    }
    .cart-collaterals:after {
        clear: both
    }
    .cart-collaterals .cross-sells {
        width: 42.0289855072%;
        float: left;
        margin-right: 4.347826087%
    }
    .cart-collaterals .shipping_calculator {
        width: 53.6231884058%;
        float: right;
        margin-right: 0;
        margin: 0;
        clear: right
    }
    .cart-collaterals .cart_totals small.includes_tax {
        display: block
    }
    .cart-collaterals .shipping_calculator {
        clear: right
    }
    table.wishlist_table .wishlist-items-wrapper tr td.product-name a.yith-wcqv-button {
        display: none
    }
    #ship-to-different-address {
        position: relative
    }
    #ship-to-different-address .woocommerce-form__input-checkbox {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-right: 0
    }
    .col2-set {
        width: 53.6231884058%;
        float: left;
        margin-right: 4.347826087%
    }
    .col2-set .form-row-first {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%
    }
    .col2-set .form-row-last {
        width: 48.3870967742%;
        float: right;
        margin-right: 0
    }
    .col2-set .col-1,
    .col2-set .col-2 {
        margin-bottom: 1.618034em
    }
    .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
    }
    .col2-set.addresses {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .col2-set.addresses .col-1 {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%
    }
    .col2-set.addresses .col-2 {
        width: 47.8260869565%;
        float: right;
        margin-right: 0
    }
    #customer_details+#wc_checkout_add_ons {
        width: 42.0289855072%;
        float: right;
        margin-right: 0
    }
    #wc_checkout_add_ons input[type=radio] {
        float: left;
        margin-right: .5407797364em;
        clear: left;
        margin-top: .35em
    }
    #order_review {
        width: 42.0289855072%;
        float: right;
        margin-right: 0;
        clear: right
    }
    #order_review {
        transition: box-shadow ease .4s
    }
    .woocommerce-order-pay #order_review {
        width: 100%;
        float: none
    }
    .woocommerce-order-pay #order_review #payment h3 {
        padding-left: 1em;
        padding-top: 1em
    }
    .woocommerce-order-pay #order_review #payment .form-row {
        padding: 1em
    }
    .woocommerce-order-pay #order_review .payment_methods+.form-row {
        padding: 1em
    }
    .woocommerce-order-pay #order_review .button#place_order {
        display: block;
        width: 100%;
        font-size: 1.41577975em
    }
    table+.addresses {
        margin-top: 1.618034em
    }
    .col2-set#customer_login {
        width: 100%;
        margin: 0
    }
    .col2-set#customer_login .col-1 {
        width: 50%;
        float: left;
        padding-right: 5%
    }
    .col2-set#customer_login .col-2 {
        width: 50%;
        float: right;
        padding-left: 5%
    }
    .col2-set.addresses {
        width: 100%;
        float: left;
        margin-left: 0;
        margin-right: 0
    }
    .col2-set.addresses .col-1 {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%
    }
    .col2-set.addresses .col-2 {
        width: 48.3870967742%;
        float: right;
        margin-right: 0
    }
    .woocommerce-MyAccount-navigation {
        width: 27.2727272727%;
        float: left;
        margin-right: 3.8961038961%
    }
    .woocommerce-MyAccount-content {
        width: 68.8311688312%;
        float: right;
        margin-right: 0
    }
    .addresses header.title:before,
    .addresses header.title:after {
        content: "";
        display: table
    }
    .addresses header.title:after {
        clear: both
    }
    .addresses header.title a {
        float: right
    }
    .addresses header.title h3 {
        float: left
    }
    .form-row-first {
        width: 48.3870967742%;
        float: left;
        margin-right: 3.2258064516%;
        clear: both
    }
    .form-row-last {
        width: 48.3870967742%;
        float: right;
        margin-right: 0
    }
    .aro-sticky-add-to-cart {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99998;
        transform: translate3d(0, 100%, 0);
        padding: 10px 1em;
        overflow: hidden;
        zoom: 1;
        box-shadow: 0 0 30px 0 rgba(0, 0, 0, .1);
        animation-duration: .5s;
        animation-fill-mode: both;
        background-color: #fff
    }
    .aro-sticky-add-to-cart--slideInDown {
        animation-name: slideInDown1
    }
    .aro-sticky-add-to-cart--slideOutUp {
        animation-name: slideOutUp
    }
    .aro-sticky-add-to-cart__content {
        display: flex;
        align-items: center;
        justify-content: center
    }
    .aro-sticky-add-to-cart__content-title {
        display: block
    }
    .aro-sticky-add-to-cart__content-price {
        margin-right: .875em
    }
    .aro-sticky-add-to-cart__content-button {
        margin-left: auto
    }
    .aro-sticky-add-to-cart img {
        max-width: 60px;
        margin: 0 1em 0 0;
        border: 1px solid rgba(0, 0, 0, .1)
    }
    .aro-sticky-add-to-cart .star-rating {
        display: inline-block;
        margin: 0;
        vertical-align: sub
    }
    #yith-quick-view-modal.open .product-title {
        margin-top: -.2333em;
        font-size: 30px;
        font-size: 1.875rem
    }
    #yith-quick-view-close {
        top: 10px;
        right: 10px;
        text-indent: -9999px
    }
}

@media (min-width:1024px) and (max-width:1366px) {
    .single-product.aro-sidebar-left div.product .woocommerce-product-gallery,
    .single-product.aro-sidebar-right div.product .woocommerce-product-gallery {
        width: calc(100%);
        max-width: 1366px
    }
    .single-product.aro-sidebar-left div.product .summary,
    .single-product.aro-sidebar-right div.product .summary {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:900px) {
    body:not(.page-template-template-fullwidth-php) table.cart td,
    body:not(.page-template-template-fullwidth-php) table.cart th {
        padding: 1em
    }
}

@media (min-width:911px) {
    .woocommerce-cart-form,
    .woocommerce-cart .cross-sells {
        width: 65.5913978495%;
        float: left;
        margin-right: 3.2258064516%
    }
    .cart-collaterals {
        width: 31.1827956989%;
        float: right;
        margin-right: 0
    }
}

@media (min-width:1024px) {
    .woocommerce-page.aro-sidebar-left .content-area,
    .woocommerce-page.aro-sidebar-right .content-area {
        width: calc(100% - 330px)
    }
    .woocommerce-page.aro-sidebar-left .widget-area,
    .woocommerce-page.aro-sidebar-right .widget-area {
        width: 300px
    }
}

.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%
}

@media (max-width:1366px) {
    .aro-product-laptop-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-laptop-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    .aro-product-laptop-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .aro-product-laptop-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    .aro-product-laptop-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    .aro-product-laptop-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (max-width:1024px) {
    .aro-product-tablet-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-tablet-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    .aro-product-tablet-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .aro-product-tablet-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    .aro-product-tablet-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    .aro-product-tablet-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (max-width:768px) {
    .aro-product-mobile-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-mobile-2 ul.products li.product {
        flex: 0 0 50%;
        max-width: 50%
    }
    .aro-product-mobile-3 ul.products li.product {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .aro-product-mobile-4 ul.products li.product {
        flex: 0 0 25%;
        max-width: 25%
    }
    .aro-product-mobile-5 ul.products li.product {
        flex: 0 0 20%;
        max-width: 20%
    }
    .aro-product-mobile-6 ul.products li.product {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
}

@media (max-width:300px) {
    .aro-product-mobile-1 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-mobile-2 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-mobile-3 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-mobile-4 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-mobile-5 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
    .aro-product-mobile-6 ul.products li.product {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th {
    padding: 15px;
    border: 1px solid var(--e-global-color-border)
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a {
    color: #43454b;
    text-transform: none;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    font-size: 16px;
    font-size: 1rem
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th a:hover {
    color: var(--e-global-color-primary)
}

@media (max-width:767px) {
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table thead tr th:first-child {
        min-width: 150px;
        width: auto
    }
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table .tr-additional td {
    vertical-align: top
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr.tr-image img {
    max-width: 150px
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td {
    padding: 15px;
    border: 1px solid var(--e-global-color-border)
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td.td-label {
    font-weight: var(--e-global-typography-primary-font-weight)
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes {
    table-layout: auto !important
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td,
.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
    border: none !important;
    background: 0 0 !important;
    padding: 10px !important
}

@media (max-width:768px) {
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes td {
        padding-top: 0 !important;
        display: block
    }
    .woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .shop_attributes th {
        display: block;
        padding-bottom: 0 !important
    }
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del {
    text-decoration: none
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td del .amount {
    text-decoration: line-through;
    color: var(--e-global-color-lighter);
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.woosc-area .woosc-inner .woosc-table .woosc-table-inner .woosc-table-items table tbody tr td .amount {
    color: var(--e-global-color-primary);
    font-size: 16px;
    font-size: 1rem;
    font-weight: var(--e-global-typography-primary-font-weight)
}

.woosc-area-open-table table.woosc_table tbody tr td a.button {
    background-color: var(--e-global-color-accent);
    padding: 10px 20px
}

.woosc-area-open-table table.woosc_table tbody tr td a.button:before {
    font-size: 16px;
    font-size: 1rem;
    margin: -5px 8px 0 0
}

.woosc-area-open-table table.woosc_table tbody tr td a.button:hover {
    background-color: var(--e-global-color-primary)
}

ul.products-list {
    margin-left: 0;
    list-style: none
}

ul.products-list li.product-list {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid var(--e-global-color-border)
}

ul.products-list li.product-list:first-child {
    padding-top: 0
}

ul.products-list li.product-list:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: unset
}

@media (max-width:767px) {
    ul.products-list li.product-list {
        flex-wrap: wrap
    }
}

ul.products-list li.product-list .product-image {
    width: 100%;
    position: relative;
    overflow: hidden
}

@media (min-width:768px) {
    ul.products-list li.product-list .product-image {
        max-width: calc(100% - 220px);
        margin: 0;
        width: 250px
    }
}

ul.products-list li.product-list .product-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    object-fit: cover
}

.has-mega-menu ul.products-list li.product-list .product-image {
    width: 100%;
    margin-bottom: 10px
}

ul.products-list li.product-list .group-action {
    top: 20px;
    bottom: auto;
    right: 20px;
    left: auto
}

ul.products-list li.product-list .product-caption {
    padding: 15px 15px 30px;
    flex: 1;
    position: relative
}

@media (min-width:768px) {
    ul.products-list li.product-list .product-caption {
        padding: 30px;
        max-width: calc(100% - 300px)
    }
}

.has-mega-menu ul.products-list li.product-list .product-caption {
    max-width: 100%
}

ul.products-list li.product-list .product-caption .cart {
    display: flex;
    align-items: center;
    margin-bottom: 0
}

ul.products-list li.product-list .product-caption .quantity_wrap {
    margin-right: 5px
}

ul.products-list li.product-list .product-caption .quantity_wrap input[type=number]::-webkit-inner-spin-button {
    opacity: 1
}

ul.products-list li.product-list .product-caption .minus,
ul.products-list li.product-list .product-caption .plus {
    display: none;
    visibility: hidden;
    opacity: 0
}

ul.products-list li.product-list .product-caption .qty {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    padding: .391rem;
    font-size: 14px;
    font-size: .875rem;
    border-radius: 2px
}

ul.products-list li.product-list .product-caption button[class*=product_type_],
ul.products-list li.product-list .product-caption a[class*=product_type_] {
    font-family: var(--e-global-typography-accent-font-family);
    font-weight: var(--e-global-typography-accent-font-weight);
    text-transform: var(--e-global-typography-accent-text-transform);
    font-style: var(--e-global-typography-accent-font-style);
    text-decoration: var(--e-global-typography-accent-text-decoration);
    line-height: var(--e-global-typography-accent-line-height);
    letter-spacing: var(--e-global-typography-accent-letter-spacing);
    background-color: transparent;
    border: 1px solid var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    margin-right: 10px;
    padding: .625rem 1.5625rem;
    display: inline-flex;
    align-items: center;
    letter-spacing: 0
}

ul.products-list li.product-list .product-caption button[class*=product_type_]:before,
ul.products-list li.product-list .product-caption a[class*=product_type_]:before {
    margin-right: 5px
}

ul.products-list li.product-list .product-caption button[class*=product_type_]:hover,
ul.products-list li.product-list .product-caption a[class*=product_type_]:hover {
    border-color: var(--e-global-color-secondary);
    background-color: var(--e-global-color-secondary);
    color: #fff
}

ul.products-list li.product-list .product-caption .woosc-btn,
ul.products-list li.product-list .product-caption .woosw-btn {
    padding: 0;
    background-color: #fff;
    transition: all ease .3s;
    width: 40px;
    height: 40px;
    color: #30373e;
    border: 1px solid var(--e-global-color-border);
    border-radius: 50%;
    margin: 0 3px;
    position: relative;
    font-size: 0px;
    font-size: 0rem;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, .11);
    vertical-align: super
}

ul.products-list li.product-list .product-caption .woosc-btn:before,
ul.products-list li.product-list .product-caption .woosw-btn:before {
    font-size: 14px;
    font-size: .875rem;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 50%;
    top: 0;
    left: 0;
    margin: 0
}

ul.products-list li.product-list .product-caption .woosc-btn:hover,
ul.products-list li.product-list .product-caption .woosc-btn:focus,
ul.products-list li.product-list .product-caption .woosc-btn:active,
ul.products-list li.product-list .product-caption .woosw-btn:hover,
ul.products-list li.product-list .product-caption .woosw-btn:focus,
ul.products-list li.product-list .product-caption .woosw-btn:active {
    color: #fff;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary)
}

ul.products-list li.product-list .quantity_wrap {
    display: none;
    visibility: hidden;
    opacity: 0
}

ul.products-list li.product-list .posted-in {
    display: -webkit-box;
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 12px;
    font-size: .75rem;
    margin-bottom: 0;
    text-transform: uppercase;
    color: var(--e-global-color-primary);
    font-weight: 500
}

ul.products-list li.product-list .posted-in a {
    color: var(--e-global-color-primary)
}

ul.products-list li.product-list .posted-in a:hover {
    text-decoration: underline;
    color: var(--e-global-color-primary)
}

ul.products-list li.product-list .price {
    margin-bottom: 14px
}

ul.products-list li.product-list .count-review {
    margin-bottom: 1.1em
}

ul.products-list li.product-list .short-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1.9rem
}

.has-mega-menu ul.products-list li.product-list .short-description {
    display: none
}

ul.products-list li.product-list .short-description p {
    margin-bottom: 0
}

ul.products-list li.product-list .add_to_cart_tooltips {
    float: left
}

ul.products-list li.product-list .woocommerce-loop-product__title {
    font-family: var(--e-global-typography-text-font-family);
    font-weight: var(--e-global-typography-text-font-weight);
    text-transform: var(--e-global-typography-text-text-transform);
    font-style: var(--e-global-typography-text-font-style);
    text-decoration: var(--e-global-typography-text-text-decoration);
    line-height: var(--e-global-typography-text-line-height);
    letter-spacing: var(--e-global-typography-text-letter-spacing);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0
}

ul.products-list li.product-list .woocommerce-loop-product__title a {
    color: var(--e-global-color-secondary)
}

ul.products-list li.product-list .woocommerce-loop-product__title a:hover {
    color: var(--e-global-color-primary)
}

ul.products-list li.product-list a[class*=product_type_] {
    padding: 1.25em 3.25em
}

ul.products-list li.product-list .product-input-quantity {
    display: flex;
    align-items: center;
    margin-right: 20px
}

ul.products-list li.product-list .product-unit {
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-lighter);
    margin-left: 15px
}

ul.products-list li.product-list .product-unit .value {
    color: var(--e-global-color-secondary)
}

ul.products-list li.product-list .added_to_cart {
    display: none
}

ul.products-list li.product-list .product-caption-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: static
}

ul.products-list li.product-list .product-caption-bottom>* {
    margin-bottom: 5px
}

ul.products-list li.product-list .label-wrapper {
    z-index: 9
}

ul.products-list li.product-list .inventory_status {
    margin-bottom: 18px
}

ul.products-list li.product-list:hover .group-action {
    opacity: 1;
    visibility: visible
}

.wcml-dropdown {
    width: 100%
}

.wcml-dropdown li,
.wcml-dropdown .wcml-cs-submenu li {
    border-color: var(--e-global-color-border)
}

.wcml-dropdown .wcml-cs-submenu {
    border-top: 0
}

.wcml-dropdown a {
    padding: 1em 1.41577975em
}

.wcml-dropdown a.wcml-cs-item-toggle:after {
    right: 1em
}

.wcml-horizontal-list li.wcml-cs-active-currency a,
.wcml-vertical-list li.wcml-cs-active-currency a {
    font-weight: 700;
    color: var(--e-global-color-secondary);
    cursor: default
}

.woosw-area .woosw-inner .woosw-content {
    max-width: 570px
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items {
    min-width: 400px
}

@media (max-width:640px) {
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td {
        padding: 5px
    }
    .woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item td.woosw-content-item--image {
        width: 80px
    }
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a {
    text-transform: capitalize;
    font-size: 12px;
    font-size: .75rem;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: var(--e-global-color-primary);
    color: #fff;
    white-space: nowrap
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item .woosw-content-item--add p>a:hover {
    color: #fff;
    background-color: var(--e-global-color-primary)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--title a {
    font-weight: 400 !important
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 14px;
    font-size: .875rem;
    color: var(--e-global-color-lighter)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del {
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-lighter)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price ins {
    order: -1;
    color: var(--e-global-color-highlight)
}

.woosw-area .woosw-inner .woosw-content .woosw-content-mid table.woosw-content-items .woosw-content-item--price del+ins {
    margin-right: .327em
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-page a:hover {
    text-decoration: underline
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-content-bot-inner .woosw-continue:hover {
    text-decoration: underline
}

.woosw-list .woosw-content-item--price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: var(--e-global-color-secondary);
    font-size: 14px;
    font-size: .875rem
}

.woosw-list .woosw-content-item--price del {
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-text-font-weight);
    color: var(--e-global-color-lighter)
}

.woosw-list .woosw-content-item--price ins {
    order: -1
}

.woosw-list .woosw-content-item--price del+ins {
    margin-right: .327em
}

.woosw-list .woosw-content-item--title a {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400 !important
}

.woosw-list .woosw-content-item .woosw-content-item--actions .woosw-content-item--add p>a.button {
    font-size: 11px;
    font-size: .6875rem;
    text-align: center;
    display: inline-block
}

@media (max-width:568px) {
    .woosw-list .woosw-content-item .woosw-content-item--image {
        display: none
    }
}

.woosw-list .woosw-content-item--actions .woosw-content-item--stock {
    margin-bottom: 5px
}

.woosw-list .woosw-content-item .woosw-content-item--remove span:hover:before {
    color: red !important
}

.woosw-list .woosw-actions .woosw-copy-btn input {
    margin-left: 5px
}

.woosw-list .woosw-content-mid-notice {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--e-global-color-secondary);
    margin-bottom: 30px
}

.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--name a {
    font-weight: var(--e-global-typography-text-font-weight)
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content {
    max-width: 630px
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot,
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-mid {
    background-color: var(--e-global-color-background-light)
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot-inner a {
    border-color: var(--e-global-color-border)
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-popup-content-bot-inner a:hover {
    background-color: var(--e-global-color-primary)
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button {
    min-width: 150px;
    text-align: center;
    background-color: var(--e-global-color-accent);
    padding: 10px 16px
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button:before {
    font-size: 16px;
    font-size: 1rem;
    margin: -5px 8px 0 0
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button:hover {
    background-color: var(--e-global-color-primary)
}

.woosw-popup.woosw-show .woosw-items .woosw-item .woosw-item-inner {
    border-color: var(--e-global-color-border)
}

.widget_product_search {
    position: relative
}

.ajax-search-result {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 30px 0 rgba(0, 0, 0, .1);
    padding: 0 20px;
    z-index: 999;
    max-height: 500px;
    overflow-y: scroll
}

.product-item-search {
    padding: 10px 0;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

.product-item-search .product-link {
    display: flex;
    align-items: center;
    color: var(--e-global-color-lighter)
}

.product-item-search .product-link img {
    width: 60px;
    margin-right: 15px
}

.product-item-search .product-title {
    font-size: 14px;
    font-size: .875rem;
    font-weight: 400;
    margin-bottom: 5px
}

.product-item-search:last-child {
    border-bottom: none
}

.product-item-search .amount {
    font-size: 14px;
    font-size: .875rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-lighter)
}

.product-item-search del+ins .amount {
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-highlight)
}

.aro-canvas-filter {
    position: fixed;
    padding: 30px;
    top: 0;
    left: 0;
    z-index: 10002;
    visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    width: 390px;
    height: 100vh;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

@media (max-width:768px) {
    .aro-canvas-filter {
        width: 330px
    }
}

.aro-canvas-filter::-webkit-scrollbar {
    width: 3px
}

.aro-canvas-filter::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    background-color: #f5f5f5
}

.aro-canvas-filter::-webkit-scrollbar-thumb {
    background-color: #999
}

.aro-canvas-filter .widget_block,
.aro-canvas-filter .widget {
    margin-bottom: 40px;
    padding-bottom: 35px;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px solid var(--e-global-color-border)
}

.aro-canvas-filter .widget_block:last-child,
.aro-canvas-filter .widget:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.aro-overlay-filter {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    transition: opacity .25s ease, visibility 0s ease
}

.off-canvas-active .aro-overlay-filter {
    visibility: visible;
    opacity: 1
}

.off-canvas-active .aro-canvas-filter {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.filter-toggle {
    font-size: 13px;
    font-size: .8125rem;
    color: var(--e-global-color-secondary);
    font-family: var(--e-global-typography-primary-font-family);
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: var(--e-global-typography-primary-text-transform);
    font-style: var(--e-global-typography-primary-font-style);
    text-decoration: var(--e-global-typography-primary-text-decoration);
    line-height: var(--e-global-typography-primary-line-height);
    letter-spacing: var(--e-global-typography-primary-letter-spacing);
    align-items: center;
    justify-content: flex-start;
    background: 0 0;
    margin-left: 20px;
    padding-left: 20px;
    outline: none;
    text-align: center;
    text-transform: uppercase;
    border-left: 1px solid var(--e-global-color-border)
}

.filter-toggle i {
    line-height: inherit;
    margin-right: 6px;
    display: inline-block
}

@media (min-width:1024px) {
    .filter-toggle {
        display: none
    }
}

.aro-full-width-content .filter-toggle {
    display: inline-flex
}

.filter-toggle:focus,
.filter-toggle:hover {
    color: var(--e-global-color-primary)
}

.filter-toggle:focus span:before,
.filter-toggle:hover span:before {
    background-color: var(--e-global-color-primary)
}

.filter-toggle:after {
    content: "";
    border-left: 1px solid;
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
    display: none;
    vertical-align: middle
}

.filter-close {
    display: flex;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 25px;
    font-size: 1.5625rem;
    cursor: pointer
}

@media (min-width:783px) {
    .admin-bar .aro-canvas-filter {
        top: 32px
    }
}

@media (min-width:600px) and (max-width:782px) {
    .admin-bar .aro-canvas-filter {
        top: 46px
    }
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item {
    border-radius: 0
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    padding-top: 7px;
    padding-bottom: 7px;
    height: auto
}

.woo-variation-swatches-stylesheet-enabled.woo-variation-swatches-style-squared .variable-items-wrapper .variable-item.button-variable-item .variable-item-span {
    min-width: 57px
}

.site-header-cart-side {
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: hidden;
    overflow-y: auto;
    width: 300px;
    background-color: #fff;
    transition: transform .25s ease;
    display: flex;
    flex-direction: column;
    right: 0;
    z-index: 999999999;
    transform: translate3d(300px, 0, 0)
}

@media (min-width:1024px) {
    .site-header-cart-side {
        width: 340px;
        transform: translate3d(340px, 0, 0)
    }
}

.site-header-cart-side .cart-side-heading {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    flex-direction: row;
    justify-content: flex-end;
    padding: 15px;
    border-bottom: 1px solid;
    border-bottom-color: var(--e-global-color-border)
}

.site-header-cart-side .cart-side-title {
    flex: 1 1 auto;
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--e-global-color-secondary);
    font-weight: var(--e-global-typography-primary-font-weight)
}

.site-header-cart-side .close-cart-side {
    color: var(--e-global-color-secondary);
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 13px;
    font-size: .8125rem;
    padding-right: 18px;
    position: relative
}

.site-header-cart-side .close-cart-side:before,
.site-header-cart-side .close-cart-side:after {
    content: " ";
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -3px;
    width: 12px;
    height: 2px;
    background-color: var(--e-global-color-secondary);
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
    right: 0;
    transform: rotate(-45deg)
}

.site-header-cart-side .close-cart-side:before {
    transform: rotate(45deg)
}

.site-header-cart-side .close-cart-side:hover:before,
.site-header-cart-side .close-cart-side:hover:after {
    transform: rotate(0)
}

.site-header-cart-side .widget_shopping_cart {
    margin-bottom: 0;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    border: none;
    padding: 0;
    border-radius: 0
}

.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item {
    padding: 15px 30px 15px 15px;
    margin-bottom: 0;
    transition: background-color .3s ease
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item:hover {
    background-color: #f9f9f9
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item a {
    line-height: 1.41575em;
    color: var(--e-global-color-secondary);
    margin-bottom: 3px
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item a:hover {
    color: var(--e-global-color-primary)
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove {
    position: absolute;
    top: 15px;
    margin-bottom: 0;
    transform: translateY(-50%);
    left: unset;
    opacity: 1;
    right: 8px
}

.site-header-cart-side .widget_shopping_cart .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto
}

.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart__total {
    margin-top: auto
}

.site-header-cart-side .widget_shopping_cart .woocommerce-mini-cart-scroll {
    position: relative;
    flex: 1 1 auto;
    overflow-y: auto
}

.site-header-cart-side .widget_shopping_cart .product_list_widget {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    overflow-x: hidden
}

.site-header-cart-side .widget_shopping_cart .product_list_widget li:first-child {
    padding-top: 1em
}

.site-header-cart-side .widget_shopping_cart .product_list_widget li img {
    max-width: 60px
}

.site-header-cart-side .widget_shopping_cart p.total {
    padding: 12px 15px;
    margin: 0;
    border-top: 1px solid;
    border-top-color: var(--e-global-color-border);
    margin-bottom: 5px
}

.site-header-cart-side .widget_shopping_cart p.total .amount {
    font-weight: var(--e-global-typography-primary-font-weight);
    font-size: 18px;
    font-size: 1.125rem;
    color: var(--e-global-color-primary)
}

.site-header-cart-side .widget_shopping_cart p.total strong {
    font-size: 18px;
    font-size: 1.125rem
}

.site-header-cart-side .widget_shopping_cart .buttons a {
    margin-right: 15px;
    margin-left: 15px;
    padding: 10px 20px;
    margin-bottom: 10px;
    border: 0 solid;
    font-size: 13px;
    font-size: .8125rem;
    letter-spacing: .3px;
    text-transform: uppercase;
    background-color: #f7f7f7
}

.site-header-cart-side .widget_shopping_cart .buttons a:hover {
    background-color: #efefef
}

.site-header-cart-side .widget_shopping_cart .buttons a.checkout {
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
    background-color: var(--e-global-color-primary)
}

.site-header-cart-side .widget_shopping_cart .buttons a.checkout:hover {
    background-color: var(--e-global-color-primary)
}

.site-header-cart-side.active {
    transform: none
}

.site-header-cart-side.active+.cart-side-overlay {
    visibility: visible;
    opacity: 1
}

.cart-side-overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 997;
    opacity: 0;
    background-color: rgba(0, 0, 0, .7);
    visibility: hidden;
    transition: opacity .25s ease, visibility 0s ease
}

.aro-dropdown-filter {
    display: none;
    overflow-x: auto;
    width: 100%;
    padding-top: 30px;
    margin-top: 10px;
    margin-bottom: -5px;
    border-top: 1px solid var(--e-global-color-border)
}

.aro-dropdown-filter::-webkit-scrollbar {
    height: 10px
}

.aro-dropdown-filter::-webkit-scrollbar-track {
    border-radius: 0
}

.aro-dropdown-filter::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #fff;
    border-bottom: 1px solid #000
}

@media (max-width:1023px) {
    .aro-dropdown-filter {
        display: none !important
    }
}

.aro-dropdown-filter .widget .wp-block-group__inner-container>h2,
.aro-dropdown-filter .widget .widget-title,
.aro-dropdown-filter .widget .widgettitle {
    font-size: 14px;
    font-size: .875rem;
    line-height: 1.2857142857;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase;
    margin-bottom: 20px;
    color: var(--e-global-color-secondary)
}

.aro-dropdown-filter .widget .wp-block-group__inner-container>h2:before,
.aro-dropdown-filter .widget .widget-title:before,
.aro-dropdown-filter .widget .widgettitle:before {
    content: none
}

.aro-dropdown-filter-wrap {
    display: flex;
    margin-left: -25px;
    margin-right: -25px
}

.aro-dropdown-filter-wrap .widget .widget-content {
    padding-left: 2px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden
}

.aro-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar {
    width: 2px;
    border-radius: 5px
}

.aro-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: #e4e4e4
}

.aro-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 5px
}

.aro-dropdown-filter-wrap div.widget {
    min-width: 33%;
    flex: 1;
    padding-left: 25px;
    padding-right: 25px;
    border: 0;
    margin-bottom: 20px
}

@media (min-width:1290px) {
    .aro-dropdown-filter-wrap div.widget {
        min-width: 20%
    }
}

.aro-dropdown-filter-wrap div.widget .widget-title {
    padding: 0
}

.filter-toggle-dropdown {
    display: none;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-size: .875rem;
    background: 0 0;
    margin-right: 20px;
    outline: none;
    text-align: center;
    line-height: 18px;
    font-weight: var(--e-global-typography-primary-font-weight);
    text-transform: uppercase;
    color: #000
}

.filter-toggle-dropdown i {
    line-height: inherit;
    margin-right: 6px;
    display: inline-block;
    color: var(--e-global-color-primary)
}

.filter-toggle-dropdown:focus,
.filter-toggle-dropdown:hover {
    color: var(--e-global-color-primary)
}

.filter-toggle-dropdown:focus span:before,
.filter-toggle-dropdown:hover span:before {
    background-color: var(--e-global-color-primary)
}

.aro-archive-product-width-wide .col-full {
    max-width: 1680px
}

@media (min-width:1024px) {
    .aro-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
        display: inline-flex
    }
}

@media (min-width:1024px) {
    .aro-full-width-content.shop_filter_dropdown .filter-toggle {
        display: none
    }
}

.quick-shop-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .95);
    transition: transform .3s ease;
    transform: translate3d(0, 103%, 0)
}

.quick-shop-wrapper .quick-shop-form {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-align: center
}

.quick-shop-wrapper .quick-shop-form .woosc-btn,
.quick-shop-wrapper .quick-shop-form .woosw-btn {
    display: none
}

.quick-shop-wrapper .quick-shop-form .variations td {
    text-align: center;
    padding: 5px
}

.quick-shop-wrapper .quick-shop-form .variations td.label label {
    font-size: 13px;
    font-size: .8125rem;
    font-weight: var(--e-global-typography-primary-font-weight);
    color: var(--e-global-color-secondary)
}

.quick-shop-wrapper .quick-shop-form .variable-items-wrapper {
    justify-content: center
}

.quick-shop-wrapper .quick-shop-form table.variations {
    table-layout: fixed;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative
}

.quick-shop-wrapper .quick-shop-form table.variations th,
.quick-shop-wrapper .quick-shop-form table.variations td {
    display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent
}

.quick-shop-wrapper .quick-shop-form table.variations select {
    max-width: 100%;
    vertical-align: middle
}

.quick-shop-wrapper .quick-shop-form table.variations label {
    display: block
}

.quick-shop-wrapper .quick-shop-form table.variations a.reset_variations {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
    margin-left: 0;
    color: #f37070
}

.quick-shop-wrapper .quick-shop-form table.variations td.label label {
    font-size: 16px;
    font-size: 1rem;
    color: var(--e-global-color-text);
    font-weight: var(--e-global-typography-primary-font-weight);
    margin-bottom: 8px
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item {
    box-shadow: none;
    border: 1px solid;
    margin: 0 5px 5px 0;
    width: auto;
    height: auto;
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    border-color: var(--e-global-color-border)
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item:hover,
.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.selected {
    border-color: var(--e-global-color-primary);
    outline: none;
    box-shadow: none
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item .variable-item-span {
    font-size: 14px;
    font-size: .875rem;
    padding: 0 10px;
    color: var(--e-global-color-secondary)
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item {
    border-radius: 50%
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
    border-radius: 50%
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.color-variable-item .variable-item-span:after {
    content: none
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:before {
    display: none
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled:after {
    transform: rotate(-30deg);
    height: 2px;
    background-color: var(--e-global-color-border);
    width: calc(100% + 12px);
    left: -7px;
    box-shadow: none
}

.quick-shop-wrapper .quick-shop-form table.variations td.value ul li.variable-item.disabled .variable-item-span {
    color: var(--e-global-color-text)
}

.quick-shop-wrapper .variations_form {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 0;
    padding-bottom: 15px
}

.quick-shop-wrapper .variations_form:before {
    content: ""
}

.quick-shop-wrapper .variations_form .woocommerce-variation {
    -webkit-animation: none;
    animation: none
}

.quick-shop-wrapper .variations_form .woocommerce-variation-description p {
    margin-bottom: 10px
}

.quick-shop-wrapper .variations_form .woocommerce-variation-price .price,
.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
    margin-right: 5px;
    margin-bottom: 10px !important;
    margin-left: 5px;
    display: block;
    padding-bottom: 0 !important
}

.quick-shop-wrapper .variations_form .woocommerce-variation-availability p.stock {
    display: none !important
}

.quick-shop-wrapper div.quantity {
    display: none !important
}

.quick-shop-wrapper button.single_add_to_cart_button {
    background-color: transparent;
    font-size: 12px;
    font-size: .75rem;
    color: var(--e-global-color-secondary);
    border: 1px solid;
    border-color: var(--e-global-color-secondary);
    padding: 3px 15px
}

.quick-shop-wrapper button.single_add_to_cart_button:hover {
    color: #fff;
    background-color: var(--e-global-color-secondary)
}

.quick-shop-wrapper table.variations {
    margin-bottom: 0
}

.quick-shop-wrapper table.variations .reset_variations {
    bottom: -30px;
    margin-left: 0;
    text-decoration: underline;
    font-size: 13px;
    font-size: .8125rem;
    color: var(--e-global-color-lighter)
}

.quick-shop-wrapper table.variations .reset_variations:before {
    content: none
}

.quick-shop-wrapper .variation-swatch-selected .variations {
    margin-bottom: 40px
}

.quick-shop-wrapper .quick-shop-close {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 5;
    height: 30px;
    opacity: 0;
    transition: opacity .2s ease 0s
}

.quick-shop-wrapper .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 24px;
    height: 24px;
    box-shadow: 0 0 0 1px var(--e-global-color-border)
}

.quick-shop-shown .quick-shop-wrapper {
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transform: translate3d(0, 0, 0)
}

.quick-shop-shown .quick-shop-close {
    opacity: 1;
    transition: all .25s ease .35s;
    padding-right: 16px
}

.loading-quick-shop .product-transition:after {
    animation: fa-spin .75s linear infinite;
    height: 20px;
    width: 20px;
    line-height: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    display: block;
    color: var(--e-global-color-secondary);
    z-index: 10
}

.loading-quick-shop .product-transition .woocommerce-loop-product__link {
    background-color: rgba(255, 255, 255, .95)
}

.cross-button {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 30px
}

.cross-button:after,
.cross-button:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    margin-top: -1px;
    width: 12px;
    height: 2px;
    background-color: #000;
    transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out
}

.cross-button:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cross-button:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cross-button:hover:after,
.cross-button:hover:before {
    -webkit-transform: rotate(0);
    transform: rotate(0)
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.woocommerce-breadcrumb {
    margin-bottom: 20px
}

.breadcrumb-wrap {
    display: var(--page-title-display)
}

.home .main-breadcrumb {
    display: none
}

.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%;
    /*overflow:auto;*/
    border-color: black;
}

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

.home-free .logo-free {
    position: absolute;
    top: -21px;
    left: 30px
}

.home-free .logo-free svg {
    width: 78px !important
}

.home-free .hfe-site-logo-container {
    position: relative
}

.elementor-widget-site-logo.icon-logo-theme-aro .hfe-site-logo-container {
    position: relative
}

.elementor-widget-site-logo.icon-logo-theme-aro .hfe-site-logo-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -8px;
    bottom: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: var(--primary)
}

.elementor-widget-site-logo.icon-logo-theme-aro.white .hfe-site-logo-container {
    position: relative
}

.elementor-widget-site-logo.icon-logo-theme-aro.white .hfe-site-logo-container:before {
    content: "";
    display: inline-block;
    position: absolute;
    right: -8px;
    bottom: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #fff
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-threads:before {
    content: "\e9cb"
}

.fa-threads-square:before {
    content: "\e9cc"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-x-twitter:before {
    content: "\e9ca"
}

.fa-x-twitter-square:before {
    content: "\e9c9"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}



.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important
}

@media screen and (max-height:1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
}

@media screen and (max-height:640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important
    }
}

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: fallback;
    src: url('https:wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
    font-stretch: normal
}

@font-face {
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('https:wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2')
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

body.wc-block-product-gallery-modal-open {
    overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: 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;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    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 .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .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,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

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

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .7;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under;
    transition: all .2s ease-in-out
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1;
    text-decoration: none
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
    margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #007cba
}

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

/*! elementor - v3.24.0 - 01-10-2024 */

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #69727d;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #69727d;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

/*! elementor - v3.24.0 - 01-10-2024 */

.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

/*! elementor - v3.24.0 - 01-10-2024 */

.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: #69727d; */
    /* 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: #69727d
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin,
.elementor-social-icon-linkedin-in {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-threads {
    background-color: #000
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #dd2430
}

.elementor-social-icon-weixin {
    background-color: #31a918
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-x-twitter {
    background-color: #000
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.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(wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.eot?5510888);
    src: url(wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.eot?5510888#iefix) format('embedded-opentype'), url(wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.woff?5510888) format('woff'), url(wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.ttf?5510888) format('truetype'), url(wp-content/plugins/revslider/sr6/assets/css/../fonts/revicons/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
    overflow: hidden !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(wp-content/plugins/revslider/sr6/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(wp-content/plugins/revslider/sr6/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    rs-carousel-wrap rs-layer-wrap,
    rs-carousel-wrap rs-loop-wrap {
        backface-visibility: hidden;
        transform-style: preserve-3d
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {
    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative;
    left: auto;
    top: auto;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom-width: 0 !important;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top-width: 0 !important;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    border-top-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    border-bottom-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }
    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile.png)
}

rs-dotted.twoxtwowhite {
    background: url(wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_white.png)
}

rs-dotted.threexthree {
    background: url(wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_3x3.png)
}

rs-dotted.threexthreewhite {
    background: url(wp-content/plugins/revslider/sr6/assets/css/../assets/gridtile_3x3_white.png)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }
    15% {
        opacity: 1;
        top: 70%
    }
    50% {
        opacity: 0;
        top: 70%
    }
    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(wp-content/plugins/revslider/sr6/assets/css/../assets/coloredbg.png) repeat
}

.rs-layer.slidelink a span {
    background: url(wp-content/plugins/revslider/sr6/assets/css/../assets/coloredbg.png) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(wp-content/plugins/revslider/sr6/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(wp-content/plugins/revslider/sr6/assets/css/../assets/loader.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }
    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

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

@keyframes tp-bounce {
    0%,
    100% {
        transform: scale(0)
    }
    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
    pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rs-safari .willow:after {
    background-color: rgba(100, 0, 0, .2)
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .willow {
            filter:grayscale(1) contrast(.95) brightness(.9)
        }
        .willow:after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }
    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }
    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {
    0%,
    100% {
        -webkit-transform: scale(0)
    }
    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }
    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {
    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {
    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {
    0%,
    100% {
        transform: translate(0)
    }
    25% {
        transform: translate(160%)
    }
    50% {
        transform: translate(160%, 160%)
    }
    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {
    0%,
    100% {
        -webkit-transform: translate(0)
    }
    25% {
        -webkit-transform: translate(160%)
    }
    50% {
        -webkit-transform: translate(160%, 160%)
    }
    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }
    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }
    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }
    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }
    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }
    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }
    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }
    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}

#rs-demo-id {}