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
}

.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-media-text,
.editor-styles-wrapper .wp-block-media-text {
        margin-bottom: 15px
}

.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 .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
        color: #fff;
        background-color: var(--e-global-color-primary)
}

.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-button.is-style-outline .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button.is-style-outline .wp-block-button__link:hover {
        color: #fff;
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

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

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

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

.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(.bokifa-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-2 li,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-3 li,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-4 li,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-5 li,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-latest-posts.columns-6 li,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-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: 0;
        overflow: hidden;
        position: relative;
        padding: 0;
        border-radius: 0
}

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

.hentry .entry-content .wp-block-pullquote blockquote p,
.editor-styles-wrapper .wp-block-pullquote blockquote p {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        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: none;
        overflow: hidden;
        position: relative;
        border-radius: 10px
}

.hentry .entry-content .wp-block-quote,
.hentry .entry-content blockquote,
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper blockquote {
        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);
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        color: var(--e-global-color-dark);
        padding: 37px 80px 37px 135px;
        border: 1px solid var(--e-global-color-border);
        letter-spacing: 0;
        border-radius: 5px;
        background-color: transparent;
        margin-bottom: 37px;
        margin-top: -5px;
        max-width: 100%;
        overflow: hidden;
        text-align: left
}

@media (max-width:568px) {

        .hentry .entry-content .wp-block-quote,
        .hentry .entry-content blockquote,
        .editor-styles-wrapper .wp-block-quote,
        .editor-styles-wrapper blockquote {
                padding: 90px 15px 30px
        }
}

@media (max-width:767px) {

        .hentry .entry-content .wp-block-quote,
        .hentry .entry-content blockquote,
        .editor-styles-wrapper .wp-block-quote,
        .editor-styles-wrapper blockquote {
                font-size: 20px;
                font-size: 1.25rem;
                line-height: 1.5
        }
}

.hentry .entry-content .wp-block-quote:before,
.hentry .entry-content blockquote:before,
.editor-styles-wrapper .wp-block-quote:before,
.editor-styles-wrapper blockquote:before {
        left: 15px
}

.hentry .entry-content .wp-block-quote .blockquote-bottom,
.hentry .entry-content blockquote .blockquote-bottom,
.editor-styles-wrapper .wp-block-quote .blockquote-bottom,
.editor-styles-wrapper blockquote .blockquote-bottom {
        display: flex;
        justify-content: center
}

.hentry .entry-content .wp-block-quote .blockquote-bottom cite,
.hentry .entry-content blockquote .blockquote-bottom cite,
.editor-styles-wrapper .wp-block-quote .blockquote-bottom cite,
.editor-styles-wrapper blockquote .blockquote-bottom cite {
        display: grid;
        z-index: 2;
        font-style: normal;
        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);
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: capitalize;
        line-height: 18px;
        position: relative;
        width: auto;
        padding: 0;
        align-self: center;
        text-align: start
}

.hentry .entry-content .wp-block-quote .blockquote-bottom cite .name,
.hentry .entry-content blockquote .blockquote-bottom cite .name,
.editor-styles-wrapper .wp-block-quote .blockquote-bottom cite .name,
.editor-styles-wrapper blockquote .blockquote-bottom cite .name {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 18px;
        display: inline-block;
        text-transform: capitalize;
        margin-bottom: 6px;
        color: #fff
}

.hentry .entry-content .wp-block-quote .blockquote-bottom cite .job,
.hentry .entry-content blockquote .blockquote-bottom cite .job,
.editor-styles-wrapper .wp-block-quote .blockquote-bottom cite .job,
.editor-styles-wrapper blockquote .blockquote-bottom cite .job {
        display: inline-block;
        color: #fff;
        opacity: .6;
        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);
        text-transform: uppercase;
        line-height: 14px
}

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

.hentry .entry-content .wp-block-quote .blockquote-bottom .imges-bottom img,
.hentry .entry-content blockquote .blockquote-bottom .imges-bottom img,
.editor-styles-wrapper .wp-block-quote .blockquote-bottom .imges-bottom img,
.editor-styles-wrapper blockquote .blockquote-bottom .imges-bottom img {
        border-radius: 50%;
        margin: 0 16px 0 0
}

.hentry .entry-content .wp-block-quote p,
.hentry .entry-content blockquote p,
.editor-styles-wrapper .wp-block-quote p,
.editor-styles-wrapper blockquote p {
        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: 28px;
        font-size: 1.75rem;
        line-height: 1.214285;
        color: var(--e-global-color-dark);
        margin: 0;
        text-align: left
}

@media (max-width:568px) {

        .hentry .entry-content .wp-block-quote p,
        .hentry .entry-content blockquote p,
        .editor-styles-wrapper .wp-block-quote p,
        .editor-styles-wrapper blockquote p {
                font-size: 24px;
                font-size: 1.5rem
        }
}

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

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

.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;
        z-index: 2;
        font-style: normal;
        color: var(--e-global-color-dark);
        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;
        text-transform: uppercase;
        line-height: 1.6666666667;
        position: relative;
        margin-top: 18px;
        padding-left: 30px;
        text-align: left
}

.hentry .entry-content .wp-block-quote cite:before,
.hentry .entry-content blockquote cite:before,
.editor-styles-wrapper .wp-block-quote cite:before,
.editor-styles-wrapper blockquote cite:before {
        content: "";
        position: absolute;
        width: 20px;
        height: 2px;
        background-color: var(--e-global-color-secondary);
        top: 50%;
        transform: translateY(-50%);
        left: 0
}

.hentry .entry-content .wp-block-quote cite span,
.hentry .entry-content blockquote cite span,
.editor-styles-wrapper .wp-block-quote cite span,
.editor-styles-wrapper blockquote cite span {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        line-height: 1.571428;
        color: var(--e-global-color-lighter)
}

.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-column .wp-block-quote,
.editor-styles-wrapper .wp-block-column .wp-block-quote {
        padding: 40px 15px 35px 90px
}

.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.wp-block-cover:last-child,
.hentry .entry-content .wp-block-cover-image.wp-block-cover:last-child,
.editor-styles-wrapper .wp-block-cover.wp-block-cover:last-child,
.editor-styles-wrapper .wp-block-cover-image.wp-block-cover:last-child {
        margin-bottom: 15px
}

.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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-2 .blocks-gallery-item:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-2 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-3 .blocks-gallery-item:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-3 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-4 .blocks-gallery-item:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-4 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-5 .blocks-gallery-item:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-5 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-6 .blocks-gallery-item:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-6 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-7 .blocks-gallery-item:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-7 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-gallery.columns-8 .blocks-gallery-item:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-gallery.columns-8 .blocks-gallery-image:last-child,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column {
                padding-right: 4.347826087%
        }

        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:nth-of-type(even),
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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(.bokifa-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column,
        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .editor-styles-wrapper .wp-block-columns .wp-block-column {
                padding-right: 0
        }

        body:not(.page-template-template-fullwidth-php):not(.bokifa-full-width-content) .hentry .entry-content .wp-block-columns .wp-block-column:not(:last-child),
        body:not(.page-template-template-fullwidth-php):not(.bokifa-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: #404040
}

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

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

.bokifa-icons-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-left: -1em;
        margin-right: -1em
}

.bokifa-icons-list .glyph {
        display: inline-block;
        width: 9em;
        margin: 1em;
        text-align: center;
        vertical-align: top;
        border: 1px solid #eee;
        background-color: #f7f7f7
}

.bokifa-icons-list .class-name {
        color: #223645;
        padding: 10px
}

.bokifa-icons-list [class*=bokifa-icon] {
        padding: 20px;
        display: block;
        font-size: 36px;
        line-height: 1;
        color: #223645;
        background: #fff
}

body.custom-background.page-id-2084 {
        background: #f0f5fb
}

/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/
.rs-p-wp-fix {
        display: none !important;
        margin: 0 !important;
        height: 0 !important
}

body {
        --sr-7-css-loaded: 1
}

.wp-block-themepunch-revslider {
        position: relative
}

.wp-block-themepunch-revslider.revslider {
        margin: 0
}

canvas.sr7-pbar {
        z-index: 500;
        position: absolute;
        pointer-events: none
}

sr7-module {
        display: block;
        position: relative;
        overflow-x: visible
}

sr7-adjuster {
        position: relative;
        display: block;
        width: 100%
}

sr7-content {
        position: absolute;
        top: 0;
        height: 100%;
        contain: size layout style;
        z-index: 1;
        overflow-x: visible
}

sr7-carousel {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1
}

sr7-slide {
        position: absolute;
        width: 100%;
        height: 100%;
        contain: strict;
        top: 0;
        left: 0;
        z-index: 1;
        visibility: hidden;
        pointer-events: none
}

.sr7-overflow-force sr7-slide,
sr7-carousel sr7-slide {
        contain: layout style
}

sr7-module-bg {
        top: 0;
        z-index: 0;
        position: absolute
}

sr7-3dwrap {
        pointer-events: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2
}

sr7-overlay {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 3;
        background-repeat: repeat
}

sr7-btn,
sr7-col,
sr7-content .sr7-layer,
sr7-grp,
sr7-img,
sr7-layer,
sr7-linebrk,
sr7-row,
sr7-shp,
sr7-svg,
sr7-txt,
sr7-zone {
        user-select: none;
        visibility: hidden;
        display: none;
        box-sizing: border-box;
        backface-visibility: hidden
}

.sr7-layer[data-subtype=slidebg],
sr7bg {
        pointer-events: none
}

sr7-content .sr7-layer.sr7-withclip,
sr7-content .sr7-layer.sr7-withclip .sr7-layer {
        backface-visibility: visible
}

sr7-grp.sr7-clear:after {
        content: "";
        clear: both;
        display: block;
        height: 0
}

sr7-zone {
        pointer-events: none
}

sr7-row.sr7-layer.sr7-galign {
        box-sizing: border-box
}

.sr7-layer[data-type=svg]>svg,
sr7-layer[data-type=svg]>svg {
        width: 100%;
        height: 100%
}

sr7-row-con {
        table-layout: fixed;
        font-size: 0;
        display: block
}

sr7-module .sr7-layer,
sr7-module sr7-layer {
        -webkit-font-smoothing: antialiased !important;
        -webkit-tap-highlight-color: transparent;
        -moz-osx-font-smoothing: grayscale;
        font-display: swap
}

sr7-slide.sr7-staticslide-low {
        z-index: 0 !important
}

sr7-slide.sr7-staticslide-high {
        z-index: 105 !important
}

sr7-slide a {
        transition: none
}

sr7-module.sr7-top-fixed {
        width: 100%;
        height: auto !important;
        backface-visibility: hidden
}

sr7-module.sr7-top-fixed sr7-adjuster {
        height: auto !important
}

sr7-module.sr7-top-fixed sr7-content,
sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) * {
        pointer-events: none
}

sr7-prl {
        top: 50%;
        left: 50%;
        z-index: 10000;
        position: absolute
}

sr7-prl.off {
        display: none !important
}

sr7-prl.sr7-fade-in {
        animation: tp-fade-in 1s linear
}

.sr-force-hidden {
        display: none !important
}

@keyframes tp-rotateplane {
        0% {
                transform: perspective(120px) rotateX(0) rotateY(0)
        }

        50% {
                transform: perspective(120px) rotateX(-180.1deg) rotateY(0)
        }

        100% {
                transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
        }
}

@keyframes tp-fade-in {
        0% {
                opacity: 0
        }

        20% {
                opacity: 0
        }

        100% {
                opacity: 100
        }
}

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

sr7-fonttest {
        width: auto;
        display: inline-block;
        white-space: nowrap;
        font-size: 12px;
        color: #000
}

sr7-fonttest-wrap {
        position: absolute;
        contain: strict;
        top: -1500px;
        left: -1500px;
        width: 1500px;
        height: 1000px;
        pointer-events: none;
        opacity: 0
}

.fn-wrap {
        display: flex;
        position: fixed;
        width: 100px;
        height: 50px;
        z-index: 100;
        background-color: rgba(66, 66, 66, .2);
        justify-content: space-around;
        align-items: center;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%)
}

.fn-left,
.fn-right {
        display: flex;
        width: 40px;
        height: 40px;
        justify-content: center;
        align-items: center;
        background-color: gray;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        cursor: pointer
}

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

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

/*! elementor - v3.24.0 - 15-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 - 15-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 - 15-10-2024 */
.elementor-widget-n-accordion {
        --n-accordion-title-font-size: 20px;
        --n-accordion-title-flex-grow: initial;
        --n-accordion-title-justify-content: initial;
        --n-accordion-title-icon-order: -1;
        --n-accordion-border-width: 1px;
        --n-accordion-border-color: #d5d8dc;
        --n-accordion-border-style: solid;
        --n-accordion-item-title-flex-grow: initial;
        --n-accordion-item-title-space-between: 0px;
        --n-accordion-item-title-distance-from-content: 0px;
        --n-accordion-padding: 10px;
        --n-accordion-border-radius: 0px;
        --n-accordion-icon-size: 15px;
        --n-accordion-title-normal-color: #1f2124;
        --n-accordion-title-hover-color: #1f2124;
        --n-accordion-title-active-color: #1f2124;
        --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
        --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
        --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
        --n-accordion-icon-gap: 0 10px;
        width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
        display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
        display: flex;
        flex-direction: column;
        position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
        margin-block-end: var(--n-accordion-item-title-space-between)
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
        border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding: var(--n-accordion-padding);
        justify-content: var(--n-accordion-title-justify-content);
        border-radius: var(--n-accordion-border-radius);
        flex-grow: var(--n-menu-title-flex-grow);
        gap: var(--n-accordion-icon-gap);
        color: var(--n-accordion-title-normal-color);
        align-items: center;
        cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
        display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
        margin-block-start: 0;
        margin-block-end: 0
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
        font-size: var(--n-accordion-title-font-size);
        align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        order: var(--n-accordion-title-icon-order);
        position: relative;
        width: -moz-fit-content;
        width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
        height: var(--n-accordion-icon-size);
        width: auto
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
        color: var(--n-accordion-icon-normal-color);
        font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
        fill: var(--n-accordion-icon-normal-color);
        height: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
        cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
        margin-block-end: var(--n-accordion-item-title-distance-from-content);
        color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
        display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
        display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
        color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
        fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
        color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
        color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
        fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
        display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
        display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
        fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
        color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
        cursor: pointer
}

.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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-compare/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.eot#iefix) format('embedded-opentype'), url(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.ttf) format('truetype'), url(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-quick-view/assets/libs/feather/fonts/feather.woff) format('woff'), url(//demo2.themelexus.com/bokifa/wp-content/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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-quick-view/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-quick-view/assets/css/../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(//demo2.themelexus.com/bokifa/wp-content/plugins/woo-smart-quick-view/assets/css/../images/close-dark.svg)
        }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@charset "UTF-8";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.woosw-popup table {
        margin: 0
}

.woosw-popup .woosw-popup-content-mid:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 7;
        background-color: rgba(255, 255, 255, .7);
        opacity: 0;
        visibility: hidden
}

.woosw-popup .woosw-popup-content-mid:after {
        width: 32px;
        height: 32px;
        display: block;
        margin-top: -16px;
        margin-left: -16px;
        content: "";
        background-image: url(../../../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
}

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

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

.wpcbn-disabled {
        opacity: .5 !important;
        cursor: not-allowed !important
}

div.wpcbn-hide-atc .single_add_to_cart_button:not(.wpcbn-btn),
li.wpcbn-hide-atc .add_to_cart_button:not(.wpcbn-btn) {
        display: none !important
}

.wpcbn-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: 99999998;
        opacity: 0;
        visibility: hidden
}

.wpcbn-area {
        font-size: 14px;
        padding: 0;
        height: 100%;
        max-height: 100%;
        z-index: 99999999;
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: 0;
        right: 0;
        width: 90%;
        max-width: 460px;
        box-sizing: border-box;
        -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
}

body.wpcbn-show .wpcbn-overlay {
        opacity: 1;
        visibility: visible
}

body.wpcbn-show .wpcbn-area {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
}

.wpcbn-area.wpcbn-area-left {
        top: 0;
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
}

.wpcbn-area.wpcbn-area-top {
        top: -100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
}

.wpcbn-area.wpcbn-area-top .wpcbn-inner {
        max-height: 80%
}

body.wpcbn-show .wpcbn-area.wpcbn-area-top {
        top: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
}

.wpcbn-area.wpcbn-area-bottom {
        top: auto;
        bottom: -100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
}

.wpcbn-area.wpcbn-area-bottom .wpcbn-inner {
        max-height: 80%;
        bottom: 0
}

body.wpcbn-show .wpcbn-area.wpcbn-area-bottom {
        top: auto;
        bottom: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
}

.wpcbn-area.wpcbn-area-center {
        top: -50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
}

.wpcbn-area.wpcbn-area-center .wpcbn-inner {
        max-height: 80%;
        top: 50%;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0)
}

body.wpcbn-show .wpcbn-area.wpcbn-area-center {
        top: 0;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
}

.wpcbn-area.wpcbn-loading .wpcbn-inner:before {
        width: 32px;
        height: 32px;
        display: block;
        margin-top: -16px;
        margin-left: -16px;
        content: '';
        background-image: url(../../../plugins/wpc-buy-now-button/assets/images/curve.svg);
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 8;
        -webkit-animation: wpcbn-spinner 1s linear infinite;
        -moz-animation: wpcbn-spinner 1s linear infinite;
        -ms-animation: wpcbn-spinner 1s linear infinite;
        -o-animation: wpcbn-spinner 1s linear infinite;
        animation: wpcbn-spinner 1s linear infinite
}

.wpcbn-inner {
        width: 100%;
        max-width: 460px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        display: flex;
        flex-direction: column
}

.wpcbn-area>div {
        align-self: stretch
}

.wpcbn-area * {
        box-sizing: border-box
}

.wpcbn-inner {
        background-color: #fff !important;
        background-image: none !important
}

.wpcbn-inner:after {
        display: none !important
}

.wpcbn-inner.wpcbn-inner-loading:before {
        color: #222 !important
}

.wpcbn-inner.wpcbn-inner-loading:after {
        background-color: rgba(255, 255, 255, .7) !important
}

.wpcbn-inner .wpcbn-inner-mid {
        height: 100%;
        max-height: 100%;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto
}

.wpcbn-area form.checkout {
        display: flex;
        flex-direction: column;
        margin-bottom: 0 !important
}

.wpcbn-area form.checkout>*,
.wpcbn-area form.checkout .row>* {
        width: 100% !important;
        max-width: 100% !important;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        flex: 0 0 auto !important
}

.wpcbn-checkout-form {
        padding: 20px
}

.wpcbn-inner .wpcbn-inner-top {
        height: 48px;
        line-height: 48px;
        padding: 0 20px;
        color: #222;
        font-weight: 700;
        background-color: #eee;
        text-transform: uppercase;
        position: relative
}

.wpcbn-inner .wpcbn-inner-top .wpcbn-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(//demo2.themelexus.com/bokifa/wp-content/plugins/wpc-buy-now-button/assets/css/../images/close-dark.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 14px
}

.wpcbn-inner .wpcbn-inner-mid {
        flex-grow: 1
}

@charset "UTF-8";

/*!
Theme Name:   Bokifa
Theme URI:    http://demo2.themelexus.com/bokifa/
Author:       Themelexus
Author URI:   http://themelexus.com/
Description:  Bokifa is the perfect WooCommerce theme for online bookstores, offering a refined design with comprehensive features.
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  bokifa
Tested up to: 6.6.2
Requires PHP: 5.6.20
Tags:         bookstore, traditional books, ebooks, audiobooks, online shopping, woocommerce, responsive design, clean layout, modern aesthetics, user-friendly, book reviews, category management, author profiles, search functionality, customer engagement
*/
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: #027a36;
        --e-global-color-secondary: #000;
        --e-global-color-text: #404040;
        --e-global-color-accent: #000;
        --e-global-color-lighter: #9a9a9a;
        --e-global-color-dark: #000;
        --e-global-color-border: #e2e2e2;
        --e-global-color-backgroundfield: #f9f5f0;
        --e-global-typography-primary-font-family: Fraunces, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, serif;
        --e-global-typography-primary-font-weight: 300;
        --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.1;
        --e-global-typography-secondary-font-family: Fraunces, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, serif;
        --e-global-typography-secondary-font-weight: 300;
        --e-global-typography-secondary-text-transform: normal;
        --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.1;
        --e-global-typography-text-font-family: Manrope, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
        --e-global-typography-text-font-weight: 400;
        --e-global-typography-text-size: 16px;
        --e-global-typography-text-text-transform: normal;
        --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.625;
        --e-global-typography-accent-font-family: Manrope, HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;
        --e-global-typography-accent-font-weight: 700;
        --e-global-typography-accent-size: 14px;
        --e-global-typography-accent-text-transform: capitalize;
        --e-global-typography-accent-font-style: normal;
        --e-global-typography-accent-text-decoration: none;
        --e-global-typography-accent-letter-spacing: 0;
        --e-global-typography-accent-line-height: 1.428571;
        --e-global-grid-column-gap: 30px;
        --e-global-grid-row-gap: 40px;
        --grid-column-gap: 30px;
        --grid-row-gap: 40px;
        --e-global-column-to-show: 4
}

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 {
        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-text);
        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-dark);
        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
}

.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: 74px;
        font-size: 4.625rem;
        line-height: 80px
}

h2,
.beta {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 66px
}

h3,
.gamma {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 50px
}

h4,
.delta {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 40px
}

h5 {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 32px
}

h6 {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px
}

.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-secondary-font-weight)
}

dd {
        margin: 0 0 1.41577975em
}

b,
strong {
        font-weight: var(--e-global-typography-secondary-font-weight)
}

dfn,
cite,
em,
i {
        font-style: italic
}

blockquote {
        font-size: 38px;
        font-size: 2.375rem;
        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: 42px;
        color: var(--e-global-color-dark);
        padding: 45px 80px;
        font-style: italic;
        border: none;
        letter-spacing: 0;
        border-left: 0;
        background-color: #f9f5f0;
        margin: 0 0 30px;
        max-width: 100%
}

@media (max-width:767px) {
        blockquote {
                padding: 0 15px
        }
}

blockquote p {
        position: relative;
        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-dark);
        margin-bottom: 1em
}

blockquote p:first-child:before {
        color: var(--e-global-color-primary);
        font-style: normal;
        font-size: 20px;
        font-size: 1.25rem;
        position: absolute;
        top: 0;
        left: -60px;
        text-shadow: none;
        z-index: -1
}

blockquote p:last-child {
        margin-bottom: 0
}

blockquote span {
        font-weight: var(--e-global-typography-secondary-font-weight);
        font-size: 15px;
        font-size: .9375rem;
        line-height: 25px;
        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-dark);
        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
}

.bokifa-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: 80px;
        margin-bottom: 80px;
        z-index: 1;
        position: relative;
        padding-left: 15px;
        padding-right: 15px
}

@media (min-width:768px) {
        #page .site-content {
                padding-left: 30px;
                padding-right: 30px
        }
}

@media (max-width:768px) {
        #page .site-content {
                margin-bottom: 60px;
                margin-top: 60px
        }
}

@media (max-width:767px) {
        #page .site-content {
                margin-top: 60px;
                margin-bottom: 60px
        }
}

body.elementor-page #page .site-content {
        padding-left: 0;
        padding-right: 0
}

body.woocommerce-shop #page .site-content {
        margin-top: 80px;
        margin-bottom: 120px
}

@media (max-width:768px) {
        body.woocommerce-shop #page .site-content {
                margin-top: 80px;
                margin-bottom: 80px
        }
}

@media (max-width:767px) {
        body.woocommerce-shop #page .site-content {
                margin-top: 60px;
                margin-bottom: 60px
        }
}

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.home #page .bokifa-breadcrumb,
body.error404 #page .bokifa-breadcrumb {
        display: none
}

.col-full {
        max-width: 1530px;
        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
}

.col-full .bokifa-elementor-content.entry-content {
        display: grid;
        justify-content: center
}

.col-full .bokifa-elementor-content.entry-content [data-elementor-type=wp-page] {
        width: 100vw
}

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
        margin-bottom: 0
}

.container {
        max-width: 1530px;
        margin-left: auto;
        margin-right: auto
}

.container:before,
.container:after {
        content: "";
        display: table
}

.container:after {
        clear: both
}

.container:after {
        content: " ";
        display: block;
        clear: both
}

.d-none {
        display: none
}

.container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1530px
}

@media (min-width:768px) and (max-width:1530px) {
        .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
}

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

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

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

@media (max-width:375px) {
        .site-branding .site-title {
                font-size: 24px;
                font-size: 1.5rem
        }
}

.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;
        z-index: 100;
        visibility: hidden;
        margin-top: 15px;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(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
}

.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 {
        border-width: 1px;
        padding: 15px;
        width: 100%
}

.site-header-account .account-dropdown input:not(.btn-slip-effect),
.site-header-account .account-dropdown button:not(.btn-slip-effect) {
        line-height: normal !important
}

.site-header-account .account-dropdown button {
        text-transform: uppercase;
        justify-content: center
}

.site-header-account .account-dropdown button:hover {
        border: 1px solid var(--e-global-color-accent)
}

.site-header-account .account-dropdown .account-wrap {
        display: block !important;
        position: relative;
        background-color: #fff;
        box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
        border: 0;
        border-radius: 10px
}

.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 .bokifa-login-form-ajax {
        margin-bottom: 5px
}

.site-header-account .account-dropdown .account-inner {
        width: 320px;
        padding: 15px;
        max-height: 500px;
        overflow: auto
}

.site-header-account .account-dropdown .account-inner.dashboard {
        width: 210px;
        padding: 15px 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;
        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: 14px;
        font-size: .875rem;
        font-weight: 500;
        line-height: 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 30px
}

.site-header-account .account-links-menu li a:after,
.site-header-account .account-dashboard li a:after {
        font-size: 8px;
        font-size: .5rem;
        opacity: 0;
        visibility: hidden;
        padding-right: 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
}

.site-header-account .account-links-menu li a:hover,
.site-header-account .account-dashboard li a:hover {
        color: var(--e-global-color-primary)
}

.site-header-account .account-links-menu li a:hover:after,
.site-header-account .account-dashboard li a:hover:after {
        opacity: 1;
        visibility: visible;
        padding-right: 0
}

@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: 23px;
        font-size: 1.4375rem;
        color: var(--e-global-color-dark)
}

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

.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;
        visibility: visible;
        z-index: 999;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        box-shadow: 0 4px 30px rgba(0, 0, 0, .08)
}

.header-group-action .site-header-account a i {
        font-size: 23px;
        font-size: 1.4375rem;
        color: var(--e-global-color-dark)
}

.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: 23px;
        font-size: 1.4375rem;
        color: var(--e-global-color-dark);
        margin-top: 2px
}

.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;
        font-size: 10px;
        font-size: .625rem;
        font-weight: 700;
        text-align: center;
        position: absolute;
        top: 1px;
        right: -10px;
        letter-spacing: 0;
        color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        background-color: #ee440e;
        border-radius: 50%
}

.header-group-action .site-header-cart .cart-contents:before {
        font-size: 23px;
        font-size: 1.4375rem;
        color: var(--e-global-color-dark)
}

.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;
        font-size: 12px;
        font-size: .75rem;
        font-weight: 600;
        text-align: center;
        position: absolute;
        top: 0;
        right: -12px;
        letter-spacing: 0;
        background-color: #ee440e;
        color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        border-radius: 50%
}

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

@media (max-width:1023px) {
        .header-1 .header-right {
                display: none
        }
}

.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: 30px
        }
}

.header-1 .site-branding img {
        width: 126px
}

@media (max-width:1120px) {
        .header-1 .order-wrap {
                display: none
        }
}

@media (min-width:1024px) {
        body.bokifa-header-side {
                width: calc(100vw - 350px);
                max-width: calc(100vw - 350px);
                margin-left: auto
        }

        body.bokifa-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;
        pointer-events: none;
        background-color: rgba(0, 0, 0, .7);
        visibility: hidden;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-transition: opacity .3s cubic-bezier(0, .35, .25, 1), visibility .3s cubic-bezier(0, .35, .25, 1);
        -o-transition: opacity .3s cubic-bezier(0, .35, .25, 1), visibility .3s cubic-bezier(0, .35, .25, 1);
        -moz-transition: opacity .3s cubic-bezier(0, .35, .25, 1), visibility .3s cubic-bezier(0, .35, .25, 1);
        -webkit-transition: opacity .3s cubic-bezier(0, .35, .25, 1), visibility .3s cubic-bezier(0, .35, .25, 1);
        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;
        visibility: hidden;
        pointer-events: none;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s
}

.site-search-popup.active {
        visibility: visible;
        pointer-events: auto
}

.site-search-popup.active .site-search-popup-wrap .site-search {
        visibility: visible;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-transition: opacity .3s ease-in-out .3s, visibility .3s ease-in-out .3s;
        -o-transition: opacity .3s ease-in-out .3s, visibility .3s ease-in-out .3s;
        -moz-transition: opacity .3s ease-in-out .3s, visibility .3s ease-in-out .3s;
        -webkit-transition: opacity .3s ease-in-out .3s, visibility .3s ease-in-out .3s;
        transition: opacity .3s ease-in-out .3s, visibility .3s ease-in-out .3s
}

.site-search-popup.active+.site-search-popup-overlay {
        opacity: .5;
        -ms-opacity: .5;
        -o-opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        filter: alpha(opacity=50);
        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 15px;
        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.woocommerce-product-search:before {
        display: none
}

.site-search-popup .site-search-popup-wrap .site-search {
        display: block;
        width: 100%;
        position: relative;
        visibility: hidden;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        -moz-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
        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
        }
}

.bokifa-mobile-nav {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        width: 330px;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 9999;
        overflow: hidden;
        overflow-y: auto;
        background-color: #fff;
        transition: transform .25s ease;
        -webkit-transform: translate3d(330px, 0, 0);
        transform: translate3d(330px, 0, 0)
}

.mobile-nav-active .bokifa-mobile-nav {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
}

.admin-bar .bokifa-mobile-nav {
        top: 46px
}

@media (min-width:783px) {
        .admin-bar .bokifa-mobile-nav {
                top: 32px
        }
}

@media (min-width:601px) and (max-width:782px) {
        .admin-bar .bokifa-mobile-nav {
                top: 46px
        }
}

.bokifa-mobile-nav .search-form {
        margin-top: 1em
}

.bokifa-mobile-nav .bokifa-social {
        border-top: 1px solid var(--e-global-color-border);
        padding: .5em;
        margin-top: 1rem
}

body .bokifa-mobile-nav .bokifa-social ul li a:before {
        color: #fff
}

.bokifa-mobile-nav .bokifa-language-switcher-mobile {
        display: none;
        line-height: 0;
        padding: 0 30px
}

.bokifa-mobile-nav .bokifa-language-switcher-mobile .menu {
        list-style: none;
        margin: 0;
        padding: 10px 0;
        border-top: 1px solid;
        border-top-color: var(--e-global-color-border)
}

.bokifa-mobile-nav .bokifa-language-switcher-mobile .item {
        display: inline-block;
        margin-bottom: 5px;
        margin-top: 5px
}

.bokifa-mobile-nav .bokifa-language-switcher-mobile .item .language-switcher-head {
        padding-right: 5px
}

.bokifa-mobile-nav .bokifa-language-switcher-mobile .item a {
        display: block;
        padding: 0 5px
}

.bokifa-mobile-nav .bokifa-language-switcher-mobile .item:last-child {
        margin-right: 0
}

.bokifa-mobile-nav .bokifa-language-switcher-mobile .item img {
        width: 24px;
        height: 16px;
        object-fit: cover
}

.bokifa-mobile-nav .mobile-nav-tabs {
        clear: both;
        padding: 0 30px;
        background-color: var(--e-global-color-primary)
}

.bokifa-mobile-nav .mobile-nav-tabs ul {
        display: flex;
        align-items: center;
        flex-direction: row;
        list-style: none;
        margin: 0
}

.bokifa-mobile-nav .mobile-nav-tabs ul li {
        display: flex;
        align-items: center;
        position: relative;
        text-align: left;
        font-size: 16px;
        font-size: 1rem;
        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);
        padding: 20px 0;
        cursor: pointer;
        color: #fff;
        text-transform: uppercase
}

.bokifa-mobile-nav .mobile-nav-tabs ul li i {
        color: #000;
        font-size: 15px;
        font-size: .9375rem;
        margin-right: 10px
}

.bokifa-mobile-nav .mobile-nav-tabs ul li:before {
        content: "";
        display: inline-block;
        position: absolute;
        height: 2px;
        width: 100%;
        bottom: 0;
        visibility: hidden;
        background-color: var(--e-global-color-primary);
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(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;
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        -moz-transform: scale(.6);
        -webkit-transform: scale(.6);
        transform: scale(.6)
}

.bokifa-mobile-nav .mobile-nav-tabs ul li.active:before {
        visibility: visible;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
}

.bokifa-mobile-nav .mobile-nav-tabs ul .mobile-pages-title {
        margin-right: 15px
}

.bokifa-mobile-nav .mobile-nav-tabs ul .mobile-categories-title {
        margin-left: 15px
}

.bokifa-mobile-nav .mobile-menu-tab {
        display: none;
        padding: 30px
}

.bokifa-mobile-nav .mobile-menu-tab.active {
        display: block
}

.mobile-nav-close {
        float: right;
        clear: both;
        position: absolute;
        line-height: 1;
        top: 20px;
        right: 30px;
        padding: 0;
        text-align: center;
        z-index: 99;
        color: #fff
}

.mobile-nav-close i {
        font-size: 20px;
        font-size: 1.25rem;
        transform: rotate(0deg);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.mobile-nav-close i:hover {
        transform: rotate(-180deg)
}

.mobile-nav-close:hover {
        color: #fff
}

.bokifa-overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 997;
        background-color: rgba(0, 0, 0, .7);
        visibility: hidden;
        -ms-transition: opacity .25s ease, visibility 0s ease;
        -o-transition: opacity .25s ease, visibility 0s ease;
        -moz-transition: opacity .25s ease, visibility 0s ease;
        -webkit-transition: opacity .25s ease, visibility 0s ease;
        transition: opacity .25s ease, visibility 0s ease;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
}

.mobile-nav-active .bokifa-overlay {
        visibility: visible;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.bokifa-info-button,
.menu-mobile-nav-button {
        display: block;
        font-size: 15px;
        font-size: .9375rem;
        color: var(--e-global-color-dark)
}

@media (min-width:1024px) {

        .bokifa-info-button,
        .menu-mobile-nav-button {
                display: none
        }
}

.bokifa-info-button .bokifa-icon,
.menu-mobile-nav-button .bokifa-icon {
        display: flex;
        flex-direction: column
}

.bokifa-info-button .bokifa-icon>span,
.menu-mobile-nav-button .bokifa-icon>span {
        display: inline-block;
        height: 2px;
        width: 24px;
        margin-bottom: 4px;
        border-radius: 5px;
        background-color: var(--e-global-color-dark);
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.bokifa-info-button .bokifa-icon>span:last-child,
.menu-mobile-nav-button .bokifa-icon>span:last-child {
        margin-bottom: 0
}

.bokifa-info-button .bokifa-icon .icon-2,
.menu-mobile-nav-button .bokifa-icon .icon-2 {
        width: 12px
}

.bokifa-info-button .bokifa-icon .icon-3,
.menu-mobile-nav-button .bokifa-icon .icon-3 {
        width: 24px
}

.bokifa-info-button:hover .bokifa-icon>span,
.menu-mobile-nav-button:hover .bokifa-icon>span {
        background-color: var(--e-global-color-primary)
}

.bokifa-info-button:hover .bokifa-icon .icon-2,
.menu-mobile-nav-button:hover .bokifa-icon .icon-2 {
        width: 18px
}

body {
        overflow-x: hidden
}

#page {
        -ms-transition: all .25s ease;
        -o-transition: all .25s ease;
        -moz-transition: all .25s ease;
        -webkit-transition: all .25s ease;
        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: 10px;
        background-image: none;
        padding: .6180339845em .875em .6180339845em;
        font-size: .875em;
        max-width: 120px
}

.menu-badge {
        font-size: 12px;
        font-size: .75rem;
        font-weight: 500;
        line-height: 22px;
        padding: 0 10px;
        border-radius: 30px;
        margin-left: 5px;
        background-color: #ff4a5d;
        color: #fff
}

.primary-navigation .menu>.menu-item>a .menu-badge {
        position: absolute;
        top: -5px;
        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: #fff
}

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

.main-navigation ul.menu ul {
        display: block
}

.main-navigation ul.menu>li.menu-item>a {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.375;
        font-weight: 600;
        text-transform: capitalize;
        padding: 1.1878em 0;
        margin: 0 1.16em;
        color: var(--e-global-color-dark)
}

.main-navigation ul.menu>li.menu-item>a span {
        position: relative
}

.main-navigation ul.menu>li.menu-item>a span:before {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        top: 100%;
        left: 0;
        opacity: 0;
        visibility: hidden;
        background-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;
        display: none
}

.main-navigation ul.menu>li.menu-item>a span .menu-title:after {
        display: none
}

.main-navigation ul.menu>li.menu-item>a i {
        margin-top: -3px;
        margin-right: 14px;
        font-size: 36px;
        font-size: 2.25rem;
        color: var(--e-global-color-text)
}

.main-navigation ul.menu>li.menu-item.custom-color>a {
        color: var(--e-global-color-accent)
}

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

.main-navigation ul.menu>li.menu-item.current-menu-parent>a span,
.main-navigation ul.menu>li.menu-item.current-menu-item>a span,
.main-navigation ul.menu>li.menu-item.current-menu-ancestor>a span {
        position: relative
}

.main-navigation ul.menu>li.menu-item.current-menu-parent>a span:before,
.main-navigation ul.menu>li.menu-item.current-menu-item>a span:before,
.main-navigation ul.menu>li.menu-item.current-menu-ancestor>a span:before {
        width: 100%;
        opacity: 1;
        visibility: visible
}

.main-navigation ul.menu>li.menu-item.current-menu-parent.custom-color>a,
.main-navigation ul.menu>li.menu-item.current-menu-item.custom-color>a,
.main-navigation ul.menu>li.menu-item.current-menu-ancestor.custom-color>a {
        color: var(--e-global-color-accent)
}

.main-navigation ul.menu>li.menu-item:hover>a {
        color: var(--e-global-color-dark)
}

.main-navigation ul.menu>li.menu-item:hover>a span {
        position: relative
}

.main-navigation ul.menu>li.menu-item:hover>a span:before {
        width: 100%;
        opacity: 1;
        visibility: visible
}

.main-navigation ul>li.menu-item>a:hover,
.main-navigation ul.nav-menu>li.menu-item>a:hover {
        color: var(--e-global-color-dark)
}

.main-navigation .sub-menu {
        min-width: 240px;
        background-color: #fff;
        padding: 18px 32px 28px;
        position: relative;
        border-radius: 10px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, .08)
}

.main-navigation .sub-menu .menu-item-has-children:hover:before {
        opacity: 1;
        visibility: visible
}

.main-navigation .sub-menu .menu-item-has-children:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: transparent;
        top: 0;
        left: 30px;
        opacity: 0;
        visibility: hidden
}

.main-navigation ul.hfe-nav-menu li a.hfe-menu-item {
        display: inline-block;
        position: relative;
        color: var(--e-global-color-text)
}

.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: 0;
        margin-bottom: 20px;
        font-size: 16px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.25;
        letter-spacing: 0;
        color: var(--e-global-color-secondary)
}

.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;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        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;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(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
}

.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:before,
.mobile-navigation-categories ul>li.menu-item button:before {
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.mobile-navigation ul>li.menu-item button:after,
.mobile-navigation-categories ul>li.menu-item button:after {
        display: none
}

.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;
        margin: -10px 0 20px 10px
}

.mobile-navigation ul ul.sub-menu>li.menu-item>a,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item>a {
        text-transform: capitalize;
        font-weight: 500;
        padding: 0;
        margin-bottom: 0;
        border-bottom: none;
        line-height: 30px;
        font-size: 14px;
        font-size: .875rem;
        display: inline-block;
        position: relative
}

.mobile-navigation ul ul.sub-menu>li.menu-item>a:before,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item>a:before {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        background-color: #fff;
        top: calc(100% - 3px);
        left: 0;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.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>a:hover:before,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item>a:hover:before {
        width: 100%
}

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

.mobile-navigation ul ul.sub-menu>li.menu-item.current-menu-item a:before,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item.current-menu-item a:before {
        width: 100%
}

.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:last-child>a,
.mobile-navigation-categories ul ul.sub-menu>li.menu-item:last-child>a {
        margin-bottom: 0
}

.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: 0;
        font-size: 10px;
        font-size: .625rem;
        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
}

.elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item {
        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: 11px;
        font-size: .6875rem;
        font-weight: 600;
        text-transform: uppercase;
        display: flex
}

.elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item .hfe-menu-toggle {
        margin-left: 6px;
        font-size: 10px;
        font-size: .625rem
}

.elementor-widget-navigation-menu .hfe-nav-menu__layout-horizontal .menu-item ul.sub-menu {
        min-width: 120px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, .08);
        border-radius: 10px;
        left: unset;
        right: -15px
}

.bokifa-category-navigation {
        margin-bottom: 71px;
        position: relative;
        display: flex;
        justify-content: center
}

[class*=bokifa-sidebar-] .bokifa-category-navigation:after {
        width: 100%
}

.bokifa-category-navigation .bokifa-list-categories {
        list-style: none;
        grid-gap: 10px;
        margin: 0;
        position: relative;
        z-index: 2;
        display: inline-flex;
        overflow: auto;
        flex-wrap: wrap;
        justify-content: flex-start
}

.bokifa-category-navigation .bokifa-list-categories::-webkit-scrollbar {
        height: 5px
}

.bokifa-category-navigation .bokifa-list-categories::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background: 0 0
}

@media (max-width:1024px) {
        .bokifa-category-navigation .bokifa-list-categories::-webkit-scrollbar-thumb {
                background: var(--e-global-color-border)
        }
}

.bokifa-category-navigation .bokifa-list-categories:hover::-webkit-scrollbar-thumb {
        background: var(--e-global-color-border)
}

.bokifa-category-navigation .bokifa-item-category {
        border-radius: 50px;
        border: 1px solid #e2e2e2
}

.bokifa-category-navigation .bokifa-item-category a {
        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: 16px;
        font-size: 1rem;
        line-height: 1.25;
        padding: 15px 40px;
        display: inline-block;
        position: relative;
        white-space: nowrap
}

.bokifa-category-navigation .bokifa-item-category.actived {
        background-color: #027a36;
        border-color: #027a36
}

.bokifa-category-navigation .bokifa-item-category.actived a {
        color: #fff
}

.bokifa-category-navigation .bokifa-item-category.actived:hover {
        background-color: #027a36;
        border-color: #027a36
}

.bokifa-category-navigation .bokifa-item-category.actived:hover a {
        color: #fff
}

.bokifa-category-navigation .bokifa-item-category:hover {
        border-color: #000
}

.bokifa-category-navigation .bokifa-item-category:hover a {
        color: #000
}

.vertical-navigation {
        position: relative;
        height: 100%;
        min-width: 240px;
        width: 100%;
        border-radius: 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;
        background-color: var(--e-global-color-primary)
}

.vertical-navigation .vertical-navigation-header {
        padding: 10px 20px 10px 25px
}

.vertical-navigation .vertical-navigation-header .bokifa-icon {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        margin-right: 14px;
        color: var(--e-global-color-primary)
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title {
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        flex: 1
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        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;
        line-height: 20px;
        text-transform: capitalize;
        color: #fff
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon {
        display: flex;
        flex-direction: column;
        margin-bottom: 2px
}

.vertical-navigation .vertical-navigation-header .vertical-navigation-title .title-icon>span {
        display: inline-block;
        height: 1px;
        width: 14px;
        margin-bottom: 3px;
        background-color: #fff;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.vertical-navigation .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: 14px
}

.vertical-navigation:hover .vertical-navigation-header .vertical-navigation-title .title-icon .icon-2 {
        width: 14px
}

.vertical-navigation .vertical-menu {
        position: absolute;
        top: calc(100% + 1px);
        left: -1px;
        width: calc(100% + 2px);
        opacity: 0;
        visibility: hidden;
        transform: translateY(40px);
        -ms-transition: all .2s ease;
        -o-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -webkit-transition: all .2s ease;
        transition: all .2s ease;
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .08)
}

.vertical-navigation .vertical-menu:before {
        content: "";
        position: absolute;
        right: 45%;
        top: -12px;
        height: 13px;
        width: 18px;
        clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
        background-color: #fff;
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .08)
}

.vertical-navigation .vertical-menu .menu {
        position: relative;
        list-style: none;
        padding: 19px 40px 52px;
        background-image: url(../../../themes/bokifa/assets/images/new/bg_vertical-1.html);
        background-repeat: no-repeat;
        background-position: right bottom;
        border-radius: 10px
}

.vertical-navigation .vertical-menu .menu>li {
        border-bottom: 1px solid var(--e-global-color-border)
}

.vertical-navigation .vertical-menu .menu>li:last-child {
        padding-bottom: 0;
        border-bottom: 0
}

.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%;
        left: 36px;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        transform: translateY(-50%);
        background-image: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./assets/images/new/New.png);
        background-repeat: no-repeat;
        background-position: right center
}

.vertical-navigation .vertical-menu .menu>li>a {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        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);
        font-weight: 600;
        padding: 0;
        line-height: 49px;
        color: var(--e-global-color-text)
}

.vertical-navigation .vertical-menu .menu>li>a .menu-icon {
        opacity: .3;
        margin-right: 20px;
        font-size: 24px;
        font-size: 1.5rem
}

.vertical-navigation .vertical-menu .menu>li>a:after {
        opacity: 0;
        visibility: hidden;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding-right: 10px
}

.vertical-navigation .vertical-menu .menu>li>a:hover {
        color: var(--e-global-color-secondary)
}

.vertical-navigation .vertical-menu .menu>li>a:hover i {
        opacity: 1
}

.vertical-navigation .vertical-menu .menu>li>a:hover:after {
        opacity: 1;
        visibility: visible;
        padding: 0
}

.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 .vertical-menu .menu li.menu-item-has-children a:after {
        opacity: 1;
        visibility: visible;
        padding: 0
}

.vertical-navigation .vertical-menu .menu li.menu-item-has-children ul.sub-menu li a:after {
        opacity: 0;
        visibility: hidden;
        padding-right: 18px;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.vertical-navigation .vertical-menu .menu li.menu-item-has-children ul.sub-menu li a:hover:after {
        opacity: 1;
        visibility: visible;
        padding: 0
}

.vertical-navigation:hover .vertical-menu {
        opacity: 1;
        visibility: visible;
        z-index: 99;
        transform: translateY(40px)
}

.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: 210px;
        border: 1px solid var(--e-global-color-primary);
        border-radius: 0;
        box-shadow: 0 30px 60px 0 rgba(0, 0, 0, .1);
        padding: 20px 0;
        margin-left: 6px
}

.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: 14px;
        font-size: .875rem;
        line-height: 1;
        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>a:after {
        opacity: 0;
        visibility: hidden
}

.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.menu-item-has-children {
        position: relative
}

.vertical-navigation ul.menu li.menu-item-has-children a {
        position: relative;
        color: var(--e-global-color-text);
        font-size: 14px;
        font-size: .875rem
}

.vertical-navigation ul.menu li.menu-item-has-children a .menu-icon {
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-lighter)
}

.vertical-navigation ul.menu li.menu-item-has-children 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.menu-item-has-children span.more-link i {
        font-size: 10px;
        font-size: .625rem;
        color: var(--e-global-color-primary)
}

.vertical-navigation ul.menu li.menu-item-has-children span.more-link i.left {
        margin-right: 10px;
        width: 12px;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.vertical-navigation ul.menu li.menu-item-has-children span.more-link i.right {
        margin-left: 0;
        order: 15;
        width: 0;
        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
}

.vertical-navigation ul.menu li.menu-item-has-children:hover .sub-menu {
        visibility: visible;
        left: 100%;
        z-index: 99;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.vertical-navigation ul.menu li.menu-item-has-children:hover a {
        color: var(--e-global-color-secondary);
        border-color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu li.menu-item-has-children:hover a .menu-icon {
        color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu li.menu-item-has-children:hover a:after {
        color: var(--e-global-color-primary)
}

.vertical-navigation ul.menu li.menu-item-has-children:hover span.more-link i.left {
        width: 0;
        margin-right: 0;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
}

.vertical-navigation ul.menu li.menu-item-has-children:hover span.more-link i.right {
        width: 12px;
        margin-left: 7px;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.vertical-navigation ul.menu li.menu-item-has-children.current-menu-item a {
        color: var(--e-global-color-secondary);
        border-color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu li.menu-item-has-children.current-menu-item a .menu-icon {
        color: var(--e-global-color-secondary)
}

.vertical-navigation ul.menu li.menu-item-has-children.current-menu-item a:after {
        color: var(--e-global-color-primary)
}

.has-mega-menu.has-fullwidth {
        position: static !important;
        margin-right: .85em
}

.has-mega-menu.has-fullwidth:hover {
        background-color: #fff
}

.has-mega-menu.has-fullwidth .mega-fullwidth {
        width: 100%;
        border: none;
        box-shadow: none;
        left: -22px
}

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

.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-bokifa_menu_item .elementor-icon-list-items li,
.mega-menu .elementor-icon-list-items li {
        font-weight: var(--e-global-typography-text-font-weight)
}

.single-bokifa_menu_item .elementor-icon-list-items li a,
.mega-menu .elementor-icon-list-items li a {
        color: var(--e-global-color-text)
}

.single-bokifa_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-dark)
}

.hentry thead th {
        color: var(--e-global-color-dark);
        font-weight: var(--e-global-typography-accent-font-weight)
}

.entry-title {
        font-size: 44px;
        font-size: 2.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: 1.1363636364;
        margin: 0 0 15px;
        padding: 30px 0 5px;
        text-transform: capitalize;
        color: var(--e-global-color-dark)
}

.entry-title a {
        color: var(--e-global-color-dark)
}

.entry-title a:hover {
        color: var(--e-global-color-primary)
}

@media (max-width:1024px) {
        .entry-title {
                font-size: 35px;
                font-size: 2.1875rem
        }
}

@media (max-width:767px) {
        .entry-title {
                font-size: 25px;
                font-size: 1.5625rem;
                line-height: 1.2;
                margin: 0
        }
}

.entry-header .categories-link {
        order: 1
}

.entry-header .posted-on {
        order: 2
}

.entry-header .post-author {
        order: 3
}

.entry-header .meta-reply {
        order: 4;
        margin-left: auto
}

.entry-header .meta-reply a {
        color: var(--e-global-color-text);
        text-transform: capitalize
}

.entry-header .meta-reply:hover a {
        color: var(--e-global-color-primary)
}

.entry-header .meta-reply:hover:before {
        color: var(--e-global-color-primary)
}

@media (max-width:567px) {
        .entry-header .meta-reply {
                margin-right: auto;
                margin-left: 10px
        }
}

.entry-header .meta-views {
        order: 5;
        margin-left: 60px;
        color: var(--e-global-color-text);
        font-size: 12px;
        font-size: .75rem;
        line-height: 12px;
        text-transform: capitalize
}

@media (max-width:567px) {
        .entry-header .meta-views {
                margin-left: 10px
        }
}

.page-header h1.page-title {
        font-size: 52px;
        font-size: 3.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);
        margin-bottom: 45px;
        line-height: 1.0576923077
}

.post-thumbnail {
        margin-bottom: 30px;
        position: relative
}

.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-top,
.entry-meta-bottom {
        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: 12px;
        font-size: .75rem;
        line-height: 12px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        color: var(--e-global-color-text);
        margin-bottom: 10px
}

.entry-meta-top .post_meta_box,
.entry-meta-bottom .post_meta_box {
        display: flex;
        flex-wrap: wrap;
        align-items: center
}

@media (max-width:767px) {

        .entry-meta-top>div,
        .entry-meta-bottom>div {
                margin-bottom: 10px
        }

        .entry-meta-top>div:last-child,
        .entry-meta-bottom>div:last-child {
                margin-bottom: 0
        }
}

.entry-meta-top .posted-on a,
.entry-meta-bottom .posted-on a {
        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: 12px;
        font-size: .75rem;
        line-height: 1.666666;
        font-weight: 600;
        color: var(--e-global-color-lighter);
        text-transform: uppercase
}

.entry-meta-top .posted-on:before,
.entry-meta-bottom .posted-on:before {
        color: var(--e-global-color-primary);
        margin-bottom: 2px
}

.entry-meta-top .post-author span,
.entry-meta-bottom .post-author span {
        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: 12px;
        font-size: .75rem;
        line-height: 1.666666;
        font-weight: 600;
        color: var(--e-global-color-lighter);
        text-transform: uppercase;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.entry-meta-top .post-author a,
.entry-meta-bottom .post-author a {
        text-transform: uppercase;
        color: var(--e-global-color-lighter)
}

.entry-meta-top .post-author a:hover,
.entry-meta-bottom .post-author a:hover {
        color: var(--e-global-color-primary)
}

.entry-meta-top .post-author:before,
.entry-meta-bottom .post-author:before {
        color: var(--e-global-color-primary);
        margin-bottom: 3px
}

.categories-link a {
        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: 12px;
        font-size: .75rem;
        line-height: 1.666666;
        font-weight: 600;
        text-transform: uppercase;
        color: var(--e-global-color-primary);
        display: inline-block;
        position: relative
}

.categories-link a:last-child {
        margin-right: 0
}

.categories-link a:last-child:after {
        display: none
}

.categories-link a:hover:before {
        width: 100%
}

.entry-meta {
        font-size: 12px;
        font-size: .75rem;
        margin-bottom: 12px;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-weight: 700;
        line-height: 1.8333333333;
        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: uppercase;
        font-size: 12px;
        font-size: .75rem
}

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

.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;
        top: 0;
        font-size: 14px;
        font-size: .875rem
}

.entry-meta .meta-reply {
        order: 3
}

.entry-meta .meta-reply:after {
        content: "-";
        position: relative;
        right: -5px;
        top: 0;
        font-size: 14px;
        font-size: .875rem
}

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

.entry-excerpt {
        color: var(--e-global-color-text)
}

.entry-excerpt p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 13px
}

@media (max-width:568px) {
        .entry-excerpt p {
                margin-bottom: 15px
        }
}

.more-link-wrap {
        margin-bottom: 28px
}

@media (max-width:568px) {
        .more-link-wrap {
                margin: 0
        }
}

a.more-link {
        display: inline-flex;
        align-items: center;
        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);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        text-transform: capitalize;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 0;
        white-space: nowrap;
        border-radius: 0;
        position: relative;
        padding: 0;
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-secondary)
}

a.more-link:before {
        display: none
}

a.more-link .elementor-button-text {
        position: relative
}

a.more-link .elementor-button-text:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-secondary);
        bottom: 3px;
        left: 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
}

a.more-link i {
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        margin: 0 0 0 8px
}

a.more-link:hover,
a.more-link:focus {
        color: var(--e-global-color-primary)
}

a.more-link:hover .elementor-button-text,
a.more-link:focus .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

a.more-link:hover .elementor-button-text:after,
a.more-link:focus .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

a.more-link:hover i,
a.more-link:focus i {
        color: var(--e-global-color-primary)
}

a.more-link:visited {
        color: var(--e-global-color-secondary)
}

a.more-link:visited i {
        color: var(--e-global-color-secondary)
}

a.more-link:visited:hover {
        color: var(--e-global-color-primary)
}

a.more-link:visited:hover .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

a.more-link:visited:hover .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

a.more-link:visited:hover i {
        color: var(--e-global-color-primary)
}

a.more-link .bokifa_btn_text {
        position: relative
}

a.more-link .bokifa_btn_text:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-secondary);
        bottom: 3px;
        left: 0;
        opacity: 1;
        visibility: visible;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

a.more-link:after {
        opacity: 0;
        visibility: hidden;
        margin-left: 8px;
        font-size: 14px;
        font-size: .875rem
}

a.more-link:hover .bokifa_btn_text:after,
a.more-link:focus .bokifa_btn_text:after {
        background-color: var(--e-global-color-primary)
}

a.more-link:hover i,
a.more-link:focus i {
        color: var(--e-global-color-primary)
}

a.more-link:visited .bokifa_btn_text:after {
        background-color: var(--e-global-color-secondary)
}

a.more-link:visited:hover .bokifa_btn_text:after {
        background-color: var(--e-global-color-primary)
}

a.more-link:visited:hover i {
        color: var(--e-global-color-primary)
}

.tags-links .social-share-header {
        display: none
}

.tags-links a {
        display: inline-block;
        font-size: 12px;
        font-size: .75rem;
        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);
        line-height: 2;
        color: var(--e-global-color-lighter);
        text-transform: capitalize;
        margin: 0 2px 5px 0;
        padding: 7px 21px 9px 17px;
        border-radius: 5px;
        background-color: #f6f6f6
}

.tags-links a:hover {
        background-color: var(--e-global-color-primary);
        color: #fff
}

.byline,
.updated:not(.published) {
        display: none
}

.single .byline,
.group-blog .byline {
        display: inline
}

.page-links {
        clear: both;
        margin-bottom: 10px
}

.single .hentry .entry-header .entry-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: 60px;
        font-size: 3.75rem;
        margin: 0 0 23px;
        line-height: 1.1;
        color: var(--e-global-color-dark);
        padding: 0 0 10px
}

@media (max-width:767px) {
        .single .hentry .entry-header .entry-title {
                font-size: 30px;
                font-size: 1.875rem;
                line-height: 1.2;
                padding: 0
        }
}

.single .hentry .entry-header .categories-link {
        position: relative;
        width: auto;
        padding-right: 14px;
        display: flex;
        align-items: center;
        flex-wrap: wrap
}

.single .hentry .entry-header .categories-link:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 9px;
        background-color: var(--e-global-color-lighter);
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        rotate: 15deg;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.single .hentry .entry-header .categories-link .screen-reader-text {
        display: block;
        clip-path: none;
        clip: auto;
        overflow: visible;
        opacity: 1;
        width: auto;
        margin: 0 4px 0 0;
        height: auto;
        position: relative !important;
        font-size: 12px;
        font-size: .75rem;
        line-height: 20px;
        top: 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
}

.single .hentry .entry-header .posted-on {
        padding-right: 14px;
        position: relative
}

.single .hentry .entry-header .posted-on:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 9px;
        background-color: var(--e-global-color-lighter);
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        rotate: 15deg;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.single .hentry .entry-header .meta-reply {
        position: unset;
        width: auto;
        margin-left: auto
}

.single .hentry .entry-taxonomy {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        margin: 30px 0 0
}

.single .hentry .entry-taxonomy .screen-reader-text {
        display: block;
        clip-path: none;
        clip: auto;
        height: auto;
        width: auto;
        top: 6px;
        margin: 0 10px 0 0;
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-dark);
        font-weight: 500
}

.single .hentry .entry-taxonomy .tags-links a {
        border: 1px solid var(--e-global-color-border);
        padding: 5px 15px;
        margin-right: 5px;
        border-radius: 0
}

.single .hentry .entry-taxonomy .tags-links a:hover {
        background-color: transparent;
        color: var(--e-global-color-primary)
}

.single .entry-meta {
        margin-bottom: 15px
}

.single .nav-links {
        display: flex
}

.single .nav-links>div {
        display: flex;
        position: relative;
        overflow: hidden;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.post-inner .post-thumbnail~.post-content {
        position: relative
}

.post-inner .post-thumbnail~.post-content .entry-meta-top {
        display: none
}

.post-inner .post-thumbnail~.post-content .entry-meta-bottom {
        position: absolute;
        top: 0;
        transform: translateY(-50%);
        left: 30px;
        margin: 0 30px 0 0;
        border-radius: 50px;
        padding: 4px 18px;
        background-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
}

@media (max-width:768px) {
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom {
                left: 0;
                margin: 0;
                right: 0;
                transform: translateY(-65%);
                border-radius: 0 0 15px 15px;
                background-color: var(--e-global-color-primary);
                height: 50px
        }

        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .posted-on,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .categories-link,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .post-author {
                color: #fff
        }

        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .posted-on:before,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .categories-link:before,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .post-author:before {
                background-color: #fff
        }

        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .posted-on a,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .posted-on span,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .posted-on .screen-reader-text,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .categories-link a,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .categories-link span,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .categories-link .screen-reader-text,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .post-author a,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .post-author span,
        .post-inner .post-thumbnail~.post-content .entry-meta-bottom .post-author .screen-reader-text {
                color: #fff
        }
}

.post-inner .post-thumbnail~.post-content .entry-title {
        padding-top: 30px
}

.post-inner .post-content .entry-title {
        padding-top: 0
}

.post-inner .post-thumbnail {
        overflow: hidden;
        text-align: center;
        border-radius: 10px;
        margin: 0
}

.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;
        aspect-ratio: 2.1956521739;
        object-fit: cover;
        width: 100%
}

.post-inner:hover .post-thumbnail img {
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
}

.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom {
        background-color: var(--e-global-color-primary)
}

.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .posted-on,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .categories-link,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .post-author {
        color: #fff
}

.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .posted-on:before,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .categories-link:before,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .post-author:before {
        background-color: #fff
}

.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .posted-on a,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .posted-on span,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .posted-on .screen-reader-text,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .categories-link a,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .categories-link span,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .categories-link .screen-reader-text,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .post-author a,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .post-author span,
.post-inner:hover .post-thumbnail~.post-content .entry-meta-bottom .post-author .screen-reader-text {
        color: #fff
}

.single-post .post-thumbnail img {
        aspect-ratio: 2.1451612903;
        border-radius: 15px;
        object-fit: cover;
        width: 100%
}

.single-post .entry-meta-top {
        margin-bottom: 10px
}

.single-post .entry-social-share {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        margin: 0 0 44px
}

.single-post .entry-social-share .tags-links {
        align-self: center
}

@media (max-width:568px) {
        .single-post .entry-social-share {
                justify-content: flex-end;
                flex-wrap: wrap
        }

        .single-post .entry-social-share .pbr-social-share {
                margin-bottom: 10px
        }
}

.single-post .pbr-social-share {
        display: flex;
        margin-bottom: 5px
}

.single-post .pbr-social-share .social-share-header {
        display: none
}

.single-post .pbr-social-share a {
        color: var(--e-global-color-text);
        width: 40px;
        height: 40px;
        background-color: #000;
        margin: 0 0 0 10px
}

@media (max-width:568px) {
        .single-post .pbr-social-share a {
                margin: 0 10px 0 0
        }
}

.single-post .pbr-social-share a i {
        color: #fff;
        font-size: 12px;
        font-size: .75rem
}

.single-post .pbr-social-share a.social-facebook {
        background-color: #506ccf
}

.single-post .pbr-social-share a.social-twitter {
        background-color: #97d5f0
}

.single-post .pbr-social-share a.social-instagram {
        background-color: #c4c4c4
}

.single-post .pbr-social-share a.social-pinterest {
        background-color: #d13b3b
}

.single-post.bokifa-full-width-content .content-area {
        max-width: 910px;
        margin-left: auto;
        margin-right: auto;
        float: none
}

.single-post.bokifa-full-width-content .single-content {
        display: flex;
        flex-direction: column
}

.single-post.bokifa-full-width-content .single-content>* {
        order: 2;
        z-index: 9
}

.single-post.bokifa-full-width-content .single-content p img {
        border-radius: 10px
}

.single-post.bokifa-full-width-content .single-content .entry-header {
        text-align: left;
        margin-top: -91px
}

@media (max-width:1024px) {
        .single-post.bokifa-full-width-content .single-content .entry-header {
                margin-top: 0
        }
}

.single-post.bokifa-full-width-content .single-content .entry-header .entry-meta {
        justify-content: left
}

.single-post.bokifa-full-width-content .post-excerpt {
        display: none
}

.single-post.bokifa-full-width-content .post-thumbnail {
        width: 100vw;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        max-width: 1330px;
        overflow: hidden;
        order: 1
}

.single-post.bokifa-full-width-content .post-thumbnail:before {
        content: "";
        background-color: #fff;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1070px;
        height: 120px;
        z-index: 5;
        border-radius: 15px 15px 0 0
}

@media (max-width:1024px) {
        .single-post.bokifa-full-width-content .post-thumbnail:before {
                display: none
        }
}

.single-post.bokifa-full-width-content .post-thumbnail img {
        object-fit: cover;
        aspect-ratio: 2.1451612903;
        width: 100%
}

@media (min-width:768px) and (max-width:1530px) {
        .single-post.bokifa-full-width-content .post-thumbnail {
                padding: 0 30px
        }
}

@media (max-width:767px) {
        .single-post.bokifa-full-width-content .post-thumbnail {
                padding: 0 15px
        }
}

@media (min-width:1024px) {
        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header {
                margin-top: -180px;
                padding-bottom: 80px
        }

        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-title {
                color: #fff
        }

        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-top,
        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-bottom {
                justify-content: center;
                color: #fff
        }

        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-top .post-author a:not(:hover),
        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-top .posted-on a:not(:hover),
        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-bottom .post-author a:not(:hover),
        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-bottom .posted-on a:not(:hover) {
                color: #fff
        }

        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-top .categories-link a:hover,
        .single-post.bokifa-full-width-content .post-thumbnail+.entry-header .entry-meta-bottom .categories-link a:hover {
                color: #fff;
                border-color: #fff
        }
}

@media (min-width:1024px) and (max-width:768px) {
        .single-post.bokifa-full-width-content {
                margin-top: 30px;
                padding-bottom: 0
        }

        .single-post.bokifa-full-width-content .entry-title {
                color: var(--e-global-color-dark)
        }
}

.single-post .entry-content .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: 0
}

.single-post .entry-content .row.justify-content-center {
        width: 100vw;
        transform: translateX(-50%);
        left: 50%;
        position: relative;
        max-width: 940px;
        overflow: hidden;
        margin: 34px 0 27px
}

@media (max-width:768px) {
        .single-post .entry-content .row.justify-content-center {
                padding: 0 15px
        }
}

@media (max-width:767px) {
        .single-post .entry-content .row.justify-content-center {
                padding: 0
        }
}

.single-post .entry-content .row.justify-content-center img {
        border-radius: 10px;
        aspect-ratio: 1.375;
        width: 100%;
        object-fit: cover
}

@media (max-width:568px) {
        .single-post .entry-content .row.justify-content-center .column-item:first-child {
                margin-bottom: 30px
        }
}

.single-post .entry-content ul.custom-list {
        margin: 0 0 29px
}

.single-post .entry-content ul.custom-list li {
        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: 14px;
        font-size: .875rem;
        line-height: 30px;
        font-weight: 600;
        list-style: none;
        padding-left: 30px;
        position: relative;
        color: var(--e-global-color-secondary)
}

.single-post .entry-content ul.custom-list li:before {
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        left: 0;
        top: 7px;
        color: var(--e-global-color-primary)
}

.single-post .entry-content p {
        margin-bottom: 26px
}

.single-post .entry-content p img {
        margin: 30px 15px 30px 0
}

.single-post .entry-content h4 {
        margin-top: -8px;
        margin-bottom: 12px;
        color: var(--e-global-color-dark);
        text-transform: inherit
}

@media (max-width:767px) {
        .single-post .entry-content h4 {
                font-size: 30px;
                font-size: 1.875rem
        }
}

.single-post .entry-content [class*=" column-"],
.single-post .entry-content [class^=column-] {
        flex: 0 0 50%;
        max-width: 50%
}

@media (max-width:568px) {

        .single-post .entry-content [class*=" column-"],
        .single-post .entry-content [class^=column-] {
                flex: 0 0 100%;
                max-width: 100%
        }
}

article.article-default {
        overflow: hidden
}

article.article-default:last-child {
        margin-bottom: 0
}

article.article-default .categories-link {
        position: relative;
        width: auto;
        padding-right: 14px;
        display: flex;
        align-items: center
}

article.article-default .categories-link:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 9px;
        background-color: var(--e-global-color-lighter);
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        rotate: 15deg;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

article.article-default .categories-link .screen-reader-text {
        display: block;
        clip-path: none;
        clip: auto;
        overflow: visible;
        opacity: 1;
        width: auto;
        margin: 0 4px 0 0;
        height: auto;
        position: relative !important;
        font-size: 12px;
        font-size: .75rem;
        line-height: 20px;
        top: 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
}

article.article-default .posted-on {
        padding-right: 14px;
        position: relative
}

article.article-default .posted-on:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 9px;
        background-color: var(--e-global-color-lighter);
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        rotate: 15deg;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

article.article-default .post-author:before {
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

article.article-default .post-author:hover a {
        color: var(--e-global-color-primary)
}

article.article-default.tag-categories .categories-link {
        display: block
}

article.category-markup .entry-content {
        overflow: auto
}

article .entry-content .wp-block-group {
        margin-bottom: 15px
}

article .entry-content .wp-block-group p {
        margin-bottom: 0
}

.post_format-post-format-image .entry-content img {
        width: 100%
}

.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;
        line-height: 1
}

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

.blog-style-list {
        --grid-row-gap: 0
}

.blog-style-list article.article-default {
        margin-bottom: 30px
}

.blog-style-list .post-thumbnail {
        margin-bottom: 20px;
        border-radius: 10px
}

.blog-style-list .post-thumbnail img {
        border-radius: 10px;
        height: 300px;
        object-fit: cover;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.blog-style-list .entry-header h3.entry-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);
        line-height: 1.25;
        text-transform: capitalize;
        color: var(--e-global-color-primary);
        margin-bottom: 30px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
}

.blog-style-list .entry-meta-bottom {
        margin-bottom: 18px
}

@media (min-width:768px) {
        .blog-style-list article.article-default {
                display: flex;
                align-items: center;
                margin-bottom: 60px;
                padding-bottom: 0;
                overflow: hidden
        }

        .blog-style-list article.article-default:last-of-type {
                margin-bottom: 30px
        }

        .blog-style-list article.article-default:hover .post-thumbnail {
                width: 46.9%;
                margin-right: 0;
                margin-bottom: 0
        }

        .blog-style-list article.article-default:hover .post-thumbnail img {
                transform: scale(1.1)
        }

        .blog-style-list .post-thumbnail {
                width: 46.9%;
                margin-right: 0;
                margin-bottom: 0;
                overflow: hidden;
                border-radius: 10px
        }

        .blog-style-list .post-thumbnail img {
                aspect-ratio: 1.3666666667;
                height: 320px;
                object-fit: cover;
                border-radius: 10px;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -webkit-transition: all .5s ease;
                transition: all .5s ease
        }

        .blog-style-list .entry-excerpt p {
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                overflow: hidden
        }

        .blog-style-list .more-link-wrap {
                margin: 0
        }

        .blog-style-list .post-content {
                flex: 1;
                word-break: break-word;
                padding: 0 0 0 30px
        }

        .blog-style-list .post-content .entry-header {
                display: inline-grid
        }

        .blog-style-list .post-content .entry-header .entry-meta-bottom {
                order: -1;
                margin-bottom: 12px
        }

        .blog-style-list .post-content .entry-header h3.entry-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);
                line-height: 1.25;
                color: var(--e-global-color-text);
                margin-bottom: 18px;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden
        }
}

.blog-style-grid .column-item {
        margin-bottom: 30px
}

.blog-style-grid .post-thumbnail img {
        aspect-ratio: 1.96;
        object-fit: cover
}

.blog-style-grid .post-thumbnail .screen-reader-text {
        display: block
}

.blog-style-grid .excerpt-content,
.blog-style-grid .more-link-wrap {
        display: block
}

.blog-style-grid .excerpt-content {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 17px
}

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

.wp-audio-shortcode {
        margin-bottom: 10px
}

.author-wrapper {
        background-color: #f9f5f0;
        display: flex;
        flex-wrap: wrap;
        padding: 30px;
        border-radius: 10px
}

.author-wrapper .author-avatar {
        margin-right: 24px
}

.author-wrapper .author-avatar img {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        object-fit: cover
}

.author-wrapper .author-caption {
        flex: 1
}

.author-wrapper .author-caption .author-name {
        margin-top: 12px
}

.author-wrapper .author-caption .author-name a {
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px;
        color: var(--e-global-color-dark);
        text-transform: capitalize
}

.author-wrapper .author-caption .author-website {
        margin-bottom: 20px
}

.btn-slip-effect {
        position: relative;
        overflow: hidden
}

.btn-slip-effect .elementor-button-text,
.btn-slip-effect .bokifa_btn_text {
        -ms-transition: opacity .2s, transform .2s;
        -o-transition: opacity .2s, transform .2s;
        -moz-transition: opacity .2s, transform .2s;
        -webkit-transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s;
        transition-timing-function: cubic-bezier(.455, .03, .515, .955)
}

.btn-slip-effect:before {
        content: attr(data-text);
        display: inline-block;
        position: absolute;
        top: 50%;
        transform: translate(0, 100%);
        transition-timing-function: cubic-bezier(.455, .03, .515, .955);
        white-space: nowrap;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-transition: opacity .2s, transform .2s;
        -o-transition: opacity .2s, transform .2s;
        -moz-transition: opacity .2s, transform .2s;
        -webkit-transition: opacity .2s, transform .2s;
        transition: opacity .2s, transform .2s
}

.btn-slip-effect:hover .elementor-button-text,
.btn-slip-effect:hover .bokifa_btn_text {
        transform: translateY(-150%);
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
}

.btn-slip-effect:hover:before {
        transform: translate(0%, -50%);
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.bokifa-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):hover {
        color: var(--e-global-color-primary)
}

@media (max-width:1024px) {
        [data-elementor-type=footer] {
                margin-bottom: 60px
        }
}

.scrollup {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 35px;
        z-index: 99999;
        padding: 0;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        line-height: 1;
        color: #fff;
        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 {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid var(--e-global-color-border);
        background-color: #fff;
        font-size: 15px;
        font-size: .9375rem;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: var(--e-global-color-secondary)
}

.scrollup .scrollup-icon:before {
        color: var(--e-global-color-secondary)
}

.scrollup .scrollup-label {
        display: none
}

.scrollup:hover .scrollup-label {
        color: var(--e-global-color-primary)
}

.scrollup:hover .scrollup-icon {
        background-color: #fff;
        box-shadow: 0px 15px 50px rgba(196, 156, 97, .2);
        border-color: transparent
}

.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: 10px;
        -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)
}

@media (max-width:568px) {
        .woosw-list table.woosw-items .woosw-item {
                display: flex;
                flex-direction: column;
                border-bottom: none
        }

        .woosw-list table.woosw-items .woosw-item:last-child {
                border-bottom: 1px solid var(--e-global-color-border)
        }

        .woosw-list table.woosw-items .woosw-item .woosw-item--remove,
        .woosw-list table.woosw-items .woosw-item .woosw-item--image,
        .woosw-list table.woosw-items .woosw-item .woosw-item--info,
        .woosw-list table.woosw-items .woosw-item .woosw-item--actions {
                width: 100%;
                border-top: none;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column
        }

        .woosw-list table.woosw-items .woosw-item .woosw-item--actions {
                border-bottom: none
        }

        .woosw-list table.woosw-items .woosw-item .woosw-item--remove {
                text-align: right;
                display: block
        }
}

.woosw-list .woosw-actions .woosw-copy .woosw-copy-url {
        margin-right: 10px
}

@media (max-width:568px) {
        .woosw-list .woosw-actions .woosw-copy {
                display: block;
                width: 100%
        }

        .woosw-list .woosw-actions .woosw-copy .woosw-copy-label {
                font-weight: 600
        }

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

        .woosw-list .woosw-actions .woosw-copy .woosw-copy-url input {
                width: 100%;
                margin: 10px 0;
                padding: 15px 8px
        }

        .woosw-list .woosw-actions .woosw-copy .woosw-copy-btn {
                display: flex;
                justify-content: center
        }
}

.error404 #page {
        position: relative
}

.error404 #page .site-content {
        margin: 0;
        padding: 0;
        background-color: #fff
}

.error404 .breadcrumb-wrap {
        display: block
}

.error404 .site-content .col-full {
        max-width: 100%;
        padding: 0
}

@media (min-width:1024px) {
        .error404 .site-content {
                padding: 85px 0 100px
        }
}

.error404 .page-header {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center
}

.error404 .page-header img {
        position: absolute;
        top: 102px;
        left: 50%;
        transform: translateX(-50%)
}

@media (max-width:767px) {
        .error404 .page-header img {
                top: 60px
        }
}

.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;
        padding: 64px 15px 125px
}

@media (max-width:1024px) {
        .error404 .error-404 {
                padding-bottom: 80px
        }
}

@media (max-width:767px) {
        .error404 .error-404 {
                padding: 60px 15px
        }
}

.error404 .title-404 {
        position: relative;
        z-index: 1
}

.error404 .error-title {
        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: 400px;
        font-size: 25rem;
        font-weight: 800;
        line-height: 1;
        color: #f65d4e;
        letter-spacing: -3px;
        margin: 0;
        z-index: 1;
        position: relative
}

@media (max-width:1024px) {
        .error404 .error-title {
                font-size: 300px;
                font-size: 18.75rem;
                line-height: 1
        }
}

@media (max-width:767px) {
        .error404 .error-title {
                font-size: 150px;
                font-size: 9.375rem;
                line-height: 1;
                letter-spacing: 0
        }
}

.error404 .error-subtitle {
        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: uppercase;
        color: #000;
        margin: 7px auto 39px;
        letter-spacing: -.09rem;
        z-index: 1
}

@media (max-width:1024px) {
        .error404 .error-subtitle {
                font-size: 40px;
                font-size: 2.5rem;
                line-height: 1.15
        }
}

@media (max-width:767px) {
        .error404 .error-subtitle {
                font-size: 30px;
                font-size: 1.875rem;
                line-height: 1.1666666667;
                margin-bottom: 30px
        }
}

.error404 .error-text {
        max-width: 648px;
        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: 18px;
        font-size: 1.125rem;
        line-height: 1.5555555556;
        font-weight: 600;
        color: #444;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 1
}

.error404 .error-text .button-text {
        position: relative
}

.error404 .error-text a {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin-top: 42px;
        display: flex;
        align-items: center;
        width: max-content
}

.error404 .error-text a i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.error404 .error-text a span {
        z-index: 3
}

.error404 .error-text a:hover,
.error404 .error-text a:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.error404 .error-text a:hover i,
.error404 .error-text a:focus i {
        color: #fff
}

@media (max-width:767px) {
        .error404 .error-text a {
                margin-top: 30px
        }
}

.error404 .error-text a i {
        font-size: 12px;
        font-size: .75rem;
        margin: 0 0 0 12px
}

.error404 .error-text a:hover .button-text:after {
        width: 100%;
        opacity: 1;
        visibility: visible
}

.error404.right-sidebar .content-area,
.error404.left-sidebar .content-area {
        width: 100%;
        display: block
}

#comments .comment-form p {
        margin-bottom: 1em
}

#comments .comment-form .form-submit {
        order: 4;
        margin-bottom: 0
}

#comments .comment-form .form-submit button {
        position: relative;
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

#comments .comment-form .form-submit button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

#comments .comment-form .form-submit button span {
        z-index: 3
}

#comments .comment-form .form-submit button:hover,
#comments .comment-form .form-submit button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

#comments .comment-form .form-submit button:hover i,
#comments .comment-form .form-submit button:focus i {
        color: #fff
}

#comments .comment-form .form-submit button:after {
        font-size: 10px;
        font-size: .625rem;
        padding-left: 11px;
        z-index: 3
}

#comments .comment-form .form-submit button:hover:after {
        color: #fff
}

#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-number,
#comments .comment-form .comment-form-comment {
        margin-bottom: 20px
}

#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-author textarea,
#comments .comment-form .comment-form-email input,
#comments .comment-form .comment-form-email textarea,
#comments .comment-form .comment-form-number input,
#comments .comment-form .comment-form-number textarea,
#comments .comment-form .comment-form-comment input,
#comments .comment-form .comment-form-comment textarea {
        width: 100%;
        padding: 12px 30px;
        font-size: 16px;
        font-size: 1rem;
        color: var(--e-global-color-text)
}

#comments .comment-form .comment-form-author input::placeholder,
#comments .comment-form .comment-form-author textarea::placeholder,
#comments .comment-form .comment-form-email input::placeholder,
#comments .comment-form .comment-form-email textarea::placeholder,
#comments .comment-form .comment-form-number input::placeholder,
#comments .comment-form .comment-form-number textarea::placeholder,
#comments .comment-form .comment-form-comment input::placeholder,
#comments .comment-form .comment-form-comment textarea::placeholder {
        font-size: 16px;
        font-size: 1rem;
        color: var(--e-global-color-text)
}

#comments .comment-form .comment-form-author input:hover,
#comments .comment-form .comment-form-author textarea:hover,
#comments .comment-form .comment-form-email input:hover,
#comments .comment-form .comment-form-email textarea:hover,
#comments .comment-form .comment-form-number input:hover,
#comments .comment-form .comment-form-number textarea:hover,
#comments .comment-form .comment-form-comment input:hover,
#comments .comment-form .comment-form-comment textarea:hover {
        border-color: var(--e-global-color-primary)
}

#comments .comment-form .comment-form-author textarea,
#comments .comment-form .comment-form-email textarea,
#comments .comment-form .comment-form-number textarea,
#comments .comment-form .comment-form-comment textarea {
        padding: 23px 26px 13px
}

#comments .comment-form .comment-form-author textarea:hover,
#comments .comment-form .comment-form-email textarea:hover,
#comments .comment-form .comment-form-number textarea:hover,
#comments .comment-form .comment-form-comment textarea:hover {
        border-color: var(--e-global-color-primary)
}

#comments .comment-form .comment-form-author.comment-form-comment,
#comments .comment-form .comment-form-email.comment-form-comment,
#comments .comment-form .comment-form-number.comment-form-comment,
#comments .comment-form .comment-form-comment.comment-form-comment {
        margin-bottom: 20px
}

#comments .comment-form .comment-form-author,
#comments .comment-form .comment-form-email {
        position: relative;
        display: inline-block;
        order: 1
}

#comments .comment-form .comment-form-author input,
#comments .comment-form .comment-form-email input {
        border-radius: 50px
}

#comments .comment-form .comment-form-author:after,
#comments .comment-form .comment-form-email:after {
        position: absolute;
        font-size: 14px;
        font-size: .875rem;
        right: 30px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        color: var(--e-global-color-secondary)
}

#comments .comment-form .comment-form-comment {
        order: 2
}

#comments .comment-form .comment-form-number {
        display: none
}

#comments .comment-form .comment-form-cookies-consent {
        order: 3
}

#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: 17px;
        color: var(--e-global-color-text)
}

#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-dark)
}

#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 .comment-form .comment-notes.comment-form-cookies-consent,
#comments .comment-form .logged-in-as.comment-form-cookies-consent,
#comments .comment-form .comment-form-cookies-consent.comment-form-cookies-consent,
#comments .comment-form .comment-form-comment.comment-form-cookies-consent {
        display: flex;
        align-items: center;
        margin: -1px 0 28px
}

#comments .comment-form .comment-notes.comment-form-cookies-consent input[type=checkbox],
#comments .comment-form .logged-in-as.comment-form-cookies-consent input[type=checkbox],
#comments .comment-form .comment-form-cookies-consent.comment-form-cookies-consent input[type=checkbox],
#comments .comment-form .comment-form-comment.comment-form-cookies-consent input[type=checkbox] {
        height: 17px;
        width: 17px;
        border-radius: 10px;
        color: var(--e-global-color-primary)
}

#comments .comments-title {
        font-size: 26px;
        font-size: 1.625rem;
        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.2307692308;
        color: var(--e-global-color-dark);
        margin-bottom: 0;
        text-transform: capitalize
}

#comments .comment-form-author,
#comments .comment-form-email,
#comments .comment-form-number {
        padding: 0 10px
}

@media (min-width:1024px) {

        #comments .comment-form-author,
        #comments .comment-form-email,
        #comments .comment-form-number {
                flex: 0 0 50%;
                max-width: 50%
        }
}

#comments .comment-form-author:after,
#comments .comment-form-email:after,
#comments .comment-form-number:after {
        position: absolute;
        right: 10px;
        top: 0
}

#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;
        border-top: none;
        padding-top: 21px
}

#comments .comment-list .comment-body {
        padding-top: 30px;
        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: inline-block
        }
}

#comments .comment-list .avatar {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        object-fit: cover;
        margin: 0 30px 0 0
}

#comments .comment-list .comment-content {
        width: 100%;
        position: relative;
        border-radius: 5px;
        background-color: transparent;
        border: 1px solid var(--e-global-color-border);
        padding: 17px 40px 29px
}

@media (max-width:568px) {
        #comments .comment-list .comment-content {
                padding: 15px
        }
}

@media (min-width:1024px) {
        #comments .comment-list .comment-content {
                width: calc(100% - 81px)
        }
}

#comments .comment-list .comment-content:before {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border-top: 8px solid transparent;
        border-right: 8px solid #e5e5e5;
        border-bottom: 8px solid transparent;
        top: 19px;
        left: -8px
}

@media (max-width:768px) {
        #comments .comment-list .comment-content:before {
                display: none
        }
}

#comments .comment-list .comment-content .comment-text p {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
}

#comments .comment-list .comment-content .comment-text p:last-child {
        margin-bottom: 0
}

#comments .comment-list .comment-content .reply {
        position: absolute;
        top: 29px;
        right: 29px;
        display: flex
}

@media (max-width:568px) {
        #comments .comment-list .comment-content .reply {
                position: relative;
                top: 0;
                right: 0
        }
}

#comments .comment-list .comment-head {
        margin-bottom: 15px
}

@media (max-width:767px) {
        #comments .comment-list .comment-head {
                display: flex;
                margin-bottom: 15px
        }
}

#comments .comment-list .comment-meta .fn {
        margin-right: 10px;
        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: 14px;
        font-size: .875rem;
        line-height: 1.7142857143;
        font-weight: 600;
        text-transform: capitalize;
        color: var(--e-global-color-dark)
}

#comments .comment-list .comment-meta a.comment-date {
        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);
        font-size: 12px;
        font-size: .75rem;
        line-height: 2;
        font-weight: 400;
        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);
        clear: both;
        display: inline-block;
        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);
        text-transform: capitalize;
        line-height: 24px;
        max-width: 300px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
}

#comments .comment-list .comment-meta cite a {
        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);
        text-transform: capitalize;
        line-height: 14px;
        margin-right: 10px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden
}

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

@media (max-width:767px) {
        #comments .comment-list .reply {
                display: flex;
                margin-top: 15px
        }
}

#comments .comment-list .reply a {
        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: 12px;
        font-size: .75rem;
        line-height: 2;
        text-transform: uppercase;
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 4px;
        transition: transform, ease, .3s;
        margin-right: 15px;
        color: var(--e-global-color-primary)
}

#comments .comment-list .reply a:last-child {
        margin-right: 0
}

#comments .comment-list .reply a:before {
        margin: -4px 6px 0 0;
        font-size: 8px;
        font-size: .5rem
}

#comments .comment-list .reply a:hover {
        color: var(--e-global-color-dark)
}

#comments .comment-list .children {
        list-style: none
}

@media (max-width:767px) {
        #comments .comment-list .children {
                margin-left: 30px
        }
}

#comments .comment-list #respond {
        padding: 1.618034em;
        background-color: rgba(0, 0, 0, .0125);
        margin: 10px 0 10px auto;
        border-radius: 10px;
        border: 1px solid var(--e-global-color-border);
        width: 100%
}

@media (min-width:1024px) {
        #comments .comment-list #respond {
                width: calc(100% - 80px)
        }
}

@media (max-width:767px) {
        #comments .comment-list #respond {
                padding: 15px
        }
}

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

#comments .no-comments {
        margin-top: 15px
}

#commentform {
        display: flex;
        flex-wrap: wrap;
        margin: -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: 55px
}

#respond .comment-form-cookies-consent label {
        color: var(--e-global-color-text);
        margin-left: 12px
}

#respond .form-submit,
#respond form {
        margin-bottom: 0
}

#respond label {
        color: var(--e-global-color-dark)
}

#respond #reply-title {
        font-size: 26px;
        font-size: 1.625rem;
        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.2307692308;
        color: var(--e-global-color-dark);
        margin-bottom: 15px;
        text-transform: capitalize
}

@media (max-width:767px) {
        #respond #reply-title {
                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);
                line-height: 30px
        }
}

#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 {
        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;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 25px;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 1px solid var(--e-global-color-border);
        white-space: nowrap;
        padding: 14px 30px;
        display: inline-flex;
        align-items: center
}

.button-outline i {
        margin: 0 0 0 6px;
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -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-outline:hover,
.button-outline:focus {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary);
        color: #fff
}

.button-outline:hover i,
.button-outline:focus i {
        color: #fff
}

.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 {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -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 i,
input[type=button] i,
input[type=reset] i,
input[type=submit] i,
.button i,
.elementor-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

button span,
input[type=button] span,
input[type=reset] span,
input[type=submit] span,
.button span,
.elementor-button span {
        z-index: 3
}

button:hover,
button:focus,
input[type=button]:hover,
input[type=button]:focus,
input[type=reset]:hover,
input[type=reset]:focus,
input[type=submit]:hover,
input[type=submit]:focus,
.button:hover,
.button:focus,
.elementor-button:hover,
.elementor-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

button:hover i,
button:focus i,
input[type=button]:hover i,
input[type=button]:focus i,
input[type=reset]:hover i,
input[type=reset]:focus i,
input[type=submit]:hover i,
input[type=submit]:focus i,
.button:hover i,
.button:focus i,
.elementor-button:hover i,
.elementor-button:focus i {
        color: #fff
}

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-dark);
        background-color: var(--e-global-color-dark)
}

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
}

input[type=checkbox],
input[type=radio] {
        padding: 0
}

input[type=checkbox]+label,
input[type=radio]+label {
        margin: 0 0 0 10px;
        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);
        color: var(--e-global-color-text)
}

input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
}

input[type=search] {
        box-sizing: border-box
}

input[type=search]::placeholder {
        color: #a3a7b6
}

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: .8rem 1.1rem;
        background-color: #fff;
        border: 1px solid var(--e-global-color-border);
        -webkit-appearance: none;
        box-sizing: border-box;
        outline: 0;
        border-radius: 25px;
        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: 14px;
        font-size: .875rem;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -webkit-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s
}

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: .688em 28px .688em 1.25em;
        width: 100%
}

select:not([size]):not([multiple]):not(.flatpickr-monthDropdown-months) {
        color: var(--e-global-color-text);
        background-color: #fff;
        border: 1px solid var(--e-global-color-border);
        -webkit-appearance: none;
        -moz-appearance: textfield;
        appearance: none;
        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% - 5px) center;
        background-repeat: no-repeat;
        background-size: 27px 10px;
        border-radius: 25px;
        max-width: 100%
}

.select2-container--default {
        text-align: left
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
        width: 16px;
        top: 50% !important;
        right: 10px;
        transform: translateY(-50%)
}

.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;
        margin: 0 !important;
        left: 0 !important;
        top: 40% !important;
        display: block;
        background-position: center
}

.select2-container--default .select2-dropdown {
        border: 1px solid var(--e-global-color-border);
        border-radius: 0;
        left: 0;
        top: 30px
}

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 var(--e-global-color-border);
        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
}

.bokifa-sidebar-right .pagination .page-numbers,
.bokifa-sidebar-right .woocommerce-pagination .page-numbers,
.bokifa-sidebar-left .pagination .page-numbers,
.bokifa-sidebar-left .woocommerce-pagination .page-numbers {
        justify-content: flex-start
}

.pagination,
.woocommerce-pagination {
        clear: both;
        margin-top: 30px
}

.pagination.woocommerce-pagination,
.woocommerce-pagination.woocommerce-pagination {
        margin-top: 90px
}

.pagination ul.page-numbers,
.woocommerce-pagination ul.page-numbers {
        margin: 0
}

.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 ul.page-numbers.current,
.pagination ul.page-numbers:hover,
.woocommerce-pagination ul.page-numbers.current,
.woocommerce-pagination ul.page-numbers:hover {
        background-color: transparent
}

.pagination ul.page-numbers li .page-numbers,
.woocommerce-pagination ul.page-numbers li .page-numbers {
        justify-content: center;
        border: 1px solid var(--e-global-color-border)
}

.pagination ul.page-numbers li .page-numbers.current,
.pagination ul.page-numbers li .page-numbers:hover,
.woocommerce-pagination ul.page-numbers li .page-numbers.current,
.woocommerce-pagination ul.page-numbers li .page-numbers:hover {
        border-color: var(--e-global-color-dark)
}

.pagination .elementor-pagination,
.woocommerce-pagination .elementor-pagination {
        display: flex;
        align-items: center
}

.pagination .page-numbers,
.woocommerce-pagination .page-numbers {
        display: flex;
        justify-content: center;
        list-style: none;
        flex-wrap: wrap;
        min-width: 46px;
        min-height: 44px;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1;
        border-radius: 5px;
        margin: 0 5px 0;
        color: var(--e-global-color-dark);
        align-items: center
}

.pagination .page-numbers.current,
.pagination .page-numbers:hover,
.woocommerce-pagination .page-numbers.current,
.woocommerce-pagination .page-numbers:hover {
        color: #fff;
        background-color: var(--e-global-color-dark)
}

.pagination .page-numbers.current:before,
.pagination .page-numbers:hover:before,
.woocommerce-pagination .page-numbers.current:before,
.woocommerce-pagination .page-numbers:hover:before {
        color: #fff
}

.pagination .page-numbers.current:after,
.pagination .page-numbers:hover:after,
.woocommerce-pagination .page-numbers.current:after,
.woocommerce-pagination .page-numbers:hover:after {
        color: #fff
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination .page-numbers.next,
.woocommerce-pagination .page-numbers.prev {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        width: auto
}

.pagination .page-numbers.next span,
.pagination .page-numbers.prev span,
.woocommerce-pagination .page-numbers.next span,
.woocommerce-pagination .page-numbers.prev span {
        display: none
}

.pagination .page-numbers.next:hover:before,
.pagination .page-numbers.prev:hover:before,
.woocommerce-pagination .page-numbers.next:hover:before,
.woocommerce-pagination .page-numbers.prev:hover:before {
        color: #fff
}

.pagination .page-numbers.next:hover:after,
.pagination .page-numbers.prev:hover:after,
.woocommerce-pagination .page-numbers.next:hover:after,
.woocommerce-pagination .page-numbers.prev:hover:after {
        color: #fff
}

.pagination .page-numbers.prev:before,
.woocommerce-pagination .page-numbers.prev:before {
        display: block;
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-dark)
}

.pagination .page-numbers.prev i,
.woocommerce-pagination .page-numbers.prev i {
        font-size: 26px;
        font-size: 1.625rem
}

.pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.next:after {
        display: block;
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-dark)
}

.pagination .page-numbers.next i,
.woocommerce-pagination .page-numbers.next i {
        font-size: 26px;
        font-size: 1.625rem
}

.pagination .page-numbers li:last-child .page-numbers,
.woocommerce-pagination .page-numbers li:last-child .page-numbers {
        margin-right: 0
}

.pagination .page-numbers li:first-child .page-numbers,
.woocommerce-pagination .page-numbers li:first-child .page-numbers {
        margin-left: 0
}

.blog-style-grid+.pagination {
        margin-top: 30px
}

.blog-style-grid+.pagination ul.page-numbers {
        justify-content: center
}

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: 16px;
        font-size: 1rem;
        font-weight: var(--e-global-typography-accent-font-weight);
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 10px;
        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-secondary);
        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)
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next {
        margin-bottom: 0
}

.page-links>*,
.wp-block-query-pagination-numbers>* {
        display: inline-block;
        text-align: center;
        font-size: 15px;
        font-size: .9375rem;
        font-weight: var(--e-global-typography-accent-font-weight);
        width: 44px;
        height: 44px;
        line-height: 44px;
        border-radius: 5px;
        margin: 0 5px;
        color: var(--e-global-color-dark);
        background-color: transparent;
        border: 1px solid var(--e-global-color-border)
}

.page-links>*.current,
.page-links>*:hover,
.wp-block-query-pagination-numbers>*.current,
.wp-block-query-pagination-numbers>*:hover {
        background-color: var(--e-global-color-dark);
        color: #fff;
        border-color: var(--e-global-color-dark)
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
        margin: 0
}

nav.post-navigation {
        border: 1px solid var(--e-global-color-border);
        border-left: 0;
        border-right: 0;
        margin-bottom: 55px;
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

nav.post-navigation .nav-previous,
nav.post-navigation .nav-next {
        padding: 28px 0 33px
}

nav.post-navigation .nav-previous .nav-content,
nav.post-navigation .nav-next .nav-content {
        position: relative;
        max-width: 300px
}

nav.post-navigation .nav-previous .nav-content:before,
nav.post-navigation .nav-next .nav-content:before {
        display: none;
        position: absolute;
        left: 4px;
        top: 16px;
        font-size: 20px;
        font-size: 1.25rem;
        color: var(--e-global-color-lighter);
        line-height: 15px
}

nav.post-navigation .nav-previous .nav-content:after,
nav.post-navigation .nav-next .nav-content:after {
        display: none;
        position: absolute;
        right: 4px;
        top: 18px;
        font-size: 20px;
        font-size: 1.25rem;
        color: var(--e-global-color-lighter);
        line-height: 15px
}

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 {
        object-fit: cover;
        width: 60px;
        height: 60px;
        border-radius: 5px;
        display: block
}

@media (max-width:568px) {

        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 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        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);
        font-weight: 600;
        line-height: 1.5;
        color: var(--e-global-color-dark);
        text-transform: capitalize
}

@media (max-width:375px) {

        nav.post-navigation .nav-previous .title,
        nav.post-navigation .nav-next .title {
                font-size: 16px;
                font-size: 1rem
        }
}

nav.post-navigation .nav-previous .reader-text,
nav.post-navigation .nav-next .reader-text {
        color: #999;
        position: relative;
        font-size: 12px;
        font-size: .75rem;
        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-weight: 600;
        line-height: 1.6666666667;
        text-transform: uppercase;
        align-content: center;
        align-items: center;
        display: flex
}

nav.post-navigation .nav-previous .reader-text span i,
nav.post-navigation .nav-next .reader-text span i {
        font-size: 16px;
        font-size: 1rem
}

nav.post-navigation .nav-previous a:hover .nav-content .reader-text:before,
nav.post-navigation .nav-next a:hover .nav-content .reader-text:before {
        color: var(--e-global-color-primary)
}

nav.post-navigation .nav-previous a:hover .title,
nav.post-navigation .nav-next a:hover .title {
        color: var(--e-global-color-primary)
}

nav.post-navigation .nav-previous {
        float: left;
        width: 100%;
        padding-right: 0
}

@media (max-width:768px) {
        nav.post-navigation .nav-previous {
                width: 50%
        }
}

nav.post-navigation .nav-previous span {
        margin-right: 8px
}

nav.post-navigation .nav-previous img {
        margin-right: 20px
}

nav.post-navigation .nav-next {
        float: right;
        width: 100%;
        padding-left: 0;
        justify-content: flex-end
}

@media (max-width:768px) {
        nav.post-navigation .nav-next {
                width: 50%
        }
}

nav.post-navigation .nav-next span {
        margin-left: 4px
}

nav.post-navigation .nav-next img {
        margin-left: 20px
}

nav.post-navigation .nav-next .reader-text {
        justify-content: flex-end
}

nav.post-navigation .nav-next .title {
        text-align: right
}

#secondary .widget {
        margin-bottom: 40px;
        padding-bottom: 50px;
        border-radius: 0;
        border-bottom: 1px solid var(--e-global-color-border)
}

#secondary .widget:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
}

#secondary .widget_block {
        border: none;
        margin-bottom: 0;
        padding: 0
}

#secondary .widget_search {
        font-size: 20px;
        font-size: 1.25rem;
        margin-bottom: 39px;
        padding-bottom: 48px
}

.widget .wp-block-group {
        margin-bottom: 50px;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 10px
}

.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: 50px;
        border: 1px solid transparent;
        background-color: #f4f4f4;
        padding: 16px 26px
}

.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__input::placeholder,
.widget.widget_product_search .search-field::placeholder,
.widget.widget_search .wp-block-search__input::placeholder,
.widget.widget_search .search-field::placeholder {
        color: var(--e-global-color-secondary);
        font-size: 16px;
        font-size: 1rem
}

.widget.widget_product_search .wp-block-search__input:focus,
.widget.widget_product_search .search-field:focus,
.widget.widget_search .wp-block-search__input:focus,
.widget.widget_search .search-field:focus {
        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-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: 26px;
        font-size: 1.625rem;
        line-height: 1.2307692308;
        padding-bottom: 26px;
        color: var(--e-global-color-dark)
}

.widget_block.widget_search .wp-block-search__label,
.widget_block.widget_search .wp-block-group__inner-container>h2,
.widget_block.widget_search .widget-title,
.widget_block.widget_search .widgettitle,
.widget.widget_search .wp-block-search__label,
.widget.widget_search .wp-block-group__inner-container>h2,
.widget.widget_search .widget-title,
.widget.widget_search .widgettitle {
        border-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 {
        margin-left: 13px;
        line-height: 40px
}

.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: 1em
}

.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: flex-start;
        align-items: center;
        margin-bottom: 0
}

.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: 10px;
        -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: 0
}

.widget_block.widget_recent_entries .widget-title,
.widget.widget_recent_entries .widget-title {
        padding-bottom: 34px
}

.widget_block.widget_recent_entries .widget-content .post-date,
.widget.widget_recent_entries .widget-content .post-date {
        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: 10px;
        font-size: .625rem;
        line-height: 1.8;
        font-weight: 600;
        letter-spacing: 2px;
        color: var(--e-global-color-lighter);
        margin-bottom: 6px;
        text-transform: uppercase
}

.widget_block.widget_recent_entries .widget-content li,
.widget.widget_recent_entries .widget-content li {
        display: flex;
        flex-direction: row;
        margin-bottom: 24px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--e-global-color-border);
        align-items: flex-start
}

.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: 20px;
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 5px
}

.widget_block.widget_recent_entries .recent-posts-info,
.widget.widget_recent_entries .recent-posts-info {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column-reverse;
        margin-top: -4px
}

.widget_block.widget_recent_entries .post-title,
.widget.widget_recent_entries .post-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);
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.5;
        font-weight: 600;
        color: var(--e-global-color-secondary);
        text-transform: inherit
}

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

.widget_block.widget_recent_entries .post-title a:hover,
.widget.widget_recent_entries .post-title a:hover {
        color: var(--e-global-color-primary)
}

.widget_block ul,
.widget ul {
        margin: 0;
        list-style: none
}

.widget_block ul li,
.widget ul li {
        list-style: none;
        margin-bottom: 0
}

.widget_block ul li:last-child,
.widget ul li:last-child {
        margin-bottom: 0
}

.widget_block ul li.current-cat a,
.widget ul li.current-cat a {
        color: var(--e-global-color-primary)
}

.widget_block ul li.current-cat a .count,
.widget_block ul li.current-cat a .cat-count,
.widget ul li.current-cat a .count,
.widget ul li.current-cat a .cat-count {
        color: var(--e-global-color-primary)
}

.widget_block ul li.current-cat a .count:before,
.widget_block ul li.current-cat a .cat-count:before,
.widget ul li.current-cat a .count:before,
.widget ul li.current-cat a .cat-count:before {
        opacity: 1;
        visibility: visible
}

.widget_block ul .children,
.widget ul .children {
        margin-top: 16px
}

.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: 20px;
        font-size: 1.25rem;
        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-weight: 600;
        line-height: 26px
}

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

.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-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: 14px !important;
        line-height: 1.571428;
        font-weight: 500;
        color: var(--e-global-color-lighter);
        padding: 5px 14px 7px;
        margin-bottom: 3px;
        border-radius: 0;
        border: 1px solid var(--e-global-color-border);
        background-color: transparent
}

.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: #fff;
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.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 {
        position: absolute;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        text-align-last: center;
        font-size: 18px;
        font-size: 1.125rem;
        width: 44px;
        height: 52px;
        right: 0;
        color: var(--e-global-color-secondary);
        border-radius: 10px
}

.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: 40px;
        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;
        border: none;
        padding: 0;
        border-radius: 10px;
        cursor: pointer;
        background-color: transparent
}

.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: transparent;
        font-size: 0;
        line-height: 0;
        border: none;
        position: relative;
        width: 60px;
        margin: 0 0 0 15px
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button .search-icon {
        display: none
}

.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_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_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 li:hover,
.widget.widget_block ol li:hover,
.wp-block-archives-list ul li:hover,
.wp-block-archives-list ol li:hover,
.widget_product_brands ul li:hover,
.widget_product_brands ol li:hover,
.widget_pages ul li:hover,
.widget_pages ol li:hover,
.widget_categories ul li:hover,
.widget_categories ol li:hover,
.widget_archive ul li:hover,
.widget_archive ol li:hover,
.widget_recent_comments ul li:hover,
.widget_recent_comments ol li:hover,
.widget_nav_menu ul li:hover,
.widget_nav_menu ol li:hover,
.widget_links ul li:hover,
.widget_links ol li:hover,
.widget_layered_nav ul li:hover,
.widget_layered_nav ol li:hover,
.widget_meta ul li:hover,
.widget_meta ol li:hover,
.widget_layered_nav_filters ul li:hover,
.widget_layered_nav_filters ol li:hover {
        color: var(--e-global-color-primary)
}

.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_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);
        position: relative;
        padding-left: 20px
}

.widget.widget_block ul a:before,
.widget.widget_block ol a:before,
.wp-block-archives-list ul a:before,
.wp-block-archives-list ol a:before,
.widget_product_brands ul a:before,
.widget_product_brands ol a:before,
.widget_pages ul a:before,
.widget_pages ol a:before,
.widget_categories ul a:before,
.widget_categories ol a:before,
.widget_archive ul a:before,
.widget_archive ol a:before,
.widget_recent_comments ul a:before,
.widget_recent_comments ol a:before,
.widget_nav_menu ul a:before,
.widget_nav_menu ol a:before,
.widget_links ul a:before,
.widget_links ol a:before,
.widget_layered_nav ul a:before,
.widget_layered_nav ol a:before,
.widget_meta ul a:before,
.widget_meta ol a:before,
.widget_layered_nav_filters ul a:before,
.widget_layered_nav_filters ol a:before {
        content: "";
        position: absolute;
        height: 5px;
        width: 5px;
        background-color: var(--e-global-color-primary);
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-radius: 50px
}

.widget.widget_block ul a .count,
.widget.widget_block ul a .cat-count,
.widget.widget_block ol a .count,
.widget.widget_block ol a .cat-count,
.wp-block-archives-list ul a .count,
.wp-block-archives-list ul a .cat-count,
.wp-block-archives-list ol a .count,
.wp-block-archives-list ol a .cat-count,
.widget_product_brands ul a .count,
.widget_product_brands ul a .cat-count,
.widget_product_brands ol a .count,
.widget_product_brands ol a .cat-count,
.widget_pages ul a .count,
.widget_pages ul a .cat-count,
.widget_pages ol a .count,
.widget_pages ol a .cat-count,
.widget_categories ul a .count,
.widget_categories ul a .cat-count,
.widget_categories ol a .count,
.widget_categories ol a .cat-count,
.widget_archive ul a .count,
.widget_archive ul a .cat-count,
.widget_archive ol a .count,
.widget_archive ol a .cat-count,
.widget_recent_comments ul a .count,
.widget_recent_comments ul a .cat-count,
.widget_recent_comments ol a .count,
.widget_recent_comments ol a .cat-count,
.widget_nav_menu ul a .count,
.widget_nav_menu ul a .cat-count,
.widget_nav_menu ol a .count,
.widget_nav_menu ol a .cat-count,
.widget_links ul a .count,
.widget_links ul a .cat-count,
.widget_links ol a .count,
.widget_links ol a .cat-count,
.widget_layered_nav ul a .count,
.widget_layered_nav ul a .cat-count,
.widget_layered_nav ol a .count,
.widget_layered_nav ol a .cat-count,
.widget_meta ul a .count,
.widget_meta ul a .cat-count,
.widget_meta ol a .count,
.widget_meta ol a .cat-count,
.widget_layered_nav_filters ul a .count,
.widget_layered_nav_filters ul a .cat-count,
.widget_layered_nav_filters ol a .count,
.widget_layered_nav_filters ol a .cat-count {
        color: var(--e-global-color-text);
        padding: 0 3px 0 0
}

.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_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:focus .cat-count,
.widget.widget_block ul a:hover .count,
.widget.widget_block ul a:hover .cat-count,
.widget.widget_block ol a:focus .count,
.widget.widget_block ol a:focus .cat-count,
.widget.widget_block ol a:hover .count,
.widget.widget_block ol a:hover .cat-count,
.wp-block-archives-list ul a:focus .count,
.wp-block-archives-list ul a:focus .cat-count,
.wp-block-archives-list ul a:hover .count,
.wp-block-archives-list ul a:hover .cat-count,
.wp-block-archives-list ol a:focus .count,
.wp-block-archives-list ol a:focus .cat-count,
.wp-block-archives-list ol a:hover .count,
.wp-block-archives-list ol a:hover .cat-count,
.widget_product_brands ul a:focus .count,
.widget_product_brands ul a:focus .cat-count,
.widget_product_brands ul a:hover .count,
.widget_product_brands ul a:hover .cat-count,
.widget_product_brands ol a:focus .count,
.widget_product_brands ol a:focus .cat-count,
.widget_product_brands ol a:hover .count,
.widget_product_brands ol a:hover .cat-count,
.widget_pages ul a:focus .count,
.widget_pages ul a:focus .cat-count,
.widget_pages ul a:hover .count,
.widget_pages ul a:hover .cat-count,
.widget_pages ol a:focus .count,
.widget_pages ol a:focus .cat-count,
.widget_pages ol a:hover .count,
.widget_pages ol a:hover .cat-count,
.widget_categories ul a:focus .count,
.widget_categories ul a:focus .cat-count,
.widget_categories ul a:hover .count,
.widget_categories ul a:hover .cat-count,
.widget_categories ol a:focus .count,
.widget_categories ol a:focus .cat-count,
.widget_categories ol a:hover .count,
.widget_categories ol a:hover .cat-count,
.widget_archive ul a:focus .count,
.widget_archive ul a:focus .cat-count,
.widget_archive ul a:hover .count,
.widget_archive ul a:hover .cat-count,
.widget_archive ol a:focus .count,
.widget_archive ol a:focus .cat-count,
.widget_archive ol a:hover .count,
.widget_archive ol a:hover .cat-count,
.widget_recent_comments ul a:focus .count,
.widget_recent_comments ul a:focus .cat-count,
.widget_recent_comments ul a:hover .count,
.widget_recent_comments ul a:hover .cat-count,
.widget_recent_comments ol a:focus .count,
.widget_recent_comments ol a:focus .cat-count,
.widget_recent_comments ol a:hover .count,
.widget_recent_comments ol a:hover .cat-count,
.widget_nav_menu ul a:focus .count,
.widget_nav_menu ul a:focus .cat-count,
.widget_nav_menu ul a:hover .count,
.widget_nav_menu ul a:hover .cat-count,
.widget_nav_menu ol a:focus .count,
.widget_nav_menu ol a:focus .cat-count,
.widget_nav_menu ol a:hover .count,
.widget_nav_menu ol a:hover .cat-count,
.widget_links ul a:focus .count,
.widget_links ul a:focus .cat-count,
.widget_links ul a:hover .count,
.widget_links ul a:hover .cat-count,
.widget_links ol a:focus .count,
.widget_links ol a:focus .cat-count,
.widget_links ol a:hover .count,
.widget_links ol a:hover .cat-count,
.widget_layered_nav ul a:focus .count,
.widget_layered_nav ul a:focus .cat-count,
.widget_layered_nav ul a:hover .count,
.widget_layered_nav ul a:hover .cat-count,
.widget_layered_nav ol a:focus .count,
.widget_layered_nav ol a:focus .cat-count,
.widget_layered_nav ol a:hover .count,
.widget_layered_nav ol a:hover .cat-count,
.widget_meta ul a:focus .count,
.widget_meta ul a:focus .cat-count,
.widget_meta ul a:hover .count,
.widget_meta ul a:hover .cat-count,
.widget_meta ol a:focus .count,
.widget_meta ol a:focus .cat-count,
.widget_meta ol a:hover .count,
.widget_meta ol a:hover .cat-count,
.widget_layered_nav_filters ul a:focus .count,
.widget_layered_nav_filters ul a:focus .cat-count,
.widget_layered_nav_filters ul a:hover .count,
.widget_layered_nav_filters ul a:hover .cat-count,
.widget_layered_nav_filters ol a:focus .count,
.widget_layered_nav_filters ol a:focus .cat-count,
.widget_layered_nav_filters ol a:hover .count,
.widget_layered_nav_filters ol a:hover .cat-count {
        color: #fff
}

.widget.widget_block ul a:focus .count:before,
.widget.widget_block ul a:focus .cat-count:before,
.widget.widget_block ul a:hover .count:before,
.widget.widget_block ul a:hover .cat-count:before,
.widget.widget_block ol a:focus .count:before,
.widget.widget_block ol a:focus .cat-count:before,
.widget.widget_block ol a:hover .count:before,
.widget.widget_block ol a:hover .cat-count:before,
.wp-block-archives-list ul a:focus .count:before,
.wp-block-archives-list ul a:focus .cat-count:before,
.wp-block-archives-list ul a:hover .count:before,
.wp-block-archives-list ul a:hover .cat-count:before,
.wp-block-archives-list ol a:focus .count:before,
.wp-block-archives-list ol a:focus .cat-count:before,
.wp-block-archives-list ol a:hover .count:before,
.wp-block-archives-list ol a:hover .cat-count:before,
.widget_product_brands ul a:focus .count:before,
.widget_product_brands ul a:focus .cat-count:before,
.widget_product_brands ul a:hover .count:before,
.widget_product_brands ul a:hover .cat-count:before,
.widget_product_brands ol a:focus .count:before,
.widget_product_brands ol a:focus .cat-count:before,
.widget_product_brands ol a:hover .count:before,
.widget_product_brands ol a:hover .cat-count:before,
.widget_pages ul a:focus .count:before,
.widget_pages ul a:focus .cat-count:before,
.widget_pages ul a:hover .count:before,
.widget_pages ul a:hover .cat-count:before,
.widget_pages ol a:focus .count:before,
.widget_pages ol a:focus .cat-count:before,
.widget_pages ol a:hover .count:before,
.widget_pages ol a:hover .cat-count:before,
.widget_categories ul a:focus .count:before,
.widget_categories ul a:focus .cat-count:before,
.widget_categories ul a:hover .count:before,
.widget_categories ul a:hover .cat-count:before,
.widget_categories ol a:focus .count:before,
.widget_categories ol a:focus .cat-count:before,
.widget_categories ol a:hover .count:before,
.widget_categories ol a:hover .cat-count:before,
.widget_archive ul a:focus .count:before,
.widget_archive ul a:focus .cat-count:before,
.widget_archive ul a:hover .count:before,
.widget_archive ul a:hover .cat-count:before,
.widget_archive ol a:focus .count:before,
.widget_archive ol a:focus .cat-count:before,
.widget_archive ol a:hover .count:before,
.widget_archive ol a:hover .cat-count:before,
.widget_recent_comments ul a:focus .count:before,
.widget_recent_comments ul a:focus .cat-count:before,
.widget_recent_comments ul a:hover .count:before,
.widget_recent_comments ul a:hover .cat-count:before,
.widget_recent_comments ol a:focus .count:before,
.widget_recent_comments ol a:focus .cat-count:before,
.widget_recent_comments ol a:hover .count:before,
.widget_recent_comments ol a:hover .cat-count:before,
.widget_nav_menu ul a:focus .count:before,
.widget_nav_menu ul a:focus .cat-count:before,
.widget_nav_menu ul a:hover .count:before,
.widget_nav_menu ul a:hover .cat-count:before,
.widget_nav_menu ol a:focus .count:before,
.widget_nav_menu ol a:focus .cat-count:before,
.widget_nav_menu ol a:hover .count:before,
.widget_nav_menu ol a:hover .cat-count:before,
.widget_links ul a:focus .count:before,
.widget_links ul a:focus .cat-count:before,
.widget_links ul a:hover .count:before,
.widget_links ul a:hover .cat-count:before,
.widget_links ol a:focus .count:before,
.widget_links ol a:focus .cat-count:before,
.widget_links ol a:hover .count:before,
.widget_links ol a:hover .cat-count:before,
.widget_layered_nav ul a:focus .count:before,
.widget_layered_nav ul a:focus .cat-count:before,
.widget_layered_nav ul a:hover .count:before,
.widget_layered_nav ul a:hover .cat-count:before,
.widget_layered_nav ol a:focus .count:before,
.widget_layered_nav ol a:focus .cat-count:before,
.widget_layered_nav ol a:hover .count:before,
.widget_layered_nav ol a:hover .cat-count:before,
.widget_meta ul a:focus .count:before,
.widget_meta ul a:focus .cat-count:before,
.widget_meta ul a:hover .count:before,
.widget_meta ul a:hover .cat-count:before,
.widget_meta ol a:focus .count:before,
.widget_meta ol a:focus .cat-count:before,
.widget_meta ol a:hover .count:before,
.widget_meta ol a:hover .cat-count:before,
.widget_layered_nav_filters ul a:focus .count:before,
.widget_layered_nav_filters ul a:focus .cat-count:before,
.widget_layered_nav_filters ul a:hover .count:before,
.widget_layered_nav_filters ul a:hover .cat-count:before,
.widget_layered_nav_filters ol a:focus .count:before,
.widget_layered_nav_filters ol a:focus .cat-count:before,
.widget_layered_nav_filters ol a:hover .count:before,
.widget_layered_nav_filters ol a:hover .cat-count:before {
        opacity: 1;
        visibility: visible
}

.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_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: 0
}

.widget_meta ul li a {
        position: relative;
        display: flex;
        align-items: center
}

.widget_meta ul li a:before {
        content: "";
        width: 12px;
        height: 12px;
        display: inline-flex;
        border: 1px solid transparent;
        background-color: #efefef;
        margin-right: 10px
}

.widget_meta ul li a:hover:before {
        border-color: var(--e-global-color-primary);
        border: 1px solid var(--e-global-color-secondary)
}

.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-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: 16px;
        font-size: 1rem;
        line-height: 1.875;
        font-weight: 600;
        color: var(--e-global-color-secondary)
}

.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;
        align-self: center
}

.widget_nav_menu li a:focus,
.widget_nav_menu li a:hover,
.widget_pages li a:focus,
.widget_pages li a:hover,
.widget_categories li a:focus,
.widget_categories li a:hover,
.widget_archive li a:focus,
.widget_archive li a:hover,
.wp-block-archives li a:focus,
.wp-block-archives li a:hover,
.wp-block-categories li a:focus,
.wp-block-categories li a:hover,
.product-categories li a:focus,
.product-categories li a:hover,
.product-brands li a:focus,
.product-brands li a:hover {
        color: var(--e-global-color-primary)
}

.widget-area {
        padding: 50px 56px 51px 54px;
        border-style: solid;
        border-width: 1px;
        border-color: var(--e-global-color-border);
        border-radius: 15px
}

@media (max-width:1024px) {
        .widget-area {
                padding: 30px
        }
}

@media (max-width:1023px) {
        .widget-area {
                margin-top: 40px
        }
}

.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 {
        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: 16px;
        font-size: 1rem;
        line-height: 1.875;
        font-weight: 600;
        color: var(--e-global-color-lighter);
        margin-left: auto;
        position: relative
}

.widget-area .widget_categories a,
.widget-area .widget_archive a {
        display: flex;
        align-items: center
}

.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-area .widget_categories a:focus:hover .cat-count,
.widget-area .widget_categories a:focus:hover .archive-count,
.widget-area .widget_categories a:hover:hover .cat-count,
.widget-area .widget_categories a:hover:hover .archive-count,
.widget-area .widget_archive a:focus:hover .cat-count,
.widget-area .widget_archive a:focus:hover .archive-count,
.widget-area .widget_archive a:hover:hover .cat-count,
.widget-area .widget_archive a:hover:hover .archive-count {
        color: var(--e-global-color-primary)
}

.widget-area .widget_categories a[aria-current=page],
.widget-area .widget_archive a[aria-current=page] {
        color: var(--e-global-color-primary)
}

.widget-area .widget_categories a[aria-current=page] .cat-count,
.widget-area .widget_categories a[aria-current=page] .archive-count,
.widget-area .widget_archive a[aria-current=page] .cat-count,
.widget-area .widget_archive a[aria-current=page] .archive-count {
        color: var(--e-global-color-primary)
}

.widget_recent_comments .wp-block-latest-comments__comment {
        line-height: 1.7
}

.widget_recent_comments ul a {
        text-decoration: underline;
        padding: 0
}

.widget_recent_comments ul a:before {
        display: none
}

.widget.widget_block ol a {
        padding: 0
}

.widget.widget_block ol a:before {
        display: none
}

.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: transparent;
        color: #fff;
        font-weight: 700
}

.widget_recent_entries ul ul.children {
        margin: .6180339845em 0 0
}

.bokifa-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-dark)
}

.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: block;
        order: -1
}

@media (max-width:567px) {
        .search-by-category {
                display: none
        }
}

.search-by-category .input-dropdown-inner {
        height: 50px;
        line-height: 50px;
        width: 230px;
        position: relative
}

@media (max-width:1024px) {
        .search-by-category .input-dropdown-inner {
                width: 150px
        }
}

.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: 0 25px;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        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: 17px;
        top: 50%;
        transform: translateY(-50%)
}

.search-by-category .input-dropdown-inner select.dropdown_product_cat_ajax {
        line-height: 50px;
        height: 50px;
        padding: 0 15px;
        font-size: 14px;
        font-size: .875rem;
        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 4px 30px rgba(0, 0, 0, .08);
        padding: 15px 0;
        border-radius: 10px
}

.search-by-category .list-wrapper .bokifa-scroll-content {
        position: relative;
        max-height: 255px;
        width: 230px;
        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;
        font-weight: 500;
        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
}

@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 {
                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% + 30px);
                top: 0;
                visibility: hidden;
                opacity: 0;
                -ms-opacity: 0;
                -o-opacity: 0;
                -moz-opacity: 0;
                -webkit-opacity: 0;
                filter: alpha(opacity=0)
        }

        .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;
                visibility: visible;
                pointer-events: auto;
                opacity: 1;
                -ms-opacity: 1;
                -o-opacity: 1;
                -moz-opacity: 1;
                -webkit-opacity: 1;
                filter: alpha(opacity=100)
        }

        .main-navigation ul ul.sub-menu {
                float: left;
                position: absolute;
                top: 100%;
                z-index: 99999;
                left: -1px;
                visibility: hidden;
                pointer-events: none;
                opacity: 0;
                -ms-opacity: 0;
                -o-opacity: 0;
                -moz-opacity: 0;
                -webkit-opacity: 0;
                filter: alpha(opacity=0)
        }

        .main-navigation ul ul.sub-menu:not(.flyout-submenu) {
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                transition: all .3s ease
        }

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

        .main-navigation ul.mega-menu {
                border-radius: 0
        }

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

        .site-content:after {
                clear: both
        }

        [class*=bokifa-sidebar-] .content-area {
                width: calc(100% - 520px);
                float: left
        }

        .bokifa-sidebar-left .content-area {
                float: right
        }

        .bokifa-sidebar-right .content-area {
                float: left
        }
}

@media (min-width:1024px) and (max-width:1024px) {
        [class*=bokifa-sidebar-] .content-area {
                width: calc(100% - 340px)
        }
}

@media (min-width:1024px) {
        [class*=bokifa-sidebar-] .widget-area {
                width: 490px;
                float: right
        }

        .bokifa-sidebar-left .widget-area {
                float: left
        }

        .bokifa-sidebar-right .widget-area {
                float: right
        }
}

@media (min-width:1024px) and (max-width:1024px) {
        [class*=bokifa-sidebar-] .widget-area {
                width: 320px
        }
}

@media (min-width:1024px) {
        .left-sidebar .content-area {
                float: left
        }

        .left-sidebar .widget-area {
                float: right
        }
}

@media (min-width:1024px) {
        .woocommerce-page.bokifa-full-width-content .content-area {
                width: 100%;
                float: left;
                margin-left: 0;
                margin-right: 0
        }
}

@media (min-width:1024px) {
        .bokifa-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 var(--e-global-color-border)
        }

        .comment-list ol.children {
                margin-left: 80px;
                list-style: none
        }

        #respond .comment-form-comment {
                clear: both
        }

        .bokifa-primary-navigation {
                clear: both
        }

        .bokifa-primary-navigation:before,
        .bokifa-primary-navigation:after {
                content: "";
                display: table
        }

        .bokifa-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: 0;
                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>li>a,
        .main-navigation ul.nav-menu ul.sub-menu>li>a {
                font-size: 14px;
                font-size: .875rem;
                line-height: 2.1428571429;
                font-weight: 500;
                -ms-transition: all .3s ease;
                -o-transition: all .3s ease;
                -moz-transition: all .3s ease;
                -webkit-transition: all .3s ease;
                transition: all .3s ease
        }

        .main-navigation ul.menu ul.sub-menu>li>a:hover,
        .main-navigation ul.nav-menu ul.sub-menu>li>a:hover {
                color: var(--e-global-color-primary)
        }

        .main-navigation ul.menu ul.sub-menu>li.current-menu-parent>a,
        .main-navigation ul.menu ul.sub-menu>li.current-menu-item>a,
        .main-navigation ul.menu ul.sub-menu>li.current-menu-ancestor>a,
        .main-navigation ul.nav-menu ul.sub-menu>li.current-menu-parent>a,
        .main-navigation ul.nav-menu ul.sub-menu>li.current-menu-item>a,
        .main-navigation ul.nav-menu ul.sub-menu>li.current-menu-ancestor>a {
                color: var(--e-global-color-primary)
        }

        .main-navigation ul.menu ul.sub-menu ul,
        .main-navigation ul.nav-menu ul.sub-menu ul {
                margin-left: 30px
        }

        .main-navigation ul.menu ul.mega-menu ul,
        .main-navigation ul.nav-menu ul.mega-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: 1530px;
                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 .bokifa-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 li.menu-item a.hfe-menu-item {
        display: inline-block;
        color: var(--e-global-color-secondary);
        font-family: var(--e-global-typography-text-font-family);
        font-weight: var(--e-global-typography-text-font-weight);
        font-size: 14px;
        font-size: .875rem;
        line-height: 14px
}

.hfe-nav-menu li.menu-item a.hfe-menu-item:hover {
        color: var(--e-global-color-primary)
}

.hfe-nav-menu li.menu-item.current-menu-item a.hfe-menu-item {
        color: var(--e-global-color-primary)
}

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

.bokifa-social-share {
        font-size: 14px;
        font-size: .875rem
}

.bokifa-social-share .social-share-header {
        color: var(--e-global-color-text)
}

.bokifa-social-share a {
        padding-left: 5px;
        padding-right: 5px;
        color: var(--e-global-color-text)
}

.bokifa-social-share a:hover {
        color: var(--e-global-color-primary)
}

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

.bokifa-social-share a span:focus {
        background-color: #f1f1f1;
        color: #21759b;
        border-radius: 10px;
        -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 .bokifa-social-share {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 22px
}

.single-product .bokifa-social-share .social-share-header {
        display: block;
        margin-right: 18px
}

.single-product .bokifa-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 .bokifa-social-share a.social-facebook {
        background-color: #3b5998
}

.single-product .bokifa-social-share a.social-twitter {
        background-color: #1da1f2
}

.single-product .bokifa-social-share a.social-linkedin {
        background-color: #0077b5
}

.single-product .bokifa-social-share a.social-google {
        background-color: #787c80
}

.single-product .bokifa-social-share a.social-pinterest {
        background-color: #e60023
}

.single-product .bokifa-social-share a i {
        font-size: 12px;
        font-size: .75rem
}

@font-face {
        font-family: "bokifa-icon";
        src: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./assets/fonts/icons/bokifa-icon-1.0.0.eot);
        src: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./assets/fonts/icons/bokifa-icon-1.0.0.eot?#iefix) format("eot"), url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./assets/fonts/icons/bokifa-icon-1.0.0.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./assets/fonts/icons/bokifa-icon-1.0.0.woff) format("woff"), url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./assets/fonts/icons/bokifa-icon-1.0.0.ttf) format("truetype"), url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/./assets/fonts/icons/bokifa-icon-1.0.0.svg#bokifa-icon-1.0.0) format("svg")
}

[class*=bokifa-icon-] {
        font-family: "bokifa-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
}

.bokifa-icon-add-fill:before {
        content: ""
}

.bokifa-icon-angle-left:before {
        content: ""
}

.bokifa-icon-angle-right:before {
        content: ""
}

.bokifa-icon-book:before {
        content: ""
}

.bokifa-icon-book2:before {
        content: ""
}

.bokifa-icon-box:before {
        content: ""
}

.bokifa-icon-box2:before {
        content: ""
}

.bokifa-icon-breadcrumb:before {
        content: ""
}

.bokifa-icon-bullet-list-line:before {
        content: ""
}

.bokifa-icon-calendar:before {
        content: ""
}

.bokifa-icon-cat2:before {
        content: ""
}

.bokifa-icon-chat:before {
        content: ""
}

.bokifa-icon-check-line:before {
        content: ""
}

.bokifa-icon-check1:before {
        content: ""
}

.bokifa-icon-comments1:before {
        content: ""
}

.bokifa-icon-customers:before {
        content: ""
}

.bokifa-icon-delivery-s:before {
        content: ""
}

.bokifa-icon-delivery:before {
        content: ""
}

.bokifa-icon-discount:before {
        content: ""
}

.bokifa-icon-eaudio:before {
        content: ""
}

.bokifa-icon-evideo:before {
        content: ""
}

.bokifa-icon-eview:before {
        content: ""
}

.bokifa-icon-facebook-o:before {
        content: ""
}

.bokifa-icon-filters:before {
        content: ""
}

.bokifa-icon-fire:before {
        content: ""
}

.bokifa-icon-freeship:before {
        content: ""
}

.bokifa-icon-gallery-s:before {
        content: ""
}

.bokifa-icon-gift-box:before {
        content: ""
}

.bokifa-icon-grid1:before {
        content: ""
}

.bokifa-icon-headphones:before {
        content: ""
}

.bokifa-icon-help-center:before {
        content: ""
}

.bokifa-icon-instagram-o:before {
        content: ""
}

.bokifa-icon-linkedin-in:before {
        content: ""
}

.bokifa-icon-list-ul:before {
        content: ""
}

.bokifa-icon-m-marker:before {
        content: ""
}

.bokifa-icon-medal:before {
        content: ""
}

.bokifa-icon-movies:before {
        content: ""
}

.bokifa-icon-note1:before {
        content: ""
}

.bokifa-icon-online-shopping:before {
        content: ""
}

.bokifa-icon-open-book:before {
        content: ""
}

.bokifa-icon-play-circle:before {
        content: ""
}

.bokifa-icon-play-fill:before {
        content: ""
}

.bokifa-icon-play:before {
        content: ""
}

.bokifa-icon-plus-circle-o:before {
        content: ""
}

.bokifa-icon-pumpkin:before {
        content: ""
}

.bokifa-icon-quote-left:before {
        content: ""
}

.bokifa-icon-quote1:before {
        content: ""
}

.bokifa-icon-reply-line:before {
        content: ""
}

.bokifa-icon-returns:before {
        content: ""
}

.bokifa-icon-schildren:before {
        content: ""
}

.bokifa-icon-secure-payment:before {
        content: ""
}

.bokifa-icon-setting:before {
        content: ""
}

.bokifa-icon-share-all:before {
        content: ""
}

.bokifa-icon-shopping-bag:before {
        content: ""
}

.bokifa-icon-shopping-cart:before {
        content: ""
}

.bokifa-icon-sliders-v:before {
        content: ""
}

.bokifa-icon-smiley:before {
        content: ""
}

.bokifa-icon-sparkle:before {
        content: ""
}

.bokifa-icon-star-1:before {
        content: ""
}

.bokifa-icon-star2:before {
        content: ""
}

.bokifa-icon-study:before {
        content: ""
}

.bokifa-icon-time-fast:before {
        content: ""
}

.bokifa-icon-two-line:before {
        content: ""
}

.bokifa-icon-ufo:before {
        content: ""
}

.bokifa-icon-user2:before {
        content: ""
}

.bokifa-icon-v-alien:before {
        content: ""
}

.bokifa-icon-v-balloon:before {
        content: ""
}

.bokifa-icon-v-book:before {
        content: ""
}

.bokifa-icon-v-boy:before {
        content: ""
}

.bokifa-icon-v-family:before {
        content: ""
}

.bokifa-icon-v-helmet:before {
        content: ""
}

.bokifa-icon-v-magical:before {
        content: ""
}

.bokifa-icon-v-mortarboard:before {
        content: ""
}

.bokifa-icon-v-palette:before {
        content: ""
}

.bokifa-icon-v-resume:before {
        content: ""
}

.bokifa-icon-360:before {
        content: ""
}

.bokifa-icon-arrow-down:before {
        content: ""
}

.bokifa-icon-arrow-left:before {
        content: ""
}

.bokifa-icon-arrow-right:before {
        content: ""
}

.bokifa-icon-arrow-up:before {
        content: ""
}

.bokifa-icon-bars:before {
        content: ""
}

.bokifa-icon-caret-down:before {
        content: ""
}

.bokifa-icon-caret-left:before {
        content: ""
}

.bokifa-icon-caret-right:before {
        content: ""
}

.bokifa-icon-caret-up:before {
        content: ""
}

.bokifa-icon-cart-empty:before {
        content: ""
}

.bokifa-icon-cart:before {
        content: ""
}

.bokifa-icon-check-square:before {
        content: ""
}

.bokifa-icon-chevron-down:before {
        content: ""
}

.bokifa-icon-chevron-left:before {
        content: ""
}

.bokifa-icon-chevron-right:before {
        content: ""
}

.bokifa-icon-chevron-up:before {
        content: ""
}

.bokifa-icon-circle:before {
        content: ""
}

.bokifa-icon-cloud-download-alt:before {
        content: ""
}

.bokifa-icon-comment:before {
        content: ""
}

.bokifa-icon-comments:before {
        content: ""
}

.bokifa-icon-compare:before {
        content: ""
}

.bokifa-icon-credit-card:before {
        content: ""
}

.bokifa-icon-dot-circle:before {
        content: ""
}

.bokifa-icon-edit:before {
        content: ""
}

.bokifa-icon-envelope:before {
        content: ""
}

.bokifa-icon-expand-alt:before {
        content: ""
}

.bokifa-icon-external-link-alt:before {
        content: ""
}

.bokifa-icon-file-alt:before {
        content: ""
}

.bokifa-icon-file-archive:before {
        content: ""
}

.bokifa-icon-filter:before {
        content: ""
}

.bokifa-icon-folder-open:before {
        content: ""
}

.bokifa-icon-folder:before {
        content: ""
}

.bokifa-icon-frown:before {
        content: ""
}

.bokifa-icon-gift:before {
        content: ""
}

.bokifa-icon-grip-horizontal:before {
        content: ""
}

.bokifa-icon-heart-fill:before {
        content: ""
}

.bokifa-icon-heart:before {
        content: ""
}

.bokifa-icon-history:before {
        content: ""
}

.bokifa-icon-home:before {
        content: ""
}

.bokifa-icon-info-circle:before {
        content: ""
}

.bokifa-icon-instagram:before {
        content: ""
}

.bokifa-icon-level-up-alt:before {
        content: ""
}

.bokifa-icon-list:before {
        content: ""
}

.bokifa-icon-map-marker-check:before {
        content: ""
}

.bokifa-icon-meh:before {
        content: ""
}

.bokifa-icon-minus-circle:before {
        content: ""
}

.bokifa-icon-minus:before {
        content: ""
}

.bokifa-icon-mobile-android-alt:before {
        content: ""
}

.bokifa-icon-money-bill:before {
        content: ""
}

.bokifa-icon-panel:before {
        content: ""
}

.bokifa-icon-paper-plane:before {
        content: ""
}

.bokifa-icon-pencil-alt:before {
        content: ""
}

.bokifa-icon-plus-circle:before {
        content: ""
}

.bokifa-icon-plus:before {
        content: ""
}

.bokifa-icon-quickview:before {
        content: ""
}

.bokifa-icon-random:before {
        content: ""
}

.bokifa-icon-rating-stroke:before {
        content: ""
}

.bokifa-icon-rating:before {
        content: ""
}

.bokifa-icon-repeat:before {
        content: ""
}

.bokifa-icon-reply-all:before {
        content: ""
}

.bokifa-icon-reply:before {
        content: ""
}

.bokifa-icon-search-plus:before {
        content: ""
}

.bokifa-icon-search:before {
        content: ""
}

.bokifa-icon-shield-check:before {
        content: ""
}

.bokifa-icon-shopping-basket:before {
        content: ""
}

.bokifa-icon-sign-out-alt:before {
        content: ""
}

.bokifa-icon-smile:before {
        content: ""
}

.bokifa-icon-spinner:before {
        content: ""
}

.bokifa-icon-square:before {
        content: ""
}

.bokifa-icon-star:before {
        content: ""
}

.bokifa-icon-store:before {
        content: ""
}

.bokifa-icon-sync:before {
        content: ""
}

.bokifa-icon-tachometer-alt:before {
        content: ""
}

.bokifa-icon-th-large:before {
        content: ""
}

.bokifa-icon-th-list:before {
        content: ""
}

.bokifa-icon-thumbtack:before {
        content: ""
}

.bokifa-icon-ticket:before {
        content: ""
}

.bokifa-icon-times-circle:before {
        content: ""
}

.bokifa-icon-times:before {
        content: ""
}

.bokifa-icon-trophy-alt:before {
        content: ""
}

.bokifa-icon-user-headset:before {
        content: ""
}

.bokifa-icon-user-shield:before {
        content: ""
}

.bokifa-icon-user:before {
        content: ""
}

.bokifa-icon-video:before {
        content: ""
}

.bokifa-icon-wishlist-empty:before {
        content: ""
}

.bokifa-icon-wishlist:before {
        content: ""
}

.bokifa-icon-adobe:before {
        content: ""
}

.bokifa-icon-amazon:before {
        content: ""
}

.bokifa-icon-android:before {
        content: ""
}

.bokifa-icon-angular:before {
        content: ""
}

.bokifa-icon-apper:before {
        content: ""
}

.bokifa-icon-apple:before {
        content: ""
}

.bokifa-icon-atlassian:before {
        content: ""
}

.bokifa-icon-behance:before {
        content: ""
}

.bokifa-icon-bitbucket:before {
        content: ""
}

.bokifa-icon-bitcoin:before {
        content: ""
}

.bokifa-icon-bity:before {
        content: ""
}

.bokifa-icon-bluetooth:before {
        content: ""
}

.bokifa-icon-btc:before {
        content: ""
}

.bokifa-icon-centos:before {
        content: ""
}

.bokifa-icon-chrome:before {
        content: ""
}

.bokifa-icon-codepen:before {
        content: ""
}

.bokifa-icon-cpanel:before {
        content: ""
}

.bokifa-icon-discord:before {
        content: ""
}

.bokifa-icon-dochub:before {
        content: ""
}

.bokifa-icon-docker:before {
        content: ""
}

.bokifa-icon-dribbble:before {
        content: ""
}

.bokifa-icon-dropbox:before {
        content: ""
}

.bokifa-icon-drupal:before {
        content: ""
}

.bokifa-icon-ebay:before {
        content: ""
}

.bokifa-icon-facebook-f:before {
        content: ""
}

.bokifa-icon-facebook:before {
        content: ""
}

.bokifa-icon-figma:before {
        content: ""
}

.bokifa-icon-firefox:before {
        content: ""
}

.bokifa-icon-google-plus:before {
        content: ""
}

.bokifa-icon-google:before {
        content: ""
}

.bokifa-icon-grunt:before {
        content: ""
}

.bokifa-icon-gulp:before {
        content: ""
}

.bokifa-icon-html5:before {
        content: ""
}

.bokifa-icon-joomla:before {
        content: ""
}

.bokifa-icon-link-brand:before {
        content: ""
}

.bokifa-icon-linkedin:before {
        content: ""
}

.bokifa-icon-mailchimp:before {
        content: ""
}

.bokifa-icon-opencart:before {
        content: ""
}

.bokifa-icon-paypal:before {
        content: ""
}

.bokifa-icon-pinterest-p:before {
        content: ""
}

.bokifa-icon-reddit:before {
        content: ""
}

.bokifa-icon-skype:before {
        content: ""
}

.bokifa-icon-slack:before {
        content: ""
}

.bokifa-icon-snapchat:before {
        content: ""
}

.bokifa-icon-spotify:before {
        content: ""
}

.bokifa-icon-trello:before {
        content: ""
}

.bokifa-icon-twitter:before {
        content: ""
}

.bokifa-icon-vimeo:before {
        content: ""
}

.bokifa-icon-whatsapp:before {
        content: ""
}

.bokifa-icon-wordpress:before {
        content: ""
}

.bokifa-icon-yoast:before {
        content: ""
}

.bokifa-icon-youtube:before {
        content: ""
}

.bokifa-social ul {
        margin: 0;
        list-style-type: none
}

.bokifa-social ul li {
        display: inline-block;
        margin-right: 10px;
        line-height: 1
}

.bokifa-social ul li:last-child {
        margin-right: 0
}

.bokifa-social ul li a:before {
        position: relative;
        font-family: "bokifa-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: ""
}

.bokifa-social ul li a[href*=twitter]:before {
        content: "";
        color: #1da1f2
}

.bokifa-social ul li a[href*=instagram]:before {
        content: "";
        color: #262626
}

.bokifa-social ul li a[href*=docker]:before {
        content: ""
}

.bokifa-social ul li a[href*=dochub]:before {
        content: ""
}

.bokifa-social ul li a[href*=yelp]:before {
        content: "";
        color: #af0606
}

.bokifa-social ul li a[href*=flickr]:before {
        content: "";
        color: #0063dc
}

.bokifa-social ul li a[href*=github]:before {
        content: "";
        color: #333
}

.bokifa-social ul li a[href*=dribbble]:before {
        content: "";
        color: #ea4c89
}

.bokifa-social ul li a[href*=wordpress]:before {
        content: "";
        color: #21759b
}

.bokifa-social ul li a[href*=tumblr]:before {
        content: "";
        color: #35465c
}

.bokifa-social ul li a[href*=angular]:before {
        content: ""
}

.bokifa-social ul li a[href*=atlassian]:before {
        content: ""
}

.bokifa-social ul li a[href*=snapchat]:before {
        content: "";
        color: #fffc00
}

.bokifa-social ul li a[href*=apper]:before {
        content: ""
}

.bokifa-social ul li a[href*=codepen]:before {
        content: ""
}

.bokifa-social ul li a[href*=gulp]:before {
        content: ""
}

.bokifa-social ul li a[href*=cpanel]:before {
        content: ""
}

.bokifa-social ul li a[href*=skype]:before {
        content: "";
        color: #00aff0
}

.bokifa-social ul li a[href*=reddit]:before {
        content: "";
        color: #ff4500
}

.bokifa-social ul li a[href*=whatsapp]:before {
        content: ""
}

.bokifa-social ul li a[href*=slack]:before {
        content: ""
}

.bokifa-social ul li a[href*=amazon]:before {
        content: ""
}

.bokifa-social ul li a[href*=android]:before {
        content: ""
}

.bokifa-social ul li a[href*=grunt]:before {
        content: ""
}

.bokifa-social ul li a[href*=firefox]:before {
        content: ""
}

.bokifa-social ul li a[href*=adobe]:before {
        content: ""
}

.bokifa-social ul li a[href*=behance]:before {
        content: ""
}

.bokifa-social ul li a[href*=dropbox]:before {
        content: ""
}

.bokifa-social ul li a[href*=facebook]:before {
        content: "";
        color: #3b5998
}

.bokifa-social ul li a[href*=linkedin]:before {
        content: "";
        color: #0077b5
}

.bokifa-social ul li a[href*=paypal]:before {
        content: ""
}

.bokifa-social ul li a[href*=trello]:before {
        content: ""
}

.bokifa-social ul li a[href*=vimeo]:before {
        content: "";
        color: #1ab7ea
}

.bokifa-social ul li a[href*=youtube]:before {
        content: "";
        color: #cd201f
}

.bokifa-social ul li a[href*=apple]:before {
        content: "";
        color: #999
}

.bokifa-social ul li a[href*=bitbucket]:before {
        content: ""
}

.bokifa-social ul li a[href*=bitcoin]:before {
        content: ""
}

.bokifa-social ul li a[href*=bluetooth]:before {
        content: ""
}

.bokifa-social ul li a[href*=bity]:before {
        content: ""
}

.bokifa-social ul li a[href*="google/chrome"]:before {
        content: ""
}

.bokifa-social ul li a[href*=drupal]:before {
        content: ""
}

.bokifa-social ul li a[href*=html5]:before {
        content: ""
}

.bokifa-social ul li a[href*=mailchimp]:before {
        content: ""
}

.bokifa-social ul li a[href*=jenkins]:before {
        content: ""
}

.bokifa-social ul li a[href*=spotify]:before {
        content: "";
        color: #2ebd59
}

.bokifa-social ul li a[href*=ebay]:before {
        content: ""
}

.bokifa-social ul li a[href*=telegram]:before {
        content: "";
        color: #2ca5e0
}

.bokifa-social ul li a[href*=yoast]:before {
        content: ""
}

.bokifa-social ul li a[href*=btc-e]:before {
        content: ""
}

.bokifa-social ul li a[href*=discord]:before {
        content: ""
}

.bokifa-social ul li a[href*=google]:before {
        content: "";
        color: #dd4b39
}

.bokifa-social ul li a[href*=google-plus]:before {
        content: ""
}

.bokifa-social ul li a[href*=figma]:before {
        content: ""
}

.bokifa-social ul li a[href*=joomla]:before {
        content: ""
}

.bokifa-social ul li a[href*=opencart]:before {
        content: ""
}

.bokifa-social ul li a[href*=pinterest]:before {
        content: "";
        color: #bd081c
}

.bokifa-social ul li a[href*=vimeo]:before {
        content: "";
        color: #1ab7ea
}

.bokifa-social ul li a[href*=centos]:before {
        content: ""
}

.bokifa-social ul li a[href*=whatsapp]:before {
        content: ""
}

.entry-header .post-author:before,
.entry-content .post-author:before {
        font-family: "bokifa-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
}

.entry-header .meta-reply:before,
.entry-content .meta-reply:before {
        font-size: 12px;
        font-size: .75rem;
        font-family: "bokifa-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-bottom: 2px;
        color: var(--e-global-color-text)
}

.entry-header .meta-views:before,
.entry-content .meta-views:before {
        font-size: 10px;
        font-size: .625rem;
        font-family: "bokifa-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: 0 2px 2px 0
}

#comments .commentlist .bypostauthor>.comment-body cite:after {
        font-family: "bokifa-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
}

#respond #cancel-comment-reply-link:before {
        font-family: "bokifa-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: "bokifa-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
}

.editor-styles-wrapper blockquote,
.hentry .entry-content blockquote {
        position: relative;
        clear: both
}

.editor-styles-wrapper blockquote:before,
.hentry .entry-content blockquote:before {
        position: absolute;
        font-size: 44px;
        font-size: 2.75rem;
        font-family: "bokifa-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: "";
        top: 45px;
        left: 46px;
        color: var(--e-global-color-primary)
}

@media (max-width:767px) {

        .editor-styles-wrapper blockquote:before,
        .hentry .entry-content blockquote:before {
                top: 30px;
                left: 15px
        }
}

.woocommerce-grouped-product-list-item__quantity a.button:after {
        font-family: "bokifa-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: ""
}

.woocommerce-grouped-product-list-item__quantity a.button.loading {
        position: relative
}

.woocommerce-grouped-product-list-item__quantity a.button.loading:after {
        font-family: "bokifa-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
}

.single_add_to_cart_button:after {
        font-family: "bokifa-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_add_to_cart_button.loading {
        position: relative
}

.single_add_to_cart_button.loading:after {
        font-family: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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:before,
.mobile-navigation-categories ul li button:before {
        font-family: "bokifa-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-weight: 700
}

.mobile-navigation ul li button.toggled-on:before,
.mobile-navigation-categories ul li button.toggled-on:before {
        font-family: "bokifa-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-weight: 700
}

.widget_search:not(.widget_block) form:before,
.widget_product_search form:before {
        font-family: "bokifa-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: "";
        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: "bokifa-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: var(--e-global-color-text);
        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: "bokifa-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-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 .woocommerce-product-gallery .swiper-button-prev:after {
        font-family: "bokifa-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 .woocommerce-product-gallery .swiper-button-next:after {
        font-family: "bokifa-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 .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li[class^=flex-nav-] a:before {
        font-family: "bokifa-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: ""
}

[dir=rtl] .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li[class^=flex-nav-] a:before {
        content: ""
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav li.flex-nav-next a:before {
        font-family: "bokifa-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: ""
}

[dir=rtl] .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav li.flex-nav-next a:before {
        content: ""
}

.single-product div.product .woocommerce-product-gallery-vertical .swiper-button-prev:after {
        font-family: "bokifa-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)
}

.single-product div.product .woocommerce-product-gallery-vertical .swiper-button-next:after {
        font-family: "bokifa-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)
}

.single-product div.product .entry-summary .yith-wcwl-add-to-wishlist>div>a:before {
        font-family: "bokifa-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: "bokifa-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: "bokifa-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: ""
}

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: "bokifa-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: "bokifa-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: "bokifa-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
}

.pagination .page-numbers.prev:before,
.woocommerce-pagination .page-numbers.prev:before {
        font-family: "bokifa-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: ""
}

.pagination .page-numbers.next:after,
.woocommerce-pagination .page-numbers.next:after {
        font-family: "bokifa-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: ""
}

.pagination .next,
.pagination .prev,
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
        display: inline-block;
        position: relative
}

.dokan-pagination-container .dokan-pagination li a.prev:before {
        font-family: "bokifa-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: ""
}

.dokan-pagination-container .dokan-pagination li a.next:after {
        font-family: "bokifa-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: ""
}

.dokan-pagination-container .dokan-pagination li .next,
.dokan-pagination-container .dokan-pagination li .prev {
        display: inline-block;
        position: relative
}

#shipping_method li>label {
        cursor: pointer;
        padding-right: 20px;
        position: relative
}

#shipping_method li>label:after {
        font-family: "bokifa-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: 10px;
        -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: "bokifa-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: 10px;
        -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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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-bokifa-vertical-menu .vertical-navigation .bokifa-icon {
        position: relative
}

.elementor-widget-bokifa-vertical-menu .vertical-navigation .bokifa-icon:after {
        font-family: "bokifa-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: 14px;
        font-size: .875rem;
        transition: transform .2s
}

@media (max-width:568px) {
        .main-navigation .sub-menu li a:after {
                font-family: "bokifa-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: ""
        }
}

@media (min-width:768px) {

        .main-navigation ul.menu>li.menu-item-has-children>a span:after,
        .main-navigation ul.menu>li.page_item_has_children>a span:after,
        .main-navigation ul.menu>li.has-mega-menu>a span:after,
        .main-navigation ul.nav-menu>li.menu-item-has-children>a span:after,
        .main-navigation ul.nav-menu>li.page_item_has_children>a span:after,
        .main-navigation ul.nav-menu>li.has-mega-menu>a span:after {
                font-family: "bokifa-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: 6px;
                font-size: 10px;
                font-size: .625rem;
                margin-bottom: 3px
        }

        .hfe-nav-menu__layout-horizontal .menu-item a.hfe-menu-item span:after {
                font-family: "bokifa-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: 0 0 3px 5px;
                font-size: 8px;
                font-size: .5rem
        }

        .vertical-navigation ul.menu li a:after,
        .vertical-navigation ul.nav-menu li a:after {
                font-family: "bokifa-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: 8px;
                font-size: .5rem
        }

        .demo_store a.woocommerce-store-notice__dismiss-link:before {
                font-family: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: "bokifa-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: ""
}

h2.resp-accordion.active:before {
        font-family: "bokifa-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;
        text-align: center;
        cursor: pointer
}

.widget_product_categories .icon-minus:before {
        font-family: "bokifa-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: 9px;
        font-size: .5625rem
}

.widget_product_categories .icon-plus {
        float: right;
        text-align: center;
        cursor: pointer
}

.widget_product_categories .icon-plus:before {
        font-family: "bokifa-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: 13px;
        font-size: .8125rem
}

ul.products-list li.product-list .product-caption a[class*=product_type_]:after,
ul.products-list li.product-list .product-caption .woosc-btn:after,
ul.products-list li.product-list .product-caption .woosw-btn:after,
ul.products-list li.product-list .product-caption .woosq-btn:after {
        font-family: "bokifa-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_]:after {
        font-family: "bokifa-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: ""
}

ul.products-list li.product-list .product-caption a[class*=product_type_].loading {
        position: relative
}

ul.products-list li.product-list .product-caption a[class*=product_type_].loading:after {
        content: ""
}

ul.products-list li.product-list .product-caption a[class*=product_type_].loading:before {
        font-family: "bokifa-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: 15px;
        font-size: .9375rem;
        top: unset
}

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: "bokifa-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: ""
}

ul.products-list li.product-list .product-caption .woosq-btn:before {
        content: ""
}

ul.products li.product .product-block a[class*=product_type_]:after {
        font-family: "bokifa-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: ""
}

ul.products li.product .product-block a[class*=product_type_].loading {
        position: relative
}

ul.products li.product .product-block a[class*=product_type_].loading:after {
        content: ""
}

ul.products li.product .product-block a[class*=product_type_].loading:before {
        font-family: "bokifa-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: 15px;
        font-size: .9375rem;
        top: unset
}

ul.products li.product-style-2 .product-block a[class*=product_type_] {
        font-size: 0px;
        font-size: 0rem
}

ul.products li.product-style-2 .product-block a[class*=product_type_]:before {
        font-family: "bokifa-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: 7px;
        font-size: 25px;
        font-size: 1.5625rem;
        text-align: center
}

@media (max-width:1024px) {
        ul.products li.product-style-2 .product-block a[class*=product_type_]:before {
                margin-right: 0
        }
}

ul.products li.product-style-2 .product-block a[class*=product_type_].loading {
        position: relative
}

ul.products li.product-style-2 .product-block a[class*=product_type_].loading:after {
        content: ""
}

ul.products li.product-style-2 .product-block a[class*=product_type_].loading:before {
        font-family: "bokifa-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: 15px;
        font-size: .9375rem
}

ul.products li.product-style-3 .add_to_cart a[class*=product_type_],
ul.products li.product-style-4 .add_to_cart a[class*=product_type_] {
        font-size: 12px;
        font-size: .75rem;
        width: auto
}

ul.products li.product-style-3 .add_to_cart a[class*=product_type_]:before,
ul.products li.product-style-4 .add_to_cart a[class*=product_type_]:before {
        font-family: "bokifa-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: 25px;
        font-size: 1.5625rem;
        display: inline-flex;
        margin-right: 8px
}

@media (max-width:1024px) {

        ul.products li.product-style-3 .add_to_cart a[class*=product_type_]:before,
        ul.products li.product-style-4 .add_to_cart a[class*=product_type_]:before {
                margin-right: 0
        }
}

ul.products li.product-style-3 .add_to_cart a[class*=product_type_].loading,
ul.products li.product-style-4 .add_to_cart a[class*=product_type_].loading {
        position: relative
}

ul.products li.product-style-3 .add_to_cart a[class*=product_type_].loading:after,
ul.products li.product-style-4 .add_to_cart a[class*=product_type_].loading:after {
        content: ""
}

ul.products li.product-style-3 .add_to_cart a[class*=product_type_].loading:before,
ul.products li.product-style-4 .add_to_cart a[class*=product_type_].loading:before {
        font-family: "bokifa-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: 15px;
        font-size: .9375rem
}

.shop-action .woosc-btn:before,
.shop-action .woosq-btn:before,
.shop-action .woosw-btn:before,
.shop-action a[class*=product_type_]:before {
        font-family: "bokifa-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: "bokifa-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: "bokifa-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 .woosc-btn.loading {
        position: relative
}

.single-product div.product .entry-summary .woosc-btn.loading:after {
        font-family: "bokifa-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
}

.single-product div.product .entry-summary .woosc-btn.loading:before {
        content: ""
}

.single-product div.product .entry-summary .woosw-btn:before {
        font-family: "bokifa-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-weight: 600
}

.single-product div.product .entry-summary .woosw-btn.loading {
        position: relative
}

.single-product div.product .entry-summary .woosw-btn.loading:after {
        font-family: "bokifa-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
}

.single-product div.product .entry-summary .woosw-btn.loading:before {
        content: ""
}

a.read-more:after {
        font-family: "bokifa-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-bokifa-language-switcher.language-switcher-style-mobile .bokifa-language-switcher .language-switcher-head:after {
        position: relative;
        font-family: "bokifa-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: "bokifa-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: "bokifa-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
}

.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: "bokifa-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: "bokifa-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
}

.bokifa-elementor-single-product .shop-button a[class*=product_type_]:before {
        font-family: "bokifa-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-bokifa-image-gallery .column-item a:after {
        font-family: "bokifa-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: "bokifa-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-bokifa-search .widget.widget_product_search button[type=submit]:after {
        font-family: "bokifa-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: 30%;
        top: 50%;
        transform: translate(-50%, -50%)
}

.woocommerce-tabs.product-accordions .accordion-head:before {
        font-family: "bokifa-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: ""
}

.woocommerce-tabs.product-accordions .accordion-head:after {
        font-family: "bokifa-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:after {
        font-family: "bokifa-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: "";
        padding-left: 11px;
        font-size: 10px;
        font-size: .625rem
}

[dir=rtl] .comment-form .form-submit .submit:after {
        content: ""
}

.elementor-widget-opal-image-hotspots .elementor-tab-title:before {
        font-family: "bokifa-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: "bokifa-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: "bokifa-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;
        display: none
}

.star-rating {
        font-family: "bokifa-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: "" " " "" " " "" " " "" " " ""
}

a.more-link:after {
        font-family: "bokifa-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-testimonial-item-wrapper .layout-4 .caption-top:before {
        border: 1px solid var(--e-global-color-border);
        border-radius: 50%;
        content: "";
        position: absolute;
        animation-timing-function: linear;
        z-index: -1;
        transform: scale(1);
        pointer-events: none;
        width: 200px;
        height: 200px;
        top: 6px;
        right: 0;
        bottom: 0;
        left: 8px
}

form.woocommerce-form-track-order button:after {
        font-size: 24px;
        font-size: 1.5rem;
        font-family: "bokifa-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: "";
        padding-left: 5px;
        line-height: 5px
}

[dir=rtl] form.woocommerce-form-track-order button:after {
        content: ""
}

.woocommerce-widget-layered-nav-list li:before,
.product-brands li:before {
        font-family: "bokifa-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: 16px;
        font-size: 1rem;
        margin-right: 13px;
        margin-left: 1px;
        color: var(--e-global-color-border);
        display: none
}

.woocommerce-widget-layered-nav-list li:hover:before,
.woocommerce-widget-layered-nav-list li:focus:before,
.woocommerce-widget-layered-nav-list li:active:before,
.woocommerce-widget-layered-nav-list li.chosen:before,
.product-brands li:hover:before,
.product-brands li:focus:before,
.product-brands li:active:before,
.product-brands li.chosen:before {
        font-family: "bokifa-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: var(--e-global-color-primary);
        display: none
}

.nav-previous .nav-content:before {
        font-family: "bokifa-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: "";
        left: 0
}

[dir=rtl] .nav-previous .nav-content:before {
        content: ""
}

.nav-next .nav-content:after {
        font-family: "bokifa-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: "";
        right: 0
}

[dir=rtl] .nav-next .nav-content:after {
        content: ""
}

.pbr-social-share .bo-social-facebook i.bokifa-icon-facebook-o:before {
        font-family: "bokifa-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: -3px
}

.pbr-social-share .bo-social-twitter i.bokifa-icon-twitter-o:before {
        font-family: "bokifa-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: -3px
}

.pbr-social-share .bo-social-behance i.bokifa-icon-behance:before {
        font-family: "bokifa-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: -3px
}

.pbr-social-share .bo-social-youtube i.bokifa-icon-youtube:before {
        font-family: "bokifa-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: -3px
}

.pbr-social-share .add_to_cart .button:before {
        font-family: "bokifa-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: ""
}

.carousehover a:hover:before {
        font-family: "bokifa-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: 30px
}

.single-service .widget_service_list ul li a:after {
        font-family: "bokifa-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-bokifa-text-scrolling .elementor-scrolling-item:before {
        font-family: "bokifa-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-content .reply .comment-reply-link:before {
        font-family: "bokifa-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-content .reply .comment-edit-link:before {
        font-family: "bokifa-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: ""
}

.error404 .error-button:before {
        font-family: "bokifa-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
}

ul.account-dashboard li a:after {
        font-family: "bokifa-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: ""
}

.formbuilder-file .qq-upload-button:before {
        font-family: "bokifa-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-scrolling-inner .elementor-scrolling-item:before {
        font-family: "bokifa-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-item-image-carousel a:before {
        font-family: "bokifa-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: ""
}

.button-attr:after {
        font-family: "bokifa-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_variation_wrap .quantity_tiers_wrap .wrap-action-tier .bokifa-dropdown-tiers .tier-value:before {
        font-family: "bokifa-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-bokifa-flyout-content .main-navigation ul.menu>li.menu-item-has-children>a:after {
        font-family: "bokifa-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-post .single-content .entry-content ul.custom-list li:before {
        font-family: "bokifa-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: ""
}

.woocommerce.active .toggled-on.widget-title:after {
        font-family: "bokifa-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: "";
        cursor: pointer;
        font-weight: 700;
        margin-bottom: -2px
}

.woocommerce .widget-title:after {
        font-family: "bokifa-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: "";
        cursor: pointer;
        font-weight: 700;
        margin-bottom: -2px
}

.overflow-to-left .swiper {
        overflow: visible;
        clip-path: inset(-100% -29px -100% -100%)
}

.overflow-to-right .swiper {
        overflow: visible;
        clip-path: inset(-100% -100% -100% -29px)
}

.bokifa-swiper-wrapper .swiper {
        clip-path: inset(-100% -29px -100% -29px);
        overflow: visible
}

.bokifa-swiper-wrapper {
        overflow: visible
}

.bokifa-swiper-wrapper .elementor-swiper-button {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 1em;
        min-height: 1em
}

.swiper-widget-horizontal .swiper-slide {
        width: calc((100% - ((var(--e-global-column-to-show) - 1)*var(--grid-column-gap)))/var(--e-global-column-to-show));
        margin-right: var(--grid-column-gap)
}

.swiper-widget-vertical .swiper-vertical {
        width: 100%
}

.swiper-widget-vertical .swiper-slide {
        width: 100%;
        margin-bottom: var(--grid-column-gap)
}

.bokifa-swiper-wrapper .elementor-swiper-button {
        font-size: 16px;
        font-size: 1rem;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 60px;
        height: 60px;
        background-color: transparent;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 1px solid var(--e-global-color-border);
        color: var(--e-global-color-dark);
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.bokifa-swiper-wrapper .elementor-swiper-button i,
.bokifa-swiper-wrapper .elementor-swiper-button svg {
        font-size: 16px;
        font-size: 1rem;
        color: var(--e-global-color-dark);
        fill: var(--e-global-color-dark)
}

.bokifa-swiper-wrapper .elementor-swiper-button:hover {
        color: var(--e-global-color-primary)
}

.bokifa-swiper-wrapper:hover .elementor-swiper-button {
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.elementor-pagination-style-1 .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center
}

.elementor-pagination-style-1 .swiper-pagination-vertical {
        transform: rotate(90deg);
        right: -16.3%
}

.elementor-pagination-style-1 .swiper-pagination .swiper-pagination-bullet {
        color: transparent;
        background-image: none;
        position: relative;
        z-index: 1;
        background-color: var(--e-global-color-lighter);
        opacity: 1;
        height: 4px;
        width: 30px;
        margin: 0 5px;
        border-radius: 2px;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-pagination-style-1 .swiper-pagination .swiper-pagination-bullet:hover {
        background-color: var(--e-global-color-dark);
        margin: 0 5px;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.elementor-pagination-style-1 .swiper-pagination .swiper-pagination-bullet:hover:hover {
        background-color: var(--e-global-color-dark);
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.elementor-pagination-style-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background-color: var(--e-global-color-dark);
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        height: 4px;
        width: 30px
}

.elementor-pagination-style-2 .swiper-pagination-horizontal .swiper-pagination-bullet {
        margin: 0 8px
}

.elementor-pagination-style-2 .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 23px
}

.elementor-pagination-style-2 .swiper-pagination-bullet {
        background-color: var(--e-global-color-text);
        cursor: pointer;
        border-radius: 20px;
        width: 6px;
        height: 6px;
        position: relative
}

.elementor-pagination-style-2 .swiper-pagination-bullet:before {
        content: "";
        position: absolute;
        border: 1px solid #E0E0E000;
        padding: 5px;
        width: 20px;
        height: 20px;
        border-radius: 20px;
        top: -7px;
        left: -7px
}

.elementor-pagination-style-2 .swiper-pagination-bullet:hover {
        background: var(--e-global-color-text);
        opacity: 100%
}

.elementor-pagination-style-2 .swiper-pagination-bullet:hover:before {
        border-color: var(--e-global-color-secondary)
}

.elementor-pagination-style-2 .swiper-pagination-bullet-active {
        background-color: var(--e-global-color-text);
        border-color: var(--e-global-color-primary)
}

.elementor-pagination-style-2 .swiper-pagination-bullet-active:before {
        border-color: var(--e-global-color-secondary)
}

.elementor-pagination-style-3 .swiper-pagination {
        display: flex
}

.elementor-pagination-style-3 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
        --swiper-pagination-bullet-horizontal-gap: 0
}

.elementor-pagination-style-3 .swiper-pagination-bullet {
        --swiper-pagination-bullet-horizontal-gap: 0;
        width: 100% !important;
        border-radius: 0;
        position: relative;
        opacity: 1;
        background-color: transparent
}

.elementor-pagination-style-3 .swiper-pagination-bullet:before {
        content: "";
        width: 100%;
        height: 5px;
        left: 0;
        bottom: 0;
        display: block;
        background-color: var(--e-global-color-border);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-pagination-style-3 .swiper-pagination-bullet-active {
        background-color: inherit
}

.elementor-pagination-style-3 .swiper-pagination-bullet-active:before {
        background-color: var(--e-global-color-primary)
}

.elementor-swiper-button-next-vertical-bottom .elementor-swiper-button-next {
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
}

.elementor-swiper-button-prev-vertical-bottom .elementor-swiper-button-prev {
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
}

.swiper-scrollbar-yes .bokifa-swiper {
        padding-bottom: 58px
}

.swiper-scrollbar-yes .bokifa-swiper-wrapper .swiper-scrollbar {
        left: 0;
        border-radius: 0
}

.swiper-scrollbar-yes .bokifa-swiper-wrapper .swiper-scrollbar-drag {
        border-radius: 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] .bokifa-product-pagination .bokifa-icon-arrow-circle-left:before {
        content: ""
}

html[dir=rtl] .bokifa-product-pagination .bokifa-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: 1530px
}

.iziModal {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        box-shadow: 0 0 8px rgba(0, 0, 0, .3);
        transition: margin-top .3s ease, height .3s ease;
        transform: translateZ(0);
        box-sizing: border-box
}

.iziModal * {
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased
}

.iziModal::after {
        content: '';
        width: 100%;
        height: 0;
        opacity: 0;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1;
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, .35)));
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
        background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .35) 100%);
        transition: height .3s ease-in-out, opacity .3s ease-in-out;
        pointer-events: none
}

.iziModal.hasShadow::after {
        height: 30px;
        opacity: 1
}

.iziModal .iziModal-progressbar {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1
}

.iziModal .iziModal-progressbar>div {
        height: 2px;
        width: 100%
}

.iziModal .iziModal-header {
        background: #88a0b9;
        padding: 14px 18px 15px 18px;
        box-shadow: inset 0 -10px 15px -12px rgba(0, 0, 0, .3), 0 0 0 #555;
        overflow: hidden;
        position: relative;
        z-index: 10
}

.iziModal .iziModal-header-icon {
        font-size: 40px;
        color: rgba(255, 255, 255, .5);
        padding: 0 15px 0 0;
        margin: 0;
        float: left
}

.iziModal .iziModal-header-title {
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.3
}

.iziModal .iziModal-header-subtitle {
        color: rgba(255, 255, 255, .6);
        font-size: 12px;
        line-height: 1.45
}

.iziModal .iziModal-header-subtitle,
.iziModal .iziModal-header-title {
        display: block;
        margin: 0;
        padding: 0;
        font-family: Lato, Arial;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: left
}

.iziModal .iziModal-header-buttons {
        position: absolute;
        top: 50%;
        right: 10px;
        margin: -17px 0 0 0
}

.iziModal .iziModal-button {
        display: block;
        float: right;
        z-index: 2;
        outline: 0;
        height: 34px;
        width: 34px;
        border: 0;
        padding: 0;
        margin: 0;
        opacity: .3;
        border-radius: 50%;
        transition: transform .3s cubic-bezier(.16, .81, .32, 1), opacity .3s ease;
        background-size: 67% !important;
        -webkit-tap-highlight-color: transparent;
        -webkit-tap-highlight-color: transparent
}

.iziModal .iziModal-button-close {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODZCQkIzQ0I0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODZCQkIzQ0M0RTg0MTFFNjlBODI4QTFBRTRBMkFCMDQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NkJCQjNDOTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo4NkJCQjNDQTRFODQxMUU2OUE4MjhBMUFFNEEyQUIwNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsgTJLcAAALJSURBVHja3JnLS1VBHMfvQ7g9dBXRRrwEFRciAhMi1JRW1aIHVEIYEkW0iVpUhOD/ICK6cFMgSbUpC6VFkQa9NtpjkauriRY9Noa3pHT8/mIODMM5Or85o87pC5/NPf5mvmc8M7+Z36SFEKkY2gj2gUawF2wHW8A6+fwv+A6KYAQMg+dg2rbDtKXhGnAaHJIms4zYz9J4HxgAf1g9k2EGteAhWBBuNApaQNrUg6nRTaAbzIuV0RCocWW4DoyJlVcJXI5ruFk2tJqi/2TWxvA5sXbqA2Ucw01i7dVjargazAo/dE33p6/DlAheg50pP0SJpwG8CH7IaH/Q5pFZUhnoArkwwwVwJeWfdoMLYYZvqG+yTGo9CerAoIWBT+A4qAdPDWOugwo1NVcxJtpFZRLkwH3GJCqCghJfxVjnz1JMMMKnwAbGRAg0B5rAA4O4CblZ+qj8tkBjZthvSzDCtFIMM0ZpQhslk5Eej4jpZ/T7G+ygwG1ghrk+jjNMFy1eMPJzpOAzlou6iWmXZkm91EBHjEwUZXoQTDk2SxqhRh7HTJ9hpstB3rFZ0ldq6J2DnB9m2rXZfxOPlrX1DrJRXiaBXSHPaMHvB0cd9JPLpBImMvzLQTuUFA6A9yHPfoIjhsllOc1l5N4grtmDWgYrl5+JTUZcSjNkeMyxWdpA3ZN72IJj01OJTByJS82J2/wQVxmB5y1HK8x0JWMf/kzdD98FJcY5S51gdwyTQl6eUAraspo27PeWXgy8afim0+CELAwOWHyH9EkdkyWwJ4Yxk6BCP+bTm48anutWW5dAp34IpbW03UOzb0FPVEHbx0LKfvAyqpAyKw97JU8Mt6pml6rAJ6oY6Eu5NfvfF7QTeWWQyEsZr6694lwsNoPD8mKRo29gCNwGj7gXi7aGA1EBcY+8vq0GW8FmJb3Pgx9gEnwAr8Ab8MW2w0UBBgAVyyyaohV7ewAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.iziModal .iziModal-button-fullscreen {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RTBBOUI4RUM0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RTBBOUI4RUQ0RTg0MTFFNjk0NTY4NUNFRkZFNEFEQzIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpFMEE5QjhFQTRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpFMEE5QjhFQjRFODQxMUU2OTQ1Njg1Q0VGRkU0QURDMiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrQO6gAAAANmSURBVHjazJlbSBRRGMd3x92i0ForRRMiKiUoX4ouiFlJkRVBDxW9GJERwUasvdRT9FD00osRQtAFqegGBUHRBY0uaCVKEkSRpVR0tSwrQtp1+p/4Bk7D7M45M/Ot/uGHu+Psmf+c+eY753wnbJpmyIfGgvmgiv6WgkKQBwzwE3wBr0AnuAta6ZgnhT0aFuY2ghoyGdH4bS+4Dc6CZjCkdWVhWIPF4JoZnB6CDToeVE8sBidNPt0E5UEZrgG9Jr8GwHa/huMgaWZXDSDsxfBuc/jUBAwdw3Fz+NWoang5SJkjQwm7P3seLqQEX2LLfgfBdZcMORMcBqNDwekPqASP0uXhpjR3Ok0x/fUw9HIHGGVdw5DuRtzJpgxDsJui2qOWmuaAOuuLbHivz4YLwLgQj/aAXNmwuItlHhtbA7pAG5jEZHgKWCcbrhUTIY+NPQVjqFFObbYMi/hc6aOhl2AJ9TKnFoIyYXgemKEzJQXVVkyR3oFVzKZFuqw2qHdyFPKhrHPgMoWC3fRjRtNVVg+7SR5IiqmXxUt60cG0CK/vTIZniZVCmcKJF0C3ZNjKBqvJ9Hrwm46tsN1EkCoRQ/M3fBjvs6GrYAvdwHEfGcd1qBaGkwoxrKI+xjz83yJ0iLFHApd46X4xX+M+WECh4lepCNUIcpnMijrEWtAvTRHrbOd8FZNG8uA2Nf0hpmwtjBPwpQ5T0GPS/+tBAZhIq+b3Lu09EyHRwRgO+0C+7dhWcII+PwCf6Sk/Aa9d2vtn+A7nyASugJiD6YSDQcOlvVbxiCaAN8xrs3sgprBiac/QhlhnzjUo6JuZM0UlDS5FPtoQIdNlPYJTWUihFaDex+9Pg6T1KHJAJ2NI7ASllA28hEQ/KJIXoSlwgKlnh+jFe+GjLtwIPtjfyktUt+UaUZWqvw7H3oJD1peI7eQdoF1xWa+zQikHH13OmwqmOxxP0EiZtgK/DRwNuIcHwSeXc2K01WAPhbhKBb5hBNTVbskVH7fqpZGhbJUNtYF83fqwQSXPbOsGjb6etwx2gcEsmT3iFAZeNmUqaMeHSz2qu0k6W15Rqsx3B2i0D+xXGAHTFrRVlEeFuVoqH+ku6VNUbDkPzlAtg30nVK66i8rRIjAbTKaSQVQyN0DD6nOqcLZQld9TLfmvAAMAeMcvp3eCFqQAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal.isFullscreen .iziModal-button-fullscreen {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkFFRTU5NDA0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkFFRTU5NDE0RTg1MTFFNjk0NEZFQzBGMkVBMDYyRDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyQUVFNTkzRTRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyQUVFNTkzRjRFODUxMUU2OTQ0RkVDMEYyRUEwNjJEOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuDFfX8AAANASURBVHjazJlZSBVRGMfHcWlB0xZM68GKukQLYaGkmEUR2EsvRfQS+BSJPUQE+lTR8hqIZY8hFS0ERVCRoW3gpUApghYpszLTVnCB3O70/+K7MAwzc78Z58z4hx8XzpzvzJ+Zc+d85ztphmFoU9BsUAoq+XcFyAc5QAfD4BfoBp3gCWjnNl9K82mYzO0FVWwyw0NsD3gIroBWkPB0ZzLsgc3grhGcnoE9XjxIOxaCC4Y6tYC1QRmuAj2Geg2CA1M1XAsmjHDVANL8GK4zolMz0L0YrjWiV5PU8HYw6TBIf8imD6UynA96HYKPg3mgMUTDY6DUzXCzQ+AxSz+r6QEQZz4HbLoDZNkZrnAIoOlRZjN1Gk3XS0zty/gTFaRq7Ay3uAR8BcU2ps/z9QJTWw74HrDhTyDbbHg9SKQI+sb9rKa3mV8ZmAt+KJjP1TS+zinFPkqEUqQdBeAOKLa0UwIzpqlXtcYpIKWIO4RBZPoRKNfC10YQI8MlYLkwaAB8ABsiMDwDbKU8dgtIFwRMgJ3guRadKpNPWBMa7tOi1WoyHJPuTsC4oN+IQsOLM3gPJlEWqOE/neMGBqwDeYoMz6G8c0I4h6eFyHBC8A2eVoaH8JutaPwuUA/+uvSht1sHKgTjTWZwjUCVYdrK3xT0iwkND+lc5FClUQ9fINHCRYY7FBrWPSz5Er2lAR9H9P+hpfYGl64OCmPadQ7ojcDwOJetysBMQX/6mrWS4d+cIoYtMnAEnBT2fwVeJufYxZBMFoKFlrajQtOX/uczvEtIB50Kdgn1lt3JGdANltjsXE64jPMnuQ1LPuFJcFrBE11gzQXAUnAPFNk86esO4zSBfmu5lVa9toCf8DC4Ba6C22DEdO01KDLdP5fLr1Z94X2ibV1ilWVQ1XrDpvPAU4c+u1KVqvaHXI7q43ltp3PSYmDDNCgGPrCUD1wN6y5lqzAUN89baX1Y55Jn2LrPRUffRwaHwWhIZs/aTQM/hzLlDp+coPRReprk5cgrkyvz7wM0+hOcAvOlPvwcLNIp526ux1H5aJbHeFpVX4Br4LLXWoffk9CkVnLlaBNYAxaBXJBpMjfIy+o7EAdtfIyb8HPDfwIMAM1WPs8F9tcxAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal .iziModal-button-close:hover {
        transform: rotate(180deg)
}

.iziModal .iziModal-button:hover {
        opacity: .8
}

.iziModal .iziModal-header.iziModal-noSubtitle {
        height: auto;
        padding: 10px 15px 12px 15px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
        font-size: 23px;
        padding-right: 13px
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-title {
        font-size: 15px;
        margin: 3px 0 0 0;
        font-weight: 400
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-header-buttons {
        right: 6px;
        margin: -16px 0 0 0
}

.iziModal .iziModal-header.iziModal-noSubtitle .iziModal-button {
        height: 30px;
        width: 30px
}

.iziModal-rtl {
        direction: rtl
}

.iziModal-rtl .iziModal-header {
        padding: 14px 18px 15px 40px
}

.iziModal-rtl .iziModal-header-icon {
        float: right;
        padding: 0 0 0 15px
}

.iziModal-rtl .iziModal-header-buttons {
        right: initial !important;
        left: 10px
}

.iziModal-rtl .iziModal-button {
        float: left
}

.iziModal-rtl .iziModal-header-subtitle,
.iziModal-rtl .iziModal-header-title {
        text-align: right;
        font-family: Tahoma, Lato, Arial;
        font-weight: 500
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle {
        padding: 10px 15px 12px 40px
}

.iziModal-rtl .iziModal-header.iziModal-noSubtitle .iziModal-header-icon {
        padding: 0 0 0 13px
}

.iziModal.iziModal-light .iziModal-header-icon {
        color: rgba(0, 0, 0, .5)
}

.iziModal.iziModal-light .iziModal-header-title {
        color: #000
}

.iziModal.iziModal-light .iziModal-header-subtitle {
        color: rgba(0, 0, 0, .6)
}

.iziModal.iziModal-light .iziModal-button-close {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyQTU1RUZDNzRFODQxMUU2ODAxOEUwQzg0QjBDQjI3OSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1NEM4MTU1MEI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENDMkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjZjYzMwMmE1LWFlMjEtNDI3ZS1hMmE4LTJlYjhlMmZlY2E3NSIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjdmYmU3NGE3LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Po24QssAAANtSURBVHja3JlJaBRBFIa7ZxyTSXADHUkikuAawZNLEOOGGrwJQYko8R4RBQ+OICoqghJQUVwPYjzFY0QUBQU1kogoKO6CG0pcIwbiNibj/8JraNvu6Xo9NTOtP3xzSKe6/65+Ve9VlWlkp2IwGUwFE0E5GA4G8/U+0APegWfgHrgPuq0bpNNp0QPNgEYngHlgGpuMCNp2s+kr4BYM/8ql4WqwHEzP4mXteg7awOW0YlerPnQIaARLNBl1ikLlBDw/1WF4ClgHKozc6idogekz2RheANbaBlE+dB4chfF+qeHF3LOF0FWwF6b7nBe8RvecApolzQVr3C64GR4H1huFV51pmvV+hikRbABFRji0GqarMxluAGON8CgKmmA65mZ4DFhqhE9VPP//ZXgZiCmm1t1gI6XWAAY+gF0gCe4qtqlHL8fthkeBWsXGreA6eMgPviEw+x5sBZ3gAdjPCcNPI8Fsu+FawUCzz40psEfRNJndBl7b/pZmVLTQMkzJo0bQSys43iWm3cxS+DUJOmoSwqKCRmEZWKkYv6RSMBPc5lqXRGm0A1Q6XiaT2aSwo8jrK/qZwZlFIlXTusxa6iXDddTdARpnMj2ek9AWjWYH7h/lubcs4A28THdyAdOl0ezAmKNBNyLLiT0Btjti9zuHg06zpJKIprohwXNypcu1OIdGjYbnxCLGPyYy/EPDfejzbwYvXK59AzuFGdFLKTL8WYNZ59RVzGESJCNm0teI40E6zNIA2wSaA2REP32iaW0omKXRbJKTUVyYEVV0J8oxvEiQmiUZrFSz6XNkuJe3nBKCelaSbjOZrhLsd1BInYxweSeJq9YA6dYtuZCBI4JZ6jGW/W+sebhd0DAaMIO5mTYFW1+X6GeQ7TO3W0WyQj3cw0ulBg4nSUbcAY7zPVYp7ip95FXOH29Hb35AOPjypWMIh7PORSjFZVsIzdKW7AWvfYnTVNWHyCytHw+jd1Nehqks3KepvtChUzD7yGvE2/cduqxldQF1EWZb/PbWLF3jAVgo0WrlkN+c6hSd+rzlaSuaR7O0oX0wyIa2pVAdGaj0HCUVOqIq4dVwrg5lmmG2w+8f/9tjL6foYHE+Gy8Xtv3CPUpf7WauDxadKuIwoeNbOmoYDYbZ0ns/1wxUC7ykigs8sS/LpEe3vwUYALiKDDDSgEiSAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal.iziModal-light .iziModal-button-fullscreen {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4JpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEQTg1NTA2NTRFODQxMUU2OTQ0N0VERjY2Q0M5ODYwRCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCQkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCQUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFlNTQwYzczLTVhZmEtNDJlYi04YzJlLWMwMzFlYmFiYmIyNiIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmVkYmRiMzM1LTAxMDUtMTE3YS1hYmM3LWEzNWNkOWU1Yzc4NyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PvIicdUAAAOvSURBVHjaxJlZbA1hFMe/qaItUUsspakg1laJ7UUisQuRvvTFA15sQSRCLBFrQryhHqxNHxEPtaQ8CCUkIrVVRbVBJdZYSrXVonr9/3pGxnTunZk78/X+k1+aO+1899/vnnvO+c4YKpi6ghEgW34OBD1BKjBAM6gH78Fz8BhUyrW/ikQivt7QiNMozU0DE8RkJx/3fgCPwA1QHvHp2K/hHJAPJqpwVA2K4flW2IZ7gyVgptKjh6AQxl+GYZi7uRr0U3rVBIpg+nIQwwvACpCkOk4XwYlosR3LMGN1qUqMroGDTqaNGDu7SiVWl+D3iP2i00c9HqxUidd8wzDy3HY4HRwCfWzXz4L7Lm+QKfHeOUTTLWAzdro6muH1YIbDjculWrmpUEM2YYXcCNMt9pAYE8WsWYLdlAxaNYTGMDDHKYYXBVy4B0jTFM/5iOcUc1fM/2JcnItNAYtBNzGtQ33BVHDV3OHpARqhV6CLLKpTs8yQYHxOCrDQO7AV1Gg2PBJhMYiGh4MMnx1eLkixXKsFuzSbZrrMpeGxHnqFFtvrTWCbhILd9AuNpnPMHXaTtZD0kl1mRdwSxXSjJsNZfONjcmqIJR5p3lp6Y+sXrAzsBz/lNXvmtZYMFKbqafi0pKQgKpOSPhmsC5BxXEs1Fz4fUr/7TWMe/q9bC2s3tJs1Df/Q/B5PwAZwJYS1WpPlo0zRZJZziL2gQU7I1GyHL7QSD26taVOytI26DpinxKypApvpk+C6dHlMnXskbUbT1yTpN3WJHWB327UCS3hUoc+tA/VyxP/ost5rGq7QWZnAdoe0eZgnYweDbgmgkoafgk8aTfNgsMNmmqfhC+Czj3V4T3mSBH255kxB0ztd4tNNDJkas2CUdkAKHQ3yAtxfijj/bdb7Cumyhmoyexzcs6Qwv2qUbPKvJDOtnNFklrF3R5qneA2XYHe/2A+ht1Xb3FZXRY1XTAjFTgtxJ45qKtWDpZK1g6dhIQuvBzjcy8FgQ6y8Nw+sCdnwL1Dn8jdMe6m2a+3ma9ESNUdOC1VixSH3bnPiYyraswnO0fqDIQkyW8WmCWab7b+I9TCF3+x0j2e+MPUA7LPGrVfD1F3VNsrPVR0zhS8BB5x21muzYa1Sy1Tb4y4d4qOwIi9Pk/wcj1gV50p5zQjJKAsJH8KcY4vpdYrjV0w9HMxxHjfKNpfwdMyRNuAmyy2M1vq5OegBNFMmR9lSHDizSLPMJGjuO2BZfSOtLKvpMylUvh/d/hFgAOH4+ibxGTZuAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal.iziModal-light.isFullscreen .iziModal-button-fullscreen {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAYAAAAehFoBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RTNFNENCRkI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RTNFNENCRUI4QUExMUU2QjNGOEVBMjg4OTRBRTg2NyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgzM2MwOWZiLWJjOTEtNGVlZS05MDM1LTRkMmU2ZmE1ZjBmMiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRUUxMkYxODRFODUxMUU2Qjc3RDk0MUUzMzJDRjBEOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv1Q9Z8AAAOXSURBVHjaxJlLbA1RGMfPjIs+EvoIRYt4FVUl2EkkRTxKUqQbG0SEho2FjUQ8YtEICbEgTdFYeK1KaGvVeoUltyStt0UlNE17aWhV2+v/9X5XJpMzc8/0zpn5kl+aO3Nm7r/fnPu9xhDp2URQDJbw3xkgB2QCAwyAPvANfARvQDsfG7V4PO7pC40xCiVxa8AKFjnOw7VdoA08BtG4R8VeBZeCKrBS+GPvQAM0P/NbcB7YBdYJPfYKXIXwL34IJm8eBFOFXusH9RDdnI7gLWA/MEVwdh/UOe1tN8G0V3eLcKwFXJCJNl08G5ZYsrWgWnZCJng5OOBwo1iAoisMw6hMJXgyOOywVW7xj+9BgKL3QHSxm+C9IF9y4U2GMlStRPQP8Jbp9lFwhJwE0RHrgaSV8N6xG238l7Zjtfx3K58/Bd7zsWngIqdnP2we2ACa7B7e6RL6joK5EtHNfL7b5u1Bn7dGFbycYRVM/8WyFJnuJK+z2iVwzFrMcF1h+Cx4ClhtFVyu8CW54ITE01EwFMAPcH1SMJWIqxQvItE1YHEIsXkhtkUhCV4ApiteFOPadn4IgseDMooSSxVrhWFwmkvCsKw06WGhKLhHhGuzSHChh9pZ5cc1oFFwfoTTsWrWqQCvXdZQEpkDsjUJziSv3Qu43k3LTA1BXqvRY/4DMjTd/yu4niJVm9wslCjcb4QE/9Qo+Al44baAmgpKCIqC+01OBLrsr8/de8zkiYwuUxWSq7iuM8JhantIqfYItkOepKBysnbycIfPXYKqURL6DhaBCQrrKcZHTa5loyEIJgHXwG3F9TQV+pxMGK0BiaTHn2OLEjcURbdi7XBSMO3jTxoEjtg+7wDnhG3spSD6F3hk7Tjoxnc0CJ5k+5wFCrhplYl2mmI24nyvvWumAE9z2zIfBW8WifnxIHc2yb6xiHtEoms0/hlGtpAPHCkgNDjFyZngPN88COvkPpEe+XGHbFcD7z53C+ybwKEAo0UPZ8QCybkmiL3sNvkheygSI08RYOSQiaUhd52sUpIZLWwJsYqkkdcZeHfIS66nc9XcZQRpNBY7C7F9Yy1OtonErDgSgNhGcEXmWa/VFA1O9onE6y4dRqGtXuVtkpf2iDy8EVR6GLykMnrsNFC867QF0hH8v3MVicFcuYdKy56uqQx4SukWQj3NOtJtQIt4ckSvbmdziMqy7HcS9xv0cn/Xwdn0A1drnl/d/hNgAGQa6Lgarp6BAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal .iziModal-loader {
        background: #fff url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 9
}

.iziModal .iziModal-content-loader {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiM5OTkiPiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS13aWR0aD0iMiI+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iMHMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49IjBzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgICAgICA8Y2lyY2xlIGN4PSIyMiIgY3k9IjIyIiByPSIxIj4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJyIiAgICAgICAgICAgICAgICBiZWdpbj0iLTAuOXMiIGR1cj0iMS40cyIgICAgICAgICAgICAgICAgdmFsdWVzPSIxOyAyMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMTY1LCAwLjg0LCAwLjQ0LCAxIiAgICAgICAgICAgICAgICByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSIgLz4gICAgICAgICAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJzdHJva2Utb3BhY2l0eSIgICAgICAgICAgICAgICAgYmVnaW49Ii0wLjlzIiBkdXI9IjEuNHMiICAgICAgICAgICAgICAgIHZhbHVlcz0iMTsgMCIgICAgICAgICAgICAgICAgY2FsY01vZGU9InNwbGluZSIgICAgICAgICAgICAgICAga2V5VGltZXM9IjA7IDEiICAgICAgICAgICAgICAgIGtleVNwbGluZXM9IjAuMywgMC42MSwgMC4zNTUsIDEiICAgICAgICAgICAgICAgIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiAvPiAgICAgICAgPC9jaXJjbGU+ICAgIDwvZz48L3N2Zz4=) no-repeat 50% 50%
}

.iziModal .iziModal-content:after,
.iziModal .iziModal-content:before {
        content: '';
        display: table
}

.iziModal .iziModal-content:after {
        clear: both
}

.iziModal .iziModal-content {
        zoom: 1;
        width: 100%
}

.iziModal .iziModal-wrap {
        width: 100%;
        position: relative
}

.iziModal .iziModal-iframe {
        border: 0;
        margin: 0 0 -6px 0;
        width: 100%;
        transition: height .3s ease
}

.iziModal-overlay {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
}

.iziModal-navigate {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        pointer-events: none
}

.iziModal-navigate-caption {
        position: absolute;
        left: 10px;
        top: 10px;
        color: #fff;
        line-height: 16px;
        font-size: 9px;
        font-family: Lato, Arial;
        letter-spacing: .1em;
        text-indent: 0;
        text-align: center;
        width: 70px;
        padding: 5px 0;
        text-transform: uppercase;
        display: none
}

.iziModal-navigate-caption::after,
.iziModal-navigate-caption::before {
        position: absolute;
        top: 2px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 14px;
        font-size: 12px;
        content: '';
        background-size: 100% !important
}

.iziModal-navigate-caption:before {
        left: 0;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNmFjNjAyMy04OWU0LWE0NDAtYmMxMy1kOTA5MTQ3MmYzYjAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDREQ0YwRjA1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDREQ0YwRUY1MzQzMTFFNkE5NUNDRDkyQzEwMzM5RTMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNmM0Nzk3Ni1mNzE3LTk5NDAtYTgyYS1mNTdjNmNiYmU0NWMiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDowZGVmYTEyZC01MzM0LTExZTYtYWRkYi04Y2NmYjI5ZTAxNjYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7oo0ptAAACWklEQVR42uyZTWsTYRSFZybxo4kWk5g2NC5qTAU3Kq30A9udi1oXolV/hWuhv6R/Q6utioi4LbbVFHemamlRU0OCEk0wZjwXzwtDoBDopHMHcuFJMplZnLm5ue+589qu61qeOApyYAjEgG0FEyLqN/gKiqBuTtgewWlwCZw056xgwwirgU3wxSv4NJgCUV5YBRXQDEhsBJwCSSauBVZFdJRlIJk9Av7wbj577jDIOENtRmPVwcsw6KfAAvikRKzEDlhnhuU/lRPBWaa9wsxqC6ndPX7OiOA4D8qW3vjO9z7H0w3+KhZstNmOFbLoCQ6DYGmL+bAInmGfLFC4asFXwRJIgB+goVmw+I7HXO+/gevGnGgUPEGxktkSmAMbWmt4HDwBKS6XN1jDKrvEFYoVK7oLroE3h93Woh1eNwqWafJ/gQV65vM+ail34mc6EZwBK2CAx8fAIjjeBYMzDT4cVHCEXtRbRvEu/Nr9HCIOnGGp15vgEec9KYn74B0nAT/CZnv86FcNvwK3wENwAjwAs2Bbs5d4CW5zir0AXvv8p+tKH34B5lkW4h2egRHtbu05uMMHHWfB0zC4NRF5l09kzvE4rd2tyUJyjy4tz7akZqXbL8QETbJ/FsMgWOJtb6brCQ5YsBsC8Uab63DVkkgqFpzie93h8OhScFah2LTHi5ccWroaLd5l6//+hpYQoWP05LKqFs2WQYbTsNxAi+5fxpWmdfh7HS7XhwSzG+H3a2JnvZsyktmLbdOFhpDMvrf4sN1u2/aK0cwMcmYLcturweceW+CnOfFPgAEA8uWFFylBJYoAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal-navigate-caption:after {
        right: 0;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAoCAYAAACFFRgXAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAEFkb2JlIEltYWdlUmVhZHlxyWU8AAADhmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjI2YWM2MDIzLTg5ZTQtYTQ0MC1iYzEzLWQ5MDkxNDcyZjNiMCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0NERDRjBGMDUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0NERDRjBFRjUzNDMxMUU2QTk1Q0NEOTJDMTAzMzlFMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOmY2YzQ3OTc2LWY3MTctOTk0MC1hODJhLWY1N2M2Y2JiZTQ1YyIgc3RSZWY6ZG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOjBkZWZhMTJkLTUzMzQtMTFlNi1hZGRiLThjY2ZiMjllMDE2NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuijSm0AAAKbSURBVFhH7ZnJj0xRGEerzFoIMTaCZmOIedhaiJj55yz8DaYdNhIJEUMQbCTG3rQ02hDSiEY553XdTpHS3nv96taV9ElO6lVt6peb7933fffVG41GrYW5uBaX4EysYzcw1Fd8hc/wM2a0Bl6Nm3BW9i0dDPsQX/olBF6FO72AH/gG3+N3jL3KBpqGC3ERTsGfeAsHDTyHi71oCXzBe/gaU2A5bscZOIxXTb8OLQNX9i6mElYsg/voqruwfQb2BhODWgqpMYDv0NLsNXC4yd42P1PEwNJj4HBTWdipErLVDfxfMRm408QMvBu3jV6WJ1Zg9/rbeBOP+UNZYgX+iE/Rp+lpPIKliBXYB9IhtPNy3z/T/F6YmDXsChvyBc7Gs3gACxEzsDzBg9iPPXgO92NuYgeWx2h3+AhtaM7jPsyF7aV37XR8gNZYO/pwKY51+xPkG27Fk2joT3gCr2A7NuJ6HMkTeAPadlp3VeMChF7G0P6X3dmfjAXOUxIj6LZkv1ylNuStDZejkL+PS96ScFzRqnDAtI5PoTefvbg7iNNOOwqVRCfYghdxBbpHH8Y7+DcKlUTV7MLLaNghPIrjhf2N2IF34AVcjE44hrXHyE3MwE6/loEzpEcIlqKjeyFiBe7FS+he/gENewMLEyuwXdo8dGWP43UsRazA9g7uDNbwNX8oS8watlsz+ISIGbgSJgN3GgOHlnFq8zNFQraGgT1iFc9iUyU0XsMGHhy9zh6XbvCp4ZuBBWglDBj4OdqLeu0+uRJTwMZ+Dbp/e21P3m97yWe2snsw1LTHmz5C/9lQdwhfGbiq89GwvrrwUT4UAouhN6MzloTRpVuEYI5O9urZYXtrYPGQw2OlZegM163QhrJMfWVgyTq0Qq32C/N7uPz9OknWAAAAAElFTkSuQmCC) no-repeat 50% 50%
}

.iziModal-navigate>button {
        position: fixed;
        bottom: 0;
        top: 0;
        border: 0;
        height: 100%;
        width: 84px;
        background-size: 100% !important;
        cursor: pointer;
        padding: 0;
        opacity: .2;
        transition: opacity .3s ease;
        pointer-events: all;
        margin: 0;
        outline: 0
}

.iziModal-navigate>button:hover {
        opacity: 1
}

.iziModal-navigate-prev {
        left: 50%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAAsTAAALEwEAmpwYAAA5sGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiCiAgICAgICAgICAgIHhtbG5zOnN0RXZ0PSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VFdmVudCMiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnRpZmY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vdGlmZi8xLjAvIgogICAgICAgICAgICB4bWxuczpleGlmPSJodHRwOi8vbnMuYWRvYmUuY29tL2V4aWYvMS4wLyI+CiAgICAgICAgIDx4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+eG1wLmRpZDo2NDkyYzcxMy05ZDM0LTZlNGQtYmUwNi1hMDMyY2Q4NDVjNGU8L3htcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkRvY3VtZW50SUQ+eG1wLmRpZDo1QjIzMUMxODU3RjcxMUU2ODUzRkRBRjE5RDhDQjZBRDwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDpjZmMwNzVmNC1kODA3LWI0NDMtYWIwYS02YWVhZjRjMDgxZWE8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEZXJpdmVkRnJvbSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgIDxzdFJlZjppbnN0YW5jZUlEPnhtcC5paWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC9zdFJlZjppbnN0YW5jZUlEPgogICAgICAgICAgICA8c3RSZWY6ZG9jdW1lbnRJRD54bXAuZGlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RSZWY6ZG9jdW1lbnRJRD4KICAgICAgICAgPC94bXBNTTpEZXJpdmVkRnJvbT4KICAgICAgICAgPHhtcE1NOkhpc3Rvcnk+CiAgICAgICAgICAgIDxyZGY6U2VxPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmNmYzA3NWY0LWQ4MDctYjQ0My1hYjBhLTZhZWFmNGMwODFlYTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDo1Ni0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjA0LTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODowNC0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+NjU1MzU8L2V4aWY6Q29sb3JTcGFjZT4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFhEaW1lbnNpb24+CiAgICAgICAgIDxleGlmOlBpeGVsWURpbWVuc2lvbj4xODg8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/PvAvv7QAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAAAmdJREFUeNrs1LsJQkEQhtH/mtmBgQ8QA7tQK1e7MBBBMbADwzUZEyuQveeDCXbD4TBDay3SWJpYgYCXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXv/WJskpyQJ4jQH7Mcmu0C+BV+/Y5/VeF/oV8Ood+7dpDfDqHvsrySHJBXjBDrxgB16wAy/YgRfswAt24AU78IIdeMEOPOywAw+7gIcdeMEOvGAHXrADL9iBF+zAC3bgBTvwsMMOPOwCHnYBD7uAhx14wQ68YAdesAMv2IEX7MDDDjvwsAt42AU87AIedgEPu4CHXcDDDrxgB16wAw877MDDDjvwsAt42AU87AIedgEPu4CHXcDDLuBhB16wAw877MDDLuBhF/CwC3jYBTzsAh52AQ+7gIddwEtjB3+tS/78+Z/V5d9iATz0Ah56AQ+9gIdewEMv4KEX8NALeOgFPPQCHnoBDz3wgh54QQ889NADDz30wEMv4KEX8NALeOgFPPQCHnoBD72Ahx54QQ+8oAde0AMv6IEX9MBDDz3w0EMPPPQCHnoBD72Ah17AQw+8FUAPvKAHXtADL+iBF/TAC3rgBT3wgh546KEHHnrogYdewEMv4KEHXtADL+iBF/TAC3rgBT3wgh54QQ+8oAde0AMv6IGHHnrgoU/yrgFe3aO/JdknuQOv3tGfC/tjjEsYWmsoyIWXgJeAl4CXgJeAl4CXgJeAl4CXgJeAF/AS8BLwEvAS8BLwEvAS8BLwEvAS8BLwAl4CXgJeAl4CXvqnPgAAAP//AwCEcoCBRabYzAAAAABJRU5ErkJggg==) no-repeat 50% 50%
}

.iziModal-navigate-next {
        right: 50%;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALwAAAC8CAYAAADCScSrAAAACXBIWXMAAB3SAAAd0gEUasEwAAA7pGlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzIgNzkuMTU5Mjg0LCAyMDE2LzA0LzE5LTEzOjEzOjQwICAgICAgICAiPgogICA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPgogICAgICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgICAgICAgICB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIKICAgICAgICAgICAgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIgogICAgICAgICAgICB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIKICAgICAgICAgICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgICAgICAgICAgeG1sbnM6dGlmZj0iaHR0cDovL25zLmFkb2JlLmNvbS90aWZmLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPHhtcDpDcmVhdG9yVG9vbD5BZG9iZSBQaG90b3Nob3AgQ0MgMjAxNS41IChXaW5kb3dzKTwveG1wOkNyZWF0b3JUb29sPgogICAgICAgICA8eG1wOkNyZWF0ZURhdGU+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwveG1wOkNyZWF0ZURhdGU+CiAgICAgICAgIDx4bXA6TW9kaWZ5RGF0ZT4yMDE2LTA4LTAxVDExOjU4OjEyLTAzOjAwPC94bXA6TW9kaWZ5RGF0ZT4KICAgICAgICAgPHhtcDpNZXRhZGF0YURhdGU+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwveG1wOk1ldGFkYXRhRGF0ZT4KICAgICAgICAgPGRjOmZvcm1hdD5pbWFnZS9wbmc8L2RjOmZvcm1hdD4KICAgICAgICAgPHBob3Rvc2hvcDpDb2xvck1vZGU+MzwvcGhvdG9zaG9wOkNvbG9yTW9kZT4KICAgICAgICAgPHhtcE1NOkluc3RhbmNlSUQ+eG1wLmlpZDphZjljN2Q2MC00MTg2LWE3NGQtYTBiMS1mMGU5ODUwYzg2ZGY8L3htcE1NOkluc3RhbmNlSUQ+CiAgICAgICAgIDx4bXBNTTpEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06T3JpZ2luYWxEb2N1bWVudElEPnhtcC5kaWQ6NjQ5MmM3MTMtOWQzNC02ZTRkLWJlMDYtYTAzMmNkODQ1YzRlPC94bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ+CiAgICAgICAgIDx4bXBNTTpIaXN0b3J5PgogICAgICAgICAgICA8cmRmOlNlcT4KICAgICAgICAgICAgICAgPHJkZjpsaSByZGY6cGFyc2VUeXBlPSJSZXNvdXJjZSI+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDphY3Rpb24+Y3JlYXRlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjY0OTJjNzEzLTlkMzQtNmU0ZC1iZTA2LWEwMzJjZDg0NWM0ZTwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQwOTo0MDoxNC0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOjAxNjJjMmE3LWZmMjYtYzE0ZC05Yjg4LTc2MGM2NzAxYjYzNzwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1MTowNy0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICAgICA8cmRmOmxpIHJkZjpwYXJzZVR5cGU9IlJlc291cmNlIj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OmFjdGlvbj5zYXZlZDwvc3RFdnQ6YWN0aW9uPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6aW5zdGFuY2VJRD54bXAuaWlkOmFmOWM3ZDYwLTQxODYtYTc0ZC1hMGIxLWYwZTk4NTBjODZkZjwvc3RFdnQ6aW5zdGFuY2VJRD4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OndoZW4+MjAxNi0wOC0wMVQxMTo1ODoxMi0wMzowMDwvc3RFdnQ6d2hlbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0OnNvZnR3YXJlQWdlbnQ+QWRvYmUgUGhvdG9zaG9wIENDIDIwMTUuNSAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpjaGFuZ2VkPi88L3N0RXZ0OmNoYW5nZWQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpYUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6WVJlc29sdXRpb24+MTkzOTAzNi8xMDAwMDwvdGlmZjpZUmVzb2x1dGlvbj4KICAgICAgICAgPHRpZmY6UmVzb2x1dGlvblVuaXQ+MjwvdGlmZjpSZXNvbHV0aW9uVW5pdD4KICAgICAgICAgPGV4aWY6Q29sb3JTcGFjZT42NTUzNTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+MTg4PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4ODwvZXhpZjpQaXhlbFlEaW1lbnNpb24+CiAgICAgIDwvcmRmOkRlc2NyaXB0aW9uPgogICA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgIAo8P3hwYWNrZXQgZW5kPSJ3Ij8+nbt1mgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6QAAdTAAAOpgAAA6mAAAF2+SX8VGAAACQklEQVR42uzSsQ3CQAAEQTdiOyGg/wrciJ0QUMYSECEKAP3PSdvAaZZqkWbJCQJeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXsBLwEvAS8BLwEvAS8BLwEvAS8BLwEvAC3gJeAl4CXgJ+D9vrY7qBgLwo7dVZ+89oAd+5Pbq6nPQAz9s9+rZ96AHHnoBD72Ah17AQy/goRfw0At46AU89AIeegEPvYCHHnhBD7ygBx566IGHHnrgoRfw0At46AU89AIeegEPvYCHXsBDL+ChB17QAy/ogRf0wAt64KGHHnjooQceegEPvYCHXsBDL+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADDz30wEPvI+ChF/DQAy/ogRf0wAt64AU98IIeeEEPvKAHXtADL+iBF/TAC3rgoZ8ePRDAAy/YgRfswAt24AU78IIdeMEOvGAHXrADL9iBhx124GEX8LADL9iBF+zAC3bgBTvwgh14wQ68YAcedtiBh13Awy7gYRfwsAMv2IEX7MALduAFO/CCHXjYYQcedgEPu4CHXcDDLuBhF/CwA+8E2IEX7MALduAFO/Cwww487AIedgEPu4CHXcDDLuBhF/CwC3jYgRfswMMOO/CwC3jYBTzsAh52AQ+7gIddwMMu4GEX8LBravB7dcEO/Ext1Qk78DO1VgfswEvAS8BLwEvAS8BLwEvAS8BLwEvAS8ALeAl4CXgJeAl4CXgJeAl4CXgJeAl4CXgBLwEvAS8BLwEvAS/9shcAAAD//wMAtAygvJrkwJUAAAAASUVORK5CYII=) no-repeat 50% 50%
}

.iziModal.isAttachedTop .iziModal-header {
        border-top-left-radius: 0;
        border-top-right-radius: 0
}

.iziModal.isAttachedTop {
        margin-top: 0 !important;
        margin-bottom: auto !important;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important
}

.iziModal.isAttachedBottom {
        margin-top: auto !important;
        margin-bottom: 0 !important;
        border-bottom-left-radius: 0 !important;
        border-bottom-right-radius: 0 !important
}

.iziModal.isFullscreen {
        max-width: 100% !important;
        margin: 0 !important;
        height: 100% !important;
        border-radius: 0 !important
}

.iziModal.isAttached {
        border-radius: 0 !important
}

.iziModal.hasScroll .iziModal-wrap {
        overflow-y: auto;
        overflow-x: hidden
}

html.iziModal-isOverflow {
        overflow: hidden
}

html.iziModal-isAttached body,
html.iziModal-isOverflow body {
        overflow-y: scroll;
        position: relative
}

html.iziModal-isAttached {
        overflow: hidden
}

.iziModal ::-webkit-scrollbar {
        overflow: visible;
        height: 7px;
        width: 7px
}

.iziModal ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .2);
        background-clip: padding-box;
        border: solid transparent;
        border-width: 0;
        min-height: 28px;
        padding: 100px 0 0;
        box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07)
}

.iziModal ::-webkit-scrollbar-thumb:active {
        background-color: rgba(0, 0, 0, .4)
}

.iziModal ::-webkit-scrollbar-button {
        height: 0;
        width: 0
}

.iziModal ::-webkit-scrollbar-track {
        background-clip: padding-box;
        border: solid transparent;
        border-width: 0 0 0 2px
}

.iziModal.transitionIn .iziModal-header {
        -webkit-animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1);
        -moz-animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1);
        animation: iziM-slideDown .7s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon {
        -webkit-animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
        -moz-animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both;
        animation: iziM-revealIn 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
        -webkit-animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
        -moz-animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both;
        animation: iziM-slideIn 1s cubic-bezier(.16, .81, .32, 1) both
}

.iziModal.transitionIn .iziModal-header .iziModal-button {
        -webkit-animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1);
        -moz-animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1);
        animation: iziM-revealIn 1.2s cubic-bezier(.7, 0, .3, 1)
}

.iziModal.transitionIn .iziModal-iframe,
.iziModal.transitionIn .iziModal-wrap {
        -webkit-animation: iziM-fadeIn 1.3s;
        -moz-animation: iziM-fadeIn 1.3s;
        animation: iziM-fadeIn 1.3s
}

.iziModal.transitionIn .iziModal-header {
        -webkit-animation-delay: 0ms;
        -moz-animation: 0ms;
        animation-delay: 0ms
}

.iziModal.transitionIn .iziModal-header .iziModal-header-icon,
.iziModal.transitionIn .iziModal-header .iziModal-header-title {
        -webkit-animation-delay: .4s;
        -moz-animation: .4s;
        animation-delay: .4s
}

.iziModal.transitionIn .iziModal-header .iziModal-header-subtitle {
        -webkit-animation-delay: .5s;
        -moz-animation: .5s;
        animation-delay: .5s
}

.iziModal.transitionOut .iziModal-header,
.iziModal.transitionOut .iziModal-header * {
        transition: none !important
}

.iziModal .fadeOut,
.iziModal-navigate.fadeOut,
.iziModal-overlay.fadeOut,
.iziModal.fadeOut {
        -webkit-animation: iziM-fadeOut .5s;
        -moz-animation: iziM-fadeOut .5s;
        animation: iziM-fadeOut .5s;
        animation-fill-mode: forwards
}

.iziModal .fadeIn,
.iziModal-navigate.fadeIn,
.iziModal-overlay.fadeIn,
.iziModal.fadeIn {
        -webkit-animation: iziM-fadeIn .5s;
        -moz-animation: iziM-fadeIn .5s;
        animation: iziM-fadeIn .5s
}

.iziModal-overlay.comingIn,
.iziModal.comingIn {
        -webkit-animation: iziM-comingIn .5s ease;
        -moz-animation: iziM-comingIn .5s ease;
        animation: iziM-comingIn .5s ease
}

.iziModal-overlay.comingOut,
.iziModal.comingOut {
        -webkit-animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
        -moz-animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
        animation: iziM-comingOut .5s cubic-bezier(.16, .81, .32, 1);
        animation-fill-mode: forwards
}

.iziModal-overlay.bounceInDown,
.iziModal.bounceInDown {
        -webkit-animation: iziM-bounceInDown .7s ease;
        animation: iziM-bounceInDown .7s ease
}

.iziModal-overlay.bounceOutDown,
.iziModal.bounceOutDown {
        -webkit-animation: iziM-bounceOutDown .7s ease;
        animation: iziM-bounceOutDown .7s ease
}

.iziModal-overlay.bounceInUp,
.iziModal.bounceInUp {
        -webkit-animation: iziM-bounceInUp .7s ease;
        animation: iziM-bounceInUp .7s ease
}

.iziModal-overlay.bounceOutUp,
.iziModal.bounceOutUp {
        -webkit-animation: iziM-bounceOutUp .7s ease;
        animation: iziM-bounceOutUp .7s ease
}

.iziModal-overlay.bounceInLeft,
.iziModal.bounceInLeft {
        -webkit-animation: iziM-bounceInLeft .7s ease;
        animation: iziM-bounceInLeft .7s ease
}

.iziModal-overlay.bounceOutLeft,
.iziModal.bounceOutLeft {
        -webkit-animation: iziM-bounceOutLeft .7s ease;
        animation: iziM-bounceOutLeft .7s ease
}

.iziModal-overlay.bounceInRight,
.iziModal.bounceInRight {
        -webkit-animation: iziM-bounceInRight .7s ease;
        animation: iziM-bounceInRight .7s ease
}

.iziModal-overlay.bounceOutRight,
.iziModal.bounceOutRight {
        -webkit-animation: iziM-bounceOutRight .7s ease;
        animation: iziM-bounceOutRight .7s ease
}

.iziModal-overlay.fadeInDown,
.iziModal.fadeInDown {
        -webkit-animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1);
        animation: iziM-fadeInDown .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutDown,
.iziModal.fadeOutDown {
        -webkit-animation: iziM-fadeOutDown .5s ease;
        animation: iziM-fadeOutDown .5s ease
}

.iziModal-overlay.fadeInUp,
.iziModal.fadeInUp {
        -webkit-animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1);
        animation: iziM-fadeInUp .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutUp,
.iziModal.fadeOutUp {
        -webkit-animation: iziM-fadeOutUp .5s ease;
        animation: iziM-fadeOutUp .5s ease
}

.iziModal-overlay.fadeInLeft,
.iziModal.fadeInLeft {
        -webkit-animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1);
        animation: iziM-fadeInLeft .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutLeft,
.iziModal.fadeOutLeft {
        -webkit-animation: iziM-fadeOutLeft .5s ease;
        animation: iziM-fadeOutLeft .5s ease
}

.iziModal-overlay.fadeInRight,
.iziModal.fadeInRight {
        -webkit-animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1);
        animation: iziM-fadeInRight .7s cubic-bezier(.16, .81, .32, 1)
}

.iziModal-overlay.fadeOutRight,
.iziModal.fadeOutRight {
        -webkit-animation: iziM-fadeOutRight .5s ease;
        animation: iziM-fadeOutRight .5s ease
}

.iziModal-overlay.flipInX,
.iziModal.flipInX {
        -webkit-animation: iziM-flipInX .7s ease;
        animation: iziM-flipInX .7s ease
}

.iziModal-overlay.flipOutX,
.iziModal.flipOutX {
        -webkit-animation: iziM-flipOutX .7s ease;
        animation: iziM-flipOutX .7s ease
}

@-webkit-keyframes iziM-comingIn {
        0% {
                opacity: 0;
                transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
        }

        100% {
                opacity: 1;
                transform: scale(1) translateY(0) perspective(600px) rotateX(0)
        }
}

@-moz-keyframes iziM-comingIn {
        0% {
                opacity: 0;
                transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
        }

        100% {
                opacity: 1;
                transform: scale(1) translateY(0) perspective(600px) rotateX(0)
        }
}

@keyframes iziM-comingIn {
        0% {
                opacity: 0;
                transform: scale(.9) translateY(-20px) perspective(600px) rotateX(10deg)
        }

        100% {
                opacity: 1;
                transform: scale(1) translateY(0) perspective(600px) rotateX(0)
        }
}

@-webkit-keyframes iziM-comingOut {
        0% {
                opacity: 1;
                transform: scale(1)
        }

        100% {
                opacity: 0;
                transform: scale(.9)
        }
}

@-moz-keyframes iziM-comingOut {
        0% {
                opacity: 1;
                transform: scale(1)
        }

        100% {
                opacity: 0;
                transform: scale(.9)
        }
}

@keyframes iziM-comingOut {
        0% {
                opacity: 1;
                transform: scale(1)
        }

        100% {
                opacity: 0;
                transform: scale(.9)
        }
}

@-webkit-keyframes iziM-fadeOut {
        0% {
                opacity: 1
        }

        100% {
                opacity: 0
        }
}

@-moz-keyframes iziM-fadeOut {
        0% {
                opacity: 1
        }

        100% {
                opacity: 0
        }
}

@keyframes iziM-fadeOut {
        0% {
                opacity: 1
        }

        100% {
                opacity: 0
        }
}

@-webkit-keyframes iziM-fadeIn {
        0% {
                opacity: 0
        }

        100% {
                opacity: 1
        }
}

@-moz-keyframes iziM-fadeIn {
        0% {
                opacity: 0
        }

        100% {
                opacity: 1
        }
}

@keyframes iziM-fadeIn {
        0% {
                opacity: 0
        }

        100% {
                opacity: 1
        }
}

@-webkit-keyframes iziM-slideIn {
        0% {
                opacity: 0;
                -webkit-transform: translateX(50px)
        }

        100% {
                opacity: 1;
                -webkit-transform: translateX(0)
        }
}

@-moz-keyframes iziM-slideIn {
        0% {
                opacity: 0;
                -moz-transform: translateX(50px)
        }

        100% {
                opacity: 1;
                -moz-transform: translateX(0)
        }
}

@keyframes iziM-slideIn {
        0% {
                opacity: 0;
                transform: translateX(50px)
        }

        100% {
                opacity: 1;
                transform: translateX(0)
        }
}

@-webkit-keyframes iziM-slideDown {
        0% {
                opacity: 0;
                -webkit-transform: scale(1, 0) translateY(-40px);
                -webkit-transform-origin: center top
        }
}

@-moz-keyframes iziM-slideDown {
        0% {
                opacity: 0;
                -moz-transform: scale(1, 0) translateY(-40px);
                -moz-transform-origin: center top
        }
}

@keyframes iziM-slideDown {
        0% {
                opacity: 0;
                transform: scale(1, 0) translateY(-40px);
                transform-origin: center top
        }
}

@-webkit-keyframes iziM-revealIn {
        0% {
                opacity: 0;
                -webkit-transform: scale3d(.3, .3, 1)
        }
}

@-moz-keyframes iziM-revealIn {
        0% {
                opacity: 0;
                -moz-transform: scale3d(.3, .3, 1)
        }
}

@keyframes iziM-revealIn {
        0% {
                opacity: 0;
                transform: scale3d(.3, .3, 1)
        }
}

@-webkit-keyframes iziM-bounceInDown {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -1000px, 0);
                transform: translate3d(0, -1000px, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0)
        }

        75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
        }

        90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0)
        }

        to {
                -webkit-transform: none;
                transform: none
        }
}

@keyframes iziM-bounceInDown {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(0, -1000px, 0);
                transform: translate3d(0, -1000px, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(0, 25px, 0);
                transform: translate3d(0, 25px, 0)
        }

        75% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
        }

        90% {
                -webkit-transform: translate3d(0, 5px, 0);
                transform: translate3d(0, 5px, 0)
        }

        to {
                -webkit-transform: none;
                transform: none
        }
}

@-webkit-keyframes iziM-bounceOutDown {
        20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 1000px, 0);
                transform: translate3d(0, 1000px, 0)
        }
}

@keyframes iziM-bounceOutDown {
        20% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 1000px, 0);
                transform: translate3d(0, 1000px, 0)
        }
}

@-webkit-keyframes iziM-bounceInUp {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        from {
                opacity: 0;
                -webkit-transform: translate3d(0, 1000px, 0);
                transform: translate3d(0, 1000px, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0)
        }

        75% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
        }

        90% {
                -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0)
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
        }
}

@keyframes iziM-bounceInUp {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        from {
                opacity: 0;
                -webkit-transform: translate3d(0, 1000px, 0);
                transform: translate3d(0, 1000px, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(0, -20px, 0);
                transform: translate3d(0, -20px, 0)
        }

        75% {
                -webkit-transform: translate3d(0, 10px, 0);
                transform: translate3d(0, 10px, 0)
        }

        90% {
                -webkit-transform: translate3d(0, -5px, 0);
                transform: translate3d(0, -5px, 0)
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
        }
}

@-webkit-keyframes iziM-bounceOutUp {
        20% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, -2000px, 0);
                transform: translate3d(0, -2000px, 0)
        }
}

@keyframes iziM-bounceOutUp {
        20% {
                -webkit-transform: translate3d(0, -10px, 0);
                transform: translate3d(0, -10px, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(0, 20px, 0);
                transform: translate3d(0, 20px, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, -1000px, 0);
                transform: translate3d(0, -1000px, 0)
        }
}

@-webkit-keyframes iziM-bounceInLeft {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(-1000px, 0, 0);
                transform: translate3d(-1000px, 0, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(25px, 0, 0);
                transform: translate3d(25px, 0, 0)
        }

        75% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
        }

        90% {
                -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0)
        }

        to {
                -webkit-transform: none;
                transform: none
        }
}

@keyframes iziM-bounceInLeft {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        0% {
                opacity: 0;
                -webkit-transform: translate3d(-1000px, 0, 0);
                transform: translate3d(-1000px, 0, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(25px, 0, 0);
                transform: translate3d(25px, 0, 0)
        }

        75% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
        }

        90% {
                -webkit-transform: translate3d(5px, 0, 0);
                transform: translate3d(5px, 0, 0)
        }

        to {
                -webkit-transform: none;
                transform: none
        }
}

@-webkit-keyframes iziM-bounceOutLeft {
        20% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(-2000px, 0, 0);
                transform: translate3d(-2000px, 0, 0)
        }
}

@keyframes iziM-bounceOutLeft {
        20% {
                -webkit-transform: translate3d(-10px, 0, 0);
                transform: translate3d(-10px, 0, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(20px, 0, 0);
                transform: translate3d(20px, 0, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(-1000px, 0, 0);
                transform: translate3d(-1000px, 0, 0)
        }
}

@-webkit-keyframes iziM-bounceInRight {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        from {
                opacity: 0;
                -webkit-transform: translate3d(1000px, 0, 0);
                transform: translate3d(1000px, 0, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0)
        }

        75% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
        }

        90% {
                -webkit-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0)
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
        }
}

@keyframes iziM-bounceInRight {

        60%,
        75%,
        90%,
        from,
        to {
                -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
                animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }

        from {
                opacity: 0;
                -webkit-transform: translate3d(1000px, 0, 0);
                transform: translate3d(1000px, 0, 0)
        }

        60% {
                opacity: 1;
                -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0)
        }

        75% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
        }

        90% {
                -webkit-transform: translate3d(-5px, 0, 0);
                transform: translate3d(-5px, 0, 0)
        }

        to {
                -webkit-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0)
        }
}

@-webkit-keyframes iziM-bounceOutRight {
        20% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(1000px, 0, 0);
                transform: translate3d(1000px, 0, 0)
        }
}

@keyframes iziM-bounceOutRight {
        20% {
                -webkit-transform: translate3d(10px, 0, 0);
                transform: translate3d(10px, 0, 0)
        }

        40%,
        45% {
                opacity: 1;
                -webkit-transform: translate3d(-20px, 0, 0);
                transform: translate3d(-20px, 0, 0)
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(1000px, 0, 0);
                transform: translate3d(1000px, 0, 0)
        }
}

@-webkit-keyframes iziM-fadeInDown {
        from {
                opacity: 0;
                -webkit-transform: translate3d(0, -100px, 0);
                transform: translate3d(0, -100px, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@keyframes iziM-fadeInDown {
        from {
                opacity: 0;
                -webkit-transform: translate3d(0, -100px, 0);
                transform: translate3d(0, -100px, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@-webkit-keyframes iziM-fadeOutDown {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 100px, 0);
                transform: translate3d(0, 100px, 0)
        }
}

@keyframes iziM-fadeOutDown {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, 100px, 0);
                transform: translate3d(0, 100px, 0)
        }
}

@-webkit-keyframes iziM-fadeInUp {
        from {
                opacity: 0;
                -webkit-transform: translate3d(0, 100px, 0);
                transform: translate3d(0, 100px, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@keyframes iziM-fadeInUp {
        from {
                opacity: 0;
                -webkit-transform: translate3d(0, 100px, 0);
                transform: translate3d(0, 100px, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@-webkit-keyframes iziM-fadeOutUp {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, -100px, 0);
                transform: translate3d(0, -100px, 0)
        }
}

@keyframes iziM-fadeOutUp {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(0, -100px, 0);
                transform: translate3d(0, -100px, 0)
        }
}

@-webkit-keyframes iziM-fadeInLeft {
        from {
                opacity: 0;
                -webkit-transform: translate3d(-200px, 0, 0);
                transform: translate3d(-200px, 0, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@keyframes iziM-fadeInLeft {
        from {
                opacity: 0;
                -webkit-transform: translate3d(-200px, 0, 0);
                transform: translate3d(-200px, 0, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@-webkit-keyframes iziM-fadeOutLeft {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(-200px, 0, 0);
                transform: translate3d(-200px, 0, 0)
        }
}

@keyframes iziM-fadeOutLeft {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(-200px, 0, 0);
                transform: translate3d(-200px, 0, 0)
        }
}

@-webkit-keyframes iziM-fadeInRight {
        from {
                opacity: 0;
                -webkit-transform: translate3d(200px, 0, 0);
                transform: translate3d(200px, 0, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@keyframes iziM-fadeInRight {
        from {
                opacity: 0;
                -webkit-transform: translate3d(200px, 0, 0);
                transform: translate3d(200px, 0, 0)
        }

        to {
                opacity: 1;
                -webkit-transform: none;
                transform: none
        }
}

@-webkit-keyframes iziM-fadeOutRight {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(200px, 0, 0);
                transform: translate3d(200px, 0, 0)
        }
}

@keyframes iziM-fadeOutRight {
        from {
                opacity: 1
        }

        to {
                opacity: 0;
                -webkit-transform: translate3d(200px, 0, 0);
                transform: translate3d(200px, 0, 0)
        }
}

@-webkit-keyframes iziM-flipInX {
        0% {
                -webkit-transform: perspective(400px) rotateX(60deg);
                opacity: 0
        }

        40% {
                -webkit-transform: perspective(400px) rotateX(-10deg)
        }

        70% {
                -webkit-transform: perspective(400px) rotateX(10deg)
        }

        100% {
                -webkit-transform: perspective(400px) rotateX(0);
                opacity: 1
        }
}

@keyframes iziM-flipInX {
        0% {
                transform: perspective(400px) rotateX(60deg);
                opacity: 0
        }

        40% {
                transform: perspective(400px) rotateX(-10deg)
        }

        70% {
                transform: perspective(400px) rotateX(10deg)
        }

        100% {
                transform: perspective(400px) rotateX(0);
                opacity: 1
        }
}

@-webkit-keyframes iziM-flipOutX {
        from {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
        }

        30% {
                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                opacity: 1
        }

        to {
                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
                opacity: 0
        }
}

@keyframes iziM-flipOutX {
        from {
                -webkit-transform: perspective(400px);
                transform: perspective(400px)
        }

        30% {
                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                opacity: 1
        }

        to {
                -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
                transform: perspective(400px) rotate3d(1, 0, 0, 40deg);
                opacity: 0
        }
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
        font-family: var(--fa-style-family, "Font Awesome 6 Free");
        font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: var(--fa-display, inline-block);
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
        font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
        font-family: "Font Awesome 6 Brands"
}

.fa-1x {
        font-size: 1em
}

.fa-2x {
        font-size: 2em
}

.fa-3x {
        font-size: 3em
}

.fa-4x {
        font-size: 4em
}

.fa-5x {
        font-size: 5em
}

.fa-6x {
        font-size: 6em
}

.fa-7x {
        font-size: 7em
}

.fa-8x {
        font-size: 8em
}

.fa-9x {
        font-size: 9em
}

.fa-10x {
        font-size: 10em
}

.fa-2xs {
        font-size: .625em;
        line-height: .1em;
        vertical-align: .225em
}

.fa-xs {
        font-size: .75em;
        line-height: .08333em;
        vertical-align: .125em
}

.fa-sm {
        font-size: .875em;
        line-height: .07143em;
        vertical-align: .05357em
}

.fa-lg {
        font-size: 1.25em;
        line-height: .05em;
        vertical-align: -.075em
}

.fa-xl {
        font-size: 1.5em;
        line-height: .04167em;
        vertical-align: -.125em
}

.fa-2xl {
        font-size: 2em;
        line-height: .03125em;
        vertical-align: -.1875em
}

.fa-fw {
        text-align: center;
        width: 1.25em
}

.fa-ul {
        list-style-type: none;
        margin-left: var(--fa-li-margin, 2.5em);
        padding-left: 0
}

.fa-ul>li {
        position: relative
}

.fa-li {
        left: calc(var(--fa-li-width, 2em)*-1);
        position: absolute;
        text-align: center;
        width: var(--fa-li-width, 2em);
        line-height: inherit
}

.fa-border {
        border-radius: var(--fa-border-radius, .1em);
        border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
        padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
        float: left;
        margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
        float: right;
        margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
        -webkit-animation-name: fa-beat;
        animation-name: fa-beat;
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
        animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
        -webkit-animation-name: fa-bounce;
        animation-name: fa-bounce;
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
        animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
        -webkit-animation-name: fa-fade;
        animation-name: fa-fade;
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
        animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
        -webkit-animation-name: fa-beat-fade;
        animation-name: fa-beat-fade;
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
        animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
        -webkit-animation-name: fa-flip;
        animation-name: fa-flip;
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
        animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
        -webkit-animation-name: fa-shake;
        animation-name: fa-shake;
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, linear);
        animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
        -webkit-animation-delay: var(--fa-animation-delay, 0s);
        animation-delay: var(--fa-animation-delay, 0s);
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
        -webkit-animation-name: fa-spin;
        animation-name: fa-spin;
        -webkit-animation-duration: var(--fa-animation-duration, 2s);
        animation-duration: var(--fa-animation-duration, 2s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, linear);
        animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
        --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
        -webkit-animation-name: fa-spin;
        animation-name: fa-spin;
        -webkit-animation-direction: var(--fa-animation-direction, normal);
        animation-direction: var(--fa-animation-direction, normal);
        -webkit-animation-duration: var(--fa-animation-duration, 1s);
        animation-duration: var(--fa-animation-duration, 1s);
        -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        animation-iteration-count: var(--fa-animation-iteration-count, infinite);
        -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
        animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

        .fa-beat,
        .fa-beat-fade,
        .fa-bounce,
        .fa-fade,
        .fa-flip,
        .fa-pulse,
        .fa-shake,
        .fa-spin,
        .fa-spin-pulse {
                -webkit-animation-delay: -1ms;
                animation-delay: -1ms;
                -webkit-animation-duration: 1ms;
                animation-duration: 1ms;
                -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
                -webkit-transition-delay: 0s;
                transition-delay: 0s;
                -webkit-transition-duration: 0s;
                transition-duration: 0s
        }
}

@-webkit-keyframes fa-beat {

        0%,
        90% {
                -webkit-transform: scale(1);
                transform: scale(1)
        }

        45% {
                -webkit-transform: scale(var(--fa-beat-scale, 1.25));
                transform: scale(var(--fa-beat-scale, 1.25))
        }
}

@keyframes fa-beat {

        0%,
        90% {
                -webkit-transform: scale(1);
                transform: scale(1)
        }

        45% {
                -webkit-transform: scale(var(--fa-beat-scale, 1.25));
                transform: scale(var(--fa-beat-scale, 1.25))
        }
}

@-webkit-keyframes fa-bounce {
        0% {
                -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0)
        }

        10% {
                -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
                transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
        }

        30% {
                -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
                transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
        }

        50% {
                -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
                transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
        }

        57% {
                -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
                transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
        }

        64% {
                -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0)
        }

        to {
                -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0)
        }
}

@keyframes fa-bounce {
        0% {
                -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0)
        }

        10% {
                -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
                transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
        }

        30% {
                -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
                transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
        }

        50% {
                -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
                transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
        }

        57% {
                -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
                transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
        }

        64% {
                -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0)
        }

        to {
                -webkit-transform: scale(1) translateY(0);
                transform: scale(1) translateY(0)
        }
}

@-webkit-keyframes fa-fade {
        50% {
                opacity: var(--fa-fade-opacity, .4)
        }
}

@keyframes fa-fade {
        50% {
                opacity: var(--fa-fade-opacity, .4)
        }
}

@-webkit-keyframes fa-beat-fade {

        0%,
        to {
                opacity: var(--fa-beat-fade-opacity, .4);
                -webkit-transform: scale(1);
                transform: scale(1)
        }

        50% {
                opacity: 1;
                -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
                transform: scale(var(--fa-beat-fade-scale, 1.125))
        }
}

@keyframes fa-beat-fade {

        0%,
        to {
                opacity: var(--fa-beat-fade-opacity, .4);
                -webkit-transform: scale(1);
                transform: scale(1)
        }

        50% {
                opacity: 1;
                -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
                transform: scale(var(--fa-beat-fade-scale, 1.125))
        }
}

@-webkit-keyframes fa-flip {
        50% {
                -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
                transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
        }
}

@keyframes fa-flip {
        50% {
                -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
                transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
        }
}

@-webkit-keyframes fa-shake {
        0% {
                -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg)
        }

        4% {
                -webkit-transform: rotate(15deg);
                transform: rotate(15deg)
        }

        8%,
        24% {
                -webkit-transform: rotate(-18deg);
                transform: rotate(-18deg)
        }

        12%,
        28% {
                -webkit-transform: rotate(18deg);
                transform: rotate(18deg)
        }

        16% {
                -webkit-transform: rotate(-22deg);
                transform: rotate(-22deg)
        }

        20% {
                -webkit-transform: rotate(22deg);
                transform: rotate(22deg)
        }

        32% {
                -webkit-transform: rotate(-12deg);
                transform: rotate(-12deg)
        }

        36% {
                -webkit-transform: rotate(12deg);
                transform: rotate(12deg)
        }

        40%,
        to {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
        }
}

@keyframes fa-shake {
        0% {
                -webkit-transform: rotate(-15deg);
                transform: rotate(-15deg)
        }

        4% {
                -webkit-transform: rotate(15deg);
                transform: rotate(15deg)
        }

        8%,
        24% {
                -webkit-transform: rotate(-18deg);
                transform: rotate(-18deg)
        }

        12%,
        28% {
                -webkit-transform: rotate(18deg);
                transform: rotate(18deg)
        }

        16% {
                -webkit-transform: rotate(-22deg);
                transform: rotate(-22deg)
        }

        20% {
                -webkit-transform: rotate(22deg);
                transform: rotate(22deg)
        }

        32% {
                -webkit-transform: rotate(-12deg);
                transform: rotate(-12deg)
        }

        36% {
                -webkit-transform: rotate(12deg);
                transform: rotate(12deg)
        }

        40%,
        to {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
        }
}

@-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 {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
}

.fa-rotate-180 {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
}

.fa-rotate-270 {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
}

.fa-flip-horizontal {
        -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 {
        -webkit-transform: scale(-1);
        transform: scale(-1)
}

.fa-rotate-by {
        -webkit-transform: rotate(var(--fa-rotate-angle, none));
        transform: rotate(var(--fa-rotate-angle, 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%;
        z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
        line-height: inherit
}

.fa-stack-2x {
        font-size: 2em
}

.fa-inverse {
        color: var(--fa-inverse, #fff)
}

.fa-0:before {
        content: "\30"
}

.fa-1:before {
        content: "\31"
}

.fa-2:before {
        content: "\32"
}

.fa-3:before {
        content: "\33"
}

.fa-4:before {
        content: "\34"
}

.fa-5:before {
        content: "\35"
}

.fa-6:before {
        content: "\36"
}

.fa-7:before {
        content: "\37"
}

.fa-8:before {
        content: "\38"
}

.fa-9:before {
        content: "\39"
}

.fa-fill-drip:before {
        content: "\f576"
}

.fa-arrows-to-circle:before {
        content: "\e4bd"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
        content: "\f138"
}

.fa-at:before {
        content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
        content: "\f2ed"
}

.fa-text-height:before {
        content: "\f034"
}

.fa-user-times:before,
.fa-user-xmark:before {
        content: "\f235"
}

.fa-stethoscope:before {
        content: "\f0f1"
}

.fa-comment-alt:before,
.fa-message:before {
        content: "\f27a"
}

.fa-info:before {
        content: "\f129"
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
        content: "\f422"
}

.fa-explosion:before {
        content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
        content: "\f15c"
}

.fa-wave-square:before {
        content: "\f83e"
}

.fa-ring:before {
        content: "\f70b"
}

.fa-building-un:before {
        content: "\e4d9"
}

.fa-dice-three:before {
        content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
        content: "\f073"
}

.fa-anchor-circle-check:before {
        content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
        content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
        content: "\f45f"
}

.fa-arrows-up-to-line:before {
        content: "\e4c2"
}

.fa-sort-desc:before,
.fa-sort-down:before {
        content: "\f0dd"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
        content: "\f056"
}

.fa-door-open:before {
        content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
        content: "\f2f5"
}

.fa-atom:before {
        content: "\f5d2"
}

.fa-soap:before {
        content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
        content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
        content: "\f539"
}

.fa-bridge-circle-check:before {
        content: "\e4c9"
}

.fa-pump-medical:before {
        content: "\e06a"
}

.fa-fingerprint:before {
        content: "\f577"
}

.fa-hand-point-right:before {
        content: "\f0a4"
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
        content: "\f689"
}

.fa-forward-step:before,
.fa-step-forward:before {
        content: "\f051"
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
        content: "\f5b8"
}

.fa-flag-checkered:before {
        content: "\f11e"
}

.fa-football-ball:before,
.fa-football:before {
        content: "\f44e"
}

.fa-school-circle-exclamation:before {
        content: "\e56c"
}

.fa-crop:before {
        content: "\f125"
}

.fa-angle-double-down:before,
.fa-angles-down:before {
        content: "\f103"
}

.fa-users-rectangle:before {
        content: "\e594"
}

.fa-people-roof:before {
        content: "\e537"
}

.fa-people-line:before {
        content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
        content: "\f0fc"
}

.fa-diagram-predecessor:before {
        content: "\e477"
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
        content: "\f176"
}

.fa-burn:before,
.fa-fire-flame-simple:before {
        content: "\f46a"
}

.fa-male:before,
.fa-person:before {
        content: "\f183"
}

.fa-laptop:before {
        content: "\f109"
}

.fa-file-csv:before {
        content: "\f6dd"
}

.fa-menorah:before {
        content: "\f676"
}

.fa-truck-plane:before {
        content: "\e58f"
}

.fa-record-vinyl:before {
        content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
        content: "\f587"
}

.fa-bong:before {
        content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
        content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
        content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
        content: "\f2e5"
}

.fa-jar-wheat:before {
        content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
        content: "\f674"
}

.fa-file-circle-exclamation:before {
        content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
        content: "\f47e"
}

.fa-pager:before {
        content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
        content: "\f2b9"
}

.fa-strikethrough:before {
        content: "\f0cc"
}

.fa-k:before {
        content: "\4b"
}

.fa-landmark-flag:before {
        content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
        content: "\f303"
}

.fa-backward:before {
        content: "\f04a"
}

.fa-caret-right:before {
        content: "\f0da"
}

.fa-comments:before {
        content: "\f086"
}

.fa-file-clipboard:before,
.fa-paste:before {
        content: "\f0ea"
}

.fa-code-pull-request:before {
        content: "\e13c"
}

.fa-clipboard-list:before {
        content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
        content: "\f4de"
}

.fa-user-check:before {
        content: "\f4fc"
}

.fa-vial-virus:before {
        content: "\e597"
}

.fa-sheet-plastic:before {
        content: "\e571"
}

.fa-blog:before {
        content: "\f781"
}

.fa-user-ninja:before {
        content: "\f504"
}

.fa-person-arrow-up-from-line:before {
        content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
        content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
        content: "\f458"
}

.fa-toggle-off:before {
        content: "\f204"
}

.fa-archive:before,
.fa-box-archive:before {
        content: "\f187"
}

.fa-person-drowning:before {
        content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
        content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
        content: "\f58a"
}

.fa-spray-can:before {
        content: "\f5bd"
}

.fa-truck-monster:before {
        content: "\f63b"
}

.fa-w:before {
        content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
        content: "\f57c"
}

.fa-rainbow:before {
        content: "\f75b"
}

.fa-circle-notch:before {
        content: "\f1ce"
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
        content: "\f3fa"
}

.fa-paw:before {
        content: "\f1b0"
}

.fa-cloud:before {
        content: "\f0c2"
}

.fa-trowel-bricks:before {
        content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
        content: "\f579"
}

.fa-hospital-user:before {
        content: "\f80d"
}

.fa-tent-arrow-left-right:before {
        content: "\e57f"
}

.fa-gavel:before,
.fa-legal:before {
        content: "\f0e3"
}

.fa-binoculars:before {
        content: "\f1e5"
}

.fa-microphone-slash:before {
        content: "\f131"
}

.fa-box-tissue:before {
        content: "\e05b"
}

.fa-motorcycle:before {
        content: "\f21c"
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
        content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
        content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
        content: "\e068"
}

.fa-mars-and-venus-burst:before {
        content: "\e523"
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
        content: "\f152"
}

.fa-cut:before,
.fa-scissors:before {
        content: "\f0c4"
}

.fa-sun-plant-wilt:before {
        content: "\e57a"
}

.fa-toilets-portable:before {
        content: "\e584"
}

.fa-hockey-puck:before {
        content: "\f453"
}

.fa-table:before {
        content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
        content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
        content: "\f566"
}

.fa-users-slash:before {
        content: "\e073"
}

.fa-clover:before {
        content: "\e139"
}

.fa-mail-reply:before,
.fa-reply:before {
        content: "\f3e5"
}

.fa-star-and-crescent:before {
        content: "\f699"
}

.fa-house-fire:before {
        content: "\e50c"
}

.fa-minus-square:before,
.fa-square-minus:before {
        content: "\f146"
}

.fa-helicopter:before {
        content: "\f533"
}

.fa-compass:before {
        content: "\f14e"
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
        content: "\f150"
}

.fa-file-circle-question:before {
        content: "\e4ef"
}

.fa-laptop-code:before {
        content: "\f5fc"
}

.fa-swatchbook:before {
        content: "\f5c3"
}

.fa-prescription-bottle:before {
        content: "\f485"
}

.fa-bars:before,
.fa-navicon:before {
        content: "\f0c9"
}

.fa-people-group:before {
        content: "\e533"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
        content: "\f253"
}

.fa-heart-broken:before,
.fa-heart-crack:before {
        content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
        content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
        content: "\f597"
}

.fa-film:before {
        content: "\f008"
}

.fa-ruler-horizontal:before {
        content: "\f547"
}

.fa-people-robbery:before {
        content: "\e536"
}

.fa-lightbulb:before {
        content: "\f0eb"
}

.fa-caret-left:before {
        content: "\f0d9"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
        content: "\f06a"
}

.fa-school-circle-xmark:before {
        content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
        content: "\f08b"
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
        content: "\f13a"
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
        content: "\f13e"
}

.fa-cloud-showers-heavy:before {
        content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
        content: "\f58f"
}

.fa-sitemap:before {
        content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
        content: "\f4b9"
}

.fa-memory:before {
        content: "\f538"
}

.fa-road-spikes:before {
        content: "\e568"
}

.fa-fire-burner:before {
        content: "\e4f1"
}

.fa-flag:before {
        content: "\f024"
}

.fa-hanukiah:before {
        content: "\f6e6"
}

.fa-feather:before {
        content: "\f52d"
}

.fa-volume-down:before,
.fa-volume-low:before {
        content: "\f027"
}

.fa-comment-slash:before {
        content: "\f4b3"
}

.fa-cloud-sun-rain:before {
        content: "\f743"
}

.fa-compress:before {
        content: "\f066"
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
        content: "\e2cd"
}

.fa-ankh:before {
        content: "\f644"
}

.fa-hands-holding-child:before {
        content: "\e4fa"
}

.fa-asterisk:before {
        content: "\2a"
}

.fa-check-square:before,
.fa-square-check:before {
        content: "\f14a"
}

.fa-peseta-sign:before {
        content: "\e221"
}

.fa-header:before,
.fa-heading:before {
        content: "\f1dc"
}

.fa-ghost:before {
        content: "\f6e2"
}

.fa-list-squares:before,
.fa-list:before {
        content: "\f03a"
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
        content: "\f87b"
}

.fa-cart-plus:before {
        content: "\f217"
}

.fa-gamepad:before {
        content: "\f11b"
}

.fa-circle-dot:before,
.fa-dot-circle:before {
        content: "\f192"
}

.fa-dizzy:before,
.fa-face-dizzy:before {
        content: "\f567"
}

.fa-egg:before {
        content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
        content: "\e513"
}

.fa-campground:before {
        content: "\f6bb"
}

.fa-folder-plus:before {
        content: "\f65e"
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
        content: "\f1e3"
}

.fa-paint-brush:before,
.fa-paintbrush:before {
        content: "\f1fc"
}

.fa-lock:before {
        content: "\f023"
}

.fa-gas-pump:before {
        content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
        content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
        content: "\f59f"
}

.fa-house-flood-water:before {
        content: "\e50e"
}

.fa-tree:before {
        content: "\f1bb"
}

.fa-bridge-lock:before {
        content: "\e4cc"
}

.fa-sack-dollar:before {
        content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
        content: "\f044"
}

.fa-car-side:before {
        content: "\f5e4"
}

.fa-share-alt:before,
.fa-share-nodes:before {
        content: "\f1e0"
}

.fa-heart-circle-minus:before {
        content: "\e4ff"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
        content: "\f252"
}

.fa-microscope:before {
        content: "\f610"
}

.fa-sink:before {
        content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
        content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
        content: "\f881"
}

.fa-mitten:before {
        content: "\f7b5"
}

.fa-person-rays:before {
        content: "\e54d"
}

.fa-users:before {
        content: "\f0c0"
}

.fa-eye-slash:before {
        content: "\f070"
}

.fa-flask-vial:before {
        content: "\e4f3"
}

.fa-hand-paper:before,
.fa-hand:before {
        content: "\f256"
}

.fa-om:before {
        content: "\f679"
}

.fa-worm:before {
        content: "\e599"
}

.fa-house-circle-xmark:before {
        content: "\e50b"
}

.fa-plug:before {
        content: "\f1e6"
}

.fa-chevron-up:before {
        content: "\f077"
}

.fa-hand-spock:before {
        content: "\f259"
}

.fa-stopwatch:before {
        content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
        content: "\f596"
}

.fa-bridge-circle-xmark:before {
        content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
        content: "\f589"
}

.fa-chess-bishop:before {
        content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
        content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
        content: "\f2a4"
}

.fa-road-circle-check:before {
        content: "\e564"
}

.fa-dice-five:before {
        content: "\f523"
}

.fa-rss-square:before,
.fa-square-rss:before {
        content: "\f143"
}

.fa-land-mine-on:before {
        content: "\e51b"
}

.fa-i-cursor:before {
        content: "\f246"
}

.fa-stamp:before {
        content: "\f5bf"
}

.fa-stairs:before {
        content: "\e289"
}

.fa-i:before {
        content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
        content: "\f6f2"
}

.fa-pills:before {
        content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
        content: "\f581"
}

.fa-tooth:before {
        content: "\f5c9"
}

.fa-v:before {
        content: "\56"
}

.fa-bangladeshi-taka-sign:before {
        content: "\e2e6"
}

.fa-bicycle:before {
        content: "\f206"
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
        content: "\e579"
}

.fa-head-side-cough-slash:before {
        content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
        content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
        content: "\e598"
}

.fa-snowman:before {
        content: "\f7d0"
}

.fa-mortar-pestle:before {
        content: "\f5a7"
}

.fa-road-barrier:before {
        content: "\e562"
}

.fa-school:before {
        content: "\f549"
}

.fa-igloo:before {
        content: "\f7ae"
}

.fa-joint:before {
        content: "\f595"
}

.fa-angle-right:before {
        content: "\f105"
}

.fa-horse:before {
        content: "\f6f0"
}

.fa-q:before {
        content: "\51"
}

.fa-g:before {
        content: "\47"
}

.fa-notes-medical:before {
        content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
        content: "\f2c9"
}

.fa-dong-sign:before {
        content: "\e169"
}

.fa-capsules:before {
        content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
        content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
        content: "\f57a"
}

.fa-hand-point-up:before {
        content: "\f0a6"
}

.fa-money-bill:before {
        content: "\f0d6"
}

.fa-bookmark:before {
        content: "\f02e"
}

.fa-align-justify:before {
        content: "\f039"
}

.fa-umbrella-beach:before {
        content: "\f5ca"
}

.fa-helmet-un:before {
        content: "\e503"
}

.fa-bullseye:before {
        content: "\f140"
}

.fa-bacon:before {
        content: "\f7e5"
}

.fa-hand-point-down:before {
        content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
        content: "\e09a"
}

.fa-folder-blank:before,
.fa-folder:before {
        content: "\f07b"
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
        content: "\f478"
}

.fa-radiation:before {
        content: "\f7b9"
}

.fa-chart-simple:before {
        content: "\e473"
}

.fa-mars-stroke:before {
        content: "\f229"
}

.fa-vial:before {
        content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
        content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
        content: "\e2ca"
}

.fa-e:before {
        content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
        content: "\f305"
}

.fa-bridge-circle-exclamation:before {
        content: "\e4ca"
}

.fa-user:before {
        content: "\f007"
}

.fa-school-circle-check:before {
        content: "\e56b"
}

.fa-dumpster:before {
        content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
        content: "\f5b6"
}

.fa-building-user:before {
        content: "\e4da"
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
        content: "\f191"
}

.fa-highlighter:before {
        content: "\f591"
}

.fa-key:before {
        content: "\f084"
}

.fa-bullhorn:before {
        content: "\f0a1"
}

.fa-globe:before {
        content: "\f0ac"
}

.fa-synagogue:before {
        content: "\f69b"
}

.fa-person-half-dress:before {
        content: "\e548"
}

.fa-road-bridge:before {
        content: "\e563"
}

.fa-location-arrow:before {
        content: "\f124"
}

.fa-c:before {
        content: "\43"
}

.fa-tablet-button:before {
        content: "\f10a"
}

.fa-building-lock:before {
        content: "\e4d6"
}

.fa-pizza-slice:before {
        content: "\f818"
}

.fa-money-bill-wave:before {
        content: "\f53a"
}

.fa-area-chart:before,
.fa-chart-area:before {
        content: "\f1fe"
}

.fa-house-flag:before {
        content: "\e50d"
}

.fa-person-circle-minus:before {
        content: "\e540"
}

.fa-ban:before,
.fa-cancel:before {
        content: "\f05e"
}

.fa-camera-rotate:before {
        content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
        content: "\f5d0"
}

.fa-star:before {
        content: "\f005"
}

.fa-repeat:before {
        content: "\f363"
}

.fa-cross:before {
        content: "\f654"
}

.fa-box:before {
        content: "\f466"
}

.fa-venus-mars:before {
        content: "\f228"
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
        content: "\f245"
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
        content: "\f31e"
}

.fa-charging-station:before {
        content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
        content: "\f61f"
}

.fa-random:before,
.fa-shuffle:before {
        content: "\f074"
}

.fa-person-running:before,
.fa-running:before {
        content: "\f70c"
}

.fa-mobile-retro:before {
        content: "\e527"
}

.fa-grip-lines-vertical:before {
        content: "\f7a5"
}

.fa-spider:before {
        content: "\f717"
}

.fa-hands-bound:before {
        content: "\e4f9"
}

.fa-file-invoice-dollar:before {
        content: "\f571"
}

.fa-plane-circle-exclamation:before {
        content: "\e556"
}

.fa-x-ray:before {
        content: "\f497"
}

.fa-spell-check:before {
        content: "\f891"
}

.fa-slash:before {
        content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
        content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
        content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
        content: "\e070"
}

.fa-server:before {
        content: "\f233"
}

.fa-virus-covid-slash:before {
        content: "\e4a9"
}

.fa-shop-lock:before {
        content: "\e4a5"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
        content: "\f251"
}

.fa-blender-phone:before {
        content: "\f6b6"
}

.fa-building-wheat:before {
        content: "\e4db"
}

.fa-person-breastfeeding:before {
        content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
        content: "\f2f6"
}

.fa-venus:before {
        content: "\f221"
}

.fa-passport:before {
        content: "\f5ab"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
        content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
        content: "\f4ce"
}

.fa-temperature-high:before {
        content: "\f769"
}

.fa-microchip:before {
        content: "\f2db"
}

.fa-crown:before {
        content: "\f521"
}

.fa-weight-hanging:before {
        content: "\f5cd"
}

.fa-xmarks-lines:before {
        content: "\e59a"
}

.fa-file-prescription:before {
        content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
        content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
        content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
        content: "\f15e"
}

.fa-chess-knight:before {
        content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
        content: "\f59b"
}

.fa-wheelchair:before {
        content: "\f193"
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
        content: "\f0aa"
}

.fa-toggle-on:before {
        content: "\f205"
}

.fa-person-walking:before,
.fa-walking:before {
        content: "\f554"
}

.fa-l:before {
        content: "\4c"
}

.fa-fire:before {
        content: "\f06d"
}

.fa-bed-pulse:before,
.fa-procedures:before {
        content: "\f487"
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
        content: "\f197"
}

.fa-face-laugh:before,
.fa-laugh:before {
        content: "\f599"
}

.fa-folder-open:before {
        content: "\f07c"
}

.fa-heart-circle-plus:before {
        content: "\e500"
}

.fa-code-fork:before {
        content: "\e13b"
}

.fa-city:before {
        content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
        content: "\f3c9"
}

.fa-pepper-hot:before {
        content: "\f816"
}

.fa-unlock:before {
        content: "\f09c"
}

.fa-colon-sign:before {
        content: "\e140"
}

.fa-headset:before {
        content: "\f590"
}

.fa-store-slash:before {
        content: "\e071"
}

.fa-road-circle-xmark:before {
        content: "\e566"
}

.fa-user-minus:before {
        content: "\f503"
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
        content: "\f22a"
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
        content: "\f79f"
}

.fa-clipboard:before {
        content: "\f328"
}

.fa-house-circle-exclamation:before {
        content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
        content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
        content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
        content: "\f2cd"
}

.fa-underline:before {
        content: "\f0cd"
}

.fa-user-edit:before,
.fa-user-pen:before {
        content: "\f4ff"
}

.fa-signature:before {
        content: "\f5b7"
}

.fa-stroopwafel:before {
        content: "\f551"
}

.fa-bold:before {
        content: "\f032"
}

.fa-anchor-lock:before {
        content: "\e4ad"
}

.fa-building-ngo:before {
        content: "\e4d7"
}

.fa-manat-sign:before {
        content: "\e1d5"
}

.fa-not-equal:before {
        content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
        content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
        content: "\f5a0"
}

.fa-jedi:before {
        content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
        content: "\f681"
}

.fa-mug-hot:before {
        content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
        content: "\f5df"
}

.fa-gift:before {
        content: "\f06b"
}

.fa-dice-two:before {
        content: "\f528"
}

.fa-chess-queen:before {
        content: "\f445"
}

.fa-glasses:before {
        content: "\f530"
}

.fa-chess-board:before {
        content: "\f43c"
}

.fa-building-circle-check:before {
        content: "\e4d2"
}

.fa-person-chalkboard:before {
        content: "\e53d"
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
        content: "\f22b"
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
        content: "\f255"
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
        content: "\f151"
}

.fa-cloud-showers-water:before {
        content: "\e4e4"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
        content: "\f080"
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
        content: "\e05e"
}

.fa-less-than-equal:before {
        content: "\f537"
}

.fa-train:before {
        content: "\f238"
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
        content: "\f2a8"
}

.fa-crow:before {
        content: "\f520"
}

.fa-sailboat:before {
        content: "\e445"
}

.fa-window-restore:before {
        content: "\f2d2"
}

.fa-plus-square:before,
.fa-square-plus:before {
        content: "\f0fe"
}

.fa-torii-gate:before {
        content: "\f6a1"
}

.fa-frog:before {
        content: "\f52e"
}

.fa-bucket:before {
        content: "\e4cf"
}

.fa-image:before {
        content: "\f03e"
}

.fa-microphone:before {
        content: "\f130"
}

.fa-cow:before {
        content: "\f6c8"
}

.fa-caret-up:before {
        content: "\f0d8"
}

.fa-screwdriver:before {
        content: "\f54a"
}

.fa-folder-closed:before {
        content: "\e185"
}

.fa-house-tsunami:before {
        content: "\e515"
}

.fa-square-nfi:before {
        content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
        content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
        content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
        content: "\f2ea"
}

.fa-columns:before,
.fa-table-columns:before {
        content: "\f0db"
}

.fa-lemon:before {
        content: "\f094"
}

.fa-head-side-mask:before {
        content: "\e063"
}

.fa-handshake:before {
        content: "\f2b5"
}

.fa-gem:before {
        content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
        content: "\f472"
}

.fa-smoking:before {
        content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
        content: "\f78c"
}

.fa-monument:before {
        content: "\f5a6"
}

.fa-snowplow:before {
        content: "\f7d2"
}

.fa-angle-double-right:before,
.fa-angles-right:before {
        content: "\f101"
}

.fa-cannabis:before {
        content: "\f55f"
}

.fa-circle-play:before,
.fa-play-circle:before {
        content: "\f144"
}

.fa-tablets:before {
        content: "\f490"
}

.fa-ethernet:before {
        content: "\f796"
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
        content: "\f153"
}

.fa-chair:before {
        content: "\f6c0"
}

.fa-check-circle:before,
.fa-circle-check:before {
        content: "\f058"
}

.fa-circle-stop:before,
.fa-stop-circle:before {
        content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
        content: "\f568"
}

.fa-plate-wheat:before {
        content: "\e55a"
}

.fa-icicles:before {
        content: "\f7ad"
}

.fa-person-shelter:before {
        content: "\e54f"
}

.fa-neuter:before {
        content: "\f22c"
}

.fa-id-badge:before {
        content: "\f2c1"
}

.fa-marker:before {
        content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
        content: "\f59a"
}

.fa-helicopter-symbol:before {
        content: "\e502"
}

.fa-universal-access:before {
        content: "\f29a"
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
        content: "\f139"
}

.fa-lari-sign:before {
        content: "\e1c8"
}

.fa-volcano:before {
        content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
        content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
        content: "\f154"
}

.fa-viruses:before {
        content: "\e076"
}

.fa-square-person-confined:before {
        content: "\e577"
}

.fa-user-tie:before {
        content: "\f508"
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
        content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
        content: "\e57e"
}

.fa-certificate:before {
        content: "\f0a3"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
        content: "\f122"
}

.fa-suitcase:before {
        content: "\f0f2"
}

.fa-person-skating:before,
.fa-skating:before {
        content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
        content: "\f662"
}

.fa-camera-retro:before {
        content: "\f083"
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
        content: "\f0ab"
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
        content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
        content: "\f14c"
}

.fa-box-open:before {
        content: "\f49e"
}

.fa-scroll:before {
        content: "\f70e"
}

.fa-spa:before {
        content: "\f5bb"
}

.fa-location-pin-lock:before {
        content: "\e51f"
}

.fa-pause:before {
        content: "\f04c"
}

.fa-hill-avalanche:before {
        content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
        content: "\f2cb"
}

.fa-bomb:before {
        content: "\f1e2"
}

.fa-registered:before {
        content: "\f25d"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
        content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
        content: "\f516"
}

.fa-subscript:before {
        content: "\f12c"
}

.fa-diamond-turn-right:before,
.fa-directions:before {
        content: "\f5eb"
}

.fa-burst:before {
        content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
        content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
        content: "\f5c8"
}

.fa-money-bills:before {
        content: "\e1f3"
}

.fa-smog:before {
        content: "\f75f"
}

.fa-crutch:before {
        content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
        content: "\f0ee"
}

.fa-palette:before {
        content: "\f53f"
}

.fa-arrows-turn-right:before {
        content: "\e4c0"
}

.fa-vest:before {
        content: "\e085"
}

.fa-ferry:before {
        content: "\e4ea"
}

.fa-arrows-down-to-people:before {
        content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
        content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
        content: "\f337"
}

.fa-boxes-packing:before {
        content: "\e4c7"
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
        content: "\f0a8"
}

.fa-group-arrows-rotate:before {
        content: "\e4f6"
}

.fa-bowl-food:before {
        content: "\e4c6"
}

.fa-candy-cane:before {
        content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
        content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
        content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
        content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
        content: "\f4da"
}

.fa-file-word:before {
        content: "\f1c2"
}

.fa-file-powerpoint:before {
        content: "\f1c4"
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
        content: "\f07e"
}

.fa-house-lock:before {
        content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
        content: "\f0ed"
}

.fa-children:before {
        content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
        content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
        content: "\f4fa"
}

.fa-envelope-open:before {
        content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
        content: "\e05f"
}

.fa-mattress-pillow:before {
        content: "\e525"
}

.fa-guarani-sign:before {
        content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
        content: "\f021"
}

.fa-fire-extinguisher:before {
        content: "\f134"
}

.fa-cruzeiro-sign:before {
        content: "\e152"
}

.fa-greater-than-equal:before {
        content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
        content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
        content: "\f558"
}

.fa-virus:before {
        content: "\e074"
}

.fa-envelope-circle-check:before {
        content: "\e4e8"
}

.fa-layer-group:before {
        content: "\f5fd"
}

.fa-arrows-to-dot:before {
        content: "\e4be"
}

.fa-archway:before {
        content: "\f557"
}

.fa-heart-circle-check:before {
        content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
        content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
        content: "\f1c6"
}

.fa-square:before {
        content: "\f0c8"
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
        content: "\f000"
}

.fa-couch:before {
        content: "\f4b8"
}

.fa-cedi-sign:before {
        content: "\e0df"
}

.fa-italic:before {
        content: "\f033"
}

.fa-church:before {
        content: "\f51d"
}

.fa-comments-dollar:before {
        content: "\f653"
}

.fa-democrat:before {
        content: "\f747"
}

.fa-z:before {
        content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
        content: "\f7c9"
}

.fa-road-lock:before {
        content: "\e567"
}

.fa-a:before {
        content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
        content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
        content: "\f56b"
}

.fa-p:before {
        content: "\50"
}

.fa-snowflake:before {
        content: "\f2dc"
}

.fa-newspaper:before {
        content: "\f1ea"
}

.fa-ad:before,
.fa-rectangle-ad:before {
        content: "\f641"
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
        content: "\f0a9"
}

.fa-filter-circle-xmark:before {
        content: "\e17b"
}

.fa-locust:before {
        content: "\e520"
}

.fa-sort:before,
.fa-unsorted:before {
        content: "\f0dc"
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
        content: "\f0cb"
}

.fa-person-dress-burst:before {
        content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
        content: "\f53d"
}

.fa-vector-square:before {
        content: "\f5cb"
}

.fa-bread-slice:before {
        content: "\f7ec"
}

.fa-language:before {
        content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
        content: "\f598"
}

.fa-filter:before {
        content: "\f0b0"
}

.fa-question:before {
        content: "\3f"
}

.fa-file-signature:before {
        content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
        content: "\f0b2"
}

.fa-house-chimney-user:before {
        content: "\e065"
}

.fa-hand-holding-heart:before {
        content: "\f4be"
}

.fa-puzzle-piece:before {
        content: "\f12e"
}

.fa-money-check:before {
        content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
        content: "\f5c0"
}

.fa-code:before {
        content: "\f121"
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
        content: "\f7a0"
}

.fa-building-circle-exclamation:before {
        content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
        content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
        content: "\f08e"
}

.fa-cubes-stacked:before {
        content: "\e4e6"
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
        content: "\f159"
}

.fa-virus-covid:before {
        content: "\e4a8"
}

.fa-austral-sign:before {
        content: "\e0a9"
}

.fa-f:before {
        content: "\46"
}

.fa-leaf:before {
        content: "\f06c"
}

.fa-road:before {
        content: "\f018"
}

.fa-cab:before,
.fa-taxi:before {
        content: "\f1ba"
}

.fa-person-circle-plus:before {
        content: "\e541"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
        content: "\f200"
}

.fa-bolt-lightning:before {
        content: "\e0b7"
}

.fa-sack-xmark:before {
        content: "\e56a"
}

.fa-file-excel:before {
        content: "\f1c3"
}

.fa-file-contract:before {
        content: "\f56c"
}

.fa-fish-fins:before {
        content: "\e4f2"
}

.fa-building-flag:before {
        content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
        content: "\f582"
}

.fa-object-ungroup:before {
        content: "\f248"
}

.fa-poop:before {
        content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
        content: "\f041"
}

.fa-kaaba:before {
        content: "\f66b"
}

.fa-toilet-paper:before {
        content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
        content: "\f807"
}

.fa-eject:before {
        content: "\f052"
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
        content: "\f35a"
}

.fa-plane-circle-check:before {
        content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
        content: "\f5a5"
}

.fa-object-group:before {
        content: "\f247"
}

.fa-chart-line:before,
.fa-line-chart:before {
        content: "\f201"
}

.fa-mask-ventilator:before {
        content: "\e524"
}

.fa-arrow-right:before {
        content: "\f061"
}

.fa-map-signs:before,
.fa-signs-post:before {
        content: "\f277"
}

.fa-cash-register:before {
        content: "\f788"
}

.fa-person-circle-question:before {
        content: "\e542"
}

.fa-h:before {
        content: "\48"
}

.fa-tarp:before {
        content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
        content: "\f7d9"
}

.fa-arrows-to-eye:before {
        content: "\e4bf"
}

.fa-plug-circle-bolt:before {
        content: "\e55b"
}

.fa-heart:before {
        content: "\f004"
}

.fa-mars-and-venus:before {
        content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
        content: "\e1b0"
}

.fa-dumpster-fire:before {
        content: "\f794"
}

.fa-house-crack:before {
        content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
        content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
        content: "\f5c2"
}

.fa-bottle-water:before {
        content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
        content: "\f28b"
}

.fa-toilet-paper-slash:before {
        content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
        content: "\f5d1"
}

.fa-kitchen-set:before {
        content: "\e51a"
}

.fa-r:before {
        content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
        content: "\f2ca"
}

.fa-cube:before {
        content: "\f1b2"
}

.fa-bitcoin-sign:before {
        content: "\e0b4"
}

.fa-shield-dog:before {
        content: "\e573"
}

.fa-solar-panel:before {
        content: "\f5ba"
}

.fa-lock-open:before {
        content: "\f3c1"
}

.fa-elevator:before {
        content: "\e16d"
}

.fa-money-bill-transfer:before {
        content: "\e528"
}

.fa-money-bill-trend-up:before {
        content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
        content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
        content: "\f682"
}

.fa-circle:before {
        content: "\f111"
}

.fa-backward-fast:before,
.fa-fast-backward:before {
        content: "\f049"
}

.fa-recycle:before {
        content: "\f1b8"
}

.fa-user-astronaut:before {
        content: "\f4fb"
}

.fa-plane-slash:before {
        content: "\e069"
}

.fa-trademark:before {
        content: "\f25c"
}

.fa-basketball-ball:before,
.fa-basketball:before {
        content: "\f434"
}

.fa-satellite-dish:before {
        content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
        content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
        content: "\f3cd"
}

.fa-volume-high:before,
.fa-volume-up:before {
        content: "\f028"
}

.fa-users-rays:before {
        content: "\e593"
}

.fa-wallet:before {
        content: "\f555"
}

.fa-clipboard-check:before {
        content: "\f46c"
}

.fa-file-audio:before {
        content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
        content: "\f805"
}

.fa-wrench:before {
        content: "\f0ad"
}

.fa-bugs:before {
        content: "\e4d0"
}

.fa-rupee-sign:before,
.fa-rupee:before {
        content: "\f156"
}

.fa-file-image:before {
        content: "\f1c5"
}

.fa-circle-question:before,
.fa-question-circle:before {
        content: "\f059"
}

.fa-plane-departure:before {
        content: "\f5b0"
}

.fa-handshake-slash:before {
        content: "\e060"
}

.fa-book-bookmark:before {
        content: "\e0bb"
}

.fa-code-branch:before {
        content: "\f126"
}

.fa-hat-cowboy:before {
        content: "\f8c0"
}

.fa-bridge:before {
        content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
        content: "\f879"
}

.fa-truck-front:before {
        content: "\e2b7"
}

.fa-cat:before {
        content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
        content: "\e4ab"
}

.fa-truck-field:before {
        content: "\e58d"
}

.fa-route:before {
        content: "\f4d7"
}

.fa-clipboard-question:before {
        content: "\e4e3"
}

.fa-panorama:before {
        content: "\e209"
}

.fa-comment-medical:before {
        content: "\f7f5"
}

.fa-teeth-open:before {
        content: "\f62f"
}

.fa-file-circle-minus:before {
        content: "\e4ed"
}

.fa-tags:before {
        content: "\f02c"
}

.fa-wine-glass:before {
        content: "\f4e3"
}

.fa-fast-forward:before,
.fa-forward-fast:before {
        content: "\f050"
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
        content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
        content: "\f540"
}

.fa-house-signal:before {
        content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
        content: "\f828"
}

.fa-faucet-drip:before {
        content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
        content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
        content: "\f54d"
}

.fa-terminal:before {
        content: "\f120"
}

.fa-mobile-button:before {
        content: "\f10b"
}

.fa-house-medical-flag:before {
        content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
        content: "\f291"
}

.fa-tape:before {
        content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
        content: "\f55e"
}

.fa-eye:before {
        content: "\f06e"
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
        content: "\f5b3"
}

.fa-audio-description:before {
        content: "\f29e"
}

.fa-person-military-to-person:before {
        content: "\e54c"
}

.fa-file-shield:before {
        content: "\e4f0"
}

.fa-user-slash:before {
        content: "\f506"
}

.fa-pen:before {
        content: "\f304"
}

.fa-tower-observation:before {
        content: "\e586"
}

.fa-file-code:before {
        content: "\f1c9"
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
        content: "\f012"
}

.fa-bus:before {
        content: "\f207"
}

.fa-heart-circle-xmark:before {
        content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
        content: "\e3af"
}

.fa-window-maximize:before {
        content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
        content: "\f119"
}

.fa-prescription:before {
        content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
        content: "\f54f"
}

.fa-floppy-disk:before,
.fa-save:before {
        content: "\f0c7"
}

.fa-vihara:before {
        content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
        content: "\f515"
}

.fa-sort-asc:before,
.fa-sort-up:before {
        content: "\f0de"
}

.fa-comment-dots:before,
.fa-commenting:before {
        content: "\f4ad"
}

.fa-plant-wilt:before {
        content: "\e5aa"
}

.fa-diamond:before {
        content: "\f219"
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
        content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
        content: "\f4c0"
}

.fa-bacterium:before {
        content: "\e05a"
}

.fa-hand-pointer:before {
        content: "\f25a"
}

.fa-drum-steelpan:before {
        content: "\f56a"
}

.fa-hand-scissors:before {
        content: "\f257"
}

.fa-hands-praying:before,
.fa-praying-hands:before {
        content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
        content: "\f01e"
}

.fa-biohazard:before {
        content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
        content: "\f601"
}

.fa-mars-double:before {
        content: "\f227"
}

.fa-child-dress:before {
        content: "\e59c"
}

.fa-users-between-lines:before {
        content: "\e591"
}

.fa-lungs-virus:before {
        content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
        content: "\f588"
}

.fa-phone:before {
        content: "\f095"
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
        content: "\f273"
}

.fa-child-reaching:before {
        content: "\e59d"
}

.fa-head-side-virus:before {
        content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
        content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
        content: "\f163"
}

.fa-door-closed:before {
        content: "\f52a"
}

.fa-shield-virus:before {
        content: "\e06c"
}

.fa-dice-six:before {
        content: "\f526"
}

.fa-mosquito-net:before {
        content: "\e52c"
}

.fa-bridge-water:before {
        content: "\e4ce"
}

.fa-person-booth:before {
        content: "\f756"
}

.fa-text-width:before {
        content: "\f035"
}

.fa-hat-wizard:before {
        content: "\f6e8"
}

.fa-pen-fancy:before {
        content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
        content: "\f85e"
}

.fa-trash:before {
        content: "\f1f8"
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
        content: "\f629"
}

.fa-book-medical:before {
        content: "\f7e6"
}

.fa-poo:before {
        content: "\f2fe"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
        content: "\f10e"
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
        content: "\f553"
}

.fa-cubes:before {
        content: "\f1b3"
}

.fa-divide:before {
        content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
        content: "\f7d7"
}

.fa-headphones:before {
        content: "\f025"
}

.fa-hands-holding:before {
        content: "\f4c2"
}

.fa-hands-clapping:before {
        content: "\e1a8"
}

.fa-republican:before {
        content: "\f75e"
}

.fa-arrow-left:before {
        content: "\f060"
}

.fa-person-circle-xmark:before {
        content: "\e543"
}

.fa-ruler:before {
        content: "\f545"
}

.fa-align-left:before {
        content: "\f036"
}

.fa-dice-d6:before {
        content: "\f6d1"
}

.fa-restroom:before {
        content: "\f7bd"
}

.fa-j:before {
        content: "\4a"
}

.fa-users-viewfinder:before {
        content: "\e595"
}

.fa-file-video:before {
        content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
        content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
        content: "\f00a"
}

.fa-file-pdf:before {
        content: "\f1c1"
}

.fa-bible:before,
.fa-book-bible:before {
        content: "\f647"
}

.fa-o:before {
        content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
        content: "\f0fa"
}

.fa-user-secret:before {
        content: "\f21b"
}

.fa-otter:before {
        content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
        content: "\f182"
}

.fa-comment-dollar:before {
        content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
        content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
        content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
        content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
        content: "\f2a0"
}

.fa-hat-cowboy-side:before {
        content: "\f8c1"
}

.fa-clipboard-user:before {
        content: "\f7f3"
}

.fa-child:before {
        content: "\f1ae"
}

.fa-lira-sign:before {
        content: "\f195"
}

.fa-satellite:before {
        content: "\f7bf"
}

.fa-plane-lock:before {
        content: "\e558"
}

.fa-tag:before {
        content: "\f02b"
}

.fa-comment:before {
        content: "\f075"
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
        content: "\f1fd"
}

.fa-envelope:before {
        content: "\f0e0"
}

.fa-angle-double-up:before,
.fa-angles-up:before {
        content: "\f102"
}

.fa-paperclip:before {
        content: "\f0c6"
}

.fa-arrow-right-to-city:before {
        content: "\e4b3"
}

.fa-ribbon:before {
        content: "\f4d6"
}

.fa-lungs:before {
        content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
        content: "\f887"
}

.fa-litecoin-sign:before {
        content: "\e1d3"
}

.fa-border-none:before {
        content: "\f850"
}

.fa-circle-nodes:before {
        content: "\e4e2"
}

.fa-parachute-box:before {
        content: "\f4cd"
}

.fa-indent:before {
        content: "\f03c"
}

.fa-truck-field-un:before {
        content: "\e58e"
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
        content: "\f254"
}

.fa-mountain:before {
        content: "\f6fc"
}

.fa-user-doctor:before,
.fa-user-md:before {
        content: "\f0f0"
}

.fa-circle-info:before,
.fa-info-circle:before {
        content: "\f05a"
}

.fa-cloud-meatball:before {
        content: "\f73b"
}

.fa-camera-alt:before,
.fa-camera:before {
        content: "\f030"
}

.fa-square-virus:before {
        content: "\e578"
}

.fa-meteor:before {
        content: "\f753"
}

.fa-car-on:before {
        content: "\e4dd"
}

.fa-sleigh:before {
        content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
        content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
        content: "\f4c1"
}

.fa-water:before {
        content: "\f773"
}

.fa-calendar-check:before {
        content: "\f274"
}

.fa-braille:before {
        content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
        content: "\f486"
}

.fa-landmark:before {
        content: "\f66f"
}

.fa-truck:before {
        content: "\f0d1"
}

.fa-crosshairs:before {
        content: "\f05b"
}

.fa-person-cane:before {
        content: "\e53c"
}

.fa-tent:before {
        content: "\e57d"
}

.fa-vest-patches:before {
        content: "\e086"
}

.fa-check-double:before {
        content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
        content: "\f15d"
}

.fa-money-bill-wheat:before {
        content: "\e52a"
}

.fa-cookie:before {
        content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
        content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
        content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
        content: "\f586"
}

.fa-dumbbell:before {
        content: "\f44b"
}

.fa-list-alt:before,
.fa-rectangle-list:before {
        content: "\f022"
}

.fa-tarp-droplet:before {
        content: "\e57c"
}

.fa-house-medical-circle-check:before {
        content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
        content: "\f7ca"
}

.fa-calendar-plus:before {
        content: "\f271"
}

.fa-plane-arrival:before {
        content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
        content: "\f359"
}

.fa-subway:before,
.fa-train-subway:before {
        content: "\f239"
}

.fa-chart-gantt:before {
        content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
        content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
        content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
        content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
        content: "\f30a"
}

.fa-dna:before {
        content: "\f471"
}

.fa-virus-slash:before {
        content: "\e075"
}

.fa-minus:before,
.fa-subtract:before {
        content: "\f068"
}

.fa-chess:before {
        content: "\f439"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
        content: "\f177"
}

.fa-plug-circle-check:before {
        content: "\e55c"
}

.fa-street-view:before {
        content: "\f21d"
}

.fa-franc-sign:before {
        content: "\e18f"
}

.fa-volume-off:before {
        content: "\f026"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
        content: "\f2a3"
}

.fa-cog:before,
.fa-gear:before {
        content: "\f013"
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
        content: "\f5c7"
}

.fa-mosque:before {
        content: "\f678"
}

.fa-mosquito:before {
        content: "\e52b"
}

.fa-star-of-david:before {
        content: "\f69a"
}

.fa-person-military-rifle:before {
        content: "\e54b"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
        content: "\f07a"
}

.fa-vials:before {
        content: "\f493"
}

.fa-plug-circle-plus:before {
        content: "\e55f"
}

.fa-place-of-worship:before {
        content: "\f67f"
}

.fa-grip-vertical:before {
        content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
        content: "\f148"
}

.fa-u:before {
        content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
        content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
        content: "\f017"
}

.fa-backward-step:before,
.fa-step-backward:before {
        content: "\f048"
}

.fa-pallet:before {
        content: "\f482"
}

.fa-faucet:before {
        content: "\e005"
}

.fa-baseball-bat-ball:before {
        content: "\f432"
}

.fa-s:before {
        content: "\53"
}

.fa-timeline:before {
        content: "\e29c"
}

.fa-keyboard:before {
        content: "\f11c"
}

.fa-caret-down:before {
        content: "\f0d7"
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
        content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
        content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
        content: "\f3cf"
}

.fa-plane-up:before {
        content: "\e22d"
}

.fa-piggy-bank:before {
        content: "\f4d3"
}

.fa-battery-3:before,
.fa-battery-half:before {
        content: "\f242"
}

.fa-mountain-city:before {
        content: "\e52e"
}

.fa-coins:before {
        content: "\f51e"
}

.fa-khanda:before {
        content: "\f66d"
}

.fa-sliders-h:before,
.fa-sliders:before {
        content: "\f1de"
}

.fa-folder-tree:before {
        content: "\f802"
}

.fa-network-wired:before {
        content: "\f6ff"
}

.fa-map-pin:before {
        content: "\f276"
}

.fa-hamsa:before {
        content: "\f665"
}

.fa-cent-sign:before {
        content: "\e3f5"
}

.fa-flask:before {
        content: "\f0c3"
}

.fa-person-pregnant:before {
        content: "\e31e"
}

.fa-wand-sparkles:before {
        content: "\f72b"
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
        content: "\f142"
}

.fa-ticket:before {
        content: "\f145"
}

.fa-power-off:before {
        content: "\f011"
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
        content: "\f30b"
}

.fa-flag-usa:before {
        content: "\f74d"
}

.fa-laptop-file:before {
        content: "\e51d"
}

.fa-teletype:before,
.fa-tty:before {
        content: "\f1e4"
}

.fa-diagram-next:before {
        content: "\e476"
}

.fa-person-rifle:before {
        content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
        content: "\e512"
}

.fa-closed-captioning:before {
        content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
        content: "\f6ec"
}

.fa-venus-double:before {
        content: "\f226"
}

.fa-images:before {
        content: "\f302"
}

.fa-calculator:before {
        content: "\f1ec"
}

.fa-people-pulling:before {
        content: "\e535"
}

.fa-n:before {
        content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
        content: "\f7da"
}

.fa-cloud-rain:before {
        content: "\f73d"
}

.fa-building-circle-xmark:before {
        content: "\e4d4"
}

.fa-ship:before {
        content: "\f21a"
}

.fa-arrows-down-to-line:before {
        content: "\e4b8"
}

.fa-download:before {
        content: "\f019"
}

.fa-face-grin:before,
.fa-grin:before {
        content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
        content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
        content: "\f1fb"
}

.fa-file-circle-check:before {
        content: "\e5a0"
}

.fa-forward:before {
        content: "\f04e"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
        content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
        content: "\f11a"
}

.fa-align-center:before {
        content: "\f037"
}

.fa-book-dead:before,
.fa-book-skull:before {
        content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
        content: "\f2c2"
}

.fa-dedent:before,
.fa-outdent:before {
        content: "\f03b"
}

.fa-heart-circle-exclamation:before {
        content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
        content: "\f015"
}

.fa-calendar-week:before {
        content: "\f784"
}

.fa-laptop-medical:before {
        content: "\f812"
}

.fa-b:before {
        content: "\42"
}

.fa-file-medical:before {
        content: "\f477"
}

.fa-dice-one:before {
        content: "\f525"
}

.fa-kiwi-bird:before {
        content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
        content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
        content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
        content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
        content: "\f161"
}

.fa-mill-sign:before {
        content: "\e1ed"
}

.fa-bowl-rice:before {
        content: "\e2eb"
}

.fa-skull:before {
        content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
        content: "\f519"
}

.fa-truck-pickup:before {
        content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
        content: "\f30c"
}

.fa-stop:before {
        content: "\f04d"
}

.fa-code-merge:before {
        content: "\f387"
}

.fa-upload:before {
        content: "\f093"
}

.fa-hurricane:before {
        content: "\f751"
}

.fa-mound:before {
        content: "\e52d"
}

.fa-toilet-portable:before {
        content: "\e583"
}

.fa-compact-disc:before {
        content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
        content: "\f56d"
}

.fa-caravan:before {
        content: "\f8ff"
}

.fa-shield-cat:before {
        content: "\e572"
}

.fa-bolt:before,
.fa-zap:before {
        content: "\f0e7"
}

.fa-glass-water:before {
        content: "\e4f4"
}

.fa-oil-well:before {
        content: "\e532"
}

.fa-vault:before {
        content: "\e2c5"
}

.fa-mars:before {
        content: "\f222"
}

.fa-toilet:before {
        content: "\f7d8"
}

.fa-plane-circle-xmark:before {
        content: "\e557"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
        content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
        content: "\f158"
}

.fa-sun:before {
        content: "\f185"
}

.fa-guitar:before {
        content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
        content: "\f59c"
}

.fa-horse-head:before {
        content: "\f7ab"
}

.fa-bore-hole:before {
        content: "\e4c3"
}

.fa-industry:before {
        content: "\f275"
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
        content: "\f358"
}

.fa-arrows-turn-to-dots:before {
        content: "\e4c1"
}

.fa-florin-sign:before {
        content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
        content: "\f884"
}

.fa-less-than:before {
        content: "\3c"
}

.fa-angle-down:before {
        content: "\f107"
}

.fa-car-tunnel:before {
        content: "\e4de"
}

.fa-head-side-cough:before {
        content: "\e061"
}

.fa-grip-lines:before {
        content: "\f7a4"
}

.fa-thumbs-down:before {
        content: "\f165"
}

.fa-user-lock:before {
        content: "\f502"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
        content: "\f178"
}

.fa-anchor-circle-xmark:before {
        content: "\e4ac"
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
        content: "\f141"
}

.fa-chess-pawn:before {
        content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
        content: "\f479"
}

.fa-person-through-window:before {
        content: "\e5a9"
}

.fa-toolbox:before {
        content: "\f552"
}

.fa-hands-holding-circle:before {
        content: "\e4fb"
}

.fa-bug:before {
        content: "\f188"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
        content: "\f09d"
}

.fa-automobile:before,
.fa-car:before {
        content: "\f1b9"
}

.fa-hand-holding-hand:before {
        content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
        content: "\f5da"
}

.fa-mountain-sun:before {
        content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
        content: "\e4ba"
}

.fa-dice-d20:before {
        content: "\f6cf"
}

.fa-truck-droplet:before {
        content: "\e58c"
}

.fa-file-circle-xmark:before {
        content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
        content: "\e040"
}

.fa-medal:before {
        content: "\f5a2"
}

.fa-bed:before {
        content: "\f236"
}

.fa-h-square:before,
.fa-square-h:before {
        content: "\f0fd"
}

.fa-podcast:before {
        content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
        content: "\f2c7"
}

.fa-bell:before {
        content: "\f0f3"
}

.fa-superscript:before {
        content: "\f12b"
}

.fa-plug-circle-xmark:before {
        content: "\e560"
}

.fa-star-of-life:before {
        content: "\f621"
}

.fa-phone-slash:before {
        content: "\f3dd"
}

.fa-paint-roller:before {
        content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
        content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
        content: "\f3c5"
}

.fa-file:before {
        content: "\f15b"
}

.fa-greater-than:before {
        content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
        content: "\f5c4"
}

.fa-arrow-down:before {
        content: "\f063"
}

.fa-droplet:before,
.fa-tint:before {
        content: "\f043"
}

.fa-eraser:before {
        content: "\f12d"
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
        content: "\f57d"
}

.fa-person-burst:before {
        content: "\e53b"
}

.fa-dove:before {
        content: "\f4ba"
}

.fa-battery-0:before,
.fa-battery-empty:before {
        content: "\f244"
}

.fa-socks:before {
        content: "\f696"
}

.fa-inbox:before {
        content: "\f01c"
}

.fa-section:before {
        content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
        content: "\f625"
}

.fa-envelope-open-text:before {
        content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
        content: "\f0f8"
}

.fa-wine-bottle:before {
        content: "\f72f"
}

.fa-chess-rook:before {
        content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
        content: "\f550"
}

.fa-dharmachakra:before {
        content: "\f655"
}

.fa-hotdog:before {
        content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
        content: "\f29d"
}

.fa-drum:before {
        content: "\f569"
}

.fa-ice-cream:before {
        content: "\f810"
}

.fa-heart-circle-bolt:before {
        content: "\e4fc"
}

.fa-fax:before {
        content: "\f1ac"
}

.fa-paragraph:before {
        content: "\f1dd"
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
        content: "\f772"
}

.fa-star-half:before {
        content: "\f089"
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
        content: "\f468"
}

.fa-chain:before,
.fa-link:before {
        content: "\f0c1"
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
        content: "\f2a2"
}

.fa-tree-city:before {
        content: "\e587"
}

.fa-play:before {
        content: "\f04b"
}

.fa-font:before {
        content: "\f031"
}

.fa-rupiah-sign:before {
        content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
        content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
        content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
        content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
        content: "\f82a"
}

.fa-naira-sign:before {
        content: "\e1f6"
}

.fa-cart-arrow-down:before {
        content: "\f218"
}

.fa-walkie-talkie:before {
        content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
        content: "\f31c"
}

.fa-receipt:before {
        content: "\f543"
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
        content: "\f14b"
}

.fa-suitcase-rolling:before {
        content: "\f5c1"
}

.fa-person-circle-exclamation:before {
        content: "\e53f"
}

.fa-chevron-down:before {
        content: "\f078"
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
        content: "\f240"
}

.fa-skull-crossbones:before {
        content: "\f714"
}

.fa-code-compare:before {
        content: "\e13a"
}

.fa-list-dots:before,
.fa-list-ul:before {
        content: "\f0ca"
}

.fa-school-lock:before {
        content: "\e56f"
}

.fa-tower-cell:before {
        content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
        content: "\f309"
}

.fa-ranking-star:before {
        content: "\e561"
}

.fa-chess-king:before {
        content: "\f43f"
}

.fa-person-harassing:before {
        content: "\e549"
}

.fa-brazilian-real-sign:before {
        content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
        content: "\f752"
}

.fa-arrow-up:before {
        content: "\f062"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
        content: "\f26c"
}

.fa-shrimp:before {
        content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
        content: "\f0ae"
}

.fa-jug-detergent:before {
        content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
        content: "\f2bd"
}

.fa-user-shield:before {
        content: "\f505"
}

.fa-wind:before {
        content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
        content: "\f5e1"
}

.fa-y:before {
        content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
        content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
        content: "\f48b"
}

.fa-fish:before {
        content: "\f578"
}

.fa-user-graduate:before {
        content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
        content: "\f042"
}

.fa-clapperboard:before {
        content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
        content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
        content: "\f433"
}

.fa-jet-fighter-up:before {
        content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
        content: "\f542"
}

.fa-copy:before {
        content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
        content: "\f6a9"
}

.fa-hand-sparkles:before {
        content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
        content: "\f58d"
}

.fa-share-from-square:before,
.fa-share-square:before {
        content: "\f14d"
}

.fa-child-combatant:before,
.fa-child-rifle:before {
        content: "\e4e0"
}

.fa-gun:before {
        content: "\e19b"
}

.fa-phone-square:before,
.fa-square-phone:before {
        content: "\f098"
}

.fa-add:before,
.fa-plus:before {
        content: "\2b"
}

.fa-expand:before {
        content: "\f065"
}

.fa-computer:before {
        content: "\e4e5"
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
        content: "\f00d"
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
        content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
        content: "\f51c"
}

.fa-peso-sign:before {
        content: "\e222"
}

.fa-building-shield:before {
        content: "\e4d8"
}

.fa-baby:before {
        content: "\f77c"
}

.fa-users-line:before {
        content: "\e592"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
        content: "\f10d"
}

.fa-tractor:before {
        content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
        content: "\f829"
}

.fa-arrow-down-up-lock:before {
        content: "\e4b0"
}

.fa-lines-leaning:before {
        content: "\e51e"
}

.fa-ruler-combined:before {
        content: "\f546"
}

.fa-copyright:before {
        content: "\f1f9"
}

.fa-equals:before {
        content: "\3d"
}

.fa-blender:before {
        content: "\f517"
}

.fa-teeth:before {
        content: "\f62e"
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
        content: "\f20b"
}

.fa-map:before {
        content: "\f279"
}

.fa-rocket:before {
        content: "\f135"
}

.fa-photo-film:before,
.fa-photo-video:before {
        content: "\f87c"
}

.fa-folder-minus:before {
        content: "\f65d"
}

.fa-store:before {
        content: "\f54e"
}

.fa-arrow-trend-up:before {
        content: "\e098"
}

.fa-plug-circle-minus:before {
        content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
        content: "\f4d9"
}

.fa-bezier-curve:before {
        content: "\f55b"
}

.fa-bell-slash:before {
        content: "\f1f6"
}

.fa-tablet-android:before,
.fa-tablet:before {
        content: "\f3fb"
}

.fa-school-flag:before {
        content: "\e56e"
}

.fa-fill:before {
        content: "\f575"
}

.fa-angle-up:before {
        content: "\f106"
}

.fa-drumstick-bite:before {
        content: "\f6d7"
}

.fa-holly-berry:before {
        content: "\f7aa"
}

.fa-chevron-left:before {
        content: "\f053"
}

.fa-bacteria:before {
        content: "\e059"
}

.fa-hand-lizard:before {
        content: "\f258"
}

.fa-notdef:before {
        content: "\e1fe"
}

.fa-disease:before {
        content: "\f7fa"
}

.fa-briefcase-medical:before {
        content: "\f469"
}

.fa-genderless:before {
        content: "\f22d"
}

.fa-chevron-right:before {
        content: "\f054"
}

.fa-retweet:before {
        content: "\f079"
}

.fa-car-alt:before,
.fa-car-rear:before {
        content: "\f5de"
}

.fa-pump-soap:before {
        content: "\e06b"
}

.fa-video-slash:before {
        content: "\f4e2"
}

.fa-battery-2:before,
.fa-battery-quarter:before {
        content: "\f243"
}

.fa-radio:before {
        content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
        content: "\f77d"
}

.fa-traffic-light:before {
        content: "\f637"
}

.fa-thermometer:before {
        content: "\f491"
}

.fa-vr-cardboard:before {
        content: "\f729"
}

.fa-hand-middle-finger:before {
        content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
        content: "\25"
}

.fa-truck-moving:before {
        content: "\f4df"
}

.fa-glass-water-droplet:before {
        content: "\e4f5"
}

.fa-display:before {
        content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
        content: "\f118"
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
        content: "\f08d"
}

.fa-trophy:before {
        content: "\f091"
}

.fa-person-praying:before,
.fa-pray:before {
        content: "\f683"
}

.fa-hammer:before {
        content: "\f6e3"
}

.fa-hand-peace:before {
        content: "\f25b"
}

.fa-rotate:before,
.fa-sync-alt:before {
        content: "\f2f1"
}

.fa-spinner:before {
        content: "\f110"
}

.fa-robot:before {
        content: "\f544"
}

.fa-peace:before {
        content: "\f67c"
}

.fa-cogs:before,
.fa-gears:before {
        content: "\f085"
}

.fa-warehouse:before {
        content: "\f494"
}

.fa-arrow-up-right-dots:before {
        content: "\e4b7"
}

.fa-splotch:before {
        content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
        content: "\f584"
}

.fa-dice-four:before {
        content: "\f524"
}

.fa-sim-card:before {
        content: "\f7c4"
}

.fa-transgender-alt:before,
.fa-transgender:before {
        content: "\f225"
}

.fa-mercury:before {
        content: "\f223"
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
        content: "\f149"
}

.fa-person-falling-burst:before {
        content: "\e547"
}

.fa-award:before {
        content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
        content: "\f3ff"
}

.fa-building:before {
        content: "\f1ad"
}

.fa-angle-double-left:before,
.fa-angles-left:before {
        content: "\f100"
}

.fa-qrcode:before {
        content: "\f029"
}

.fa-clock-rotate-left:before,
.fa-history:before {
        content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
        content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
        content: "\f56e"
}

.fa-shield-blank:before,
.fa-shield:before {
        content: "\f132"
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
        content: "\f885"
}

.fa-house-medical:before {
        content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
        content: "\f450"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
        content: "\f137"
}

.fa-house-chimney-window:before {
        content: "\e00d"
}

.fa-pen-nib:before {
        content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
        content: "\e580"
}

.fa-tents:before {
        content: "\e582"
}

.fa-magic:before,
.fa-wand-magic:before {
        content: "\f0d0"
}

.fa-dog:before {
        content: "\f6d3"
}

.fa-carrot:before {
        content: "\f787"
}

.fa-moon:before {
        content: "\f186"
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
        content: "\f5ce"
}

.fa-cheese:before {
        content: "\f7ef"
}

.fa-yin-yang:before {
        content: "\f6ad"
}

.fa-music:before {
        content: "\f001"
}

.fa-code-commit:before {
        content: "\f386"
}

.fa-temperature-low:before {
        content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
        content: "\f84a"
}

.fa-broom:before {
        content: "\f51a"
}

.fa-shield-heart:before {
        content: "\e574"
}

.fa-gopuram:before {
        content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
        content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
        content: "\f2d3"
}

.fa-hashtag:before {
        content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
        content: "\f424"
}

.fa-oil-can:before {
        content: "\f613"
}

.fa-t:before {
        content: "\54"
}

.fa-hippo:before {
        content: "\f6ed"
}

.fa-chart-column:before {
        content: "\e0e3"
}

.fa-infinity:before {
        content: "\f534"
}

.fa-vial-circle-check:before {
        content: "\e596"
}

.fa-person-arrow-down-to-line:before {
        content: "\e538"
}

.fa-voicemail:before {
        content: "\f897"
}

.fa-fan:before {
        content: "\f863"
}

.fa-person-walking-luggage:before {
        content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
        content: "\f338"
}

.fa-cloud-moon-rain:before {
        content: "\f73c"
}

.fa-calendar:before {
        content: "\f133"
}

.fa-trailer:before {
        content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
        content: "\f666"
}

.fa-sd-card:before {
        content: "\f7c2"
}

.fa-dragon:before {
        content: "\f6d5"
}

.fa-shoe-prints:before {
        content: "\f54b"
}

.fa-circle-plus:before,
.fa-plus-circle:before {
        content: "\f055"
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
        content: "\f58b"
}

.fa-hand-holding:before {
        content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
        content: "\e55d"
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
        content: "\f127"
}

.fa-clone:before {
        content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
        content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
        content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
        content: "\f7e4"
}

.fa-tornado:before {
        content: "\f76f"
}

.fa-file-circle-plus:before {
        content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
        content: "\f687"
}

.fa-anchor:before {
        content: "\f13d"
}

.fa-border-all:before {
        content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
        content: "\f556"
}

.fa-cookie-bite:before {
        content: "\f564"
}

.fa-arrow-trend-down:before {
        content: "\e097"
}

.fa-feed:before,
.fa-rss:before {
        content: "\f09e"
}

.fa-draw-polygon:before {
        content: "\f5ee"
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
        content: "\f24e"
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
        content: "\f62a"
}

.fa-shower:before {
        content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
        content: "\f390"
}

.fa-m:before {
        content: "\4d"
}

.fa-table-list:before,
.fa-th-list:before {
        content: "\f00b"
}

.fa-comment-sms:before,
.fa-sms:before {
        content: "\f7cd"
}

.fa-book:before {
        content: "\f02d"
}

.fa-user-plus:before {
        content: "\f234"
}

.fa-check:before {
        content: "\f00c"
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
        content: "\f241"
}

.fa-house-circle-check:before {
        content: "\e509"
}

.fa-angle-left:before {
        content: "\f104"
}

.fa-diagram-successor:before {
        content: "\e47a"
}

.fa-truck-arrow-right:before {
        content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
        content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
        content: "\f6de"
}

.fa-cloud-moon:before {
        content: "\f6c3"
}

.fa-briefcase:before {
        content: "\f0b1"
}

.fa-person-falling:before {
        content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
        content: "\f3e0"
}

.fa-user-tag:before {
        content: "\f507"
}

.fa-rug:before {
        content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
        content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
        content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
        content: "\f410"
}

.fa-baht-sign:before {
        content: "\e0ac"
}

.fa-book-open:before {
        content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
        content: "\f66a"
}

.fa-handcuffs:before {
        content: "\e4f8"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
        content: "\f071"
}

.fa-database:before {
        content: "\f1c0"
}

.fa-mail-forward:before,
.fa-share:before {
        content: "\f064"
}

.fa-bottle-droplet:before {
        content: "\e4c4"
}

.fa-mask-face:before {
        content: "\e1d7"
}

.fa-hill-rockslide:before {
        content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
        content: "\f362"
}

.fa-paper-plane:before {
        content: "\f1d8"
}

.fa-road-circle-exclamation:before {
        content: "\e565"
}

.fa-dungeon:before {
        content: "\f6d9"
}

.fa-align-right:before {
        content: "\f038"
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
        content: "\f53b"
}

.fa-life-ring:before {
        content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
        content: "\f2a7"
}

.fa-calendar-day:before {
        content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
        content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
        content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
        content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
        content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
        content: "\f3be"
}

.fa-person-walking-arrow-right:before {
        content: "\e552"
}

.fa-envelope-square:before,
.fa-square-envelope:before {
        content: "\f199"
}

.fa-dice:before {
        content: "\f522"
}

.fa-bowling-ball:before {
        content: "\f436"
}

.fa-brain:before {
        content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
        content: "\f462"
}

.fa-calendar-minus:before {
        content: "\f272"
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
        content: "\f057"
}

.fa-gifts:before {
        content: "\f79c"
}

.fa-hotel:before {
        content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
        content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
        content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
        content: "\f00e"
}

.fa-thumbs-up:before {
        content: "\f164"
}

.fa-user-clock:before {
        content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
        content: "\f461"
}

.fa-file-invoice:before {
        content: "\f570"
}

.fa-window-minimize:before {
        content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
        content: "\f0f4"
}

.fa-brush:before {
        content: "\f55d"
}

.fa-mask:before {
        content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
        content: "\f010"
}

.fa-ruler-vertical:before {
        content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
        content: "\f406"
}

.fa-train-tram:before {
        content: "\e5b4"
}

.fa-user-nurse:before {
        content: "\f82f"
}

.fa-syringe:before {
        content: "\f48e"
}

.fa-cloud-sun:before {
        content: "\f6c4"
}

.fa-stopwatch-20:before {
        content: "\e06f"
}

.fa-square-full:before {
        content: "\f45c"
}

.fa-magnet:before {
        content: "\f076"
}

.fa-jar:before {
        content: "\e516"
}

.fa-note-sticky:before,
.fa-sticky-note:before {
        content: "\f249"
}

.fa-bug-slash:before {
        content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
        content: "\e4b6"
}

.fa-bone:before {
        content: "\f5d7"
}

.fa-user-injured:before {
        content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
        content: "\f5b4"
}

.fa-plane:before {
        content: "\f072"
}

.fa-tent-arrows-down:before {
        content: "\e581"
}

.fa-exclamation:before {
        content: "\21"
}

.fa-arrows-spin:before {
        content: "\e4bb"
}

.fa-print:before {
        content: "\f02f"
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
        content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
        content: "\24"
}

.fa-x:before {
        content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
        content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
        content: "\f509"
}

.fa-person-military-pointing:before {
        content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
        content: "\f19c"
}

.fa-umbrella:before {
        content: "\f0e9"
}

.fa-trowel:before {
        content: "\e589"
}

.fa-d:before {
        content: "\44"
}

.fa-stapler:before {
        content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
        content: "\f630"
}

.fa-kip-sign:before {
        content: "\e1c4"
}

.fa-hand-point-left:before {
        content: "\f0a5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
        content: "\f4c6"
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
        content: "\f0fb"
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
        content: "\f1e1"
}

.fa-barcode:before {
        content: "\f02a"
}

.fa-plus-minus:before {
        content: "\e43c"
}

.fa-video-camera:before,
.fa-video:before {
        content: "\f03d"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
        content: "\f19d"
}

.fa-hand-holding-medical:before {
        content: "\e05c"
}

.fa-person-circle-check:before {
        content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
        content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border-width: 0
}

:host,
:root {
        --fa-style-family-brands: "Font Awesome 6 Brands";
        --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
        font-family: "Font Awesome 6 Brands";
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url(../../../plugins/dokan-lite/assets/vendors/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
        font-weight: 400
}

.fa-monero:before {
        content: "\f3d0"
}

.fa-hooli:before {
        content: "\f427"
}

.fa-yelp:before {
        content: "\f1e9"
}

.fa-cc-visa:before {
        content: "\f1f0"
}

.fa-lastfm:before {
        content: "\f202"
}

.fa-shopware:before {
        content: "\f5b5"
}

.fa-creative-commons-nc:before {
        content: "\f4e8"
}

.fa-aws:before {
        content: "\f375"
}

.fa-redhat:before {
        content: "\f7bc"
}

.fa-yoast:before {
        content: "\f2b1"
}

.fa-cloudflare:before {
        content: "\e07d"
}

.fa-ups:before {
        content: "\f7e0"
}

.fa-pixiv:before {
        content: "\e640"
}

.fa-wpexplorer:before {
        content: "\f2de"
}

.fa-dyalog:before {
        content: "\f399"
}

.fa-bity:before {
        content: "\f37a"
}

.fa-stackpath:before {
        content: "\f842"
}

.fa-buysellads:before {
        content: "\f20d"
}

.fa-first-order:before {
        content: "\f2b0"
}

.fa-modx:before {
        content: "\f285"
}

.fa-guilded:before {
        content: "\e07e"
}

.fa-vnv:before {
        content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
        content: "\f3b9"
}

.fa-microsoft:before {
        content: "\f3ca"
}

.fa-qq:before {
        content: "\f1d6"
}

.fa-orcid:before {
        content: "\f8d2"
}

.fa-java:before {
        content: "\f4e4"
}

.fa-invision:before {
        content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
        content: "\f4ed"
}

.fa-centercode:before {
        content: "\f380"
}

.fa-glide-g:before {
        content: "\f2a6"
}

.fa-drupal:before {
        content: "\f1a9"
}

.fa-hire-a-helper:before {
        content: "\f3b0"
}

.fa-creative-commons-by:before {
        content: "\f4e7"
}

.fa-unity:before {
        content: "\e049"
}

.fa-whmcs:before {
        content: "\f40d"
}

.fa-rocketchat:before {
        content: "\f3e8"
}

.fa-vk:before {
        content: "\f189"
}

.fa-untappd:before {
        content: "\f405"
}

.fa-mailchimp:before {
        content: "\f59e"
}

.fa-css3-alt:before {
        content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
        content: "\f1a2"
}

.fa-vimeo-v:before {
        content: "\f27d"
}

.fa-contao:before {
        content: "\f26d"
}

.fa-square-font-awesome:before {
        content: "\e5ad"
}

.fa-deskpro:before {
        content: "\f38f"
}

.fa-brave:before {
        content: "\e63c"
}

.fa-sistrix:before {
        content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
        content: "\e055"
}

.fa-battle-net:before {
        content: "\f835"
}

.fa-the-red-yeti:before {
        content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
        content: "\f3af"
}

.fa-edge:before {
        content: "\f282"
}

.fa-threads:before {
        content: "\e618"
}

.fa-napster:before {
        content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
        content: "\f2ad"
}

.fa-google-plus-g:before {
        content: "\f0d5"
}

.fa-artstation:before {
        content: "\f77a"
}

.fa-markdown:before {
        content: "\f60f"
}

.fa-sourcetree:before {
        content: "\f7d3"
}

.fa-google-plus:before {
        content: "\f2b3"
}

.fa-diaspora:before {
        content: "\f791"
}

.fa-foursquare:before {
        content: "\f180"
}

.fa-stack-overflow:before {
        content: "\f16c"
}

.fa-github-alt:before {
        content: "\f113"
}

.fa-phoenix-squadron:before {
        content: "\f511"
}

.fa-pagelines:before {
        content: "\f18c"
}

.fa-algolia:before {
        content: "\f36c"
}

.fa-red-river:before {
        content: "\f3e3"
}

.fa-creative-commons-sa:before {
        content: "\f4ef"
}

.fa-safari:before {
        content: "\f267"
}

.fa-google:before {
        content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
        content: "\f35c"
}

.fa-atlassian:before {
        content: "\f77b"
}

.fa-linkedin-in:before {
        content: "\f0e1"
}

.fa-digital-ocean:before {
        content: "\f391"
}

.fa-nimblr:before {
        content: "\f5a8"
}

.fa-chromecast:before {
        content: "\f838"
}

.fa-evernote:before {
        content: "\f839"
}

.fa-hacker-news:before {
        content: "\f1d4"
}

.fa-creative-commons-sampling:before {
        content: "\f4f0"
}

.fa-adversal:before {
        content: "\f36a"
}

.fa-creative-commons:before {
        content: "\f25e"
}

.fa-watchman-monitoring:before {
        content: "\e087"
}

.fa-fonticons:before {
        content: "\f280"
}

.fa-weixin:before {
        content: "\f1d7"
}

.fa-shirtsinbulk:before {
        content: "\f214"
}

.fa-codepen:before {
        content: "\f1cb"
}

.fa-git-alt:before {
        content: "\f841"
}

.fa-lyft:before {
        content: "\f3c3"
}

.fa-rev:before {
        content: "\f5b2"
}

.fa-windows:before {
        content: "\f17a"
}

.fa-wizards-of-the-coast:before {
        content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
        content: "\f2aa"
}

.fa-meetup:before {
        content: "\f2e0"
}

.fa-centos:before {
        content: "\f789"
}

.fa-adn:before {
        content: "\f170"
}

.fa-cloudsmith:before {
        content: "\f384"
}

.fa-opensuse:before {
        content: "\e62b"
}

.fa-pied-piper-alt:before {
        content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
        content: "\f397"
}

.fa-codiepie:before {
        content: "\f284"
}

.fa-node:before {
        content: "\f419"
}

.fa-mix:before {
        content: "\f3cb"
}

.fa-steam:before {
        content: "\f1b6"
}

.fa-cc-apple-pay:before {
        content: "\f416"
}

.fa-scribd:before {
        content: "\f28a"
}

.fa-debian:before {
        content: "\e60b"
}

.fa-openid:before {
        content: "\f19b"
}

.fa-instalod:before {
        content: "\e081"
}

.fa-expeditedssl:before {
        content: "\f23e"
}

.fa-sellcast:before {
        content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
        content: "\f081"
}

.fa-r-project:before {
        content: "\f4f7"
}

.fa-delicious:before {
        content: "\f1a5"
}

.fa-freebsd:before {
        content: "\f3a4"
}

.fa-vuejs:before {
        content: "\f41f"
}

.fa-accusoft:before {
        content: "\f369"
}

.fa-ioxhost:before {
        content: "\f208"
}

.fa-fonticons-fi:before {
        content: "\f3a2"
}

.fa-app-store:before {
        content: "\f36f"
}

.fa-cc-mastercard:before {
        content: "\f1f1"
}

.fa-itunes-note:before {
        content: "\f3b5"
}

.fa-golang:before {
        content: "\e40f"
}

.fa-kickstarter:before {
        content: "\f3bb"
}

.fa-grav:before {
        content: "\f2d6"
}

.fa-weibo:before {
        content: "\f18a"
}

.fa-uncharted:before {
        content: "\e084"
}

.fa-firstdraft:before {
        content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
        content: "\f431"
}

.fa-wikipedia-w:before {
        content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
        content: "\f3e4"
}

.fa-angellist:before {
        content: "\f209"
}

.fa-galactic-republic:before {
        content: "\f50c"
}

.fa-nfc-directional:before {
        content: "\e530"
}

.fa-skype:before {
        content: "\f17e"
}

.fa-joget:before {
        content: "\f3b7"
}

.fa-fedora:before {
        content: "\f798"
}

.fa-stripe-s:before {
        content: "\f42a"
}

.fa-meta:before {
        content: "\e49b"
}

.fa-laravel:before {
        content: "\f3bd"
}

.fa-hotjar:before {
        content: "\f3b1"
}

.fa-bluetooth-b:before {
        content: "\f294"
}

.fa-square-letterboxd:before {
        content: "\e62e"
}

.fa-sticker-mule:before {
        content: "\f3f7"
}

.fa-creative-commons-zero:before {
        content: "\f4f3"
}

.fa-hips:before {
        content: "\f452"
}

.fa-behance:before {
        content: "\f1b4"
}

.fa-reddit:before {
        content: "\f1a1"
}

.fa-discord:before {
        content: "\f392"
}

.fa-chrome:before {
        content: "\f268"
}

.fa-app-store-ios:before {
        content: "\f370"
}

.fa-cc-discover:before {
        content: "\f1f2"
}

.fa-wpbeginner:before {
        content: "\f297"
}

.fa-confluence:before {
        content: "\f78d"
}

.fa-shoelace:before {
        content: "\e60c"
}

.fa-mdb:before {
        content: "\f8ca"
}

.fa-dochub:before {
        content: "\f394"
}

.fa-accessible-icon:before {
        content: "\f368"
}

.fa-ebay:before {
        content: "\f4f4"
}

.fa-amazon:before {
        content: "\f270"
}

.fa-unsplash:before {
        content: "\e07c"
}

.fa-yarn:before {
        content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
        content: "\f1b7"
}

.fa-500px:before {
        content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
        content: "\f194"
}

.fa-asymmetrik:before {
        content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
        content: "\f2b4"
}

.fa-gratipay:before {
        content: "\f184"
}

.fa-apple:before {
        content: "\f179"
}

.fa-hive:before {
        content: "\e07f"
}

.fa-gitkraken:before {
        content: "\f3a6"
}

.fa-keybase:before {
        content: "\f4f5"
}

.fa-apple-pay:before {
        content: "\f415"
}

.fa-padlet:before {
        content: "\e4a0"
}

.fa-amazon-pay:before {
        content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
        content: "\f092"
}

.fa-stumbleupon:before {
        content: "\f1a4"
}

.fa-fedex:before {
        content: "\f797"
}

.fa-phoenix-framework:before {
        content: "\f3dc"
}

.fa-shopify:before {
        content: "\e057"
}

.fa-neos:before {
        content: "\f612"
}

.fa-square-threads:before {
        content: "\e619"
}

.fa-hackerrank:before {
        content: "\f5f7"
}

.fa-researchgate:before {
        content: "\f4f8"
}

.fa-swift:before {
        content: "\f8e1"
}

.fa-angular:before {
        content: "\f420"
}

.fa-speakap:before {
        content: "\f3f3"
}

.fa-angrycreative:before {
        content: "\f36e"
}

.fa-y-combinator:before {
        content: "\f23b"
}

.fa-empire:before {
        content: "\f1d1"
}

.fa-envira:before {
        content: "\f299"
}

.fa-google-scholar:before {
        content: "\e63b"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
        content: "\e5ae"
}

.fa-studiovinari:before {
        content: "\f3f8"
}

.fa-pied-piper:before {
        content: "\f2ae"
}

.fa-wordpress:before {
        content: "\f19a"
}

.fa-product-hunt:before {
        content: "\f288"
}

.fa-firefox:before {
        content: "\f269"
}

.fa-linode:before {
        content: "\f2b8"
}

.fa-goodreads:before {
        content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
        content: "\f264"
}

.fa-jsfiddle:before {
        content: "\f1cc"
}

.fa-sith:before {
        content: "\f512"
}

.fa-themeisle:before {
        content: "\f2b2"
}

.fa-page4:before {
        content: "\f3d7"
}

.fa-hashnode:before {
        content: "\e499"
}

.fa-react:before {
        content: "\f41b"
}

.fa-cc-paypal:before {
        content: "\f1f4"
}

.fa-squarespace:before {
        content: "\f5be"
}

.fa-cc-stripe:before {
        content: "\f1f5"
}

.fa-creative-commons-share:before {
        content: "\f4f2"
}

.fa-bitcoin:before {
        content: "\f379"
}

.fa-keycdn:before {
        content: "\f3ba"
}

.fa-opera:before {
        content: "\f26a"
}

.fa-itch-io:before {
        content: "\f83a"
}

.fa-umbraco:before {
        content: "\f8e8"
}

.fa-galactic-senate:before {
        content: "\f50d"
}

.fa-ubuntu:before {
        content: "\f7df"
}

.fa-draft2digital:before {
        content: "\f396"
}

.fa-stripe:before {
        content: "\f429"
}

.fa-houzz:before {
        content: "\f27c"
}

.fa-gg:before {
        content: "\f260"
}

.fa-dhl:before {
        content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
        content: "\f0d3"
}

.fa-xing:before {
        content: "\f168"
}

.fa-blackberry:before {
        content: "\f37b"
}

.fa-creative-commons-pd:before {
        content: "\f4ec"
}

.fa-playstation:before {
        content: "\f3df"
}

.fa-quinscape:before {
        content: "\f459"
}

.fa-less:before {
        content: "\f41d"
}

.fa-blogger-b:before {
        content: "\f37d"
}

.fa-opencart:before {
        content: "\f23d"
}

.fa-vine:before {
        content: "\f1ca"
}

.fa-signal-messenger:before {
        content: "\e663"
}

.fa-paypal:before {
        content: "\f1ed"
}

.fa-gitlab:before {
        content: "\f296"
}

.fa-typo3:before {
        content: "\f42b"
}

.fa-reddit-alien:before {
        content: "\f281"
}

.fa-yahoo:before {
        content: "\f19e"
}

.fa-dailymotion:before {
        content: "\e052"
}

.fa-affiliatetheme:before {
        content: "\f36b"
}

.fa-pied-piper-pp:before {
        content: "\f1a7"
}

.fa-bootstrap:before {
        content: "\f836"
}

.fa-odnoklassniki:before {
        content: "\f263"
}

.fa-nfc-symbol:before {
        content: "\e531"
}

.fa-mintbit:before {
        content: "\e62f"
}

.fa-ethereum:before {
        content: "\f42e"
}

.fa-speaker-deck:before {
        content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
        content: "\f4e9"
}

.fa-patreon:before {
        content: "\f3d9"
}

.fa-avianex:before {
        content: "\f374"
}

.fa-ello:before {
        content: "\f5f1"
}

.fa-gofore:before {
        content: "\f3a7"
}

.fa-bimobject:before {
        content: "\f378"
}

.fa-brave-reverse:before {
        content: "\e63d"
}

.fa-facebook-f:before {
        content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
        content: "\f0d4"
}

.fa-mandalorian:before {
        content: "\f50f"
}

.fa-first-order-alt:before {
        content: "\f50a"
}

.fa-osi:before {
        content: "\f41a"
}

.fa-google-wallet:before {
        content: "\f1ee"
}

.fa-d-and-d-beyond:before {
        content: "\f6ca"
}

.fa-periscope:before {
        content: "\f3da"
}

.fa-fulcrum:before {
        content: "\f50b"
}

.fa-cloudscale:before {
        content: "\f383"
}

.fa-forumbee:before {
        content: "\f211"
}

.fa-mizuni:before {
        content: "\f3cc"
}

.fa-schlix:before {
        content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
        content: "\f169"
}

.fa-bandcamp:before {
        content: "\f2d5"
}

.fa-wpforms:before {
        content: "\f298"
}

.fa-cloudversify:before {
        content: "\f385"
}

.fa-usps:before {
        content: "\f7e1"
}

.fa-megaport:before {
        content: "\f5a3"
}

.fa-magento:before {
        content: "\f3c4"
}

.fa-spotify:before {
        content: "\f1bc"
}

.fa-optin-monster:before {
        content: "\f23c"
}

.fa-fly:before {
        content: "\f417"
}

.fa-aviato:before {
        content: "\f421"
}

.fa-itunes:before {
        content: "\f3b4"
}

.fa-cuttlefish:before {
        content: "\f38c"
}

.fa-blogger:before {
        content: "\f37c"
}

.fa-flickr:before {
        content: "\f16e"
}

.fa-viber:before {
        content: "\f409"
}

.fa-soundcloud:before {
        content: "\f1be"
}

.fa-digg:before {
        content: "\f1a6"
}

.fa-tencent-weibo:before {
        content: "\f1d5"
}

.fa-letterboxd:before {
        content: "\e62d"
}

.fa-symfony:before {
        content: "\f83d"
}

.fa-maxcdn:before {
        content: "\f136"
}

.fa-etsy:before {
        content: "\f2d7"
}

.fa-facebook-messenger:before {
        content: "\f39f"
}

.fa-audible:before {
        content: "\f373"
}

.fa-think-peaks:before {
        content: "\f731"
}

.fa-bilibili:before {
        content: "\e3d9"
}

.fa-erlang:before {
        content: "\f39d"
}

.fa-x-twitter:before {
        content: "\e61b"
}

.fa-cotton-bureau:before {
        content: "\f89e"
}

.fa-dashcube:before {
        content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
        content: "\e080"
}

.fa-stack-exchange:before {
        content: "\f18d"
}

.fa-elementor:before {
        content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
        content: "\e01e"
}

.fa-creative-commons-nd:before {
        content: "\f4eb"
}

.fa-palfed:before {
        content: "\f3d8"
}

.fa-superpowers:before {
        content: "\f2dd"
}

.fa-resolving:before {
        content: "\f3e7"
}

.fa-xbox:before {
        content: "\f412"
}

.fa-searchengin:before {
        content: "\f3eb"
}

.fa-tiktok:before {
        content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
        content: "\f082"
}

.fa-renren:before {
        content: "\f18b"
}

.fa-linux:before {
        content: "\f17c"
}

.fa-glide:before {
        content: "\f2a5"
}

.fa-linkedin:before {
        content: "\f08c"
}

.fa-hubspot:before {
        content: "\f3b2"
}

.fa-deploydog:before {
        content: "\f38e"
}

.fa-twitch:before {
        content: "\f1e8"
}

.fa-ravelry:before {
        content: "\f2d9"
}

.fa-mixer:before {
        content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
        content: "\f203"
}

.fa-vimeo:before {
        content: "\f40a"
}

.fa-mendeley:before {
        content: "\f7b3"
}

.fa-uniregistry:before {
        content: "\f404"
}

.fa-figma:before {
        content: "\f799"
}

.fa-creative-commons-remix:before {
        content: "\f4ee"
}

.fa-cc-amazon-pay:before {
        content: "\f42d"
}

.fa-dropbox:before {
        content: "\f16b"
}

.fa-instagram:before {
        content: "\f16d"
}

.fa-cmplid:before {
        content: "\e360"
}

.fa-upwork:before {
        content: "\e641"
}

.fa-facebook:before {
        content: "\f09a"
}

.fa-gripfire:before {
        content: "\f3ac"
}

.fa-jedi-order:before {
        content: "\f50e"
}

.fa-uikit:before {
        content: "\f403"
}

.fa-fort-awesome-alt:before {
        content: "\f3a3"
}

.fa-phabricator:before {
        content: "\f3db"
}

.fa-ussunnah:before {
        content: "\f407"
}

.fa-earlybirds:before {
        content: "\f39a"
}

.fa-trade-federation:before {
        content: "\f513"
}

.fa-autoprefixer:before {
        content: "\f41c"
}

.fa-whatsapp:before {
        content: "\f232"
}

.fa-slideshare:before {
        content: "\f1e7"
}

.fa-google-play:before {
        content: "\f3ab"
}

.fa-viadeo:before {
        content: "\f2a9"
}

.fa-line:before {
        content: "\f3c0"
}

.fa-google-drive:before {
        content: "\f3aa"
}

.fa-servicestack:before {
        content: "\f3ec"
}

.fa-simplybuilt:before {
        content: "\f215"
}

.fa-bitbucket:before {
        content: "\f171"
}

.fa-imdb:before {
        content: "\f2d8"
}

.fa-deezer:before {
        content: "\e077"
}

.fa-raspberry-pi:before {
        content: "\f7bb"
}

.fa-jira:before {
        content: "\f7b1"
}

.fa-docker:before {
        content: "\f395"
}

.fa-screenpal:before {
        content: "\e570"
}

.fa-bluetooth:before {
        content: "\f293"
}

.fa-gitter:before {
        content: "\f426"
}

.fa-d-and-d:before {
        content: "\f38d"
}

.fa-microblog:before {
        content: "\e01a"
}

.fa-cc-diners-club:before {
        content: "\f24c"
}

.fa-gg-circle:before {
        content: "\f261"
}

.fa-pied-piper-hat:before {
        content: "\f4e5"
}

.fa-kickstarter-k:before {
        content: "\f3bc"
}

.fa-yandex:before {
        content: "\f413"
}

.fa-readme:before {
        content: "\f4d5"
}

.fa-html5:before {
        content: "\f13b"
}

.fa-sellsy:before {
        content: "\f213"
}

.fa-sass:before {
        content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
        content: "\e2d0"
}

.fa-buromobelexperte:before {
        content: "\f37f"
}

.fa-salesforce:before {
        content: "\f83b"
}

.fa-octopus-deploy:before {
        content: "\e082"
}

.fa-medapps:before {
        content: "\f3c6"
}

.fa-ns8:before {
        content: "\f3d5"
}

.fa-pinterest-p:before {
        content: "\f231"
}

.fa-apper:before {
        content: "\f371"
}

.fa-fort-awesome:before {
        content: "\f286"
}

.fa-waze:before {
        content: "\f83f"
}

.fa-cc-jcb:before {
        content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
        content: "\f2ab"
}

.fa-fantasy-flight-games:before {
        content: "\f6dc"
}

.fa-rust:before {
        content: "\e07a"
}

.fa-wix:before {
        content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
        content: "\f1b5"
}

.fa-supple:before {
        content: "\f3f9"
}

.fa-webflow:before {
        content: "\e65c"
}

.fa-rebel:before {
        content: "\f1d0"
}

.fa-css3:before {
        content: "\f13c"
}

.fa-staylinked:before {
        content: "\f3f5"
}

.fa-kaggle:before {
        content: "\f5fa"
}

.fa-space-awesome:before {
        content: "\e5ac"
}

.fa-deviantart:before {
        content: "\f1bd"
}

.fa-cpanel:before {
        content: "\f388"
}

.fa-goodreads-g:before {
        content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
        content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
        content: "\f174"
}

.fa-trello:before {
        content: "\f181"
}

.fa-creative-commons-nc-jp:before {
        content: "\f4ea"
}

.fa-get-pocket:before {
        content: "\f265"
}

.fa-perbyte:before {
        content: "\e083"
}

.fa-grunt:before {
        content: "\f3ad"
}

.fa-weebly:before {
        content: "\f5cc"
}

.fa-connectdevelop:before {
        content: "\f20e"
}

.fa-leanpub:before {
        content: "\f212"
}

.fa-black-tie:before {
        content: "\f27e"
}

.fa-themeco:before {
        content: "\f5c6"
}

.fa-python:before {
        content: "\f3e2"
}

.fa-android:before {
        content: "\f17b"
}

.fa-bots:before {
        content: "\e340"
}

.fa-free-code-camp:before {
        content: "\f2c5"
}

.fa-hornbill:before {
        content: "\f592"
}

.fa-js:before {
        content: "\f3b8"
}

.fa-ideal:before {
        content: "\e013"
}

.fa-git:before {
        content: "\f1d3"
}

.fa-dev:before {
        content: "\f6cc"
}

.fa-sketch:before {
        content: "\f7c6"
}

.fa-yandex-international:before {
        content: "\f414"
}

.fa-cc-amex:before {
        content: "\f1f3"
}

.fa-uber:before {
        content: "\f402"
}

.fa-github:before {
        content: "\f09b"
}

.fa-php:before {
        content: "\f457"
}

.fa-alipay:before {
        content: "\f642"
}

.fa-youtube:before {
        content: "\f167"
}

.fa-skyatlas:before {
        content: "\f216"
}

.fa-firefox-browser:before {
        content: "\e007"
}

.fa-replyd:before {
        content: "\f3e6"
}

.fa-suse:before {
        content: "\f7d6"
}

.fa-jenkins:before {
        content: "\f3b6"
}

.fa-twitter:before {
        content: "\f099"
}

.fa-rockrms:before {
        content: "\f3e9"
}

.fa-pinterest:before {
        content: "\f0d2"
}

.fa-buffer:before {
        content: "\f837"
}

.fa-npm:before {
        content: "\f3d4"
}

.fa-yammer:before {
        content: "\f840"
}

.fa-btc:before {
        content: "\f15a"
}

.fa-dribbble:before {
        content: "\f17d"
}

.fa-stumbleupon-circle:before {
        content: "\f1a3"
}

.fa-internet-explorer:before {
        content: "\f26b"
}

.fa-stubber:before {
        content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
        content: "\f2c6"
}

.fa-old-republic:before {
        content: "\f510"
}

.fa-odysee:before {
        content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
        content: "\f40c"
}

.fa-node-js:before {
        content: "\f3d3"
}

.fa-edge-legacy:before {
        content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
        content: "\f198"
}

.fa-medrt:before {
        content: "\f3c8"
}

.fa-usb:before {
        content: "\f287"
}

.fa-tumblr:before {
        content: "\f173"
}

.fa-vaadin:before {
        content: "\f408"
}

.fa-quora:before {
        content: "\f2c4"
}

.fa-square-x-twitter:before {
        content: "\e61a"
}

.fa-reacteurope:before {
        content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
        content: "\f23a"
}

.fa-amilia:before {
        content: "\f36d"
}

.fa-mixcloud:before {
        content: "\f289"
}

.fa-flipboard:before {
        content: "\f44d"
}

.fa-viacoin:before {
        content: "\f237"
}

.fa-critical-role:before {
        content: "\f6c9"
}

.fa-sitrox:before {
        content: "\e44a"
}

.fa-discourse:before {
        content: "\f393"
}

.fa-joomla:before {
        content: "\f1aa"
}

.fa-mastodon:before {
        content: "\f4f6"
}

.fa-airbnb:before {
        content: "\f834"
}

.fa-wolf-pack-battalion:before {
        content: "\f514"
}

.fa-buy-n-large:before {
        content: "\f8a6"
}

.fa-gulp:before {
        content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
        content: "\f4f1"
}

.fa-strava:before {
        content: "\f428"
}

.fa-ember:before {
        content: "\f423"
}

.fa-canadian-maple-leaf:before {
        content: "\f785"
}

.fa-teamspeak:before {
        content: "\f4f9"
}

.fa-pushed:before {
        content: "\f3e1"
}

.fa-wordpress-simple:before {
        content: "\f411"
}

.fa-nutritionix:before {
        content: "\f3d6"
}

.fa-wodu:before {
        content: "\e088"
}

.fa-google-pay:before {
        content: "\e079"
}

.fa-intercom:before {
        content: "\f7af"
}

.fa-zhihu:before {
        content: "\f63f"
}

.fa-korvue:before {
        content: "\f42f"
}

.fa-pix:before {
        content: "\e43a"
}

.fa-steam-symbol:before {
        content: "\f3f6"
}

:host,
:root {
        --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
        font-family: "Font Awesome 6 Free";
        font-style: normal;
        font-weight: 400;
        font-display: block;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
        font-weight: 400
}

:host,
:root {
        --fa-style-family-classic: "Font Awesome 6 Free";
        --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
        font-family: "Font Awesome 6 Free";
        font-style: normal;
        font-weight: 900;
        font-display: block;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
        font-weight: 900
}

@font-face {
        font-family: "Font Awesome 5 Brands";
        font-display: block;
        font-weight: 400;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
        font-family: "Font Awesome 5 Free";
        font-display: block;
        font-weight: 900;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
        font-family: "Font Awesome 5 Free";
        font-display: block;
        font-weight: 400;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype")
}

@font-face {
        font-family: "FontAwesome";
        font-display: block;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype")
}

@font-face {
        font-family: "FontAwesome";
        font-display: block;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype")
}

@font-face {
        font-family: "FontAwesome";
        font-display: block;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype");
        unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
        font-family: "FontAwesome";
        font-display: block;
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-v4compatibility.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/dokan-lite/assets/vendors/font-awesome/css/../webfonts/fa-v4compatibility.ttf) format("truetype");
        unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

@charset "UTF-8";

.col-full {
        max-width: 1530px;
        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
}

.col-full .bokifa-elementor-content.entry-content {
        display: grid;
        justify-content: center
}

.col-full .bokifa-elementor-content.entry-content [data-elementor-type=wp-page] {
        width: 100vw
}

.page-template-template-homepage #primary,
.page-template-template-homepage .site-main {
        margin-bottom: 0
}

.container {
        max-width: 1530px;
        margin-left: auto;
        margin-right: auto
}

.container:before,
.container:after {
        content: "";
        display: table
}

.container:after {
        clear: both
}

.container:after {
        content: " ";
        display: block;
        clear: both
}

.d-none {
        display: none
}

.container {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        max-width: 1530px
}

@media (min-width:768px) and (max-width:1530px) {
        .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
}

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

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

.dokan-spinner {
        position: absolute;
        width: 20px;
        height: 20px;
        background: url(../../../plugins/dokan-lite/assets/images/spinner-2x.gif) center center no-repeat;
        z-index: 99;
        background-size: 20px
}

.dokan-close {
        float: right;
        font-weight: 700;
        line-height: 1;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        opacity: .2;
        filter: alpha(opacity=20)
}

.dokan-close:hover,
.dokan-close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: .5;
        filter: alpha(opacity=50)
}

button.dokan-close {
        padding: 0;
        cursor: pointer;
        background: 0 0;
        border: 0;
        -webkit-appearance: none
}

.dokan-alert {
        padding: 15px;
        margin-bottom: 20px;
        border: 1px solid transparent;
        border-radius: 4px
}

.dokan-alert h4 {
        margin-top: 0;
        color: inherit
}

.dokan-alert .dokan-alert-link {
        font-weight: 700
}

.dokan-alert>p,
.dokan-alert>ul {
        margin-bottom: 0 !important
}

.dokan-alert>p+p {
        margin-top: 5px
}

.dokan-alert-dismissable,
.dokan-alert-dismissible {
        padding-right: 35px
}

.dokan-alert-dismissable .close,
.dokan-alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit
}

.dokan-alert-success {
        background-color: #dff0d8;
        border-color: #d6e9c6;
        color: #3c763d
}

.dokan-alert-success hr {
        border-top-color: #c9e2b3
}

.dokan-alert-success .dokan-alert-link {
        color: #2b542c
}

.dokan-alert-info {
        background-color: #d9edf7;
        border-color: #bce8f1;
        color: #31708f
}

.dokan-alert-info hr {
        border-top-color: #a6e1ec
}

.dokan-alert-info .dokan-alert-link {
        color: #245269
}

.dokan-alert-warning {
        background-color: #fcf8e3;
        border-color: #faebcc;
        color: #8a6d3b
}

.dokan-alert-warning hr {
        border-top-color: #f7e1b5
}

.dokan-alert-warning .dokan-alert-link {
        color: #66512c
}

.dokan-alert-danger {
        background-color: #f2dede;
        border-color: #ebccd1;
        color: #ef3636
}

.dokan-alert-danger hr {
        border-top-color: #e4b9c0
}

.dokan-alert-danger .dokan-alert-link {
        color: #843534
}

.tooltip {
        position: absolute;
        z-index: 9999;
        display: block;
        visibility: visible;
        line-height: 1.3;
        opacity: 0;
        filter: alpha(opacity=0)
}

.tooltip.in {
        opacity: .9;
        filter: alpha(opacity=90)
}

.tooltip.top {
        margin-top: -3px;
        padding: 5px 0
}

.tooltip.right {
        margin-left: 3px;
        padding: 0 5px
}

.tooltip.bottom {
        margin-top: 3px;
        padding: 5px 0
}

.tooltip.left {
        margin-left: -3px;
        padding: 0 5px
}

.tooltip-inner {
        max-width: 200px;
        padding: 10px !important;
        color: #fff;
        text-align: center;
        text-decoration: none;
        background-color: #000;
        border-radius: 4px;
        font-weight: 400 !important
}

.tooltip-arrow {
        position: absolute;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid
}

.tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 5px 5px 0;
        border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
        bottom: 0;
        left: 5px;
        border-width: 5px 5px 0;
        border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
        bottom: 0;
        right: 5px;
        border-width: 5px 5px 0;
        border-top-color: #000
}

.tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-width: 5px 5px 5px 0;
        border-right-color: #000
}

.tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-width: 5px 0 5px 5px;
        border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
        top: 0;
        left: 5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
        top: 0;
        right: 5px;
        border-width: 0 5px 5px;
        border-bottom-color: #000
}

.dokan-form-container label {
        display: inline-block;
        max-width: 100%;
        margin-bottom: 5px
}

.dokan-form-control {
        background-image: none;
        display: block;
        vertical-align: middle;
        max-width: 100%;
        margin: 0;
        flex: 1
}

.dokan-form-control p {
        margin-bottom: 0
}

textarea.dokan-form-control {
        height: auto
}

.dokan-radio-inline+.dokan-radio-inline,
.dokan-checkbox-inline+.dokan-checkbox-inline {
        margin-left: 10px;
        margin-top: 0
}

.dokan-form-group {
        margin-bottom: 15px;
        display: flex;
        gap: 10px
}

@media (max-width:568px) {
        .dokan-form-group {
                display: flex
        }
}

.dokan-form-group .select2-container--default {
        display: inline;
        width: auto !important
}

.dokan-form-group .select2-container--default .select2-selection--single {
        border: 1px solid var(--e-global-color-border);
        border-radius: 25px;
        min-height: 50px
}

.dokan-form-group .select2-container--default .select2-selection--single .select2-selection__rendered {
        line-height: 50px;
        color: var(--e-global-color-text);
        font-size: 14px;
        font-size: .875rem
}

.dokan-form-group .select2-container--default .select2-selection--single .select2-selection__rendered li {
        line-height: 50px;
        color: var(--e-global-color-text)
}

.dokan-form-group .select2-container--default .select2-selection--single .select2-selection__choice {
        border-radius: 25px;
        border-color: var(--e-global-color-border)
}

.dokan-form-group .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 50px
}

.dokan-form-group .select2-container--default .select2-selection--multiple {
        border: none
}

.dokan-form-group .select2-container--default .select2-search--dropdown .select2-search__field {
        background: #fff !important
}

.dokan-input-group {
        position: relative;
        display: table;
        border-collapse: separate
}

.dokan-input-group .input-text {
        border: none;
        padding: 0
}

.dokan-input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0
}

.dokan-input-group .dokan-form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0
}

.dokan-input-group-addon,
.dokan-input-group-btn,
.dokan-input-group .form-control {
        display: table-cell
}

.dokan-input-group-addon:not(:first-child):not(:last-child),
.dokan-input-group-btn:not(:first-child):not(:last-child),
.dokan-input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0
}

.dokan-input-group-addon,
.dokan-input-group-btn {
        width: 1%;
        white-space: nowrap;
        vertical-align: middle
}

.dokan-input-group-addon {
        padding: 6px 12px;
        font-weight: 400;
        line-height: 1;
        color: var(--e-global-color-text);
        text-align: center;
        border-radius: 4px
}

.dokan-input-group-addon input[type=radio],
.dokan-input-group-addon input[type=checkbox] {
        margin-top: 0
}

.dokan-input-group .dokan-form-control:first-child,
.dokan-input-group-addon:first-child {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
}

.dokan-input-group-btn:first-child>.btn,
.dokan-input-group-btn:first-child>.btn-group>.btn,
.dokan-input-group-btn:first-child>.dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
}

.dokan-input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.dokan-input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
}

.dokan-input-group-addon:first-child {
        border-right: 0
}

.dokan-input-group-btn:last-child>.btn,
.dokan-input-group-btn:last-child>.btn-group>.btn,
.dokan-input-group-btn:last-child>.dropdown-toggle {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
}

.dokan-input-group-btn:first-child>.btn:not(:first-child),
.dokan-input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
}

.dokan-input-group-addon:last-child {
        border-left: 0
}

.dokan-input-group-btn {
        position: relative;
        font-size: 0;
        white-space: nowrap
}

.dokan-input-group-btn>.btn {
        position: relative
}

.dokan-input-group-btn>.btn+.btn {
        margin-left: -1px
}

.dokan-input-group-btn>.btn:hover,
.dokan-input-group-btn>.btn:focus,
.dokan-input-group-btn>.btn:active {
        z-index: 2
}

.dokan-input-group-btn:first-child>.btn,
.dokan-input-group-btn:first-child>.btn-group {
        margin-right: -1px
}

.dokan-input-group-btn:last-child>.btn,
.dokan-input-group-btn:last-child>.btn-group {
        margin-left: -1px
}

.dokan-form-horizontal {
        text-align: center
}

.dokan-form-horizontal label {
        display: inline-block;
        max-width: unset;
        margin-bottom: 5px;
        align-content: center;
        width: max-content
}

.dokan-form-horizontal .dokan-form-group:before {
        display: table;
        content: " "
}

.dokan-form-horizontal .dokan-form-group:after {
        display: table;
        content: " ";
        clear: both
}

.dokan-form-horizontal .dokan-control-label {
        text-align: right;
        margin-bottom: 0;
        margin-top: 0;
        padding-right: 15px;
        font-weight: 600
}

.dokan-row {
        margin-right: -15px;
        margin-left: -15px
}

.dokan-w1 {
        width: 8.33333333%;
        float: left
}

.dokan-w2 {
        width: 16.66666667%;
        float: left
}

.dokan-w3 {
        width: 25%;
        float: left
}

@media (max-width:568px) {
        .dokan-w3 {
                width: 30%
        }
}

.dokan-w4 {
        width: 33.33333333%;
        float: left
}

.dokan-w5 {
        width: 41.66666667%;
        float: left
}

@media (max-width:1024px) {
        .dokan-w5 {
                width: 100%;
                margin-bottom: 15px
        }
}

@media (max-width:568px) {
        .dokan-w5 {
                width: auto
        }
}

.dokan-w6 {
        width: 50%;
        float: left
}

@media (max-width:1024px) {
        .dokan-w6 {
                width: 100%
        }
}

.dokan-w7 {
        width: 63%;
        float: left
}

.dokan-w8 {
        width: 58.33333333%;
        float: left
}

@media (max-width:1024px) {
        .dokan-w8 {
                width: 100%;
                margin-bottom: 15px
        }
}

.dokan-w9 {
        width: 75%;
        float: left
}

.dokan-w10 {
        width: 83.33333333%;
        float: left
}

.dokan-w11 {
        width: 91.66666667%;
        float: left
}

.dokan-w12 {
        width: 100%;
        float: left
}

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

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

.woocommerce .form-row.has-error {
        background-color: #ffe5e5;
        padding: 10px;
        border-radius: 3px
}

.woocommerce form.register.dokan-vendor-register {
        border: none;
        padding: 0
}

.woocommerce form.register.dokan-vendor-register .name-field {
        display: flex;
        justify-content: space-between
}

.woocommerce form.register.dokan-vendor-register .name-field p {
        width: 48%
}

.wp-editor-wrap {
        border: 1px solid #ededed
}

.dokan-message,
.dokan-info,
.dokan-error {
        padding: 15px 15px 15px 50px;
        margin: 5px 0 15px;
        position: relative;
        background: #fff;
        border-bottom: 1px solid #ededed;
        border-left: 1px solid #ededed;
        border-right: 1px solid #ededed;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px
}

.dokan-message:before,
.dokan-info:before,
.dokan-error:before {
        position: absolute;
        top: 0;
        left: 15px;
        padding-top: 15px;
        font-family: sans-serif;
        color: #fff;
        width: 20px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        text-align: center
}

.dokan-message {
        border-top: 3px solid #8fae1b
}

.dokan-message:before {
        background-color: #8fae1b;
        content: "✓"
}

.dokan-info {
        border-top: 3px solid #109ae7
}

.dokan-info:before {
        background-color: #109ae7;
        content: "✓";
        content: "i";
        font-family: Times, Georgia, serif;
        font-style: italic
}

.dokan-error {
        border-top: 3px solid #b81c23
}

.dokan-error:before {
        background-color: #b81c23;
        content: "×";
        font-weight: 700
}

ul.dokan_tabs {
        border-bottom: 1px solid #ededed;
        margin-bottom: 20px;
        line-height: 24px
}

ul.dokan_tabs>li {
        margin-bottom: -1px !important
}

ul.dokan_tabs li {
        display: inline-block;
        margin-right: 5px !important;
        border: 1px solid #ededed;
        border-bottom: none
}

ul.dokan_tabs li:first-child {
        margin-left: 10px
}

ul.dokan_tabs li a {
        display: block;
        padding: 6px 8px !important
}

ul.dokan_tabs li a:hover {
        background-color: #eee
}

ul.dokan_tabs li.dokan-hide {
        display: none
}

ul.dokan_tabs li.active {
        border-bottom: 1px solid #fff !important
}

.dokan-pagination-container {
        text-align: center
}

.dokan-pagination-container .dokan-pagination {
        display: flex;
        align-items: center;
        list-style: none;
        flex-wrap: wrap;
        margin: 85px 0 0
}

.dokan-pagination-container .dokan-pagination li {
        display: inline-block
}

.dokan-pagination-container .dokan-pagination li a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1;
        min-width: 46px;
        min-height: 44px;
        border-radius: 5px;
        margin: 0 5px 0;
        color: var(--e-global-color-dark);
        border: 1px solid var(--e-global-color-border);
        transition: all ease .3s
}

.dokan-pagination-container .dokan-pagination li a.current,
.dokan-pagination-container .dokan-pagination li a:hover {
        color: #fff;
        background-color: var(--e-global-color-dark)
}

.dokan-pagination-container .dokan-pagination li a.current:before,
.dokan-pagination-container .dokan-pagination li a:hover:before {
        color: #fff
}

.dokan-pagination-container .dokan-pagination li a.current:after,
.dokan-pagination-container .dokan-pagination li a:hover:after {
        color: #fff
}

.dokan-pagination-container .dokan-pagination li a.next,
.dokan-pagination-container .dokan-pagination li a.prev {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0;
        width: auto
}

.dokan-pagination-container .dokan-pagination li a.next span,
.dokan-pagination-container .dokan-pagination li a.prev span {
        display: none
}

.dokan-pagination-container .dokan-pagination li a.next:hover:before,
.dokan-pagination-container .dokan-pagination li a.prev:hover:before {
        color: #fff
}

.dokan-pagination-container .dokan-pagination li a.next:hover:after,
.dokan-pagination-container .dokan-pagination li a.prev:hover:after {
        color: #fff
}

.dokan-pagination-container .dokan-pagination li a.prev:before {
        display: block;
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-dark)
}

.dokan-pagination-container .dokan-pagination li a.prev i {
        font-size: 26px;
        font-size: 1.625rem
}

.dokan-pagination-container .dokan-pagination li a.next:after {
        display: block;
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-dark)
}

.dokan-pagination-container .dokan-pagination li a.next i {
        font-size: 26px;
        font-size: 1.625rem
}

.dokan-pagination-container .dokan-pagination li.active a,
.dokan-pagination-container .dokan-pagination li:hover a {
        background-color: var(--e-global-color-dark);
        border-color: var(--e-global-color-dark);
        color: #fff
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
        padding: 5px;
        min-width: 36px !important
}

input[type=submit].dokan-btn,
a.dokan-btn,
.dokan-btn {
        display: inline-block;
        cursor: pointer;
        background-image: none;
        border-radius: 25px;
        user-select: none;
        padding: 15px 30px;
        line-height: 18px
}

input[type=submit].dokan-btn:active,
a.dokan-btn:active,
.dokan-btn:active,
input[type=submit].dokan-btn.active,
a.dokan-btn.active,
.dokan-btn.active {
        outline: 0;
        background-image: none;
        -webkit-box-shadow: inset 0 4px 30px rgba(0, 0, 0, .08);
        box-shadow: inset 0 4px 30px rgba(0, 0, 0, .08)
}

input[type=submit].dokan-btn-theme:hover,
a.dokan-btn-theme:hover,
.dokan-btn-theme:hover,
input[type=submit].dokan-btn-theme:focus,
a.dokan-btn-theme:focus,
.dokan-btn-theme:focus,
input[type=submit].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type=submit].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active {
        color: #fff;
        border-color: transparent;
        background-color: var(--e-global-color-dark)
}

.open .dropdown-toggleinput[type=submit].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
        color: #fff;
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

input[type=submit].dokan-btn-theme:active,
a.dokan-btn-theme:active,
.dokan-btn-theme:active,
input[type=submit].dokan-btn-theme.active,
a.dokan-btn-theme.active,
.dokan-btn-theme.active {
        background-image: none
}

.open .dropdown-toggleinput[type=submit].dokan-btn-theme,
.open .dropdown-togglea.dokan-btn-theme,
.open .dropdown-toggle.dokan-btn-theme {
        background-image: none
}

input[type=submit].dokan-btn-theme.disabled,
a.dokan-btn-theme.disabled,
.dokan-btn-theme.disabled,
input[type=submit].dokan-btn-theme[disabled],
a.dokan-btn-theme[disabled],
.dokan-btn-theme[disabled] {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

fieldset[disabled] input[type=submit].dokan-btn-theme,
fieldset[disabled] a.dokan-btn-theme,
fieldset[disabled] .dokan-btn-theme {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

input[type=submit].dokan-btn-theme.disabled:hover,
a.dokan-btn-theme.disabled:hover,
.dokan-btn-theme.disabled:hover,
input[type=submit].dokan-btn-theme[disabled]:hover,
a.dokan-btn-theme[disabled]:hover,
.dokan-btn-theme[disabled]:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

fieldset[disabled] input[type=submit].dokan-btn-theme:hover,
fieldset[disabled] a.dokan-btn-theme:hover,
fieldset[disabled] .dokan-btn-theme:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

input[type=submit].dokan-btn-theme.disabled:focus,
a.dokan-btn-theme.disabled:focus,
.dokan-btn-theme.disabled:focus,
input[type=submit].dokan-btn-theme[disabled]:focus,
a.dokan-btn-theme[disabled]:focus,
.dokan-btn-theme[disabled]:focus {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

fieldset[disabled] input[type=submit].dokan-btn-theme:focus,
fieldset[disabled] a.dokan-btn-theme:focus,
fieldset[disabled] .dokan-btn-theme:focus {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

input[type=submit].dokan-btn-theme.disabled:active,
a.dokan-btn-theme.disabled:active,
.dokan-btn-theme.disabled:active,
input[type=submit].dokan-btn-theme[disabled]:active,
a.dokan-btn-theme[disabled]:active,
.dokan-btn-theme[disabled]:active {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

fieldset[disabled] input[type=submit].dokan-btn-theme:active,
fieldset[disabled] a.dokan-btn-theme:active,
fieldset[disabled] .dokan-btn-theme:active {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

input[type=submit].dokan-btn-theme.disabled.active,
a.dokan-btn-theme.disabled.active,
.dokan-btn-theme.disabled.active,
input[type=submit].dokan-btn-theme[disabled].active,
a.dokan-btn-theme[disabled].active,
.dokan-btn-theme[disabled].active {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

fieldset[disabled] input[type=submit].dokan-btn-theme.active,
fieldset[disabled] a.dokan-btn-theme.active,
fieldset[disabled] .dokan-btn-theme.active {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

input[type=submit].dokan-btn-theme .badge,
a.dokan-btn-theme .badge,
.dokan-btn-theme .badge {
        color: #f05025;
        background-color: #fff
}

input[type=submit].dokan-btn-success,
a.dokan-btn-success,
.dokan-btn-success {
        color: #fff;
        background-color: #5cb85c;
        border-color: #4cae4c
}

input[type=submit].dokan-btn-success:hover,
a.dokan-btn-success:hover,
.dokan-btn-success:hover,
input[type=submit].dokan-btn-success:focus,
a.dokan-btn-success:focus,
.dokan-btn-success:focus,
input[type=submit].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type=submit].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active {
        color: #fff;
        background-color: #47a447;
        border-color: #398439
}

.open .dropdown-toggleinput[type=submit].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
        color: #fff;
        background-color: #47a447;
        border-color: #398439
}

input[type=submit].dokan-btn-success:active,
a.dokan-btn-success:active,
.dokan-btn-success:active,
input[type=submit].dokan-btn-success.active,
a.dokan-btn-success.active,
.dokan-btn-success.active {
        background-image: none
}

.open .dropdown-toggleinput[type=submit].dokan-btn-success,
.open .dropdown-togglea.dokan-btn-success,
.open .dropdown-toggle.dokan-btn-success {
        background-image: none
}

input[type=submit].dokan-btn-success.disabled,
a.dokan-btn-success.disabled,
.dokan-btn-success.disabled,
input[type=submit].dokan-btn-success[disabled],
a.dokan-btn-success[disabled],
.dokan-btn-success[disabled] {
        background-color: #80c780;
        border-color: #6ec06e
}

fieldset[disabled] input[type=submit].dokan-btn-success,
fieldset[disabled] a.dokan-btn-success,
fieldset[disabled] .dokan-btn-success {
        background-color: #80c780;
        border-color: #6ec06e
}

input[type=submit].dokan-btn-success.disabled:hover,
a.dokan-btn-success.disabled:hover,
.dokan-btn-success.disabled:hover,
input[type=submit].dokan-btn-success[disabled]:hover,
a.dokan-btn-success[disabled]:hover,
.dokan-btn-success[disabled]:hover {
        background-color: #80c780;
        border-color: #6ec06e
}

fieldset[disabled] input[type=submit].dokan-btn-success:hover,
fieldset[disabled] a.dokan-btn-success:hover,
fieldset[disabled] .dokan-btn-success:hover {
        background-color: #80c780;
        border-color: #6ec06e
}

input[type=submit].dokan-btn-success.disabled:focus,
a.dokan-btn-success.disabled:focus,
.dokan-btn-success.disabled:focus,
input[type=submit].dokan-btn-success[disabled]:focus,
a.dokan-btn-success[disabled]:focus,
.dokan-btn-success[disabled]:focus {
        background-color: #80c780;
        border-color: #6ec06e
}

fieldset[disabled] input[type=submit].dokan-btn-success:focus,
fieldset[disabled] a.dokan-btn-success:focus,
fieldset[disabled] .dokan-btn-success:focus {
        background-color: #80c780;
        border-color: #6ec06e
}

input[type=submit].dokan-btn-success.disabled:active,
a.dokan-btn-success.disabled:active,
.dokan-btn-success.disabled:active,
input[type=submit].dokan-btn-success[disabled]:active,
a.dokan-btn-success[disabled]:active,
.dokan-btn-success[disabled]:active {
        background-color: #80c780;
        border-color: #6ec06e
}

fieldset[disabled] input[type=submit].dokan-btn-success:active,
fieldset[disabled] a.dokan-btn-success:active,
fieldset[disabled] .dokan-btn-success:active {
        background-color: #80c780;
        border-color: #6ec06e
}

input[type=submit].dokan-btn-success.disabled.active,
a.dokan-btn-success.disabled.active,
.dokan-btn-success.disabled.active,
input[type=submit].dokan-btn-success[disabled].active,
a.dokan-btn-success[disabled].active,
.dokan-btn-success[disabled].active {
        background-color: #80c780;
        border-color: #6ec06e
}

fieldset[disabled] input[type=submit].dokan-btn-success.active,
fieldset[disabled] a.dokan-btn-success.active,
fieldset[disabled] .dokan-btn-success.active {
        background-color: #80c780;
        border-color: #6ec06e
}

input[type=submit].dokan-btn-success .badge,
a.dokan-btn-success .badge,
.dokan-btn-success .badge {
        color: #5cb85c;
        background-color: #fff
}

input[type=submit].dokan-btn-default:active,
a.dokan-btn-default:active,
.dokan-btn-default:active,
input[type=submit].dokan-btn-default.active,
a.dokan-btn-default.active,
.dokan-btn-default.active {
        background-image: none
}

.open .dropdown-toggleinput[type=submit].dokan-btn-default,
.open .dropdown-togglea.dokan-btn-default,
.open .dropdown-toggle.dokan-btn-default {
        background-image: none
}

input[type=submit].dokan-btn-default.disabled,
a.dokan-btn-default.disabled,
.dokan-btn-default.disabled,
input[type=submit].dokan-btn-default[disabled],
a.dokan-btn-default[disabled],
.dokan-btn-default[disabled] {
        background-color: #fff;
        border-color: #e6e6e6
}

fieldset[disabled] input[type=submit].dokan-btn-default,
fieldset[disabled] a.dokan-btn-default,
fieldset[disabled] .dokan-btn-default {
        background-color: #fff;
        border-color: #e6e6e6
}

input[type=submit].dokan-btn-default.disabled:hover,
a.dokan-btn-default.disabled:hover,
.dokan-btn-default.disabled:hover,
input[type=submit].dokan-btn-default[disabled]:hover,
a.dokan-btn-default[disabled]:hover,
.dokan-btn-default[disabled]:hover {
        background-color: #fff;
        border-color: #e6e6e6
}

fieldset[disabled] input[type=submit].dokan-btn-default:hover,
fieldset[disabled] a.dokan-btn-default:hover,
fieldset[disabled] .dokan-btn-default:hover {
        background-color: #fff;
        border-color: #e6e6e6
}

input[type=submit].dokan-btn-default.disabled:focus,
a.dokan-btn-default.disabled:focus,
.dokan-btn-default.disabled:focus,
input[type=submit].dokan-btn-default[disabled]:focus,
a.dokan-btn-default[disabled]:focus,
.dokan-btn-default[disabled]:focus {
        background-color: #fff;
        border-color: #e6e6e6
}

fieldset[disabled] input[type=submit].dokan-btn-default:focus,
fieldset[disabled] a.dokan-btn-default:focus,
fieldset[disabled] .dokan-btn-default:focus {
        background-color: #fff;
        border-color: #e6e6e6
}

input[type=submit].dokan-btn-default.disabled:active,
a.dokan-btn-default.disabled:active,
.dokan-btn-default.disabled:active,
input[type=submit].dokan-btn-default[disabled]:active,
a.dokan-btn-default[disabled]:active,
.dokan-btn-default[disabled]:active {
        background-color: #fff;
        border-color: #e6e6e6
}

fieldset[disabled] input[type=submit].dokan-btn-default:active,
fieldset[disabled] a.dokan-btn-default:active,
fieldset[disabled] .dokan-btn-default:active {
        background-color: #fff;
        border-color: #e6e6e6
}

input[type=submit].dokan-btn-default.disabled.active,
a.dokan-btn-default.disabled.active,
.dokan-btn-default.disabled.active,
input[type=submit].dokan-btn-default[disabled].active,
a.dokan-btn-default[disabled].active,
.dokan-btn-default[disabled].active {
        background-color: #fff;
        border-color: #e6e6e6
}

fieldset[disabled] input[type=submit].dokan-btn-default.active,
fieldset[disabled] a.dokan-btn-default.active,
fieldset[disabled] .dokan-btn-default.active {
        background-color: #fff;
        border-color: #e6e6e6
}

input[type=submit].dokan-btn-default .badge,
a.dokan-btn-default .badge,
.dokan-btn-default .badge {
        color: #fff;
        background-color: #fff
}

input[type=submit].dokan-btn-danger,
a.dokan-btn-danger,
.dokan-btn-danger {
        color: #fff;
        background-color: #ef3636;
        border-color: #d43f3a
}

input[type=submit].dokan-btn-danger:hover,
a.dokan-btn-danger:hover,
.dokan-btn-danger:hover,
input[type=submit].dokan-btn-danger:focus,
a.dokan-btn-danger:focus,
.dokan-btn-danger:focus,
input[type=submit].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type=submit].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
}

.open .dropdown-toggleinput[type=submit].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
        color: #fff;
        background-color: #d2322d;
        border-color: #ac2925
}

input[type=submit].dokan-btn-danger:active,
a.dokan-btn-danger:active,
.dokan-btn-danger:active,
input[type=submit].dokan-btn-danger.active,
a.dokan-btn-danger.active,
.dokan-btn-danger.active {
        background-image: none
}

.open .dropdown-toggleinput[type=submit].dokan-btn-danger,
.open .dropdown-togglea.dokan-btn-danger,
.open .dropdown-toggle.dokan-btn-danger {
        background-image: none
}

input[type=submit].dokan-btn-danger.disabled,
a.dokan-btn-danger.disabled,
.dokan-btn-danger.disabled,
input[type=submit].dokan-btn-danger[disabled],
a.dokan-btn-danger[disabled],
.dokan-btn-danger[disabled] {
        background-color: #e27c79;
        border-color: #de6764
}

fieldset[disabled] input[type=submit].dokan-btn-danger,
fieldset[disabled] a.dokan-btn-danger,
fieldset[disabled] .dokan-btn-danger {
        background-color: #e27c79;
        border-color: #de6764
}

input[type=submit].dokan-btn-danger.disabled:hover,
a.dokan-btn-danger.disabled:hover,
.dokan-btn-danger.disabled:hover,
input[type=submit].dokan-btn-danger[disabled]:hover,
a.dokan-btn-danger[disabled]:hover,
.dokan-btn-danger[disabled]:hover {
        background-color: #e27c79;
        border-color: #de6764
}

fieldset[disabled] input[type=submit].dokan-btn-danger:hover,
fieldset[disabled] a.dokan-btn-danger:hover,
fieldset[disabled] .dokan-btn-danger:hover {
        background-color: #e27c79;
        border-color: #de6764
}

input[type=submit].dokan-btn-danger.disabled:focus,
a.dokan-btn-danger.disabled:focus,
.dokan-btn-danger.disabled:focus,
input[type=submit].dokan-btn-danger[disabled]:focus,
a.dokan-btn-danger[disabled]:focus,
.dokan-btn-danger[disabled]:focus {
        background-color: #e27c79;
        border-color: #de6764
}

fieldset[disabled] input[type=submit].dokan-btn-danger:focus,
fieldset[disabled] a.dokan-btn-danger:focus,
fieldset[disabled] .dokan-btn-danger:focus {
        background-color: #e27c79;
        border-color: #de6764
}

input[type=submit].dokan-btn-danger.disabled:active,
a.dokan-btn-danger.disabled:active,
.dokan-btn-danger.disabled:active,
input[type=submit].dokan-btn-danger[disabled]:active,
a.dokan-btn-danger[disabled]:active,
.dokan-btn-danger[disabled]:active {
        background-color: #e27c79;
        border-color: #de6764
}

fieldset[disabled] input[type=submit].dokan-btn-danger:active,
fieldset[disabled] a.dokan-btn-danger:active,
fieldset[disabled] .dokan-btn-danger:active {
        background-color: #e27c79;
        border-color: #de6764
}

input[type=submit].dokan-btn-danger.disabled.active,
a.dokan-btn-danger.disabled.active,
.dokan-btn-danger.disabled.active,
input[type=submit].dokan-btn-danger[disabled].active,
a.dokan-btn-danger[disabled].active,
.dokan-btn-danger[disabled].active {
        background-color: #e27c79;
        border-color: #de6764
}

fieldset[disabled] input[type=submit].dokan-btn-danger.active,
fieldset[disabled] a.dokan-btn-danger.active,
fieldset[disabled] .dokan-btn-danger.active {
        background-color: #e27c79;
        border-color: #de6764
}

input[type=submit].dokan-btn-danger .badge,
a.dokan-btn-danger .badge,
.dokan-btn-danger .badge {
        color: #ef3636;
        background-color: #fff
}

input[type=submit].dokan-btn-info,
a.dokan-btn-info,
.dokan-btn-info {
        color: #fff;
        background-color: #5bc0de;
        border-color: #46b8da
}

input[type=submit].dokan-btn-info:hover,
a.dokan-btn-info:hover,
.dokan-btn-info:hover,
input[type=submit].dokan-btn-info:focus,
a.dokan-btn-info:focus,
.dokan-btn-info:focus,
input[type=submit].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type=submit].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
}

.open .dropdown-toggleinput[type=submit].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
        color: #fff;
        background-color: #39b3d7;
        border-color: #269abc
}

input[type=submit].dokan-btn-info:active,
a.dokan-btn-info:active,
.dokan-btn-info:active,
input[type=submit].dokan-btn-info.active,
a.dokan-btn-info.active,
.dokan-btn-info.active {
        background-image: none
}

.open .dropdown-toggleinput[type=submit].dokan-btn-info,
.open .dropdown-togglea.dokan-btn-info,
.open .dropdown-toggle.dokan-btn-info {
        background-image: none
}

input[type=submit].dokan-btn-info.disabled,
a.dokan-btn-info.disabled,
.dokan-btn-info.disabled,
input[type=submit].dokan-btn-info[disabled],
a.dokan-btn-info[disabled],
.dokan-btn-info[disabled] {
        background-color: #85d0e7;
        border-color: #70c8e2
}

fieldset[disabled] input[type=submit].dokan-btn-info,
fieldset[disabled] a.dokan-btn-info,
fieldset[disabled] .dokan-btn-info {
        background-color: #85d0e7;
        border-color: #70c8e2
}

input[type=submit].dokan-btn-info.disabled:hover,
a.dokan-btn-info.disabled:hover,
.dokan-btn-info.disabled:hover,
input[type=submit].dokan-btn-info[disabled]:hover,
a.dokan-btn-info[disabled]:hover,
.dokan-btn-info[disabled]:hover {
        background-color: #85d0e7;
        border-color: #70c8e2
}

fieldset[disabled] input[type=submit].dokan-btn-info:hover,
fieldset[disabled] a.dokan-btn-info:hover,
fieldset[disabled] .dokan-btn-info:hover {
        background-color: #85d0e7;
        border-color: #70c8e2
}

input[type=submit].dokan-btn-info.disabled:focus,
a.dokan-btn-info.disabled:focus,
.dokan-btn-info.disabled:focus,
input[type=submit].dokan-btn-info[disabled]:focus,
a.dokan-btn-info[disabled]:focus,
.dokan-btn-info[disabled]:focus {
        background-color: #85d0e7;
        border-color: #70c8e2
}

fieldset[disabled] input[type=submit].dokan-btn-info:focus,
fieldset[disabled] a.dokan-btn-info:focus,
fieldset[disabled] .dokan-btn-info:focus {
        background-color: #85d0e7;
        border-color: #70c8e2
}

input[type=submit].dokan-btn-info.disabled:active,
a.dokan-btn-info.disabled:active,
.dokan-btn-info.disabled:active,
input[type=submit].dokan-btn-info[disabled]:active,
a.dokan-btn-info[disabled]:active,
.dokan-btn-info[disabled]:active {
        background-color: #85d0e7;
        border-color: #70c8e2
}

fieldset[disabled] input[type=submit].dokan-btn-info:active,
fieldset[disabled] a.dokan-btn-info:active,
fieldset[disabled] .dokan-btn-info:active {
        background-color: #85d0e7;
        border-color: #70c8e2
}

input[type=submit].dokan-btn-info.disabled.active,
a.dokan-btn-info.disabled.active,
.dokan-btn-info.disabled.active,
input[type=submit].dokan-btn-info[disabled].active,
a.dokan-btn-info[disabled].active,
.dokan-btn-info[disabled].active {
        background-color: #85d0e7;
        border-color: #70c8e2
}

fieldset[disabled] input[type=submit].dokan-btn-info.active,
fieldset[disabled] a.dokan-btn-info.active,
fieldset[disabled] .dokan-btn-info.active {
        background-color: #85d0e7;
        border-color: #70c8e2
}

input[type=submit].dokan-btn-info .badge,
a.dokan-btn-info .badge,
.dokan-btn-info .badge {
        color: #5bc0de;
        background-color: #fff
}

input[type=submit].dokan-btn-lg,
a.dokan-btn-lg,
.dokan-btn-lg,
.dokan-btn-sm,
a.dokan-btn-sm,
.dokan-btn-sm {
        padding: 15px 30px;
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        border-radius: 25px
}

.dokan-btn-round[class] {
        border-radius: 50%;
        width: 35px;
        height: 34px;
        font-size: 25px;
        line-height: 34px
}

.dokan-table {
        width: max-content;
        max-width: unset;
        margin-bottom: 20px
}

.dokan-table>thead>tr>th,
.dokan-table>tbody>tr>th,
.dokan-table>tfoot>tr>th,
.dokan-table>thead>tr>td,
.dokan-table>tbody>tr>td,
.dokan-table>tfoot>tr>td {
        padding: 8px;
        line-height: 1.42;
        vertical-align: top;
        border-top: 1px solid #ededed
}

.dokan-table>thead>tr>th {
        vertical-align: bottom;
        border-bottom: 2px solid #ededed
}

.dokan-table>caption+thead>tr:first-child>th,
.dokan-table>colgroup+thead>tr:first-child>th,
.dokan-table>thead:first-child>tr:first-child>th,
.dokan-table>caption+thead>tr:first-child>td,
.dokan-table>colgroup+thead>tr:first-child>td,
.dokan-table>thead:first-child>tr:first-child>td {
        border-top: 0
}

.dokan-table>tbody+tbody {
        border-top: 2px solid #ededed
}

.dokan-table .toggle-row {
        position: absolute;
        right: 8px;
        top: 0;
        display: none;
        padding: 0;
        width: 40px;
        height: 40px;
        border: none;
        outline: 0;
        background: 0 0;
        color: #444
}

.dokan-table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #f9f9f9
}

.table>thead>tr>.active,
.table>tbody>tr>.active,
.table>tfoot>tr>.active,
.table>thead>.active>td,
.table>tbody>.active>td,
.table>tfoot>.active>td,
.table>thead>.active>th,
.table>tbody>.active>th,
.table>tfoot>.active>th {
        background-color: #f5f5f5
}

.table-hover>tbody>tr>.active:hover {
        background-color: #e8e8e8
}

.table-hover>tbody>.active:hover>td,
.table-hover>tbody>.active:hover>th {
        background-color: #e8e8e8
}

.dokan-table>thead>tr>td.active,
.dokan-table>tbody>tr>td.active,
.dokan-table>tfoot>tr>td.active,
.dokan-table>thead>tr>th.active,
.dokan-table>tbody>tr>th.active,
.dokan-table>tfoot>tr>th.active,
.dokan-table>thead>tr.active>td,
.dokan-table>tbody>tr.active>td,
.dokan-table>tfoot>tr.active>td,
.dokan-table>thead>tr.active>th,
.dokan-table>tbody>tr.active>th,
.dokan-table>tfoot>tr.active>th {
        background-color: #f5f5f5
}

.dokan-table-hover>tbody>tr>td.active:hover,
.dokan-table-hover>tbody>tr>th.active:hover {
        background-color: #e8e8e8
}

.dokan-table-hover>tbody>tr.active:hover>td,
.dokan-table-hover>tbody>tr:hover>.active,
.dokan-table-hover>tbody>tr.active:hover>th {
        background-color: #e8e8e8
}

.table>thead>tr>.success,
.table>tbody>tr>.success,
.table>tfoot>tr>.success,
.table>thead>.success>td,
.table>tbody>.success>td,
.table>tfoot>.success>td,
.table>thead>.success>th,
.table>tbody>.success>th,
.table>tfoot>.success>th {
        background-color: #dff0d8
}

.table-hover>tbody>tr>.success:hover {
        background-color: #d0e9c6
}

.table-hover>tbody>.success:hover>td,
.table-hover>tbody>.success:hover>th {
        background-color: #d0e9c6
}

.dokan-table>thead>tr>td.success,
.dokan-table>tbody>tr>td.success,
.dokan-table>tfoot>tr>td.success,
.dokan-table>thead>tr>th.success,
.dokan-table>tbody>tr>th.success,
.dokan-table>tfoot>tr>th.success,
.dokan-table>thead>tr.success>td,
.dokan-table>tbody>tr.success>td,
.dokan-table>tfoot>tr.success>td,
.dokan-table>thead>tr.success>th,
.dokan-table>tbody>tr.success>th,
.dokan-table>tfoot>tr.success>th {
        background-color: #dff0d8
}

.dokan-table-hover>tbody>tr>td.success:hover,
.dokan-table-hover>tbody>tr>th.success:hover {
        background-color: #d0e9c6
}

.dokan-table-hover>tbody>tr.success:hover>td,
.dokan-table-hover>tbody>tr:hover>.success,
.dokan-table-hover>tbody>tr.success:hover>th {
        background-color: #d0e9c6
}

.table>thead>tr>.info,
.table>tbody>tr>.info,
.table>tfoot>tr>.info,
.table>thead>.info>td,
.table>tbody>.info>td,
.table>tfoot>.info>td,
.table>thead>.info>th,
.table>tbody>.info>th,
.table>tfoot>.info>th {
        background-color: #d9edf7
}

.table-hover>tbody>tr>.info:hover {
        background-color: #c4e3f3
}

.table-hover>tbody>.info:hover>td,
.table-hover>tbody>.info:hover>th {
        background-color: #c4e3f3
}

.dokan-table>thead>tr>td.info,
.dokan-table>tbody>tr>td.info,
.dokan-table>tfoot>tr>td.info,
.dokan-table>thead>tr>th.info,
.dokan-table>tbody>tr>th.info,
.dokan-table>tfoot>tr>th.info,
.dokan-table>thead>tr.info>td,
.dokan-table>tbody>tr.info>td,
.dokan-table>tfoot>tr.info>td,
.dokan-table>thead>tr.info>th,
.dokan-table>tbody>tr.info>th,
.dokan-table>tfoot>tr.info>th {
        background-color: #d9edf7
}

.dokan-table-hover>tbody>tr>td.info:hover,
.dokan-table-hover>tbody>tr>th.info:hover {
        background-color: #c4e3f3
}

.dokan-table-hover>tbody>tr.info:hover>td,
.dokan-table-hover>tbody>tr:hover>.info,
.dokan-table-hover>tbody>tr.info:hover>th {
        background-color: #c4e3f3
}

.table>thead>tr>.warning,
.table>tbody>tr>.warning,
.table>tfoot>tr>.warning,
.table>thead>.warning>td,
.table>tbody>.warning>td,
.table>tfoot>.warning>td,
.table>thead>.warning>th,
.table>tbody>.warning>th,
.table>tfoot>.warning>th {
        background-color: #fcf8e3
}

.table-hover>tbody>tr>.warning:hover {
        background-color: #faf2cc
}

.table-hover>tbody>.warning:hover>td,
.table-hover>tbody>.warning:hover>th {
        background-color: #faf2cc
}

.dokan-table>thead>tr>td.warning,
.dokan-table>tbody>tr>td.warning,
.dokan-table>tfoot>tr>td.warning,
.dokan-table>thead>tr>th.warning,
.dokan-table>tbody>tr>th.warning,
.dokan-table>tfoot>tr>th.warning,
.dokan-table>thead>tr.warning>td,
.dokan-table>tbody>tr.warning>td,
.dokan-table>tfoot>tr.warning>td,
.dokan-table>thead>tr.warning>th,
.dokan-table>tbody>tr.warning>th,
.dokan-table>tfoot>tr.warning>th {
        background-color: #fcf8e3
}

.dokan-table-hover>tbody>tr>td.warning:hover,
.dokan-table-hover>tbody>tr>th.warning:hover {
        background-color: #faf2cc
}

.dokan-table-hover>tbody>tr.warning:hover>td,
.dokan-table-hover>tbody>tr:hover>.warning,
.dokan-table-hover>tbody>tr.warning:hover>th {
        background-color: #faf2cc
}

.table>thead>tr>.danger,
.table>tbody>tr>.danger,
.table>tfoot>tr>.danger,
.table>thead>.danger>td,
.table>tbody>.danger>td,
.table>tfoot>.danger>td,
.table>thead>.danger>th,
.table>tbody>.danger>th,
.table>tfoot>.danger>th {
        background-color: #f2dede
}

.table-hover>tbody>tr>.danger:hover {
        background-color: #ebcccc
}

.table-hover>tbody>.danger:hover>td,
.table-hover>tbody>.danger:hover>th {
        background-color: #ebcccc
}

.dokan-table>thead>tr>td.danger,
.dokan-table>tbody>tr>td.danger,
.dokan-table>tfoot>tr>td.danger,
.dokan-table>thead>tr>th.danger,
.dokan-table>tbody>tr>th.danger,
.dokan-table>tfoot>tr>th.danger,
.dokan-table>thead>tr.danger>td,
.dokan-table>tbody>tr.danger>td,
.dokan-table>tfoot>tr.danger>td,
.dokan-table>thead>tr.danger>th,
.dokan-table>tbody>tr.danger>th,
.dokan-table>tfoot>tr.danger>th {
        background-color: #f2dede
}

.dokan-table-hover>tbody>tr>td.danger:hover,
.dokan-table-hover>tbody>tr>th.danger:hover {
        background-color: #ebcccc
}

.dokan-table-hover>tbody>tr.danger:hover>td,
.dokan-table-hover>tbody>tr:hover>.danger,
.dokan-table-hover>tbody>tr.danger:hover>th {
        background-color: #ebcccc
}

.chart-tooltip {
        position: absolute;
        display: none;
        line-height: 1;
        background: #333;
        color: #fff;
        padding: 3px 5px;
        font-size: 11px;
        border-radius: 3px
}

.dokan-tooltips-help {
        margin-left: 7px
}

.dokan-tooltips-help i {
        color: #ccc
}

.tooltip-inner {
        font-size: 12px
}

.media-modal .screen-reader-text {
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
        height: 28px
}

.mfp-zoom-out .mfp-with-anim {
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
        -ms-filter: "alpha(opacity=100)";
        filter: alpha(opacity=100);
        opacity: 1;
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
}

.mfp-zoom-out.mfp-ready.mfp-bg {
        -ms-filter: "alpha(opacity=80)";
        filter: alpha(opacity=80);
        opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
        -ms-filter: "alpha(opacity=0)";
        filter: alpha(opacity=0);
        opacity: 0
}

.dokan-blur-effect {
        background-color: #eee;
        -ms-filter: "alpha(opacity=40)";
        filter: alpha(opacity=40);
        opacity: .4
}

.dokan-right-margin-30 {
        margin-right: 30px
}

.dokan_tock_check {
        width: auto
}

table.my_account_orders tbody tr td.order-actions a.button {
        margin-right: 10px
}

.dokan-dashboard-content ul.dokan_tabs {
        border-bottom: 1px solid #ededed;
        margin-bottom: 20px;
        line-height: 24px
}

.dokan-dashboard-content ul.dokan_tabs>li {
        margin-bottom: -1px !important
}

.dokan-dashboard-content ul.dokan_tabs li {
        display: inline-block;
        margin-right: 5px !important;
        border: 1px solid #ededed;
        border-bottom: none
}

.dokan-dashboard-content ul.dokan_tabs li:first-child {
        margin-left: 10px
}

.dokan-dashboard-content ul.dokan_tabs li a {
        display: block;
        padding: 6px 8px !important
}

.dokan-dashboard-content ul.dokan_tabs li a:hover {
        background-color: #eee
}

.dokan-dashboard-content ul.dokan_tabs li.dokan-hide {
        display: none
}

.dokan-dashboard-content ul.dokan_tabs li.active {
        border-bottom: 1px solid #fff !important
}

.dokan-label {
        display: inline;
        padding: .2em .6em .3em;
        font-size: 75%;
        font-weight: 700;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: baseline;
        border-radius: .25em
}

a.dokan-label:hover,
a.dokan-label:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer
}

.dokan-label:empty {
        display: none
}

.btn .dokan-label {
        position: relative;
        top: -1px
}

.dokan-label-default {
        background-color: #777
}

.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus,
.dokan-label-default[href]:hover,
.dokan-label-default[href]:focus {
        background-color: #5e5e5e
}

.dokan-label-primary {
        background-color: #428bca
}

.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus,
.dokan-label-primary[href]:hover,
.dokan-label-primary[href]:focus {
        background-color: #3071a9
}

.dokan-label-success {
        background-color: #5cb85c
}

.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus,
.dokan-label-success[href]:hover,
.dokan-label-success[href]:focus {
        background-color: #449d44
}

.dokan-label-info {
        background-color: #5bc0de
}

.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus,
.dokan-label-info[href]:hover,
.dokan-label-info[href]:focus {
        background-color: #31b0d5
}

.dokan-label-warning {
        background-color: #f0ad4e
}

.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus,
.dokan-label-warning[href]:hover,
.dokan-label-warning[href]:focus {
        background-color: #ec971f
}

.dokan-label-danger {
        background-color: #ef3636
}

.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus,
.dokan-label-danger[href]:hover,
.dokan-label-danger[href]:focus {
        background-color: #c9302c
}

.dokan-success {
        background-color: #5cb85c
}

.dokan-success[href]:hover,
.dokan-success[href]:focus,
.dokan-success[href]:hover,
.dokan-success[href]:focus {
        background-color: #449d44
}

.dokan-info {
        background-color: #5bc0de
}

.dokan-info[href]:hover,
.dokan-info[href]:focus,
.dokan-info[href]:hover,
.dokan-info[href]:focus {
        background-color: #31b0d5
}

.dokan-warning {
        background-color: #f0ad4e
}

.dokan-warning[href]:hover,
.dokan-warning[href]:focus,
.dokan-warning[href]:hover,
.dokan-warning[href]:focus {
        background-color: #ec971f
}

.dokan-danger {
        background-color: #ef3636
}

.dokan-danger[href]:hover,
.dokan-danger[href]:focus,
.dokan-danger[href]:hover,
.dokan-danger[href]:focus {
        background-color: #c9302c
}

.dokan-panel {
        margin-bottom: 20px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.dokan-panel-body {
        padding: 15px
}

.dokan-panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
        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)
}

.dokan-panel-heading>.dropdown .dropdown-toggle {
        color: inherit
}

.dokan-panel-title {
        margin-top: 0;
        margin-bottom: 0;
        color: inherit
}

.dokan-panel-title>a {
        color: inherit
}

.dokan-panel-footer {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px
}

.dokan-panel-default {
        border-color: #ddd
}

.dokan-panel-default>.dokan-panel-heading {
        color: #333;
        background-color: #f5f5f5;
        border-color: #ddd
}

.dokan-panel-default>.dokan-panel-heading+.dokan-panel-collapse>.dokan-panel-body {
        border-top-color: #ddd
}

.dokan-panel-default>.dokan-panel-heading .dokan-badge {
        color: #f5f5f5;
        background-color: #333
}

.dokan-panel-default>.dokan-panel-footer+.dokan-panel-collapse>.dokan-panel-body {
        border-bottom-color: #ddd
}

.dokan-clearfix:before {
        display: table;
        content: " "
}

.dokan-clearfix:after {
        display: table;
        content: " ";
        clear: both
}

.dokan-right {
        float: right !important
}

.dokan-dashboard .dokan-left {
        float: left !important
}

.dokan-dashboard .dokan-left .dokan-form-group {
        display: flex;
        gap: 10px
}

@media (max-width:1024px) {
        .dokan-dashboard .dokan-left .dokan-form-group {
                flex-wrap: wrap
        }
}

@media (max-width:568px) {
        .dokan-dashboard .dokan-left .dokan-form-group {
                flex-direction: column
        }
}

.dokan-hide {
        display: none
}

.content-half-part {
        width: 50%;
        float: left
}

.content-half-part:first-child {
        padding-right: 10px
}

.content-half-part:last-child {
        padding-left: 10px
}

p.help-block {
        color: #aaa;
        padding-top: 8px;
        line-height: 1.42
}

ul.subsubsub {
        font-size: 14px;
        font-size: .875rem;
        color: #ededed;
        margin: 0 0 10px;
        padding: 0
}

ul.subsubsub li {
        line-height: 13px;
        padding: 0 5px;
        border-right: 1px solid #ededed
}

ul.subsubsub li:last-child {
        border-right: none
}

ul.subsubsub li.active a {
        color: #999
}

.dokan-form-inline .dokan-form-group {
        float: left;
        margin-right: 5px
}

span.dokan-loading {
        background: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/dokan/../../../../../plugins/dokan-lite/assets/images/wpspin_light.gif) no-repeat;
        float: right;
        height: 16px;
        margin: 5px 5px 0;
        width: 16px
}

span.error {
        color: #b00;
        display: inline-block
}

.dokan-seller-rating {
        margin-bottom: 12px;
        line-height: 1
}

.dokan-seller-rating p.rating {
        display: none
}

.dokan-seller-rating i {
        color: var(--e-global-color-primary)
}

.dokan-seller-rating i.bokifa-icon-star2 {
        width: 1.1rem;
        font-size: 15px;
        color: var(--e-global-color-primary);
        height: 15px
}

.dokan-seller-rating i.bokifa-icon-star2-empty {
        color: #ccc
}

.dokan-seller-search {
        box-sizing: border-box !important;
        border: 2px solid #ccc !important;
        border-radius: 4px !important;
        background-color: #fff !important;
        background-image: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/dokan/../../../../../plugins/dokan-lite/assets/images/searchicon.png) !important;
        background-position: 8px 8px !important;
        background-repeat: no-repeat !important;
        padding: 5px 0 5px 36px !important;
        -webkit-transition: width .4s ease-in-out !important;
        transition: width .4s ease-in-out !important;
        background-size: 16px !important
}

.dokan-overlay {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999
}

.dokan-ajax-loader {
        height: 1em;
        width: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.5em;
        margin-top: -.5em;
        display: block;
        content: "";
        -webkit-animation: spin 1s ease-in-out infinite;
        -moz-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        background: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/dokan/../../../../../plugins/dokan-lite/assets/images/loader.svg) center center;
        background-size: cover;
        line-height: 1;
        text-align: center;
        font-size: 2em;
        color: rgba(0, 0, 0, .75)
}

.dokan-category-menu {
        padding: 0
}

.dokan-category-menu ul li {
        border-bottom: none
}

.dokan-category-menu .product-cat-stack-dokan {
        border-radius: 15px;
        background-color: #d6f3e5;
        padding: 20px 30px
}

.dokan-category-menu #cat-drop-stack ul .children {
        display: none
}

.dokan-category-menu #cat-drop-stack ul li:last-child a {
        border-bottom: none !important
}

.dokan-category-menu #cat-drop-stack ul li:last-child.has-children a {
        border-bottom: 1px solid #eee !important
}

.dokan-category-menu #cat-drop-stack>ul {
        padding: 0;
        margin: 0
}

.dokan-category-menu #cat-drop-stack>ul li {
        padding: 0
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap {
        background: #fff
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap a {
        border-bottom: 1px solid #eee;
        margin: 0 15px;
        text-decoration: none
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.level-0 {
        background: #fafafa
}

.dokan-category-menu #cat-drop-stack>ul li.parent-cat-wrap ul.level-0 li.has-children {
        border-bottom: none
}

.dokan-category-menu #cat-drop-stack>ul li a {
        padding: 9px 0;
        display: block;
        color: #3c3c3c;
        position: relative;
        font-size: 13px;
        text-decoration: none
}

.dokan-category-menu #cat-drop-stack>ul li a .caret-icon {
        position: absolute;
        right: -2px;
        display: inline-block;
        width: 20px;
        vertical-align: middle;
        text-align: center
}

.dokan-store-contact .seller-form:before,
.dokan-store-contact .seller-form:after {
        content: "";
        display: table
}

.dokan-store-contact .seller-form:after {
        clear: both
}

.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper {
        height: 100%;
        margin: 70px auto;
        text-align: center
}

.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper .dokan-announcement-icon {
        font-size: 165px;
        color: #e3e3e3;
        -moz-animation: ring 8s 1s ease-in-out infinite !important;
        -moz-transform-origin: 50% 4px;
        -webkit-animation: ring 8s 1s ease-in-out infinite !important;
        -webkit-transform-origin: 50% 4px;
        animation: ring 8s 1s ease-in-out infinite !important;
        transform-origin: 50% 4px
}

.dokan-announcement-wrapper .dokan-no-announcement .annoument-no-wrapper p {
        margin-top: 10px;
        color: #a6a6a6;
        font-size: 30px
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item {
        padding: 22px;
        background: #f3f3f3;
        border: 1px solid #eee;
        margin-bottom: 25px;
        position: relative;
        width: 98%
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading {
        margin-bottom: 5px
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-heading h3 {
        margin: 5px 0;
        padding: 0 0 8px;
        font-weight: 700;
        font-size: 20px;
        color: #494949
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date {
        width: 95px;
        height: 95px;
        color: #fff;
        margin-right: 25px;
        vertical-align: middle;
        background-color: #818181;
        text-align: center;
        border-radius: 300px;
        -webkit-border-radius: 300px;
        -moz-border-radius: 300px
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day {
        font-size: 20px;
        font-weight: 700;
        margin-top: 16px
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-year {
        font-weight: 700
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap {
        width: 80%;
        height: 100%
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .dokan-announcement-content-wrap .dokan-announcement-content {
        color: #656565;
        font-size: 13px
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action {
        position: absolute;
        top: -12px;
        right: -8px;
        font-size: 12px;
        width: 25px;
        height: 25px;
        text-align: center;
        background-color: #818181;
        border-radius: 20px;
        line-height: 23px
}

.dokan-announcement-wrapper .dokan-announcement-wrapper-item .announcement-action a {
        color: #fff;
        font-size: 20px
}

@media (max-width:992px) {
        .dokan-announcement-wrapper-item {
                padding: 15px;
                text-align: center
        }

        .dokan-announcement-wrapper-item .dokan-annnouncement-date {
                float: none !important;
                margin: 0 auto 15px !important
        }

        .dokan-announcement-wrapper-item .dokan-annnouncement-date .announcement-day {
                margin-top: 0 !important;
                padding-top: 16px
        }

        .dokan-announcement-wrapper-item .dokan-announcement-content-wrap {
                float: none !important;
                width: 100% !important
        }
}

article.dokan-notice-single-notice-area span.dokan-single-announcement-date {
        display: block;
        margin-bottom: 10px
}

.dokan-announcement-uread {
        border: 1px solid #f05025 !important
}

.dokan-announcement-uread .dokan-annnouncement-date {
        background-color: #f05025 !important
}

.dokan-announcement-bg-uread {
        background-color: #f05025
}

.dokan-dashboard .dokan-dash-sidebar {
        width: 17%;
        float: left;
        flex: 1 auto;
        overflow: hidden;
        background-color: #242424;
        margin-bottom: 30px
}

@media (max-width:768px) {
        .dokan-dashboard .dokan-dash-sidebar {
                width: 24%
        }
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {
        background: #242424;
        list-style: none;
        margin: 0;
        padding: 0
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
        margin: 0;
        border-bottom: 1px solid #454545;
        position: relative;
        list-style: none
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:last-child {
        border-bottom: none
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
        padding: 10px 0 10px 18px;
        display: block;
        color: #fff;
        font-size: 14px;
        font-weight: 400;
        text-decoration: none
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
        font-size: 17px;
        padding-right: 15px
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
        background: #f05025;
        color: #fff
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links:hover {
        background: 0 0 !important
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {
        display: inline-block !important;
        width: 33.333333%;
        float: left;
        border-right: 1px solid #454545;
        padding: 15px 18px;
        text-align: center
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {
        padding: 0;
        display: block !important
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
        background: #f05025;
        color: #fff
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:last-child {
        border-right: none
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active {
        position: relative;
        background: #f05025
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
        left: 93%;
        top: 50%;
        border: transparent solid;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: transparent #fff transparent transparent;
        border-left-color: #fff;
        border-width: 16px 16px 16px 0;
        margin-top: -16px
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu {
        background: #fff;
        margin: 0;
        list-style: none;
        padding: 0;
        position: absolute;
        right: -100%;
        top: -4px;
        z-index: 99;
        width: 165px;
        display: none;
        border-top: 1px solid #ececec;
        border-right: 1px solid #ececec;
        border-bottom: 1px solid #ececec
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a {
        padding: 2px 0 2px 10px;
        font-size: 13px;
        color: #333;
        font-weight: 400
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu a:hover {
        background-color: var(--e-global-color-primary);
        color: #fff
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li {
        border-bottom: 1px solid #ccc
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.sub-menu li:last-child {
        border-bottom: none
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.settings i.pull-right {
        padding-left: 5px;
        padding-right: 0;
        vertical-align: middle
}

.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu,
.dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
        display: none
}

.dokan-dashboard .dokan-dash-sidebar #dokan-navigation>#mobile-menu-icon {
        font-size: 17px;
        color: #fff;
        position: absolute;
        top: 5px;
        right: 15px;
        width: 33px;
        z-index: 99999;
        cursor: pointer;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid #f0f0f0;
        border-radius: 3px;
        padding: 3px 8px
}

.dokan-dashboard .dokan-dash-sidebar #dokan-navigation>input:checked+ul.dokan-dashboard-menu {
        display: block !important;
        background: #000;
        color: #fff;
        animation: showNav .35s ease-in-out both
}

@keyframes showNav {
        from {
                opacity: 0
        }

        to {
                opacity: 1
        }
}

@media only screen and (max-width:450px) {
        .dokan-dashboard .dokan-dash-sidebar #dokan-navigation {
                background: #000;
                height: 48px;
                position: relative
        }

        .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #mobile-menu-icon {
                display: block !important
        }

        .dokan-dashboard .dokan-dash-sidebar #dokan-navigation #toggle-mobile-menu {
                display: none !important
        }

        .dokan-dashboard .dokan-dash-sidebar #dokan-navigation ul.dokan-dashboard-menu {
                display: none;
                height: auto !important;
                padding-top: 48px !important
        }
}

html,
body {
        -webkit-backface-visibility: hidden
}

div.media-sidebar a.edit-attachment {
        display: none
}

.dokan-dashboard .dokan-dashboard-wrap {
        display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        overflow: hidden;
        width: 100%
}

.dokan-dashboard .dokan-dashboard-wrap * {
        box-sizing: border-box
}

.dokan-dashboard .dokan-dashboard-wrap * .dokan-product-sales-price,
.dokan-dashboard .dokan-dashboard-wrap * .dokan-product-regular-price {
        border: none;
        padding: 0
}

.dokan-dashboard .dokan-dashboard-wrap * .wp-switch-editor {
        margin: 5px
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-update-setting-top:before,
.dokan-dashboard .dokan-dashboard-wrap .dokan-update-setting-top:after {
        content: "";
        display: table
}

.dokan-dashboard .dokan-dashboard-wrap .dokan-update-setting-top:after {
        clear: both
}

.dokan-dashboard header.dokan-dashboard-header {
        margin: 0 0 15px
}

.dokan-dashboard header.dokan-dashboard-header h1 {
        margin: 0 0 10px;
        border-bottom: 1px solid var(--e-global-color-border);
        padding: 0 0 10px
}

.dokan-dashboard header.dokan-dashboard-header .dokan-add-product-link .dokan-btn {
        margin-right: 10px
}

.dokan-dashboard .dokan-dashboard-content {
        padding: 0 0 0 30px;
        overflow: auto;
        margin-top: 0;
        width: 83%;
        flex: 5 auto
}

@media (max-width:768px) {
        .dokan-dashboard .dokan-dashboard-content {
                width: 76%
        }
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:before {
        content: " ";
        display: table
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area:after {
        content: " ";
        display: table;
        clear: both
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dokan-dash-left {
        padding-right: 15px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget {
        background-color: #fff;
        border: 1px solid var(--e-global-color-border);
        padding: 0 10px;
        position: relative;
        box-shadow: 0 1px 1px rgba(0, 0, 0, .04);
        margin-bottom: 15px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget a {
        font-size: 14px;
        font-size: .875rem
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-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: 16px;
        font-size: 1rem;
        border-bottom: 1px solid var(--e-global-color-border);
        padding: 10px 0;
        margin-bottom: 10px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .widget-title i {
        font-size: 14px;
        font-size: .875rem;
        color: #ccc;
        padding-right: 5px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-container .legend table {
        width: 90%
}

@media (max-width:768px) {
        .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-container .legend table {
                width: 70%
        }
}

@media (max-width:568px) {
        .dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-container .legend table {
                width: 100%
        }
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-container .flot-overlay {
        width: 100% !important
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter {
        text-align: center
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter ul {
        margin: 0
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter li {
        width: 100%;
        display: block;
        margin: 0 auto
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .title {
        font-size: 14px;
        font-size: .875rem;
        padding-top: 10px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.big-counter .count {
        font-size: 14px;
        font-size: .875rem;
        border-bottom: 1px solid var(--e-global-color-border);
        font-weight: 600;
        padding-bottom: 10px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders {
        overflow: hidden
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders .content-half-part {
        width: 50%;
        padding: 0;
        float: left
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.orders #order-stats {
        width: 250px !important;
        height: 100% !important;
        margin-top: 15px;
        margin-left: -10px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.products .pull-right a {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin-top: -6px
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget.sells-graph {
        padding-bottom: 7px;
        width: 100%;
        position: relative
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .chart-placeholder.main {
        height: 347px;
        overflow: scroll
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .dashboard-widget .list-count .count {
        float: right
}

.dokan-dashboard .dokan-dashboard-content article.dashboard-content-area .chart-tooltip {
        position: absolute;
        display: none;
        line-height: 1;
        background: #333;
        color: #fff;
        padding: 3px 5px;
        font-size: 11px;
        border-radius: 3px
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap {
        border: 1px solid #ededed
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search-bar {
        position: relative
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-find-btn {
        display: none
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-map-search {
        border: none;
        width: 100%;
        padding: 5px 10px
}

.dokan-dashboard .dokan-dashboard-content article.dokan-settings-area .dokan-map-wrap .dokan-google-map {
        width: 100%;
        height: 300px
}

.dokan-dashboard .dokan-dashboard-content .edit-account fieldset {
        margin-top: 30px
}

.dokan-dashboard .dokan-dashboard-content .edit-account fieldset legend {
        font-weight: 700
}

.dokan-dashboard .dokan-dashboard-content article {
        border-bottom: none
}

.dokan-dashboard .dokan-dashboard-content ul li {
        list-style: none;
        margin: 0;
        padding: 0
}

.dokan-dashboard .dokan-dashboard-content a {
        text-decoration: none
}

.dokan-dashboard .dokan-dashboard-content .dokan-page-help {
        display: block;
        font-style: italic;
        color: #888;
        margin-bottom: 30px
}

.dokan-dashboard .dokan-dashboard-content .dokan-page-help p {
        margin-bottom: 10px
}

div#dokan-product-title-area {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center
}

.dokan-column-name-with-avatar {
        position: relative;
        padding-left: 46px !important
}

.dokan-column-name-with-avatar img {
        position: absolute;
        top: 3px;
        left: 8px;
        border-radius: 50%;
        border: 1px solid #fff;
        box-shadow: 0 1px 0 0 #e0e0e0
}

.dokan-orders-content .dokan-orders-area .dokan-order-left-content {
        margin-right: 3%
}

.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-billing-address {
        min-width: 49%;
        margin-right: 2%
}

.dokan-orders-content .dokan-orders-area .dokan-order-left-content .dokan-order-shipping-address {
        min-width: 49%
}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
        padding: 10px 7px
}

.dokan-orders-content .dokan-orders-area td.thumb img {
        padding: 2px;
        margin: 0;
        border: 1px solid #dfdfdf;
        vertical-align: middle;
        width: 46px;
        height: auto
}

.dokan-orders-content .dokan-orders-area table.table.order-items {
        margin-bottom: 0
}

.dokan-orders-content .dokan-orders-area .general-details ul.order-status {
        border-bottom: 1px solid #ededed;
        margin-bottom: 3px;
        padding-bottom: 3px;
        margin-left: 0;
        padding-left: 0
}

.dokan-orders-content .dokan-orders-area .general-details ul.customer-details {
        margin-left: 0;
        padding-left: 0
}

.dokan-orders-content .dokan-orders-area .general-details span {
        font-weight: 700
}

.dokan-orders-content .dokan-orders-area .alert-success.customer-note {
        background-color: #dff0d8;
        margin-bottom: 5px
}

.dokan-orders-content .dokan-orders-area .alert-success.customer-note strong {
        font-size: 12px
}

.dokan-orders-content .dokan-orders-area .order_note_type {
        padding-left: 0
}

.dokan-orders-content .dokan-orders-area #dokan-order-status-form {
        margin: 10px 0
}

.dokan-orders-content .dokan-orders-area #dokan-order-status-form select.form-control {
        display: inline-block;
        width: 100%;
        margin-right: 10px;
        font-size: 13px
}

.dokan-orders-content .dokan-orders-area ul.order-statuses-filter {
        font-size: 14px;
        font-size: .875rem;
        color: #ededed
}

.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li {
        display: inline-block;
        line-height: 13px;
        padding: 0 5px;
        border-right: 1px solid #ededed
}

.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li:last-child {
        border-right: none
}

.dokan-orders-content .dokan-orders-area ul.order-statuses-filter li.active a {
        color: #999
}

.dokan-orders-content .dokan-orders-area ul.order_notes {
        font-size: 13px
}

.dokan-orders-content .dokan-orders-area ul.order_notes p.meta {
        font-size: 11px
}

.dokan-orders-content .dokan-orders-area ul.order_notes .note_content {
        position: relative;
        background: #efefef;
        padding: 3px 10px;
        margin-bottom: 10px
}

.dokan-orders-content .dokan-orders-area ul.order_notes .note_content p {
        margin: 0;
        padding: 0;
        word-wrap: break-word
}

.dokan-orders-content .dokan-orders-area ul.order_notes .note_content:after {
        content: "";
        display: block;
        position: absolute;
        bottom: -15px;
        left: 30px;
        width: 0;
        height: 0;
        border-width: 15px 15px 0 0;
        border-style: solid;
        border-color: #efefef transparent
}

.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content {
        background: #d7cad2
}

.dokan-orders-content .dokan-orders-area ul.order_notes li.customer-note .note_content:after {
        border-color: #d7cad2 transparent
}

.dokan-orders-content .dokan-orders-area tfoot td.value {
        border-left: 1px solid #ededed;
        text-align: right
}

.dokan-orders-content .dokan-orders-area .order_download_permissions label {
        font-weight: 400
}

.dokan-orders-content .dokan-orders-area .order_download_permissions button.revoke_access {
        padding: 3px 10px;
        margin-top: -2px
}

.dokan-orders-content .dokan-orders-area .order_download_permissions .toolbar {
        margin-top: 15px
}

.dokan-orders-content .dokan-orders-area .chosen-container-multi .chosen-choices li.search-field input[type=text] {
        min-height: 27px
}

.dokan-product-listing .dokan-product-listing-area {
        padding: 0 15px
}

.dokan-product-listing .dokan-product-listing-area .row-actions {
        visibility: hidden;
        font-size: 12px;
        color: #ccc
}

.dokan-product-listing .dokan-product-listing-area .row-actions .delete a {
        color: #a05
}

.dokan-product-listing .dokan-product-listing-area .row-actions .delete a:hover {
        color: red
}

.dokan-product-listing .dokan-product-listing-area tr:hover .row-actions {
        visibility: visible
}

.dokan-product-listing .dokan-product-listing-area table td img {
        max-width: 50px;
        max-height: 70px;
        height: 70px;
        width: 50px;
        border-radius: 5px;
        object-fit: cover
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top {
        border-bottom: 1px solid #ededed;
        line-height: 50px;
        margin-bottom: 15px
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
        width: 60%
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter li {
        display: inline-block;
        padding: 0 10px 0 0
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link {
        width: 36%;
        float: right;
        text-align: right
}

.dokan-product-listing .dokan-product-listing-area .product-listing-top span.dokan-add-product-link a.dokan-btn {
        padding: 10px 15px
}

.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name=product_listing_search],
.dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
        float: right
}

@media (max-width:1024px) {

        .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form button[name=product_listing_search],
        .dokan-product-listing .dokan-product-listing-area form.dokan-product-search-form .dokan-form-group {
                float: left;
                margin-right: 5px
        }
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.product-type:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: block;
        text-align: center
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.product-type.downloadable:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: block;
        text-align: center
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.product-type.variable:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: block;
        text-align: center
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.product-type.simple:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: block;
        text-align: center
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.product-type.virtual:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: block;
        text-align: center
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table span.product-type.earning-info:before {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "";
        display: inline;
        margin-left: 5px
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table mark.instock {
        color: #7ad03a;
        background: 0 0;
        font-weight: 700
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {
        vertical-align: top
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table p {
        margin-bottom: 0;
        padding-bottom: 0
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.draft {
        background: #ccc
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.publish {
        background: #65c265
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-status label.pending {
        background: #f05025
}

.dokan-product-listing .dokan-product-listing-area table.product-listing-table td.post-date {
        font-size: 13px
}

.dokan-product-listing .dokan-product-listing-area del .amount {
        color: #dd5a43
}

.dokan-product-listing .dokan-product-listing-area ins {
        text-decoration: none
}

.dokan-product-listing .dokan-product-listing-area ins .amount {
        color: #69aa46;
        font-weight: 700
}

.dokan-new-product-area .dokan-product-meta {
        width: 73.43%
}

.dokan-new-product-area .featured-image {
        width: 25%
}

.dokan-product-edit-area header.dokan-pro-edit-breadcrumb {
        display: block;
        border-bottom: 1px solid #ededed;
        padding: 0 0 10px;
        margin: 0 0 15px
}

.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 {
        font-size: 18px;
        line-height: 1.42
}

.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb {
        color: #aaa
}

.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a {
        color: #aaa
}

.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 .dokan-label {
        font-size: 11px;
        font-weight: 400
}

.dokan-product-edit-area header.dokan-pro-edit-breadcrumb h1 a.view-product {
        background-color: #fafafa;
        border-color: #ebebeb
}

.dokan-product-edit-area .dokan-product-meta {
        width: 65%
}

.dokan-product-edit-area .featured-image {
        width: 35%
}

.dokan-edit-row {
        background: #fff;
        border: 1px solid #ebebeb;
        margin-top: 15px
}

.dokan-edit-row .dokan-section-heading {
        padding: 10px 15px;
        border-bottom: 1px solid #ebebeb;
        overflow: hidden;
        cursor: pointer
}

.dokan-edit-row .dokan-section-heading i.fa {
        font-size: 15px
}

.dokan-edit-row .dokan-section-heading i.fa.fa-flip-vertical {
        margin-top: 9px
}

.dokan-edit-row .dokan-section-heading .dokan-section-toggle {
        float: right;
        color: #888;
        font-size: 15px
}

.dokan-edit-row .dokan-section-heading h2 {
        margin: 0;
        padding: 0;
        float: left;
        font-size: 16px;
        font-weight: 700;
        line-height: 150%
}

.dokan-edit-row .dokan-section-heading p {
        float: left;
        vertical-align: bottom;
        margin-bottom: 0;
        margin-top: 2px;
        margin-left: 8px;
        color: #888;
        font-style: italic;
        font-size: 12px
}

.product-edit-new-container .dokan-edit-row.dokan-other-options {
        margin-bottom: 20px
}

.product-edit-new-container .dokan-edit-row .dokan-section-content {
        padding: 15px
}

.product-edit-new-container .dokan-product-edit-form .dokan-new-product-featured-img {
        height: auto !important
}

.product-edit-new-container label {
        font-weight: 400;
        cursor: pointer
}

.product-edit-new-container label input[type=checkbox] {
        margin-right: 5px
}

.product-edit-new-container label.form-label {
        font-weight: 700;
        margin-bottom: 5px;
        font-size: 13px;
        display: block
}

.product-edit-new-container label.form-label span {
        font-weight: 400;
        color: #888
}

.product-edit-new-container header.dokan-pro-edit-breadcrumb {
        display: block;
        border-bottom: 1px solid #ededed;
        padding: 0 0 10px;
        margin: 0 0 15px
}

.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 {
        font-size: 18px;
        line-height: 1.42
}

.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb {
        color: #aaa
}

.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-breadcrumb a {
        color: #aaa
}

.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 .dokan-label {
        font-size: 11px;
        font-weight: 400
}

.product-edit-new-container header.dokan-pro-edit-breadcrumb h1 a.view-product {
        background-color: #fafafa;
        border-color: #ebebeb
}

.product-edit-new-container .dokan-price-container .sale_schedule,
.product-edit-new-container .dokan-price-container .cancel_sale_schedule {
        font-weight: 400;
        float: right
}

.product-edit-new-container .dokan-form-top-area:before {
        content: " ";
        display: table
}

.product-edit-new-container .dokan-form-top-area:after {
        content: " ";
        display: table;
        clear: both
}

.product-edit-new-container .dokan-form-top-area .dokan-product-meta {
        width: 65%
}

.product-edit-new-container .dokan-form-top-area .featured-image {
        width: 35%
}

.product-edit-new-container .dokan-product-short-description {
        margin-bottom: 20px;
        margin-top: 10px
}

.product-edit-new-container .content-half-part.featured-image {
        padding-left: 25px
}

.product-edit-new-container .dokan-new-product-featured-img {
        border: 4px dashed #ddd;
        height: 294px !important;
        width: 100% !important;
        margin-bottom: 10px;
        overflow: hidden;
        position: relative
}

.product-edit-new-container .dokan-new-product-featured-img i.fa-cloud-upload {
        display: block;
        font-size: 80px;
        color: #dfdfdf
}

.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn {
        color: #8f8f8f;
        text-shadow: 0 1px 1px #fff;
        background: #f0f0f0;
        padding: 3px 10px;
        font-size: 12px
}

.product-edit-new-container .dokan-new-product-featured-img a.dokan-feat-image-btn:hover {
        color: #ececec;
        text-shadow: 0 1px 1px #6f6f6f;
        background: #b4b4b4
}

.product-edit-new-container .dokan-new-product-featured-img a.close {
        background: #000;
        color: red;
        font-size: 100px;
        height: 100% !important;
        opacity: .7;
        padding: 25% 0;
        position: absolute;
        right: 0;
        text-align: center;
        text-shadow: none;
        top: 0;
        width: 100% !important;
        display: none;
        cursor: pointer
}

.product-edit-new-container .dokan-new-product-featured-img img {
        max-width: 100%;
        width: 100%;
        height: 100%
}

.product-edit-new-container .dokan-new-product-featured-img img:hover a.close {
        display: block
}

.product-edit-new-container .dokan-new-product-featured-img .image-wrap:hover a.close {
        display: block
}

.product-edit-new-container .instruction-inside {
        text-align: center;
        padding-top: 20%;
        padding-bottom: 30%;
        color: #aaa
}

.product-edit-new-container .wp-editor-wrap {
        border: 1px solid #e7e7e7
}

.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options {
        margin-bottom: 20px
}

.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input {
        width: 23.3%;
        float: left;
        margin-right: 2%
}

.product-edit-new-container .dokan-shipping-container .dokan-shipping-dimention-options input#_height {
        margin-right: 0
}

.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3 {
        width: 32%;
        margin-right: 2%
}

.product-edit-new-container .dokan-shipping-container .dokan-shipping-product-options .dokan-additional-shipping-wrap .dokan-w3.last-child {
        margin-right: 0
}

.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3 {
        width: 32%;
        margin-right: 2%
}

.product-edit-new-container .dokan-stock-management-wrapper div.dokan-w3.last-child {
        margin-right: 0
}

.product-edit-new-container .dokan-download-wrapper {
        margin-top: 15px
}

.product-edit-new-container aside {
        border: 1px solid #eee;
        margin-bottom: 15px;
        border-radius: 3px
}

.product-edit-new-container #dokan-product-images ul.product_images {
        margin: 0 0 10px;
        padding: 0
}

.product-edit-new-container #dokan-product-images ul.product_images li.image,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
        width: 64px;
        height: 64px;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        position: relative;
        margin: 9px 4px 0 0;
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 2px;
        cursor: move
}

.product-edit-new-container #dokan-product-images ul.product_images li.image img,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img {
        padding: 0;
        margin: 0;
        max-width: 100%
}

.product-edit-new-container #dokan-product-images ul.product_images li.image a.action-delete,
.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete {
        position: absolute;
        top: 0;
        right: 0;
        color: red;
        background: rgba(0, 0, 0, .6);
        margin: 0;
        padding: 0 3px;
        font-size: 50px;
        width: 100%;
        text-align: center;
        height: 100%;
        padding-top: 25%;
        font-weight: 700;
        display: none
}

.product-edit-new-container #dokan-product-images ul.product_images li.image:hover a.action-delete {
        display: inline-block
}

.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
        border: 1px dashed #ccc
}

.product-edit-new-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete {
        display: inline-block
}

.product-edit-new-container .product-dimension .form-control {
        display: inline-block;
        width: 20%;
        margin-right: 5px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type {
        margin-bottom: 15px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type select {
        margin-right: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper .dokan-attribute-type .dokan-attribute-spinner {
        margin-left: 10px;
        margin-top: 5px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul {
        padding-left: 0;
        margin-left: 0
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list {
        border-bottom: 1px solid #e3e3e3
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list:first-child {
        border-top: 1px solid #e3e3e3
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading {
        padding: 10px;
        cursor: move;
        position: relative;
        background-color: rgba(241, 241, 241, .61)
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-remove-attribute {
        position: absolute;
        top: 9px;
        right: 15px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-heading a.dokan-product-toggle-attribute {
        position: absolute;
        top: 7px;
        right: 80px;
        color: #222
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item {
        padding: 10px 0
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-product-attribute-name {
        margin-bottom: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .checkbox-item {
        font-weight: 400 !important;
        margin-bottom: 0
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-attribute-wrapper ul li.product-attribute-list .dokan-product-attribute-item .dokan-pre-defined-attribute-btn-group {
        margin-top: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper {
        margin-top: 20px;
        border-top: 1px solid #eee;
        padding-top: 15px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar {
        vertical-align: middle;
        line-height: 31px;
        margin-bottom: 20px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-top-toolbar select.variation-actions {
        margin-right: 5px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container {
        margin-bottom: 20px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes {
        cursor: pointer;
        position: relative
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions {
        position: absolute;
        top: 15px;
        right: 15px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa {
        margin-right: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-bars {
        cursor: move
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .actions i.fa.fa-sort-desc {
        cursor: pointer;
        padding-bottom: 4px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading {
        margin: 0 !important;
        font-size: inherit;
        position: relative;
        line-height: 35px;
        padding: 8px 10px;
        border-bottom: 1px solid #eee;
        background-color: rgba(241, 241, 241, .61)
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading strong {
        float: left;
        margin-right: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes h3.variation-topbar-heading select {
        float: left;
        margin-right: 10px;
        width: 20%
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes {
        margin-top: 15px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options {
        margin-bottom: 15px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image {
        width: 130px;
        height: 130px;
        float: left
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button {
        display: block;
        width: 100%;
        height: 100%;
        margin-right: 20px;
        position: relative;
        cursor: pointer
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove img {
        display: block
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:before {
        content: "X";
        display: none;
        position: absolute;
        font-size: 50px;
        top: 35%;
        left: 40%;
        color: #f35000
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .upload_image .upload_image_button.dokan-img-remove:hover:before {
        display: block
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options {
        float: left;
        margin-left: 20px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label {
        display: block;
        margin-bottom: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .thumbnail-checkbox-options .options label:last-child {
        margin-bottom: 0
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .variable_pricing {
        margin-bottom: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension {
        margin-bottom: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3 {
        margin-right: 6px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variations-container .dokan-product-variation-itmes .dokan-variable-attributes .weight-dimension .dimensions_field .dokan-w3:last-child {
        margin-right: 0
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar {
        text-align: right
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar span.dokan-variation-default-label,
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .dokan-variation-default-select {
        margin-right: 5px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-default-toolbar .float-none {
        display: inline-block;
        float: none !important
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar button.dokan-btn-default[disabled] {
        background-color: #fafafa;
        color: #b3b3b3;
        border-color: #ccc
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .displaying-num,
.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav .expand-close {
        font-style: italic;
        font-size: 13px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links {
        margin-left: 10px
}

.product-edit-new-container .dokan-attribute-variation-options .dokan-product-variation-wrapper .dokan-variation-action-toolbar .dokan-variations-pagenav span.pagination-links a {
        padding: 0 8px;
        background: #eee;
        font-size: 14px
}

.product-edit-new-container .dokan-product-type-container .content-half-part.virtual-checkbox {
        padding-left: 10px
}

.product-edit-container #editable-post-name-full {
        display: none
}

.product-edit-container #edit-slug-box {
        margin-top: 10px;
        flex: 0 0 100%
}

.product-edit-container #edit-slug-buttons .edit-slug {
        padding: 0 10px
}

.product-edit-container .dokan-product-title-alert,
.product-edit-container .dokan-product-cat-alert,
.product-edit-container .dokan-product-less-price-alert {
        color: #f05025;
        font-style: italic;
        margin-top: 5px
}

.product-edit-container .tab-pane {
        padding: 15px 0
}

.product-edit-container label {
        font-weight: 400;
        cursor: pointer
}

.product-edit-container .dokan-feat-image-upload {
        border: 4px dashed #ddd;
        height: 200px;
        width: 200px;
        margin-bottom: 20px;
        overflow: hidden;
        position: relative
}

.product-edit-container .dokan-feat-image-upload i.fa-cloud-upload {
        display: block;
        font-size: 80px;
        color: #dfdfdf
}

.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn {
        color: #8f8f8f;
        text-shadow: 0 1px 1px #fff;
        background: #f0f0f0;
        padding: 3px 10px;
        font-size: 12px
}

.product-edit-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
        color: #ececec;
        text-shadow: 0 1px 1px #6f6f6f;
        background: #b4b4b4
}

.product-edit-container .dokan-feat-image-upload a.close {
        background: #000;
        color: red;
        font-size: 100px;
        height: 200px;
        opacity: .7;
        padding: 25% 0;
        position: absolute;
        right: 0;
        text-align: center;
        text-shadow: none;
        top: 0;
        width: 200px;
        display: none
}

.product-edit-container .dokan-feat-image-upload img {
        max-width: 100%
}

.product-edit-container .dokan-feat-image-upload img:hover a.close {
        display: block
}

.product-edit-container .dokan-feat-image-upload .image-wrap:hover a.close {
        display: block
}

.product-edit-container .dokan-list-category-box {
        border: 1px solid #ccc;
        background: #fff;
        padding: 0 15px 15px;
        max-height: 200px;
        min-height: 45px;
        overflow: scroll
}

.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat {
        padding: 0;
        margin: 0
}

.product-edit-container .dokan-list-category-box ul.dokan-checkbox-cat li {
        line-height: 20px
}

.product-edit-container .instruction-inside {
        text-align: center;
        padding-top: 40px;
        color: #aaa
}

.product-edit-container .wp-editor-wrap {
        border: 1px solid #e7e7e7
}

.product-edit-container aside {
        border: 1px solid #eee;
        margin-bottom: 15px;
        border-radius: 3px
}

.product-edit-container .dokan-edit-sidebar {
        margin-top: 35px
}

.product-edit-container .dokan-edit-sidebar .dokan-side-head {
        background: #f5f5f5;
        padding: 10px
}

.product-edit-container .dokan-edit-sidebar .dokan-side-body {
        padding: 10px
}

.product-edit-container .dokan-edit-sidebar .dokan-side-body .dokan-form-control {
        width: 90%
}

.product-edit-container .dokan-edit-sidebar .downloadable_files td {
        border-top: none;
        border-bottom: 1px solid #ededed
}

.product-edit-container .dokan-edit-sidebar .downloadable_files td label {
        font-weight: 400
}

.product-edit-container .dokan-edit-sidebar .downloadable_files td input {
        width: 90%
}

.product-edit-container .dokan-edit-sidebar .downloadable_files ul {
        margin: 0;
        padding: 0
}

.product-edit-container .dokan-edit-sidebar .downloadable_files ul li {
        margin-bottom: 15px
}

.product-edit-container ul.label-on-left label {
        min-width: 200px;
        display: inline-block
}

.product-edit-container ul.label-on-left li {
        clear: both
}

.product-edit-container #product-attributes h4 {
        margin-bottom: 15px
}

.product-edit-container #product-attributes .select-attribute.form-control {
        display: inline;
        width: auto
}

.product-edit-container #variants-holder .inputs-box {
        background: #f5f5f5;
        margin-bottom: 20px
}

.product-edit-container #variants-holder .inputs-box .box-header {
        background: #e5e5e5;
        padding: 5px 10px;
        font-size: 13px;
        margin-bottom: 10px
}

.product-edit-container #variants-holder .inputs-box .option-couplet {
        margin-left: 15px
}

.product-edit-container #variants-holder .inputs-box .option-couplet li {
        margin-bottom: 8px
}

.product-edit-container #variants-holder .inputs-box .option-couplet li:before {
        content: "-"
}

.product-edit-container #variants-holder .inputs-box .box-inside {
        padding: 10px
}

.product-edit-container #variants-holder .inputs-box .box-inside .attribute-config {
        width: 35%;
        float: left
}

.product-edit-container #variants-holder .inputs-box .box-inside .attribute-options {
        float: left;
        width: 60%
}

.product-edit-container #variants-holder .actions a {
        color: #666;
        padding: 0 4px 2px;
        font-weight: 700;
        border: 1px solid #ddd;
        text-decoration: none;
        background: #fff
}

.product-edit-container #variants-holder .actions a:hover {
        background: #666;
        color: #fff
}

.product-edit-container #product-variations .wc-metabox {
        border-radius: 3px;
        background: #f5f5f5;
        margin-bottom: 10px;
        font-size: 13px;
        padding-bottom: 3px
}

.product-edit-container #product-variations .wc-metabox h3 {
        background: #e5e5e5;
        padding: 10px;
        font-size: 14px
}

.product-edit-container #product-variations .wc-metabox h3 button {
        float: right;
        font-size: 12px;
        margin-top: -5px
}

.product-edit-container #product-variations .wc-metabox table {
        margin: 10px
}

.product-edit-container #product-variations .wc-metabox table td {
        vertical-align: top;
        width: 50%
}

.product-edit-container #product-variations .wc-metabox table td.upload_image img {
        width: 100px;
        max-width: 100px;
        max-height: 100px
}

.product-edit-container #product-variations .wc-metabox table td.options label {
        display: block
}

.product-edit-container #product-variations .wc-metabox table td.sku,
.product-edit-container #product-variations .wc-metabox table td.upload_image,
.product-edit-container #product-variations .wc-metabox table td.options {
        width: 15%
}

.product-edit-container #product-variations .wc-metabox td.data {
        padding: 0 0 0 10px;
        background: #fff;
        margin-left: 20px
}

.product-edit-container #product-variations .wc-metabox table.data_table {
        margin: 0;
        width: 100%
}

.product-edit-container #product-variations .wc-metabox table.data_table td {
        padding: 0 6px 6px 0;
        width: 50%
}

.product-edit-container #product-variations .wc-metabox table.data_table td input {
        width: 100%;
        padding: 5px 10px
}

.product-edit-container #product-variations .wc-metabox table.data_table td input.upload_file_button {
        width: auto;
        margin-top: 5px
}

.product-edit-container #product-variations .wc-metabox table.data_table td.dimensions_field input {
        width: 25%;
        padding: 3px
}

.product-edit-container #product-variations .wc-metabox table.data_table label {
        display: block
}

.product-edit-container #product-variations .wc-metabox label,
.product-edit-container #product-variations .wc-metabox select {
        font-size: 12px
}

.product-edit-container #product-variations .wc-metabox input {
        font-size: 12px
}

.product-edit-container #product-variations .wc-metabox input[type=text],
.product-edit-container #product-variations .wc-metabox input[type=number] {
        border: 1px solid #ededed
}

.product-edit-container #product-variations .wc-metabox select {
        border: 1px solid #ededed;
        width: auto;
        display: inline-block
}

.product-edit-container #product-variations p.toolbar {
        padding-top: 10px
}

.product-edit-container #product-variations p.toolbar select {
        border: 1px solid #ededed
}

.product-edit-container #dokan-product-images ul.product_images {
        margin: 0 0 10px;
        padding: 0
}

.product-edit-container #dokan-product-images ul.product_images li.image,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.product-edit-container #dokan-product-images ul.product_images li.add-image {
        width: 64px;
        height: 64px;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        position: relative;
        margin: 9px 4px 0 0;
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 2px;
        cursor: move
}

.product-edit-container #dokan-product-images ul.product_images li.image.add-image,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image {
        cursor: pointer;
        text-align: center;
        line-height: 50px;
        border: 2px dashed #ddd
}

.product-edit-container #dokan-product-images ul.product_images li.image.add-image a,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a,
.product-edit-container #dokan-product-images ul.product_images li.add-image.add-image a {
        width: 100%;
        height: 100%;
        color: #afafaf;
        font-size: 18px
}

.product-edit-container #dokan-product-images ul.product_images li.image img,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder img,
.product-edit-container #dokan-product-images ul.product_images li.add-image img {
        padding: 0;
        margin: 0;
        max-width: 100%
}

.product-edit-container #dokan-product-images ul.product_images li.image a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.add-image a.action-delete {
        position: absolute;
        top: 0;
        right: 0;
        color: red;
        background: rgba(0, 0, 0, .6);
        margin: 0;
        padding: 0 3px;
        font-size: 50px;
        width: 100%;
        text-align: center;
        height: 100%;
        padding-top: 25%;
        font-weight: 700;
        display: none
}

.product-edit-container #dokan-product-images ul.product_images li.image:hover a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete,
.product-edit-container #dokan-product-images ul.product_images li.add-image:hover a.action-delete {
        display: inline-block
}

.product-edit-container #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
        border: 1px dashed #ccc
}

.product-edit-container .product-dimension .form-control {
        display: inline-block;
        width: 25%;
        margin-right: 5px
}

.toggle-sidebar-container {
        padding: 8px 0;
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 15px
}

.toggle-sidebar-container .dokan-toggle-sidebar {
        display: block;
        margin-bottom: 5px
}

.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-status-label {
        font-size: 11px;
        margin-left: 15px;
        vertical-align: middle
}

.dokan-product-edit header.dokan-dashboard-header h1.entry-title span.dokan-product-hidden-label {
        font-size: 13px;
        margin-right: 30px;
        margin-top: 9px
}

.dokan-product-edit header.dokan-dashboard-header h1.entry-title a.view-product {
        background-color: #fafafa;
        border-color: #ebebeb
}

.dokan-product-edit-area .dokan-product-edit-left {
        width: 67%;
        float: left;
        margin-right: 4%
}

.dokan-product-edit-area .dokan-product-edit-right {
        width: 27%;
        float: left
}

.dokan-product-edit-area .discount-price label {
        font-weight: 400;
        cursor: pointer
}

.white-popup {
        position: relative;
        background: #fff;
        padding: 0;
        width: auto;
        max-width: 690px;
        margin: 20px auto
}

.dokan-add-new-product-popup h2 {
        padding: 0 20px 16px;
        border-bottom: 1px solid #eee;
        margin-bottom: 0;
        font-size: 22px;
        color: #5d5d5d;
        margin-top: 15px;
        position: absolute;
        overflow: hidden;
        width: 690px;
        z-index: 999999;
        background: #fff;
        margin-top: 0;
        padding-top: 16px;
        -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
        -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 4px rgba(0, 0, 0, .05)
}

.dokan-add-new-product-popup .mfp-close {
        top: 10px;
        right: 5px;
        z-index: 999999
}

.dokan-add-new-product-popup .product-form-container {
        padding: 80px 20px 20px;
        margin-top: 30px;
        height: 550px;
        overflow-y: scroll
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload {
        border: 3px dashed #ddd;
        height: 65%;
        width: 98%;
        margin-bottom: 10px;
        margin-right: 15px;
        overflow: hidden;
        position: relative
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload i.fa-cloud-upload {
        display: block;
        font-size: 80px;
        color: #dfdfdf
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .instruction-inside {
        text-align: center;
        padding-top: 20%;
        padding-bottom: 30%;
        color: #aaa
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn {
        color: #8f8f8f;
        text-shadow: 0 1px 1px #fff;
        background: #f0f0f0;
        padding: 3px 10px;
        font-size: 12px
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.dokan-feat-image-btn:hover {
        color: #ececec;
        text-shadow: 0 1px 1px #6f6f6f;
        background: #b4b4b4
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload a.close {
        background: #000;
        color: red;
        font-size: 100px;
        height: 100%;
        opacity: .7;
        padding: 25% 0;
        position: absolute;
        right: 0;
        text-align: center;
        text-shadow: none;
        top: 0;
        width: 100%;
        display: none;
        cursor: pointer
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img {
        max-width: 100%;
        width: 292px;
        height: 212px
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload img:hover a.close {
        display: block
}

.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .image-wrap:hover a.close {
        display: block
}

.dokan-add-new-product-popup .dokan-feat-image-content {
        width: 35%;
        margin-right: 15px
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images {
        margin: 0 0 10px;
        padding: 0
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image {
        width: 50px;
        height: 50px;
        overflow: hidden;
        float: left;
        box-sizing: border-box;
        position: relative;
        margin: 9px 4px 0 0;
        border: 1px solid #eee;
        border-radius: 2px;
        padding: 2px;
        cursor: move
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image {
        cursor: pointer;
        text-align: center;
        line-height: 40px;
        border: 2px dashed #ddd
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image.add-image a,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder.add-image a,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image.add-image a {
        width: 100%;
        height: 100%;
        color: #afafaf;
        font-size: 18px
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image img,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder img,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image img {
        padding: 0;
        margin: 0;
        max-width: 100%
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image a.action-delete {
        position: absolute;
        top: 0;
        right: 0;
        color: red;
        background: rgba(0, 0, 0, .6);
        margin: 0;
        padding: 0 3px;
        font-size: 50px;
        width: 100%;
        text-align: center;
        height: 100%;
        padding-top: 25%;
        font-weight: 700;
        display: none
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images li.image:hover a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder:hover a.action-delete,
.dokan-add-new-product-popup #dokan-product-images ul.product_images li.add-image:hover a.action-delete {
        display: inline-block
}

.dokan-add-new-product-popup #dokan-product-images ul.product_images li.dokan-sortable-placeholder {
        border: 1px dashed #ccc
}

.dokan-add-new-product-popup .dokan-product-field-content {
        width: 62.5%
}

.dokan-add-new-product-popup .dokan-product-field-content label {
        font-weight: 400
}

.dokan-add-new-product-popup .dokan-product-field-content input[type=checkbox] {
        margin-right: 4px
}

.dokan-add-new-product-popup .product-full-container {
        margin-top: 10px
}

.dokan-add-new-product-popup .product-container-footer {
        padding: 20px;
        border-top: 1px solid #eee;
        text-align: right
}

.dokan-add-new-product-popup .product-container-footer .dokan-add-new-product-spinner {
        position: static;
        margin-right: 8px;
        vertical-align: middle
}

.dokan-add-new-product-popup .product-container-footer .dokan-show-add-product-error {
        color: #ef3636;
        margin-right: 8px;
        vertical-align: middle;
        float: left;
        display: block;
        width: 55%
}

.dokan-settings-content .dokan-settings-area h1 {
        margin: 0;
        padding: 0;
        line-height: 60px
}

.dokan-settings-content .dokan-settings-area .dokan-banner {
        border: 4px dashed #d8d8d8;
        height: 300px;
        margin: 0 0 30px;
        max-width: 850px;
        text-align: center;
        overflow: hidden;
        position: relative
}

@media (min-width:768px) {
        .dokan-settings-content .dokan-settings-area .dokan-banner {
                max-width: 41.66666667%;
                margin-left: 25%
        }
}

.dokan-settings-content .dokan-settings-area .dokan-banner img {
        max-width: 100%
}

.dokan-settings-content .dokan-settings-area .dokan-banner .dokan-remove-banner-image {
        position: absolute;
        width: 100%;
        height: 300px;
        background: #000;
        top: 0;
        left: 0;
        opacity: .7;
        font-size: 100px;
        color: red;
        padding-top: 70px;
        display: none
}

.dokan-settings-content .dokan-settings-area .dokan-banner:hover {
        cursor: pointer
}

.dokan-settings-content .dokan-settings-area .dokan-banner:hover .dokan-remove-banner-image {
        display: block
}

.dokan-settings-content .dokan-settings-area .dokan-gravatar {
        position: relative
}

.dokan-settings-content .dokan-settings-area .dokan-gravatar .dokan-remove-gravatar-image {
        position: absolute;
        width: 80px;
        height: 80px;
        background: #000;
        top: 0;
        left: 0;
        opacity: .7;
        font-size: 70px;
        text-align: center;
        color: red;
        padding-top: 5px;
        display: none;
        border-radius: 50%
}

.dokan-settings-content .dokan-settings-area .dokan-gravatar .gravatar-wrap .dokan-gravatar-img {
        border-radius: 50%;
        height: 80px !important;
        width: 80px
}

.dokan-settings-content .dokan-settings-area .dokan-gravatar:hover .dokan-remove-gravatar-image {
        display: block
}

.dokan-settings-content .dokan-settings-area .button-area {
        margin-top: 35px
}

.dokan-settings-content .dokan-settings-area .button-area i.fa-cloud-upload {
        display: block;
        font-size: 80px;
        color: #dfdfdf
}

.dokan-settings-content .dokan-settings-area .button-area .help-block {
        font-size: 12px;
        color: #b1b1b1
}

.dokan-settings-content .dokan-settings-area ul.dokan-categories {
        list-style: none;
        padding: 0;
        margin: 0
}

.dokan-settings-content .dokan-settings-area ul.dokan-categories label {
        font-weight: 400
}

.dokan-settings-content .dokan-settings-area .dokan-address-fields label {
        font-weight: 400;
        font-size: 12px
}

.dokan-settings-content .dokan-settings-area .dokan-store-times .dokan-form-group {
        flex-wrap: unset
}

.dokan-settings-content .dokan-settings-area .store-open-close {
        flex-wrap: unset !important
}

.dokan-settings-content .dokan-settings-area .dokan-form-horizontal .dokan-control-label {
        text-align: left
}

@media (max-width:568px) {
        .dokan-settings-content .dokan-settings-area .dokan-form-group {
                flex-wrap: wrap
        }
}

.dokan-settings-content .dokan-settings-area .dokan-form-group .checkbox {
        margin-top: 0
}

.dokan-store.dokan-theme-twentytwelve .site-content {
        float: none;
        width: 100%
}

.dokan-single-store {
        margin: 0
}

.dokan-single-store.dokan-w8 {
        width: 72%
}

.dokan-single-store .profile-frame {
        padding: 0;
        position: relative;
        background-size: cover
}

.dokan-single-store .profile-frame .profile-info-box {
        position: relative
}

.dokan-single-store .profile-frame .profile-info-box a {
        color: var(--e-global-color-text)
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-img {
        width: 100%;
        height: auto;
        border-radius: 10px 10px 0 0
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-img.dummy-image {
        background-image: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/dokan/../../../../../plugins/dokan-lite/assets/images/default-store-banner.png);
        background-size: 100% 100%;
        background-repeat: no-repeat
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-head .profile-img.profile-img-circle img {
        border-radius: 15px;
        background: #fff;
        padding: 3px
}

.dokan-single-store .profile-frame .profile-info-box .profile-info-head .profile-img.profile-img-square img {
        background-color: #fff;
        border-right: 1px solid var(--e-global-color-border);
        border-radius: 15px;
        padding: 3px
}

.dokan-single-store .profile-frame .profile-info-box .store-name {
        text-align: center;
        margin-bottom: 9px;
        padding: 0;
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.1764705882
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info {
        list-style: none;
        margin: 0 0 14px
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info .dokan-store-phone a,
.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info .dokan-store-email a {
        text-decoration: none
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info .dokan-store-phone {
        font-size: 18px;
        font-size: 1.125rem;
        color: var(--e-global-color-primary);
        font-weight: 600
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info li {
        margin-bottom: 3px
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info li.dokan-store-phone a {
        font-weight: 600;
        color: var(--e-global-color-primary)
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info li:last-child {
        padding-bottom: 0
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .dokan-store-info i {
        margin-right: 10px;
        margin-top: -4px;
        font-weight: 700
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social {
        list-style: none;
        margin: 0
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social li {
        display: inline-block
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i {
        font-size: 20px;
        float: none;
        font-weight: 400;
        margin: 0
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i.fa-facebook-square {
        color: #3b5998
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i.fa-google-plus-square {
        color: #dd4b39
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i.fa-twitter-square {
        color: #55acee
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i.fa-linkedin-square {
        color: #007bb5
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i.fa-youtube-square {
        color: #b00
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i.fa-instagram {
        color: #125688
}

.dokan-single-store .profile-frame .profile-info-box .profile-info ul.store-social i.fa-flickr {
        color: #ff0084
}

.dokan-single-store .profile-frame .profile-info-box .profile-info .seller-rating {
        display: none
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img {
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100% !important;
        object-fit: cover;
        border-radius: 15px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-img.dummy-image {
        background-size: contain;
        background-repeat: repeat-x;
        border-radius: 15px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper {
        color: #fff;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 2
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery {
        width: 330px;
        height: 100%;
        padding: 30px 30px 30px 40px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        background-color: rgba(0, 0, 0, .8)
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img {
        text-align: center;
        margin-bottom: 22px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-circle img {
        width: 70px;
        height: 70px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info-head .store-name {
        margin: 0 0 13px;
        color: #fff
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-phone a,
.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .dokan-store-email a {
        color: #fff
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-default .profile-info-summery-wrapper .profile-info-summery .profile-info .seller-rating {
        display: none
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper {
        position: relative;
        background-color: #fff;
        border: 1px solid var(--e-global-color-border);
        border-radius: 0 0 10px 10px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery {
        width: 100%;
        padding-top: 0;
        background: 0 0
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
        position: relative;
        margin-top: -41px;
        margin-bottom: 16px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
        padding: 0;
        width: 80px;
        height: 80px;
        margin: auto;
        border-radius: 10px
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info {
        position: relative;
        max-width: 280px;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: auto;
        margin-right: auto
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-seller-rating {
        text-align: center
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
        text-align: center
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
        position: relative;
        text-align: center
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
        position: relative;
        padding: 0;
        margin: 0;
        display: inline-block
}

.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout2 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
        text-shadow: none
}

.dokan-single-store .profile-frame.profile-frame-no-banner {
        background-color: transparent
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-img {
        display: none
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper {
        border: 1px solid var(--e-global-color-border);
        position: relative
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {
        background-color: #fff;
        width: 100%;
        padding: 10px
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery:before,
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery:after {
        content: "";
        display: table
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery:after {
        clear: both
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
        width: 150px;
        float: left
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
        background: #fff;
        border: 1px solid #ddd;
        padding: 2px;
        width: 150px;
        height: 150px
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
        float: left;
        padding: 0 25px;
        color: #444;
        width: 80%
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
        margin-top: 5px;
        font-size: 30px;
        font-weight: 700
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
        margin: 0;
        padding-left: 25px;
        clear: both
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice #vendor-store-times {
        left: -30%
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info .store-open-close-notice:hover span.fa-angle-down:after {
        right: -2.5px
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
        float: left;
        margin-right: 40px;
        position: relative
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
        margin-left: -22px
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
        content: "·";
        position: absolute;
        top: 10px;
        left: -35px;
        color: #afafaf;
        font-size: 25px;
        line-height: 0
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:first-child:before {
        content: ""
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
        clear: both;
        position: relative
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
        display: flex;
        padding-left: 0
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
        margin: 0 8px 0 0
}

.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
        text-shadow: none
}

.dokan-single-store .dokan-store-tabs ul {
        margin: 27px 0 6px
}

.dokan-single-store .dokan-store-tabs ul li {
        display: inline-block
}

.dokan-single-store .dokan-store-tabs ul li a {
        text-decoration: none;
        display: inline-block;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 22px;
        position: relative
}

.dokan-store-widget input[type=text],
.dokan-store-widget input[type=email] {
        width: 100%;
        font-size: 13px;
        font-size: .8125rem;
        color: var(--e-global-color-lighter);
        background-color: #f6f6f6;
        border-color: transparent;
        height: 46px
}

.dokan-store-widget input[type=text]::placeholder,
.dokan-store-widget input[type=email]::placeholder {
        color: var(--e-global-color-lighter)
}

.dokan-store-widget input[type=text]:focus,
.dokan-store-widget input[type=text]:hover,
.dokan-store-widget input[type=email]:focus,
.dokan-store-widget input[type=email]:hover {
        border-color: var(--e-global-color-primary)
}

.dokan-store-widget textarea {
        width: 100%;
        font-size: 13px;
        font-size: .8125rem;
        background-color: #f6f6f6;
        border-color: transparent
}

.dokan-store-widget textarea::placeholder {
        color: var(--e-global-color-lighter)
}

.dokan-store-widget textarea:focus,
.dokan-store-widget textarea:hover {
        border-color: var(--e-global-color-primary)
}

.dokan-store-widget form.seller-form ul {
        margin: 0;
        padding: 0;
        list-style: none
}

.dokan-store-widget form.seller-form ul li {
        margin-bottom: 10px
}

.dokan-store-widget #dokan-store-location {
        width: 100%;
        height: 200px
}

.dokan-seller-search-form {
        margin: 30px 0
}

.dokan-seller-search-form .dokan-w4 {
        padding: 0 15px
}

.dokan-seller-search-form .dokan-w4 input[type=search],
.dokan-seller-search-form .dokan-w4 select.dokan-form-control {
        height: 40px !important;
        border: 1px solid #e2e2e2 !important;
        box-shadow: none !important;
        border-radius: 4px !important
}

.dokan-seller-search-form .dokan-w4 input[type=search] {
        background-position-y: 11px !important
}

.dokan-seller-listing {
        position: relative
}

.dokan-seller-listing .dokan-overlay {
        position: absolute;
        background: rgba(255, 255, 255, .3)
}

.dokan-bestselling-product-widget.product_list_widget li img {
        max-width: 95px
}

.dokan-bestselling-product-widget.product_list_widget li .product-title {
        margin-bottom: 10px
}

.dokan-bestselling-product-widget.product_list_widget li .star-rating {
        margin-bottom: 10px
}

.dokan-bestselling-product-widget.product_list_widget li .woocommerce-loop-product__author {
        font-size: 12px;
        color: var(--e-global-color-lighter);
        margin-bottom: 6px
}

.dokan-bestselling-product-widget.product_list_widget li .price {
        font-size: 20px;
        color: var(--e-global-color-primary)
}

@media (min-width:1200px) {
        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
                top: 12px;
                right: 15px;
                bottom: auto
        }
}

@media (max-width:1199px) {
        .dokan-single-store .profile-frame .profile-info-box {
                position: relative;
                width: 100%
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper {
                padding: 10px
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery {
                margin-top: 0
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
                top: 0
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img.profile-img-square {
                background: 0 0;
                border: 0
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info-head .profile-img img {
                width: 100px;
                height: 100px
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
                font-size: 20px;
                margin-bottom: 8px;
                color: #444;
                text-shadow: none
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                top: 0
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
                text-align: left
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
                display: inline-block
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
                position: absolute;
                top: -35px;
                right: 20px
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social {
                top: 0
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li {
                margin-left: 8px
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper .store-social li a i {
                font-size: 25px;
                text-shadow: 1px 1px 1px rgba(255, 255, 255, .55)
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper {
                height: auto
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {
                top: 0;
                margin-right: 15px
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info {
                padding: 0 0 0 15px
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                top: 0
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {
                float: none;
                text-align: left
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li i {
                display: inline-block
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li:before {
                content: ""
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-social-wrapper {
                top: 0;
                text-align: left;
                padding: 0 4px
        }
}

.dokan-withdraw-content .dokan-withdraw-area h1 {
        margin: 0 0 20px
}

.dokan-withdraw-content .dokan-withdraw-area ul li {
        display: inline-block;
        padding: 0 5px
}

.dokan-login-form-popup-wrapper {
        width: 430px !important;
        padding: 16px !important;
        margin: 0 auto !important
}

.dokan-login-form-popup-wrapper .dokan-login-form-title {
        border-bottom: 1px solid #ddd;
        padding-bottom: 15px;
        margin-bottom: 15px
}

.dokan-login-form-popup-wrapper fieldset {
        padding: 0;
        border: 0;
        margin: 0
}

.dokan-login-form-popup-wrapper .dokan-login-form-error {
        color: #ef3636;
        background-color: #f2dede;
        font-size: .9em
}

.dokan-login-form-popup-wrapper .dokan-login-form-error.has-error {
        padding: 5px 8px;
        margin-bottom: 5px
}

.dokan-popup-content {
        padding: 18px
}

.dokan-popup-content .dokan-popup-title {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 15px;
        line-height: 1
}

.dokan-popup-content fieldset {
        padding: 0;
        margin: 0;
        border: 0;
        background: 0 0
}

.dokan-popup-content .mfp-close {
        top: 4px;
        right: 3px
}

.dokan-popup-content .dokan-popup-option-list {
        list-style-type: none;
        padding: 0;
        margin: 10px 0
}

.dokan-popup-content .dokan-popup-option-list li {
        margin: 0 0 3px
}

.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label {
        display: block;
        margin: 0;
        cursor: pointer
}

.dokan-popup-content .dokan-popup-option-list li label.dokan-popup-block-label input {
        margin: 0 4px 0 0
}

.dokan-popup-content .dokan-popup-error {
        display: none;
        color: #ef3636
}

.dokan-popup-content .dokan-popup-error.has-error {
        display: block
}

#dokan-store-listing-filter-form-wrap {
        background: #fff;
        padding: 15px 0 0;
        margin-bottom: 0;
        position: relative;
        display: flex
}

#dokan-store-listing-filter-form-wrap div {
        margin: 0;
        padding: 0;
        flex: 1
}

#dokan-store-listing-filter-form-wrap .store-search .store-search-input {
        width: 100%;
        padding: 14px 30px;
        border-radius: 30px
}

#dokan-store-listing-filter-form-wrap .store-search .store-search-input:placeholder {
        color: #999
}

#dokan-store-listing-filter-form-wrap .store-search .store-search-input:focus {
        outline: none;
        border-color: var(--e-global-color-primary)
}

#dokan-store-listing-filter-form-wrap .apply-filter {
        display: flex;
        justify-content: center;
        margin-left: 20px;
        flex: 0
}

#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn {
        padding: 8px 25px;
        border-radius: 3px;
        background: #fff !important;
        color: #000 !important;
        border: 1px solid #edecec !important;
        margin-right: 20px;
        display: none
}

#dokan-store-listing-filter-form-wrap .apply-filter #cancel-filter-btn:focus {
        outline: none
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn {
        padding: 10px 35px;
        border-radius: 30px
}

#dokan-store-listing-filter-form-wrap .apply-filter #apply-filter-btn:focus {
        outline: none
}

@media (max-width:1366px) {
        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                max-width: 650px
        }
}

@media (max-width:1199px) {
        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                max-width: 590px
        }
}

@media (max-width:992px) {
        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                max-width: 430px
        }
}

@media (max-width:767px) {
        .dokan-table {
                border: none;
                text-align: left
        }

        .dokan-table tbody {
                display: table-row-group;
                vertical-align: middle;
                border-color: inherit
        }

        .dokan-table tbody tr {
                vertical-align: inherit;
                width: 100%
        }

        .dokan-table tbody tr td {
                padding: 6px;
                text-align: left;
                border-color: #ededed;
                border-style: solid;
                border-width: 0 1px 1px;
                background: #fff
        }

        .dokan-table tbody tr td:before {
                padding-right: 20px !important;
                float: left;
                font-weight: 700
        }

        .dokan-table tbody tr .post-date .status {
                float: right
        }

        .dokan-table tbody tr .diviader {
                background: 0 0 !important;
                border: none !important;
                height: 15px;
                background: 0 0
        }

        .dokan-table tbody tr .diviader:before {
                content: " "
        }

        .dokan-table tbody tr td:first-child {
                border-top-width: 1px
        }

        .dokan-table tbody tr .dokan-order-action {
                width: 100%
        }

        .dokan-table tbody .row-actions {
                visibility: visible !important
        }

        .dokan-orders-area .dokan-w8,
        .dokan-orders-area .dokan-w4 {
                width: 100% !important
        }

        .dokan-primary {
                width: 100% !important;
                padding-left: 15px;
                padding-right: 15px
        }

        .dokan-primary li.product {
                width: 100% !important
        }

        .dokan-secondary {
                width: 100%;
                padding-left: 15px;
                padding-right: 15px
        }

        .dokan-dashboard .dokan-dash-sidebar,
        .dokan-dashboard .dokan-dashboard-content {
                float: none;
                width: 100%
        }

        .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-left,
        .dokan-dashboard .product-edit-new-container .dokan-edit-row .dokan-side-right {
                float: none;
                width: auto
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
                display: inline-block;
                border-right: 1px solid #454545;
                vertical-align: middle
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:last-child {
                border-right: none
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
                content: "";
                display: none
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
                padding: 12px 24px
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {
                display: none
        }

        .dokan-dashboard .dokan-dashboard-content {
                padding-left: 0
        }

        ul.dokan-seller-wrap li.dokan-single-seller {
                width: 90% !important;
                margin-bottom: 50px
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                max-width: 500px
        }
}

@media (max-width:430px) {
        #dokan-store-listing-filter-form-wrap:before {
                left: 10%
        }

        .apply-filter {
                margin-top: 20px
        }

        .dokan-dashboard .dokan-dash-sidebar,
        .dokan-dashboard .dokan-dashboard-content {
                float: none;
                width: 100%
        }

        .dokan-dashboard .dokan-dash-sidebar article,
        .dokan-dashboard .dokan-dashboard-content article {
                overflow: scroll
        }

        .dokan-dashboard .dokan-dash-sidebar .dokan-settings-area .dokan-banner,
        .dokan-dashboard .dokan-dashboard-content .dokan-settings-area .dokan-banner {
                width: auto !important;
                height: auto !important;
                margin: 0 !important;
                margin-bottom: 15px !important
        }

        .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-right {
                float: right !important
        }

        .dokan-dashboard .dashboard-content-area .dokan-announcement-widget .dokan-left {
                float: left !important
        }

        .dokan-dashboard .dashboard-content-area .dokan-dash-left {
                padding-right: 0 !important
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:before {
                content: " ";
                display: table
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu:after {
                content: " ";
                display: table;
                clear: both
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {
                float: left;
                width: 100%
        }

        .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {
                padding: 12px
        }

        .dokan-dashboard .dokan-orders-area .dokan-order-filter-serach {
                padding: 10px 0
        }

        .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top {
                border-bottom: 0
        }

        .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top ul.dokan-listing-filter {
                width: 100%
        }

        .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .product-listing-top .dokan-add-product-link {
                display: flex;
                justify-content: space-between;
                width: auto;
                float: none
        }

        .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-date-filter {
                display: flex;
                justify-content: flex-start;
                flex-direction: column
        }

        .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form {
                display: flex;
                justify-content: space-between
        }

        .dokan-dashboard .dokan-product-listing .dokan-product-listing-area .dokan-product-search-form .dokan-form-group {
                margin-bottom: 0;
                margin-right: 0
        }

        .dokan-dashboard .dokan-product-listing .dokan-product-listing-area #product-filter .dokan-form-group {
                margin-top: 15px
        }

        .dokan-dashboard .dokan-right,
        .dokan-dashboard .dokan-left {
                float: none !important
        }

        .dokan-dashboard .dokan-w6,
        .dokan-dashboard .dokan-w8,
        .dokan-dashboard .dokan-w4 {
                float: none;
                width: 100%
        }

        .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-left,
        .dokan-dashboard .dokan-reports-content .dokan-reports-area .dokan-reports-wrap .report-right {
                width: 100%
        }

        .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-left,
        .dokan-dashboard .dokan-product-edit-area .dokan-product-edit-right {
                float: none;
                width: 100%
        }

        .dokan-dashboard .content-half-part {
                float: none;
                width: 100%;
                margin-bottom: 8px
        }

        .dokan-dashboard .content-half-part:last-child {
                padding-left: 0
        }

        .dokan-dashboard .content-half-part:first-child {
                padding-right: 0
        }

        .dokan-dashboard ul.dokan_tabs {
                padding-left: 0;
                margin-right: 0
        }

        .dokan-dashboard ul.dokan_tabs li {
                margin-bottom: 10px
        }

        .dokan-single-store .profile-frame .profile-info-box {
                width: 100%
        }

        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                max-width: 280px
        }

        .dokan-seller-wrap .dokan-single-seller .store-wrapper .store-footer {
                display: flex
        }
}

@media (max-width:375px) {
        .dokan-order-filter-serach form:first-child .dokan-form-group {
                display: flex
        }
}

@media (max-width:360px) {
        .dokan-single-store .profile-frame .profile-info-box.profile-layout-layout1 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info {
                max-width: 200px
        }
}

.dokan-dashboard #page .site-content {
        margin-top: 20px;
        margin-bottom: 80px
}

@media (max-width:768px) {
        .dokan-dashboard #page .site-content {
                margin-bottom: 30px
        }
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover,
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {
        background-color: var(--e-global-color-primary)
}

.dokan-dashboard .dokan-withdraw-area .subsubsub {
        margin: 30px 0
}

.dokan-dashboard .widget-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);
        color: var(--e-global-color-secondary)
}

.dokan-dashboard .list-inline,
.dokan-dashboard .dokan-listing-filter {
        padding: 0;
        margin-left: 0
}

.dokan-dashboard .dokan-listing-filter li,
.dokan-dashboard .order-statuses-filter li,
.dokan-dashboard .subsubsub li {
        padding: 8px 15px !important;
        border: 0 !important
}

.dokan-dashboard .dokan-listing-filter li a,
.dokan-dashboard .order-statuses-filter li a,
.dokan-dashboard .subsubsub li a {
        color: var(--e-global-color-accent)
}

.dokan-dashboard .dokan-listing-filter li.active,
.dokan-dashboard .order-statuses-filter li.active,
.dokan-dashboard .subsubsub li.active {
        border-radius: 25px;
        background-color: var(--e-global-color-primary)
}

.dokan-dashboard .dokan-listing-filter li.active a,
.dokan-dashboard .order-statuses-filter li.active a,
.dokan-dashboard .subsubsub li.active a {
        color: #fff !important
}

.dokan-dashboard #dokan-comments_menu ul.subsubsub li {
        padding: 8px 15px !important
}

.dokan-dashboard fieldset {
        border-color: var(--e-global-color-border)
}

.dokan-dashboard fieldset>*:first-child {
        margin-top: 30px
}

.dokan-dashboard fieldset>legend {
        margin-top: 0;
        padding: 0 15px
}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach {
        padding-left: 0;
        padding-right: 0
}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach input[type=submit].dokan-btn-sm,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach a.dokan-btn-sm,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-btn-sm {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        line-height: 18px;
        vertical-align: middle
}

.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group .select2-container,
.dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group .dokan-form-control {
        border-radius: 25px;
        height: 50px
}

@media (max-width:568px) {

        .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group .select2-container,
        .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group .dokan-form-control {
                margin-bottom: 15px
        }
}

@media (max-width:568px) {
        .dokan-orders-content .dokan-orders-area .dokan-order-filter-serach .dokan-form-group .dokan-daterangepicker {
                margin-top: 15px
        }
}

.dokan-table {
        overflow-x: auto
}

.dokan-table thead tr th {
        background: #f4f3f8;
        color: var(--e-global-color-accent)
}

.dokan-table .diviader {
        display: none !important
}

.dokan-table td,
.dokan-table th {
        padding: 16px 10px !important;
        vertical-align: middle !important
}

.dokan-orders-content .dokan-orders-area input.add_note {
        padding-top: 4px;
        padding-bottom: 4px
}

#dokan-cancel-tracking-note {
        margin-top: 10px
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active:after {
        border-width: 10px 10px 10px 0;
        margin-top: -10px;
        left: calc(100% - 10px)
}

.export_div form label {
        display: inline-block
}

.dokan-order-filter-serach {
        position: relative;
        z-index: 200
}

.dokan-order-filter-serach .dokan-form-group input[name=order_date] {
        padding: .93em 1.25em !important;
        width: 125px !important;
        display: inline-block
}

.dokan-order-filter-serach .dokan-form-group label {
        display: inline-block
}

a.dokan-btn-theme.dokan-add-new-product {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary);
        line-height: initial
}

a.dokan-btn-theme.dokan-add-new-product:hover,
a.dokan-btn-theme.dokan-add-new-product:active,
a.dokan-btn-theme.dokan-add-new-product:focus {
        background-color: var(--primary_hover);
        border-color: var(--primary_hover)
}

.dokan-order-filter-serach .dokan-form-group input[name=order_date] {
        vertical-align: middle
}

.variation .variation-Vendor {
        display: inline-block;
        margin-bottom: 0
}

.variation .variation-Vendor:first-child {
        color: var(--e-global-color-accent)
}

.variation .variation-Vendor p {
        margin: 0
}

@media (min-width:1024px) {
        [class*=bokifa-sidebar-] .dokan-single-store {
                width: calc(100% - 390px);
                float: left
        }

        .bokifa-sidebar-left .dokan-single-store {
                float: right
        }

        .bokifa-sidebar-right .dokan-single-store {
                float: left
        }
}

@media (min-width:1024px) and (max-width:1024px) {
        [class*=bokifa-sidebar-] .dokan-single-store {
                width: calc(100% - 360px)
        }
}

@media (min-width:1024px) {
        [class*=bokifa-sidebar-] .dokan-store-sidebar {
                width: 360px;
                float: right;
                padding: 0;
                border: none
        }

        .bokifa-sidebar-left .dokan-store-sidebar {
                float: left
        }

        .bokifa-sidebar-right .dokan-store-sidebar {
                float: right
        }
}

@media (min-width:1024px) and (max-width:1024px) {
        [class*=bokifa-sidebar-] .dokan-store-sidebar {
                width: 320px
        }
}

.dokan-theme-bokifa #page .site-content {
        margin-bottom: 125px
}

@media (max-width:1024px) {
        .dokan-theme-bokifa #page .site-content {
                margin-bottom: 80px
        }
}

@media (max-width:768px) {
        .dokan-theme-bokifa #page .site-content {
                margin-bottom: 30px
        }
}

.dokan-theme-bokifa.dokan-store #page .site-content {
        margin-top: 46px;
        margin-bottom: 147px
}

@media (max-width:1024px) {
        .dokan-theme-bokifa.dokan-store #page .site-content {
                margin-bottom: 50px
        }
}

@media (max-width:768px) {
        .dokan-theme-bokifa.dokan-store #page .site-content {
                margin-top: 60px;
                margin-bottom: 30px
        }
}

.dokan-wrap {
        margin-top: 45px
}

.dokan-wrap.dokan-wrap-2cl .dokan-wrap-sidebar,
.dokan-wrap.dokan-wrap-2cr .dokan-wrap-sidebar {
        flex: 0 1 320px
}

@media (max-width:768px) {

        .dokan-wrap.dokan-wrap-2cl .dokan-wrap-content,
        .dokan-wrap.dokan-wrap-2cl .dokan-wrap-sidebar,
        .dokan-wrap.dokan-wrap-2cr .dokan-wrap-content,
        .dokan-wrap.dokan-wrap-2cr .dokan-wrap-sidebar {
                flex: 0 0 100%;
                max-width: 100%
        }
}

.dokan-wrap.dokan-wrap-2cl .dokan-wrap-sidebar {
        order: -1
}

@media (max-width:768px) {
        .dokan-wrap.dokan-wrap-2cl .dokan-wrap-sidebar {
                order: 2
        }
}

.dokan-wrap-sidebar .widget {
        padding: 20px;
        border: 1px solid;
        border-color: var(--e-global-color-border);
        border-radius: 2px;
        box-shadow: 0 0 1px rgba(0, 0, 0, .1);
        margin-bottom: 20px
}

.dokan-wrap-sidebar .widget .widget-title {
        border-bottom: 1px solid;
        border-color: var(--e-global-color-border);
        padding-bottom: 15px
}

.dokan-other-vendor-camparison h3 {
        font-size: 22px;
        font-weight: 400
}

div.dokan-other-vendor-camparison {
        margin-bottom: 10px
}

div.dokan-other-vendor-camparison-table {
        margin-top: 35px;
        margin-bottom: 0
}

div.dokan-other-vendor-camparison-table .table-row {
        box-shadow: none
}

div.dokan-other-vendor-camparison-table .table-cell.vendor a {
        font-size: 18px
}

div.dokan-other-vendor-camparison-table .table-cell.price .woocommerce-Price-amount {
        font-size: 16px;
        color: var(--e-global-color-primary);
        font-weight: 500
}

div.dokan-other-vendor-camparison-table .table-cell.price del .woocommerce-Price-amount {
        color: #999
}

div.dokan-other-vendor-camparison-table .table-cell.price ins {
        background: 0 0
}

div.dokan-other-vendor-camparison-table .table-cell .dokan-btn.link {
        color: var(--e-global-color-primary)
}

div.dokan-other-vendor-camparison-table .table-cell .dokan-btn.view {
        color: #09c
}

div.dokan-other-vendor-camparison-table .table-cell .dokan-btn.cart {
        color: var(--e-global-color-primary)
}

div.dokan-other-vendor-camparison-table .woocommerce-review-link {
        font-size: 13px;
        color: #999;
        padding-top: .2em
}

div.dokan-other-vendor-camparison-table span.cell-title {
        font-size: 14px;
        font-weight: 400;
        color: #999
}

.single-product div.product .dokan-other-vendor-camparison-table .woocommerce-product-rating {
        margin-top: -.375em;
        padding-bottom: .375em
}

.store_vendor_info {
        font-size: 15px;
        font-weight: 300;
        line-height: 2
}

.list-unstyled {
        list-style: none;
        margin-right: 0
}

.list-unstyled li {
        padding-bottom: 5px
}

.dokan-vendor-info-wrap {
        border: 1px solid var(--e-global-color-border);
        padding: 30px;
        display: flex;
        flex-direction: row;
        margin-top: 30px
}

.dokan-vendor-info-wrap .dokan-vendor-image {
        margin-right: 15px
}

#secondary.dokan-store-sidebar .widget .dokan-btn {
        border-radius: 30px
}

#secondary.dokan-store-sidebar .widget .dokan-btn i {
        font-size: 13px;
        font-size: .8125rem;
        margin-left: 13px
}

.dokan-store-products-filter-area .dokan-store-products-ordeby {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 28px
}

.dokan-store-products-filter-area .orderby-search:not([size]):not([multiple]) {
        width: auto;
        padding: 0 17px 0 12px;
        margin-top: 24px;
        border: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.29181 0C5.92148 0 6.23682 0.821832 5.79157 1.30248L3.49976 3.77653C3.22375 4.07449 2.77625 4.07449 2.50024 3.77653L0.208426 1.30248C-0.236816 0.821832 0.0785225 0 0.70819 0H5.29181Z' fill='black'/%3e%3c/svg%3e ");
        background-repeat: no-repeat;
        background-position: 100% center;
        background-size: 6px 10px;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--e-global-color-accent)
}

@media (max-width:425px) {
        .dokan-store-products-filter-area .orderby-search:not([size]):not([multiple]) {
                width: 125px
        }
}

.dokan-store-products-filter-area .orderby-search:not([size]):not([multiple]) option {
        text-align: right
}

.dokan-store-products-filter-area .dokan-store-products-filter-search {
        font-size: 13px;
        font-size: .8125rem;
        background-color: transparent;
        border-color: var(--e-global-color-border);
        margin-right: 6px;
        margin-top: 10px;
        padding: 14px 28px;
        width: 300px
}

.dokan-store-products-filter-area .dokan-store-products-filter-search::placeholder {
        color: var(--e-global-color-lighter)
}

.dokan-store-products-filter-area .dokan-store-products-filter-search:focus,
.dokan-store-products-filter-area .dokan-store-products-filter-search:hover {
        border-color: var(--e-global-color-primary)
}

@media (max-width:425px) {
        .dokan-store-products-filter-area .dokan-store-products-filter-search {
                width: 100%
        }
}

.dokan-store-products-filter-area .search-store-products.dokan-btn-theme {
        margin: 10px auto 0 0;
        padding-top: 14px;
        padding-bottom: 14px;
        width: 181px;
        display: flex;
        align-items: center;
        justify-content: center
}

@media (max-width:425px) {
        .dokan-store-products-filter-area .search-store-products.dokan-btn-theme {
                width: 160px
        }
}

.dokan-store-products-filter-area .search-store-products.dokan-btn-theme:before {
        margin-right: 18px
}

.dokan-store-products-filter-area .search-store-products.dokan-btn-theme i {
        font-size: 13px;
        font-size: .8125rem;
        margin-left: 12px
}

.dokan-store-products-filter-area .search-store-products.dokan-btn-theme:hover {
        background-color: var(--e-global-color-accent);
        border-color: var(--e-global-color-accent)
}

.dokan-store-products-filter-area #dokan-store-products-search-result {
        display: none;
        position: absolute;
        width: 100%;
        background: #fff;
        z-index: 15;
        transform: translateY(-1px);
        max-width: 370px;
        max-height: 400px;
        overflow-y: auto;
        overflow-x: hidden;
        top: calc(100% + 2px)
}

@media (max-width:768px) {
        .dokan-store-products-filter-area #dokan-store-products-search-result {
                max-width: 300px
        }
}

.dokan-store-products-filter-area #dokan-store-products-search-result ul {
        list-style: none;
        margin: 0 !important;
        padding: 15px
}

.dokan-store-products-filter-area #dokan-store-products-search-result li {
        display: block;
        padding: 8px 0;
        position: relative;
        border-bottom: 1px dashed #e0e0e0;
        margin-left: 0
}

.dokan-store-products-filter-area #dokan-store-products-search-result li:last-child {
        border-bottom: none
}

.dokan-store-products-filter-area #dokan-store-products-search-result a {
        display: table;
        width: 100%
}

.dokan-store-products-filter-area #dokan-store-products-search-result a>* {
        display: table-cell;
        vertical-align: top
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-image {
        width: 65px;
        max-width: 65px
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data {
        padding-left: 15px
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data div:not(.dokan-ls-product-categories) {
        display: inline-block;
        vertical-align: middle
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-price {
        position: absolute;
        top: 12px;
        right: 0
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-data .dokan-ls-product-stock {
        padding: 4px 8px;
        background: #eee;
        border-radius: 4px;
        position: absolute;
        bottom: 10px;
        right: 0
}

.dokan-store-products-filter-area #dokan-store-products-search-result h3 {
        display: block;
        margin: 0;
        font-size: 15px
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span {
        display: inline-block;
        margin-right: 4px;
        font-size: 13px
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:after {
        content: ","
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child {
        margin-right: 0
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-product-categories span:last-child:after {
        content: ""
}

.dokan-store-products-filter-area #dokan-store-products-search-result .product-price {
        font-size: 14px;
        font-weight: 700;
        bottom: 10px;
        text-align: right
}

.dokan-store-products-filter-area #dokan-store-products-search-result .dokan-ls-sale-price {
        color: #8f949b;
        text-decoration: line-through;
        margin-left: 8px
}

.dokan-store-products-filter-area .dokan-store-products-search-has-results {
        border: 1px solid var(--e-global-color-border);
        border-radius: 4px
}

.dokan-store-products-filter-area .dokan-ajax-search-loader {
        background-image: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/dokan/../../../../../plugins/dokan-lite/assets/images/spinner-2x.gif);
        background-position: 250px center;
        background-repeat: no-repeat;
        background-size: 20px 20px;
        z-index: 999
}

.dokan-single-store .headline,
.dokan-single-store .products-list-heading {
        font-size: 24px;
        line-height: 1.1666666667;
        margin-bottom: 6px
}

.dokan-single-store .headline:before,
.dokan-single-store .products-list-heading:before {
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%;
        margin-right: 18px;
        background-color: var(--e-global-color-primary);
        display: inline-block;
        vertical-align: middle
}

.dokan-single-store .dokan-store-product-section {
        margin-bottom: 25px
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice {
        display: inline-flex;
        align-items: center;
        position: relative;
        z-index: 1
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice .bokifa-icon-angle-down {
        margin-left: 10px
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times {
        top: 100%;
        left: -28px;
        color: #3e474f;
        width: 300px;
        z-index: 1;
        display: none;
        padding: 15px;
        overflow: auto;
        position: absolute;
        max-height: 435px;
        background: #fff;
        box-shadow: 0 10px 15px -3px #00000040, 0 4px 6px -4px #00000010;
        border-radius: 4px
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading {
        margin: 0 0 15px;
        display: flex;
        align-items: center
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading i.fa-calendar-day {
        color: #2471a9;
        width: 30px;
        margin: 0 10px 0 0;
        height: 30px;
        border: 1px solid #cbd9dc;
        display: flex;
        align-items: center;
        border-radius: 50%;
        justify-content: center
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-times-heading h4 {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 0
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times span {
        margin-left: 10px
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags {
        display: flex;
        font-size: 15px;
        margin-bottom: 12px
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-days {
        flex: 2.3
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_day,
.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .current_time {
        font-weight: 700
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times {
        flex: 4
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-open {
        cursor: pointer;
        display: inline-block;
        transition: .5s ease;
        list-style: none;
        text-decoration: none
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags .store-times .store-close {
        cursor: pointer;
        display: inline-block;
        transition: .5s ease;
        list-style: none;
        margin-bottom: 5.5px;
        text-decoration: none;
        color: #d07272;
        padding: 1px 12px;
        border-radius: 16px;
        background-color: #f8e8e7;
        text-align: center
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times .store-time-tags:last-child {
        margin-bottom: 0
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar {
        width: 10px
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb {
        background: #8d9399;
        border-radius: 5px
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times::-webkit-scrollbar-thumb:hover {
        background: #555
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice #vendor-store-times:hover {
        display: block
}

.dokan-store-info .dokan-store-open-close .store-open-close-notice:hover #vendor-store-times {
        display: block
}

#dokan-seller-listing-wrap {
        margin-left: 15px;
        margin-right: 15px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap {
        list-style: none;
        margin: 57px 15px 0;
        padding: 0
}

@media (max-width:1024px) {
        #dokan-seller-listing-wrap ul.dokan-seller-wrap {
                margin: 30px 15px 0
        }
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap:before {
        content: " ";
        display: table
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap:after {
        content: " ";
        display: table;
        clear: both
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
        list-style-type: none;
        float: left;
        margin: 0 0 30px;
        padding-left: 15px;
        padding-right: 15px
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
        max-width: 100%
}

#dokan-seller-listing-wrap .store-wrapper {
        overflow: hidden
}

#dokan-seller-listing-wrap .store-data h2 {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 1.1764705882;
        margin-bottom: 9px
}

@media (max-width:1024px) {
        #dokan-seller-listing-wrap .store-data h2 {
                font-size: 24px;
                font-size: 1.5rem;
                line-height: 24px
        }
}

#dokan-seller-listing-wrap .store-data .store-address {
        margin: 0 0 3px;
        color: #555
}

#dokan-seller-listing-wrap .store-data .store-phone {
        font-size: 18px;
        font-size: 1.125rem;
        color: var(--e-global-color-primary);
        font-weight: 600
}

#dokan-seller-listing-wrap.grid-view .store-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        position: relative;
        border-radius: 10px;
        overflow: hidden
}

#dokan-seller-listing-wrap.grid-view .store-wrapper:hover .store-header .store-banner img {
        transform: scale(1.05)
}

#dokan-seller-listing-wrap.grid-view .store-wrapper:hover .store-header .store-banner:before {
        background: linear-gradient(0deg, rgba(0, 0, 0, .6), rgba(0, 0, 0, .6))
}

#dokan-seller-listing-wrap.grid-view .store-wrapper:hover .store-content {
        border-color: var(--e-global-color-primary)
}

#dokan-seller-listing-wrap.grid-view .store-header {
        border-radius: 10px 10px 0 0
}

#dokan-seller-listing-wrap.grid-view .store-header .store-banner {
        position: relative;
        overflow: hidden;
        padding-top: 55%
}

#dokan-seller-listing-wrap.grid-view .store-header .store-banner img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        transform: scale(1);
        border-radius: 10px 10px 0 0;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

#dokan-seller-listing-wrap.grid-view .store-content {
        position: relative;
        z-index: 9;
        flex: 1;
        border: 1px solid var(--e-global-color-border);
        border-top: 0;
        border-radius: 0 0 10px 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
}

#dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
        padding: 0 20px 40px;
        max-width: 280px;
        text-align: center;
        margin: 0 auto
}

@media (max-width:767px) {
        #dokan-seller-listing-wrap.grid-view .store-content .store-data-container {
                padding: 0 20px 20px
        }
}

#dokan-seller-listing-wrap.grid-view .store-content .seller-avatar {
        margin-top: -40px;
        margin-bottom: 16px
}

#dokan-seller-listing-wrap.grid-view .store-content .seller-avatar img {
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
        border-radius: 10px
}

#dokan-seller-listing-wrap.grid-view .store-content .featured-favourite .featured-label {
        color: #fff;
        position: absolute;
        top: 20px;
        right: 0;
        width: 65px;
        transform: rotate(45deg)
}

#dokan-seller-listing-wrap.grid-view .store-content .featured-favourite .featured-label:before {
        content: "";
        position: absolute;
        width: 300%;
        background: #2d54a3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        z-index: -1
}

#dokan-seller-listing-wrap .seller-listing-content .dokan-error {
        margin: 15px
}

#dokan-seller-listing-wrap.list-view .dokan-seller-wrap .dokan-single-seller {
        width: 100%
}

#dokan-seller-listing-wrap.list-view .store-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        background: #fff;
        border-radius: 10px;
        position: relative;
        border: 1px solid var(--e-global-color-border);
        height: 400px
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-banner {
        height: 100%;
        overflow: hidden
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-banner img {
        height: 100%;
        object-fit: cover;
        transition: all .3s ease
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .featured-favourite .featured-label {
        color: #fff;
        position: absolute;
        top: 20px;
        left: 0;
        width: 65px;
        transform: rotate(-45deg)
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .featured-favourite .featured-label:before {
        content: "";
        position: absolute;
        width: 300%;
        background: #2d54a3;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        z-index: -1
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data {
        font-size: 18px
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data h2 {
        font-size: 38px;
        line-height: 1.1578947368;
        margin-bottom: 10px
}

@media (max-width:768px) {
        #dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data h2 {
                font-size: 28px;
                line-height: 28px
        }
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data h2 a {
        color: var(--e-global-color-secondary);
        text-decoration: none
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data h2 a:active,
#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data h2 a:focus,
#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data h2 a:hover {
        text-decoration: none;
        outline: none;
        color: var(--e-global-color-primary)
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data .store-address {
        margin-bottom: 15px
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-content .store-data-container .store-data .store-phone {
        font-size: 20px
}

#dokan-seller-listing-wrap.list-view .store-wrapper>.store-content {
        flex: 0 0 50%;
        padding: 30px
}

@media (min-width:769px) {
        #dokan-seller-listing-wrap.list-view .store-wrapper>.store-content {
                flex: 0 0 60%
        }
}

#dokan-seller-listing-wrap.list-view .store-wrapper .store-header {
        flex: 0 0 50%;
        height: 100%
}

@media (min-width:769px) {
        #dokan-seller-listing-wrap.list-view .store-wrapper .store-header {
                flex: 0 0 40%
        }
}

#dokan-seller-listing-wrap.list-view .store-wrapper .seller-avatar {
        display: none
}

#dokan-seller-listing-wrap.list-view .store-wrapper:hover .store-banner img {
        transform: scale(1.04)
}

@media (max-width:767px) {
        #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
                width: 100% !important;
                float: none
        }

        #dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-content {
                text-align: left
        }
}

@media (min-width:768px) and (max-width:991px) {
        #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
                width: 50%
        }
}

@media (min-width:992px) {
        #dokan-seller-listing-wrap ul.dokan-seller-wrap li {
                width: 33.33%
        }
}

#dokan-store-listing-filter-wrap {
        padding: 17px 0 14px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        font-weight: 400;
        border-top: 1px solid var(--e-global-color-border);
        border-bottom: 1px solid var(--e-global-color-border)
}

@media (max-width:767px) {
        #dokan-store-listing-filter-wrap {
                display: block
        }

        #dokan-store-listing-filter-wrap .right {
                margin-bottom: 6px;
                justify-content: space-between
        }

        #dokan-store-listing-filter-wrap .right .item.sort-by {
                margin: 0
        }

        #dokan-store-listing-filter-wrap .left {
                margin-bottom: 6px
        }
}

#dokan-store-listing-filter-wrap .store-count {
        margin-bottom: 0;
        font-size: 13px;
        color: var(--e-global-color-accent);
        font-weight: 500
}

#dokan-store-listing-filter-wrap .right {
        display: flex;
        align-items: center
}

#dokan-store-listing-filter-wrap .right .item {
        position: relative;
        white-space: nowrap
}

#dokan-store-listing-filter-wrap .right .item.sort-by {
        margin: 0 25px 0 8px;
        font-size: 13px;
        font-weight: 500
}

#dokan-store-listing-filter-wrap .right .item.sort-by label {
        color: var(--e-global-color-lighter)
}

#dokan-store-listing-filter-wrap .right .item .dokan-store-list-filter-button {
        border-radius: 20px
}

#dokan-store-listing-filter-wrap .right .item button {
        padding: 0;
        margin-right: 15px;
        background-color: #fff;
        font-weight: 600;
        line-height: 1.7142857143;
        color: var(--e-global-color-accent);
        transition: all ease-in-out .35s;
        text-decoration: underline
}

#dokan-store-listing-filter-wrap .right .item button:hover {
        color: var(--e-global-color-primary)
}

#dokan-store-listing-filter-wrap .right .item button:focus {
        outline: none
}

#dokan-store-listing-filter-wrap .right .item select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0 10px 0 0;
        background-position: 100% center;
        width: auto;
        border: none;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='6' height='4' viewBox='0 0 6 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.29181 0C5.92148 0 6.23682 0.821832 5.79157 1.30248L3.49976 3.77653C3.22375 4.07449 2.77625 4.07449 2.50024 3.77653L0.208426 1.30248C-0.236816 0.821832 0.0785225 0 0.70819 0H5.29181Z' fill='black'/%3e%3c/svg%3e ");
        background-size: 6px 10px
}

#dokan-store-listing-filter-wrap .right .item select:focus {
        outline: none
}

#dokan-store-listing-filter-wrap .right .toggle-view {
        line-height: 20px;
        color: var(--e-global-color-lighter)
}

#dokan-store-listing-filter-wrap .right .toggle-view .dashicons {
        cursor: pointer
}

#dokan-store-listing-filter-wrap .right .toggle-view .active {
        color: var(--e-global-color-accent)
}

#dokan-seller-listing-wrap {
        margin-left: 0;
        margin-right: 0
}

#dokan-seller-listing-wrap ul.dokan-seller-wrap {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
}

.dokan-ajax-loader {
        width: 50px;
        height: 50px;
        background: #fff;
        position: relative;
        box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        border-radius: 5px
}

.dokan-ajax-loader:before {
        content: "";
        width: 30px;
        height: 30px;
        display: block;
        vertical-align: middle;
        border: 1px solid #bbb;
        border-left-color: #000;
        border-radius: 50%;
        animation: opal-loading .45s infinite linear;
        -webkit-animation: opal-loading .45s infinite linear;
        margin: 0 auto;
        position: absolute;
        top: 50%;
        margin-top: -15px;
        left: 0;
        right: 0
}

@keyframes opal-loading {
        100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
        }
}

@-webkit-keyframes opal-loading {
        100% {
                -webkit-transform: rotate(360deg)
        }
}

.dokan-product-listing .dokan-product-listing-area {
        padding-left: 0;
        padding-right: 0
}

.product-listing-table td[data-title=Price] .amount+.amount {
        color: var(--e-global-color-primary)
}

.product-listing-table td[data-title=Name] 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);
        line-height: 26px
}

.product-listing-table td[data-title=Name] a:hover {
        color: var(--e-global-color-primary)
}

#secondary .dokan-store-widget.widget_product_categories {
        padding: 30px;
        border: 1px solid var(--e-global-color-border);
        border-radius: 10px;
        margin-bottom: 34px
}

#secondary .dokan-store-widget.widget_product_categories .store-cat-stack-dokan>ul {
        margin-bottom: 0
}

#secondary .dokan-store-widget.widget_product_categories .store-cat-stack-dokan>ul>li:last-child {
        margin-bottom: 0
}

#secondary .dokan-store-widget .widget-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);
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5555555556;
        font-weight: 700;
        color: var(--e-global-color-secondary);
        padding-bottom: 0
}

#secondary .dokan-store-widget.dokan-store-contact .widget-title {
        padding-bottom: 10px
}

.seller-form input[type=submit].dokan-btn-theme,
.seller-form .dokan-btn-theme {
        width: 100%;
        margin-top: 13px
}

#dokan-store-location {
        padding-top: 56.25%
}

.widget_shopping_cart .mini_cart_item .variation {
        margin: 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 .icon .bokifa-icon-user-o {
        margin-right: -5px;
        margin-bottom: 3px
}

.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: 14px;
        font-size: .875rem;
        font-weight: var(--e-global-typography-secondary-font-weight);
        text-transform: capitalize;
        color: var(--e-global-color-secondary)
}

.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-box-height-full,
.elementor-box-height-full .bokifa-wrapper .bokifa-swiper .wrap-banner-carousel,
.elementor-box-height-full .bokifa-wrapper .bokifa-swiper .wrap-banner-carousel .bokifa-wrapper,
.elementor-box-height-full .bokifa-wrapper .bokifa-swiper .wrap-banner-carousel .bokifa-wrapper .bokifa-swiper,
.elementor-box-height-full .bokifa-wrapper,
.elementor-box-height-full .bokifa-wrapper .bokifa-swiper {
        height: 100%
}

.elementor-box-height-full .bokifa-wrapper,
.elementor-box-height-full .bokifa-wrapper .bokifa-swiper .wrap-banner-carousel .bokifa-wrapper,
.elementor-box-height-full .bokifa-wrapper .bokifa-swiper,
.elementor-box-height-full .bokifa-wrapper .bokifa-swiper .wrap-banner-carousel .bokifa-wrapper .bokifa-swiper {
        padding-bottom: 0 !important
}

.elementor-widget-bokifa-banner-carousel .elementor_inner_item_banner {
        flex-wrap: wrap
}

.elementor-widget-bokifa-banner-carousel .elementor_inner_item_banner .wrap-banner-carousel {
        flex: auto
}

.elementor-widget-bokifa-banner-carousel .elementor_inner_item_banner .elementor_box_image_side .image_side {
        width: 100%
}

.elementor-widget-bokifa-banner-carousel .elementor-swiper-button {
        z-index: 2 !important
}

.elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text {
        display: flex;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        margin-left: -41px
}

.elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title {
        font-style: italic;
        margin: 0
}

.elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
.elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
        color: #fff;
        font-size: 120px;
        font-size: 7.5rem;
        line-height: 120px;
        letter-spacing: -2px;
        font-family: var(--e-global-typography-primary-font-family)
}

@media only screen and (max-width:1366px) {
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text {
                margin-left: -75px
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
                font-size: 100px;
                font-size: 6.25rem;
                line-height: 100px
        }
}

@media only screen and (max-width:1024px) {
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text {
                margin-left: -160px
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-box-text {
                margin-left: -170px;
                text-align: center
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
                font-size: 100px;
                font-size: 6.25rem;
                line-height: 100px
        }
}

@media only screen and (max-width:768px) {
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text {
                margin-left: 0
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-box-text {
                margin: 30px 0 0;
                text-align: center
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
                font-size: 60px;
                font-size: 3.75rem;
                line-height: 60px
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-button {
                padding: 18px 25px;
                margin-top: 20px
        }
}

@media only screen and (max-width:320px) {
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text {
                margin-left: 0
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-box-text {
                margin: 30px 0 0;
                text-align: center
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-title,
        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-sub-title {
                font-size: 40px;
                font-size: 2.5rem;
                line-height: 40px
        }

        .elementor-widget-bokifa-banner-carousel .elementor-banner-wrap-box-text .elementor-banner-button {
                padding: 15px 22px;
                margin-top: 20px
        }
}

.wrap-banner-carousel {
        display: flex;
        position: relative
}

.elementor-banner-box-text {
        z-index: 999
}

.elementor-banner-box-text .elementor-banner-button {
        border: none !important;
        background-color: #fff;
        color: #000;
        padding: 24px 36px 24px 42px;
        font-family: var(--e-global-typography-accent-font-family);
        margin-top: -16px
}

.elementor-widget-bokifa-banner .elementor-cta__content {
        margin: 0
}

.elementor-widget-bokifa-banner .elementor-cta__heading2,
.elementor-widget-bokifa-banner .elementor-cta__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: 44px;
        font-size: 2.75rem;
        text-transform: uppercase;
        line-height: 50px;
        font-weight: 600;
        position: relative;
        z-index: 1
}

.elementor-widget-bokifa-banner .elementor-cta__title {
        margin-bottom: 12px
}

.elementor-widget-bokifa-banner .elementor-cta__heading2 {
        margin-bottom: 15px
}

.elementor-widget-bokifa-banner .elementor-cta__subtitle {
        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: 14px;
        font-size: .875rem;
        line-height: 26px;
        font-weight: 600;
        margin-bottom: 12px
}

.elementor-widget-bokifa-banner .elementor-cta__description {
        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: 16px;
        font-size: 1rem;
        line-height: 26px;
        color: var(--e-global-color-text);
        margin-bottom: 46px
}

.elementor-widget-bokifa-banner .elementor-cta__bg-overlay {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        left: 0
}

.elementor-widget-bokifa-banner.content-stretch-yes {
        height: 100%
}

.elementor-widget-bokifa-banner.content-stretch-yes .elementor-widget-container,
.elementor-widget-bokifa-banner.content-stretch-yes .elementor-bokifa-banner {
        height: 100%
}

.elementor-widget-bokifa-banner.enable-effect-button-yes .elementor-cta__button-wrapper {
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(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
}

.elementor-widget-bokifa-banner.enable-effect-button-yes:hover .elementor-cta__button-wrapper {
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.elementor-widget-bokifa-banner:hover .elementor-cta__bg-overlay {
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.elementor-widget-bokifa-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-bokifa-banner:hover .elementor-cta__button-wrapper {
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.elementor-widget-bokifa-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-bokifa-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-bokifa-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
}

.button-banner-style-bokifa-default .elementor-button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 15px 30px
}

.button-banner-style-bokifa-default .elementor-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.button-banner-style-bokifa-default .elementor-button span {
        z-index: 3
}

.button-banner-style-bokifa-default .elementor-button:hover,
.button-banner-style-bokifa-default .elementor-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.button-banner-style-bokifa-default .elementor-button:hover i,
.button-banner-style-bokifa-default .elementor-button:focus i {
        color: #fff
}

.button-banner-style-bokifa-secondary .elementor-button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background-color: #fff;
        color: var(--e-global-color-secondary);
        border-color: #fff;
        padding: 15px 30px
}

.button-banner-style-bokifa-secondary .elementor-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.button-banner-style-bokifa-secondary .elementor-button span {
        z-index: 3
}

.button-banner-style-bokifa-secondary .elementor-button:hover,
.button-banner-style-bokifa-secondary .elementor-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.button-banner-style-bokifa-secondary .elementor-button:hover i,
.button-banner-style-bokifa-secondary .elementor-button:focus i {
        color: #fff
}

.button-banner-style-bokifa-secondary .elementor-button i {
        color: var(--e-global-color-secondary)
}

.button-banner-style-bokifa-secondary .elementor-button:hover,
.button-banner-style-bokifa-secondary .elementor-button:focus {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.button-banner-style-bokifa-outline .elementor-button {
        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;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 25px;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 1px solid var(--e-global-color-border);
        white-space: nowrap;
        padding: 14px 30px;
        display: inline-flex;
        align-items: center
}

.button-banner-style-bokifa-outline .elementor-button i {
        margin: 0 0 0 6px;
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -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-banner-style-bokifa-outline .elementor-button:hover,
.button-banner-style-bokifa-outline .elementor-button:focus {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary);
        color: #fff
}

.button-banner-style-bokifa-outline .elementor-button:hover i,
.button-banner-style-bokifa-outline .elementor-button:focus i {
        color: #fff
}

.button-banner-style-bokifa-link .elementor-button {
        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);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        text-transform: capitalize;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 0;
        white-space: nowrap;
        border-radius: 0;
        position: relative;
        padding: 0
}

.button-banner-style-bokifa-link .elementor-button:before {
        display: none
}

.button-banner-style-bokifa-link .elementor-button .elementor-button-text {
        position: relative
}

.button-banner-style-bokifa-link .elementor-button .elementor-button-text:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-secondary);
        bottom: 3px;
        left: 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
}

.button-banner-style-bokifa-link .elementor-button i {
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        margin: 0 0 0 8px
}

.button-banner-style-bokifa-link .elementor-button:hover,
.button-banner-style-bokifa-link .elementor-button:focus {
        color: var(--e-global-color-primary)
}

.button-banner-style-bokifa-link .elementor-button:hover .elementor-button-text,
.button-banner-style-bokifa-link .elementor-button:focus .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.button-banner-style-bokifa-link .elementor-button:hover .elementor-button-text:after,
.button-banner-style-bokifa-link .elementor-button:focus .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.button-banner-style-bokifa-link .elementor-button:hover i,
.button-banner-style-bokifa-link .elementor-button:focus i {
        color: var(--e-global-color-primary)
}

.button-banner-style-bokifa-link .elementor-button:visited {
        color: var(--e-global-color-secondary)
}

.button-banner-style-bokifa-link .elementor-button:visited i {
        color: var(--e-global-color-secondary)
}

.button-banner-style-bokifa-link .elementor-button:visited:hover {
        color: var(--e-global-color-primary)
}

.button-banner-style-bokifa-link .elementor-button:visited:hover .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.button-banner-style-bokifa-link .elementor-button:visited:hover .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.button-banner-style-bokifa-link .elementor-button:visited:hover i {
        color: var(--e-global-color-primary)
}

.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;
        padding: 30px;
        width: 100%;
        display: flex
}

.elementor-cta__content-item {
        width: 100%
}

.elementor-cta__content,
.elementor-cta__content-item {
        position: relative;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-cta_image_layer {
        position: absolute;
        z-index: 1
}

.elementor-cta_image_layer img {
        object-fit: contain
}

@media (max-device-width:1024px) {
        .elementor-cta {
                cursor: pointer
        }
}

.elementor-brand-item {
        text-align: center;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden
}

.elementor-brand-wrapper .elementor-brand-image {
        display: flex;
        width: 100%;
        font-size: 0px;
        font-size: 0rem;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.elementor-brand-wrapper .elementor-brand-image:hover img,
.elementor-brand-wrapper .elementor-brand-image:hover svg {
        filter: none
}

.elementor-brand-wrapper a {
        display: block;
        padding: 0
}

.elementor-brand-wrapper img {
        transition: all .3s ease
}

.elementor-brand-wrapper:hover img,
.elementor-brand-wrapper:hover svg {
        opacity: .5;
        transition: all .3s;
        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-brand-wrapper:hover img svg {
        filter: grayscale(100%)
}

.elementor-widget-bokifa-brand-border-yes .elementor-brand-wrapper {
        border-top: 1px solid;
        border-top-color: var(--e-global-color-primary);
        border-left: 1px solid;
        border-left-color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-brand-border-yes .elementor-brand-item {
        border-bottom: 1px solid;
        border-bottom-color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-brand-border-yes .elementor-brand-item:before {
        content: "";
        display: inline-block;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: var(--e-global-color-primary);
        position: absolute
}

.elementor-widget-bokifa-brand-border-yes .elementor-brand-item .slick-slide {
        position: relative
}

.elementor-widget-bokifa-brand-border-yes .elementor-brand-item .slick-slide:before {
        content: "";
        display: inline-block;
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background-color: var(--e-global-color-border);
        position: absolute
}

.elementor-widget-bokifa-brand-border-yes .elementor-brand-item .slick-slide:last-child:before {
        content: none !important
}

.elementor-widget-bokifa-brand .bokifa-carousel .column-item {
        margin-bottom: 0 !important
}

.elementor-widget-bokifa-brand .bokifa-carousel .slick-track {
        display: flex !important;
        align-items: center
}

.elementor-widget-bokifa-breadcrumb .bokifa-woocommerce-title {
        position: relative;
        font-size: 74px;
        font-size: 4.625rem;
        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.143;
        color: #fff;
        text-transform: capitalize;
        margin-top: 16px
}

@media (max-width:567px) {
        .elementor-widget-bokifa-breadcrumb .bokifa-woocommerce-title {
                font-size: 30px;
                font-size: 1.875rem
        }
}

.elementor-widget-bokifa-breadcrumb .woocommerce-breadcrumb {
        margin-bottom: 0;
        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);
        line-height: 22px;
        font-weight: 500;
        color: var(--e-global-color-dark);
        text-transform: capitalize
}

.elementor-widget-bokifa-breadcrumb .woocommerce-breadcrumb a {
        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);
        line-height: 22px;
        font-weight: 500;
        color: var(--e-global-color-text)
}

.elementor-widget-bokifa-breadcrumb .woocommerce-breadcrumb a:hover {
        color: var(--e-global-color-dark)
}

.elementor-widget-bokifa-breadcrumb .woocommerce-breadcrumb i {
        color: var(--e-global-color-text);
        font-size: 12px;
        font-size: .75rem;
        margin: 0 10px 2px
}

.hidden-bokifa-title-yes .bokifa-woocommerce-title {
        display: none
}

.single-product .hidden-bokifa-title-single-yes .bokifa-woocommerce-title,
.single-post .hidden-bokifa-title-single-yes .bokifa-woocommerce-title,
.single-bokifa_team .hidden-bokifa-title-single-yes .bokifa-woocommerce-title,
.single-bokifa_service .hidden-bokifa-title-single-yes .bokifa-woocommerce-title {
        display: none
}

.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=date],
.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%;
        color: var(--e-global-color-text);
        border-color: #f6f6f6;
        text-transform: lowercase;
        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);
        line-height: 1;
        padding: 12px 20px;
        border-radius: 25px;
        background-color: #f6f6f6
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=number]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=email]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=url]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=date]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap input[type=search]::placeholder,
.wpcf7-form .wpcf7-form-control-wrap .input-text::placeholder {
        color: var(--e-global-color-lighter)
}

.wpcf7-form .wpcf7-form-control-wrap input[type=text]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=number]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=email]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=tel]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=url]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=date]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=password]:focus,
.wpcf7-form .wpcf7-form-control-wrap input[type=search]:focus,
.wpcf7-form .wpcf7-form-control-wrap .input-text:focus {
        border-color: var(--e-global-color-primary)
}

.wpcf7-form .wpcf7-form-control-wrap textarea {
        margin: auto;
        width: 100%;
        height: 100%;
        color: #666;
        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);
        border-width: 1px;
        padding: 20px;
        border-radius: 25px;
        background-color: #f6f6f6;
        border-color: #f6f6f6
}

.wpcf7-form .wpcf7-form-control-wrap textarea::placeholder {
        color: var(--e-global-color-lighter)
}

.wpcf7-form .wpcf7-form-control-wrap textarea:focus {
        border-color: var(--e-global-color-primary)
}

.wpcf7-form .wpcf7-form-control-wrap input[type=button] {
        padding: 15px 36px;
        border-radius: 25px
}

.wpcf7-form .wpcf7-form-control-wrap select:not([size]):not([multiple]) {
        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);
        height: 52px;
        color: var(--e-global-color-secondary);
        border-radius: 10px
}

.wpcf7-form span.icon {
        position: absolute;
        top: 22px;
        right: 24px;
        color: #fff;
        font-size: 15px;
        font-size: .9375rem
}

.wpcf7-form span.bokifa-icon-pen1.icon {
        position: absolute;
        top: 14%;
        right: 24px;
        color: #fff
}

.wpcf7-form .row {
        display: flex;
        flex-wrap: wrap;
        margin-left: -15px;
        margin-right: -15px
}

.wpcf7-form .row [class*=" column-"],
.wpcf7-form .row [class^=column-] {
        padding: 0 15px
}

.wpcf7-form .row p {
        margin-bottom: 20px;
        position: relative
}

.wpcf7-form label {
        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;
        display: flex;
        align-items: center;
        text-transform: uppercase;
        color: var(--e-global-color-secondary);
        margin-bottom: 10px
}

.wpcf7-form .wpcf7-button p {
        margin: 0
}

.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-primary);
        color: #fff;
        padding: 15px 32px;
        display: inline-flex;
        align-items: center;
        font-size: 14px;
        font-size: .875rem;
        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);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        line-height: 20px;
        margin: 14px 0 10px;
        border: 0
}

.wpcf7-form .wpcf7-button button i,
.wpcf7-form .wpcf7-button input[type=button] i,
.wpcf7-form .wpcf7-button input[type=reset] i,
.wpcf7-form .wpcf7-button input[type=submit] i,
.wpcf7-form .wpcf7-button .button i {
        font-size: 14px;
        font-size: .875rem;
        margin-left: 10px;
        margin-top: -3px
}

.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 {
        background-color: var(--e-global-color-dark)
}

.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;
        width: 16px;
        height: 16px
}

.form-2 {
        padding: 50px 50px 20px;
        background-color: var(--e-global-color-accent);
        border-radius: 20px
}

@media (max-width:768px) {
        .form-2 {
                padding: 30px 30px 10px
        }
}

@media (max-width:568px) {
        .form-2 {
                padding: 30px 15px 10px
        }
}

.form-3 .wpcf7-list-item {
        margin: 17px 0 0
}

.form-3 .wpcf7-list-item .wpcf7-list-item-label {
        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);
        color: #fff;
        text-transform: math-auto
}

.form-3 .wpcf7-form-control-wrap textarea {
        padding: 14px 20px
}

.form-3 .wpcf7-button {
        float: right
}

.form-3 .wpcf7-button button,
.form-3 .wpcf7-button .button {
        margin: 0
}

@media screen and (max-width:767px) {
        .form-3 .wpcf7-list-item {
                margin: 0
        }

        .form-3 .wpcf7-button {
                float: left
        }
}

.form-4 .wpcf7-form-control-wrap textarea {
        padding: 14px 20px 14px
}

.form-5 .wpcf7-button {
        text-align: center
}

.form-6 .wpcf7-list-item {
        margin: 17px 0 0
}

.form-6 .wpcf7-list-item .wpcf7-list-item-label {
        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);
        line-height: 20px;
        text-transform: math-auto
}

.form-6 .wpcf7-form-control-wrap textarea {
        padding: 14px 20px
}

.form-6 .wpcf7-button {
        float: right
}

.form-6 .wpcf7-button button,
.form-6 .wpcf7-button .button {
        margin: 0
}

@media screen and (max-width:767px) {
        .form-6 .wpcf7-list-item {
                margin: 0
        }

        .form-6 .wpcf7-button {
                float: left
        }
}

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

.wpcf7 form .wpcf7-response-output {
        color: red;
        margin: 0 0 10px
}

.elementor-widget-bokifa-countdown .elementor-bokifa-countdown {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row
}

.elementor-widget-bokifa-countdown .elementor-countdown-item {
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
        margin-right: 45px
}

@media (max-width:767px) {
        .elementor-widget-bokifa-countdown .elementor-countdown-item {
                margin-right: 15px
        }
}

.elementor-widget-bokifa-countdown .elementor-countdown-item:before {
        content: ":";
        display: inline-block;
        position: absolute;
        right: -25px;
        font-size: 19px;
        font-size: 1.1875rem;
        line-height: 1;
        top: 25%;
        color: var(--e-global-color-secondary)
}

@media (max-width:767px) {
        .elementor-widget-bokifa-countdown .elementor-countdown-item:before {
                right: -10px
        }
}

.elementor-widget-bokifa-countdown .elementor-countdown-item:last-child {
        margin-right: 0
}

.elementor-widget-bokifa-countdown .elementor-countdown-item:last-child:before {
        display: none
}

.elementor-widget-bokifa-countdown .elementor-countdown-label {
        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: 10px;
        font-size: .625rem;
        text-align: center;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        color: #fff
}

.elementor-widget-bokifa-countdown .elementor-countdown-digits {
        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: 20px;
        font-size: 1.25rem;
        text-align: center;
        color: #fff
}

.elementor-widget-bokifa-countdown .countdown-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);
        font-size: 15px;
        font-size: .9375rem;
        color: var(--e-global-color-secondary)
}

.elementor-widget-bokifa-countdown.countdown-style-1 .countdown-inner {
        display: flex;
        flex-direction: row;
        align-items: center
}

.elementor-widget-bokifa-countdown.countdown-style-1 .elementor-countdown-item:before {
        display: none
}

.elementor-widget-bokifa-countdown.countdown-style-1 .elementor-countdown-item .elementor-countdown-digits {
        border-radius: 10px;
        background-color: var(--e-global-color-secondary);
        padding: 15px;
        margin-bottom: 10px;
        text-align: center;
        line-height: 1;
        min-width: 52px;
        min-height: 52px
}

.elementor-widget-bokifa-countdown.countdown-style-1 .countdown-title {
        margin-right: 15px
}

.elementor-widget-bokifa-countdown.countdown-style-2 .elementor-countdown-digits {
        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-primary)
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .count {
        display: none;
        min-width: 30px;
        height: 30px;
        line-height: 28px;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        background: #e6e6e6;
        border-radius: 100%;
        border: 2px solid #fff
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .seller-avatar {
        width: 80px;
        height: 80px
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .seller-avatar img {
        border-radius: 15px
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .store-data h3 {
        font-size: 34px;
        font-size: 2.125rem;
        line-height: 40px;
        margin-bottom: 0
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .store-data .product-count {
        line-height: 1.4285714286;
        color: var(--e-global-color-lighter);
        font-size: 12px
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .dokan-seller-rating,
.elementor-widget-bokifa-dokan-stores .store-wrapper .profile-info-img {
        display: none
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .dokan-seller-rating {
        line-height: 1;
        margin-top: 6px
}

.elementor-widget-bokifa-dokan-stores .store-wrapper .dokan-seller-rating i {
        width: 14px;
        height: 14px;
        color: #fa9a00;
        font-size: 14px
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .store-wrapper {
        border-radius: 10px;
        background: #fff;
        overflow: hidden;
        position: relative
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .store-wrapper:before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        border: 1px solid var(--e-global-color-border);
        border-radius: 15px
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .profile-info-img {
        display: block;
        padding-top: 48%;
        position: relative;
        width: 100%
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .profile-info-img.dummy-image {
        background-image: url(../../../plugins/dokan-lite/assets/images/default-store-banner.png);
        background-size: 100% 100%;
        background-repeat: no-repeat
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .profile-info-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: 1
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .seller-avatar {
        background: #fff;
        margin: -35px auto 21px;
        z-index: 4;
        position: relative;
        border-radius: 10px
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .seller-avatar img {
        border-radius: 10px
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .store-data {
        padding: 0 24px 24px;
        position: relative;
        z-index: 1
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-1 .store-wrapper {
        text-align: center
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .store-wrapper {
        padding-bottom: 20px;
        margin-bottom: 28px;
        display: flex;
        align-items: center
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .store-wrapper .count {
        margin-top: -60px;
        margin-right: -15px;
        display: block;
        z-index: 9
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .seller-avatar {
        margin-right: 20px
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-seller-rating {
        display: block
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .product-count {
        display: inline
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .product-count:before {
        content: "("
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .product-count:after {
        content: ")"
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .store-data h3 {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 25px;
        margin-bottom: 0
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller {
        margin-bottom: 0
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller .store-wrapper {
        border-bottom: 1px solid var(--e-global-color-border)
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller:first-child .store-wrapper .count {
        background: #d0d3e3
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller:nth-child(2n+0) .store-wrapper .count {
        background: #f2dea8
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller:nth-child(3n+0) .store-wrapper .count {
        background: #8edccf
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller:nth-child(4n+0) .store-wrapper .count {
        background: #b2e9ff
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller:nth-child(5n+0) .store-wrapper .count {
        background: #cdbfff
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller:nth-child(6n+0) .store-wrapper .count {
        background: #e5abaa
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-2 .dokan-single-seller:last-child .store-wrapper {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-3 .dokan-single-seller {
        transition: all ease-in-out .35s;
        border: 1px solid var(--e-global-color-border);
        padding: 20px
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-3 .dokan-single-seller:hover {
        border-color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-3 .store-wrapper .store-data {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 25px 0 5px
}

.elementor-widget-bokifa-dokan-stores.elementor-store-style-3 .store-wrapper .product-count {
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: 11px;
        font-weight: 600
}

.elementor-widget-bokifa-dokan-stores .product-wrapper {
        display: grid;
        grid-gap: 2px;
        grid-template-columns: repeat(4, 1fr)
}

.elementor-widget-bokifa-dokan-stores .product-wrapper .product-item:first-child {
        grid-column-end: 2 span;
        grid-row-end: 2 span
}

.elementor-widget-bokifa-dokan-stores .product-wrapper .product-item a {
        overflow: hidden;
        display: block
}

.elementor-bokifa-flyout-content {
        position: fixed;
        left: 0;
        top: var(--wp-admin--admin-bar--height, 0);
        -webkit-clip-path: circle(0% at 0 0%);
        clip-path: circle(0% at 0 0%);
        width: 100%;
        height: 100vh;
        visibility: hidden;
        -ms-transition: clip-path .5s cubic-bezier(.46, .03, .52, .96), visibility .3s, -webkit-clip-path .5s cubic-bezier(.46, .03, .52, .96);
        -o-transition: clip-path .5s cubic-bezier(.46, .03, .52, .96), visibility .3s, -webkit-clip-path .5s cubic-bezier(.46, .03, .52, .96);
        -moz-transition: clip-path .5s cubic-bezier(.46, .03, .52, .96), visibility .3s, -webkit-clip-path .5s cubic-bezier(.46, .03, .52, .96);
        -webkit-transition: clip-path .5s cubic-bezier(.46, .03, .52, .96), visibility .3s, -webkit-clip-path .5s cubic-bezier(.46, .03, .52, .96);
        transition: clip-path .5s cubic-bezier(.46, .03, .52, .96), visibility .3s, -webkit-clip-path .5s cubic-bezier(.46, .03, .52, .96);
        z-index: 9;
        overflow-x: hidden;
        background-color: var(--e-global-color-primary);
        -ms-overflow-style: none;
        scrollbar-width: none
}

.elementor-bokifa-flyout-content::-webkit-scrollbar {
        display: none
}

.elementor-bokifa-flyout-content .main-navigation .primary-navigation {
        display: block
}

.elementor-bokifa-flyout-content .main-navigation ul.menu {
        display: flex;
        flex-direction: column
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li {
        position: relative;
        margin-bottom: 30px
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li a {
        position: relative;
        display: inline-block;
        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: 48px;
        font-size: 3rem;
        font-weight: 600;
        line-height: 1.125;
        padding: 0;
        margin: 0;
        color: #fff
}

@media (max-width:568px) {
        .elementor-bokifa-flyout-content .main-navigation ul.menu>li a {
                font-size: 35px;
                font-size: 2.1875rem;
                line-height: 1.1428571429
        }
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li a:before {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        top: 100%;
        left: 0;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #fff
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li .menu-title:after {
        display: none
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li:hover ul.sub-menu,
.elementor-bokifa-flyout-content .main-navigation ul.menu>li:focus ul.sub-menu {
        visibility: hidden;
        pointer-events: none;
        opacity: 0
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu {
        background-color: transparent;
        position: absolute;
        left: calc(100% + 61px);
        top: -2px;
        padding: 0;
        box-shadow: none
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li {
        margin-bottom: 14px
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li a:before {
        top: calc(100% - 6px)
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li a:hover {
        color: #fff
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li:hover>a {
        color: #fff
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li:hover>a:before {
        width: 100%
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li.current-menu-item>a,
.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li.current_page_item>a {
        color: #fff
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li.current-menu-item>a:before,
.elementor-bokifa-flyout-content .main-navigation ul.menu>li ul.sub-menu li.current_page_item>a:before {
        width: 100%
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li:hover>a {
        color: #fff
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li:hover>a:before {
        width: 100%
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li.current_page_parent>a,
.elementor-bokifa-flyout-content .main-navigation ul.menu>li.current-menu-item>a {
        color: #fff
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li.current_page_parent>a:before,
.elementor-bokifa-flyout-content .main-navigation ul.menu>li.current-menu-item>a:before {
        width: 100%
}

.elementor-bokifa-flyout-content .main-navigation ul.menu>li.menu-item-has-children>a:after {
        color: #fff;
        font-size: 30px;
        font-size: 1.875rem;
        margin-left: 23px;
        margin-bottom: 9px
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li {
        transform: translateX(30px);
        transition: opacity .35s, transform .7s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        margin: 0;
        min-width: 212px
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu>li {
        opacity: 1;
        transform: translateX(0)
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(0) {
        transition-delay: 0s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(2) {
        transition-delay: .13s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(3) {
        transition-delay: .26s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(4) {
        transition-delay: .39s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(5) {
        transition-delay: .52s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(6) {
        transition-delay: .65s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(7) {
        transition-delay: .78s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(8) {
        transition-delay: .91s
}

.elementor-bokifa-flyout-content .main-navigation ul.menu li.show>ul.sub-menu li:nth-child(9) {
        transition-delay: .103s
}

.elementor-bokifa-flyout-content.flyout-open {
        -webkit-clip-path: circle(150% at 0 0%);
        clip-path: circle(150% at 0 0%);
        visibility: visible
}

.elementor-header-flyout-action {
        z-index: 10;
        position: relative
}

.elementor-header-flyout-action .elementor-flyout-open-icon .icon {
        display: block;
        padding: 20px;
        line-height: 1;
        position: relative
}

.elementor-header-flyout-action .elementor-flyout-open-icon .icon i {
        display: none
}

.elementor-header-flyout-action .elementor-flyout-open-icon .icon:before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #fff
}

.elementor-header-flyout-action .elementor-flyout-open-icon .icon:after {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #fff;
        margin-top: 9px
}

.elementor-header-flyout-action .elementor-flyout-open-icon .icon:hover:before {
        animation: qode-draw .9s cubic-bezier(.6, .87, .43, .99) forwards
}

.elementor-header-flyout-action .elementor-flyout-open-icon .icon:hover:after {
        animation: qode-draw .9s cubic-bezier(.6, .87, .43, .99) forwards;
        animation-delay: .2s
}

.elementor-header-flyout-action .elementor-flyout-close-icon {
        display: none
}

.elementor-header-flyout-action .elementor-flyout-close-icon .icon {
        display: block;
        padding: 20px;
        line-height: 1;
        position: relative;
        min-height: 106px
}

.elementor-header-flyout-action .elementor-flyout-close-icon .icon i,
.elementor-header-flyout-action .elementor-flyout-close-icon .icon svg {
        display: none
}

.elementor-header-flyout-action .elementor-flyout-close-icon .icon:before {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #fff;
        transform: rotate(15deg)
}

.elementor-header-flyout-action .elementor-flyout-close-icon .icon:after {
        content: "";
        display: block;
        width: 40px;
        height: 1px;
        background-color: #fff;
        transform: rotate(-15deg)
}

.elementor-header-flyout-action .elementor-flyout-close-icon .icon:hover:before {
        animation: qode-draw .9s cubic-bezier(.6, .87, .43, .99) forwards
}

.elementor-header-flyout-action .elementor-flyout-close-icon .icon:hover:after {
        animation: qode-draw .9s cubic-bezier(.6, .87, .43, .99) forwards;
        animation-delay: .2s
}

.elementor-header-flyout-action.flyout-action-close .elementor-flyout-close-icon {
        display: block
}

.elementor-header-flyout-action.flyout-action-close .elementor-flyout-open-icon {
        display: none
}

.elementor-header-flyout-action.flyout-action-close .elementor-flyout-open-icon .icon:before {
        display: none
}

.elementor-header-flyout-action.flyout-action-close .elementor-flyout-open-icon .icon:after {
        display: none
}

.elementor-bokifa-flyout-content .elementor-widget-text-editor {
        word-wrap: initial
}

@keyframes qode-draw {

        0%,
        100% {
                -webkit-clip-path: inset(-1px 0);
                clip-path: inset(-1px 0)
        }

        42% {
                -webkit-clip-path: inset(-1px 0 -1px 100%);
                clip-path: inset(-1px 0 -1px 100%)
        }

        43% {
                -webkit-clip-path: inset(-1px 100% -1px 0);
                clip-path: inset(-1px 100% -1px 0)
        }
}

.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: 11px;
        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-bokifa-heading .elementor-heading-wrapper-inner {
        display: flex;
        flex-direction: column
}

.elementor-widget-bokifa-heading .elementor-heading-title {
        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: 44px;
        font-size: 2.75rem;
        line-height: 50px;
        color: var(--e-global-color-secondary)
}

@media (max-width:1024px) {
        .elementor-widget-bokifa-heading .elementor-heading-title {
                font-size: 30px;
                font-size: 1.875rem;
                line-height: 40px
        }
}

.elementor-widget-bokifa-heading .elementor-sub-title {
        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: 13px;
        font-size: .8125rem;
        line-height: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: block;
        color: var(--e-global-color-lighter)
}

.elementor-widget-bokifa-heading.elementor-align-left .elementor-heading-title {
        justify-content: flex-start
}

.elementor-widget-bokifa-heading.elementor-align-center .elementor-heading-title {
        justify-content: center
}

.elementor-widget-bokifa-heading.elementor-align-right .elementor-heading-title {
        justify-content: flex-end
}

.elementor-widget-bokifa-heading.elementor-align-justify .elementor-heading-title {
        justify-content: space-between
}

.subtitle-position-below .elementor-sub-title {
        margin-top: 20px
}

.subtitle-position-above .elementor-sub-title {
        margin-bottom: 37px;
        order: -1
}

.elementor-widget-heading .elementor-heading-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);
        color: var(--e-global-color-secondary)
}

.elementor-widget-bokifa-iconbox-list .elementor-iconbox-list-wrapper {
        display: block;
        text-align: center
}

.elementor-widget-bokifa-iconbox-list .elementor-iconbox-list-icon {
        margin-bottom: var(--iconbox-list-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
}

.elementor-widget-bokifa-iconbox-list .elementor-iconbox-list-button {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 22px;
        text-transform: uppercase;
        color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-iconbox-list .elementor-iconbox-list-button i {
        font-size: 12px;
        font-size: .75rem;
        margin-left: 5px;
        margin-top: -4px;
        font-weight: 600
}

.elementor-widget-bokifa-iconbox-list.elementor-position-left .elementor-iconbox-list-wrapper,
.elementor-widget-bokifa-iconbox-list.elementor-position-right .elementor-iconbox-list-wrapper {
        display: flex
}

.elementor-widget-bokifa-iconbox-list.elementor-position-left .elementor-iconbox-list-icon {
        display: inline-flex;
        flex: 0 0 auto
}

.elementor-widget-bokifa-iconbox-list.elementor-position-right .elementor-iconbox-list-icon {
        display: inline-flex;
        flex: 0 0 auto
}

.elementor-widget-bokifa-iconbox-list.elementor-position-right .elementor-iconbox-list-wrapper {
        text-align: end;
        flex-direction: row-reverse
}

.elementor-widget-bokifa-iconbox-list.elementor-position-right .elementor-iconbox-list-icon {
        margin-left: var(--iconbox-list-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
}

.elementor-widget-bokifa-iconbox-list.elementor-position-left .elementor-iconbox-list-wrapper {
        text-align: start;
        flex-direction: row
}

.elementor-widget-bokifa-iconbox-list.elementor-position-left .elementor-iconbox-list-icon {
        margin-right: var(--iconbox-list-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
}

.elementor-widget-bokifa-iconbox-list.elementor-position-top .elementor-iconbox-list-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
}

.elementor-widget-bokifa-iconbox-list.elementor-position-top .elementor-iconbox-list-icon {
        margin-bottom: var(--iconbox-list-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
}

.elementor-widget-bokifa-iconbox-list .elementor-iconbox-list-title a {
        color: inherit
}

.elementor-widget-bokifa-iconbox-list .elementor-iconbox-list-content {
        flex-grow: 1
}

.elementor-widget-bokifa-iconbox-list .elementor-iconbox-list-description {
        margin: 0;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal
}

@media (min-width:768px) {
        .elementor-widget-bokifa-iconbox-list.elementor-vertical-align-top .elementor-iconbox-list-wrapper {
                align-items: flex-start
        }

        .elementor-widget-bokifa-iconbox-list.elementor-vertical-align-middle .elementor-iconbox-list-wrapper {
                align-items: center
        }

        .elementor-widget-bokifa-iconbox-list.elementor-vertical-align-bottom .elementor-iconbox-list-wrapper {
                align-items: flex-end
        }
}

@media (min-width:-1) {

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-left .elementor-iconbox-list-wrapper,
        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-right .elementor-iconbox-list-wrapper {
                display: flex
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-left .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-right .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-right .elementor-iconbox-list-wrapper {
                text-align: end;
                flex-direction: row-reverse
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-right .elementor-iconbox-list-icon {
                margin-left: var(--iconbox-list-icon-margin, 15px);
                margin-right: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-left .elementor-iconbox-list-wrapper {
                text-align: start;
                flex-direction: row
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-left .elementor-iconbox-list-icon {
                margin-right: var(--iconbox-list-icon-margin, 15px);
                margin-left: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-top .elementor-iconbox-list-wrapper {
                display: block;
                text-align: center;
                flex-direction: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-widescreen-position-top .elementor-iconbox-list-icon {
                margin-bottom: var(--iconbox-list-icon-margin, 15px);
                margin-right: auto;
                margin-left: auto
        }
}

@media (max-width:-1) {

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-left .elementor-iconbox-list-wrapper,
        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-right .elementor-iconbox-list-wrapper {
                display: flex
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-left .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-right .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-right .elementor-iconbox-list-wrapper {
                text-align: end;
                flex-direction: row-reverse
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-right .elementor-iconbox-list-icon {
                margin-left: var(--iconbox-list-icon-margin, 15px);
                margin-right: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-left .elementor-iconbox-list-wrapper {
                text-align: start;
                flex-direction: row
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-left .elementor-iconbox-list-icon {
                margin-right: var(--iconbox-list-icon-margin, 15px);
                margin-left: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-top .elementor-iconbox-list-wrapper {
                display: block;
                text-align: center;
                flex-direction: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-laptop-position-top .elementor-iconbox-list-icon {
                margin-bottom: var(--iconbox-list-icon-margin, 15px);
                margin-right: auto;
                margin-left: auto
        }
}

@media (max-width:-1) {

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-left .elementor-iconbox-list-wrapper,
        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-right .elementor-iconbox-list-wrapper {
                display: flex
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-left .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-right .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-right .elementor-iconbox-list-wrapper {
                text-align: end;
                flex-direction: row-reverse
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-right .elementor-iconbox-list-icon {
                margin-left: var(--iconbox-list-icon-margin, 15px);
                margin-right: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-left .elementor-iconbox-list-wrapper {
                text-align: start;
                flex-direction: row
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-left .elementor-iconbox-list-icon {
                margin-right: var(--iconbox-list-icon-margin, 15px);
                margin-left: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-top .elementor-iconbox-list-wrapper {
                display: block;
                text-align: center;
                flex-direction: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet_extra-position-top .elementor-iconbox-list-icon {
                margin-bottom: var(--iconbox-list-icon-margin, 15px);
                margin-right: auto;
                margin-left: auto
        }
}

@media (max-width:1024px) {

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-left .elementor-iconbox-list-wrapper,
        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-right .elementor-iconbox-list-wrapper {
                display: flex
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-left .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-right .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-right .elementor-iconbox-list-wrapper {
                text-align: end;
                flex-direction: row-reverse
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-right .elementor-iconbox-list-icon {
                margin-left: var(--iconbox-list-icon-margin, 15px);
                margin-right: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-left .elementor-iconbox-list-wrapper {
                text-align: start;
                flex-direction: row
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-left .elementor-iconbox-list-icon {
                margin-right: var(--iconbox-list-icon-margin, 15px);
                margin-left: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-top .elementor-iconbox-list-wrapper {
                display: block;
                text-align: center;
                flex-direction: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-tablet-position-top .elementor-iconbox-list-icon {
                margin-bottom: var(--iconbox-list-icon-margin, 15px);
                margin-right: auto;
                margin-left: auto
        }
}

@media (max-width:-1) {

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-left .elementor-iconbox-list-wrapper,
        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-right .elementor-iconbox-list-wrapper {
                display: flex
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-left .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-right .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-right .elementor-iconbox-list-wrapper {
                text-align: end;
                flex-direction: row-reverse
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-right .elementor-iconbox-list-icon {
                margin-left: var(--iconbox-list-icon-margin, 15px);
                margin-right: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-left .elementor-iconbox-list-wrapper {
                text-align: start;
                flex-direction: row
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-left .elementor-iconbox-list-icon {
                margin-right: var(--iconbox-list-icon-margin, 15px);
                margin-left: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-top .elementor-iconbox-list-wrapper {
                display: block;
                text-align: center;
                flex-direction: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile_extra-position-top .elementor-iconbox-list-icon {
                margin-bottom: var(--iconbox-list-icon-margin, 15px);
                margin-right: auto;
                margin-left: auto
        }
}

@media (max-width:767px) {

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-left .elementor-iconbox-list-wrapper,
        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-right .elementor-iconbox-list-wrapper {
                display: flex
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-left .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-right .elementor-iconbox-list-icon {
                display: inline-flex;
                flex: 0 0 auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-right .elementor-iconbox-list-wrapper {
                text-align: end;
                flex-direction: row-reverse
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-right .elementor-iconbox-list-icon {
                margin-left: var(--iconbox-list-icon-margin, 15px);
                margin-right: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-left .elementor-iconbox-list-wrapper {
                text-align: start;
                flex-direction: row
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-left .elementor-iconbox-list-icon {
                margin-right: var(--iconbox-list-icon-margin, 15px);
                margin-left: 0;
                margin-bottom: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-top .elementor-iconbox-list-wrapper {
                display: block;
                text-align: center;
                flex-direction: unset
        }

        .elementor-widget-bokifa-iconbox-list.elementor-mobile-position-top .elementor-iconbox-list-icon {
                margin-bottom: var(--iconbox-list-icon-margin, 15px);
                margin-right: auto;
                margin-left: auto
        }

        .elementor-widget-bokifa-iconbox-list.elementor-position-left .elementor-iconbox-list-icon,
        .elementor-widget-bokifa-iconbox-list.elementor-position-right .elementor-iconbox-list-icon {
                display: block;
                flex: unset
        }
}

.elementor-widget-bokifa-iconbox-list .bokifa-swiper {
        overflow: visible;
        clip-path: inset(-26px -30px 0px)
}

.elementor-widget-bokifa-image-carousel.smoot-carousel-yes .bokifa-con .bokifa-con-inner {
        display: flex !important;
        flex-wrap: nowrap;
        grid-column-gap: unset !important;
        grid-row-gap: unset !important;
        margin: 0 calc(var(--grid-column-gap) - (2*var(--grid-column-gap)));
        -webkit-animation: scroll 30s linear infinite;
        animation: scroll 30s linear infinite;
        width: 200%
}

.elementor-widget-bokifa-image-carousel.smoot-carousel-yes .bokifa-con .bokifa-con-inner>div {
        flex: 0 0 auto;
        width: calc(var(--e-global-wrapper-width, 100vw)/var(--e-global-column-to-show));
        padding: 0 calc(var(--grid-column-gap)/2)
}

.elementor-widget-bokifa-image-carousel.smoot-carousel-yes .bokifa-con .bokifa-con-inner>div .image {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .12)
}

.elementor-widget-bokifa-image-carousel .elementor-item-image-carousel a {
        text-align: center;
        display: block
}

.elementor-widget-bokifa-image-carousel .elementor-item-image-carousel a .image {
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        margin-bottom: 18px
}

.elementor-widget-bokifa-image-carousel .elementor-item-image-carousel a:before {
        display: none
}

.elementor-widget-bokifa-image-carousel .elementor-item-image-carousel .title {
        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)
}

.carousehover .swiper-slide-active~.swiper-slide-visible a .image,
.carousehover .swiper-slide-active a .image {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .08)
}

.carousehover .swiper-slide-active~.swiper-slide-visible a:hover .image,
.carousehover .swiper-slide-active a:hover .image {
        box-shadow: 0px 0px 15px rgba(0, 0, 0, .18)
}

.carousehover .swiper-slide-active~.swiper-slide-visible a:hover:before,
.carousehover .swiper-slide-active a:hover:before {
        position: absolute;
        top: 46%;
        left: 47%;
        color: #fff;
        z-index: 5
}

.carousehover .swiper-slide-active~.swiper-slide-visible a:hover:after,
.carousehover .swiper-slide-active a:hover:after {
        content: "";
        position: absolute;
        background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
        background-repeat: no-repeat;
        background-size: cover;
        left: 50%;
        top: 50%;
        width: 100%;
        height: 100%;
        opacity: 1;
        transition: all .5s ease;
        transform: translate(-50%, -50%)
}

.image-carousel-style-2 .elementor-item-image-carousel a .image {
        box-shadow: none
}

.image-carousel-style-2 .elementor-item-image-carousel a {
        position: relative
}

.image-carousel-style-2 .elementor-item-image-carousel a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: var(--e-global-color-dark);
        border-radius: 10px;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.image-carousel-style-2 .elementor-item-image-carousel a .image {
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border-radius: 10px
}

@media (max-width:568px) {
        .image-carousel-style-2 .elementor-item-image-carousel a .image {
                width: 100%;
                object-fit: cover
        }
}

.image-carousel-style-2 .elementor-item-image-carousel a:before {
        display: block;
        position: absolute;
        font-size: 40px;
        font-size: 2.5rem;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 0;
        color: #fff;
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.image-carousel-style-2 .elementor-item-image-carousel a:hover:after {
        opacity: .4;
        visibility: visible
}

.image-carousel-style-2 .elementor-item-image-carousel a:hover:before {
        opacity: 1;
        visibility: visible
}

.image-carousel-style-3 .elementor-item-image-carousel a {
        border-radius: 10px;
        background-color: #fff;
        text-align: left
}

.image-carousel-style-3 .elementor-item-image-carousel a .image {
        border-radius: 0 0 10px 10px;
        box-shadow: none
}

.image-carousel-style-3 .elementor-item-image-carousel a:hover {
        box-shadow: 0 4px 30px rgba(0, 0, 0, .2)
}

.image-carousel-style-3 .elementor-item-image-carousel .content {
        padding: 40px 40px 38px
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text {
        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);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        text-transform: capitalize;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 0;
        white-space: nowrap;
        border-radius: 0;
        position: relative;
        padding: 0;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.571428
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:before {
        display: none
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text .elementor-button-text {
        position: relative
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text .elementor-button-text:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-secondary);
        bottom: 3px;
        left: 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
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text i {
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        margin: 0 0 0 8px
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:hover,
.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:focus {
        color: var(--e-global-color-primary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:hover .elementor-button-text,
.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:focus .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:hover .elementor-button-text:after,
.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:focus .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:hover i,
.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:focus i {
        color: var(--e-global-color-primary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:visited {
        color: var(--e-global-color-secondary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:visited i {
        color: var(--e-global-color-secondary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:visited:hover {
        color: var(--e-global-color-primary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:visited:hover .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:visited:hover .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text:visited:hover i {
        color: var(--e-global-color-primary)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .button-text i {
        margin-left: 9px
}

.image-carousel-style-3 .elementor-item-image-carousel .content .title {
        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: 28px;
        font-size: 1.75rem;
        line-height: 1.214285;
        color: var(--e-global-color-dark)
}

.image-carousel-style-3 .elementor-item-image-carousel .content .description {
        color: var(--e-global-color-text);
        margin: 10px 0 37px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
}

.reverse-direction-yes .elementor-item-image-carousel a {
        display: flex;
        flex-direction: column-reverse
}

@-webkit-keyframes scroll {
        0% {
                transform: translateX(0)
        }

        100% {
                transform: translateX(calc(var(--e-global-wrapper-width, 100vw) - (var(--e-global-wrapper-width, 100vw)*2)))
        }
}

@keyframes scroll {
        0% {
                transform: translateX(0)
        }

        100% {
                transform: translateX(calc(var(--e-global-wrapper-width, 100vw) - (var(--e-global-wrapper-width, 100vw)*2)))
        }
}

.elementor-widget-opal-image-gallery .grid__item a {
        display: block
}

.elementor-widget-opal-image-gallery .grid__item a img {
        display: block
}

.bokifa-image-gallery-masonry .grid__item:nth-child(5n+4) {
        width: calc(75% - var(--grid-column-gap)) !important
}

.bokifa-image-gallery-masonry .grid__item:nth-child(5n+4) img {
        width: 100%;
        object-fit: cover
}

.bokifa-image-gallery-masonry .grid__item:nth-child(2n+1) {
        width: calc(25% - var(--grid-column-gap)) !important
}

.bokifa-image-gallery-masonry .grid__item:nth-child(2n+1) img {
        height: 100%;
        object-fit: cover
}

.bokifa-image-gallery-masonry .grid__item:nth-child(5) {
        grid-row-end: span 2
}

.isotope-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
}

.isotope-grid .grid__item {
        margin-bottom: var(--grid-column-gap)
}

.elementor-widget-bokifa-image-gallery {
        width: 100%
}

.elementor-widget-bokifa-image-gallery ul {
        margin: 0 0 65px
}

.elementor-widget-bokifa-image-gallery .column-item {
        padding-bottom: 30px
}

.elementor-widget-bokifa-image-gallery .column-item a {
        position: relative;
        overflow: hidden;
        display: block
}

.elementor-widget-bokifa-image-gallery .column-item a:hover:before {
        opacity: .8
}

.elementor-widget-bokifa-image-gallery .column-item a:hover:after {
        opacity: 1
}

.elementor-widget-bokifa-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-bokifa-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-bokifa-image-gallery .column-item img {
        display: block;
        transition: all .3s ease
}

.elementor-widget-bokifa-image-gallery .column-item:nth-child(even) {
        margin-top: 30px
}

.elementor-widget-bokifa-image-gallery .elementor-galerry__filter {
        display: inline-block;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        line-height: 24px;
        font-weight: 600;
        padding: 14px 40px;
        margin: 0 10px;
        position: relative;
        cursor: pointer;
        outline: 0;
        border: none;
        border-radius: 10px;
        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;
        background-color: var(--e-global-color-backgroundfield)
}

.elementor-widget-bokifa-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-bokifa-image-gallery .elementor-galerry__filter.elementor-active,
.elementor-widget-bokifa-image-gallery .elementor-galerry__filter:hover {
        color: #fff;
        background-color: var(--e-global-color-primary)
}

@media (max-width:567px) {
        .elementor-widget-bokifa-image-gallery .elementor-galerry__filter {
                margin-bottom: 10px;
                display: flex;
                flex-direction: row;
                align-items: flex-end;
                justify-content: flex-start
        }
}

.elementor-galerry_image_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);
        line-height: 30px;
        text-transform: capitalize;
        margin-top: 25px
}

.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-bokifa-image-gallery .bokifa-carousel .slick-list {
        overflow: visible
}

.elementor-canvas-info-wrapper {
        display: flex
}

.elementor-canvas-info-wrapper .bokifa-info-button {
        display: inline-flex;
        align-items: center
}

.elementor-canvas-info-wrapper .bokifa-info-button:hover .screen-reader-text {
        color: var(--e-global-color-primary)
}

.bokifa-canvas-info {
        background-color: #fff;
        --e-global-info-width: 450px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        position: fixed;
        width: var(--e-global-info-width);
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 9999;
        overflow: hidden;
        transition: transform .25s ease;
        -webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
        transform: translate3d(var(--e-global-info-width), 0, 0)
}

.bokifa-canvas-info-right {
        right: 0;
        left: unset;
        -webkit-transform: translate3d(var(--e-global-info-width), 0, 0);
        transform: translate3d(var(--e-global-info-width), 0, 0)
}

.bokifa-canvas-info-left {
        right: unset;
        left: 0;
        -webkit-transform: translate3d(calc(var(--e-global-info-width)/-1), 0, 0);
        transform: translate3d(calc(var(--e-global-info-width)/-1), 0, 0)
}

.info-canvas-active .bokifa-canvas-info {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
}

.admin-bar .bokifa-canvas-info {
        top: 46px
}

@media (min-width:783px) {
        .admin-bar .bokifa-canvas-info {
                top: 32px
        }
}

@media (min-width:601px) and (max-width:782px) {
        .admin-bar .bokifa-canvas-info {
                top: 46px
        }
}

.bokifa-canvas-info-close {
        font-size: 24px;
        font-size: 1.5rem;
        float: right;
        clear: both;
        position: absolute;
        line-height: 1;
        top: 20px;
        right: 25px;
        padding: 0;
        width: 20px;
        height: 20px;
        text-align: center;
        z-index: 999;
        color: var(--e-global-color-text)
}

.bokifa-canvas-info-close:hover,
.bokifa-canvas-info-close:focus {
        color: var(--e-global-color-primary)
}

.bokifa-info-overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 997;
        opacity: 0;
        background-color: rgba(0, 0, 0, .6);
        visibility: hidden;
        transition: opacity .25s ease, visibility 0s ease
}

.info-canvas-active .bokifa-info-overlay {
        visibility: visible;
        opacity: 1
}

.bokifa-language-switcher ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-size: .75rem
}

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

.bokifa-language-switcher .language-switcher-head .title {
        margin-right: 8px
}

.bokifa-language-switcher .language-switcher-head img {
        margin-right: 8px
}

.bokifa-language-switcher a {
        display: block
}

.bokifa-language-switcher img {
        display: inline-block;
        margin-right: 5px;
        height: 12px;
        object-fit: cover
}

.bokifa-language-switcher .item>div {
        display: flex;
        cursor: pointer;
        align-items: center
}

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

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

.bokifa-language-switcher .sub-item:before {
        position: absolute;
        content: "";
        display: block;
        width: 100%;
        height: 10px;
        top: -10px
}

.bokifa-language-switcher .sub-item a {
        display: flex;
        align-items: center;
        padding: 7px 15px;
        min-width: 126px;
        white-space: nowrap
}

.bokifa-language-switcher .sub-item a:hover,
.bokifa-language-switcher .sub-item a:focus {
        background-color: rgba(0, 0, 0, .05)
}

.bokifa-language-switcher .sub-item a>span {
        text-transform: unset
}

.bokifa-language-switcher li.item {
        position: relative
}

.bokifa-language-switcher li.item:hover .sub-item {
        display: block
}

.language-switcher-style-hover-right-yes .bokifa-language-switcher .sub-item {
        right: 0;
        left: unset
}

.form-style .mc4wp-form {
        margin: 0;
        background-color: #f6f6f6;
        border-radius: 30px;
        border: 1px solid #f6f6f6
}

.form-style .mc4wp-form:hover,
.form-style .mc4wp-form:focus {
        border-color: var(--e-global-color-primary)
}

.form-style .mc4wp-form .mc4wp-form-fields {
        display: flex
}

.form-style .mc4wp-form .mc4wp-form-fields .flex-mail {
        width: 100%
}

.form-style .mc4wp-form .form-button {
        margin: 0
}

.form-style .mc4wp-form .form {
        display: flex
}

.form-style .mc4wp-form .form-input {
        flex: 1;
        display: flex;
        align-items: center;
        margin-bottom: 0
}

.form-style .mc4wp-form .form-input input[type=email],
.form-style .mc4wp-form input[type=text] {
        margin-right: 0;
        padding: 11px 21px;
        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: 14px;
        font-size: .875rem;
        line-height: 26px;
        font-weight: 500;
        width: 100%;
        color: var(--e-global-color-lighter);
        background-color: transparent;
        border: 0
}

.form-style .mc4wp-form .form-input input[type=email]::placeholder,
.form-style .mc4wp-form input[type=text]::placeholder {
        color: var(--e-global-color-lighter)
}

.form-style .mc4wp-form .form-button button[type=submit] {
        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-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-weight: 700;
        line-height: 20px;
        color: var(--e-global-color-primary);
        background-color: transparent;
        border: 0;
        text-transform: capitalize;
        margin: 14px 26px;
        padding: 0
}

.form-style .mc4wp-form .form-button button[type=submit] i {
        font-size: 15px;
        font-size: .9375rem;
        color: var(--e-global-color-primary);
        line-height: 20px;
        margin: 0 0 0 15px;
        order: 3
}

.form-style .mc4wp-form .form-button button[type=submit] span {
        order: 1
}

.form-style .mc4wp-form .form-button button[type=submit]:after {
        display: none
}

.form-style .mc4wp-form .form-button button[type=submit]:hover {
        color: var(--e-global-color-secondary)
}

.form-style .mc4wp-form .form-button button[type=submit]:hover i {
        color: var(--e-global-color-secondary)
}

.form-mailchimp-style-2 .mc4wp-form {
        background-color: transparent
}

.form-mailchimp-style-2 .mc4wp-form .form-input input[type=email],
.form-mailchimp-style-2 .mc4wp-form input[type=text] {
        border: 1px solid var(--e-global-color-border);
        margin-right: 10px;
        padding: 16px 24px
}

.form-mailchimp-style-2 .mc4wp-form .form-input input[type=email]:hover,
.form-mailchimp-style-2 .mc4wp-form .form-input input[type=email]:focus,
.form-mailchimp-style-2 .mc4wp-form input[type=text]:hover,
.form-mailchimp-style-2 .mc4wp-form input[type=text]:focus {
        border-color: var(--e-global-color-primary)
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] {
        color: #fff;
        border: 1px solid var(--e-global-color-primary);
        font-size: 14px;
        font-size: .875rem;
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        letter-spacing: 0;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        width: 100%;
        margin: 0;
        padding: 13px 37px 13px 36px
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] span {
        z-index: 3
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover,
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover i,
.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:focus i {
        color: #fff
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] span {
        line-height: 23px;
        order: 1
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover {
        color: #fff;
        border-color: var(--e-global-color-accent);
        border-radius: 25px
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:hover span:before {
        display: none
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit]:after {
        display: block;
        border-radius: 25px
}

.form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] i {
        font-size: 18px;
        font-size: 1.125rem;
        margin-left: 5px;
        order: 3
}

@media (max-width:568px) {
        .form-mailchimp-style-2 .mc4wp-form .mc4wp-form-fields {
                display: block
        }

        .form-mailchimp-style-2 .mc4wp-form .form-input input[type=email],
        .form-mailchimp-style-2 .mc4wp-form input[type=text] {
                margin-right: 0;
                margin-bottom: 20px
        }

        .form-mailchimp-style-2 .mc4wp-form .form-button button[type=submit] {
                width: 100%
        }
}

.form-checkbox {
        display: flex;
        justify-content: center;
        margin-top: 30px
}

.form-checkbox input [type=checkbox] {
        background-color: var(--e-global-color-primary)
}

.hidden-bokifa-form-checkbox-yes .form-checkbox {
        display: none
}

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

.bokifa-canvas-menu-layout-1.elementor-widget-bokifa-menu-canvas .bokifa-icon {
        margin-right: 13px
}

.bokifa-canvas-menu-layout-2.elementor-widget-bokifa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
        display: none
}

.bokifa-canvas-menu-layout-2.elementor-widget-bokifa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .bokifa-icon {
        margin-right: 0
}

.bokifa-canvas-menu-layout-3.elementor-widget-bokifa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .screen-reader-text {
        display: none
}

.bokifa-canvas-menu-layout-3.elementor-widget-bokifa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .bokifa-icon {
        margin-right: 0
}

.bokifa-canvas-menu-layout-3.elementor-widget-bokifa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .bokifa-icon .icon-1 {
        height: 1px;
        width: 40px;
        margin-bottom: 9px
}

.bokifa-canvas-menu-layout-3.elementor-widget-bokifa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .bokifa-icon .icon-2 {
        display: none
}

.bokifa-canvas-menu-layout-3.elementor-widget-bokifa-menu-canvas .elementor-canvas-menu-wrapper .menu-mobile-nav-button .bokifa-icon .icon-3 {
        height: 1px;
        width: 40px
}

.elementor-widget-bokifa-nav-menu.bokifa-nav-menu-divider-yes .main-navigation ul.menu>li.menu-item .menu-title:before {
        display: block
}

.elementor-widget-bokifa-post-grid .slick-list {
        overflow: visible;
        clip-path: inset(-30px -14px)
}

.elementor-widget-bokifa-post-grid .slick-slide:not(.slick-active) .post-inner {
        box-shadow: unset
}

[class*=post-style-].column-item {
        margin-bottom: 30px
}

[class*=post-style-] .post-thumbnail {
        overflow: hidden
}

[class*=post-style-] .post-thumbnail img {
        aspect-ratio: 1.96;
        object-fit: cover;
        width: 100%
}

[class*=post-style-] .post-content {
        position: relative;
        padding: 0
}

[class*=post-style-] .entry-content {
        display: flex;
        flex-direction: column
}

[class*=post-style-] .entry-title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.2307692308;
        margin-bottom: 16px;
        padding-bottom: 0
}

@media (max-width:767px) {
        [class*=post-style-] .entry-title {
                font-size: 20px;
                font-size: 1.25rem;
                line-height: 1.25
        }
}

@media (max-width:568px) {
        [class*=post-style-] .entry-title {
                margin-bottom: 10px
        }
}

[class*=post-style-] .post_meta_left .categories-link {
        position: relative;
        width: auto;
        padding-right: 14px;
        display: flex;
        align-items: center;
        order: -1
}

[class*=post-style-] .post_meta_left .categories-link:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 9px;
        background-color: var(--e-global-color-lighter);
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        rotate: 15deg;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

[class*=post-style-] .post_meta_left .categories-link .screen-reader-text {
        display: block;
        clip-path: none;
        clip: auto;
        overflow: visible;
        opacity: 1;
        width: auto;
        margin: 0 4px 0 0;
        height: auto;
        position: relative !important;
        font-size: 12px;
        font-size: .75rem;
        line-height: 20px;
        top: 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
}

[class*=post-style-] .post_meta_left .posted-on {
        padding-right: 14px;
        position: relative
}

[class*=post-style-] .post_meta_left .posted-on:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 9px;
        background-color: var(--e-global-color-lighter);
        top: 50%;
        transform: translateY(-50%);
        right: 8px;
        rotate: 15deg;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.layout-post-style-1 .post-style-1 .post-inner:hover .posted-on:before,
.layout-post-style-1 .post-style-1 .post-inner:hover .categories-link:before,
.layout-post-style-1 .post-style-1 .post-inner:hover .post-author:before {
        background-color: #fff
}

.layout-post-style-1 .post-style-1 .excerpt-content,
.layout-post-style-1 .post-style-1 .more-link-wrap {
        display: none
}

.layout-post-style-2 .post-style-2 {
        width: 100%
}

.layout-post-style-2 .post-style-2 .post-inner {
        display: flex
}

.layout-post-style-2 .post-style-2 .post-thumbnail {
        position: relative;
        margin: 0;
        width: 49%
}

.layout-post-style-2 .post-style-2 .post-thumbnail img {
        aspect-ratio: 1.6304347826;
        object-fit: cover
}

.layout-post-style-2 .post-style-2 .post-content {
        width: 51%;
        padding-left: 130px;
        align-self: center
}

@media (max-width:1024px) {
        .layout-post-style-2 .post-style-2 .post-content {
                padding-left: 60px
        }
}

@media (max-width:768px) {
        .layout-post-style-2 .post-style-2 .post-content {
                padding-left: 30px
        }
}

.layout-post-style-2 .post-style-2 .post-content .entry-meta-top {
        display: block;
        margin-bottom: 20px
}

.layout-post-style-2 .post-style-2 .post-content .entry-title {
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 1.1363636364;
        margin-bottom: 6px;
        padding: 0 0 6px
}

@media (max-width:1024px) {
        .layout-post-style-2 .post-style-2 .post-content .entry-title {
                font-size: 34px;
                font-size: 2.125rem
        }
}

.layout-post-style-2 .post-style-2 .entry-meta-bottom {
        display: none
}

.layout-post-style-2 .post-style-2 .excerpt-content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
}

.layout-post-style-2 .post-style-2 .more-link-wrap {
        display: block;
        margin: 18px 0 0
}

@media (max-width:768px) {
        .layout-post-style-2 .post-style-2 .post-inner {
                display: block
        }

        .layout-post-style-2 .post-style-2 .post-thumbnail {
                width: 100%
        }

        .layout-post-style-2 .post-style-2 .post-content {
                width: 100%;
                padding: 0;
                margin-top: 30px
        }

        .layout-post-style-2 .post-style-2 .post-content .entry-meta-top {
                margin-bottom: 10px
        }

        .layout-post-style-2 .post-style-2 .post-content .entry-title {
                font-size: 25px;
                font-size: 1.5625rem;
                line-height: 1.2
        }
}

@media (max-width:767px) {
        .layout-post-style-2 .post-style-2 .entry-title {
                font-size: 30px;
                font-size: 1.875rem;
                line-height: 1.1666666667
        }
}

.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 h3.elementor-price-table__heading {
        margin: 0;
        padding: 0;
        line-height: 1.2;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: var(--e-global-typography-);
        color: var(--e-global-color-secondary);
        text-transform: uppercase;
        font-family: var(--e-global-typography-text-font-family)
}

.elementor-price-table .elementor-price-table__button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-price-table .elementor-price-table__button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.elementor-price-table .elementor-price-table__button span {
        z-index: 3
}

.elementor-price-table .elementor-price-table__button:hover,
.elementor-price-table .elementor-price-table__button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.elementor-price-table .elementor-price-table__button:hover i,
.elementor-price-table .elementor-price-table__button:focus i {
        color: #fff
}

.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;
        -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-size: 14px;
        padding-top: 13px;
        font-family: var(--e-global-typography-text-font-family)
}

.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-top: -5px
}

.elementor-price-table .elementor-price-table__rood {
        display: flex;
        align-items: flex-end;
        margin-bottom: -3px
}

.elementor-price-table .elementor-price-table__rood-part {
        font-family: var(--e-global-typography-accent-font-family);
        color: var(--e-global-color-primary);
        font-size: 15px;
        font-weight: var(--e-global-typography-accent-font-weight);
        text-transform: uppercase
}

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

.bokifa-border-deco-yes .elementor-price-table {
        position: relative
}

.bokifa-border-deco-yes .elementor-price-table:before,
.bokifa-border-deco-yes .elementor-price-table:after {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        transition: all .2s linear;
        background: var(--e-global-color-primary)
}

.bokifa-border-deco-yes .elementor-price-table:before {
        left: 50%;
        top: 0;
        transition-duration: .3s
}

.bokifa-border-deco-yes .elementor-price-table:after {
        left: 50%;
        bottom: 0;
        transition-duration: .3s
}

.bokifa-border-deco-yes .elementor-price-table:hover:before,
.bokifa-border-deco-yes .elementor-price-table:hover:after {
        width: 100%;
        left: 0
}

.bokifa-border-deco-yes .elementor-price-table-deco:before,
.bokifa-border-deco-yes .elementor-price-table-deco:after {
        content: "";
        width: 2px;
        height: 0;
        position: absolute;
        transition: all .2s linear;
        background: var(--e-global-color-primary)
}

.bokifa-border-deco-yes .elementor-price-table-deco:before {
        left: 0;
        top: 50%;
        transition-duration: .3s
}

.bokifa-border-deco-yes .elementor-price-table-deco:after {
        right: 0;
        top: 50%;
        transition-duration: .3s
}

.bokifa-border-deco-yes .elementor-price-table-deco:hover:before,
.bokifa-border-deco-yes .elementor-price-table-deco:hover:after {
        height: 100%;
        top: 0
}

.elementor-author-inner {
        display: flex;
        align-items: center
}

.elementor-author-inner .author-title {
        margin-bottom: 0;
        font-size: 16px;
        font-size: 1rem;
        line-height: 22px
}

.elementor-author-inner .elementor-cta__button {
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 1px solid var(--e-global-color-border);
        display: flex;
        justify-content: center;
        flex: 1;
        padding: .736em 1em;
        border-radius: 25px
}

.elementor-author-inner .elementor-cta__button i {
        color: var(--e-global-color-secondary);
        margin: 0 0 0 6px
}

.elementor-author-inner .elementor-cta__button:before {
        margin-left: -18px
}

.elementor-author-inner .elementor-cta__button:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.elementor-author-inner .elementor-cta__button:hover:before {
        color: #fff
}

.elementor-author-inner .elementor-cta__button:hover i {
        color: #fff
}

.author-product-img img {
        width: 80px;
        height: 80px;
        border-radius: 90px;
        object-fit: cover
}

.elementor-list-filters {
        display: flex;
        list-style: none;
        margin-left: 0;
        border-bottom: 1px solid var(--e-global-color-border);
        padding-bottom: 6px;
        margin-bottom: 41px
}

.elementor-list-filters .filter-item {
        position: relative;
        padding: 0 10px
}

.elementor-list-filters .filter-item:first-child {
        padding: 0 8px 0 0
}

.elementor-list-filters .filter-item a {
        font-size: 12px;
        font-size: .75rem;
        line-height: 24px;
        color: var(--e-global-color-lighter);
        text-transform: uppercase
}

.elementor-list-filters .filter-item a:before {
        content: "";
        position: absolute;
        width: 0;
        opacity: 0;
        background: var(--e-global-color-primary);
        left: 0;
        height: 4px;
        bottom: -7px;
        transition: all .3s
}

.elementor-list-filters .filter-item a:hover {
        color: var(--e-global-color-secondary)
}

.elementor-list-filters .filter-item a:hover:before {
        width: 100%;
        left: 0;
        opacity: 1
}

.elementor-list-filters .actived a {
        color: var(--e-global-color-secondary)
}

.elementor-list-filters .actived a:before {
        width: 100%;
        left: 0;
        opacity: 1
}

.author-product-link {
        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: 16px;
        font-size: 1rem;
        line-height: 22px;
        font-weight: 600;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal
}

.author-featured-books {
        display: flex;
        justify-content: center;
        list-style: none;
        margin: 0;
        grid-gap: 3px
}

.author-item-featured {
        flex: 0 0 33%;
        margin-bottom: 30px
}

.author-item-featured img {
        height: 100%;
        object-fit: cover;
        border-radius: 10px
}

.show-effect-background-yes .elementor-authors-item .elementor-author-inner:hover {
        background-color: #fff;
        border-color: #fff !important;
        box-shadow: 0 0 40px rgba(0, 0, 0, .07);
        -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:768px) {
        .elementor-authors-filter {
                overflow: scroll;
                margin-bottom: 30px
        }

        .elementor-list-filters {
                max-width: unset;
                width: max-content;
                margin: 0
        }
}

.bokifa_author_information {
        padding-bottom: 46px
}

.bokifa_author_information .author_inner {
        display: flex;
        border-bottom: 1px solid var(--e-global-color-border)
}

.bokifa_author_information .author_inner img {
        border-radius: 50%;
        width: 200px;
        height: 200px;
        margin-bottom: 30px
}

@media (max-width:568px) {
        .bokifa_author_information .author_inner {
                display: block;
                text-align: -webkit-center
        }

        .bokifa_author_information .author_inner img {
                margin-bottom: 15px
        }

        .bokifa_author_information .author_inner .author_wrap_text {
                margin: 0
        }

        .bokifa_author_information .author_inner .author_name {
                font-size: 32px;
                font-size: 2rem
        }
}

.bokifa_author_information .author_wrap_text {
        margin: 0 0 30px 60px
}

.bokifa_author_information .author_name {
        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: 44px;
        font-size: 2.75rem;
        line-height: 50px;
        padding-bottom: 20px
}

.elementor-widget-bokifa-product-categories.category-custom-position-count-yes .elementor-categories-item {
        position: relative
}

.elementor-widget-bokifa-product-categories.category-custom-position-count-yes .category-count-wrapper {
        position: absolute;
        top: 0;
        right: 0;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: var(--e-global-color-primary);
        border-radius: 50%
}

.elementor-widget-bokifa-product-categories.category-custom-position-count-yes .category-count-wrapper .category-count-text {
        display: none
}

.elementor-widget-bokifa-product-categories.category-image-overlay-yes .category-product-img a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0
}

.elementor-widget-bokifa-product-categories .category-product-img {
        margin-bottom: 30px;
        display: inline-flex;
        width: 100%;
        align-items: center;
        justify-content: center;
        position: relative
}

.elementor-widget-bokifa-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-bokifa-product-categories .category-product-img a {
        overflow: hidden
}

.elementor-widget-bokifa-product-categories .category-title {
        position: relative;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 26px
}

.elementor-widget-bokifa-product-categories .category-product-icon {
        margin-bottom: 20px
}

.elementor-widget-bokifa-product-categories .category-count-wrapper {
        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);
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        color: var(--e-global-color-lighter)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button {
        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);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        text-transform: capitalize;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 0;
        white-space: nowrap;
        border-radius: 0;
        position: relative;
        padding: 0
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:before {
        display: none
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button .elementor-button-text {
        position: relative
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button .elementor-button-text:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-secondary);
        bottom: 3px;
        left: 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
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button i {
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        margin: 0 0 0 8px
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:hover,
.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:focus {
        color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:hover .elementor-button-text,
.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:focus .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:hover .elementor-button-text:after,
.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:focus .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:hover i,
.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:focus i {
        color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:visited {
        color: var(--e-global-color-secondary)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:visited i {
        color: var(--e-global-color-secondary)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:visited:hover {
        color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:visited:hover .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:visited:hover .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-product-categories .category-product-button-wrapper .category-product-button:visited:hover i {
        color: var(--e-global-color-primary)
}

.category-product-style-1 .product-cat {
        position: relative;
        overflow: hidden;
        text-align: center;
        border: 1px solid var(--e-global-color-border);
        padding: 52px 15px 30px;
        border-radius: 10px;
        background-color: transparent;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-1 .product-cat .category-product-img {
        display: none
}

.category-product-style-1 .product-cat .category-product-link {
        width: 100%
}

.category-product-style-1 .product-cat .category-product-link 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;
        background-color: transparent;
        width: 100%
}

.category-product-style-1 .product-cat .category-product-caption {
        z-index: 10
}

.category-product-style-1 .product-cat .category-count-wrapper {
        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;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
}

.category-product-style-1 .product-cat:hover {
        background-color: #fff;
        box-shadow: 0 15px 50px rgba(196, 156, 97, .2);
        border-color: transparent
}

.category-product-style-1 .product-cat:hover .category-count-wrapper {
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.category-product-style-2 .category-product-img i,
.category-product-style-2 .category-product-img svg {
        font-size: 22px;
        font-size: 1.375rem;
        z-index: 9;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.category-product-style-2 .category-product-img .category-product-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0
}

.category-product-style-2 .category-product-img img {
        width: 100%;
        height: 100%;
        display: inline-block;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-2 .product-cat:hover .category-product-button-wrapper {
        visibility: visible;
        opacity: 1;
        transform: scale(1)
}

.category-product-style-2 .product-cat:hover .category-product-content {
        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
}

.category-product-style-2 .product-cat:hover .category-product-content .category-product-link:before {
        width: 100%
}

.category-product-style-2 .product-cat:hover .category-product-img 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
}

.category-product-style-2 .product-cat:hover .category-product-img svg {
        color: var(--e-global-color-primary)
}

.category-product-style-2 .product-cat:hover .category-product-img svg:hover {
        color: #000
}

.category-product-style-2 .category-product-caption {
        position: relative
}

.category-product-style-2 .category-product-caption .category-product-content .category-product-link {
        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
}

.category-product-style-2 .category-product-caption .category-product-button-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        margin: auto;
        visibility: hidden;
        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: scale(0)
}

.category-product-style-2 .category-product-caption .category-product-button-wrapper .category-product-button {
        background-color: transparent;
        border-color: transparent;
        color: var(--e-global-color-primary);
        padding: 13px 26px
}

.category-product-style-2 .category-product-caption .category-product-button-wrapper .category-product-button:after {
        font-size: 12px;
        font-size: .75rem;
        padding-left: 8px;
        margin: 0
}

.category-product-style-3 .category-product-img i,
.category-product-style-3 .category-product-img svg {
        font-size: 22px;
        font-size: 1.375rem;
        z-index: 9;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
}

.category-product-style-3 .category-product-img .category-product-link {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border-radius: 50%
}

.category-product-style-3 .category-product-img img {
        width: 100%;
        height: 100%;
        display: inline-block;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-3 .product-cat:hover .category-product-button-wrapper {
        visibility: visible;
        opacity: 1;
        transform: scale(1)
}

.category-product-style-3 .product-cat:hover .category-product-content {
        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
}

.category-product-style-3 .product-cat:hover .category-product-content .category-product-link:before {
        width: 100%
}

.category-product-style-3 .product-cat:hover .category-product-img 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
}

.category-product-style-3 .product-cat:hover .category-product-img svg {
        color: var(--e-global-color-primary)
}

.category-product-style-3 .product-cat:hover .category-product-img svg:hover {
        color: #000
}

.category-product-style-3 .category-product-caption {
        position: relative
}

.category-product-style-3 .category-product-caption .category-product-content .category-product-link {
        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
}

.category-product-style-3 .category-product-caption .category-product-button-wrapper {
        position: absolute;
        top: 0;
        width: 100%;
        margin: auto;
        visibility: hidden;
        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: scale(0)
}

.category-product-style-3 .category-product-caption .category-product-button-wrapper .category-product-button {
        background-color: transparent;
        border-color: transparent;
        color: var(--e-global-color-primary);
        padding: 13px 26px
}

.category-product-style-3 .category-product-caption .category-product-button-wrapper .category-product-button:after {
        font-size: 12px;
        font-size: .75rem;
        padding-left: 8px;
        margin: 0
}

.category-product-style-4 .product-cat {
        padding: 30px;
        display: inline-grid;
        background-color: #fff;
        border-radius: 10px;
        width: 100%;
        justify-items: start;
        align-content: space-between;
        align-items: stretch;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-4 .product-cat:hover {
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-4 .category-product-content {
        display: grid;
        justify-items: start
}

.category-product-style-4 .category-product-img {
        order: 1;
        justify-content: flex-end
}

.category-product-style-4 .category-product-img a {
        text-align: right
}

.category-product-style-4 .category-count-wrapper {
        background-color: rgba(36, 198, 109, .15);
        padding: 2px 10px;
        margin-bottom: 12px;
        color: var(--e-global-color-primary);
        border-radius: 25px;
        order: 1
}

.category-product-style-4 .category-title {
        order: 2
}

.category-product-style-5 .swiper-slide.elementor-categories-item {
        width: max-content !important
}

.category-product-style-5 .product-cat {
        position: relative;
        overflow: hidden;
        width: var(--slider-item-width);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.category-product-style-5 .product-cat .category-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        margin-bottom: 30px
}

.category-product-style-5 .product-cat:hover {
        width: calc(var(--slider-item-width)*1.5)
}

.category-product-style-5 .product-cat:hover .category-title {
        margin-bottom: 0
}

.category-product-style-5 .product-cat:hover .category-sub {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
        color: #fff;
        width: 300px;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding-bottom: 40px
}

.category-product-style-5 .product-cat:hover img {
        width: 100%;
        height: 100%;
        display: inline-block
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background-color: #fff;
        color: var(--e-global-color-dark);
        border-color: #fff
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button span {
        z-index: 3
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button:hover,
.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button:hover i,
.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button:focus i {
        color: #fff
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button span {
        order: 2
}

.category-product-style-5 .product-cat:hover .category-product-button-wrapper .category-product-button span i {
        margin-left: 6px;
        color: var(--e-global-color-dark)
}

.category-product-style-5 .product-cat:hover .category-product-img a:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .47) 46.84%, #000 100%);
        opacity: 1;
        border-radius: 0;
        z-index: 0
}

.category-product-style-5 .category-product-img {
        overflow: hidden;
        margin-bottom: 0;
        display: block;
        border-radius: 10px
}

.category-product-style-5 .category-product-caption {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 40px
}

.category-product-style-5 .category-product-caption 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
}

.category-product-style-5 .category-product-caption .category-sub {
        margin-bottom: -30px;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        transform: translateY(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
}

.category-product-style-5 .category-product-caption .category-product-button-wrapper {
        margin-bottom: -80px;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        z-index: 1;
        text-align: start
}

.category-product-style-5 .category-product-caption .category-product-button-wrapper a.more-link {
        padding: 9px 22px
}

.category-product-style-5 .active {
        -webkit-flex-grow: 3;
        -webkit-box-flex: 3;
        flex-grow: 3
}

.category-product-style-5 .active:first-child {
        -webkit-flex-grow: 3;
        -webkit-box-flex: 3;
        flex-grow: 3
}

.category-product-style-5 .active:before {
        transition: all .4s ease;
        background: linear-gradient(180deg, rgba(0, 0, 0, .47) 46.84%, rgba(0, 0, 0, 0) 100%)
}

.category-product-style-6 .product-cat {
        display: flex
}

.category-product-style-6 .category-product-img {
        width: auto;
        margin-right: 20px
}

.category-product-style-6 .category-product-img img {
        border-radius: 10px
}

.category-product-style-6 .category-product-caption {
        align-self: center
}

.category-product-style-6 .category-title {
        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);
        text-transform: capitalize;
        font-weight: 600;
        line-height: 26px;
        margin: 0
}

.category-product-style-7 .product-cat {
        position: relative
}

.category-product-style-7 .product-cat:hover img {
        transform: scale(1.05);
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-7 .category-product-img {
        overflow: hidden;
        margin-bottom: 0;
        display: block;
        border-radius: 10px
}

.category-product-style-7 .category-product-caption {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 40px
}

.category-product-style-7 .category-product-caption 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
}

.category-product-style-7 .category-product-caption .category-title {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 34px;
        margin-bottom: 0
}

.category-product-style-7 .category-product-caption .category-sub {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
        color: #fff;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        padding-bottom: 30px
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
        -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;
        text-align: start
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background-color: #fff;
        color: var(--e-global-color-dark);
        border-color: #fff
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button span {
        z-index: 3
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button:hover,
.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button:hover i,
.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button:focus i {
        color: #fff
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button span {
        order: 2
}

.category-product-style-7 .category-product-caption .category-product-button-wrapper .category-product-button span i {
        margin-left: 6px;
        color: var(--e-global-color-dark)
}

.category-product-style-8 .product-cat {
        padding: 20px;
        display: inline-grid;
        background-color: #f5f5f5;
        border-radius: 10px;
        width: 100%;
        justify-items: start;
        align-content: space-between;
        align-items: stretch;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-8 .product-cat:hover {
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .1);
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.category-product-style-8 .category-product-img {
        margin-bottom: 14px
}

.category-product-style-8 .category-product-caption {
        display: inline-block;
        justify-self: center
}

.category-product-style-8 .category-title {
        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);
        text-transform: capitalize;
        line-height: 26px;
        margin-bottom: 0
}

.elementor-genre-inner .genre-product-caption {
        flex: 1;
        padding-right: 15px;
        padding-bottom: 26px
}

.elementor-genre-inner .genre-title {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal
}

.genre-product-style-1 .elementor-genre-inner {
        display: flex
}

.genre-product-style-1 .elementor-genre-inner .genre-product-caption {
        padding: 60px 15px 30px 0
}

.genre-product-style-1 .elementor-genre-inner .genre-title {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal
}

.genre-product-style-1 .elementor-genre-inner .genre-top-ten {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 88px;
        height: 31px;
        background-color: #fff;
        border-radius: 20px;
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 700;
        line-height: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
        margin-bottom: 8px
}

.genre-product-style-1 .elementor-genre-inner .genre-product-img a img {
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
}

.genre-product-style-1 .product-genre:hover .genre-product-img a img {
        transform: translateY(-5px)
}

.genre-product-style-2 .product-genre:hover .genre-product-img a img {
        transform: translateY(-30px)
}

.genre-product-style-2 .elementor-genre-inner {
        display: flex;
        position: relative
}

.genre-product-style-2 .elementor-genre-inner .genre-title:before {
        content: "";
        position: absolute;
        width: calc(100% + 2px);
        height: 50px;
        background-color: transparent;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 0
}

.genre-product-style-2 .elementor-genre-inner .genre-title a {
        position: relative;
        z-index: 1
}

.genre-product-style-2 .elementor-genre-inner .genre-product-img {
        position: relative;
        z-index: 1
}

.genre-product-style-2 .elementor-genre-inner .genre-product-img a img {
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
}

.genre-product-style-2 .elementor-genre-inner .genre-children-list {
        margin: 0;
        position: relative;
        z-index: 1
}

.genre-product-style-2 .elementor-genre-inner .genre-children-list .genre-child {
        list-style: none
}

.genre-product-style-2 .elementor-genre-inner .genre-children-list .genre-child a {
        font-size: 14px;
        font-size: .875rem;
        line-height: 30px;
        color: var(--e-global-color-lighter);
        letter-spacing: .2px
}

.genre-product-style-2 .elementor-genre-inner .genre-children-list .genre-child a:hover {
        color: var(--e-global-color-primary)
}

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
}

.elementor-widget-bokifa-products ul.products-list {
        --item-border-spacing: 30px
}

.elementor-widget-bokifa-products ul.products-list li.product-list {
        position: relative
}

.elementor-widget-bokifa-products ul.products-list li.product-list .woocommerce-loop-product__title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
}

.elementor-widget-bokifa-products ul.products-list li.product-list .quantity_cart {
        width: 100%
}

.elementor-widget-bokifa-products ul.products-list li.product-list .add_to_cart {
        width: 100%
}

.elementor-widget-bokifa-products ul.products-list li.product-list .short-description {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden
}

.elementor-widget-bokifa-products ul.products-list li.product-list button[class*=product_type_],
.elementor-widget-bokifa-products ul.products-list li.product-list a[class*=product_type_] {
        width: 100%
}

@media (max-width:1366px) {

        .elementor-widget-bokifa-products ul.products-list li.product-list button[class*=product_type_],
        .elementor-widget-bokifa-products ul.products-list li.product-list a[class*=product_type_] {
                width: 230px
        }
}

@media (max-width:1024px) {

        .elementor-widget-bokifa-products ul.products-list li.product-list button[class*=product_type_],
        .elementor-widget-bokifa-products ul.products-list li.product-list a[class*=product_type_] {
                width: 200px
        }
}

.elementor-widget-bokifa-products ul.products-list li.product-list .bokifa-wrapper-loop-rating {
        margin-bottom: 6px
}

.elementor-widget-bokifa-products ul.products-list li.product-list .product-author {
        margin-bottom: 20px
}

.elementor-widget-bokifa-products ul.products-list li.product-list .product-list-inner:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% + var(--item-border-spacing));
        height: calc(100% + var(--item-border-spacing));
        background-color: #fff;
        border-radius: 15px;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        visibility: hidden;
        border: 1px solid;
        border-color: transparent;
        z-index: 0
}

.elementor-widget-bokifa-products ul.products-list li.product-list:hover .product-list-inner:before {
        opacity: 1;
        visibility: visible;
        border-color: var(--e-global-color-border);
        box-shadow: 0 4px 30px rgba(0, 0, 0, .08)
}

.elementor-widget-bokifa-products ul.products-list li.product-list:last-child,
.elementor-widget-bokifa-products ul.products-list li.product-list:not(.divider-bottom) {
        padding-bottom: 0;
        border-bottom: 0
}

.hidden-button-yes .quantity_cart {
        display: none
}

.hidden-description-yes ul.products-list li.product-list .short-description {
        display: none
}

.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 .bokifa-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-bokifa-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-bokifa-products .woocommerce-carousel ul.products li.product {
                flex: 0 0 100% !important;
                max-width: 100% !important
        }
}

.elementor-widget-bokifa-products .bokifa-products-spacing {
        padding: 0;
        border: none;
        border-radius: 0
}

.elementor-widget-bokifa-products .product-block-list {
        display: flex;
        height: 100%
}

.elementor-widget-bokifa-products .product-block-list .right {
        flex: 1
}

.elementor-widget-bokifa-products .product-block-list .left {
        margin-right: 20px
}

.elementor-widget-bokifa-products .product-block-list .count-review {
        justify-content: left
}

.elementor-widget-bokifa-products .label-wrapper>span {
        font-size: 10px;
        font-size: .625rem
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 .left {
        max-width: 138px;
        margin-right: 20px;
        position: relative
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 .left img {
        object-fit: cover;
        border-radius: 5px
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 .product-block-list {
        padding-bottom: 10px
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 li.product .label-wrapper {
        top: 0;
        left: 0
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 li.product .woocommerce-loop-product__title {
        margin-bottom: 6px;
        font-family: var(--e-global-typography-accent-font-family);
        font-weight: 700;
        font-size: 16px;
        font-size: 1rem;
        color: var(--e-global-color-text)
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 li.product .short-description {
        font-family: var(--e-global-typography-text-font-family);
        color: var(--e-global-color-lighter);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 li.product .count-review {
        display: none
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 li.product .price {
        font-family: var(--e-global-typography-text-font-family);
        font-size: 14px;
        font-size: .875rem
}

.elementor-widget-bokifa-products .woocommerce-product-list-1 li.product .inventory_status {
        display: none
}

.elementor-widget-bokifa-products .woocommerce-product-list-2 .left {
        max-width: 100px;
        margin-right: 18px;
        position: relative
}

.elementor-widget-bokifa-products .woocommerce-product-list-2 li.product {
        margin-bottom: 0
}

.elementor-widget-bokifa-products .woocommerce-product-list-2 li.product:not(:last-child) {
        margin-bottom: 22px
}

.elementor-widget-bokifa-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-bokifa-products .woocommerce-product-list-2 li.product .label-wrapper {
        top: 0;
        left: 0
}

.elementor-widget-bokifa-products .woocommerce-product-list-2 li.product .count-review {
        margin-bottom: 15px
}

.elementor-widget-bokifa-products .woocommerce-product-list-2 li.product .price {
        margin-bottom: 5px
}

.hidden-effects-hover-yes .bokifa-products .product .product-block:before,
.hidden-effects-hover-yes .bokifa-products .product .product-list-inner:before {
        display: none
}

.hidden-action-yes .bokifa-products .product .group-action {
        display: none
}

.hidden-label-yes .bokifa-products .product .product-image .label-wrapper,
.hidden-label-yes .bokifa-products .product .product-transition .label-wrapper {
        display: none
}

.elementor-widget-bokifa-search {
        z-index: 99
}

.elementor-widget-bokifa-search .widget_product_search {
        padding: 0;
        margin-bottom: 0;
        border: none
}

.elementor-widget-bokifa-search .widget_product_search .woocommerce-product-search:before {
        display: none
}

.elementor-widget-bokifa-search .widget_product_search form.woocommerce-product-search:before {
        display: none
}

.elementor-widget-bokifa-search .widget_product_search form.woocommerce-product-search .search-field {
        background-color: #f6f6f6;
        border: none;
        padding: 13px 18px 12px
}

.elementor-widget-bokifa-search .widget_product_search form.woocommerce-product-search .search-field::placeholder {
        color: var(--e-global-color-lighter);
        font-size: 14px;
        font-size: .875rem
}

.elementor-widget-bokifa-search .widget_product_search form.woocommerce-product-search button[type=submit] {
        font-size: 14px;
        font-size: .875rem;
        line-height: 20px;
        z-index: 3;
        border: none;
        border-radius: 30px;
        padding: 15px 26px 15px 56px;
        right: 0;
        width: 130px;
        height: 100%;
        background-color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-search .widget_product_search form.woocommerce-product-search button[type=submit]:after {
        color: #fff;
        font-size: 23px;
        font-size: 1.4375rem;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: center
}

.elementor-widget-bokifa-search .widget_product_search form.woocommerce-product-search button[type=submit]:hover {
        background-color: var(--e-global-color-secondary)
}

@media (max-width:568px) {
        .elementor-widget-bokifa-search .elementor-sidebar-search-form .site-search {
                display: block
        }
}

.elementor-widget-bokifa-search .elementor-sidebar-search-form .widget form.woocommerce-product-search:before {
        display: none
}

.elementor-widget-bokifa-search .elementor-sidebar-search-form .widget form.woocommerce-product-search .search-field {
        background-color: var(--e-global-color-border);
        padding: 17px 70px 15px 22px
}

.elementor-widget-bokifa-search .elementor-sidebar-search-form .widget form.woocommerce-product-search .search-field::placeholder {
        color: var(--e-global-color-lighter);
        font-size: 14px
}

.elementor-widget-bokifa-search .elementor-sidebar-search-form .widget form.woocommerce-product-search button[type=submit] {
        background-color: var(--e-global-color-primary);
        width: 50px;
        height: 48px;
        transform: translateY(0)
}

.elementor-widget-bokifa-search .elementor-sidebar-search-form .widget form.woocommerce-product-search button[type=submit]:before {
        color: #fff
}

.elementor-widget-bokifa-search .elementor-sidebar-search-form .widget form.woocommerce-product-search button[type=submit]:hover:before {
        background-color: var(--e-global-color-accent)
}

.elementor-widget-bokifa-search .site-header-search {
        display: block
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup {
        text-align: center
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup .bokifa-icon-search {
        margin-bottom: 5px
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup .content {
        display: block;
        font-size: 14px;
        font-weight: var(--e-global-typography-text-font-weight);
        font-family: var(--e-global-typography-secondary-font-family)
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup:hover {
        color: var(--e-global-color-secondary)
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup:hover .bokifa-icon-search2 {
        color: var(--e-global-color-secondary)
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup.layout-2 .bokifa-icon-search {
        margin-bottom: 5px;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup.layout-3 {
        display: flex;
        text-align: start;
        align-items: center
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup.layout-3 .bokifa-icon-search1 {
        margin-bottom: 0;
        font-size: 17px;
        font-size: 1.0625rem;
        margin-right: 5px
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup.layout-3 .content {
        font-size: 14px;
        font-weight: var(--e-global-typography-secondary-font-weight);
        font-family: var(--e-global-typography-text-font-family)
}

.elementor-widget-bokifa-search .site-header-search .button-search-popup:hover .bokifa-icon-search2 {
        color: var(--e-global-color-primary)
}

@media screen and (max-width:767px) {
        .elementor-widget-bokifa-search .site-header-search .button-search-popup .content {
                display: none
        }
}

.left-counter .elementor-counter {
        display: inline-block;
        text-align-last: left
}

.elementor-widget-bokifa-slide-scrolling {
        overflow: hidden
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item {
        display: flex;
        align-items: flex-start;
        -ms-transition: all ease .3s;
        -o-transition: all ease .3s;
        -moz-transition: all ease .3s;
        -webkit-transition: all ease .3s;
        transition: all ease .3s
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image {
        position: relative;
        transition: all ease .3s
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image .elementor-animation-image {
        position: relative
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image .elementor-animation-image .elementor-animation-main {
        transform: rotateX(0deg) translateY(0);
        transition: all ease .3s
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .elementor-scrolling-image .elementor-animation-image .elementor-animation-hover {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all ease .3s;
        transform: rotateX(-90deg) translateY(30px);
        opacity: 0;
        -webkit-transform-origin: 50% 0;
        -moz-transform-origin: 50% 0;
        transform-origin: 50% 0
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .scrolling-title,
.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .scrolling-title 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);
        font-size: 160px;
        font-size: 10rem;
        font-style: italic;
        line-height: 1
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .scrolling-title {
        position: relative
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item .scrolling-title:before {
        position: absolute;
        content: "";
        width: 20px;
        height: 20px;
        margin-right: -10px;
        border-radius: 10px;
        top: 45%;
        background-color: var(--e-global-color-dark)
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-inner {
        display: inline-flex;
        position: relative
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-inner img {
        max-width: unset;
        border-radius: 10px
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-inner.cloned {
        position: absolute;
        top: 17px;
        bottom: 0;
        left: 0
}

.elementor-widget-bokifa-slide-scrolling .elementor-scrolling-item-inner {
        display: inline-flex;
        flex-direction: column
}

.elementor-widget-bokifa-team-box .team-image {
        position: relative;
        border-radius: 10px;
        overflow: hidden;
        justify-content: center
}

.elementor-widget-bokifa-team-box .team-image img {
        width: 100%;
        object-fit: cover;
        object-position: top;
        border-radius: 10px
}

@media (max-width:767px) {
        .elementor-widget-bokifa-team-box .team-image img {
                height: 370px
        }
}

.elementor-widget-bokifa-team-box ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0;
        list-style: none
}

.elementor-widget-bokifa-team-box ul li {
        position: relative;
        line-height: 1;
        margin-right: 10px;
        text-align: center
}

.elementor-widget-bokifa-team-box ul li:last-child {
        margin-right: 0
}

.elementor-widget-bokifa-team-box ul li:last-child:after {
        display: none
}

.elementor-widget-bokifa-team-box ul a {
        position: relative;
        color: var(--e-global-color-text);
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 16px;
        font-size: 1rem;
        border-radius: 50%;
        display: flex;
        align-content: center;
        justify-content: center;
        align-items: center;
        background-color: var(--e-global-color-dark)
}

.elementor-widget-bokifa-team-box ul a:hover {
        background-color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-team-box ul a i {
        color: #fff
}

.elementor-widget-bokifa-team-box .elementor-teams-wrapper .team-image {
        padding: 20px 20px 30px;
        border: 1px solid var(--e-global-color-border);
        border-radius: 10px
}

.elementor-widget-bokifa-team-box .elementor-teams-wrapper .team-image:hover {
        box-shadow: 0 4px 30px 0 rgba(0, 0, 0, .15);
        border-color: transparent;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.elementor-widget-bokifa-team-box .elementor-teams-wrapper .team-caption {
        margin: 0;
        text-align: center;
        z-index: 3;
        overflow: hidden;
        transition: all .5s ease
}

.elementor-widget-bokifa-team-box .elementor-teams-wrapper .team-caption:hover {
        transition: all .5s ease
}

.elementor-widget-bokifa-team-box .elementor-teams-wrapper .team-name {
        font-size: 28px;
        font-size: 1.75rem;
        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-dark);
        line-height: 34px;
        letter-spacing: var(--e-global-typography-primary-letter-spacing);
        margin: 30px 0 10px;
        text-transform: capitalize
}

.elementor-widget-bokifa-team-box .elementor-teams-wrapper .team-job {
        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);
        font-weight: 400;
        text-transform: capitalize;
        line-height: 26px;
        margin-bottom: 20px
}

.team-box-style-2 .team-image {
        position: relative;
        overflow: hidden;
        border-radius: 0
}

.elementor-testimonial-item-wrapper .inner {
        height: 100%;
        position: relative;
        display: flex;
        flex-direction: column-reverse;
        justify-content: flex-end;
        background-color: #fff;
        border-radius: 10px;
        padding: 39px 50px 43px
}

.elementor-testimonial-item-wrapper .icon {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 0;
        text-align: center;
        margin-bottom: 26px
}

.elementor-testimonial-item-wrapper .caption-bottom {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between
}

.elementor-testimonial-item-wrapper .elementor-testimonial-rating {
        font-size: 12px;
        font-size: .75rem;
        line-height: 1;
        margin: 0 0 6px
}

.elementor-testimonial-item-wrapper .elementor-testimonial-rating i {
        margin-right: 0;
        color: #027a36
}

.elementor-testimonial-item-wrapper .elementor-testimonial-rating i:last-child {
        margin-right: 0
}

.elementor-testimonial-item-wrapper .testimonial-caption {
        padding-bottom: 9px;
        margin-bottom: 46px
}

.elementor-testimonial-item-wrapper .testimonial-content-text {
        z-index: 1;
        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: 16px;
        font-size: 1rem;
        color: #404040;
        line-height: 26px;
        display: -webkit-box;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal
}

.elementor-testimonial-item-wrapper .title {
        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: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        line-height: 1.5555555556;
        margin-bottom: 6px;
        text-transform: inherit;
        color: #000
}

.elementor-testimonial-item-wrapper .name {
        display: block;
        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: 14px;
        font-size: .875rem;
        font-weight: 600;
        line-height: 1.5714285714;
        text-transform: capitalize;
        color: #000
}

.elementor-testimonial-item-wrapper .job {
        display: block;
        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: 12px;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.8333333333;
        color: #9a9a9a;
        padding: 3px 0 6px
}

.elementor-testimonial-item-wrapper .elementor-testimonial-image {
        margin-right: 20px
}

.elementor-testimonial-item-wrapper .elementor-testimonial-image img {
        display: inline;
        width: 80px;
        height: 80px;
        object-fit: cover;
        border-radius: 50%
}

.elementor-testimonial-item-wrapper .layout-2 .inner {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 50px 55px 42px
}

.elementor-testimonial-item-wrapper .layout-2 .testimonial-content-text {
        display: flex;
        flex-direction: column;
        height: 100%
}

.elementor-testimonial-item-wrapper .layout-2 .testimonial-caption {
        padding-bottom: 0;
        margin-bottom: 0;
        display: flex;
        flex-direction: column
}

.elementor-testimonial-item-wrapper .layout-2 .icon {
        order: 1
}

.elementor-testimonial-item-wrapper .layout-2 .content {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5555555556;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
        height: 100%;
        -webkit-line-clamp: 5
}

.elementor-testimonial-item-wrapper .layout-2 .caption-bottom {
        display: block
}

.elementor-testimonial-item-wrapper .layout-2 .name {
        line-height: 1.4285714286
}

.elementor-testimonial-item-wrapper .layout-2 .job {
        padding: 0
}

.show-line-yes .elementor-testimonial-item-wrapper .layout-1 .testimonial-caption {
        position: relative
}

.show-line-yes .elementor-testimonial-item-wrapper .layout-1 .testimonial-caption:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        bottom: 0;
        background-color: #e2e2e2
}

.show-line-yes .elementor-testimonial-item-wrapper .layout-2 .item-inner {
        position: relative
}

.show-line-yes .elementor-testimonial-item-wrapper .layout-2 .item-inner:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        top: 235px;
        left: 0;
        background-color: #e2e2e2
}

.swiper-slide {
        height: initial
}

.elementor-custom-swiper-pagination {
        width: 335px;
        overflow: hidden;
        margin: 0 auto
}

.elementor-custom-swiper-pagination .swiper-custom .caption-bottom {
        display: none
}

.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image {
        position: relative
}

.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 1;
        visibility: visible
}

.elementor-custom-swiper-pagination .swiper-custom .caption-top .elementor-testimonial-image img {
        width: 50px;
        height: 50px
}

.elementor-custom-swiper-pagination .swiper-slide-active .caption-bottom {
        display: block
}

.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image {
        position: relative
}

.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-color: rgba(217, 217, 217, .4);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 50%;
        opacity: 0;
        visibility: hidden
}

.elementor-custom-swiper-pagination .swiper-slide-active .caption-top .elementor-testimonial-image img {
        width: 70px;
        height: 70px
}

.elementor-custom-swiper-pagination .swiper-slide-prev .elementor-testimonial-image {
        margin-right: -68px
}

.elementor-custom-swiper-pagination .swiper-slide-next .elementor-testimonial-image {
        margin-left: -68px
}

.elementor-custom-swiper-pagination .caption-top {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 70px;
        height: 70px;
        margin: 0 auto
}

.elementor-custom-swiper-pagination .caption-bottom {
        display: flex;
        justify-content: center;
        text-align: center
}

.elementor-testimonials-swiper {
        overflow: visible;
        clip-path: inset(-28px -30px 0px)
}

.elementor-text-carousel-text {
        text-align: center;
        display: flex;
        align-items: center;
        position: relative;
        overflow: hidden
}

.elementor-text-carousel-wrapper a {
        display: block
}

.elementor-text-carousel-wrapper .column-item {
        margin-bottom: 30px
}

.elementor-text-carousel-wrapper .slick-slide {
        position: relative
}

.elementor-text-carousel-wrapper .slick-slide:before {
        top: 0;
        right: 0;
        width: 1px;
        height: 100%;
        background: #ebebeb;
        position: absolute
}

.elementor-text-carousel-wrapper .slick-slide:last-child:before {
        content: none !important
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-wrapper {
        display: flex;
        white-space: nowrap
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-wrapper:hover .elementor-scrolling-inner {
        animation-play-state: paused
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-item {
        display: flex;
        align-items: center;
        transition: all ease .3s;
        position: relative
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-item .scrolling-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);
        font-size: 18px;
        font-size: 1.125rem;
        color: var(--e-global-color-secondary);
        font-weight: 600;
        line-height: 28px;
        margin: 0 10px;
        text-transform: lowercase
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-item .scrolling-title a {
        color: var(--e-global-color-secondary);
        white-space: nowrap
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-item .scrolling-title a span {
        color: var(--e-global-color-primary)
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-item .scrolling-title:hover a {
        color: var(--e-global-color-primary);
        text-decoration: none
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-item:before {
        color: var(--e-global-color-highlight);
        font-size: 18px;
        font-size: 1.125rem
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-inner {
        display: inline-flex;
        position: relative;
        animation-name: marquee;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
        animation-duration: 10s
}

.elementor-widget-bokifa-text-scrolling .elementor-scrolling-item-inner {
        display: inline-flex;
        flex-direction: column
}

@keyframes marquee {
        100% {
                -webkit-transform: translateX(-100%);
                -moz-transform: translateX(-100%);
                -ms-transform: translateX(-100%);
                -o-transform: translateX(-100%);
                transform: translate(-100%)
        }
}

.elementor-widget-bokifa-timeline .timeline-inner {
        position: relative
}

.elementor-widget-bokifa-timeline .timeline-inner .timeline-image-wrapper {
        position: relative
}

.elementor-widget-bokifa-timeline .timeline-inner .timeline-image-wrapper:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 10px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, #000 100%);
        opacity: .8;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-widget-bokifa-timeline .timeline-inner img {
        aspect-ratio: .8974358974;
        width: 100%;
        object-fit: cover;
        border-radius: 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
}

.elementor-widget-bokifa-timeline .timeline-inner .timeline-content-inner {
        transform: translateY(66%);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-widget-bokifa-timeline .timeline-inner .timeline-content-wrapper {
        position: absolute;
        bottom: 40px;
        left: 40px;
        right: 40px
}

.elementor-widget-bokifa-timeline .timeline-inner .timeline-year {
        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: 46px;
        font-size: 2.875rem;
        line-height: .9130434783
}

.elementor-widget-bokifa-timeline .timeline-inner .timeline-inner-content-wap {
        opacity: 0;
        visibility: hidden;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-widget-bokifa-timeline .swiper-slide-active .timeline-inner {
        background-color: #027a36;
        border-radius: 10px
}

.elementor-widget-bokifa-timeline .swiper-slide-active .timeline-inner img {
        opacity: 0;
        visibility: hidden
}

.elementor-widget-bokifa-timeline .swiper-slide-active .timeline-content-inner {
        transform: translateY(0)
}

.elementor-widget-bokifa-timeline .swiper-slide-active .timeline-image-wrapper:before {
        z-index: -1
}

.elementor-widget-bokifa-timeline .swiper-slide-active .timeline-year {
        margin-bottom: 10px
}

.elementor-widget-bokifa-timeline .swiper-slide-active .timeline-inner-content-wap {
        opacity: 1;
        visibility: visible;
        height: 100%
}

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

.nav-vertiacl-menu-layout-content-style-2 .vertical-navigation .vertical-menu {
        opacity: 1;
        visibility: visible;
        z-index: 990
}

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

.video-icon-effectsyes .elementor-video-popup {
        display: inline-flex;
        align-items: center;
        position: relative
}

.video-icon-effectsyes .elementor-video-popup:before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        animation: radiate 2s ease infinite;
        margin-left: 4px
}

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

.mfp-iframe-scaler .mfp-close:after {
        display: none
}

@keyframes radiate {
        0% {
                box-shadow: 0 0 0 0 #2c95ff
        }

        100% {
                box-shadow: 0 0 0 20px #2c95ff;
                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: #027a36
}

.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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/base/../../../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-icon-box-wrapper {
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        position: relative
}

.elementor-widget-icon-box .elementor-icon-box-icon .elementor-icon i:before {
        z-index: 3
}

.elementor-widget-icon-box .elementor-icon-box-icon .icon-box-number_efect {
        position: absolute;
        top: 0;
        right: 0;
        color: var(--e-global-color-primary);
        padding: 2px 10px;
        border-radius: 25px;
        font-family: var(--e-global-typography-text-font-family);
        font-size: 14px;
        font-size: .875rem;
        text-transform: uppercase;
        font-weight: 600;
        line-height: 22px;
        display: inline-table;
        background-color: #ccf5f2
}

.elementor-widget-icon-box .elementor-icon-box-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);
        font-size: 13px;
        font-size: .8125rem;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 20px;
        color: var(--e-global-color-secondary)
}

.elementor-widget-icon-box .elementor-icon-box-description {
        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: 16px;
        font-size: 1rem;
        color: var(--e-global-color-lighter)
}

.elementor-widget-icon-box .elementor-icon-box-description a:not(:hover),
.elementor-widget-icon-box .elementor-icon-box-description span {
        color: var(--e-global-color-secondary)
}

.elementor-widget-icon-box:hover {
        cursor: pointer
}

.elementor-widget-icon-box:hover .elementor-icon,
.elementor-widget-icon-box:hover .elementor-icon-box-title {
        color: var(--e-global-color-primary)
}

.elementor-view-framed .elementor-icon,
.elementor-view-default .elementor-icon {
        color: var(--e-global-color-secondary);
        border-color: var(--e-global-color-secondary)
}

.elementor-view-stacked .elementor-icon {
        background-color: var(--e-global-color-secondary);
        color: #fff
}

.show-background-bokifa-yes .elementor-icon-box-icon .elementor-icon i {
        position: relative
}

.show-background-bokifa-yes .elementor-icon-box-icon .elementor-icon i:after {
        position: absolute;
        content: "";
        width: 40px;
        height: 40px;
        top: -20px;
        right: -17px;
        z-index: 0;
        border-radius: 50%;
        background-color: var(--e-global-color-hightlight);
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.show-background-bokifa-yes:hover .elementor-icon-box-icon .elementor-icon i:after {
        opacity: 0;
        top: 0;
        right: 0;
        width: 0;
        height: 0
}

.reverse-direction-yes.elementor-widget-icon-box .elementor-icon-box-wrapper {
        display: flex;
        flex-direction: column-reverse
}

.reverse-direction-yes.elementor-widget-icon-box .elementor-icon-box-icon {
        margin: 0;
        line-height: 0
}

.elementor-image-box-wrapper {
        position: relative
}

.elementor-image-box-wrapper .elementor-image-box-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 34px;
        -ms-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease
}

.elementor-image-box-wrapper .elementor-image-box-title a {
        position: relative
}

.elementor-widget-image-box:hover img {
        transform: scale(1.1)
}

.elementor-image-box-button-wrapper .elementor-image-box-button {
        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);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        text-transform: capitalize;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 0;
        white-space: nowrap;
        border-radius: 0;
        position: relative;
        padding: 0;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1.4285714286;
        color: var(--e-global-color-secondary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:before {
        display: none
}

.elementor-image-box-button-wrapper .elementor-image-box-button .elementor-button-text {
        position: relative
}

.elementor-image-box-button-wrapper .elementor-image-box-button .elementor-button-text:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-secondary);
        bottom: 3px;
        left: 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
}

.elementor-image-box-button-wrapper .elementor-image-box-button i {
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        margin: 0 0 0 8px
}

.elementor-image-box-button-wrapper .elementor-image-box-button:hover,
.elementor-image-box-button-wrapper .elementor-image-box-button:focus {
        color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:hover .elementor-button-text,
.elementor-image-box-button-wrapper .elementor-image-box-button:focus .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.elementor-image-box-button-wrapper .elementor-image-box-button:hover .elementor-button-text:after,
.elementor-image-box-button-wrapper .elementor-image-box-button:focus .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:hover i,
.elementor-image-box-button-wrapper .elementor-image-box-button:focus i {
        color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited {
        color: var(--e-global-color-secondary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited i {
        color: var(--e-global-color-secondary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited:hover {
        color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited:hover .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited:hover .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited:hover i {
        color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button i {
        font-size: 12px;
        font-size: .75rem;
        margin: -2px 0 0 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;
        color: var(--e-global-color-secondary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited {
        color: var(--e-global-color-secondary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:visited i {
        color: var(--e-global-color-secondary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:hover {
        color: var(--e-global-color-primary)
}

.elementor-image-box-button-wrapper .elementor-image-box-button:hover i {
        color: var(--e-global-color-primary)
}

.mostion_image .elementor-widget-image .elementor-widget-container img {
        transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .2s)
}

.bokifa-theme-effect-yes {
        position: relative;
        overflow: hidden
}

.bokifa-theme-effect-yes .elementor-image-box-img {
        width: 100%;
        max-width: 100%
}

.bokifa-theme-effect-yes .elementor-image-box-content {
        position: absolute;
        min-height: 200px;
        display: contents
}

.bokifa-theme-effect-yes .elementor-image-box-content .elementor-image-box-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: 32px;
        font-size: 2rem;
        color: #fff;
        background-color: var(--e-global-color-secondary);
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0;
        height: 100%;
        width: 60px
}

.bokifa-theme-effect-yes .elementor-image-box-content .elementor-image-box-title a {
        white-space: nowrap;
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        position: absolute;
        bottom: 0;
        left: 14px
}

.bokifa-theme-effect-yes .elementor-image-box-content .elementor-image-box-description {
        padding: 2px 8px;
        background-color: #fff;
        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);
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        display: inline-block;
        position: absolute;
        bottom: 20px;
        right: 20px
}

.bokifa-theme-effect-yes .elementor-image-box-content .elementor-image-box-description span {
        font-weight: 600
}

.bokifa-theme-effect-yes .elementor-image-box-content .elementor-image-box-button-wrapper {
        position: absolute;
        right: 20px;
        bottom: 50px
}

.bokifa-special-yes .elementor-image-box-wrapper {
        position: relative
}

.bokifa-special-yes .elementor-image-box-wrapper:before {
        position: absolute;
        content: "";
        height: 160px;
        width: 160px;
        background-color: #027a36;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%;
        z-index: 0
}

.bokifa-special-yes .elementor-image-box-wrapper .elementor-image-box-img {
        position: relative;
        z-index: 1
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
        justify-content: center
}

.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container {
        overflow: hidden
}

.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a {
        position: relative;
        overflow: hidden
}

.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a img {
        transform: scale(1);
        transition: transform .35s, all .7s
}

.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a:before,
.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a:after {
        transform: scale(.9);
        transition: transform .35s, all .7s
}

.image-style-bokifa-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-bokifa-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-bokifa-yes.elementor-widget-image .elementor-widget-container a:hover img {
        transform: scale(1.04);
        border-radius: 0
}

.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a:hover:before {
        height: 100%;
        top: 0
}

.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a:hover:after {
        width: 100%;
        margin-left: -50%
}

.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a:hover:before,
.image-style-bokifa-yes.elementor-widget-image .elementor-widget-container a:hover:after {
        border-color: #fff
}

.elementor-widget-image a {
        display: block
}

.elementor-widget-image.image-effect-yes .elementor-widget-container {
        animation-name: spin;
        animation-duration: 5s;
        animation-iteration-count: infinite;
        animation-timing-function: linear
}

.elementor-widget-image.zoom-effect-yes .elementor-widget-container img {
        animation: zoom-in-out 2.5s linear infinite
}

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

        to {
                transform: rotate(360deg)
        }
}

@keyframes zoom-in-out {
        0% {
                transform: scale(.8, .8);
                transition: ease-in-out .4s all
        }

        50% {
                transform: scale(1.3, 1.3);
                transition: ease-in-out .5s all
        }

        100% {
                transform: scale(.8, .8);
                transition: ease-in-out .4s all
        }
}

.icon-list-style-bokifa-yes .elementor-icon-list-item .elementor-icon-list-text {
        position: relative
}

.icon-list-style-bokifa-yes .elementor-icon-list-item .elementor-icon-list-text:before {
        content: "";
        position: absolute;
        width: 2px;
        height: 4px;
        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-bokifa-yes .elementor-icon-list-item a:hover .elementor-icon-list-text:before {
        width: 100%;
        left: 0;
        right: auto
}

.bokifa-icon-list-effect-yes .elementor-icon-list-item .elementor-icon-list-text {
        position: relative
}

.bokifa-icon-list-effect-yes .elementor-icon-list-item .elementor-icon-list-text:before {
        content: "";
        height: 1px;
        width: 0;
        bottom: 3px;
        left: 0;
        position: absolute;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.bokifa-icon-list-effect-yes .elementor-icon-list-item:hover .elementor-icon-list-text:before {
        width: 100%;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.elementor-widget-icon-list .elementor-icon-list-items .elementor-icon-list-icon+.elementor-icon-list-text {
        padding-left: 0
}

.elementor-widget-button .elementor-button {
        border-radius: 25px;
        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-widget-button .elementor-button.elementor-size-xs {
        padding: 10px 30px;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 25px
}

.elementor-widget-button .elementor-button.elementor-size-sm {
        padding: 10px 20px;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 25px
}

.elementor-widget-button .elementor-button.elementor-size-md {
        padding: 15px 30px;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 25px
}

.elementor-widget-button .elementor-button.elementor-size-lg {
        padding: 10px 34px;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 25px
}

.elementor-widget-button .elementor-button.elementor-size-xl {
        padding: 10px 57px;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 25px
}

.elementor-button-default .elementor-button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-button-default .elementor-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.elementor-button-default .elementor-button span {
        z-index: 3
}

.elementor-button-default .elementor-button:hover,
.elementor-button-default .elementor-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

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

.elementor-button-content-wrapper {
        align-items: center
}

[dir=rtl] .elementor-button-content-wrapper {
        flex-direction: row-reverse
}

[dir=rtl] .elementor-button-content-wrapper .elementor-align-icon-right {
        margin-right: 0;
        margin-left: 5px
}

.elementor-button-outline .elementor-button {
        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;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        border-radius: 25px;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 1px solid var(--e-global-color-border);
        white-space: nowrap;
        padding: 14px 30px;
        display: inline-flex;
        align-items: center
}

.elementor-button-outline .elementor-button i {
        margin: 0 0 0 6px;
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.elementor-button-outline .elementor-button:hover,
.elementor-button-outline .elementor-button:focus {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary);
        color: #fff
}

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

.elementor-button-secondary .elementor-button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        background-color: var(--e-global-color-secondary);
        color: #fff;
        border-color: var(--e-global-color-secondary)
}

.elementor-button-secondary .elementor-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.elementor-button-secondary .elementor-button span {
        z-index: 3
}

.elementor-button-secondary .elementor-button:hover,
.elementor-button-secondary .elementor-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

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

.elementor-button-secondary .elementor-button i {
        color: #fff
}

.elementor-button-secondary .elementor-button:hover,
.elementor-button-secondary .elementor-button:focus {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.elementor-button-link [class*=elementor-size-] {
        padding: 0 0 5px
}

.elementor-button-link [class*=elementor-size-].elementor-button {
        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);
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        text-transform: capitalize;
        color: var(--e-global-color-secondary);
        background-color: transparent;
        border: 0;
        white-space: nowrap;
        border-radius: 0;
        position: relative;
        padding: 0
}

.elementor-button-link [class*=elementor-size-].elementor-button:before {
        display: none
}

.elementor-button-link [class*=elementor-size-].elementor-button .elementor-button-text {
        position: relative
}

.elementor-button-link [class*=elementor-size-].elementor-button .elementor-button-text:after {
        content: "";
        position: absolute;
        height: 1px;
        width: 100%;
        background-color: var(--e-global-color-secondary);
        bottom: 3px;
        left: 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
}

.elementor-button-link [class*=elementor-size-].elementor-button i {
        color: var(--e-global-color-secondary);
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        margin: 0 0 0 8px
}

.elementor-button-link [class*=elementor-size-].elementor-button:hover,
.elementor-button-link [class*=elementor-size-].elementor-button:focus {
        color: var(--e-global-color-primary)
}

.elementor-button-link [class*=elementor-size-].elementor-button:hover .elementor-button-text,
.elementor-button-link [class*=elementor-size-].elementor-button:focus .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.elementor-button-link [class*=elementor-size-].elementor-button:hover .elementor-button-text:after,
.elementor-button-link [class*=elementor-size-].elementor-button:focus .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.elementor-button-link [class*=elementor-size-].elementor-button:hover i,
.elementor-button-link [class*=elementor-size-].elementor-button:focus i {
        color: var(--e-global-color-primary)
}

.elementor-button-link [class*=elementor-size-].elementor-button:visited {
        color: var(--e-global-color-secondary)
}

.elementor-button-link [class*=elementor-size-].elementor-button:visited i {
        color: var(--e-global-color-secondary)
}

.elementor-button-link [class*=elementor-size-].elementor-button:visited:hover {
        color: var(--e-global-color-primary)
}

.elementor-button-link [class*=elementor-size-].elementor-button:visited:hover .elementor-button-text {
        transform: translateY(0);
        opacity: 1
}

.elementor-button-link [class*=elementor-size-].elementor-button:visited:hover .elementor-button-text:after {
        background-color: var(--e-global-color-primary)
}

.elementor-button-link [class*=elementor-size-].elementor-button:visited:hover i {
        color: var(--e-global-color-primary)
}

.elementor-button-link .elementor-button-wrapper {
        line-height: 0
}

.elementor-button-link.button-style-category-yes [class*=elementor-size-] {
        padding: 0 0 5px
}

.elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button {
        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: 60px;
        font-size: 3.75rem;
        line-height: 86px;
        -ms-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease
}

@media (max-width:1024px) {
        .elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button {
                font-size: 45px;
                font-size: 2.8125rem;
                line-height: 50px
        }
}

@media (max-width:768px) {
        .elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button {
                font-size: 36px;
                font-size: 2.25rem;
                line-height: 40px
        }
}

.elementor-button-link.button-style-category-yes [class*=elementor-size-].elementor-button:hover {
        -ms-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg)
}

.tabs-style-bokifa-yes {
        --n-tabs-title-padding-top: 0;
        --n-tabs-title-padding-right: 0;
        --n-tabs-title-padding-bottom: 0;
        --n-tabs-title-padding-left: 0;
        --n-tabs-default-padding-block: 0;
        --n-tabs-default-padding-inline: 0;
        --n-tabs-title-padding-inline-start: 0;
        --n-tabs-title-font-size: 20px;
        --n-tabs-title-color: var(--e-global-color-text);
        --n-tabs-title-color-hover: var(--e-global-color-primary);
        --n-tabs-title-color-active: var(--e-global-color-primary);
        --n-tabs-title-background-color: transparent;
        --n-tabs-title-background-color-hover: transparent;
        --n-tabs-title-background-color-active: transparent;
        --n-tabs-title-gap: 35px;
        --n-tabs-icon-color: var(--e-global-color-lighter);
        --n-tabs-icon-color-hover: var(--e-global-color-lighter);
        --n-tabs-icon-color-active: var(--e-global-color-lighter)
}

.tabs-style-bokifa-yes .e-n-tabs-heading {
        border-bottom: 0
}

.tabs-style-bokifa-yes .e-n-tab-title {
        position: relative;
        padding: 0;
        background-color: transparent
}

.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-icon {
        display: none
}

.tabs-style-bokifa-yes .e-n-tab-title:after {
        content: "";
        position: absolute;
        width: 1px;
        opacity: 1;
        background: var(--e-global-color-border);
        right: -30px;
        height: 24px;
        bottom: 4px;
        transition: all .3s
}

.tabs-style-bokifa-yes .e-n-tab-title:last-child:after {
        display: none
}

.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text {
        background-color: transparent;
        font-weight: 600;
        color: var(--e-global-color-lighter);
        padding: 0;
        position: relative;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 35px
}

.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text:before {
        content: "";
        position: absolute;
        width: 0;
        opacity: 0;
        background: var(--e-global-color-primary);
        left: 0;
        height: 2px;
        bottom: 0;
        transition: all .3s
}

.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text:hover,
.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text:active,
.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text:focus {
        color: var(--e-global-color-secondary)
}

.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text:hover:before,
.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text:active:before,
.tabs-style-bokifa-yes .e-n-tab-title .e-n-tab-title-text:focus:before {
        width: 100%;
        left: 0;
        opacity: 1
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
        color: var(--n-tabs-title-color);
        background-color: transparent;
        padding: 0
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=false] .e-n-tab-icon {
        display: none
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true] {
        padding: 0;
        background: 0 0;
        color: var(--e-global-color-secondary)
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true] .e-n-tab-icon {
        display: none
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:before {
        width: 100%;
        left: 0
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:hover,
.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:active,
.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:focus {
        color: var(--e-global-color-secondary)
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:hover .e-n-tab-title-text,
.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:active .e-n-tab-title-text,
.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:focus .e-n-tab-title-text {
        color: var(--e-global-color-secondary)
}

.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:hover .e-n-tab-title-text:before,
.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:active .e-n-tab-title-text:before,
.tabs-style-bokifa-yes .e-n-tabs-heading .e-n-tab-title[aria-selected=true]:focus .e-n-tab-title-text:before {
        width: 100%;
        left: 0;
        opacity: 1
}

.e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected=true] {
        color: var(--e-global-color-secondary)
}

.e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected=true] .e-n-tab-title-text {
        color: var(--e-global-color-dark)
}

.e-n-tabs>.e-n-tabs-heading>.e-n-tab-title[aria-selected=true] .e-n-tab-title-text:before {
        width: 100%;
        left: 0;
        opacity: 1
}

.elementor-widget-n-tabs .e-n-tabs-content .e-collapse:not(:first-child) {
        margin-top: var(--n-tabs-title-gap)/2
}

.tabs-center-carousel-bokifa-yes.elementor-widget-n-tabs .swiper-center-tab-carousel {
        width: 100%
}

.tabs-center-carousel-bokifa-yes.elementor-widget-n-tabs .swiper-center-tab-carousel .e-n-tabs-heading {
        display: flex;
        flex-basis: auto;
        flex-direction: initial;
        justify-content: initial;
        gap: inherit;
        overflow: initial;
        flex-wrap: nowrap;
        scrollbar-width: unset
}

.tabs-center-carousel-bokifa-yes.elementor-widget-n-tabs .swiper-center-tab-carousel .e-n-tabs-heading .e-n-tab-title {
        order: unset !important;
        padding: 0 calc(var(--n-tabs-title-gap)/2);
        background: 0 0 !important;
        margin: 0 !important;
        margin-block-start: 0 !important;
        margin-block-end: 0 !important
}

.elementor-widget-sidebar .widget {
        border-bottom: 1px solid var(--e-global-color-border);
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-size: 14px;
        font-size: .875rem
}

.elementor-widget-sidebar .widget:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
}

.elementor-widget-social-icons .elementor-social-icons-wrapper .elementor-social-icon {
        display: flex
}

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

: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;
        -ms-opacity: .8;
        -o-opacity: .8;
        -moz-opacity: .8;
        -webkit-opacity: .8;
        filter: alpha(opacity=80);
        border-color: var(--e-global-color-primary) !important
}

.sublink .elementor-column 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
}

.btn-slider {
        display: inline-flex;
        align-items: center
}

.btn-slider i {
        margin-bottom: 2px
}

.btn-slider i.left {
        font-size: 10px;
        font-size: .625rem;
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        transition: all .15s ease;
        margin-right: 7px;
        width: 12px
}

.btn-slider i.right {
        margin-left: 0;
        order: 15;
        width: 0;
        font-size: 10px;
        font-size: .625rem;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        transition: all .15s ease
}

.btn-slider:hover i.left {
        width: 0;
        margin-right: 0;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
}

.btn-slider:hover i.right {
        width: 12px;
        margin-left: 7px;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.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);
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        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);
        -ms-transition: all .15s ease;
        -o-transition: all .15s ease;
        -moz-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        transition: all .15s ease
}

.elementor-widget-progress .progress-title {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end
}

.progress-title .elementor-progress-percentage {
        padding-right: 0
}

.custom-margin p {
        margin: 0
}

.elementor-widget-text-path svg:not(:root) {
        overflow: visible
}

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

/*! elementor - v3.24.0 - 15-10-2024 */
.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
        overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
        margin-right: -8px;
        margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-right: 8px;
        margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
        width: auto;
        left: auto;
        right: auto;
        position: relative;
        height: 100%;
        border-top: 0;
        border-bottom: 0;
        border-right: 0;
        border-left-width: 1px;
        border-style: solid;
        right: -8px
}

.elementor-widget .elementor-icon-list-items {
        list-style-type: none;
        margin: 0;
        padding: 0
}

.elementor-widget .elementor-icon-list-item {
        margin: 0;
        padding: 0;
        position: relative
}

.elementor-widget .elementor-icon-list-item:after {
        position: absolute;
        bottom: 0;
        width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
        display: flex;
        font-size: inherit;
        align-items: var(--icon-vertical-align, center)
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
        align-self: center;
        padding-inline-start: 5px
}

.elementor-widget .elementor-icon-list-icon {
        display: flex;
        position: relative;
        top: var(--icon-vertical-offset, initial)
}

.elementor-widget .elementor-icon-list-icon svg {
        width: var(--e-icon-list-icon-size, 1em);
        height: var(--e-icon-list-icon-size, 1em)
}

.elementor-widget .elementor-icon-list-icon i {
        width: 1.25em;
        font-size: var(--e-icon-list-icon-size)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
        text-align: var(--e-icon-list-icon-align)
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
        margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0)
}

.elementor-widget.elementor-list-item-link-full_width a {
        width: 100%
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
        justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
        margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
        justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
        justify-content: flex-start;
        text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
        justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
        justify-content: flex-end;
        text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
        justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
        left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
        right: 0
}

@media (min-width:-1) {

        .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item,
        .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
                justify-content: center
        }

        .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
                margin: auto
        }

        .elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
                justify-content: center
        }

        .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item,
        .elementor-widget.elementor-widescreen-align-left .elementor-icon-list-item a {
                justify-content: flex-start;
                text-align: left
        }

        .elementor-widget.elementor-widescreen-align-left .elementor-inline-items {
                justify-content: flex-start
        }

        .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item,
        .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-item a {
                justify-content: flex-end;
                text-align: right
        }

        .elementor-widget.elementor-widescreen-align-right .elementor-icon-list-items {
                justify-content: flex-end
        }

        .elementor-widget:not(.elementor-widescreen-align-right) .elementor-icon-list-item:after {
                left: 0
        }

        .elementor-widget:not(.elementor-widescreen-align-left) .elementor-icon-list-item:after {
                right: 0
        }
}

@media (max-width:-1) {

        .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item,
        .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
                justify-content: center
        }

        .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
                margin: auto
        }

        .elementor-widget.elementor-laptop-align-center .elementor-inline-items {
                justify-content: center
        }

        .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item,
        .elementor-widget.elementor-laptop-align-left .elementor-icon-list-item a {
                justify-content: flex-start;
                text-align: left
        }

        .elementor-widget.elementor-laptop-align-left .elementor-inline-items {
                justify-content: flex-start
        }

        .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item,
        .elementor-widget.elementor-laptop-align-right .elementor-icon-list-item a {
                justify-content: flex-end;
                text-align: right
        }

        .elementor-widget.elementor-laptop-align-right .elementor-icon-list-items {
                justify-content: flex-end
        }

        .elementor-widget:not(.elementor-laptop-align-right) .elementor-icon-list-item:after {
                left: 0
        }

        .elementor-widget:not(.elementor-laptop-align-left) .elementor-icon-list-item:after {
                right: 0
        }
}

@media (max-width:-1) {

        .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item,
        .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
                justify-content: center
        }

        .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
                margin: auto
        }

        .elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
                justify-content: center
        }

        .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item,
        .elementor-widget.elementor-tablet_extra-align-left .elementor-icon-list-item a {
                justify-content: flex-start;
                text-align: left
        }

        .elementor-widget.elementor-tablet_extra-align-left .elementor-inline-items {
                justify-content: flex-start
        }

        .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item,
        .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-item a {
                justify-content: flex-end;
                text-align: right
        }

        .elementor-widget.elementor-tablet_extra-align-right .elementor-icon-list-items {
                justify-content: flex-end
        }

        .elementor-widget:not(.elementor-tablet_extra-align-right) .elementor-icon-list-item:after {
                left: 0
        }

        .elementor-widget:not(.elementor-tablet_extra-align-left) .elementor-icon-list-item:after {
                right: 0
        }
}

@media (max-width:1024px) {

        .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
        .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
                justify-content: center
        }

        .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
                margin: auto
        }

        .elementor-widget.elementor-tablet-align-center .elementor-inline-items {
                justify-content: center
        }

        .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
        .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
                justify-content: flex-start;
                text-align: left
        }

        .elementor-widget.elementor-tablet-align-left .elementor-inline-items {
                justify-content: flex-start
        }

        .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
        .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
                justify-content: flex-end;
                text-align: right
        }

        .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
                justify-content: flex-end
        }

        .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
                left: 0
        }

        .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
                right: 0
        }
}

@media (max-width:-1) {

        .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item,
        .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
                justify-content: center
        }

        .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
                margin: auto
        }

        .elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
                justify-content: center
        }

        .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item,
        .elementor-widget.elementor-mobile_extra-align-left .elementor-icon-list-item a {
                justify-content: flex-start;
                text-align: left
        }

        .elementor-widget.elementor-mobile_extra-align-left .elementor-inline-items {
                justify-content: flex-start
        }

        .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item,
        .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-item a {
                justify-content: flex-end;
                text-align: right
        }

        .elementor-widget.elementor-mobile_extra-align-right .elementor-icon-list-items {
                justify-content: flex-end
        }

        .elementor-widget:not(.elementor-mobile_extra-align-right) .elementor-icon-list-item:after {
                left: 0
        }

        .elementor-widget:not(.elementor-mobile_extra-align-left) .elementor-icon-list-item:after {
                right: 0
        }
}

@media (max-width:767px) {

        .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
        .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
                justify-content: center
        }

        .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
                margin: auto
        }

        .elementor-widget.elementor-mobile-align-center .elementor-inline-items {
                justify-content: center
        }

        .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
        .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
                justify-content: flex-start;
                text-align: left
        }

        .elementor-widget.elementor-mobile-align-left .elementor-inline-items {
                justify-content: flex-start
        }

        .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
        .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
                justify-content: flex-end;
                text-align: right
        }

        .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
                justify-content: flex-end
        }

        .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
                left: 0
        }

        .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
                right: 0
        }
}

/*! elementor - v3.24.0 - 15-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
}

/*!
 * 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(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
        font-family: 'Font Awesome 5 Brands';
        font-weight: 400
}

/*!
 * 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,
.fas,
.far,
.fal,
.fad,
.fab {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1
}

.fa-lg {
        font-size: 1.33333em;
        line-height: .75em;
        vertical-align: -.0667em
}

.fa-xs {
        font-size: .75em
}

.fa-sm {
        font-size: .875em
}

.fa-1x {
        font-size: 1em
}

.fa-2x {
        font-size: 2em
}

.fa-3x {
        font-size: 3em
}

.fa-4x {
        font-size: 4em
}

.fa-5x {
        font-size: 5em
}

.fa-6x {
        font-size: 6em
}

.fa-7x {
        font-size: 7em
}

.fa-8x {
        font-size: 8em
}

.fa-9x {
        font-size: 9em
}

.fa-10x {
        font-size: 10em
}

.fa-fw {
        text-align: center;
        width: 1.25em
}

.fa-ul {
        list-style-type: none;
        margin-left: 2.5em;
        padding-left: 0
}

.fa-ul>li {
        position: relative
}

.fa-li {
        left: -2em;
        position: absolute;
        text-align: center;
        width: 2em;
        line-height: inherit
}

.fa-border {
        border: solid .08em #eee;
        border-radius: .1em;
        padding: .2em .25em .15em
}

.fa-pull-left {
        float: left
}

.fa-pull-right {
        float: right
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
        margin-right: .3em
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
        margin-left: .3em
}

.fa-spin {
        -webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear
}

.fa-pulse {
        -webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
        0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
        }

        100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
        }
}

@keyframes fa-spin {
        0% {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg)
        }

        100% {
                -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
        }
}

.fa-rotate-90 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
}

.fa-rotate-180 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
}

.fa-rotate-270 {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
}

.fa-flip-horizontal {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1)
}

.fa-flip-vertical {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
        -webkit-transform: scale(1, -1);
        transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
        -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
        -webkit-transform: scale(-1, -1);
        transform: scale(-1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
        -webkit-filter: none;
        filter: none
}

.fa-stack {
        display: inline-block;
        height: 2em;
        line-height: 2em;
        position: relative;
        vertical-align: middle;
        width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
        left: 0;
        position: absolute;
        text-align: center;
        width: 100%
}

.fa-stack-1x {
        line-height: inherit
}

.fa-stack-2x {
        font-size: 2em
}

.fa-inverse {
        color: #fff
}

.fa-500px:before {
        content: "\f26e"
}

.fa-accessible-icon:before {
        content: "\f368"
}

.fa-accusoft:before {
        content: "\f369"
}

.fa-acquisitions-incorporated:before {
        content: "\f6af"
}

.fa-ad:before {
        content: "\f641"
}

.fa-address-book:before {
        content: "\f2b9"
}

.fa-address-card:before {
        content: "\f2bb"
}

.fa-adjust:before {
        content: "\f042"
}

.fa-adn:before {
        content: "\f170"
}

.fa-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 Free';
        font-style: normal;
        font-weight: 900;
        font-display: block;
        src: url(../../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
        src: url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"), url(//demo2.themelexus.com/bokifa/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900
}

:root {
        --ouqw-primary-color: #172a68;
        --ouqw-secondary-color: #f25a87;
        --ouqw-border-color: #ccc;
        --ouqw-shadow-color: #36b97e
}

.ouqw_hidden {
        display: none !important
}

.ouqw-flex {
        display: flex
}

.ouqw_flex_row_reverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: flex-end
}

.ouqw_flex_align_items_center {
        align-items: center
}

.ouqw_flex_align_items_start {
        align-items: flex-start
}

.ouqw_flex_align_items_end {
        align-items: flex-end
}

.ouqw_flex_justify_content_center {
        justify-content: center
}

.ouqw_flex_justify_content_start {
        justify-content: flex-start
}

.ouqw_flex_justify_content_end {
        justify-content: flex-end
}

.mt {
        margin-top: 30px
}

.mb {
        margin-bottom: 30px
}

.mt-0 {
        margin-top: 0
}

.mb-0 {
        margin-bottom: 0
}

.ouqw_hidden_line {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden
}

.ouqw_toggle {
        cursor: pointer;
        display: inline-flex;
        margin: 5px 0;
        align-items: center
}

.ouqw_toggle .ouqw_toggle_input {
        position: absolute;
        visibility: hidden;
        box-shadow: none !important;
        outline: none !important
}

.ouqw_toggle .ouqw_toggle_input:checked+.ouqw_toggle_switch {
        background: var(--ouqw-primary-color)
}

.ouqw_toggle .ouqw_toggle_input:checked+.ouqw_toggle_switch:before {
        left: 23px
}

.ouqw_toggle .ouqw_toggle_switch {
        display: inline-block;
        background: rgba(10, 9, 89, .08);
        border-radius: 16px;
        width: 46px;
        height: 26px;
        position: relative;
        vertical-align: middle;
        transition: background .25s;
        margin-right: 15px
}

.ouqw_toggle .ouqw_toggle_switch:before {
        display: block;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .1);
        box-sizing: border-box;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, .1);
        border-radius: 50%;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 3px;
        transition: all .25s ease;
        content: ""
}

.ouqw-buymore-savemore .ouqw-badge img {
        margin-right: 10px
}

.ouqw-buymore-savemore .ouqw-badge-text {
        flex: 1
}

.ouqw-buymore-savemore .ouqw-badge-inner {
        border: 2px dashed var(--ouqw-primary-color);
        border-radius: 10px;
        padding: 15px
}

.ouqw_wraper_qty {
        min-width: 130px;
        margin-right: 10px
}

.ouqw_wraper_qty.standard_show .ouqw-tier-qty {
        display: none
}

.ouqw_wraper_qty.standard_show div.quantity {
        display: inline-flex !important
}

.ouqw_wraper_qty:not(.standard_show) .quantity_wrap,
.ouqw_wraper_qty:not(.standard_show) div.quantity {
        display: none !important
}

.ouqw_wraper_qty .wrapper-tier-action {
        position: relative
}

.ouqw_wraper_qty .tier-value {
        padding: 5px 0;
        border: 0;
        border-bottom: 2px solid var(--e-global-color-border);
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        cursor: pointer;
        font-weight: 800
}

.ouqw_wraper_qty .tier-value:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid var(--ouqw-primary-color)
}

.ouqw_wraper_qty .show_qty_input {
        color: var(--ouqw-primary-color);
        font-size: 14px;
        display: block;
        margin-top: 10px;
        cursor: pointer
}

.ouqw_wraper_qty .tier-table {
        position: absolute;
        z-index: 99;
        top: 100%;
        left: 0;
        width: 600px;
        margin-top: 0
}

.tier-table {
        background-color: #fff;
        box-shadow: 0 0 5px 2px rgba(21, 22, 23, .2);
        border-radius: 5px;
        width: 100%;
        max-width: 100vw;
        word-break: initial;
        margin-bottom: 30px;
        margin-top: 30px
}

.tier-table .ouqw-row {
        display: flex;
        padding: 15px 20px;
        grid-gap: 10px
}

.tier-table .ouqw-row:not(:last-child) {
        border-bottom: 1px solid #ebebeb
}

@media only screen and (max-width:1024px) {
        .tier-table .ouqw-row {
                display: block
        }

        .tier-table .ouqw-row .ouqw-row-price {
                display: none
        }
}

.tier-table .ouqw-row>div {
        flex: 1 1 0
}

.tier-table .ouqw-row .ouqw-row-qty,
.tier-table .ouqw-row .ouqw-item-qty {
        flex: 0 0 50%
}

.tier-table .ouqw-row.ouqw-item {
        cursor: pointer;
        transition: all .15s linear
}

.tier-table .ouqw-row.ouqw-item.actived,
.tier-table .ouqw-row.ouqw-item:hover {
        background-color: var(--ouqw-shadow-color);
        color: #fff
}

.tier-table .ouqw-row.ouqw-head,
.tier-table .ouqw-row.ouqw-foot {
        font-weight: 600;
        color: #222
}

.tier-line {
        margin-top: 30px
}

.tier-line .ouqw-range-discount {
        list-style: none;
        margin: 0 0 30px;
        font-weight: 600;
        font-size: 14px
}

.tier-line .ouqw-range-discount .ouqw-percent-discount {
        margin-right: 10px;
        display: inline-block
}

@media only screen and (max-width:1024px) {
        .tier-line .ouqw-range-discount .ouqw-percent-discount {
                display: block;
                margin: 0 0 5px
        }
}

.tier-line .ouqw-range-discount .ouqw-percent-discount span {
        padding: 5px 10px;
        background-color: var(--ouqw-shadow-color);
        color: #fff;
        display: inline-block
}

.tier-line .ouqw-range-discount .ouqw-tier-discount {
        display: block;
        margin-bottom: 10px;
        padding: 10px;
        border: 1px solid #ebebeb;
        cursor: pointer
}

.tier-line .ouqw-range-discount .ouqw-tier-discount.actived .ouqw-percent-discount span {
        background-color: var(--ouqw-primary-color)
}

.tier-line .ouqw-range-discount .ouqw-discount-text {
        color: var(--ouqw-secondary-color);
        margin-right: 5px
}

.woocommerce-grouped-product-list-item .ouqw_wraper_qty .tier-table {
        left: unset;
        right: 0
}

@font-face {
        font-family: "star";
        src: url(../../../plugins/woocommerce/assets/fonts/star.html);
        src: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/woocommerce/../../../../../plugins/woocommerce/assets/fonts/star.eot?#iefix) format("embedded-opentype"), url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/woocommerce/../../../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"), url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/woocommerce/../../../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"), url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/assets/css/woocommerce/../../../../../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-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);
        color: var(--e-global-color-primary);
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
        margin: 0
}

.price ins {
        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: 18px;
        font-size: 1.125rem;
        line-height: 28px;
        order: -1
}

.price del {
        color: var(--e-global-color-secondary);
        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: 14px;
        font-size: .875rem;
        text-decoration-line: line-through;
        margin-left: 6px;
        margin-bottom: -4px
}

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

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

.bokifa-handheld-footer-bar:before,
.bokifa-handheld-footer-bar:after {
        content: "";
        display: table
}

.bokifa-handheld-footer-bar:after {
        clear: both
}

@media (min-width:1025px) {
        .bokifa-handheld-footer-bar {
                display: none
        }
}

.bokifa-handheld-footer-bar ul {
        margin: 0
}

.bokifa-handheld-footer-bar ul li {
        display: inline-block;
        float: left;
        text-align: center
}

.bokifa-handheld-footer-bar ul li:last-child>a {
        border-right: 0
}

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

.bokifa-handheld-footer-bar ul li>a:before {
        color: var(--e-global-color-secondary)
}

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

.bokifa-handheld-footer-bar ul li.search .site-search {
        background-color: var(--background);
        position: absolute;
        bottom: -5em;
        left: 0;
        right: 0;
        padding: 1em;
        z-index: 1;
        display: block;
        -ms-transform: all .2s ease;
        -o-transform: all .2s ease;
        -moz-transform: all .2s ease;
        -webkit-transform: all .2s ease;
        transform: all .2s ease
}

.bokifa-handheld-footer-bar ul li.search.active .site-search {
        bottom: calc(100% + 1px)
}

.bokifa-handheld-footer-bar ul li.search .site-search,
.bokifa-handheld-footer-bar ul li.search .widget,
.bokifa-handheld-footer-bar ul li.search form {
        margin-bottom: 0
}

.bokifa-handheld-footer-bar ul li.search .widget_product_search {
        padding-bottom: 0
}

.bokifa-handheld-footer-bar ul li.search .ajax-search-result {
        display: none
}

.bokifa-handheld-footer-bar ul li.cart .count,
.bokifa-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)
}

.bokifa-handheld-footer-bar ul.columns-1 li {
        width: 100%;
        display: block;
        float: none
}

.bokifa-handheld-footer-bar ul.columns-2 li {
        width: 50%
}

.bokifa-handheld-footer-bar ul.columns-3 li {
        width: 33.33333%
}

.bokifa-handheld-footer-bar ul.columns-4 li {
        width: 25%
}

.bokifa-handheld-footer-bar ul.scsscolumns-5 li {
        width: 20%
}

.sf-input-focused .bokifa-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: 10px;
        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 .button span {
        position: relative
}

.form-row .button:hover {
        border-color: var(--e-global-color-accent)
}

.form-row.create-account label {
        display: inline-block
}

.form-row.woocommerce-validated input.input-text {
        background-color: #fff;
        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;
        letter-spacing: -.4px
}

.star-rating:before {
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        color: #ccc
}

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

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-border);
        text-indent: 0
}

p.stars a:hover~a:before {
        content: "S";
        color: var(--e-global-color-text);
        opacity: .25
}

p.stars:hover a:before {
        content: "S";
        color: #e2bb80;
        opacity: 1
}

p.stars.selected a.active:before {
        content: "S";
        color: #e2bb80;
        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: #e2bb80;
        opacity: 1
}

.label-wrapper>span {
        background-color: var(--e-global-color-secondary);
        font-size: 12px;
        font-size: .75rem;
        font-weight: 800;
        padding: 0;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 1;
        color: #fff;
        margin-right: 6px;
        text-transform: capitalize
}

.label-wrapper>span.new-label {
        background-color: #f865dc;
        margin-top: 5px
}

.label-wrapper>span.onsale {
        background-color: red;
        margin-top: 5px
}

.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 15px;
        background-color: var(--e-global-color-primary);
        border-radius: 10px;
        color: #fff
}

.quantity .qty {
        width: 4.2360680659em;
        text-align: center
}

.bokifa-sorting {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 25px;
        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: var(--e-global-color-text)
}

.bokifa-sorting * {
        margin-bottom: 0
}

.bokifa-sorting .woocommerce-ordering {
        position: relative;
        border-right: 0;
        margin-bottom: 5px
}

.bokifa-sorting .woocommerce-ordering .select-selected,
.bokifa-sorting .woocommerce-ordering .select-items {
        display: none
}

.bokifa-sorting .woocommerce-ordering select {
        line-height: 22px;
        border: none;
        width: 160px !important;
        background-position: 100% center;
        background-size: 35px 8px;
        color: var(--e-global-color-light);
        background-color: var(--background);
        font-size: 16px;
        font-size: 1rem;
        font-weight: 400;
        padding: 8px 15px
}

.bokifa-sorting .sidebar-drawing-toggle {
        display: flex;
        align-items: center;
        margin: 0 20px 5px 0;
        order: -2;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1;
        justify-content: space-between;
        flex-direction: row-reverse;
        background: 0 0;
        border: 1px solid var(--e-global-color-border);
        margin-right: 5px;
        border-radius: 25px;
        padding: 11px 20px;
        outline: none;
        text-align: center
}

@media (max-width:1023px) {
        .bokifa-sorting .sidebar-drawing-toggle {
                display: none
        }
}

.bokifa-sorting .sidebar-drawing-toggle>a {
        justify-content: space-between;
        flex-direction: row-reverse;
        display: flex;
        align-items: center
}

.bokifa-sorting .sidebar-drawing-toggle>a .bokifa-icon-filters {
        line-height: inherit;
        font-size: 16px;
        font-size: 1rem;
        margin-left: 17px;
        display: inline-block;
        margin-bottom: 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
}

.bokifa-sorting .sidebar-drawing-toggle>a .filter__text {
        color: var(--e-global-color-dark)
}

.bokifa-sorting .sidebar-drawing-toggle>a .filter__text.filter__text_show {
        display: inline-block
}

.bokifa-sorting .sidebar-drawing-toggle>a .filter__text.filter__text_hide {
        display: none
}

.bokifa-sorting .sidebar-drawing-toggle>a:hover .filter__text {
        color: var(--e-global-color-primary)
}

.bokifa-sorting .sidebar-drawing-toggle>a:hover .bokifa-icon-sliders-v {
        color: var(--e-global-color-primary)
}

.bokifa-sorting .sidebar-drawing-toggle>a.actived .filter__text.filter__text_show {
        display: none
}

.bokifa-sorting .sidebar-drawing-toggle>a.actived .filter__text.filter__text_hide {
        display: inline-block
}

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

.bokifa-products-per-page .per-page-title {
        color: var(--e-global-color-text)
}

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

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

.woocommerce-result-count {
        padding-right: 10px;
        margin: 0 auto 9px;
        color: var(--e-global-color-secondary)
}

.gridlist-toggle {
        display: inline-flex;
        flex-direction: row-reverse;
        align-items: center;
        order: -1;
        margin-bottom: 5px
}

.gridlist-toggle a {
        line-height: 0;
        font-size: 24px;
        font-size: 1.5rem;
        color: #8b8b8b;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid var(--e-global-color-border);
        display: flex;
        align-items: center;
        justify-content: center
}

.gridlist-toggle a span {
        font-size: 14px;
        font-size: .875rem;
        text-transform: uppercase;
        margin-left: 7px;
        display: none
}

.gridlist-toggle a i {
        font-size: 20px;
        font-size: 1.25rem
}

.gridlist-toggle a.active {
        color: var(--e-global-color-dark)
}

.gridlist-toggle a:hover {
        color: var(--e-global-color-dark)
}

.gridlist-toggle a:not(:first-child) {
        margin-right: 5px
}

.upsells {
        display: none
}

.related>h2:first-child,
.upsells>h2:first-child {
        position: relative;
        display: block;
        text-align: center;
        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);
        font-size: 48px;
        font-size: 3rem;
        text-transform: capitalize;
        line-height: 58px;
        margin-bottom: 60px
}

@media (max-width:767px) {

        .related>h2:first-child,
        .upsells>h2:first-child {
                font-size: 38px;
                font-size: 2.375rem;
                margin-bottom: 30px
        }
}

.related>h2:first-child span,
.upsells>h2:first-child span {
        color: var(--e-global-color-primary)
}

.related .slick-track,
.upsells .slick-track {
        margin: 0
}

.related .bokifa-theme-swiper,
.upsells .bokifa-theme-swiper {
        position: relative;
        overflow: visible
}

.related .bokifa-theme-swiper .related-swiper-button-prev,
.related .bokifa-theme-swiper .related-swiper-button-next,
.upsells .bokifa-theme-swiper .related-swiper-button-prev,
.upsells .bokifa-theme-swiper .related-swiper-button-next {
        display: none
}

.related ul.bokifa-products li,
.upsells ul.bokifa-products li {
        height: initial
}

.single-product .related .bokifa-swiper-wrapper .elementor-swiper-button {
        display: none
}

.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;
        -ms-opacity: .7;
        -o-opacity: .7;
        -moz-opacity: .7;
        -webkit-opacity: .7;
        filter: alpha(opacity=70)
}

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

.home .woocommerce-message,
.home .woocommerce-info,
.home .woocommerce-error,
.home .woocommerce-noreviews,
.home p.no-comments {
        display: block
}

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

dl.variation dt {
        color: var(--e-global-color-dark)
}

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

.bokifa-product-section {
        margin-bottom: 1.618034em
}

.bokifa-product-section .section-title {
        text-align: center;
        margin-bottom: 1em
}

.bokifa-product-section:last-child {
        margin-bottom: 0
}

.bokifa-product-pagination {
        position: relative;
        display: flex;
        align-items: center
}

@media (max-width:768px) {
        .bokifa-product-pagination {
                display: none
        }
}

.bokifa-product-pagination a>span {
        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);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--e-global-color-secondary);
        font-size: 12px;
        font-size: .75rem;
        line-height: 22px;
        text-transform: uppercase
}

.bokifa-product-pagination a>span i {
        font-size: 9px;
        font-size: .5625rem;
        font-weight: 800
}

.bokifa-product-pagination a>span .bokifa-icon-angle-left {
        margin-right: 8px;
        line-height: inherit
}

.bokifa-product-pagination a>span .bokifa-icon-angle-right {
        margin-left: 8px;
        line-height: inherit
}

.bokifa-product-pagination a>span:hover {
        color: var(--e-global-color-primary)
}

.bokifa-product-pagination a:last-child {
        margin-left: 20px
}

.bokifa-product-pagination a:hover .product-item {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        top: 100%
}

.bokifa-product-pagination a span.shop-tooltip {
        display: inline-flex;
        align-items: center;
        margin: 0 3px;
        vertical-align: text-bottom;
        line-height: 22px
}

.bokifa-product-pagination a:hover>span {
        color: var(--e-global-color-primary)
}

.bokifa-product-pagination .product-item {
        position: absolute;
        right: 0;
        top: calc(100% + 10px);
        visibility: visible;
        pointer-events: none;
        width: 250px;
        background: #fff;
        box-shadow: -10px 10px 30px 10px rgba(0, 0, 0, .1);
        display: flex;
        align-items: center;
        text-align: left;
        transition: all ease-in-out .3s;
        border-radius: 10px;
        overflow: hidden;
        z-index: 99;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0)
}

.bokifa-product-pagination .product-item img {
        max-width: 80px
}

.bokifa-product-pagination .product-item .bokifa-product-pagination-content {
        padding: 0 15px
}

.bokifa-product-pagination .product-item .bokifa-product-pagination__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);
        color: var(--e-global-color-dark);
        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
}

.bokifa-sticky-add-to-cart {
        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);
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        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-size: .875rem;
        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;
        font-size: 1rem;
        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: 10px;
        font-size: 12px;
        font-size: .75rem;
        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;
        font-size: .625rem;
        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;
        font-size: 1rem;
        line-height: 22px;
        margin-bottom: 43px;
        color: var(--e-global-color-secondary)
}

.woosb-bundles .amount,
.woosb-wrap .amount {
        font-weight: 800;
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 22px;
        color: var(--e-global-color-secondary)
}

@media only screen and (max-width:767px) {
        .bokifa-sorting {
                justify-content: space-between
        }

        .bokifa-sorting .woocommerce-result-count {
                display: none
        }
}

.woosw-list button:hover,
.woosw-list .button:hover {
        color: #fff;
        border-color: var(--e-global-color-accent);
        background-color: var(--e-global-color-accent)
}

.woocommerce-pagination-wrap {
        text-align: center;
        margin-top: 85px
}

.mfp-close-btn-in .mfp-close {
        color: #fff;
        top: -45px
}

.mfp-close-btn-in .mfp-close:hover {
        color: var(--e-global-color-primary)
}

.products-no-gutter ul.products {
        margin-left: 0;
        margin-right: 0
}

ul.products li {
        z-index: 1
}

.products-no-gutter .products-list ul.products {
        margin-left: -15px;
        margin-right: -15px
}

ul.products,
.wc-block-grid__products {
        clear: both;
        margin: 0
}

ul.products li.product,
ul.products .wc-block-grid__product,
.wc-block-grid__products li.product,
.wc-block-grid__products .wc-block-grid__product {
        list-style: none;
        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
}

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;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 26px;
        margin-bottom: 0
}

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%;
        height: 100%;
        object-fit: cover;
        aspect-ratio: .7142857143
}

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 {
        display: block;
        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);
        font-size: 14px;
        font-size: .875rem;
        text-transform: uppercase;
        line-height: 1.2
}

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-lighter)
}

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 {
        color: var(--e-global-color-primary)
}

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 {
        text-align: center;
        display: flex;
        flex-direction: column;
        flex: 1;
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background-color: #fff;
        width: 100%
}

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 .bokifa-wrapper-loop-rating,
.wc-block-grid__products .bokifa-wrapper-loop-rating {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        border-radius: 20px;
        padding: 3px 5px;
        margin-top: -14px;
        z-index: 1;
        width: 123px;
        height: 28px;
        margin-bottom: 2px
}

ul.products .bokifa-wrapper-loop-rating>span,
.wc-block-grid__products .bokifa-wrapper-loop-rating>span {
        font-size: 10px;
        font-size: .625rem;
        color: var(--e-global-color-secondary);
        font-weight: 700
}

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
}

ul.products .product-caption .bokifa-wrapper-loop-rating,
.wc-block-grid__products .product-caption .bokifa-wrapper-loop-rating {
        margin-left: -1px;
        margin-top: 1px
}

ul.products .product-caption .bokifa-wrapper-loop-rating>span,
.wc-block-grid__products .product-caption .bokifa-wrapper-loop-rating>span {
        font-size: 12px;
        font-size: .75rem;
        line-height: 18px;
        color: var(--e-global-color-text)
}

ul.products .product-caption .inventory_status,
.wc-block-grid__products .product-caption .inventory_status {
        margin-bottom: 15px;
        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 {
        padding: .391rem;
        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;
        border-radius: 10px
}

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: 25px;
        padding: .718em 1.75em .7em
}

ul.products .slick-disabled:before,
.wc-block-grid__products .slick-disabled:before {
        opacity: .75
}

.product-author {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 5px;
        margin-top: 2px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal
}

.product-author a {
        position: relative;
        color: var(--e-global-color-lighter);
        line-height: 18px;
        font-weight: 600;
        font-size: 12px;
        font-size: .75rem;
        white-space: nowrap
}

.product-author a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background-color: var(--e-global-color-border);
        bottom: 0;
        left: 0
}

.product-author a:hover {
        color: var(--e-global-color-secondary)
}

.product-author a:hover:before {
        background-color: var(--e-global-color-secondary)
}

.product-author:before {
        display: none
}

.product-author .product-author-label {
        display: none
}

.product-transition {
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        width: 100%
}

.product-transition .product-image {
        height: 100%
}

.product-transition .woocommerce-loop-product__link {
        display: block;
        width: 100%;
        height: 100%;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
}

.product-transition .time-sale {
        border: 1px solid var(--e-global-color-border);
        position: absolute;
        bottom: 0;
        left: 20px;
        right: 20px
}

.product-transition .group-action {
        position: absolute;
        top: 10px;
        right: 10px
}

.product-transition .bokifa-single-product-extra-label {
        display: flex;
        align-self: center;
        margin-top: 5px;
        margin-left: 0
}

.product-transition .bokifa-single-product-extra-label span {
        font-size: 12px;
        font-size: .75rem;
        font-weight: 800;
        line-height: 1;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 0;
        background-color: var(--e-global-color-primary);
        padding: 3px 5px;
        margin-right: 5px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
}

.product-transition .bokifa-single-product-extra-label span:last-child {
        margin-right: 0
}

.group-action .shop-action {
        z-index: 99999999;
        opacity: 0;
        visibility: hidden;
        -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:768px) {
        .group-action .shop-action {
                visibility: visible;
                opacity: 1
        }
}

.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;
        transition: all ease .3s;
        width: 34px;
        height: 34px;
        color: var(--e-global-color-secondary);
        background-color: #fff;
        margin-bottom: 6px;
        position: relative;
        font-size: 0px;
        font-size: 0rem;
        border: 0;
        border-radius: 50%;
        z-index: 9
}

.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: 16px;
        font-size: 1rem;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 3
}

.group-action .shop-action a[class*=product_type_].woosw-btn:before,
.group-action .shop-action .woosc-btn.woosw-btn:before,
.group-action .shop-action .woosq-btn.woosw-btn:before,
.group-action .shop-action .woosw-btn.woosw-btn:before {
        font-weight: 600
}

.group-action .shop-action a[class*=product_type_]:after,
.group-action .shop-action .woosc-btn:after,
.group-action .shop-action .woosq-btn:after,
.group-action .shop-action .woosw-btn:after {
        display: none
}

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

.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);
        background-color: transparent
}

.group-action .shop-action .woosw-btn.woosw-adding:before {
        opacity: 0
}

.group-action .sale-percent {
        height: 30px;
        width: 53px;
        font-size: 14px;
        font-size: .875rem;
        color: #30b154;
        background-color: #d4f0da;
        border-radius: 50px;
        position: absolute;
        top: -6px;
        right: 5px;
        visibility: visible;
        opacity: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.product-block {
        position: relative;
        z-index: 9;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        width: 100%;
        outline: none;
        border-radius: 10px;
        height: 100%;
        background-color: #fff
}

.product-block:before {
        position: absolute;
        content: "";
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
        background-color: #fff;
        border-radius: 15px;
        height: calc(100% + 84px);
        width: calc(100% + var(--grid-column-gap));
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        opacity: 0;
        visibility: hidden;
        border: 1px solid;
        border-color: transparent
}

@media (max-width:768px) {
        .product-block:before {
                height: calc(100% + 30px)
        }
}

.product-block .short-description {
        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: 14px;
        font-size: .875rem;
        line-height: 1.5714285714;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal;
        margin-bottom: 14px
}

.product-block .price_badge {
        display: flex;
        align-items: center;
        justify-content: center
}

.product-block .product-transition .label-wrapper {
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 9;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 160px
}

.product-block>.onsale {
        display: none
}

.product-block:hover:before {
        opacity: 1;
        height: calc(100% + 84px);
        width: calc(100% + var(--grid-column-gap));
        visibility: visible;
        border-color: var(--e-global-color-border);
        box-shadow: 0 4px 30px rgba(0, 0, 0, .08)
}

@media (max-width:768px) {
        .product-block:hover:before {
                height: calc(100% + 30px)
        }
}

.product-block:hover .shop-action {
        visibility: visible;
        opacity: 1
}

@media (min-width:769px) {
        .product-block:hover .quantity_cart {
                visibility: visible;
                opacity: 1;
                bottom: 0;
                z-index: 99999;
                transform: translateY(0)
        }
}

@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 {
        top: 0;
        left: 0;
        opacity: 0;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
}

.product-block:hover .product-img-wrap.fade .product-image img {
        transform: scale(1.1);
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
}

.product-block:hover .product-img-wrap.fade .product-image.second-image {
        opacity: 1;
        transform: scale(1);
        overflow: hidden;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        height: calc(100% - 60px)
}

@media (max-width:768px) {
        .product-block:hover .product-img-wrap.fade .product-image.second-image {
                height: 100%
        }
}

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

.product-block .quantity_cart {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: calc(100% + 13px);
        left: 0;
        align-items: baseline;
        width: 100%;
        transform: translateY(-20px);
        -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:768px) {
        .product-block .quantity_cart {
                visibility: visible;
                opacity: 1;
                position: unset;
                margin-top: 20px;
                transform: translateY(0)
        }
}

.product-block .quantity_cart .quantity_wrap {
        display: none
}

.product-block .quantity_cart .quantity_wrap .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);
        color: var(--e-global-color-secondary);
        font-weight: 700;
        padding: .391rem 0;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 2px;
        border: none;
        width: auto;
        margin-top: -2px
}

.product-block .quantity_cart .quantity_wrap .buttons_added {
        display: flex;
        justify-content: center;
        align-items: center
}

.product-block .quantity_cart .quantity_wrap .buttons_added button {
        padding: 0;
        background-color: #FFFFFF00;
        border: 2px solid var(--e-global-color-border)
}

.product-block .quantity_cart .quantity_wrap .buttons_added button:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.product-block .quantity_cart .quantity_wrap .buttons_added button:hover i {
        color: #fff
}

.product-block .quantity_cart .quantity_wrap .buttons_added button i {
        color: var(--e-global-color-border);
        font-size: 14px;
        font-size: .875rem;
        padding: 2px 4px
}

.product-block .quantity_cart .quantity_wrap input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none
}

.product-block .quantity_cart .add_to_cart {
        width: 100%
}

.product-block .quantity_cart .add_to_cart .add_to_cart_button,
.product-block .quantity_cart .add_to_cart .button {
        position: relative;
        font-size: 14px;
        font-size: .875rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        white-space: unset;
        width: 100%;
        border: none;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.product-block .quantity_cart .add_to_cart .add_to_cart_button:before,
.product-block .quantity_cart .add_to_cart .button:before {
        margin-right: -19px
}

.product-block .quantity_cart .add_to_cart .add_to_cart_button:after,
.product-block .quantity_cart .add_to_cart .button:after {
        font-size: 8px;
        font-size: .5rem;
        margin-right: 10px
}

.product-block .quantity_cart .woosc-btn,
.product-block .quantity_cart .woosw-btn,
.product-block .quantity_cart .woosq-btn {
        display: none
}

@media only screen and (max-width:768px) {

        .related-swiper-button-prev i,
        .related-swiper-button-next i {
                display: none
        }
}

.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-transition: all .9s ease-in-out;
        -o-transition: all .9s ease-in-out;
        -moz-transition: all .9s ease-in-out;
        -webkit-transition: all .9s ease-in-out;
        transition: all .9s ease-in-out
}

.product-img-wrap .product-image {
        opacity: 1;
        -ms-transition: all .4s ease-in-out;
        -o-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out
}

.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%;
        opacity: 1
}

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

.bokifa-single-product-extra-label {
        font-size: 14px;
        font-size: .875rem;
        text-transform: capitalize
}

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

.time-sale .deal-text {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 10px;
        color: var(--e-global-color-lighter)
}

.time-sale .bokifa-countdown {
        display: flex;
        flex-wrap: wrap;
        align-items: center
}

.time-sale .bokifa-countdown .countdown-item {
        position: relative;
        text-align: center;
        margin-top: 5px
}

.time-sale .bokifa-countdown .countdown-item:not(:last-child) {
        padding-right: 20px
}

@media (max-width:767px) {
        .time-sale .bokifa-countdown .countdown-item:not(:last-child) {
                padding-right: 5px
        }
}

.time-sale .bokifa-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 .bokifa-countdown .countdown-label {
        display: block;
        color: var(--e-global-color-lighter)
}

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

.bokifa-products-popular ul.products {
        margin-right: 0;
        margin-left: 0
}

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

.bokifa-products-popular ul.products li.product:hover .product-caption {
        visibility: hidden;
        opacity: 0
}

.bokifa-products-popular ul.products li.product:before {
        content: none
}

.bokifa-products-popular ul.products li.product:last-child .product-block-list {
        padding-bottom: 0;
        border-bottom: none
}

.bokifa-products-popular ul.products li.product:first-child .product-block-list {
        padding-top: 0
}

.bokifa-products-popular .product-block-list {
        display: flex;
        align-items: center;
        padding: 20px 0;
        border-bottom: 1px solid var(--e-global-color-border)
}

.bokifa-products-popular .product-block-list .left {
        width: 80px;
        margin-right: 15px
}

.bokifa-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;
        position: absolute;
        right: 5px;
        top: 2px
}

.single-product.single-product-sticky .related,
.single-product.single-product-sticky .upsells {
        margin-top: 90px
}

.single-product.single-product-sticky div.product .summary {
        display: block;
        width: calc(51% - 50px)
}

@media (max-width:768px) {
        .single-product.single-product-sticky div.product .summary {
                width: 100%
        }
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs {
        display: block;
        position: relative;
        margin-top: 30px
}

@media (max-width:765px) {
        .single-product.single-product-sticky div.product .summary .woocommerce-tabs {
                padding: 60px 0
        }
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs {
        margin: 0;
        list-style: none;
        text-align-last: center;
        position: relative;
        margin-bottom: 15px
}

@media (max-width:767px) {
        .single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs {
                display: none
        }
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs li {
        display: inline-block;
        margin: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs li:first-child a {
        margin-left: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs li:last-child a {
        margin-right: 0
}

.single-product.single-product-sticky div.product .summary .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-secondary);
        letter-spacing: 0;
        display: block;
        position: relative;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 60px;
        padding: 0 30px;
        text-transform: capitalize;
        font-style: initial;
        -ms-transition: transform .3s ease;
        -o-transition: transform .3s ease;
        -moz-transition: transform .3s ease;
        -webkit-transition: transform .3s ease;
        transition: transform .3s ease
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs li a:hover {
        -ms-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
        -moz-transform: skewX(-10deg);
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg)
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs li a:before {
        content: "";
        position: absolute;
        height: 2px;
        width: 0;
        left: 0;
        bottom: -1px;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        background-color: var(--e-global-color-primary)
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs li.active a {
        color: var(--e-global-color-secondary);
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        font-style: initial
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs ul.tabs li.active a:before {
        width: 100%;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        height: 2px
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions {
        padding-bottom: 60px
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-item:last-child .accordion-head {
        border-bottom: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head {
        padding: 15px 0;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid;
        border-bottom-color: var(--e-global-color-border)
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head .accordion-title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 28px;
        font-weight: 600;
        color: var(--e-global-color-secondary)
}

@media (max-width:425px) {
        .single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head {
                padding: 10px 0
        }
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head.focus .accordion-title,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head.active .accordion-title,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head:hover .accordion-title {
        color: var(--e-global-color-primary);
        display: inline-block
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head.focus:after,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head.active:after,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head:hover:after {
        color: var(--e-global-color-primary)
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head.focus:before,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head.active:before,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-head:hover:before {
        color: var(--e-global-color-primary)
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body .sticky-description {
        width: 100%;
        padding-left: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-title {
        display: inline-block;
        position: relative;
        font-size: 25px;
        font-size: 1.5625rem;
        border-radius: 22px;
        line-height: 54px;
        margin-bottom: 0;
        font-weight: var(--e-global-typography-primary-font-weight);
        color: var(--e-global-color-lighter);
        -ms-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -moz-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s
}

@media (max-width:425px) {
        .single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-title {
                font-size: 18px;
                font-size: 1.125rem
        }
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .reviews_tab+.accordion-body.active {
        border-bottom: 0;
        padding: 20px 0 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body {
        padding: 0;
        display: none
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body.active {
        border-bottom: 1px solid var(--e-global-color-border);
        border-radius: 0;
        padding: 20px 0;
        margin: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body table tr {
        border-top: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body table tr:last-child {
        border-bottom: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body #reviews #comments,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper {
        width: 100%;
        float: none;
        padding-right: 0;
        padding-left: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body #reviews #comments .form-submit:hover button,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper .form-submit:hover button {
        background-color: var(--e-global-color-primary);
        border-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
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body #reviews #comments .form-submit:hover button:after,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper .form-submit:hover button:after {
        color: #fff;
        -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.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body .list-unstyled {
        margin-left: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled {
        margin: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li {
        margin-bottom: 5px
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.store-name>span:not(.details),
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled li.seller-name>span:not(.details),
.single-product.single-product-sticky div.product .summary .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.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating {
        vertical-align: middle
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .seller-rating .text {
        vertical-align: text-bottom
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions .accordion-body ul.list-unstyled .star-rating {
        display: inline-block
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions table td,
.single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions table th {
        word-break: unset
}

@media (min-width:768px) {
        .single-product.single-product-sticky div.product .summary .woocommerce-tabs.product-accordions ul.products li.product {
                flex: 0 0 50%;
                max-width: 50%
        }
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel {
        padding: 15px 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled {
        margin: 0
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li {
        margin-bottom: 5px
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.store-name>span:not(.details),
.single-product.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled li.seller-name>span:not(.details),
.single-product.single-product-sticky div.product .summary .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.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating {
        vertical-align: middle
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .seller-rating .text {
        vertical-align: text-bottom
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .woocommerce-Tabs-panel--seller ul.list-unstyled .star-rating {
        display: inline-block
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .comment-form-cookies-consent {
        display: inline-block
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .panel h2:first-of-type {
        display: none
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs .review_form label {
        margin-bottom: .5em;
        display: block
}

.single-product.single-product-sticky div.product .summary .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.single-product-sticky div.product .summary .woocommerce-tabs h2.resp-accordion {
                display: none
        }
}

.single-product.single-product-sticky div.product .summary .woocommerce-tabs h2.resp-accordion.active {
        border-top: 2px solid;
        border-color: var(--e-global-color-primary)
}

.single-product .summary {
        width: calc(50% - 35px);
        float: right;
        max-width: 680px
}

@media (max-width:768px) {
        .single-product .summary {
                width: 100%;
                max-width: 100%;
                float: unset;
                margin-top: 40px
        }
}

.single-product .summary .left {
        position: relative
}

.single-product .summary .yith-wcwl-add-to-wishlist {
        display: none
}

.single-product .summary .woosw-btn {
        margin-right: 10px
}

.single-product .summary .woosw-btn,
.single-product .summary .woosc-btn {
        color: var(--e-global-color-secondary);
        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: 0;
        line-height: 26px;
        background-color: transparent;
        padding: 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;
        width: 52px;
        height: 50px;
        border: 1px solid var(--e-global-color-border);
        border-radius: 50%
}

.single-product .summary .woosw-btn:after,
.single-product .summary .woosc-btn:after {
        display: none
}

.single-product .summary .woosw-btn:before,
.single-product .summary .woosc-btn:before {
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-secondary);
        margin-right: 0
}

.single-product .summary .woosw-btn.woosw-btn:before,
.single-product .summary .woosc-btn.woosw-btn:before {
        font-weight: 600
}

.single-product .summary .woosw-btn:hover,
.single-product .summary .woosc-btn:hover {
        color: #fff;
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.single-product .summary .woosw-btn:hover:before,
.single-product .summary .woosc-btn:hover:before {
        color: #fff
}

.single-product .content-single-wrapper:after {
        content: "";
        display: table;
        clear: both
}

.single-product .product-author {
        display: flex;
        align-items: center;
        position: relative;
        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: 12px;
        font-size: .75rem;
        line-height: 18px;
        font-weight: 700;
        color: var(--e-global-color-lighter);
        margin-right: 14px;
        padding-right: 15px;
        margin-top: 8px
}

.single-product .product-author a {
        color: var(--e-global-color-secondary)
}

.single-product .product-author a:before {
        display: none
}

.single-product .product-author:before {
        display: block;
        position: absolute;
        content: "";
        height: 11px;
        width: 1px;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        background-color: #e5e5e5
}

.single-product .product-author .product-author-label {
        display: block;
        margin-right: 3px
}

.single-product .bokifa-single-product-extra-label {
        display: flex;
        align-self: center;
        margin-top: 5px;
        margin-left: 5px
}

.single-product .bokifa-single-product-extra-label span {
        font-size: 12px;
        font-size: .75rem;
        font-weight: 800;
        line-height: 1;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 0;
        background-color: var(--e-global-color-primary);
        padding: 3px 5px;
        margin-right: 5px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
}

.single-product .bokifa-single-product-extra-label span:last-child {
        margin-right: 0
}

.single-product .onsale {
        margin-top: 5px;
        margin-right: 0
}

.single-product .new-label {
        margin-top: 5px;
        margin-right: 6px
}

.single-product .label-wrapper {
        position: absolute;
        right: 55px;
        top: 15px;
        z-index: 9;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        max-width: 176px
}

.single-product .product-video-360 {
        position: absolute;
        z-index: 111;
        display: inline-flex;
        align-items: flex-end;
        bottom: 30px;
        right: 30px
}

@media (max-width:425px) {
        .single-product .product-video-360 {
                bottom: 160px;
                right: 15px
        }
}

.single-product .product-video-360 .bokifa-preaction {
        height: 58px;
        width: 50px;
        border-radius: 5px;
        background-color: #fff;
        color: var(--e-global-color-secondary);
        font-size: 10px;
        font-size: .625rem;
        line-height: 14px;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        padding: 10px 3px
}

.single-product .product-video-360 .bokifa-preaction.previews-audio,
.single-product .product-video-360 .bokifa-preaction.previews-doc {
        margin-left: 10px
}

.single-product .product-video-360 .bokifa-preaction i {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 2px
}

.single-product .product-video-360 .bokifa-preaction:hover {
        color: var(--e-global-color-primary)
}

.single-product div.product:before,
.single-product div.product:after {
        content: "";
        display: table
}

.single-product div.product:after {
        clear: both
}

.single-product div.product .related {
        position: relative;
        margin-top: 34px;
        padding-top: 81px
}

@media (max-width:1024px) {
        .single-product div.product .related {
                margin-top: 50px;
                padding-top: 60px
        }
}

@media (max-width:767px) {
        .single-product div.product .related {
                margin-top: 30px;
                padding-top: 30px
        }
}

.single-product div.product .related .swiper {
        clip-path: inset(-100% -29px -100% -29px);
        overflow: visible
}

.single-product div.product .related:before {
        content: "";
        position: absolute;
        margin-left: calc(-100vw + 50%);
        margin-right: calc(-100vw + 50%);
        width: 200vw;
        z-index: -1;
        height: 1px;
        left: 0;
        top: 0;
        background-color: var(--e-global-color-border)
}

.single-product div.product .related h2 {
        text-align: left;
        font-size: 44px;
        font-size: 2.75rem;
        line-height: 50px;
        font-weight: 300;
        margin-bottom: 30px
}

@media (max-width:767px) {
        .single-product div.product .related h2 {
                font-size: 30px;
                font-size: 1.875rem;
                line-height: 35px
        }
}

.single-product div.product .related .woocommerce-subtitle-related-product {
        font-size: 14px;
        font-size: .875rem;
        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);
        opacity: .6;
        text-transform: uppercase;
        margin-bottom: 18px;
        display: none
}

.single-product div.product .related .bokifa-single-product-extra-label {
        margin-left: 0
}

.single-product div.product .related .product-author {
        margin-right: 0;
        padding-right: 0;
        margin-top: 7px;
        margin-bottom: 8px;
        justify-content: center
}

.single-product div.product .related .product-author a {
        color: var(--e-global-color-lighter)
}

.single-product div.product .related .product-author a:before {
        display: block
}

.single-product div.product .related .product-author a:hover {
        color: var(--e-global-color-secondary)
}

.single-product div.product .related .product-author:before {
        display: none
}

.single-product div.product .related .product-author .product-author-label {
        display: none
}

.single-product div.product .content-single-wrapper {
        max-width: 1430px
}

.single-product div.product.single-product-type-sticky .woocommerce-tabs:before {
        content: none
}

@media (max-width:767px) {
        .single-product div.product .images {
                margin-bottom: 30px
        }
}

.single-product div.product .woocommerce-product-gallery {
        opacity: 0;
        transition: opacity .25s ease-in-out;
        position: relative;
        width: 650px;
        max-width: 50%;
        margin-right: 0;
        float: left
}

@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 .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 10px;
        right: 10px;
        text-align: center;
        color: #fff;
        display: inline-flex;
        width: 30px;
        height: 30px;
        justify-content: center;
        align-items: center;
        z-index: 9999
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
        color: #fff
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover:before {
        color: var(--e-global-color-primary)
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
        position: relative;
        display: flex;
        align-items: center;
        height: 100%;
        overflow: hidden;
        border-radius: 10px
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
        width: 100%;
        border-radius: 10px;
        height: auto;
        max-height: 727px;
        min-height: 727px;
        object-fit: cover
}

@media (max-width:1200px) {
        .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
                min-height: unset
        }
}

@media (max-width:768px) {
        .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
                max-height: unset
        }
}

@media only screen and (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
                width: 395px
        }
}

@media only screen and (max-width:375px) {
        .single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img {
                width: 345px
        }
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
        border-radius: 10px
}

.single-product div.product .woocommerce-product-gallery .flex-viewport .woocommerce-product-gallery__wrapper {
        border: none;
        background-color: #fff;
        border-radius: 10px
}

.single-product div.product .woocommerce-product-gallery .flex-viewport img {
        border: none;
        overflow: hidden
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
        margin: 0;
        transition-property: transform;
        box-sizing: content-box;
        display: flex
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        display: block;
        position: relative;
        width: 100px;
        height: 140px;
        min-width: 100px;
        min-height: 140px;
        border-radius: 5px;
        overflow: hidden;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        border: 2px solid transparent
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
        object-fit: cover;
        height: 140px;
        width: 100px
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
        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
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover,
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li.active {
        border-color: var(--e-global-color-primary)
}

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

.single-product div.product .woocommerce-product-gallery .swiper .swiper-button-lock {
        display: none
}

.single-product div.product .woocommerce-product-gallery .swiper .swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
}

.single-product div.product .woocommerce-product-gallery .swiper-button-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: var(--e-global-color-dark);
        margin: 0;
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center
}

.single-product div.product .woocommerce-product-gallery .swiper-button-prev:after {
        font-size: 20px;
        font-size: 1.25rem;
        color: #fff
}

.single-product div.product .woocommerce-product-gallery .swiper-button-prev:hover {
        background-color: var(--e-global-color-accent)
}

.single-product div.product .woocommerce-product-gallery .swiper-button-next {
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: var(--e-global-color-dark);
        margin: 0;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center
}

.single-product div.product .woocommerce-product-gallery .swiper-button-next:after {
        font-size: 20px;
        font-size: 1.25rem;
        color: #fff
}

.single-product div.product .woocommerce-product-gallery .swiper-button-next:hover {
        background-color: var(--e-global-color-accent)
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-control-thumbs {
        display: none
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .woocommerce-product-gallery__wrapper img {
        height: auto;
        max-height: 910px;
        min-height: 910px
}

@media (max-width:1200px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .woocommerce-product-gallery__wrapper img {
                min-height: unset
        }
}

@media (max-width:768px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .woocommerce-product-gallery__wrapper img {
                max-height: unset
        }
}

@media (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .product-video-360 {
                bottom: 15px;
                right: 15px
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav {
        margin: unset
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li[class^=flex-nav-] {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10;
        list-style: none
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li[class^=flex-nav-] a {
        position: relative;
        display: block;
        width: 48px;
        height: 48px;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        background-color: #fff;
        border-radius: 25px;
        border: 1px solid var(--e-global-color-border)
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li[class^=flex-nav-] a:before {
        position: absolute;
        z-index: 10;
        color: var(--e-global-color-secondary);
        text-indent: 0px !important;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 20px;
        font-size: 1.25rem;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        display: block
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li[class^=flex-nav-] a:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li[class^=flex-nav-] a:hover:before {
        color: #fff
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li.flex-nav-prev {
        left: 10px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-without-thumb .flex-direction-nav>li.flex-nav-next {
        right: 10px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .flex-control-thumbs img {
        width: 100px;
        height: 140px;
        object-fit: cover
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__wrapper img {
        height: auto;
        max-height: 910px;
        min-height: 910px
}

@media (max-width:1200px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__wrapper img {
                min-height: unset
        }
}

@media (max-width:768px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .woocommerce-product-gallery__wrapper img {
                max-height: unset
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .product-video-360 {
        bottom: 170px;
        right: 30px
}

@media (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .product-video-360 {
                bottom: 160px;
                right: 15px
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-horizontal .swiper {
        margin-top: 10px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical {
        display: flex;
        align-items: flex-start;
        flex-direction: column
}

.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 li {
        margin-bottom: 30px;
        margin-right: 0
}

.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 .swiper-thumbs-vertical {
        width: 100%;
        margin-top: 10px
}

@media (min-width:426px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-thumbs-vertical {
                margin-top: 0;
                order: -1;
                width: 100px;
                margin-right: 10px;
                display: block;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0
        }
}

@media (min-width:426px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical>.woocommerce-product-gallery__wrapper {
                width: 100%;
                margin-bottom: 0;
                margin-left: auto
        }
}

@media (min-width:426px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .flex-viewport {
                width: calc(100% - 130px);
                margin-bottom: 0;
                margin-left: auto
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-prev {
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: var(--e-global-color-dark);
        margin: 0;
        top: 10px;
        left: 50%;
        transform: translateX(-50%)
}

@media (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-prev {
                top: 50%;
                left: 10px;
                transform: translateY(-50%)
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-prev:after {
        color: #fff;
        font-size: 20px;
        font-size: 1.25rem
}

@media (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-prev:after {
                transform: rotate(180deg)
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-prev:hover {
        background-color: var(--e-global-color-accent)
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-next {
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: var(--e-global-color-dark);
        margin: 0;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        top: unset
}

@media (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-next {
                top: 50%;
                right: 10px;
                transform: translateY(-50%);
                left: unset
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-next:after {
        font-size: 14px;
        font-size: .875rem;
        color: #fff
}

@media (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-next:after {
                transform: rotate(0)
        }
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-vertical .swiper-button-next:hover {
        background-color: var(--e-global-color-accent)
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-right_vertical {
        display: flex;
        align-items: flex-start;
        flex-direction: unset
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-right_vertical .flex-control-thumbs {
        margin: 0
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-right_vertical .flex-control-thumbs li {
        margin-bottom: 10px;
        margin-left: 30px
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery-right_vertical .flex-control-thumbs li:last-child {
        margin-bottom: 0
}

.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-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;
        flex-direction: row-reverse
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
        flex-basis: 100%
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a {
        display: block;
        margin-bottom: 30px;
        border-radius: 10px
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
        height: auto;
        max-height: 910px;
        min-height: 910px
}

@media (max-width:1200px) {
        .single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
                min-height: unset
        }
}

@media (max-width:768px) {
        .single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img {
                max-height: unset
        }
}

@media (max-width:425px) {
        .single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
                min-width: 0;
                min-height: 0
        }
}

.single-product div.product .woocommerce-product-gallery-sticky .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image:last-child a {
        margin-bottom: 0
}

.single-product div.product .woocommerce-product-gallery-sticky .product-video-360 {
        bottom: auto;
        top: 30px
}

.single-product div.product.single-product-type-right_vertical .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        left: 15px;
        right: unset
}

.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 p.price+form.cart .stock.out-of-stock {
        margin: 0
}

.single-product div.product .quantity_wrap {
        margin-bottom: 10px
}

.single-product div.product .single_add_to_cart_button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        margin-right: 12px;
        max-width: 404px;
        min-width: 180px;
        height: 50px;
        flex: 1;
        margin-bottom: 10px
}

.single-product div.product .single_add_to_cart_button:after {
        font-size: 8px;
        font-size: .5rem;
        margin-right: 10px;
        color: #fff;
        order: -1
}

.single-product div.product .single_add_to_cart_button:before {
        margin-right: -18px
}

.single-product div.product button.wpcbn-btn {
        order: 100;
        max-width: 100%;
        flex: 0 0 100%;
        background-color: transparent;
        border: 1px solid var(--e-global-color-secondary);
        color: var(--e-global-color-secondary);
        height: 50px;
        margin-bottom: 0
}

.single-product div.product button.wpcbn-btn:before {
        margin-right: 0
}

.single-product div.product button.wpcbn-btn:after {
        display: none
}

.single-product div.product button.wpcbn-btn:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.single-product div.product button.wpcbn-btn:hover:before {
        color: #fff
}

.single-product div.product .product_title {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 75px;
        text-transform: inherit;
        letter-spacing: -2px;
        margin-bottom: 0;
        padding-top: 0;
        padding-bottom: 0;
        clear: none;
        display: block
}

@media (max-width:1024px) {
        .single-product div.product .product_title {
                font-size: 50px;
                font-size: 3.125rem;
                line-height: 65px
        }
}

@media (max-width:767px) {
        .single-product div.product .product_title {
                font-size: 35px;
                font-size: 2.1875rem;
                line-height: 45px
        }
}

.single-product div.product .rating_authors {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        min-height: 26px
}

.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+.stock {
        display: none
}

.single-product div.product table.variations {
        table-layout: fixed;
        position: relative;
        margin: 0;
        width: 100%
}

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

.single-product div.product table.variations th.label {
        margin-bottom: 5px;
        display: block;
        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-text);
        font-size: 16px;
        font-size: 1rem;
        text-transform: capitalize
}

.single-product div.product table.variations th.label .woo-selected-variation-item-name {
        display: contents;
        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-text);
        font-size: 16px;
        font-size: 1rem
}

.single-product div.product table.variations td.value {
        position: relative
}

.single-product div.product table.variations label {
        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: 14px;
        font-size: .875rem;
        font-weight: 700
}

.single-product div.product table.variations select {
        max-width: 100%;
        vertical-align: middle;
        padding: 12px 35px 12px 20px;
        color: transparent;
        margin: 12px 0;
        border-radius: 10px
}

.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: 20px 0 0 15px;
        color: var(--e-global-color-secondary);
        border-bottom: 1px solid;
        line-height: 1;
        display: none !important
}

.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 {
        position: relative;
        box-shadow: none;
        margin: 4px 9px 10px 0;
        height: 62px;
        padding: 0;
        border: 1px solid var(--e-global-color-border);
        border-radius: 5px
}

.single-product div.product table.variations td.value ul li.variable-item.image-variable-item {
        box-shadow: none;
        margin: 0 10px 28px 0;
        width: 48px;
        height: 48px;
        padding: 5px;
        border: 1px solid var(--e-global-color-secondary);
        border-radius: 0
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-contents:before {
        display: none !important
}

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

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

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item {
        min-width: 24px;
        min-height: 24px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        margin: 0 12px 0 0;
        padding: 2px
}

.single-product div.product table.variations td.value ul li.variable-item.color-variable-item .variable-item-span {
        padding: 2px;
        border-radius: 50%
}

.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 .color-variable-item.disabled:before {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 23px;
        height: 1px;
        background-color: #ff6565;
        z-index: 9999;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        min-width: 23px
}

.single-product div.product table.variations td.value ul .color-variable-item.disabled:after {
        position: absolute;
        content: "";
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(-45deg);
        width: 23px;
        height: 1px;
        background-color: #ff6565;
        z-index: 9999;
        visibility: visible;
        opacity: 1;
        box-shadow: none;
        border: 0
}

.single-product div.product table.variations td.value ul .image-variable-item.selected .variable-item-contents:before {
        display: none !important
}

.single-product div.product .bokifa_clear_attr a.reset_variations {
        margin: 0 0 5px;
        color: var(--e-global-color-dark);
        line-height: 22px;
        font-size: 12px;
        font-size: .75rem;
        display: inline-block;
        text-decoration: underline
}

.single-product div.product .bokifa_clear_attr a.reset_variations:hover {
        color: var(--e-global-color-primary)
}

.single-product div.product .single_variation .price {
        display: block;
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
        align-items: center;
        color: var(--e-global-color-dark);
        margin: 0 0 20px;
        font-weight: 700
}

.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 .variations_button {
        flex: 0 0 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border-top: 1px solid var(--e-global-color-border);
        padding-top: 33px
}

.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 .woocommerce_top_summary {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-top: 3px;
        margin-bottom: 6px
}

.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 .rating_brands {
        display: flex;
        flex-wrap: wrap;
        font-size: 14px;
        font-size: .875rem;
        position: relative;
        padding-bottom: 15px
}

.single-product div.product .rating_brands>* {
        margin-bottom: 0
}

.single-product div.product .rating_brands>*:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
        padding-left: 5px;
        position: relative
}

.single-product div.product .rating_brands>*: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 .woocommerce-product-rating {
        display: flex;
        align-items: center;
        margin-top: 3px
}

.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: 12px;
        font-size: .75rem;
        line-height: 1.5;
        font-weight: 600;
        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 .woocommerce-review-link {
        position: relative;
        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: 10px;
        font-size: .625rem;
        color: var(--e-global-color-secondary);
        font-weight: 700;
        text-transform: capitalize;
        margin-left: 1px
}

.single-product div.product .sale-percent {
        color: #30b154;
        text-align: center;
        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);
        background-color: #d4f0da;
        border-radius: 50px;
        margin-right: 21px;
        width: 53px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px
}

.single-product div.product .woocommerce-review-average {
        display: none;
        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);
        color: var(--e-global-color-secondary);
        margin-left: 10px
}

.single-product div.product .product_meta label {
        min-width: 70px
}

.single-product div.product .product_meta>span {
        display: block;
        font-size: 14px;
        font-size: .875rem;
        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);
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 2px;
        letter-spacing: .2px
}

.single-product div.product .product_meta>span:last-child {
        margin-bottom: 0;
        border-bottom: 0
}

.single-product div.product .product_meta>span .sku {
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-secondary);
        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-weight: 500
}

.single-product div.product .product_meta>span .sku:hover {
        color: var(--e-global-color-primary)
}

.single-product div.product .product_meta>span a {
        color: var(--e-global-color-secondary);
        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-weight: 500;
        font-size: 14px;
        font-size: .875rem
}

.single-product div.product .product_meta>span a:hover {
        color: var(--e-global-color-primary)
}

.single-product div.product .product_meta .product_button {
        padding-bottom: 10px;
        margin-bottom: 20px;
        border-bottom: 1px solid var(--e-global-color-border)
}

.single-product .time-sale {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 13px
}

.single-product .time-sale .deal-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);
        color: var(--e-global-color-dark);
        text-transform: uppercase;
        font-size: 14px;
        font-size: .875rem;
        max-width: 130px;
        margin-right: 30px;
        margin-bottom: 30px
}

@media (max-width:1024px) {
        .single-product .time-sale .deal-text {
                margin-bottom: 10px
        }
}

@media (max-width:425px) {
        .single-product .time-sale .deal-text {
                margin-bottom: 10px
        }
}

.single-product .time-sale .bokifa-countdown .countdown-item {
        margin-right: 10px;
        min-width: 60px;
        margin-bottom: 15px;
        text-align: center
}

.single-product .time-sale .bokifa-countdown .countdown-item:after {
        content: none
}

.single-product .time-sale .bokifa-countdown .countdown-item .countdown-digits {
        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);
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background-color: rgba(24, 56, 55, .06);
        border-radius: 50%;
        color: var(--e-global-color-primary)
}

@media (max-width:767px) {
        .single-product .time-sale .bokifa-countdown .countdown-item .countdown-digits {
                font-size: 22px;
                font-size: 1.375rem;
                width: 55px;
                height: 55px
        }
}

.single-product .time-sale .bokifa-countdown .countdown-item .countdown-label {
        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-dark);
        font-size: 14px;
        font-size: .875rem;
        font-weight: 400;
        display: block;
        line-height: 1;
        text-transform: capitalize;
        margin-top: 16px
}

.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-top: 57px
}

@media (max-width:767px) {
        .single-product .woocommerce-tabs {
                margin: 40px 0 0
        }
}

.single-product .woocommerce-tabs ul.tabs {
        margin: 0;
        list-style: none;
        position: relative;
        margin-bottom: 50px
}

@media (max-width:1024px) {
        .single-product .woocommerce-tabs ul.tabs {
                margin-bottom: 30px
        }
}

.single-product .woocommerce-tabs ul.tabs:before {
        content: "";
        position: absolute;
        margin-left: calc(-100vw + 50%);
        margin-right: calc(-100vw + 50%);
        width: 200vw;
        z-index: -1;
        height: 1px;
        left: 0;
        top: 100%;
        background-color: 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
}

.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-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-lighter);
        font-size: 18px;
        font-size: 1.125rem;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        display: block;
        position: relative;
        text-transform: capitalize;
        font-weight: 600;
        line-height: 28px;
        padding: 11px 30px 13px;
        margin-bottom: -1px;
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent
}

.single-product .woocommerce-tabs ul.tabs li a:hover {
        color: var(--e-global-color-secondary);
        border-color: var(--e-global-color-border);
        border-bottom-color: #fff
}

.single-product .woocommerce-tabs ul.tabs li.active a {
        color: var(--e-global-color-secondary);
        font-style: initial;
        transition: all .3s ease;
        border-color: var(--e-global-color-border);
        border-bottom-color: #fff
}

.single-product .woocommerce-tabs.product-accordions {
        padding: 0;
        margin-top: 30px
}

.single-product .woocommerce-tabs.product-accordions.active .accordion-item:last-child,
.single-product .woocommerce-tabs.product-accordions:focus .accordion-item:last-child {
        border-bottom: none
}

.single-product .woocommerce-tabs.product-accordions:after,
.single-product .woocommerce-tabs.product-accordions:before {
        content: none
}

.single-product .woocommerce-tabs.product-accordions .accordion-item:last-child .accordion-head {
        border-bottom: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-head {
        padding: 15px 0;
        position: relative;
        cursor: pointer;
        border-bottom: 1px solid;
        border-bottom-color: var(--e-global-color-border)
}

@media (max-width:425px) {
        .single-product .woocommerce-tabs.product-accordions .accordion-head {
                padding: 10px 0
        }
}

.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 .accordion-title,
.single-product .woocommerce-tabs.product-accordions .accordion-head:focus .accordion-title {
        display: inline-block
}

.single-product .woocommerce-tabs.product-accordions .accordion-head.active:before,
.single-product .woocommerce-tabs.product-accordions .accordion-head:focus:before {
        opacity: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-head.active:after,
.single-product .woocommerce-tabs.product-accordions .accordion-head:focus:after {
        opacity: 1
}

.single-product .woocommerce-tabs.product-accordions .accordion-head:after {
        position: absolute;
        opacity: 0;
        top: 50%;
        padding: 6px 0 4px;
        border-radius: 50%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        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;
        right: -1px;
        font-size: 12px;
        font-size: .75rem;
        font-weight: var(--e-global-typography-primary-font-weight)
}

.single-product .woocommerce-tabs.product-accordions .accordion-head:before {
        position: absolute;
        top: 50%;
        padding: 6px 0 4px;
        border-radius: 50%;
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        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;
        right: -1px;
        font-size: 12px;
        font-size: .75rem;
        font-weight: var(--e-global-typography-primary-font-weight)
}

.single-product .woocommerce-tabs.product-accordions .accordion-title {
        display: inline-block;
        position: relative;
        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);
        border-radius: 22px;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 0;
        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
}

@media (max-width:425px) {
        .single-product .woocommerce-tabs.product-accordions .accordion-title {
                font-size: 18px;
                font-size: 1.125rem
        }
}

.single-product .woocommerce-tabs.product-accordions .reviews_tab+.accordion-body.active {
        border-bottom: 0;
        padding: 20px 0 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-body {
        padding: 20px 30px 30px 0;
        display: none
}

.single-product .woocommerce-tabs.product-accordions .accordion-body.active {
        border-bottom: 1px solid var(--e-global-color-border);
        border-radius: 0;
        padding: 20px 0;
        margin: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-body table tr {
        border-top: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-body table tr:last-child {
        border-bottom: 0
}

.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 #reviews #comments .form-submit button,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper .form-submit button {
        border: 0
}

.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #comments .form-submit button:hover,
.single-product .woocommerce-tabs.product-accordions .accordion-body #reviews #review_form_wrapper .form-submit button:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.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--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 .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-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);
        line-height: 20px;
        font-size: 20px;
        font-size: 1.25rem;
        font-weight: 700;
        padding: 1em 0;
        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 .woocommerce-tabs .woocommerce-product-attributes-item__label {
        color: var(--e-global-color-dark);
        font-size: 16px;
        font-size: 1rem;
        word-break: normal
}

.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);
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
}

@media (max-width:425px) {
        .single-product .product-brand {
                width: 50%
        }
}

.single-product #page .site-content {
        margin-top: 34px;
        margin-bottom: 80px
}

@media (max-width:767px) {
        .single-product #page .site-content {
                margin-bottom: 60px
        }
}

.single-product.bokifa-sidebar-left div.product form.cart .quantity,
.single-product.bokifa-sidebar-right div.product form.cart .quantity {
        width: 110px
}

.single-product .deal-sold {
        margin-top: 0;
        margin-bottom: 20px
}

.woosc-table-items .compare-none {
        display: none
}

.woosc-table-items .compare-full-width {
        width: 100%
}

.group-blog #page .site-content {
        margin-top: 80px
}

@media (max-width:767px) {
        .group-blog #page .site-content {
                margin-top: 60px
        }
}

.group-blog div.product .rating_authors,
.group-blog ul.products .rating_authors {
        display: none
}

.group-blog div.product .bokifa-wrapper-loop-rating,
.group-blog ul.products .bokifa-wrapper-loop-rating {
        display: none
}

.group-blog div.product .product-transition,
.group-blog ul.products .product-transition {
        margin-bottom: 20px
}

.group-blog div.product .related ul.bokifa-products,
.group-blog ul.products .related ul.bokifa-products {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (max-width:768px) {

        .group-blog div.product .related ul.bokifa-products,
        .group-blog ul.products .related ul.bokifa-products {
                grid-template-columns: 1fr 1fr
        }
}

@media (max-width:767px) {

        .group-blog div.product .related ul.bokifa-products,
        .group-blog ul.products .related ul.bokifa-products {
                grid-template-columns: 100%
        }
}

.product-single-style-2 .entry-summary form.cart .quantity_wrap input[type=number] {
        background-color: #fff
}

.product-single-style-2 .breadcrumb-wrap {
        position: relative;
        z-index: 9
}

.product-single-style-2 .woocommerce-product-gallery {
        padding-bottom: 50px
}

.product-single-style-2 .content-single-wrapper {
        position: relative
}

.product-single-style-2 .content-single-wrapper:before {
        content: "";
        position: absolute;
        background-color: #f2f2f2;
        width: 100vw;
        top: -73px;
        height: 46.8vw;
        z-index: -1;
        bottom: 0;
        left: 50%;
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
}

@media only screen and (max-width:1024px) {
        .product-single-style-2 .content-single-wrapper {
                position: relative
        }

        .product-single-style-2 .content-single-wrapper:before {
                width: 100vw;
                top: -72px;
                height: 78vw;
                z-index: -1
        }
}

@media only screen and (max-width:768px) {
        .product-single-style-2 .content-single-wrapper {
                position: relative
        }

        .product-single-style-2 .content-single-wrapper:before {
                width: 100vw;
                top: -72px;
                height: 193vw;
                z-index: -1
        }
}

@media only screen and (max-width:425px) {
        .product-single-style-2 .content-single-wrapper {
                position: relative
        }

        .product-single-style-2 .content-single-wrapper:before {
                width: 100vw;
                top: -72px;
                height: 547vw;
                z-index: -1
        }
}

@media only screen and (max-width:375px) {
        .product-single-style-2 .content-single-wrapper {
                position: relative
        }

        .product-single-style-2 .content-single-wrapper:before {
                width: 100vw;
                top: -72px;
                height: 629vw;
                z-index: -1
        }
}

.product-single-style-2 .woocommerce-tabs {
        margin-top: 0
}

.single-product-tab-vertical .woocommerce-tabs .col-full {
        display: flex;
        flex-direction: row
}

.single-product-tab-vertical .woocommerce-tabs ul.tabs {
        flex: 0 0 300px;
        text-align-last: inherit;
        margin-right: 100px
}

.single-product-tab-vertical .woocommerce-tabs ul.tabs li {
        display: block
}

.single-product-tab-vertical .woocommerce-tabs ul.tabs li a {
        border-bottom: 1px solid var(--e-global-color-border);
        padding: 0
}

@media only screen and (max-width:425px) {
        .single-product-tab-vertical .woocommerce-tabs .col-full {
                display: block
        }
}

@media (max-width:767px) {
        .single-product-tab-vertical .woocommerce-tabs ul.tabs {
                flex: 0 0 200px;
                margin-right: 60px
        }
}

.single-product-tab-expand .product-tab-expand .expand-item {
        display: flex;
        flex-direction: row;
        border-bottom: 1px solid var(--e-global-color-border);
        padding-bottom: 60px;
        margin-bottom: 60px
}

.single-product-tab-expand .product-tab-expand .expand-item:last-child {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0
}

.single-product-tab-expand .product-tab-expand .expand-item .expand-title {
        flex: 0 0 300px;
        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: 24px;
        font-size: 1.5rem;
        line-height: 60px
}

.single-product-tab-expand .product-tab-expand .expand-item .expand-body h2:first-child {
        display: none
}

@media only screen and (max-width:768px) {
        .single-product-tab-expand .product-tab-expand .expand-item .expand-title {
                flex: 0 0 230px
        }
}

@media only screen and (max-width:425px) {
        .single-product-tab-expand .product-tab-expand .expand-item {
                display: flow-root
        }
}

.entry-summary p.price {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        font-weight: 600;
        margin-bottom: 20px;
        padding-top: 18px;
        margin-top: 22px;
        border-top: 1px solid var(--e-global-color-border)
}

.entry-summary p.price ins {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 28px;
        font-weight: 600
}

@media (max-width:767px) {
        .entry-summary p.price ins {
                font-size: 30px;
                font-size: 1.875rem
        }
}

.entry-summary p.price del {
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 600;
        margin-bottom: -2px;
        margin-left: 5px
}

.entry-summary .amount:nth-child(1) {
        margin-right: 5px
}

.entry-summary .amount:nth-child(2) {
        margin-left: 5px
}

.entry-summary .woocommerce-product-details__short-description p {
        margin-bottom: 11px
}

.entry-summary form.cart {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
        border-top: 1px solid var(--e-global-color-border);
        padding-top: 33px;
        margin-top: 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 .product_button {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        order: 99
}

.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 .quantity_wrap input[type=number] {
        padding: 15px;
        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: 14px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1;
        background-color: transparent
}

.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: 10px;
        -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_wrap input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        margin-bottom: 30px
}

@media (max-width:424px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap {
                flex-wrap: wrap;
                flex-direction: column-reverse
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .quantity {
        display: inline-flex !important
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .quantity:not(.show) {
        display: none !important
}

@media (max-width:424px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier {
                width: 100%;
                margin-top: 10px
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .quantity_tier {
        color: var(--e-global-color-dark)
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .bokifa-dropdown-tiers .tier-value {
        padding: 5px 0;
        margin-bottom: 10px;
        border: 0;
        border-bottom: 2px solid var(--e-global-color-border);
        width: 100%;
        border-radius: 0;
        font-size: 18px;
        font-size: 1.125rem;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: space-between;
        cursor: pointer
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .bokifa-dropdown-tiers .tier-value:before {
        margin-right: 10px;
        font-size: 10px;
        font-size: .625rem;
        font-weight: 600;
        color: var(--e-global-color-dark)
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .bokifa-dropdown-tiers .tier-value:hover {
        background-color: transparent;
        border-color: var(--e-global-color-dark);
        color: var(--e-global-color-dark)
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .buttons_added {
        border: 0;
        border-bottom: 2px solid var(--e-global-color-border);
        width: 100%;
        border-radius: 0;
        padding: 0;
        margin-right: 0;
        margin-bottom: 10px
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .buttons_added input[type=number] {
        padding: .45rem .5rem
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .buttons_added .minus {
        margin-left: 0
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .buttons_added .plus {
        margin-right: 0
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .show_qty_input {
        color: var(--e-global-color-primary)
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .wrap-action-tier .show_qty_input:hover {
        color: var(--e-global-color-dark)
}

@media (max-width:424px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers {
                width: 100%
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers .each-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);
        font-size: 20px;
        font-size: 1.25rem;
        color: var(--e-global-color-dark);
        font-weight: 600;
        text-align: end
}

@media (max-width:425px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers .each-price {
                font-size: 20px;
                font-size: 1.25rem
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers .subtotal-price {
        text-align: end
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers .subtotal-price>span {
        font-size: 20px;
        font-size: 1.25rem;
        color: var(--e-global-color-lighter)
}

@media (max-width:425px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers .subtotal-price>span {
                font-size: 16px;
                font-size: 1rem
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers .subtotal-price .subtotal-price-value {
        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: 28px;
        font-size: 1.75rem;
        color: var(--e-global-color-primary);
        font-weight: 600
}

@media (max-width:425px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .calculer-price-tiers .subtotal-price .subtotal-price-value {
                font-size: 20px;
                font-size: 1.25rem
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table {
        position: absolute;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 0 5px 2px rgba(21, 22, 23, .2);
        z-index: 99;
        top: 100%;
        border-radius: 5px
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row {
        border: 1px solid transparent;
        padding: 10px 30px
}

@media (max-width:568px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row {
                padding: 10px 15px
        }
}

@media (max-width:425px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row {
                padding: 10px 15px;
                flex-wrap: wrap;
                justify-content: space-between;
                border: 0;
                border-bottom: 1px solid var(--e-global-color-border)
        }

        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row:last-child {
                border-bottom: 0
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row.wpcpq-item-active {
        color: var(--e-global-color-dark);
        border-color: var(--e-global-color-primary);
        background-color: #e7f8f9
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row:hover:not(.wpcpq-head, .wpcpq-foot) {
        color: var(--e-global-color-dark);
        background-color: #e7f8f9
}

@media (max-width:425px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row>div.wpcpq-item-qty {
                flex: 0 0 30%
        }

        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-row>div.wpcpq-item-price {
                flex: 0 0 65%
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-head {
        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-dark);
        font-weight: 600;
        margin-top: 20px
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-foot {
        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-dark);
        font-weight: 600;
        margin-bottom: 20px
}

@media (max-width:767px) {
        .entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .tier-table .wpcpq-item-discount {
                width: 100%
        }
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .quantity_tier {
        display: block
}

.entry-summary form.cart .quantity_wrap.quantity_tiers_wrap .show_qty_input {
        display: inline-block;
        cursor: pointer
}

.entry-summary form.cart .quantity {
        min-width: 140px;
        position: relative;
        display: inline-flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
        border-radius: 25px;
        background-color: #f5f5f5;
        padding: 0 20px;
        margin-bottom: 0
}

@media (max-width:320px) {
        .entry-summary form.cart .quantity {
                padding: 0 10px
        }
}

.entry-summary form.cart .quantity.hidden {
        display: none
}

.entry-summary form.cart .quantity button {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9px 0;
        text-align: center;
        z-index: 9;
        border: none;
        width: 10px;
        height: 18px;
        border-radius: 50px;
        background-color: transparent
}

.entry-summary form.cart .quantity button:after {
        display: none
}

.entry-summary form.cart .quantity button i {
        color: var(--e-global-color-secondary);
        font-size: 8px;
        font-size: .5rem;
        font-weight: 700;
        margin: 0
}

.entry-summary form.cart .quantity button:hover i {
        color: var(--e-global-color-primary)
}

.entry-summary form.cart .quantity .qty {
        padding: 0;
        margin: 0 -10px;
        -moz-appearance: textfield;
        text-align: center;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        color: var(--e-global-color-dark);
        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: 1
}

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

@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 {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px;
        margin-right: 12px;
        max-width: 200px;
        min-width: 180px;
        height: 50px;
        flex: 1;
        margin-bottom: 10px
}

.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:after {
        font-size: 8px;
        font-size: .5rem;
        margin-right: 10px;
        color: #fff;
        order: -1
}

.entry-summary form.cart table.woocommerce-grouped-product-list .woocommerce-grouped-product-list-item__quantity a.button:before {
        margin-right: -18px
}

.entry-summary form.cart table.group_table {
        margin-bottom: 30px;
        margin-top: 8px;
        border-bottom: 1px solid var(--e-global-color-border)
}

.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: 11px 0 12px;
        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
}

@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: 15px;
        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: 80px;
        height: 110px;
        margin: auto;
        border-radius: 5px;
        margin-bottom: 20px;
        object-fit: cover
}

.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 .bokifa-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-dark);
        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-text)
}

.entry-summary form.cart table.group_table p.price {
        font-size: 20px;
        font-size: 1.25rem;
        border: 0;
        margin-bottom: 20px;
        padding-top: 0;
        margin-top: 20px
}

.entry-summary form.cart table.group_table p.price ins {
        font-size: 20px;
        font-size: 1.25rem;
        padding-bottom: 0
}

.entry-summary form.cart table.group_table .woocommerce-Price-amount {
        word-break: normal;
        display: block
}

.entry-summary .product_meta {
        border-top: 1px solid var(--e-global-color-border);
        padding-top: 21px;
        margin-top: 27px
}

.inventory_status {
        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: 12px;
        font-size: .75rem;
        font-weight: 700;
        color: #82d175;
        position: relative;
        background-color: rgba(36, 198, 109, .1);
        padding: 0 10px;
        border-radius: 30px;
        text-transform: uppercase;
        margin-right: 20px
}

.inventory_status .stock-title {
        color: var(--e-global-color-primary)
}

.inventory_status.out-stock {
        color: #fff;
        background-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
}

.bokifa-woocommerce-tabs {
        margin-top: 50px
}

.bokifa-woocommerce-tabs .umimi-woocommerce-tabs-panel {
        padding: 50px 0;
        border-top: 1px solid;
        border-top-color: var(--e-global-color-border)
}

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

.bokifa-woocommerce-tabs .umimi-woocommerce-tabs-panel table.shop_attributes th {
        padding: 4px 10px 4px 0
}

.bokifa-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 .commentlist {
        list-style: none;
        margin: 0
}

#reviews .commentlist li {
        margin-bottom: 5px
}

#reviews .commentlist li .comment_container {
        margin-bottom: 30px
}

#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% - 72px);
        float: right;
        position: relative;
        margin-top: -7px
}

#reviews .commentlist li .comment_container .comment-text .star-rating {
        font-size: 12px;
        font-size: .75rem
}

#reviews .commentlist li:last-child {
        border-bottom: 0;
        margin-bottom: 0
}

#reviews .commentlist li time {
        color: var(--e-global-color-lighter);
        margin-top: 4px
}

#reviews .commentlist li .avatar {
        width: 60px;
        height: 60px;
        float: left;
        margin-right: 12px;
        border-radius: 50%;
        object-fit: cover
}

#reviews .commentlist li p.meta {
        margin-bottom: 20px;
        display: grid;
        position: relative
}

#reviews .commentlist li p.meta strong {
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-dark);
        line-height: 22px;
        font-weight: 600
}

#reviews .commentlist li p.meta time {
        font-size: 12px;
        font-size: .75rem;
        line-height: 1.3333333333
}

#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 .description {
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis
}

#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 {
        display: flex;
        margin-top: 15px
}

#reviews .comment-form .comment-notes {
        order: -4;
        flex-wrap: wrap;
        display: flex;
        margin-bottom: 1em
}

#reviews .comment-form .comment-form-comment {
        margin-bottom: 1.25em
}

#reviews .comment-form .comment-form-comment label {
        display: none
}

#reviews .comment-form .comment-form-author {
        order: -2;
        max-width: 33.3%;
        margin-bottom: 1.875em
}

#reviews .comment-form .comment-form-number {
        order: -2;
        max-width: 33.3%
}

#reviews .comment-form .comment-form-email {
        order: -2;
        max-width: 33.3%;
        margin-bottom: 1.875em
}

#reviews .comment-form .comment-form-cookies-consent {
        margin-bottom: 1.875em
}

@media (max-width:767px) {

        #reviews .comment-form .comment-form-comment,
        #reviews .comment-form .comment-form-author,
        #reviews .comment-form .comment-form-email,
        #reviews .comment-form .comment-form-number {
                max-width: 100%
        }
}

#reviews .comment-form-rating {
        clear: both;
        margin-bottom: 1.875em;
        display: inline-grid;
        text-transform: uppercase;
        order: -3
}

#reviews .comment-form-rating label {
        margin-bottom: 7px
}

#reviews .comment-form-rating p.stars {
        line-height: 1
}

#reviews .comment-form-comment input,
#reviews .comment-form-author input,
#reviews .comment-form-email input,
#reviews .comment-form-number input {
        width: 100%
}

#reviews .comment-form-comment input::placeholder,
#reviews .comment-form-author input::placeholder,
#reviews .comment-form-email input::placeholder,
#reviews .comment-form-number input::placeholder {
        color: var(--e-global-color-text)
}

#reviews .comment-form-comment textarea {
        color: var(--e-global-color-text);
        font-size: 16px;
        font-size: 1rem
}

#reviews .comment-form-comment textarea::placeholder {
        color: var(--e-global-color-text)
}

#reviews .comment-form-comment,
#reviews .comment-form-author,
#reviews .comment-form-email,
#reviews .comment-form-cookies-consent,
#reviews .comment-notes {
        margin-bottom: 2.25em;
        color: var(--e-global-color-text);
        display: flex;
        align-items: baseline
}

#reviews .comment-form-comment input,
#reviews .comment-form-author input,
#reviews .comment-form-email input,
#reviews .comment-form-cookies-consent input,
#reviews .comment-notes input {
        color: var(--e-global-color-text);
        font-size: 16px;
        font-size: 1rem
}

#reviews .comment-form-comment label,
#reviews .comment-form-author label,
#reviews .comment-form-email label,
#reviews .comment-form-cookies-consent label,
#reviews .comment-notes label {
        display: block;
        color: #353535
}

#reviews .comment-form-cookies-consent:before {
        content: "";
        display: block;
        clear: left
}

#reviews .comment-form .form-submit button {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1;
        padding: 17px 30px;
        color: #fff
}

#reviews .comment-form .form-submit button:hover {
        background-color: var(--e-global-color-accent);
        border-color: var(--e-global-color-accent)
}

#reviews .comment-form .form-submit button:after {
        margin-left: 7px;
        font-size: 12px;
        font-size: .75rem;
        margin-top: -3px
}

table.shop_attributes th {
        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: 18px;
        font-size: 1.125rem;
        text-transform: capitalize
}

.bokifa-sticky-add-to-cart {
        background-color: var(--background)
}

.bokifa-sticky-add-to-cart__content {
        font-size: 16px;
        font-size: 1rem
}

.bokifa-sticky-add-to-cart__content-title strong {
        color: var(--e-global-color-secondary);
        font-weight: var(--e-global-typography-text-font-weight)
}

.bokifa-sticky-add-to-cart__content-button {
        border: none;
        letter-spacing: 0;
        padding: 13px 25px;
        background-color: var(--e-global-color-accent)
}

.bokifa-sticky-add-to-cart__content-button:hover {
        background-color: var(--e-global-color-primary)
}

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

.bokifa-sticky-add-to-cart__content-price ins {
        order: -1;
        margin-left: 0;
        margin-right: .6180469716em;
        background-color: transparent;
        color: var(--e-global-color-text)
}

.bokifa-sticky-add-to-cart__content-price del {
        font-size: 12px;
        font-size: .75rem;
        color: var(--e-global-color-lighter)
}

.sizechart-popup {
        width: 1000px;
        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-dark)
}

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

.sizechart-button:hover {
        color: var(--e-global-color-primary);
        text-decoration: underline
}

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

.bokifa-frequently-bought {
        margin-top: 5px;
        padding-top: 20px;
        margin-bottom: 10px;
        border-top: 1px solid;
        border-color: var(--e-global-color-border)
}

.bokifa-frequently-bought .frequently-bought-title {
        margin-bottom: 10px;
        font-size: 13px;
        font-size: .8125rem;
        text-transform: uppercase;
        color: var(--e-global-color-secondary)
}

.bokifa-frequently-bought ul {
        list-style: none;
        margin: 0
}

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

.bokifa-frequently-bought .product-item:last-child {
        padding-bottom: 0;
        border-bottom: 0
}

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

.bokifa-frequently-bought .product-item.uncheck * {
        opacity: .8
}

.bokifa-frequently-bought .content-product-item {
        height: 100%;
        flex: 1
}

.bokifa-frequently-bought .content-product-item .product-title {
        position: relative;
        z-index: 2;
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-secondary)
}

.bokifa-frequently-bought .content-product-item .posted-in a {
        font-size: 13px;
        font-size: .8125rem;
        color: var(--e-global-color-text)
}

.bokifa-frequently-bought .product-price {
        font-size: 16px;
        font-size: 1rem;
        margin: 0 30px;
        color: var(--e-global-color-primary)
}

.bokifa-frequently-bought .product-price del {
        font-size: .95em
}

.bokifa-frequently-bought .product-price ins {
        background: 0 0
}

.bokifa-frequently-bought .price-box .label {
        color: var(--e-global-color-secondary)
}

.bokifa-frequently-bought .price-box .bokifa-total-price {
        font-size: 30px;
        font-size: 1.875rem;
        color: var(--e-global-color-primary)
}

.bokifa-frequently-bought input[type=checkbox] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0 !important;
        z-index: 1;
        cursor: pointer
}

.bokifa-frequently-bought input[type=checkbox]+span {
        opacity: 1 !important
}

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

.bokifa-frequently-bought input[type=checkbox]:checked+span:before {
        content: "-"
}

.bokifa-frequently-bought .bokifa_add_to_wishlist_button {
        color: #000
}

.bokifa-frequently-bought .product-buttons {
        display: flex;
        justify-content: space-between
}

.bokifa-frequently-bought .product-buttons form {
        margin-bottom: 0
}

.bokifa-frequently-bought .product-buttons .bokifa-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-dark)
}

.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-dark);
        cursor: pointer
}

.view-360-group .view-360-button i:hover {
        color: #fff;
        background-color: var(--e-global-color-primary);
        border-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: 10px 26px 10px 20px;
        min-width: 46px;
        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: 12px;
        font-size: .75rem;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 20px;
        text-align: left
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .attr-price {
        display: block;
        color: var(--e-global-color-primary);
        font-size: 14px;
        font-size: .875rem
}

.woocommerce-product-gallery__trigger img {
        display: none;
        opacity: 0;
        visibility: hidden
}

.pbr-social-share {
        color: var(--e-global-color-lighter);
        display: none
}

.pbr-social-share a {
        color: var(--e-global-color-text);
        text-align: center;
        line-height: 16px;
        font-size: 16px;
        display: flex;
        margin-right: 13px;
        padding: 0 5px;
        align-content: center;
        justify-content: center;
        align-items: center
}

.pbr-social-share a:first-child {
        margin-left: 5px
}

.pbr-social-share a:hover {
        color: var(--e-global-color-primary)
}

.woocommerce .wc-block-components-notice-banner .wc-block-components-notice-banner__content a:after {
        display: none
}

.button-attr {
        position: relative;
        display: block;
        border: 1px solid var(--e-global-color-border);
        width: 100%;
        border-radius: 25px;
        padding: 10px 20px;
        margin-top: -2px;
        color: var(--e-global-color-text)
}

.button-attr span {
        font-weight: 600
}

.button-attr:after {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        font-size: 10px;
        font-size: .625rem;
        color: var(--e-global-color-text);
        font-weight: 600
}

.button-attr:hover {
        border-color: var(--e-global-color-primary);
        color: var(--e-global-color-text)
}

.popup-attr {
        position: relative;
        background-color: #fff;
        border-radius: 20px;
        padding: 30px;
        height: 695px;
        max-width: 1150px;
        overflow: auto
}

.popup-attr .mfp-close {
        position: absolute;
        top: 5px;
        right: 5px;
        color: var(--e-global-color-dark);
        opacity: 1
}

.popup-attr .mfp-close:hover {
        color: var(--e-global-color-primary)
}

.popup-attr .attr_footer_popup .save-popup span {
        font-size: 14px;
        font-size: .875rem
}

.popup-attr .attr_left_side ul.attr_list_img {
        margin: 0
}

.popup-attr .attr_left_side ul.attr_list_img li {
        list-style: none
}

.popup-attr .attr_left_side ul.attr_list_img li img {
        object-fit: cover;
        width: 100%;
        max-height: 500px;
        border-radius: 10px
}

.popup-attr .attr_left_side .attr_item_description {
        margin-top: 15px
}

.popup-attr .attr_right_side .attr-label {
        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: 40px;
        font-size: 2.5rem;
        line-height: 1;
        font-size: 2.5rem;
        margin-bottom: 15px
}

.popup-attr .attr_right_side .attr-description {
        margin-bottom: 15px
}

.popup-attr .attr_right_side ul.attr-list-btn {
        margin: 0;
        overflow: auto;
        max-height: 500px
}

.popup-attr .attr_right_side ul.attr-list-btn li {
        list-style: none;
        display: block;
        border: 1px solid var(--e-global-color-border);
        margin-bottom: 10px;
        border-radius: 25px
}

.popup-attr .attr_right_side ul.attr-list-btn li:hover,
.popup-attr .attr_right_side ul.attr-list-btn li.active {
        border-color: var(--e-global-color-primary)
}

.popup-attr .attr_right_side ul.attr-list-btn li.disabled {
        opacity: .4;
        background-color: rgba(0, 0, 0, .05)
}

.popup-attr .attr_right_side ul.attr-list-btn li.disabled .item-btn {
        pointer-events: none
}

.popup-attr .attr_right_side ul.attr-list-btn .item-btn {
        width: 100%;
        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);
        background-color: transparent;
        color: var(--e-global-color-text);
        border: 0;
        border-radius: 25px;
        display: flex;
        justify-content: space-between;
        align-items: center
}

.popup-attr .attr_right_side ul.attr-list-btn .item-btn .attr-name {
        font-size: 16px;
        font-size: 1rem
}

.popup-attr .attr_right_side ul.attr-list-btn .item-btn .attr-name span {
        font-weight: 600
}

.popup-attr .attr_right_side ul.attr-list-btn .attr-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-lighter)
}

.popup-attr .attr_right_side ul.attr-list-btn .attr-price del {
        margin-left: 5px;
        font-size: 13px;
        font-size: .8125rem;
        margin-bottom: -2px
}

.popup-attr .attr_footer_popup {
        text-align: end
}

.single_variation_wrap {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center
}

.single_variation_wrap .owcpv_wrapper .owcpv_box_toggle_button .owcpv_toggle {
        margin: -6px 0 19px
}

.single_variation_wrap .owcpv_wrapper .owcpv_box_toggle_button .owcpv_flex_row_reverse label {
        font-size: 22px;
        font-size: 1.375rem;
        line-height: 28px;
        font-weight: 600;
        color: var(--e-global-color-dark);
        cursor: pointer
}

@media (max-width:320px) {
        .single_variation_wrap .owcpv_wrapper .owcpv_box_toggle_button .owcpv_flex_row_reverse label {
                font-size: 17px;
                font-size: 1.0625rem
        }
}

.single_variation_wrap .owcpv_wrapper .owcpv_box_toggle_button .owcpv_flex_row_reverse .owpcv_toggle_input:checked+.owcpv_toggle_switch {
        background-color: var(--e-global-color-dark);
        margin-right: 16px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form {
        border: 1px solid var(--e-global-color-border);
        border-radius: 25px;
        padding: 30px 29px 30px
}

@media (max-width:568px) {
        .single_variation_wrap .owcpv_wrapper .owcpv_item_form {
                padding: 15px 15px 20px
        }
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .form-group {
        margin-bottom: 19px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .form-group.formbuilder-checkbox-group {
        margin-bottom: 10px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .form-group.formbuilder-checkbox-group label>span {
        cursor: pointer
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .form-group.formbuilder-number {
        margin-bottom: 0
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .field-label {
        color: var(--e-global-color-dark);
        margin-bottom: 7px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio {
        margin-bottom: 10px;
        height: 100%;
        padding: 10px 5px 0;
        border-color: var(--e-global-color-border);
        border-radius: 25px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio:last-child {
        margin-bottom: 0
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio input[type=radio] {
        margin: 0;
        width: 20px;
        height: 20px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio input[type=radio]:focus {
        box-shadow: none
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio input[type=radio]:checked+.img_group_preview+label {
        color: var(--e-global-color-primary)
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio label {
        font-size: 16px;
        font-size: 1rem;
        cursor: pointer
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio label.img_group_preview {
        margin: 0;
        cursor: pointer;
        margin-bottom: 5px;
        border-color: var(--e-global-color-border);
        border-radius: 25px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio label.img_group_preview img {
        border-radius: 25px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio label.img_group_preview a {
        color: var(--e-global-color-dark);
        border: 1px solid var(--e-global-color-border);
        border-right: 0;
        border-bottom: 0;
        border-radius: 25px 0
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .formbuilder-radio label.img_group_preview a:hover {
        color: var(--e-global-color-primary)
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .owcpv_clear_field {
        text-decoration: underline
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form select.form-control {
        height: 48px;
        padding: 5px 20px;
        border-radius: 25px;
        border: 1px solid var(--e-global-color-border);
        font-size: 16px;
        font-size: 1rem;
        color: var(--e-global-color-text);
        cursor: pointer
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .qq-gallery.qq-uploader {
        position: relative;
        overflow-y: unset;
        min-height: 140px;
        border-radius: 25px
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .qq-gallery.qq-uploader .qq-error-message {
        position: absolute;
        z-index: 99;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .qq-gallery.qq-uploader:before {
        bottom: 50%;
        transform: translateY(50%)
}

.single_variation_wrap .owcpv_wrapper .owcpv_item_form .qq-gallery.qq-uploader .qq-upload-button:before {
        display: none
}

.single_variation_wrap .owcpv_price_summary {
        border: 1px solid var(--e-global-color-border);
        padding: 25px 30px 15px;
        border-radius: 25px;
        margin-bottom: 28px
}

@media (max-width:568px) {
        .single_variation_wrap .owcpv_price_summary {
                padding: 15px 15px 5px
        }
}

.single_variation_wrap .owcpv_price_summary>ul li {
        padding: 0
}

.single_variation_wrap .owcpv_price_summary>ul>li {
        padding: 5px 0
}

.single_variation_wrap .owcpv_price_summary>ul>li span {
        color: var(--e-global-color-dark)
}

.single_variation_wrap .owcpv_price_summary>ul>li.owcpv_total {
        border-top: 1px solid var(--e-global-color-border);
        padding: 15px 0 7px;
        margin-top: 13px
}

.single_variation_wrap .owcpv_price_summary>ul>li.owcpv_total>span {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 600
}

@media (max-width:425px) {
        .single_variation_wrap .owcpv_price_summary>ul>li.owcpv_total>span {
                font-size: 20px;
                font-size: 1.25rem
        }
}

.single_variation_wrap .owcpv_price_summary>ul>li.owcpv_total .woocommerce-Price-currencySymbol,
.single_variation_wrap .owcpv_price_summary>ul>li.owcpv_total .wrap_price {
        font-size: 28px;
        font-size: 1.75rem;
        font-weight: 600
}

@media (max-width:425px) {

        .single_variation_wrap .owcpv_price_summary>ul>li.owcpv_total .woocommerce-Price-currencySymbol,
        .single_variation_wrap .owcpv_price_summary>ul>li.owcpv_total .wrap_price {
                font-size: 20px;
                font-size: 1.25rem
        }
}

.woocommerce .widget-area {
        -ms-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -webkit-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        padding: 0;
        border: none
}

.widget-area.collapsed {
        visibility: hidden;
        transform: translate(-600px, 0);
        transition: all .3s ease-in-out;
        position: absolute
}

#secondary .bokifa-widget-woocommerce {
        margin-bottom: 10px;
        padding: 29px 30px 30px;
        border: 1px solid var(--e-global-color-border);
        border-radius: 10px
}

#secondary .bokifa-widget-woocommerce:last-child {
        border-bottom: 1px solid var(--e-global-color-border);
        padding: 29px 30px 30px
}

#secondary .widget_price_filter .widget-title {
        margin-bottom: 0
}

#secondary .widget_price_filter .widget-content {
        clip-path: inset(-30px);
        overflow: visible !important;
        margin-top: 25px
}

#secondary .active {
        margin-bottom: 5px
}

.widget_product_rankings .widget-content {
        border: 1px solid var(--e-global-color-border);
        padding: 31px 29px 35px;
        border-radius: 10px
}

.widget_product_rankings .widget-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: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        pointer-events: none;
        margin-bottom: 28px
}

.widget_product_rankings .widget-title:after {
        display: none
}

.widget_product_rankings .product_list_widget .product-image {
        position: relative
}

.widget_product_rankings .product_list_widget .product-image a .rank_number {
        position: absolute;
        width: 24px;
        height: 24px;
        background-color: #fc8a22;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        color: #fff;
        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: 12px;
        font-size: .75rem;
        line-height: 18px;
        font-weight: 800;
        top: -11px;
        left: 10px
}

.widget_product_rankings .product_list_widget li.product:nth-child(n+4) .product-image a .rank_number {
        background-color: #8d8d8d
}

.tax-product_author #secondary .widget_product_rankings {
        border: none;
        padding: 0;
        border-radius: 0
}

.tax-product_author #secondary .widget_product_rankings:last-child {
        border: none;
        padding: 0;
        border-radius: 0
}

.tax-product_author #secondary .widget-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: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        pointer-events: none;
        margin-bottom: 28px
}

.tax-product_author #secondary .widget-title:after {
        display: none
}

.post-type-archive .widget_product_rankings .widget-content {
        border: 0;
        padding: 0;
        border-radius: 0
}

.elementor-widget-sidebar .widget_product_rankings .widget-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: 26px;
        font-size: 1.625rem;
        line-height: 32px;
        pointer-events: none;
        margin-bottom: 28px
}

.elementor-widget-sidebar .widget_product_rankings .widget-title:after {
        display: none
}

.product_list_widget {
        list-style: none;
        margin-left: 0;
        margin-bottom: 0
}

.product_list_widget .product {
        border-bottom: 1px solid var(--e-global-color-border)
}

.product_list_widget li {
        display: flex;
        padding: 19px 0 20px;
        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: 100px;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 0 2px 1px rgba(0, 0, 0, .05)
}

.product_list_widget li:last-child {
        padding-bottom: 0;
        border: none
}

.product_list_widget li:first-child {
        padding-top: 0
}

.product_list_widget .reviewer {
        font-size: .875em
}

.product_list_widget .product-image {
        position: relative
}

.product_list_widget .product-content {
        margin-left: 16px;
        flex: 1
}

.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: 12px;
        position: relative;
        padding-left: 28px
}

.widget_rating_filter .wc-layered-nav-rating:before {
        position: absolute;
        content: "";
        width: 10px;
        height: 10px;
        top: 0;
        left: 0;
        border: 2px solid #dbdfe1;
        background-color: transparent
}

.widget_rating_filter .wc-layered-nav-rating a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        text-decoration: none !important;
        font-size: 14px;
        font-size: .875rem;
        line-height: 1;
        color: var(--e-global-color-text)
}

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

.widget_rating_filter .wc-layered-nav-rating:last-child {
        margin-bottom: 0
}

.widget_rating_filter .wc-layered-nav-rating:hover a {
        color: var(--e-global-color-primary)
}

.widget .widget-content .product-categories li {
        margin-bottom: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        margin-right: 0
}

.widget .widget-content .product-categories li.opened .count,
.widget .widget-content .product-categories li.closed .count {
        margin-left: 10px
}

.widget .widget-content .product-categories li i {
        margin-top: -5px;
        order: -2
}

.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: var(--e-global-color-dark)
}

.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: grid;
        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);
        margin-bottom: 3px;
        font-size: 16px;
        font-size: 1rem
}

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

.widget_shopping_cart .mini_cart_item .quantity .amount {
        color: var(--e-global-color-primary);
        font-weight: var(--e-global-typography-accent-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-dark);
        font-weight: var(--e-global-typography-text-font-weight)
}

.widget_shopping_cart p.total .amount {
        color: var(--e-global-color-dark);
        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: inline-flex;
        justify-content: center;
        margin-bottom: .6180339845em
}

.widget_shopping_cart .buttons a:not(.checkout) {
        background-color: transparent;
        border-color: transparent;
        color: var(--e-global-color-dark)
}

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

.bokifa-widget-woocommerce ul,
.dokan-store-widget ul {
        margin-bottom: 0
}

.bokifa-widget-woocommerce ul li,
.dokan-store-widget ul li {
        padding-left: 0
}

.bokifa-widget-woocommerce ul li:before,
.dokan-store-widget ul li:before {
        content: none
}

.bokifa-widget-woocommerce ul li>a,
.dokan-store-widget ul li>a {
        order: -3;
        flex: 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);
        letter-spacing: 0;
        position: relative;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 600;
        line-height: 2.1428571429;
        margin-left: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center
}

.bokifa-widget-woocommerce ul li>a:before,
.dokan-store-widget ul li>a:before {
        position: relative;
        content: "";
        width: 12px;
        height: 12px;
        border: 2px solid var(--e-global-color-border);
        margin-right: 12px
}

.bokifa-widget-woocommerce ul li>a:after,
.dokan-store-widget ul li>a:after {
        position: absolute;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 4px;
        width: 8px;
        height: 8px;
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary);
        visibility: hidden;
        opacity: 0
}

.bokifa-widget-woocommerce ul li>a:hover,
.dokan-store-widget ul li>a:hover {
        color: var(--e-global-color-primary)
}

.bokifa-widget-woocommerce ul li>a:hover+.count,
.dokan-store-widget ul li>a:hover+.count {
        color: var(--e-global-color-primary)
}

.bokifa-widget-woocommerce ul li>a:hover:after,
.dokan-store-widget ul li>a:hover:after {
        visibility: visible;
        opacity: 1
}

.bokifa-widget-woocommerce ul li>a:hover:before,
.dokan-store-widget ul li>a:hover:before {
        border-color: var(--e-global-color-primary);
        border: 2px solid var(--e-global-color-primary)
}

.bokifa-widget-woocommerce ul li.current-cat>a,
.bokifa-widget-woocommerce ul li.chosen>a,
.dokan-store-widget ul li.current-cat>a,
.dokan-store-widget ul li.chosen>a {
        color: var(--e-global-color-primary)
}

.bokifa-widget-woocommerce ul li.current-cat>a:after,
.bokifa-widget-woocommerce ul li.chosen>a:after,
.dokan-store-widget ul li.current-cat>a:after,
.dokan-store-widget ul li.chosen>a:after {
        visibility: visible;
        opacity: 1
}

.bokifa-widget-woocommerce ul li.current-cat>a:before,
.bokifa-widget-woocommerce ul li.chosen>a:before,
.dokan-store-widget ul li.current-cat>a:before,
.dokan-store-widget ul li.chosen>a:before {
        border-color: var(--e-global-color-primary);
        border: 2px solid var(--e-global-color-primary)
}

.bokifa-widget-woocommerce ul li.current-cat .count,
.bokifa-widget-woocommerce ul li.chosen .count,
.dokan-store-widget ul li.current-cat .count,
.dokan-store-widget ul li.chosen .count {
        color: var(--e-global-color-primary)
}

.bokifa-widget-woocommerce ul li.color,
.dokan-store-widget ul li.color {
        width: 100%;
        margin-bottom: 10px
}

.bokifa-widget-woocommerce ul li.color:last-child,
.dokan-store-widget ul li.color:last-child {
        margin-bottom: 0
}

.bokifa-widget-woocommerce ul li .bokifa-button-type,
.dokan-store-widget ul li .bokifa-button-type {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        padding: 7px;
        text-align: center;
        min-width: 58px;
        border-radius: 0;
        color: var(--e-global-color-accent);
        background-color: #f7f7f7;
        border: 2px solid transparent;
        margin-right: 10px
}

.bokifa-widget-woocommerce ul li .bokifa-button-type:hover,
.dokan-store-widget ul li .bokifa-button-type:hover {
        text-decoration: none;
        border: 2px solid var(--e-global-color-dark);
        color: var(--e-global-color-accent)
}

.bokifa-widget-woocommerce ul li.chosen .bokifa-button-type,
.dokan-store-widget ul li.chosen .bokifa-button-type {
        border: 2px solid var(--e-global-color-dark);
        color: var(--e-global-color-accent)
}

.bokifa-widget-woocommerce ul li .bokifa-color-type,
.dokan-store-widget ul li .bokifa-color-type {
        display: flex;
        align-items: center;
        margin-left: 0
}

.bokifa-widget-woocommerce ul li .bokifa-color-type .color-label,
.dokan-store-widget ul li .bokifa-color-type .color-label {
        display: block;
        width: 24px;
        height: 24px;
        margin-right: 12px;
        border: 1px solid var(--e-global-color-border);
        box-shadow: 0 0 0 2px inset #fff;
        border-radius: 50%;
        padding: 2px
}

.bokifa-widget-woocommerce ul li .bokifa-color-type .color-label span,
.dokan-store-widget ul li .bokifa-color-type .color-label span {
        border-radius: 50%;
        width: 16px;
        height: 16px;
        display: block
}

.bokifa-widget-woocommerce ul li .bokifa-color-type:hover,
.dokan-store-widget ul li .bokifa-color-type:hover {
        text-decoration: none
}

.bokifa-widget-woocommerce ul li .bokifa-color-type:hover .color-label,
.dokan-store-widget ul li .bokifa-color-type:hover .color-label {
        border-color: var(--e-global-color-primary);
        box-shadow: 0 0 0 4px inset #fff;
        text-decoration: none
}

.bokifa-widget-woocommerce ul li.chosen .bokifa-color-type .color-label,
.dokan-store-widget ul li.chosen .bokifa-color-type .color-label {
        border-color: var(--e-global-color-border);
        box-shadow: 0 0 0 6px inset #fff;
        text-decoration: none
}

.bokifa-widget-woocommerce ul li .bokifa-image-type,
.dokan-store-widget ul li .bokifa-image-type {
        display: block;
        min-width: 90px;
        margin-top: 5px
}

.bokifa-widget-woocommerce ul li .bokifa-image-type img,
.dokan-store-widget ul li .bokifa-image-type img {
        margin: auto;
        opacity: .2
}

.bokifa-widget-woocommerce ul li .bokifa-image-type .image-count,
.dokan-store-widget ul li .bokifa-image-type .image-count {
        display: block;
        text-align: center;
        color: var(--e-global-color-light)
}

.bokifa-widget-woocommerce ul li .bokifa-image-type .image-name,
.dokan-store-widget ul li .bokifa-image-type .image-name {
        display: block;
        text-align: center;
        margin-top: 10px;
        color: var(--e-global-color-accent)
}

.bokifa-widget-woocommerce ul li .bokifa-image-type:hover img,
.dokan-store-widget ul li .bokifa-image-type:hover img {
        opacity: 1
}

.bokifa-widget-woocommerce ul li.chosen .bokifa-image-type img,
.dokan-store-widget ul li.chosen .bokifa-image-type img {
        opacity: 1
}

.bokifa-widget-woocommerce ul li.chosen .bokifa-image-type .image-name,
.dokan-store-widget ul li.chosen .bokifa-image-type .image-name {
        color: var(--e-global-color-primary)
}

.widget.woocommerce li .count {
        order: -1;
        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);
        color: #a8a8a8;
        line-height: 1;
        transition: all .3s ease
}

.widget.woocommerce li.current-cat .count {
        color: var(--e-global-color-primary)
}

.widget_product_search,
.widget_price_filter,
.woocommerce-widget-layered-nav,
.widget_products,
.widget_product_authors,
.widget_product_genres {
        padding-bottom: 2px
}

.widget_product_search .widget-title,
.widget_price_filter .widget-title,
.woocommerce-widget-layered-nav .widget-title,
.widget_products .widget-title,
.widget_product_authors .widget-title,
.widget_product_genres .widget-title {
        padding-bottom: 25px;
        border-bottom: none
}

.widget_product_tag_cloud .widget-title {
        padding-bottom: 15px;
        border-bottom: none
}

.widget_product_tag_cloud .widget-content .tagcloud a {
        padding: 4px 10px;
        margin-right: 5px;
        margin-bottom: 10px;
        font-weight: 500
}

.bokifa-widget-woocommerce .widget-title,
.bokifa-widget-woocommerce .wc-block-stock-filter__title,
.woocommerce .widget-title,
.woocommerce .wc-block-stock-filter__title {
        padding: 0;
        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-weight: 700;
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.5555555556;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        color: var(--e-global-color-secondary)
}

.bokifa-widget-woocommerce .widget-title.wc-block-stock-filter__title,
.bokifa-widget-woocommerce .wc-block-stock-filter__title.wc-block-stock-filter__title,
.woocommerce .widget-title.wc-block-stock-filter__title,
.woocommerce .wc-block-stock-filter__title.wc-block-stock-filter__title {
        margin-bottom: 25px
}

.bokifa-widget-woocommerce .widget-title.widget-title,
.bokifa-widget-woocommerce .wc-block-stock-filter__title.widget-title,
.woocommerce .widget-title.widget-title,
.woocommerce .wc-block-stock-filter__title.widget-title {
        display: flex;
        width: 100%;
        cursor: pointer;
        align-items: center;
        justify-content: space-between
}

.bokifa-widget-woocommerce .widget-title.widget-title:after,
.bokifa-widget-woocommerce .wc-block-stock-filter__title.widget-title:after,
.woocommerce .widget-title.widget-title:after,
.woocommerce .wc-block-stock-filter__title.widget-title:after {
        font-size: 12px;
        font-size: .75rem;
        margin-left: 11px;
        font-weight: 700;
        margin-bottom: 2px;
        margin-right: 0
}

.bokifa-widget-woocommerce.dokan-store-widget .widget-title,
.woocommerce.dokan-store-widget .widget-title {
        cursor: unset
}

.bokifa-widget-woocommerce.dokan-store-widget .widget-title:after,
.woocommerce.dokan-store-widget .widget-title:after {
        display: none
}

.bokifa-widget-woocommerce .widget-content,
.woocommerce .widget-content {
        margin-top: 13px
}

.bokifa-widget-woocommerce .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox],
.woocommerce .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        border-color: var(--e-global-color-border);
        height: 20px;
        width: 20px;
        min-width: 20px;
        min-height: 20px;
        margin-top: 1px
}

.bokifa-widget-woocommerce .wc-block-checkbox-list__checkbox,
.woocommerce .wc-block-checkbox-list__checkbox {
        margin-top: 0;
        margin-bottom: 4px
}

.bokifa-widget-woocommerce .wc-block-checkbox-list__checkbox label,
.woocommerce .wc-block-checkbox-list__checkbox label {
        width: 100%
}

.bokifa-widget-woocommerce .wc-block-checkbox-list__checkbox label:hover .wc-filter-element-label-list-count,
.woocommerce .wc-block-checkbox-list__checkbox label:hover .wc-filter-element-label-list-count {
        color: #fff;
        background-color: var(--e-global-color-primary)
}

.bokifa-widget-woocommerce .wc-block-components-checkbox__label,
.woocommerce .wc-block-components-checkbox__label {
        display: flex;
        justify-content: space-between;
        flex: 1
}

.bokifa-widget-woocommerce .wc-filter-element-label-list-count,
.woocommerce .wc-filter-element-label-list-count {
        font-size: 14px;
        font-size: .875rem;
        color: var(--e-global-color-lighter);
        border-radius: 20px;
        padding: 3px 8px;
        line-height: 1;
        transition: all .3s ease;
        display: flex;
        align-items: center
}

.bokifa-widget-woocommerce .wc-filter-element-label-list-count:before,
.bokifa-widget-woocommerce .wc-filter-element-label-list-count:after,
.woocommerce .wc-filter-element-label-list-count:before,
.woocommerce .wc-filter-element-label-list-count:after {
        display: none
}

.bokifa-widget-woocommerce .wc-block-stock-filter__actions,
.woocommerce .wc-block-stock-filter__actions {
        display: none
}

.bokifa-widget-woocommerce .wc-block-stock-filter.style-list,
.woocommerce .wc-block-stock-filter.style-list {
        margin-bottom: 0
}

.bokifa-widget-woocommerce .wc-block-components-checkbox__label,
.woocommerce .wc-block-components-checkbox__label {
        padding: 0;
        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: 16px;
        font-size: 1rem
}

.bokifa-widget-woocommerce form.woocommerce-product-search,
.woocommerce form.woocommerce-product-search {
        position: relative;
        margin-bottom: 0;
        display: flex;
        border: none;
        background-color: #f6f6f6;
        border-radius: 30px
}

.bokifa-widget-woocommerce form.woocommerce-product-search:before,
.woocommerce form.woocommerce-product-search:before {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        height: 54px;
        width: 54px;
        font-size: 14px;
        font-size: .875rem;
        justify-content: center;
        align-items: center;
        display: inline-flex;
        z-index: 1;
        color: #fff;
        background-color: var(--e-global-color-primary)
}

.bokifa-widget-woocommerce form.woocommerce-product-search input[type=text],
.bokifa-widget-woocommerce form.woocommerce-product-search input[type=search],
.woocommerce form.woocommerce-product-search input[type=text],
.woocommerce form.woocommerce-product-search input[type=search] {
        width: 100%;
        flex: 1;
        padding: 1rem 1.5rem
}

.bokifa-widget-woocommerce form.woocommerce-product-search input[type=submit],
.bokifa-widget-woocommerce form.woocommerce-product-search button[type=submit],
.woocommerce form.woocommerce-product-search input[type=submit],
.woocommerce form.woocommerce-product-search button[type=submit] {
        font-size: 0;
        line-height: 0;
        width: 54px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 3;
        border: none;
        padding: 0;
        border-radius: 10px;
        cursor: pointer;
        background-color: transparent
}

.bokifa-widget-woocommerce form.woocommerce-product-search input[type=submit]:after,
.bokifa-widget-woocommerce form.woocommerce-product-search button[type=submit]:after,
.woocommerce form.woocommerce-product-search input[type=submit]:after,
.woocommerce form.woocommerce-product-search button[type=submit]:after {
        display: none
}

.widget_product_categories .cat-item:before {
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.widget_product_categories ul.children {
        display: none;
        margin: 0 0 5px 15px;
        width: 100%
}

.widget_product_categories li.current-cat>a {
        color: var(--e-global-color-primary)
}

.bokifa-widget-woocommerce ul li {
        display: flex;
        align-items: center;
        justify-content: space-between
}

.bokifa-widget-woocommerce ul li .count {
        color: var(--e-global-color-lighter)
}

.product-list-inner {
        display: flex;
        align-items: self-start
}

.woocommerce-loop-product__title {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 1px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        white-space: normal
}

.widget_price_filter form {
        margin-bottom: 0
}

.widget_price_filter .price_slider {
        margin-bottom: 21px
}

.widget_price_filter .price_slider_amount {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 3px
}

.widget_price_filter .price_slider_amount .button {
        position: relative;
        font-size: 12px;
        font-size: .75rem;
        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-weight: 700;
        text-transform: uppercase;
        color: var(--e-global-color-dark);
        order: 3;
        width: max-content;
        background-color: transparent;
        border: 0;
        padding: 0;
        text-decoration: underline
}

.widget_price_filter .price_slider_amount .button:hover {
        color: var(--e-global-color-primary)
}

.widget_price_filter .price_slider_amount .button:after {
        display: none
}

.widget_price_filter .price_slider_amount .price_label {
        color: #909090;
        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);
        display: inline-flex
}

.widget_price_filter .price_slider_amount .price_label span {
        font-size: 12px;
        font-size: .75rem;
        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-weight: 700;
        line-height: 22px;
        color: var(--e-global-color-secondary);
        padding-right: 5px
}

.widget_price_filter .price_slider_amount .price_label .price_label_text {
        padding-right: 2px;
        color: #a8a8a8
}

.widget_price_filter .price_slider_amount .price_label .to {
        position: relative;
        margin-right: 0;
        padding-left: 9px
}

.widget_price_filter .price_slider_amount .price_label .to:before {
        position: absolute;
        content: "";
        width: 5px;
        height: 1px;
        background-color: var(--e-global-color-dark);
        left: 0;
        top: 50%;
        transform: translateY(-50%)
}

.widget_price_filter .ui-slider {
        position: relative;
        text-align: left
}

.widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        top: -1px;
        z-index: 2;
        width: 14px;
        height: 14px;
        border-radius: 4px;
        cursor: ew-resize;
        box-sizing: border-box;
        margin-top: -5px;
        margin-left: auto;
        opacity: 1;
        background-color: #fff;
        border: 4px solid var(--e-global-color-primary)
}

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

.widget_price_filter .price_slider_wrapper .ui-widget-content {
        border-radius: 10px;
        background: #e9e9e9;
        border: 0
}

.widget_price_filter .ui-slider-horizontal {
        height: 1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: -1px;
        height: 4px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px
}

.ct-widget-list li:before {
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

.ct-widget-list li:hover {
        color: var(--e-global-color-primary)
}

@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);
        border-radius: 5px
}

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

table.cart td.actions .coupon button[type=submit] {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 17px 35px 18px 34px
}

table.cart td.actions .coupon button[type=submit] i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

table.cart td.actions .coupon button[type=submit] span {
        z-index: 3
}

table.cart td.actions .coupon button[type=submit]:hover,
table.cart td.actions .coupon button[type=submit]:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

table.cart td.actions .coupon button[type=submit]:hover i,
table.cart td.actions .coupon button[type=submit]:focus i {
        color: #fff
}

@media (max-width:767px) {
        table.cart td.actions .coupon button[type=submit] {
                width: 100%
        }
}

@media (max-width:1024px) {
        table.cart td.actions .coupon button[type=submit] {
                padding: 15px 25px
        }
}

table.cart td.actions input {
        display: block;
        width: 100%;
        margin: .5407797364em 0
}

table.cart td.actions button[name=update_cart] {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 17px 35px 18px 34px
}

table.cart td.actions button[name=update_cart] i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

table.cart td.actions button[name=update_cart] span {
        z-index: 3
}

table.cart td.actions button[name=update_cart]:hover,
table.cart td.actions button[name=update_cart]:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

table.cart td.actions button[name=update_cart]:hover i,
table.cart td.actions button[name=update_cart]:focus i {
        color: #fff
}

@media (max-width:767px) {
        table.cart td.actions button[name=update_cart] {
                width: 100%
        }
}

@media (max-width:1024px) {
        table.cart td.actions button[name=update_cart] {
                padding: 15px 25px
        }
}

table.cart .product-quantity .quantity {
        position: relative;
        display: flex;
        overflow: hidden;
        justify-content: center;
        align-items: center;
        float: left;
        width: 120px;
        height: 40px;
        border: 1px solid var(--e-global-color-border)
}

@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 button:after {
        display: 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: 14px;
        font-size: .875rem;
        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;
        border: 6px solid var(--e-global-color-border);
        border-radius: 10px
}

.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);
        color: var(--e-global-color-secondary);
        font-size: 18px;
        font-size: 1.125rem
}

.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);
        color: var(--e-global-color-secondary)
}

.cart_totals .order-total th {
        vertical-align: middle
}

.cart_totals .order-total td {
        font-size: 18px;
        font-size: 1.125rem;
        padding: .5em 0
}

.cart_totals .order-total .amount {
        color: var(--e-global-color-primary);
        font-size: 24px;
        font-size: 1.5rem;
        font-weight: var(--e-global-typography-accent-font-weight)
}

.cart_totals .checkout-button {
        display: block;
        text-align: center;
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        padding: 17px 35px 18px 34px
}

.cart_totals .checkout-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.cart_totals .checkout-button span {
        z-index: 3
}

.cart_totals .checkout-button:hover,
.cart_totals .checkout-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.cart_totals .checkout-button:hover i,
.cart_totals .checkout-button:focus i {
        color: #fff
}

.cart_totals .checkout-button:after {
        display: none
}

@media only screen and (max-width:1024px) {
        .cart_totals .checkout-button {
                padding: 30px;
                font-size: 11px;
                font-size: .6875rem
        }

        .cart_totals .checkout-button:before {
                padding-right: 5px
        }
}

@media only screen and (max-width:768px) {
        .cart_totals .checkout-button {
                padding: 17px 35px 18px 34px;
                font-size: 12px;
                font-size: .75rem
        }

        .cart_totals .checkout-button:before {
                padding-right: 10px
        }
}

@media only screen and (max-width:320px) {
        .cart_totals .checkout-button {
                padding: 15px;
                font-size: 11px;
                font-size: .6875rem
        }

        .cart_totals .checkout-button:before {
                padding-right: 5px
        }
}

.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 {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

.woocommerce-cart .return-to-shop a i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.woocommerce-cart .return-to-shop a span {
        z-index: 3
}

.woocommerce-cart .return-to-shop a:hover,
.woocommerce-cart .return-to-shop a:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.woocommerce-cart .return-to-shop a:hover i,
.woocommerce-cart .return-to-shop a:focus i {
        color: #fff
}

.cross-sells h2 {
        margin-bottom: 30px;
        color: var(--e-global-color-secondary);
        font-size: 30px;
        font-size: 1.875rem;
        position: relative;
        z-index: 9
}

.cross-sells ul.bokifa-products {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr
}

@media (max-width:768px) {
        .cross-sells ul.bokifa-products {
                grid-template-columns: 1fr 1fr
        }
}

@media (max-width:767px) {
        .cross-sells ul.bokifa-products {
                grid-template-columns: 100%
        }
}

.cross-sells .slick-list li.product {
        max-width: 100% !important;
        flex: 0 0 100% !important
}

.cross-sells .slick-slider .slick-dots {
        bottom: -30px
}

.cross-sells .bokifa-swiper-wrapper .elementor-swiper-button {
        display: none
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items thead tr.wc-block-cart-items__header {
        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: 20px;
        font-size: 1.25rem;
        color: var(--e-global-color-secondary);
        font-weight: 600;
        height: 50px;
        border: 0
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items thead tr.wc-block-cart-items__header th {
        padding: 10px 16px;
        border: 0;
        font-weight: 600
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items thead tr.wc-block-cart-items__header th:last-child {
        padding: 10px 16px
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-components-product-metadata__description {
        display: none
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row td {
        border: 0;
        padding: 25px 16px
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-details {
        font-size: 14px;
        font-size: .875rem
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items tbody tr.wc-block-cart-items__row .wc-block-cart-item__product .wc-block-components-product-details .wc-block-components-product-details__name {
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__image img {
        border-radius: 5px;
        width: 80px;
        object-fit: cover
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-name {
        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: 20px;
        font-size: 1.25rem;
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-name:hover {
        color: var(--e-global-color-primary)
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-metadata p {
        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: 16px;
        font-size: 1rem
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__quantity button {
        display: block;
        font-size: 16px;
        font-size: 1rem
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__quantity button:after {
        display: none
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__quantity button:focus {
        box-shadow: unset
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        text-decoration: none
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
        color: var(--e-global-color-primary)
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__wrap .wc-block-components-product-badge {
        border: 0;
        border-radius: 0;
        padding: 0
}

.wc-block-components-sidebar-layout.wc-block-cart table.wc-block-cart-items .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge {
        border: 0;
        border-radius: 0;
        padding: 0
}

.wc-block-components-sidebar-layout.wc-block-cart .wp-block-woocommerce-cart-cross-sells-block .wp-block-heading {
        color: var(--e-global-color-dark);
        font-size: 30px;
        font-size: 1.875rem
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wp-block-woocommerce-cart-order-summary-heading-block {
        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: 20px;
        font-size: 1.25rem;
        color: var(--e-global-color-dark);
        padding: 14px 16px
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button {
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        font-weight: 600
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button span {
        z-index: 3
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button:hover,
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button:hover i,
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button:focus i {
        color: #fff
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-cart__submit-container a.wc-block-components-button:focus {
        box-shadow: unset
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__value {
        font-weight: 600;
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-wrapper .wc-block-components-totals-wrapper .wc-block-components-totals-item__label {
        font-weight: 600
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__content .wc-block-components-button {
        border: 0
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text] {
        border-radius: 25px;
        border-color: var(--e-global-color-border)
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text]:hover {
        border-color: var(--e-global-color-primary);
        box-shadow: none
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout.wc-block-cart .wc-block-cart__sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link:hover {
        color: var(--e-global-color-accent)
}

.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: #fff;
        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-accent-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(../../../themes/bokifa/assets/images/credit-cards/unknown.svg)
}

#payment .payment_methods li .payment_box .wc-credit-card-form-card-number.visa {
        background-image: url(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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(//demo2.themelexus.com/bokifa/wp-content/themes/bokifa/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: 15px;
        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;
        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;
        border-radius: 25px;
        background-color: var(--e-global-color-primary);
        border: 1px solid transparent;
        white-space: nowrap;
        padding: 15px 30px;
        color: #fff;
        position: relative;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

#payment .place-order .button i {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-size: .875rem;
        line-height: inherit;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        margin: 0 0 1px 6px
}

#payment .place-order .button span {
        z-index: 3
}

#payment .place-order .button:hover,
#payment .place-order .button:focus {
        color: #fff;
        border-color: var(--e-global-color-secondary);
        background-color: var(--e-global-color-secondary)
}

#payment .place-order .button:hover i,
#payment .place-order .button:focus i {
        color: #fff
}

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
}

.form-row .select2-container--default .select2-selection--single {
        background-color: #fff;
        border-radius: 10px
}

.wc-block-components-sidebar-layout .wc-block-checkout__sidebar .wc-block-components-product-name {
        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: 16px;
        font-size: 1rem
}

.wc-block-components-sidebar-layout .wc-block-components-form .wc-block-components-checkout-step {
        margin: 0 0 20px
}

.wc-block-components-sidebar-layout .wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-sidebar-layout .wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-sidebar-layout .wc-block-components-form .wc-block-components-text-input input[type=tel] {
        border-color: var(--e-global-color-border)
}

.wc-block-components-sidebar-layout .wc-block-components-form .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-sidebar-layout .wc-block-components-form .wc-block-components-text-input input[type=email]:focus,
.wc-block-components-sidebar-layout .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus {
        box-shadow: none;
        border-color: var(--e-global-color-primary)
}

.wc-block-components-sidebar-layout .wc-blocks-components-select .wc-blocks-components-select__container {
        border-color: var(--e-global-color-border)
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-title {
        color: var(--e-global-color-dark);
        font-size: 24px;
        font-size: 1.5rem
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-button {
        border: 0;
        font-weight: 600;
        width: 50%
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-button:focus {
        box-shadow: unset
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-return-to-cart-button {
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-checkout-return-to-cart-button:hover {
        color: var(--e-global-color-primary)
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-address-form__address_2-toggle {
        color: var(--e-global-color-secondary)
}

.wc-block-components-sidebar-layout .wc-block-components-main .wc-block-components-address-form__address_2-toggle:hover {
        color: var(--e-global-color-primary);
        border-color: transparent;
        background-color: transparent
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar button.wc-block-components-panel__button {
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar button.wc-block-components-panel__button:hover {
        color: var(--e-global-color-primary)
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar button.wc-block-components-panel__button:after {
        display: none
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content .wc-block-components-button {
        border: 0
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text] {
        border-radius: 25px;
        border-color: var(--e-global-color-border)
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text]:focus,
.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon__content .wc-block-components-text-input input[type=text]:hover {
        border-color: var(--e-global-color-primary);
        box-shadow: none
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-product-metadata__description {
        display: none
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-panel__content .wc-block-components-formatted-money-amount {
        font-weight: 600
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-panel__content .wc-block-components-order-summary-item__image {
        width: 80px;
        margin-top: 0
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-panel__content .wc-block-components-order-summary-item__image img {
        max-width: 80px;
        width: 80px;
        border-radius: 5px
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-panel__content .wc-block-components-order-summary-item__image .wc-block-components-order-summary-item__quantity {
        border: 1px solid
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link {
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-coupon .wc-block-components-totals-coupon-link:hover {
        color: var(--e-global-color-primary)
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item {
        color: var(--e-global-color-dark)
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__label {
        font-weight: 600
}

.wc-block-components-sidebar-layout .wc-block-components-sidebar .wc-block-components-totals-item .wc-block-components-totals-item__value {
        font-weight: 600
}

.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: 30px
        }
}

#woosq-popup {
        max-width: 1100px;
        height: 690px;
        max-height: 690px
}

#woosq-popup .woosq-product {
        height: 100%
}

#woosq-popup .product {
        height: 100%
}

#woosq-popup .product div.thumbnails {
        height: 100%;
        max-height: 100%;
        padding: 30px;
        background-color: #fff
}

#woosq-popup .product div.thumbnails img {
        max-height: 100%;
        height: 100%;
        object-fit: cover
}

@media (max-width:768px) {
        #woosq-popup .product div.thumbnails img {
                object-fit: contain
        }
}

#woosq-popup .product .summary {
        height: 100%;
        background-color: #fff
}

#woosq-popup .product .summary .summary-content form.cart .woosc-btn {
        margin-right: 0
}

#woosq-popup .product .summary .summary-content .product_title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 60px
}

@media (max-width:768px) {
        #woosq-popup .product .summary .summary-content .product_title {
                font-size: 35px;
                font-size: 2.1875rem;
                line-height: 40px
        }
}

@media (max-width:767px) {
        #woosq-popup .product .summary .summary-content .product_title {
                font-size: 30px;
                font-size: 1.875rem;
                line-height: 35px
        }
}

#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 var(--e-global-color-primary);
        border-radius: 0;
        background-color: var(--e-global-color-primary);
        visibility: hidden;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

#woosq-popup .product .slick-slider .slick-arrow:hover {
        background-color: var(--e-global-color-accent);
        border-color: var(--e-global-color-accent)
}

#woosq-popup .product .slick-slider .slick-arrow:hover:before {
        color: #fff
}

#woosq-popup .product .slick-slider .slick-arrow:before {
        line-height: 1;
        color: #fff;
        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-next:after {
        display: none
}

#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 .slick-arrow.slick-prev:after {
        display: none
}

#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 form.cart .quantity {
        width: auto
}

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

.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: 30px
}

.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: 30px
}

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 button[type=submit] span {
        position: relative
}

form.woocommerce-form-login button[type=submit]:hover {
        border-color: var(--e-global-color-accent)
}

form.woocommerce-form-login .woocommerce-form__label-for-checkbox {
        float: left
}

form.woocommerce-form-login .woocommerce-LostPassword {
        float: right;
        margin-bottom: 30px
}

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

        ul.products:not(.elementor-grid).columns-1 li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        ul.products:not(.elementor-grid).columns-2 li.product {
                flex: 0 0 50%;
                max-width: 50%
        }

        ul.products:not(.elementor-grid).columns-3 li.product {
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%
        }

        ul.products:not(.elementor-grid).columns-4 li.product {
                flex: 0 0 25%;
                max-width: 25%
        }

        ul.products:not(.elementor-grid).columns-5 li.product {
                flex: 0 0 20%;
                max-width: 20%
        }

        ul.products:not(.elementor-grid).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.bokifa-sidebar-left div.product .woocommerce-product-gallery,
        .single-product.bokifa-sidebar-right div.product .woocommerce-product-gallery {
                width: calc(52% - 30px)
        }

        .single-product.bokifa-sidebar-left div.product .summary,
        .single-product.bokifa-sidebar-right div.product .summary {
                float: right;
                width: 48%
        }

        .single-product #reviews .comment-form-author,
        .single-product #reviews .comment-form-email,
        .single-product #reviews .comment-form-number {
                flex: 100%
        }

        .single-product #reviews .comment-form-email {
                margin-right: 0
        }

        #reviews .comment-form-email {
                margin-right: 0
        }

        .bokifa-full-width-content.woocommerce-cart .entry-header,
        .bokifa-full-width-content.woocommerce-checkout .entry-header,
        .bokifa-full-width-content.woocommerce-account .entry-header {
                text-align: center;
                padding: 0 0 5.9973393873em
        }

        .bokifa-full-width-content.woocommerce-cart .entry-header h1:last-child,
        .bokifa-full-width-content.woocommerce-checkout .entry-header h1:last-child,
        .bokifa-full-width-content.woocommerce-account .entry-header h1:last-child {
                margin-bottom: 0
        }

        .bokifa-full-width-content .woocommerce-products-header {
                text-align: center
        }

        .woocommerce .page-description {
                margin-bottom: 1.618034em
        }

        .bokifa-sorting select {
                width: auto
        }

        .bokifa-sorting .woocommerce-pagination+.woocommerce-result-count {
                margin-right: auto;
                margin-left: 0
        }

        .bokifa-sorting .woocommerce-result-count {
                display: flex;
                align-items: center
        }

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

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

        .bokifa-sticky-add-to-cart--slideInDown {
                animation-name: slideInDown1
        }

        .bokifa-sticky-add-to-cart--slideOutUp {
                animation-name: slideOutUp
        }

        .bokifa-sticky-add-to-cart__content {
                display: flex;
                align-items: center;
                justify-content: center
        }

        .bokifa-sticky-add-to-cart__content-title {
                display: block
        }

        .bokifa-sticky-add-to-cart__content-price {
                margin-right: .875em
        }

        .bokifa-sticky-add-to-cart__content-button {
                margin-left: auto
        }

        .bokifa-sticky-add-to-cart img {
                max-width: 60px;
                margin: 0 1em 0 0;
                border: 1px solid rgba(0, 0, 0, .1)
        }

        .bokifa-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.bokifa-sidebar-left div.product .woocommerce-product-gallery,
        .single-product.bokifa-sidebar-right div.product .woocommerce-product-gallery {
                width: calc(100%);
                max-width: 1366px
        }

        .single-product.bokifa-sidebar-left div.product .summary,
        .single-product.bokifa-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 {
                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 .content-area {
                width: 100%;
                -webkit-transition: width .3s ease-in-out;
                -moz-transition: width .3s ease-in-out;
                -o-transition: width .3s ease-in-out;
                transition: width .3s ease-in-out;
                margin: 0 0 0 auto;
                transition: width .3s ease-in-out;
                margin: 0 0 0 auto;
                float: right
        }

        .woocommerce-page.bokifa-sidebar-left .content-area {
                width: calc(100% - 390px);
                float: right
        }

        .woocommerce-page.bokifa-sidebar-left .widget-area {
                width: 360px;
                float: left
        }

        .woocommerce-page.bokifa-sidebar-right .content-area {
                width: calc(100% - 390px);
                float: left
        }

        .woocommerce-page.bokifa-sidebar-right .widget-area {
                width: 360px;
                border-left: 0;
                padding-left: 0;
                float: right
        }
}

.elementor-element.elementor-products-grid .woocommerce ul.products li.product {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
}

@media (max-width:1366px) {
        .bokifa-product-laptop-1 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-laptop-2 ul.products li.product {
                flex: 0 0 50%;
                max-width: 50%
        }

        .bokifa-product-laptop-3 ul.products li.product {
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%
        }

        .bokifa-product-laptop-4 ul.products li.product {
                flex: 0 0 25%;
                max-width: 25%
        }

        .bokifa-product-laptop-5 ul.products li.product {
                flex: 0 0 20%;
                max-width: 20%
        }

        .bokifa-product-laptop-6 ul.products li.product {
                flex: 0 0 16.6666666667%;
                max-width: 16.6666666667%
        }
}

@media (max-width:1024px) {
        .bokifa-product-tablet-1 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-tablet-2 ul.products li.product {
                flex: 0 0 50%;
                max-width: 50%
        }

        .bokifa-product-tablet-3 ul.products li.product {
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%
        }

        .bokifa-product-tablet-4 ul.products li.product {
                flex: 0 0 25%;
                max-width: 25%
        }

        .bokifa-product-tablet-5 ul.products li.product {
                flex: 0 0 20%;
                max-width: 20%
        }

        .bokifa-product-tablet-6 ul.products li.product {
                flex: 0 0 16.6666666667%;
                max-width: 16.6666666667%
        }
}

@media (max-width:768px) {
        .bokifa-product-mobile-1 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-mobile-2 ul.products li.product {
                flex: 0 0 50%;
                max-width: 50%
        }

        .bokifa-product-mobile-3 ul.products li.product {
                flex: 0 0 33.3333333333%;
                max-width: 33.3333333333%
        }

        .bokifa-product-mobile-4 ul.products li.product {
                flex: 0 0 25%;
                max-width: 25%
        }

        .bokifa-product-mobile-5 ul.products li.product {
                flex: 0 0 20%;
                max-width: 20%
        }

        .bokifa-product-mobile-6 ul.products li.product {
                flex: 0 0 16.6666666667%;
                max-width: 16.6666666667%
        }
}

@media (max-width:300px) {
        .bokifa-product-mobile-1 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-mobile-2 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-mobile-3 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-mobile-4 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-mobile-5 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }

        .bokifa-product-mobile-6 ul.products li.product {
                flex: 0 0 100%;
                max-width: 100%
        }
}

@media (max-width:1023px) {
        .gridlist-toggle {
                display: none
        }
}

.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;
        font-weight: var(--e-global-typography-accent-font-weight)
}

.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: 12px;
        font-size: .75rem;
        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-accent-font-weight);
        letter-spacing: .32px
}

.woosc-area-open-table table.woosc_table tbody tr td a.button {
        background-color: var(--e-global-color-primary);
        padding: 10px 30px;
        color: #fff;
        border-color: var(--e-global-color-primary)
}

.woosc-area-open-table table.woosc_table tbody tr td a.button:hover {
        background-color: var(--e-global-color-accent);
        border-color: var(--e-global-color-accent)
}

ul.products-list {
        margin-left: 0;
        display: block
}

ul.products-list:not(.is_widget_elementor) {
        --grid-row-gap: 30px
}

ul.products-list:not(.is_widget_elementor) li.product-list .product-image img {
        aspect-ratio: .7142857143
}

ul.products-list.elementor-grid {
        display: grid
}

ul.products-list li.product-list {
        border-bottom: 1px solid var(--e-global-color-border);
        list-style: none;
        padding-bottom: var(--grid-row-gap, 30px)
}

ul.products-list li.product-list:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0
}

@media (max-width:767px) {
        ul.products-list li.product-list {
                flex-wrap: wrap
        }
}

ul.products-list li.product-list .product-list-inner {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        height: 100%
}

@media (max-width:767px) {
        ul.products-list li.product-list .product-list-inner {
                height: unset
        }
}

ul.products-list li.product-list .product-image {
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 10px
}

@media (min-width:768px) {
        ul.products-list li.product-list .product-image {
                margin: 0;
                width: 230px;
                margin-right: 30px
        }
}

ul.products-list li.product-list .product-image img {
        position: relative;
        z-index: 2;
        width: 100%;
        object-fit: cover;
        height: 100%
}

.has-mega-menu ul.products-list li.product-list .product-image {
        width: 100%;
        margin-bottom: 10px
}

ul.products-list li.product-list .product-image .label-wrapper {
        position: absolute;
        left: 10px;
        top: 5px;
        z-index: 9;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: flex-start;
        max-width: 160px
}

ul.products-list li.product-list .group-action {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 99;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
}

ul.products-list li.product-list .group-action .shop-action {
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
}

@media (min-width:769px) {
        ul.products-list li.product-list .group-action .shop-action {
                opacity: 0;
                visibility: hidden
        }
}

ul.products-list li.product-list button[class*=product_type_],
ul.products-list li.product-list a[class*=product_type_] {
        position: relative;
        font-size: 14px;
        font-size: .875rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
        white-space: unset;
        height: 40px;
        width: 300px;
        border: none;
        -ms-transition: all .5s ease;
        -o-transition: all .5s ease;
        -moz-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
}

ul.products-list li.product-list button[class*=product_type_]:before,
ul.products-list li.product-list a[class*=product_type_]:before {
        margin-right: -19px
}

ul.products-list li.product-list button[class*=product_type_]:after,
ul.products-list li.product-list a[class*=product_type_]:after {
        font-size: 8px;
        font-size: .5rem;
        margin-right: 10px
}

ul.products-list li.product-list .bokifa-single-product-extra-label {
        display: flex;
        align-self: center;
        margin-top: 5px;
        margin-left: 0
}

ul.products-list li.product-list .bokifa-single-product-extra-label span {
        font-size: 12px;
        font-size: .75rem;
        font-weight: 800;
        line-height: 1;
        color: #fff;
        text-transform: capitalize;
        margin-bottom: 0;
        background-color: var(--e-global-color-primary);
        padding: 3px 5px;
        margin-right: 5px;
        min-width: 40px;
        height: 40px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center
}

ul.products-list li.product-list .bokifa-single-product-extra-label span:last-child {
        margin-right: 0
}

ul.products-list li.product-list .product-caption {
        flex: 1;
        height: 100%;
        position: relative;
        background-color: #fff
}

.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 {
        display: none
}

ul.products-list li.product-list .product-caption .quantity_wrap input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none
}

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);
        color: var(--e-global-color-secondary);
        font-weight: 700;
        padding: .391rem 0;
        font-size: 14px;
        font-size: .875rem;
        border-radius: 2px;
        border: none;
        width: auto;
        margin-top: -2px
}

ul.products-list li.product-list .product-caption .add_to_cart {
        display: inline-block;
        visibility: visible;
        opacity: 1;
        position: relative
}

ul.products-list li.product-list .quantity_cart {
        margin-top: 30px;
        opacity: 0;
        visibility: hidden;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
}

@media (min-width:768px) {
        ul.products-list li.product-list .quantity_cart {
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 9;
                transform: translateY(-20px)
        }
}

@media (max-width:768px) {
        ul.products-list li.product-list .quantity_cart {
                opacity: 1;
                visibility: visible;
                transform: translateY(0)
        }
}

ul.products-list li.product-list .quantity_cart .buttons_added {
        display: flex;
        justify-content: center;
        align-items: center
}

ul.products-list li.product-list .quantity_cart .buttons_added button {
        padding: 0;
        background-color: #FFFFFF00;
        border: 2px solid var(--e-global-color-border)
}

ul.products-list li.product-list .quantity_cart .buttons_added button:hover {
        background-color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

ul.products-list li.product-list .quantity_cart .buttons_added button:hover i {
        color: #fff
}

ul.products-list li.product-list .quantity_cart .buttons_added button i {
        color: var(--e-global-color-border);
        font-size: 14px;
        font-size: .875rem;
        padding: 2px 2px 2px 4px
}

ul.products-list li.product-list .posted-in {
        display: block;
        color: rgba(24, 56, 55, .4);
        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: 14px;
        font-size: .875rem;
        text-transform: uppercase;
        margin-bottom: 4px
}

ul.products-list li.product-list .posted-in a {
        color: rgba(24, 56, 55, .4)
}

ul.products-list li.product-list .posted-in a:hover {
        color: var(--e-global-color-primary)
}

ul.products-list li.product-list .price_badge {
        display: flex;
        align-items: center;
        margin-bottom: 9px
}

ul.products-list li.product-list .price_badge .label-wrapper {
        margin-top: -3px
}

ul.products-list li.product-list .bokifa-wrapper-loop-rating {
        margin-bottom: 4px;
        margin-top: -7px
}

ul.products-list li.product-list .bokifa-wrapper-loop-rating>span {
        font-size: 10px;
        font-size: .625rem;
        color: var(--e-global-color-secondary);
        font-weight: 700
}

ul.products-list li.product-list .bokifa-wrapper-loop-rating .woocommerce-review-link {
        font-size: 12px;
        font-size: .75rem;
        line-height: 22px;
        color: #999
}

ul.products-list li.product-list .count-review {
        margin-bottom: 1rem
}

ul.products-list li.product-list .count-review .star-rating:before {
        color: var(--e-global-color-accent);
        font-size: 12px;
        font-size: .75rem
}

ul.products-list li.product-list .count-review .star-rating span:before {
        color: var(--e-global-color-accent);
        font-size: 12px;
        font-size: .75rem
}

ul.products-list li.product-list .short-description {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 7px;
        max-width: 650px
}

@media (max-width:767px) {
        ul.products-list li.product-list .short-description {
                margin-bottom: 20px;
                max-width: 100%
        }
}

.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 .woocommerce-loop-product__title {
        font-size: 26px;
        font-size: 1.625rem;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 32px;
        margin-bottom: 4px;
        max-width: 650px
}

@media (max-width:767px) {
        ul.products-list li.product-list .woocommerce-loop-product__title {
                font-size: 22px;
                font-size: 1.375rem;
                max-width: 100%
        }
}

ul.products-list li.product-list .product-author {
        margin-bottom: 11px;
        max-width: 650px
}

@media (max-width:767px) {
        ul.products-list li.product-list .product-author {
                max-width: 100%
        }
}

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-dark)
}

ul.products-list li.product-list .added_to_cart {
        display: none
}

ul.products-list li.product-list .add_to_cart_tooltips {
        display: inline-block
}

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 .inventory_status {
        margin-bottom: 18px
}

ul.products-list li.product-list:hover .group-action .shop-action {
        opacity: 1;
        visibility: visible
}

ul.products-list li.product-list:hover .quantity_cart {
        opacity: 1;
        visibility: visible;
        transform: translateY(0)
}

@media (max-width:767px) {
        ul.products-list li.product-list .product-caption {
                margin-top: 20px;
                text-align: center;
                width: 100%;
                height: unset
        }

        ul.products-list li.product-list .price {
                justify-content: center
        }
}

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

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

.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 {
        color: var(--e-global-color-primary);
        border-color: var(--e-global-color-primary)
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions {
        text-align: end
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content .woosw-items .woosw-item--actions .woosw-item--add {
        margin-top: 15px
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.add_to_cart_button,
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button {
        min-width: 150px;
        text-align: center;
        padding: 10px 16px;
        display: inline-block;
        border: 0
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.add_to_cart_button:hover,
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button:hover {
        border-color: var(--e-global-color-accent)
}

.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.add_to_cart_button span,
.woosw-popup.woosw-show .woosw-popup-inner .woosw-popup-content a.button span {
        position: relative;
        z-index: 3
}

.woosw-popup.woosw-show .woosw-items .woosw-item .woosw-item-inner {
        border-color: var(--e-global-color-border)
}

.woosq-popup .mfp-close:after {
        display: none
}

.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;
        height: 80px;
        border-radius: 5px;
        object-fit: cover;
        margin-right: 15px
}

.product-item-search .product-title {
        font-size: 14px;
        font-size: .875rem;
        line-height: 1;
        font-weight: 400;
        margin-bottom: 10px
}

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

.bokifa-canvas-filter {
        position: fixed;
        padding: 15px 45px 30px 30px;
        top: 0;
        left: 0;
        z-index: 10002;
        visibility: hidden;
        overflow-y: auto;
        overflow-x: hidden;
        width: 390px;
        height: 100vh;
        background-color: #fff;
        -ms-transition: all .5s;
        -o-transition: all .5s;
        -moz-transition: all .5s;
        -webkit-transition: all .5s;
        transition: all .5s;
        -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)
}

@media (max-width:768px) {
        .bokifa-canvas-filter {
                width: 330px
        }
}

.bokifa-canvas-filter::-webkit-scrollbar {
        width: 3px
}

.bokifa-canvas-filter::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
        background-color: #f5f5f5
}

.bokifa-canvas-filter::-webkit-scrollbar-thumb {
        background-color: #999
}

.bokifa-canvas-filter .widget_block,
.bokifa-canvas-filter .widget {
        margin-bottom: 18px;
        padding-bottom: 30px;
        font-size: 14px;
        font-size: .875rem
}

.bokifa-canvas-filter .widget_block:last-child,
.bokifa-canvas-filter .widget:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0
}

.bokifa-overlay-filter {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        bottom: 0;
        z-index: 997;
        background-color: rgba(0, 0, 0, .7);
        visibility: hidden;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-transition: opacity .25s ease, visibility 0s ease;
        -o-transition: opacity .25s ease, visibility 0s ease;
        -moz-transition: opacity .25s ease, visibility 0s ease;
        -webkit-transition: opacity .25s ease, visibility 0s ease;
        transition: opacity .25s ease, visibility 0s ease
}

.off-canvas-active .bokifa-overlay-filter {
        visibility: visible;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.off-canvas-active .bokifa-canvas-filter {
        visibility: visible;
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
}

.filter-toggle {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        line-height: 1;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row-reverse;
        background: 0 0;
        border: 1px solid var(--e-global-color-border);
        margin-right: 5px;
        border-radius: 25px;
        padding: 10px 20px;
        outline: none;
        text-align: center
}

.filter-toggle i {
        line-height: inherit;
        font-size: 16px;
        font-size: 1rem;
        margin-left: 17px;
        display: inline-block;
        margin-bottom: 2px;
        -ms-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
}

@media (min-width:1024px) {
        .filter-toggle {
                display: none
        }
}

.bokifa-full-width-content .filter-toggle {
        display: inline-flex;
        order: -2
}

.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:focus i,
.filter-toggle:hover i {
        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 .bokifa-canvas-filter {
                top: 46px
        }
}

@media (max-width:782px) {
        .admin-bar .bokifa-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;
        display: flex;
        flex-direction: column;
        right: 0;
        z-index: 999999999;
        -ms-transition: transform .25s ease;
        -o-transition: transform .25s ease;
        -moz-transition: transform .25s ease;
        -webkit-transition: transform .25s ease;
        transition: transform .25s ease;
        -ms-transform: translate3d(300px, 0, 0);
        -o-transform: translate3d(300px, 0, 0);
        -moz-transform: translate3d(300px, 0, 0);
        -webkit-transform: translate3d(300px, 0, 0);
        transform: translate3d(300px, 0, 0)
}

@media (min-width:1024px) {
        .site-header-cart-side {
                width: 340px;
                -ms-transform: translate3d(340px, 0, 0);
                -o-transform: translate3d(340px, 0, 0);
                -moz-transform: translate3d(340px, 0, 0);
                -webkit-transform: translate3d(340px, 0, 0);
                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-dark);
        font-weight: var(--e-global-typography-primary-font-weight)
}

.site-header-cart-side .close-cart-side {
        color: var(--e-global-color-dark);
        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: 15px;
        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-dark);
        right: 0;
        -ms-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
        -o-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
        -moz-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
        -webkit-transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
        transition: background-color .2s ease-in-out, transform .2s ease-in-out, width .2s ease-in-out;
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
}

.site-header-cart-side .close-cart-side:before {
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
}

.site-header-cart-side .close-cart-side:hover:before,
.site-header-cart-side .close-cart-side:hover:after {
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        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 {
        display: block;
        padding: 15px 30px 15px 15px;
        margin-bottom: 0;
        -ms-transition: background-color .3s ease;
        -o-transition: background-color .3s ease;
        -moz-transition: background-color .3s ease;
        -webkit-transition: background-color .3s ease;
        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 {
        display: block;
        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: 16px;
        font-size: 1rem;
        line-height: 1.41575em;
        color: var(--e-global-color-dark);
        margin-bottom: 15px
}

.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:hover:before {
        color: var(--e-global-color-dark)
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item a.remove {
        position: absolute;
        top: 15px;
        margin-bottom: 0;
        left: unset;
        right: 8px;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item .variation {
        margin: 5px 0 0
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item .variation dt {
        float: left;
        margin-right: 15px;
        margin-top: 0
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item .variation dd {
        margin: 0 0 10px
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item .variation dd p {
        margin: 0
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item .variation .owcpv_field_option {
        display: block;
        margin-top: 0
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item .variation .owcpv_field_option img {
        max-width: 20px;
        min-width: 20px;
        width: 20px;
        height: 20px
}

.site-header-cart-side .widget_shopping_cart .mini_cart_item .variation .owcpv_field_option .owcpv_field_label a {
        font-size: 14px;
        font-size: .875rem;
        margin-bottom: 0
}

.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: 85px
}

.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-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: 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;
        margin-bottom: 10px;
        padding: 10px 20px;
        border: 0 solid;
        font-size: 13px;
        font-size: .8125rem;
        letter-spacing: .3px;
        text-transform: uppercase;
        background-color: var(--e-global-color-backgroundfield)
}

.site-header-cart-side .widget_shopping_cart .buttons a:hover {
        background-color: var(--e-global-color-primary);
        color: #fff
}

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

.site-header-cart-side .widget_shopping_cart .buttons a span {
        position: relative;
        z-index: 3
}

.site-header-cart-side.active {
        transform: none
}

.site-header-cart-side.active+.cart-side-overlay {
        visibility: visible;
        opacity: 1;
        -ms-opacity: 1;
        -o-opacity: 1;
        -moz-opacity: 1;
        -webkit-opacity: 1;
        filter: alpha(opacity=100)
}

.cart-side-overlay {
        position: fixed;
        width: 100vw;
        height: 100vh;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 997;
        background-color: rgba(0, 0, 0, .7);
        visibility: hidden;
        opacity: 0;
        -ms-opacity: 0;
        -o-opacity: 0;
        -moz-opacity: 0;
        -webkit-opacity: 0;
        filter: alpha(opacity=0);
        -ms-transition: opacity .25s ease, visibility 0s ease;
        -o-transition: opacity .25s ease, visibility 0s ease;
        -moz-transition: opacity .25s ease, visibility 0s ease;
        -webkit-transition: opacity .25s ease, visibility 0s ease;
        transition: opacity .25s ease, visibility 0s ease
}

.bokifa-dropdown-filter {
        margin-left: 30px;
        flex: 1
}

.bokifa-dropdown-filter::-webkit-scrollbar {
        height: 10px
}

.bokifa-dropdown-filter::-webkit-scrollbar-track {
        border-radius: 0
}

.bokifa-dropdown-filter::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color: #fff;
        border-bottom: 1px solid #000
}

@media (max-width:1023px) {
        .bokifa-dropdown-filter {
                display: none !important
        }
}

.bokifa-dropdown-filter .widget .wp-block-group__inner-container>h2,
.bokifa-dropdown-filter .widget .widget-title,
.bokifa-dropdown-filter .widget .widgettitle {
        font-size: 16px;
        font-size: 1rem;
        font-weight: var(--e-global-typography-secondary-font-weight);
        color: var(--e-global-color-dark);
        margin-bottom: 0;
        border: 0
}

.bokifa-dropdown-filter .widget .wp-block-group__inner-container>h2:hover,
.bokifa-dropdown-filter .widget .widget-title:hover,
.bokifa-dropdown-filter .widget .widgettitle:hover {
        color: var(--e-global-color-primary)
}

.bokifa-dropdown-filter .widget .wp-block-group__inner-container>h2:before,
.bokifa-dropdown-filter .widget .widget-title:before,
.bokifa-dropdown-filter .widget .widgettitle:before {
        content: none
}

.bokifa-dropdown-filter .widget .wp-block-group__inner-container>h2.toggled-on,
.bokifa-dropdown-filter .widget .widget-title.toggled-on,
.bokifa-dropdown-filter .widget .widgettitle.toggled-on {
        color: var(--e-global-color-primary)
}

.bokifa-dropdown-filter-wrap {
        display: flex;
        height: 100%
}

.bokifa-dropdown-filter-wrap .widget .widget-content {
        overflow-y: auto;
        overflow-x: hidden;
        display: none;
        position: absolute;
        min-width: 310px;
        left: 0;
        top: 30px;
        z-index: 100;
        background-color: #fff;
        padding: 20px 30px;
        border: 1px solid var(--e-global-color-border)
}

.bokifa-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar {
        width: 2px;
        border-radius: 5px
}

.bokifa-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: #e4e4e4
}

.bokifa-dropdown-filter-wrap .widget .widget-content::-webkit-scrollbar-thumb {
        background-color: #999;
        border-radius: 5px
}

.bokifa-dropdown-filter-wrap .widget.widget_block {
        display: none
}

.bokifa-dropdown-filter-wrap div.widget {
        border: 0;
        flex: 0 0 auto;
        position: relative;
        margin-right: 30px;
        display: flex;
        align-items: center
}

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

.bokifa-archive-product-width-wide .col-full {
        max-width: 1680px
}

@media (min-width:1024px) {
        .bokifa-full-width-content.shop_filter_dropdown .filter-toggle-dropdown {
                display: inline-flex
        }
}

@media (min-width:1024px) {
        .bokifa-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
}

body.woocommerce .suppre-menu-filter {
        display: none;
        align-items: center;
        margin-right: auto;
        padding: 0
}

@media (min-width:1024px) {
        body.woocommerce .suppre-menu-filter {
                display: flex
        }
}

body.woocommerce .suppre-menu-filter .widget .widget-content {
        display: none;
        position: absolute;
        top: calc(100% + 11px);
        left: -1px;
        width: 310px;
        padding: 30px 28px;
        border: 1px solid var(--e-global-color-border);
        background-color: #fff;
        z-index: 99
}

body.woocommerce .suppre-menu-filter .widget .wp-block-group__inner-container>h2,
body.woocommerce .suppre-menu-filter .widget .widget-title,
body.woocommerce .suppre-menu-filter .widget .widgettitle {
        font-size: 14px;
        font-size: .875rem;
        font-weight: 500;
        line-height: 24px;
        padding: 0;
        margin-bottom: 0;
        border: none;
        text-transform: unset;
        color: var(--e-global-color-accent);
        font-family: var(--e-global-typography-text-font-family)
}

body.woocommerce .suppre-menu-filter .widget .wp-block-group__inner-container>h2:after,
body.woocommerce .suppre-menu-filter .widget .widget-title:after,
body.woocommerce .suppre-menu-filter .widget .widgettitle:after {
        transform: rotate(0);
        margin-left: 10px
}

body.woocommerce .suppre-menu-filter .widget .wp-block-group__inner-container>h2.toggled-on,
body.woocommerce .suppre-menu-filter .widget .widget-title.toggled-on,
body.woocommerce .suppre-menu-filter .widget .widgettitle.toggled-on {
        color: var(--accent)
}

body.woocommerce .suppre-menu-filter .widget .wp-block-group__inner-container>h2.toggled-on:after,
body.woocommerce .suppre-menu-filter .widget .widget-title.toggled-on:after,
body.woocommerce .suppre-menu-filter .widget .widgettitle.toggled-on:after {
        transform: rotate(180deg)
}

body.woocommerce .suppre-menu-filter .widget .dropdown-sidebar {
        top: 15px;
        right: 15px
}

body.woocommerce .suppre-menu-filter .suppre-menu-filter-wrap {
        display: flex;
        flex-wrap: wrap
}

body.woocommerce .suppre-menu-filter .suppre-menu-filter-wrap>* {
        margin-right: 30px
}

body.woocommerce .suppre-menu-filter .suppre-menu-filter-wrap>*:last-child {
        margin-right: 0
}

body.woocommerce .suppre-menu-filter .suppre-menu-filter-wrap .widget_price_filter form {
        margin-top: 8px
}

@media (min-width:1024px) {
        .shop_filter_menu .filter-toggle {
                display: none
        }
}

.shop_filter_menu .active-filter-toggle .filter-toggle {
        display: inline-flex
}

.shop_filter_menu .active-filter-toggle .suppre-menu-filter {
        display: none
}

.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-bokifa .hfe-site-logo-container {
        position: relative
}

.elementor-widget-site-logo.icon-logo-theme-bokifa .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-bokifa.white .hfe-site-logo-container {
        position: relative
}

.elementor-widget-site-logo.icon-logo-theme-bokifa.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
}

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

.bokifa-date input[type=date]:invalid+label:after {
        content: attr(data-placeholder);
        position: absolute;
        left: 20px;
        text-transform: initial;
        color: initial;
        font-size: 1rem;
        top: 50%;
        transform: translateY(-50%);
        font-weight: 400;
        display: inline-block
}

.bokifa-date input[type=date]:focus:invalid+label:after {
        display: none
}

.bokifa-date input[type=date]:not(:focus):invalid {
        color: transparent
}

@font-face {
        font-family: Inter;
        font-style: normal;
        font-weight: 300 900;
        font-display: fallback;
        src: url('../../../plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt%2cwght.woff2') format('woff2');
        font-stretch: normal
}

@font-face {
        font-family: Cardo;
        font-style: normal;
        font-weight: 400;
        font-display: fallback;
        src: url('../../../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 - 15-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
}