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 300ms ease-in;
transition: all 300ms 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 300ms ease-out;
transition: all 300ms 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, 0.1);
box-shadow: 0 4px 10px -2px rgba(0, 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: 0.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: 0px;
}
.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: 0px;
}
.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, 0.5, 1 );
transition-timing-function: cubic-bezier( 0, 1, 0.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: normal;
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: 0.3s;
transition: 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
transition-timing-function: cubic-bezier(0.58, 0.3, 0.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: transparent;
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(0.75);
-ms-transform: scale(0.75);
transform: scale(0.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 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, -webkit-transform 0.4s;
transition: opacity 0.2s, transform 0.4s;
transition: opacity 0.2s, transform 0.4s, -webkit-transform 0.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 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.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 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.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 0.02s, height 0.1s, width 0.1s 0.1s;
transition: opacity 0.02s, height 0.1s, width 0.1s 0.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 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.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 0.002s, width 0.4s, height 0.4s;
transition: opacity 0.002s, width 0.4s, height 0.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: 0.3s;
transition: 0.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(0.5);
-ms-transform: scale(0.5);
transform: scale(0.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: 0.3s;
transition: 0.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 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, -webkit-transform 0.4s;
transition: opacity 0.15s, transform 0.4s;
transition: opacity 0.15s, transform 0.4s, -webkit-transform 0.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(0.8);
-ms-transform: scale(0.8);
transform: scale(0.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: 0px;
}
.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: 0px;
}
.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: #ffffff;
}
.hfe-flyout-content ul li {
color: #ffffff;
} .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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.1s;
transition: all 0.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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.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:0px;
}
.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: 0px!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(0.7);
-ms-transform: scale(0.7);
transform: scale(0.7);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.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: "progid:DXImageTransform.Microsoft.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: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
-webkit-transition: all 0.3s;
transition: all 0.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: "progid:DXImageTransform.Microsoft.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: 0px!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;
} .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: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0.3em 0.3em 0.3em 0.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: bold;
position: relative;
display: inline-block;
vertical-align: middle;
text-align: center;
min-width: 2.1em;
min-height: 2.1em;
font-size: 0.860em;
line-height: 1.8;
border-radius: 0em 0em 0.3em 0.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: transparent;
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: 0.3em; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
position: relative;
-webkit-transition: color 0.1s;
-o-transition: color 0.1s;
transition: color 0.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: -0.7em;
right: -0.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: normal; 
}
.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter]: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: 0px;
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: 0px;
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%;
}html{line-height:1.15;-webkit-text-size-adjust:100%}*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#333;background-color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{margin-top:.5rem;margin-bottom:1rem;font-family:inherit;font-weight:500;line-height:1.2;color:inherit}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-top:0;margin-bottom:.9rem}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em;white-space:pre-wrap}a{background-color:transparent;text-decoration:none;color:#c36}a:active,a:hover{color:#336}a:not([href]):not([tabindex]),a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none;height:auto;max-width:100%}details{display:block}summary{display:list-item}figcaption{font-size:16px;color:#333;line-height:1.4;font-style:italic;font-weight:400}[hidden],template{display:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media print{*,:after,:before{background:transparent!important;color:#000!important;-webkit-box-shadow:none!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre{white-space:pre-wrap!important}blockquote,pre{page-break-inside:avoid;border:1px solid #ccc}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}label{display:inline-block;line-height:1;vertical-align:middle}button,input,optgroup,select,textarea{font-family:inherit;font-size:1rem;line-height:1.5;margin:0}input[type=date],input[type=email],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%;border:1px solid #666;border-radius:3px;padding:.5rem 1rem;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}input[type=date]:focus,input[type=email]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=url]:focus,select:focus,textarea:focus{border-color:#333;outline:0 none}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{width:auto;-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}[type=button],[type=submit],button{display:inline-block;font-weight:400;color:#c36;text-align:center;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid #c36;padding:.5rem 1rem;font-size:1rem;border-radius:3px;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s}[type=button]:focus,[type=submit]:focus,button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}[type=button]:focus,[type=button]:hover,[type=submit]:focus,[type=submit]:hover,button:focus,button:hover{color:#fff;background-color:#c36;text-decoration:none}[type=button]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}fieldset{padding:.35em .75em .625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto;resize:vertical}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}select{display:block}table{background-color:transparent;width:100%;margin-bottom:15px;font-size:.9em;border-spacing:0;border-collapse:collapse}table td,table th{padding:15px;line-height:1.5;vertical-align:top;border:1px solid #ccc}table th{font-weight:700}table tfoot th,table thead th{font-size:1em}table caption+thead tr:first-child td,table caption+thead tr:first-child th,table colgroup+thead tr:first-child td,table colgroup+thead tr:first-child th,table thead:first-child tr:first-child td,table thead:first-child tr:first-child th{border-top:1px solid #ccc}table tbody>tr:nth-child(odd)>td,table tbody>tr:nth-child(odd)>th{background-color:#f7f7f7}table tbody+tbody{border-top:2px solid #ccc}@media (max-width:767px){table table{font-size:.8em}table table td,table table th{padding:7px;line-height:1.3}table table th{font-weight:400}}dd,dl,dt,li,ol,ul{margin-top:0;margin-bottom:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}.site-header,body:not([class*=elementor-page-]) .site-main{margin-right:auto;margin-left:auto}@media (max-width:575px){.site-header,body:not([class*=elementor-page-]) .site-main{padding-right:10px;padding-left:10px}}@media (min-width:576px){.site-header,body:not([class*=elementor-page-]) .site-main{max-width:500px}}@media (min-width:768px){.site-header,body:not([class*=elementor-page-]) .site-main{max-width:600px}}@media (min-width:992px){.site-header,body:not([class*=elementor-page-]) .site-main{max-width:800px}}@media (min-width:1200px){.site-header,body:not([class*=elementor-page-]) .site-main{max-width:960px}}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto}.alignwide{margin-left:-80px;margin-right:-80px}.alignfull{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-bottom:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-left:auto;margin-right:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{margin:20px auto}.sticky{position:relative;display:block}.bypostauthor{font-size:inherit}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.site-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:1rem;padding-bottom:1rem}.site-branding{max-width:300px}.site-branding .site-description,.site-branding .site-title{margin:0}.custom-logo-link{display:block}.site-navigation{grid-area:nav-menu;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.site-navigation ul.menu,.site-navigation ul.menu ul{list-style-type:none;padding:0}.site-navigation ul.menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.site-navigation ul.menu li{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex}.site-navigation ul.menu li a{display:block;padding:8px 15px}.site-navigation ul.menu li.menu-item-has-children{padding-right:15px}.site-navigation ul.menu li.menu-item-has-children:after{display:block;content:"\25BE";font-size:1.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666}.site-navigation ul.menu li ul{background:#fff;display:none;min-width:150px;position:absolute;z-index:2;left:0;top:100%;border:1px solid #eee}.site-navigation ul.menu li ul li.menu-item-has-children a{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.site-navigation ul.menu li ul li.menu-item-has-children:after{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.site-navigation ul.menu li ul ul{left:100%;top:0}.site-navigation ul.menu li:hover>ul{display:block}.post .wp-post-image{width:100%;max-height:500px;-o-object-fit:cover;object-fit:cover}@media (max-width:991px){.post .wp-post-image{max-height:400px}}@media (max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{margin:0;padding:0;list-style:none;font-size:.9em}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 0 30px 60px;border-bottom:1px solid #ccc}body.rtl #comments .comment .comment-body,body.rtl #comments .pingback .comment-body{padding:30px 60px 30px 0}#comments .comment .avatar,#comments .pingback .avatar{position:absolute;left:0;border-radius:50%;margin-right:10px}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar{left:auto;right:0;margin-right:0;margin-left:10px}#comments .comment-meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{position:relative;list-style:none;margin:0;padding-left:30px}body.rtl #comments .children{padding-left:0;padding-right:30px}#comments .children li:last-child{padding-bottom:0}#comments ol.comment-list .children:before{display:inline-block;font-size:1em;font-weight:400;line-height:100%;content:"\21AA";position:absolute;top:45px;left:0;width:auto}body.rtl #comments ol.comment-list .children:before{content:"\21A9";left:auto;right:0}@media (min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media (max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-left:20px}#comments .comment .avatar{position:inherit;float:left}body.rtl #comments .comment .avatar{float:right}}.elementor-widget-container .elementor-jet-single-images .jet-single-images__wrap:after{clear:both;content:"";width:100%;display:block}.elementor-widget-container .elementor-jet-single-images .jet-single-images__wrap .woocommerce-product-gallery{width:100%}.elementor-widget-container .elementor-jet-single-images .jet-single-images__wrap .woocommerce-product-gallery img,.elementor-widget-container .elementor-jet-single-images .jet-single-images__wrap .woocommerce-product-gallery .flex-control-thumbs li img{width:100%}.elementor-widget-container .elementor-jet-single-images .jet-single-images__wrap .woocommerce-product-gallery .flex-control-thumbs{clear:none;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical .woocommerce-product-gallery{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical .woocommerce-product-gallery .flex-viewport{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical .woocommerce-product-gallery .flex-control-nav{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;margin:0}.elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical.jet-single-images-nav-right .woocommerce-product-gallery{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical.jet-single-images-nav-right .woocommerce-product-gallery__trigger{right:auto;left:20px}.rtl .elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical.jet-single-images-nav-right .woocommerce-product-gallery__trigger{left:auto;right:20px}.elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical.jet-single-images-nav-left .woocommerce-product-gallery{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical.jet-single-images-nav-left .woocommerce-product-gallery__trigger{left:auto;right:20px}.rtl .elementor-widget-container .elementor-jet-single-images .jet-single-images-nav-vertical.jet-single-images-nav-left .woocommerce-product-gallery__trigger{right:auto;left:20px}.single-product .elementor-jet-single-price.jet-woo-builder p.price{margin:0}.single-product .elementor-jet-single-price.jet-woo-builder p.price del{opacity:1}.single-product .product .elementor-jet-single-add-to-cart .cart .single_add_to_cart_button,.single-product .product .elementor-jet-single-add-to-cart .cart .quantity{float:none}.single-product .product .elementor-jet-single-add-to-cart .cart .quantity .input-text{width:100%;max-width:100%}.single-product .product .elementor-jet-single-add-to-cart .single_variation .price{margin-bottom:0}.single-product .product .elementor-jet-single-add-to-cart .variations select{vertical-align:top;width:100%}.single-product .product .elementor-jet-single-add-to-cart .variations label{display:block}.elementor-jet-single-add-to-cart .reset_variations{margin:10px 0 0 0}.elementor-jet-single-add-to-cart .added_to_cart.wc-forward{display:none !important}.woocommerce .product .elementor-jet-single-rating .woocommerce-product-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin-bottom:0}.woocommerce .product .elementor-jet-single-rating .woocommerce-product-rating:before,.woocommerce .product .elementor-jet-single-rating .woocommerce-product-rating:after{display:none}.woocommerce .product .elementor-jet-single-rating .woocommerce-product-rating .star-rating{height:1em;overflow:hidden;position:relative;line-height:1;font-size:1em;width:5.4em;float:left}.woocommerce .product .elementor-jet-single-rating .woocommerce-product-rating .star-rating:before{opacity:1;letter-spacing:0}.woocommerce .product .elementor-jet-single-rating .woocommerce-product-rating .star-rating span:before{letter-spacing:0}.woocommerce .product .elementor-jet-single-rating .woocommerce-product-rating .star-rating>span .rating:before{display:none}.elementor-jet-single-tabs.jet-woo-builder .wc-tabs-wrapper{overflow:hidden}.elementor-jet-single-tabs.jet-woo-builder .jet-single-tabs__wrap .woocommerce-tabs ul.tabs{margin:0}.elementor-jet-single-tabs.jet-woo-builder .jet-single-tabs__wrap .woocommerce-tabs ul.tabs li{overflow:hidden;border-bottom:none;padding:0}.elementor-jet-single-tabs.jet-woo-builder .jet-single-tabs__wrap .woocommerce-tabs ul.tabs li a{background-color:transparent;border:none}.elementor-tabs-controls-left .elementor-jet-single-tabs.jet-woo-builder>li,.elementor-tabs-controls-center .elementor-jet-single-tabs.jet-woo-builder>li,.elementor-tabs-controls-right .elementor-jet-single-tabs.jet-woo-builder>li{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-tabs-controls-left .elementor-jet-single-tabs.jet-woo-builder .tabs{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-tabs-controls-center .elementor-jet-single-tabs.jet-woo-builder .tabs{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.elementor-tabs-controls-right .elementor-jet-single-tabs.jet-woo-builder .tabs{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.elementor-tabs-controls-stretch .elementor-jet-single-tabs.jet-woo-builder .tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-tabs-controls-stretch .elementor-jet-single-tabs.jet-woo-builder .tabs>li{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.elementor-tabs-view-top .elementor-jet-single-tabs.jet-woo-builder .woocommerce-tabs ul.tabs{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-tabs-view-top .elementor-jet-single-tabs.jet-woo-builder .wc-tab.panel,.elementor-tabs-view-top .elementor-jet-single-tabs.jet-woo-builder .woocommerce-tabs ul.tabs{float:none;width:100%}.elementor-tabs-view-left .elementor-jet-single-tabs.jet-woo-builder .woocommerce-tabs ul.tabs{float:left}.elementor-tabs-view-left .elementor-jet-single-tabs.jet-woo-builder .wc-tab.panel{float:right;width:100%}.elementor-tabs-view-right .elementor-jet-single-tabs.jet-woo-builder .woocommerce-tabs ul.tabs{float:right}.elementor-tabs-view-right .elementor-jet-single-tabs.jet-woo-builder .wc-tab.panel{float:left;width:100%}.elementor-tabs-view-right .elementor-jet-single-tabs.jet-woo-builder .woocommerce-tabs ul.tabs,.elementor-tabs-view-left .elementor-jet-single-tabs.jet-woo-builder .woocommerce-tabs ul.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product .elementor-jet-single-sale-badge span.onsale{position:relative;min-height:auto;min-width:auto;left:auto;top:auto}.elementor-jet-single-attributes .shop_attributes{width:100%}.elementor-jet-single-attributes .shop_attributes tr th,.elementor-jet-single-attributes .shop_attributes tr td{border-color:#0b0b0b}.jet-woo-products .jet-compare-button__link,.jet-woo-products .jet-wishlist-button__link{margin:5px 10px}.jet-woo-products .jet-woo-products__item .jet-woo-products-cqw-wrapper{opacity:0;visibility:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:10;pointer-events:none;-webkit-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.jet-woo-products .jet-woo-products__item .jet-woo-products-cqw-wrapper>*{pointer-events:none}.jet-woo-products .jet-woo-products__item .jet-woo-products-cqw-wrapper>*>*{pointer-events:visible}.jet-woo-products .jet-woo-products__item .jet-woo-products-cqw-wrapper.cqw-horizontal-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.jet-woo-products .jet-woo-products__item .jet-woo-products-cqw-wrapper.cqw-horizontal-view>*{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;max-width:100%}.jet-woo-products .jet-woo-products__item:hover .jet-woo-products-cqw-wrapper{opacity:1;visibility:visible}.jet-woo-products .jet-woo-products__item .jet-woo-item-overlay-wrap{position:relative;cursor:pointer}.jet-woo-products .jet-woo-products__item .jet-woo--item-overlay-link{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1}.jet-woo-products--preset-2 .jet-woo-product-button,.jet-woo-products--preset-8 .jet-woo-product-button{text-align:center}.jet-woo-products--preset-2 .jet-woo-products__item .hovered-content,.jet-woo-products--preset-8 .jet-woo-products__item .hovered-content{position:absolute;bottom:0;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;padding:5px;width:100%;visibility:hidden;opacity:0}.jet-woo-products--preset-2 .jet-woo-products__item:hover .hovered-content,.jet-woo-products--preset-8 .jet-woo-products__item:hover .hovered-content{visibility:visible;opacity:1}.jet-woo-products--preset-1 .jet-woo-products__inner-box,.jet-woo-products--preset-2 .jet-woo-products__inner-box,.jet-woo-products--preset-6 .jet-woo-products__inner-box,.jet-woo-products--preset-7 .jet-woo-products__inner-box,.jet-woo-products--preset-5 .jet-woo-products__inner-box,.jet-woo-products--preset-10 .jet-woo-products__inner-box{position:relative}.jet-woo-products--preset-1 .jet-woo-products__inner-box .jet-woo-products-cqw-wrapper,.jet-woo-products--preset-2 .jet-woo-products__inner-box .jet-woo-products-cqw-wrapper,.jet-woo-products--preset-6 .jet-woo-products__inner-box .jet-woo-products-cqw-wrapper,.jet-woo-products--preset-7 .jet-woo-products__inner-box .jet-woo-products-cqw-wrapper,.jet-woo-products--preset-5 .jet-woo-products__inner-box .jet-woo-products-cqw-wrapper,.jet-woo-products--preset-10 .jet-woo-products__inner-box .jet-woo-products-cqw-wrapper{top:0;position:absolute;right:0;left:0}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content{position:relative;overflow:hidden}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-tags,.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-rating,.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-excerpt,.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-price,.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-title,.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-sku,.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-categories,.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-stock-status{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-categories{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-sku{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.06s;-o-transition-delay:.06s;transition-delay:.06s}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-stock-status{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.06s;-o-transition-delay:.06s;transition-delay:.06s}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-title{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.08s;-o-transition-delay:.08s;transition-delay:.08s}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-price{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-excerpt{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.12s;-o-transition-delay:.12s;transition-delay:.12s}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-rating{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.16s;-o-transition-delay:.16s;transition-delay:.16s}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-tags{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.jet-woo-products--preset-3 .jet-woo-products__item .jet-woo-products__item-content .hovered-content{position:absolute;top:50%;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);width:100%;visibility:hidden;opacity:0;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.0s;-o-transition-delay:.0s;transition-delay:.0s}.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-price,.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-title,.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-sku,.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-tags,.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-rating,.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-excerpt,.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-categories,.jet-woo-products--preset-3 .jet-woo-products__item:hover .jet-woo-product-stock-status{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);opacity:0;visibility:hidden}.jet-woo-products--preset-3 .jet-woo-products__item:hover .hovered-content{opacity:1;visibility:visible;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content{position:relative}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-excerpt,.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-button,.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-rating,.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-tags{-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-excerpt{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-button{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-rating{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .jet-woo-product-tags{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.25s;-o-transition-delay:.25s;transition-delay:.25s}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products__item-content .hovered-content{opacity:0;visibility:hidden;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}.jet-woo-products--preset-4 .jet-woo-products__item .jet-woo-products-cqw-wrapper{position:absolute;bottom:0;top:auto;width:100%}.jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content{opacity:1;visibility:visible}.jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-tags,.jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-rating,.jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-excerpt,.jet-woo-products--preset-4 .jet-woo-products__item:hover .hovered-content .jet-woo-product-button{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jet-woo-products--preset-5 .jet-woo-products__item{position:relative}.jet-woo-products--preset-5 .jet-woo-products__item .hovered-content{position:absolute;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;visibility:hidden}.jet-woo-products--preset-5 .jet-woo-products__item:hover .hovered-content{opacity:1;visibility:visible}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-thumbnail .jet-woo-product-img-overlay,.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-thumbnail .jet-woo-product-img-overlay{display:none}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-img-overlay,.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-img-overlay{z-index:-1}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-excerpt,.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-button,.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-rating,.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-tags,.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-excerpt,.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-button,.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-rating,.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-tags{-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}.jet-woo-products--preset-6 .jet-woo-products__item .hovered-content,.jet-woo-products--preset-10 .jet-woo-products__item .hovered-content{visibility:hidden;opacity:0}.jet-woo-products--preset-6 .jet-woo-products__item:hover .jet-woo-products__item-content,.jet-woo-products--preset-10 .jet-woo-products__item:hover .jet-woo-products__item-content{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.jet-woo-products--preset-6 .jet-woo-products__item:hover .hovered-content,.jet-woo-products--preset-10 .jet-woo-products__item:hover .hovered-content{opacity:1;visibility:visible}.jet-woo-products--preset-6 .jet-woo-products__item:hover .hovered-content .jet-woo-product-tags,.jet-woo-products--preset-6 .jet-woo-products__item:hover .hovered-content .jet-woo-product-rating,.jet-woo-products--preset-6 .jet-woo-products__item:hover .hovered-content .jet-woo-product-excerpt,.jet-woo-products--preset-6 .jet-woo-products__item:hover .hovered-content .jet-woo-product-button,.jet-woo-products--preset-10 .jet-woo-products__item:hover .hovered-content .jet-woo-product-tags,.jet-woo-products--preset-10 .jet-woo-products__item:hover .hovered-content .jet-woo-product-rating,.jet-woo-products--preset-10 .jet-woo-products__item:hover .hovered-content .jet-woo-product-excerpt,.jet-woo-products--preset-10 .jet-woo-products__item:hover .hovered-content .jet-woo-product-button{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-img-overlay{z-index:-1}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-rating{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-excerpt{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-button{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-product-tags{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.25s;-o-transition-delay:.25s;transition-delay:.25s}.jet-woo-products--preset-6 .jet-woo-products__item .jet-woo-products__item-content{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}.jet-woo-products--preset-7 .jet-woo-products__item .jet-woo-products__item-content{position:relative}.jet-woo-products--preset-7 .jet-woo-products__item .jet-woo-product-excerpt,.jet-woo-products--preset-7 .jet-woo-products__item .jet-woo-product-button,.jet-woo-products--preset-7 .jet-woo-products__item .jet-woo-product-tags{-webkit-transform:translateY(50px);-ms-transform:translateY(50px);transform:translateY(50px)}.jet-woo-products--preset-7 .jet-woo-products__item .jet-woo-product-excerpt{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.jet-woo-products--preset-7 .jet-woo-products__item .jet-woo-product-button{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.jet-woo-products--preset-7 .jet-woo-products__item .jet-woo-product-tags{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.jet-woo-products--preset-7 .jet-woo-products__item .hovered-content{opacity:0;visibility:hidden;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}.jet-woo-products--preset-7 .jet-woo-products__item:hover .hovered-content{opacity:1;visibility:visible}.jet-woo-products--preset-7 .jet-woo-products__item:hover .hovered-content .jet-woo-product-tags,.jet-woo-products--preset-7 .jet-woo-products__item:hover .hovered-content .jet-woo-product-excerpt,.jet-woo-products--preset-7 .jet-woo-products__item:hover .hovered-content .jet-woo-product-button{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.jet-woo-products--preset-8 .hovered-content,.jet-woo-products--preset-9 .hovered-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jet-woo-products--preset-8 .hovered-content>*,.jet-woo-products--preset-9 .hovered-content>*{-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%}.jet-woo-products--preset-8 .hovered-content{text-align:center}.jet-woo-products--preset-8 .jet-woo-product-button{display:inline-block}.jet-woo-products--preset-9 .jet-woo-products__inner-box{height:100%;overflow:visible}.jet-woo-products--preset-9 .jet-woo-products__item-content{overflow:visible;position:relative;height:100%}.jet-woo-products--preset-9 .jet-woo-products__item .jet-woo-product-tags,.jet-woo-products--preset-9 .jet-woo-products__item .jet-woo-product-rating,.jet-woo-products--preset-9 .jet-woo-products__item .jet-woo-product-excerpt{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1}.jet-woo-products--preset-9 .jet-woo-products__item .jet-woo-product-excerpt{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.12s;-o-transition-delay:.12s;transition-delay:.12s}.jet-woo-products--preset-9 .jet-woo-products__item .jet-woo-product-rating{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.16s;-o-transition-delay:.16s;transition-delay:.16s}.jet-woo-products--preset-9 .jet-woo-products__item .jet-woo-product-tags{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.jet-woo-products--preset-9 .jet-woo-products__item .hovered-content{position:absolute;bottom:0;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);width:100%;visibility:hidden;opacity:0;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.0s;-o-transition-delay:.0s;transition-delay:.0s}.jet-woo-products--preset-9 .jet-woo-products__item:hover .jet-woo-product-tags,.jet-woo-products--preset-9 .jet-woo-products__item:hover .jet-woo-product-rating,.jet-woo-products--preset-9 .jet-woo-products__item:hover .jet-woo-product-excerpt{-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);opacity:0;visibility:hidden}.jet-woo-products--preset-9 .jet-woo-products__item:hover .hovered-content{opacity:1;visibility:visible;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-img-overlay{opacity:0;z-index:1}.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-excerpt{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-button{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.15s;-o-transition-delay:.15s;transition-delay:.15s}.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-rating{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-product-tags{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;-webkit-transition-delay:.25s;-o-transition-delay:.25s;transition-delay:.25s}.jet-woo-products--preset-10 .jet-woo-products__item .jet-woo-products__item-content{-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease;z-index:2;position:relative}.jet-woo-products--preset-10 .jet-woo-products__item:hover .jet-woo-product-img-overlay{opacity:1}.jet-woo-products .jet-woo-products__inner-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.jet-woo-products .jet-woo-products__thumb-wrap{position:relative}.jet-woo-products .jet-woo-product-thumbnail{position:relative;text-align:center;overflow:hidden;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.jet-woo-products .jet-woo-product-badges{position:absolute;top:0;right:0;left:0}.jet-woo-products .jet-woo-product-badge{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;line-height:1;padding:5px}.jet-woo-products .jet-woo-product-badge__sale{background-color:#fd6d75}.jet-woo-products .jet-woo-product-price ins{border:none;font-style:normal}.jet-woo-products .jet-woo-product-title{font-size:24px}.jet-woo-products .jet-woo-product-rating{margin-top:15px}.jet-woo-products .jet-woo-product-sku{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-top:15px}.jet-woo-products .jet-woo-product-categories{margin-top:15px}.jet-woo-products .jet-woo-product-button{margin:10px 0 10px 0}.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.loading{position:relative;opacity:0.25;padding-right:30px !important}.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.loading::after{font-family:'WooCommerce';content:'\e01c';vertical-align:top;font-weight:400;position:absolute;top:50%;right:9px;margin-top:-9px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;line-height:1;font-size:16px}.jet-woo-products .jet-woo-product-button.is--default .ajax_add_to_cart.added::after{font-family:'WooCommerce';content:'\e017';margin-left:10px;font-weight:400}.jet-woo-products .jet-woo-product-button .quantity .qty{width:100% !important}.jet-woo-products .jet-woo-product-tags ul,.jet-woo-products .jet-woo-product-categories ul{margin:0;list-style:none}.jet-woo-products .jet-woo-product-tags ul>li,.jet-woo-products .jet-woo-product-categories ul>li{display:inline-block}.jet-woo-products .jet-woo-product-img-overlay{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}.jet-woo-products.jet-equal-cols .jet-woo-products__item{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jet-woo-products.jet-equal-cols .jet-woo-products__item .jet-woo-products__inner-content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.jet-woo-products .added_to_cart.wc-forward{display:none !important}.jet-woo-product-thumbnail img{width:100%}.jet-woo-categories .jet-woo-category-count__wrap{display:block;width:100%}.jet-woo-categories .jet-woo-category-count__wrap .jet-woo-category-count{display:inline-block}.jet-woo-categories--preset-1 .jet-woo-categories-thumbnail__wrap{position:relative}.jet-woo-categories--preset-1 .jet-woo-categories-thumbnail__wrap .jet-woo-category-count__wrap{position:absolute;right:0;left:0;top:0;bottom:0;pointer-events:none}.jet-woo-categories--preset-2 .jet-woo-categories-content{position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:block;max-width:100%;padding:10px 50px;pointer-events:none}.jet-woo-categories--preset-2 .jet-woo-category-count{opacity:0}.jet-woo-categories--preset-2 .jet-woo-categories__item:hover .jet-woo-category-count{opacity:1}.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-content{position:absolute;top:auto;bottom:0;left:0;right:0;display:block;max-width:100%;padding:10px 50px;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;pointer-events:none}.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-title__wrap>*{display:inline-block}.jet-woo-categories--preset-3 .jet-woo-categories__item .jet-woo-categories-content .jet-woo-category-excerpt{max-height:0;overflow:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-categories-content .jet-woo-category-excerpt{max-height:500px}.jet-woo-categories--preset-3 .jet-woo-categories__item:hover .jet-woo-categories-content{bottom:50%;-webkit-transform:translateY(50%);-ms-transform:translateY(50%);transform:translateY(50%)}.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-title__wrap>*{display:inline-block}.jet-woo-categories--preset-4 .jet-woo-categories__item .jet-woo-categories-content .jet-woo-category-excerpt{-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.jet-woo-categories--preset-5 .jet-woo-categories-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-woo-categories--preset-5 .jet-woo-categories-content .jet-woo-category-content__inner{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%}.jet-woo-categories--preset-5 .jet-woo-categories-content .jet-woo-category-count__wrap{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;width:auto}.jet-woo-categories .jet-woo-categories__inner-box{position:relative;overflow:hidden;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.jet-woo-categories .jet-woo-category-thumbnail{overflow:hidden;text-align:center;font-size:0}.jet-woo-categories .jet-woo-category-title{font-size:18px;margin-top:5px;margin-bottom:10px}.jet-woo-categories .jet-woo-category-count{-webkit-transition:.2s all ease;-o-transition:.2s all ease;transition:.2s all ease}.jet-woo-categories .jet-woo-category-excerpt{padding:0 10px}.jet-woo-categories .jet-woo-category-img-overlay__hover,.jet-woo-categories .jet-woo-category-img-overlay{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s}.jet-woo-categories .jet-woo-categories__item .jet-woo-category-img-overlay__hover{opacity:0}.jet-woo-categories .jet-woo-categories__item:hover .jet-woo-category-img-overlay{opacity:0}.jet-woo-categories .jet-woo-categories__item:hover .jet-woo-category-img-overlay__hover{opacity:1}.jet-woo-categories.jet-equal-cols .jet-woo-categories__item{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jet-woo-categories.jet-equal-cols .jet-woo-categories__item .jet-woo-categories__inner-box{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.jet-woo-category-thumbnail img{width:100%}.jet-woo-products-list{list-style:none;margin:0}.jet-woo-products-list .jet-compare-button__link,.jet-woo-products-list .jet-wishlist-button__link{margin:5px 10px}.jet-woo-products-list .jet-woo-product-title{font-size:18px}.jet-woo-products-list .jet-woo-product-rating{margin:5px 0 5px 0}.jet-woo-products-list .jet-woo-products-list__item{overflow:hidden;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.jet-woo-products-list .jet-woo-product-price ins{border:none;font-style:normal}.jet-woo-products-list .jet-woo-products-list__item-img{overflow:hidden;-webkit-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear}.jet-woo-products-list .jet-woo-product-thumbnail{font-size:0}.jet-woo-products-list .jet-woo-product-thumbnail img{width:100%}.jet-woo-products-list .jet-woo-product-button .button{margin:10px 0 10px 0}.jet-woo-products-list .jet-woo-product-button .quantity .qty{width:100% !important}.jet-woo-products-list .jet-woo-product-button.is--default .ajax_add_to_cart.loading{position:relative;opacity:0.25;padding-right:30px !important}.jet-woo-products-list .jet-woo-product-button.is--default .ajax_add_to_cart.loading::after{font-family:'WooCommerce';content:'\e01c';vertical-align:top;font-weight:400;position:absolute;top:50%;right:9px;margin-top:-9px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;font-size:16px;line-height:1}.jet-woo-products-list .jet-woo-product-button.is--default .ajax_add_to_cart.added::after{font-family:'WooCommerce';content:'\e017';margin-left:10px;font-weight:400}.jet-woo-products-list .jet-woo-products-list__inner-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.jet-woo-products-list .jet-woo-product-categories ul,.jet-woo-products-list .jet-woo-product-tags ul{margin:0;list-style:none}.jet-woo-products-list .jet-woo-product-categories ul>li,.jet-woo-products-list .jet-woo-product-tags ul>li{display:inline-block}.jet-woo-products-list.products-layout-left .jet-woo-products-list__inner-box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.rtl .jet-woo-products-list.products-layout-left .jet-woo-products-list__inner-box{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.jet-woo-products-list.products-layout-right .jet-woo-products-list__inner-box{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-wrap:wrap;flex-wrap:wrap}.rtl .jet-woo-products-list.products-layout-right .jet-woo-products-list__inner-box{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.jet-woo-products-list.products-layout-top .jet-woo-products-list__inner-box{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-woo-products-list .added_to_cart.wc-forward{display:none !important}.jet-woo-products-list__item-content{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jet-woo-taxonomy-tiles{display:-ms-grid;display:grid;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/2;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:1/2;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-column:2/3;grid-row:1/3}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:3/4;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(5){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:3/4;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-column:1/2;grid-row:1/3}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:2;-ms-grid-column-span:2;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:2/4;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:2/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:3/4;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-column:1/2;grid-row:1/3}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-column:2/3;grid-row:1/3}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:3/4;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:3/4;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-2 .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-column:1/2;grid-row:1/3}.jet-woo-taxonomy-tiles--layout-1-2 .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:2/3;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-2 .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:2/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-2-3-v .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:3;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/4;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-2-3-v .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:4;-ms-grid-column-span:3;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:4/7;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-2-3-v .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:1;-ms-grid-column-span:2;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:1/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-2-3-v .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:3;-ms-grid-column-span:2;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:3/5;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-2-3-v .jet-woo-taxonomy-item:nth-child(5){-ms-grid-column:5;-ms-grid-column-span:2;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:5/7;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:2;grid-column:1/2;grid-row:1/3}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:2/3;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:3/4;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:2/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(5){-ms-grid-column:3;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:3/4;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-2-1-2{grid-template-columns:1fr 30% 1fr;-ms-grid-columns:1fr 30% 1fr;grid-template-rows:1fr 1fr;-ms-grid-rows:1fr 1fr}@media (max-width: 1024px){.jet-woo-taxonomy-tiles--layout-2-1-2{grid-template-columns:1fr 1fr !important;grid-template-rows:1fr 1fr 1fr;-ms-grid-columns:1fr 1fr !important;-ms-grid-rows:1fr 1fr 1fr}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/2;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:2/3;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:1;-ms-grid-column-span:2;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:1/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:1/2;grid-row:3/4}.jet-woo-taxonomy-tiles--layout-2-1-2 .jet-woo-taxonomy-item:nth-child(5){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:2/3;grid-row:3/4}}@media (max-width: 767px){.jet-woo-taxonomy-tiles--layout-2-1-2{grid-template-rows:1fr 1fr 1fr 1fr 1fr}}.jet-woo-taxonomy-tiles--layout-1-1-2-h{grid-template-columns:50% 1fr 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:50% 1fr 1fr;-ms-grid-rows:1fr 1fr}@media (max-width: 1024px){.jet-woo-taxonomy-tiles--layout-1-1-2-h{grid-template-columns:1fr 1fr !important;grid-template-rows:1fr 1fr 1fr;-ms-grid-columns:1fr 1fr !important;-ms-grid-rows:1fr 1fr 1fr}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:2;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/3;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:2;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:1/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:1/2;grid-row:3/4}.jet-woo-taxonomy-tiles--layout-1-1-2-h .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:2/3;grid-row:3/4}}@media (max-width: 767px){.jet-woo-taxonomy-tiles--layout-1-1-2-h{grid-template-rows:1fr 1fr 1fr 1fr}}.jet-woo-taxonomy-tiles--layout-1-1-2-v{grid-template-columns:50% 1fr 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:50% 1fr 1fr;-ms-grid-rows:1fr 1fr}@media (max-width: 1024px){.jet-woo-taxonomy-tiles--layout-1-1-2-v{grid-template-columns:1fr 1fr !important;grid-template-rows:1fr 1fr 1fr;-ms-grid-columns:1fr 1fr !important;-ms-grid-rows:1fr 1fr 1fr}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:2;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/3;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:2;grid-column:1/2;grid-row:2/4}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:2/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-1-2-v .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:2/3;grid-row:3/4}}@media (max-width: 767px){.jet-woo-taxonomy-tiles--layout-1-1-2-v{grid-template-rows:1fr 1fr 1fr 1fr}}.jet-woo-taxonomy-tiles--layout-1-2{grid-template-columns:50% 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:50% 1fr;-ms-grid-rows:1fr 1fr}@media (max-width: 767px){.jet-woo-taxonomy-tiles--layout-1-2{grid-template-rows:1fr 1fr 1fr}}.jet-woo-taxonomy-tiles--layout-2-3-v{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:1fr 1fr 1fr 1fr 1fr 1fr;-ms-grid-rows:1fr 1fr}@media (max-width: 767px){.jet-woo-taxonomy-tiles--layout-2-3-v{grid-template-rows:1fr 1fr 1fr 1fr 1fr}}.jet-woo-taxonomy-tiles--layout-1-2-2{grid-template-columns:50% 1fr 1fr;grid-template-rows:1fr 1fr;-ms-grid-columns:50% 1fr 1fr;-ms-grid-rows:1fr 1fr}@media (max-width: 1024px){.jet-woo-taxonomy-tiles--layout-1-2-2{grid-template-columns:1fr 1fr !important;grid-template-rows:1fr 1fr 1fr;-ms-grid-columns:1fr 1fr !important;-ms-grid-rows:1fr 1fr 1fr}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:2;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/3;grid-row:1/2}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:1/2;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:2/3;grid-row:2/3}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:1/2;grid-row:3/4}.jet-woo-taxonomy-tiles--layout-1-2-2 .jet-woo-taxonomy-item:nth-child(5){-ms-grid-column:2;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:2/3;grid-row:3/4}}@media (max-width: 767px){.jet-woo-taxonomy-tiles--layout-1-2-2{grid-template-rows:1fr 1fr 1fr 1fr 1fr}}.jet-woo-taxonomy-tiles--layout-2-x{grid-template-columns:repeat(2, 1fr);-ms-grid-columns:1fr 1fr}.jet-woo-taxonomy-tiles--layout-3-x{grid-template-columns:repeat(3, 1fr);-ms-grid-columns:1fr 1fr 1fr}.jet-woo-taxonomy-tiles--layout-4-x{grid-template-columns:repeat(4, 1fr);-ms-grid-columns:1fr 1fr 1fr 1fr}@media (max-width: 1024px){.jet-woo-taxonomy-tiles--layout-4-x{grid-template-columns:repeat(2, 1fr);-ms-grid-columns:1fr 1fr}}@media (max-width: 767px){.jet-woo-taxonomy-tiles--layout-4-x{grid-template-rows:1fr 1fr 1fr 1fr}}@media (max-width: 767px){.jet-woo-taxonomy-tiles{grid-template-columns:1fr !important;-ms-grid-columns:1fr !important}.jet-woo-taxonomy-tiles .jet-woo-taxonomy-item:nth-child(1){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:1;-ms-grid-row-span:1;grid-column:1/2;grid-row:1/2}.jet-woo-taxonomy-tiles .jet-woo-taxonomy-item:nth-child(2){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:2;-ms-grid-row-span:1;grid-column:1/2;grid-row:2/3}.jet-woo-taxonomy-tiles .jet-woo-taxonomy-item:nth-child(3){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:3;-ms-grid-row-span:1;grid-column:1/2;grid-row:3/4}.jet-woo-taxonomy-tiles .jet-woo-taxonomy-item:nth-child(4){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:4;-ms-grid-row-span:1;grid-column:1/2;grid-row:4/5}.jet-woo-taxonomy-tiles .jet-woo-taxonomy-item:nth-child(5){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:5;-ms-grid-row-span:1;grid-column:1/2;grid-row:5/6}.jet-woo-taxonomy-tiles .jet-woo-taxonomy-item:nth-child(6){-ms-grid-column:1;-ms-grid-column-span:1;-ms-grid-row:6;-ms-grid-row-span:1;grid-column:1/2;grid-row:6/7}}.jet-woo-taxonomy-tiles.jet-woo-taxonomy-tiles-count--out-of-content .jet-woo-taxonomy-item__box-count{position:absolute}.jet-woo-taxonomy-tiles.jet-woo-taxonomy-tiles-count--out-of-content.jet-woo-taxonomy-tiles-count--top-right .jet-woo-taxonomy-item__box-count{top:0;right:0}.jet-woo-taxonomy-tiles.jet-woo-taxonomy-tiles-count--out-of-content.jet-woo-taxonomy-tiles-count--top-left .jet-woo-taxonomy-item__box-count{top:0;left:0}.jet-woo-taxonomy-tiles.jet-woo-taxonomy-tiles-count--out-of-content.jet-woo-taxonomy-tiles-count--bottom-right .jet-woo-taxonomy-item__box-count{bottom:0;right:0}.jet-woo-taxonomy-tiles.jet-woo-taxonomy-tiles-count--out-of-content.jet-woo-taxonomy-tiles-count--bottom-left .jet-woo-taxonomy-item__box-count{bottom:0;left:0}.jet-woo-taxonomy-item__box{height:100%;-webkit-background-size:cover;background-size:cover;position:relative;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:stretch;align-content:stretch;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden;background-position:center;-webkit-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear}.jet-woo-taxonomy-item__box::before{position:absolute;z-index:0;left:0;top:0;right:0;bottom:0;content:'';-webkit-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear}.jet-woo-taxonomy-item__box-link{position:absolute;top:0;bottom:0;left:0;right:0;z-index:2}.jet-woo-taxonomy-item__box-content{width:100%;z-index:1}.jet-woo-taxonomy-item__box-inner{display:inline-block}.jet-woo-builder-archive-product-thumbnail__wrapper{font-size:0;display:block}.jet-woo-builder-archive-product-thumbnail__wrapper .jet-woo-builder-archive-product-thumbnail{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.jet-woo-builder-archive-product-thumbnail__wrapper>*{display:inline-block;position:relative}.elementor-msie .jet-woo-builder-archive-product-thumbnail__wrapper img{width:100%}.jet-woo-builder-archive-product-price .jet-woo-product-price ins{border:none;font-style:normal}.jet-woo-builder-archive-product-sale-badge .jet-woo-product-badge{display:inline-block;font-size:12px;line-height:1;padding:5px}.jet-woo-builder-archive-product-sale-badge .jet-woo-product-badge__sale{color:#ffffff;background-color:#fd6d75}.jet-woo-builder-archive-product-tags ul{margin:0}.jet-woo-builder-archive-product-tags ul>li{list-style:none;display:inline-block}.jet-woo-builder-archive-product-cats ul{margin:0}.jet-woo-builder-archive-product-cats ul>li{list-style:none;display:inline-block}.jet-woo-builder-archive-add-to-cart .added_to_cart.wc-forward{display:none !important}.jet-woo-builder-archive-add-to-cart form .quantity,.jet-woo-builder-archive-add-to-cart form button{float:none !important}.jet-woo-builder-archive-add-to-cart form input.qty{width:100% !important}.jet-woo-builder-archive-category-thumbnail__wrapper{font-size:0;display:block}.jet-woo-builder-archive-category-thumbnail__wrapper>*{display:inline-block;position:relative}.jet-woo-builder-shop-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-woo-builder-shop-pagination .page-numbers{display:block;text-align:center}.jet-woo-builder-shop-pagination .page-numbers.next,.jet-woo-builder-shop-pagination .page-numbers.prev{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jet-woo-builder-shop-pagination .jet-woo-builder-shop-pagination__arrow{width:20px;height:20px;text-align:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:inherit}.rtl .jet-woo-builder-shop-pagination .jet-woo-builder-shop-pagination__arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jet-woo-builder-shop-pagination .jet-woo-builder-shop-pagination__arrow:before{display:block}.jet-woo-builder-shop-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-woo-builder-shop-navigation-space-between .jet-woo-builder-navigation-next{margin-left:auto !important}.rtl .jet-woo-builder-shop-navigation-space-between .jet-woo-builder-navigation-next{margin-left:0 !important;margin-right:auto !important}.jet-woo-builder-shop-navigation-space-between .jet-woo-builder-navigation-prev{margin-right:auto !important}.rtl .jet-woo-builder-shop-navigation-space-between .jet-woo-builder-navigation-prev{margin-right:0 !important;margin-left:auto !important}.jet-woo-builder-shop-navigation-flex-start .jet-woo-builder-navigation-next,.jet-woo-builder-shop-navigation-flex-start .jet-woo-builder-navigation-prev,.jet-woo-builder-shop-navigation-flex-end .jet-woo-builder-navigation-next,.jet-woo-builder-shop-navigation-flex-end .jet-woo-builder-navigation-prev,.jet-woo-builder-shop-navigation-center .jet-woo-builder-navigation-next,.jet-woo-builder-shop-navigation-center .jet-woo-builder-navigation-prev{margin:10px}.rtl .jet-woo-builder-shop-navigation i{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.jet-woo-builder-shop-navigation>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jet-woo-builder-shop-navigation .jet-woo-builder-shop-navigation__arrow{width:20px;height:20px;text-align:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:999}.jet-woo-builder-shop-navigation .jet-woo-builder-shop-navigation__arrow:before{display:block}.elementor-jet-woo-builder-products-ordering .woocommerce-ordering{position:relative;display:inline-block;width:100%;float:none}.elementor-jet-woo-builder-products-ordering .woocommerce-ordering:before{font-family:'FontAwesome';position:absolute;right:10px;top:10px;line-height:1;pointer-events:none;z-index:2}.elementor-jet-woo-builder-products-ordering .woocommerce-ordering select{width:100%;background-image:none !important;-webkit-appearance:none;-moz-appearance:none}.ordering-select-icon-angle .woocommerce-ordering::before{content:'\f107'}.ordering-select-icon-chevron .woocommerce-ordering::before{content:'\f078'}.ordering-select-icon-angle-double .woocommerce-ordering::before{content:'\f103'}.ordering-select-icon-arrow .woocommerce-ordering::before{content:'\f063'}.ordering-select-icon-caret .woocommerce-ordering::before{content:'\f0d7'}.ordering-select-icon-arrow-circle .woocommerce-ordering::before{content:'\f0ab'}.ordering-select-icon-chevron-circle .woocommerce-ordering::before{content:'\f13a'}.ordering-select-icon-caret-square .woocommerce-ordering::before{content:'\f150'}.woocommerce-products-header__title.page-title{margin:0}.jet-woo-builder-products-loop .jet-woo-switcher-controls-wrapper{margin-bottom:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:5px}.jet-woo-builder-products-loop .jet-woo-switcher-controls-wrapper .jet-woo-switcher-btn{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.jet-woo-builder-products-loop .jet-woo-switcher-controls-wrapper .jet-woo-switcher-btn__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jet-woo-builder-products-loop .jet-woo-switcher-controls-wrapper .jet-woo-switcher-btn.active{pointer-events:none}.jet-woo-builder-products-loop .jet-woo-products-wrapper.jet-layout-loading{opacity:.6 !important;pointer-events:none !important}.jet-woo-product-thumbs{position:relative;overflow:hidden}.jet-woo-product-thumbs img{-webkit-transition:all 400ms linear;-o-transition:all 400ms linear;transition:all 400ms linear}.jet-woo-product-thumbs.effect-slide-bottom,.jet-woo-product-thumbs.effect-slide-top,.jet-woo-product-thumbs.effect-slide-right,.jet-woo-product-thumbs.effect-slide-left{overflow:hidden}.jet-woo-product-thumbs.effect-slide-bottom img+img,.jet-woo-product-thumbs.effect-slide-top img+img,.jet-woo-product-thumbs.effect-slide-right img+img,.jet-woo-product-thumbs.effect-slide-left img+img{position:absolute;will-change:transform}.jet-woo-product-thumbs.effect-slide-left img+img{top:0;right:100%}.jet-woo-product-thumbs.effect-slide-right img+img{top:0;left:100%}.jet-woo-product-thumbs.effect-slide-top img+img{bottom:100%;right:0}.jet-woo-product-thumbs.effect-slide-bottom img+img{top:100%;right:0}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-left img{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-right img{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-top img{-webkit-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%)}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-slide-bottom img{-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.jet-woo-product-thumbs.effect-fade img{position:relative;opacity:1}.jet-woo-product-thumbs.effect-fade img+img{position:absolute;top:0;left:0;opacity:0}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade img{opacity:0;will-change:opacity}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade img+img{opacity:1}.jet-woo-product-thumbs.effect-fade-with-zoom img{position:relative;opacity:1;-webkit-transition:all .6s ease;-o-transition:all .6s ease;transition:all .6s ease;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);will-change:opacity}.jet-woo-product-thumbs.effect-fade-with-zoom img+img{position:absolute;top:0;left:0;opacity:0;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade-with-zoom img{opacity:0;will-change:opacity;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.jet-woo-thumb-with-effect:hover .jet-woo-product-thumbs.effect-fade-with-zoom img+img{opacity:1;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.jet-woo-carousel-wrap.jet-equal-cols .jet-carousel__item{float:none;height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jet-woo-carousel-wrap.jet-equal-cols .jet-carousel__item>*:last-child{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.jet-woo-carousel-wrap.jet-equal-cols .jet-carousel__item img{-o-object-fit:cover;object-fit:cover;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.jet-woo-carousel__item{padding:10px}.jet-woo-carousel__content{position:relative;z-index:2}.jet-woo-carousel .jet-arrow{position:absolute;top:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:2;-webkit-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear}.jet-woo-carousel .jet-arrow svg{height:1em;width:1em}.jet-woo-carousel .jet-arrow:before{display:block;width:100%;text-align:center;line-height:0;-webkit-transition:all 200ms linear;-o-transition:all 200ms linear;transition:all 200ms linear}.jet-woo-carousel .jet-arrow.prev-arrow{left:0;right:auto}.jet-woo-carousel .jet-arrow.next-arrow{right:0;left:auto}.jet-woo-carousel .jet-arrow.swiper-button-disabled{cursor:not-allowed}.jet-woo-carousel.swiper-container{position:static;width:100%;height:100%}.jet-woo-carousel.swiper-container .swiper-pagination{position:static;width:auto}.jet-woo-carousel.swiper-container .swiper-pagination-bullet{opacity:1;background-color:#a4afb7}.jet-woo-carousel.swiper-container .swiper-pagination-bullet-active{background-color:#000000}.jet-woo-carousel.swiper-container-vertical .jet-arrow{left:50%;right:auto;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.jet-woo-carousel.swiper-container-vertical .jet-arrow.prev-arrow{top:15px;bottom:auto}.jet-woo-carousel.swiper-container-vertical .jet-arrow.next-arrow{bottom:15px;top:auto}.jet-woo-carousel.swiper-container-vertical .swiper-pagination{position:absolute}.jet-woo-carousel.swiper-container-rtl .jet-arrow.prev-arrow{left:auto;right:0}.jet-woo-carousel.swiper-container-rtl .jet-arrow.next-arrow{right:auto;left:0}.woocommerce .products.jet-woo-builder-categories--columns,.woocommerce .products.jet-woo-builder-products--columns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-15px;margin-right:-15px;list-style:none}.woocommerce .products.jet-woo-builder-categories--columns .product,.woocommerce .products.jet-woo-builder-products--columns .product{position:relative;min-height:1px;padding-right:15px;padding-left:15px;width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor{height:100%}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor>.elementor-inner,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor>.elementor-inner{height:100%}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap{height:100%}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section{height:100%}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section>.elementor-container,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor>.elementor-inner>.elementor-section-wrap>.elementor-section>.elementor-container{height:100%}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor>.elementor-section-wrap,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor>.elementor-section-wrap{height:100%}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor>.elementor-section-wrap>.elementor-section,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor>.elementor-section-wrap>.elementor-section{height:100%}.woocommerce .products.jet-woo-builder-categories--columns .product.jet-equal-columns>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container,.woocommerce .products.jet-woo-builder-products--columns .product.jet-equal-columns>.elementor>.elementor-section-wrap>.elementor-section>.elementor-container{height:100%}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-1 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 1);flex:0 0 calc( 100% / 1);max-width:calc( 100% / 1);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-2 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 2);flex:0 0 calc( 100% / 2);max-width:calc( 100% / 2);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-3 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 3);flex:0 0 calc( 100% / 3);max-width:calc( 100% / 3);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-4 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 4);flex:0 0 calc( 100% / 4);max-width:calc( 100% / 4);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-5 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 5);flex:0 0 calc( 100% / 5);max-width:calc( 100% / 5);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-6 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 6);flex:0 0 calc( 100% / 6);max-width:calc( 100% / 6);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}@media (max-width: 1024px){.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-tab-1 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 1);flex:0 0 calc( 100% / 1);max-width:calc( 100% / 1);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-tab-2 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 2);flex:0 0 calc( 100% / 2);max-width:calc( 100% / 2);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-tab-3 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 3);flex:0 0 calc( 100% / 3);max-width:calc( 100% / 3);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-tab-4 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 4);flex:0 0 calc( 100% / 4);max-width:calc( 100% / 4);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-tab-5 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 5);flex:0 0 calc( 100% / 5);max-width:calc( 100% / 5);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-tab-6 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 6);flex:0 0 calc( 100% / 6);max-width:calc( 100% / 6);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}}@media (max-width: 767px){.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-mob-1 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 1);flex:0 0 calc( 100% / 1);max-width:calc( 100% / 1);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-mob-2 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 2);flex:0 0 calc( 100% / 2);max-width:calc( 100% / 2);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-mob-3 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 3);flex:0 0 calc( 100% / 3);max-width:calc( 100% / 3);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-mob-4 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 4);flex:0 0 calc( 100% / 4);max-width:calc( 100% / 4);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-mob-5 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 5);flex:0 0 calc( 100% / 5);max-width:calc( 100% / 5);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-categories--columns.jet-woo-builder-cat-columns-mob-6 .product.product-category{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 6);flex:0 0 calc( 100% / 6);max-width:calc( 100% / 6);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-1 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 1);flex:0 0 calc( 100% / 1);max-width:calc( 100% / 1);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-2 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 2);flex:0 0 calc( 100% / 2);max-width:calc( 100% / 2);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-3 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 3);flex:0 0 calc( 100% / 3);max-width:calc( 100% / 3);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-4 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 4);flex:0 0 calc( 100% / 4);max-width:calc( 100% / 4);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-5 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 5);flex:0 0 calc( 100% / 5);max-width:calc( 100% / 5);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-6 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 6);flex:0 0 calc( 100% / 6);max-width:calc( 100% / 6);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}@media (max-width: 1024px){.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-tab-1 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 1);flex:0 0 calc( 100% / 1);max-width:calc( 100% / 1);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-tab-2 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 2);flex:0 0 calc( 100% / 2);max-width:calc( 100% / 2);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-tab-3 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 3);flex:0 0 calc( 100% / 3);max-width:calc( 100% / 3);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-tab-4 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 4);flex:0 0 calc( 100% / 4);max-width:calc( 100% / 4);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-tab-5 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 5);flex:0 0 calc( 100% / 5);max-width:calc( 100% / 5);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-tab-6 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 6);flex:0 0 calc( 100% / 6);max-width:calc( 100% / 6);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}}@media (max-width: 767px){.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-mob-1 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 1);flex:0 0 calc( 100% / 1);max-width:calc( 100% / 1);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-mob-2 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 2);flex:0 0 calc( 100% / 2);max-width:calc( 100% / 2);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-mob-3 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 3);flex:0 0 calc( 100% / 3);max-width:calc( 100% / 3);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-mob-4 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 4);flex:0 0 calc( 100% / 4);max-width:calc( 100% / 4);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-mob-5 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 5);flex:0 0 calc( 100% / 5);max-width:calc( 100% / 5);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}.woocommerce .products.jet-woo-builder-products--columns.jet-woo-builder-columns-mob-6 .product{-webkit-box-flex:0;-ms-flex:0 0 calc( 100% / 6);flex:0 0 calc( 100% / 6);max-width:calc( 100% / 6);width:100% !important;float:none !important;margin-right:0 !important;margin-left:0 !important}}.jet-woo-builder-hide{display:none}.jet-quickview-button__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.jet-quickview-button__link{position:relative;overflow:hidden;max-width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;-webkit-transform:translateZ(0);transform:translateZ(0);padding:10px 15px;-webkit-transition:.3s all ease;-o-transition:.3s all ease;transition:.3s all ease}.jet-quickview-button__link .jet-quickview-button__state{color:#fff}.jet-quickview-button__link:hover .jet-quickview-button__state{color:#fff}.jet-quickview-button__icon{-webkit-transition:none;-o-transition:none;transition:none}.jet-quickview-button__plane{display:block;width:100%;height:100%;top:0;left:0;position:absolute}.jet-quickview-button__plane-normal{z-index:-1}.jet-quickview-button__state{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.jet-quickview-button__state-normal{position:relative;width:100%;height:100%;z-index:2}.jet-quickview-button__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-quickview-button__link.jet-quickview-button__link--icon-left .jet-quickview-button__state{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.jet-quickview-button__link.jet-quickview-button__link--icon-left .jet-quickview-button__state .jet-quickview-button__icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:10px}.rtl .jet-quickview-button__link.jet-quickview-button__link--icon-left .jet-quickview-button__state .jet-quickview-button__icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-quickview-button__link.jet-quickview-button__link--icon-left .jet-quickview-button__state .jet-quickview-button__label{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.rtl .jet-quickview-button__link.jet-quickview-button__link--icon-left .jet-quickview-button__state .jet-quickview-button__label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-quickview-button__link.jet-quickview-button__link--icon-top .jet-quickview-button__state{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jet-quickview-button__link.jet-quickview-button__link--icon-top .jet-quickview-button__state .jet-quickview-button__icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-quickview-button__link.jet-quickview-button__link--icon-top .jet-quickview-button__state .jet-quickview-button__label{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-quickview-button__link.jet-quickview-button__link--icon-right .jet-quickview-button__state{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.jet-quickview-button__link.jet-quickview-button__link--icon-right .jet-quickview-button__state .jet-quickview-button__icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-left:10px}.rtl .jet-quickview-button__link.jet-quickview-button__link--icon-right .jet-quickview-button__state .jet-quickview-button__icon{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-quickview-button__link.jet-quickview-button__link--icon-right .jet-quickview-button__state .jet-quickview-button__label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.rtl .jet-quickview-button__link.jet-quickview-button__link--icon-right .jet-quickview-button__state .jet-quickview-button__label{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-quickview-button__link.jet-quickview-button__link--icon-bottom .jet-quickview-button__state{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.jet-quickview-button__link.jet-quickview-button__link--icon-bottom .jet-quickview-button__state .jet-quickview-button__icon{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.jet-quickview-button__link.jet-quickview-button__link--icon-bottom .jet-quickview-button__state .jet-quickview-button__label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.jet-quickview-button__link[data-widget-id="default"] .jet-quickview-button__state{color:#fff}.jet-quickview-button__link[data-widget-id="default"] .jet-quickview-button__plane-normal{background-color:#96588a}.jet-quickview-button__link[data-widget-id="default"]:hover .jet-quickview-button__state{color:#fff}.jet-quickview-button__link[data-widget-id="default"]:hover .jet-quickview-button__plane-normal{background-color:#ad74a2}.products .product .jet-quickview-button__container{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.products .product .jet-quickview-button__container .jet-quickview-button__link{margin-top:10px;margin-bottom:10px}div.product.quick-view-product{position:fixed}.col-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-10px;margin-right:-10px}.col-row.disable-cols-gap div[class*="col-desk"]{padding-left:0;padding-right:0}.col-row.disable-rows-gap div[class*="col-desk"]{padding-top:0;padding-bottom:0}.col-mob-1{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-1{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-1{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-1{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}@media (min-width: 768px){.col-tab-1{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}@media (min-width: 1025px){.col-desk-1{max-width:100%;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}}.col-mob-2{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-2{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-2{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-2{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}@media (min-width: 768px){.col-tab-2{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width: 1025px){.col-desk-2{max-width:50%;-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}}.col-mob-3{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-3{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-3{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-3{max-width:33.33333%;-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}@media (min-width: 768px){.col-tab-3{max-width:33.33333%;-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}}@media (min-width: 1025px){.col-desk-3{max-width:33.33333%;-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}}.col-mob-4{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-4{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-4{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-4{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}@media (min-width: 768px){.col-tab-4{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}@media (min-width: 1025px){.col-desk-4{max-width:25%;-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%}}.col-mob-5{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-5{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-5{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-5{max-width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}@media (min-width: 768px){.col-tab-5{max-width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}}@media (min-width: 1025px){.col-desk-5{max-width:20%;-webkit-box-flex:0;-ms-flex:0 0 20%;flex:0 0 20%}}.col-mob-6{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-6{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-6{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-6{max-width:16.66667%;-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}@media (min-width: 768px){.col-tab-6{max-width:16.66667%;-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}}@media (min-width: 1025px){.col-desk-6{max-width:16.66667%;-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}}.col-mob-7{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-7{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-7{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-7{max-width:14.28571%;-webkit-box-flex:0;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%}@media (min-width: 768px){.col-tab-7{max-width:14.28571%;-webkit-box-flex:0;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%}}@media (min-width: 1025px){.col-desk-7{max-width:14.28571%;-webkit-box-flex:0;-ms-flex:0 0 14.28571%;flex:0 0 14.28571%}}.col-mob-8{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-8{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-8{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-8{max-width:12.5%;-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%}@media (min-width: 768px){.col-tab-8{max-width:12.5%;-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%}}@media (min-width: 1025px){.col-desk-8{max-width:12.5%;-webkit-box-flex:0;-ms-flex:0 0 12.5%;flex:0 0 12.5%}}.col-mob-9{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-9{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-9{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-9{max-width:11.11111%;-webkit-box-flex:0;-ms-flex:0 0 11.11111%;flex:0 0 11.11111%}@media (min-width: 768px){.col-tab-9{max-width:11.11111%;-webkit-box-flex:0;-ms-flex:0 0 11.11111%;flex:0 0 11.11111%}}@media (min-width: 1025px){.col-desk-9{max-width:11.11111%;-webkit-box-flex:0;-ms-flex:0 0 11.11111%;flex:0 0 11.11111%}}.col-mob-10{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-10{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-10{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-10{max-width:10%;-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%}@media (min-width: 768px){.col-tab-10{max-width:10%;-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%}}@media (min-width: 1025px){.col-desk-10{max-width:10%;-webkit-box-flex:0;-ms-flex:0 0 10%;flex:0 0 10%}}.col-mob-11{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-11{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-11{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-11{max-width:9.09091%;-webkit-box-flex:0;-ms-flex:0 0 9.09091%;flex:0 0 9.09091%}@media (min-width: 768px){.col-tab-11{max-width:9.09091%;-webkit-box-flex:0;-ms-flex:0 0 9.09091%;flex:0 0 9.09091%}}@media (min-width: 1025px){.col-desk-11{max-width:9.09091%;-webkit-box-flex:0;-ms-flex:0 0 9.09091%;flex:0 0 9.09091%}}.col-mob-12{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-tab-12{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-desk-12{position:relative;min-height:1px;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%}.col-mob-12{max-width:8.33333%;-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}@media (min-width: 768px){.col-tab-12{max-width:8.33333%;-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}}@media (min-width: 1025px){.col-desk-12{max-width:8.33333%;-webkit-box-flex:0;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%}}@font-face{font-family:"star";src:url(//wp.portfolioexpert.com.br/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font/fonts/rating-star.eot);src:url(//wp.portfolioexpert.com.br/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font/fonts/rating-star.eot?#iefix) format("embedded-opentype"),url(//wp.portfolioexpert.com.br/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font/fonts/rating-star.woff) format("woff"),url(//wp.portfolioexpert.com.br/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font/fonts/rating-star.ttf) format("truetype"),url(//wp.portfolioexpert.com.br/wp-content/plugins/jet-woo-builder/assets/css/lib/jetwoobuilder-font/fonts/rating-star.svg#star) format("svg");font-weight:normal;font-style:normal}.jet-woo-product-rating .star{max-width:17px}.product-rating__stars{overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:'star';display:inline-block}.product-rating__stars::before{content:'\73\73\73\73\73';color:#e7e8e8;float:left;top:0;left:0;position:absolute}.product-rating__stars span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;color:#fdbc32}.product-rating__stars span::before{content:'\53\53\53\53\53';top:0;position:absolute;left:0}.product-rating__content .product-rating__wrapper{position:relative}.product-rating__content .product-rating__wrapper-active{position:absolute;overflow:hidden;left:0}.rtl .product-rating__content .product-rating__wrapper-active{right:0}.elementor-widget[data-element_type*="jet-woo-builder-archive"]:not(:last-child){margin-bottom:0}.jet-woo-builder ul.product::after,.jet-woo-builder ul.product::before{display:none}.jet-woo-builder-icon{display:inline-block;line-height:1}.jet-woo-builder-icon svg{display:block;width:1em;height:1em;fill:currentColor}