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 .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: right;
}
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-button-wrapper{
text-align: left;
}
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .hfe-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-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)";
}
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
overflow: visible !important;
}
.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
display: inline-flex;
} 
.hfe-nav-menu li.hfe-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.hfe-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.hfe-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;
vertical-align: middle; } .hfe-icon svg {
width: 1em;
height: 1em;
} .hfe-cart-menu-wrap-custom {
display: inline-block;
line-height: 1;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count, 
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
border-color: #75c32c;
color: #75c32c;
}
.hfe-cart-menu-wrap-custom .hfe-cart-count {
font-weight: 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="0"]:before {
content: none;
display: none; 
}
.hfe-menu-cart__toggle .elementor-button-icon {
-webkit-box-ordinal-group: 16;
-webkit-order: 15;
-ms-flex-order: 15;
order: 15;
}
.hfe-menu-cart__toggle.hfe-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%;
} .hfe-scroll-to-top-wrap.hfe-scroll-to-top-hide {
display: none;
}
.hfe-scroll-to-top-wrap.edit-mode,
.hfe-scroll-to-top-wrap.single-page-off {
display: none !important;
}
.hfe-scroll-to-top-button {
position:fixed;
right:15px;
bottom:15px;
z-index:9999;
display:-webkit-box;
display:-webkit-flex;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-webkit-align-items:center;
align-items:center;
-ms-flex-align:center;
-webkit-box-pack:center;
-ms-flex-pack:center;
-webkit-justify-content:center;
justify-content:center;
width:50px;
height:50px;
border-radius:50px;
background-color:#000000;
color:#fff;
text-align:center;
opacity:1;
cursor:pointer;
-webkit-transition:all .3s;
transition:all .3s;
}
.hfe-scroll-to-top-button i {
color:#fff;
font-size:16px;
} ul.hfe-breadcrumbs {
display:block;
margin:0;
padding:0;
list-style:none
}
ul.hfe-breadcrumbs li {
display: inline-block;
margin-right: 10px;
vertical-align: middle;
}
ul.hfe-breadcrumbs li:last-child {
margin:0;
}
ul.hfe-breadcrumbs li a,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-separator-icon,
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
display:block;
}
ul.hfe-breadcrumbs li span.hfe-breadcrumbs-text{
-webkit-transition:all .4s;
transition:all .4s;
}
span.hfe-breadcrumbs-home-icon{
margin-right:10px;
align-content: center;
}
.hfe-breadcrumbs-first a {
align-content: center;
}
.hfe-breadcrumbs-separator-icon i, 
.hfe-breadcrumbs-separator-icon svg,
.hfe-breadcrumbs-home-icon i,
.hfe-breadcrumbs-home-icon svg {
width: 1em;
height: 1em;
position: relative;
display: block;
}
ul.hfe-breadcrumbs-show-home li.hfe-breadcrumbs-first {
display: inline-flex;
} ul.hfe-post-info-items {
list-style: none;
margin: 0;
padding: 0;
}
ul.hfe-post-info-inline.hfe-post-info-items {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
li.hfe-post-info-item {
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
li.hfe-post-info-item,
li.hfe-post-info-item > a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
-ms-flex-align: center;
}
.hfe-post-info-inline.hfe-post-info-items .hfe-post-info-item {
margin-right: 8px;
margin-left: 8px;
}
.hfe-post-info-inline .hfe-post-info-item:not(:last-child):after {
position: relative;
right: -8px;
}
.hfe-post-info-inline.hfe-post-info-items {
margin-right: -8px;
margin-left: -8px;
}
.hfe-post-info-icon svg {
display: block;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child):after {
position: absolute;
bottom: 0;
width: 100%;
left: 0;
}
.hfe-post-info-layout-traditional .hfe-post-info-item:not(:last-child) {
position: relative;
} .hfe-icon-wrap .hfe-icon svg {
height: 100%;
width: 100%;
}
body .elementor .hfe-button-wrapper a {
text-decoration: none;
}
.hfe-button-wrapper {
border-radius: 3px;
}
.hfe-reading-progress-bar{
height: 4px;
}.xpro-contact-form-field-subgroup,
.xpro-horizontal-timeline-dates,
.xpro-post-grid-content,
.xpro-preview,
.xpro-preview-iframe-outer {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.elementor-add-new-section .elementor-add-xpro-button {
background-image: -webkit-gradient(linear, left top, right top, from(#fb8c87), to(#fa4c95));
background-image: -o-linear-gradient(left, #fb8c87 0, #fa4c95 100%);
background-image: linear-gradient(90deg, #fb8c87 0, #fa4c95 100%);
}
.xpro-owl-theme.owl-carousel,
body.rtl .lg-outer {
direction: ltr;
}
.xpro-owl-theme.owl-carousel .owl-nav button.owl-next,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 50px;
width: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--e-global-color-primary);
font-size: 20px;
line-height: 1;
color: #fff;
}
.xpro-owl-theme.owl-carousel .owl-nav button:hover,
.xpro-table-head-column-cell {
color: #fff;
background-color: var(--e-global-color-primary);
}
.xpro-badge-middle-left,
.xpro-elementor-button-hover-style-underlineFromRight:focus:before,
.xpro-elementor-button-hover-style-underlineFromRight:hover:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-prev {
left: 0;
}
.xpro-badge-middle-right,
.xpro-elementor-button-hover-style-underlineFromLeft:focus:before,
.xpro-elementor-button-hover-style-underlineFromLeft:hover:before,
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-owl-theme.owl-carousel .owl-nav button.owl-next {
right: 0;
}
.xpro-elementor-post-pagination .page-numbers.dots,
.xpro-owl-theme.owl-carousel .owl-nav button.disabled {
pointer-events: none;
}
.xpro-owl-theme.owl-carousel .owl-nav button.disabled::before,
.xpro-swiper-slider-theme .swiper-button-next.swiper-button-disabled:after,
.xpro-swiper-slider-theme .swiper-button-prev.swiper-button-disabled:after {
opacity: 0.3;
}
[class*="xpro-owl-navigation-horizontal"] .owl-nav button.owl-prev::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f053";
}
[class*="xpro-owl-navigation-horizontal"] .owl-nav button.owl-next::before {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
}
.xpro-owl-navigation-horizontal-style-2 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-2 button.swiper-button-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f060" !important;
}
.xpro-owl-navigation-horizontal-style-2 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-2 button.swiper-button-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f061" !important;
}
.xpro-owl-navigation-horizontal-style-3 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-3 button.swiper-button-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f359" !important;
}
.xpro-owl-navigation-horizontal-style-3 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-3 button.swiper-button-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f35a" !important;
}
.xpro-owl-navigation-horizontal-style-4 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-4 button.swiper-button-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f30a" !important;
}
.xpro-owl-navigation-horizontal-style-4 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-4 button.swiper-button-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f30b" !important;
}
.xpro-owl-navigation-horizontal-style-5 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-5 button.swiper-button-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f049" !important;
}
.xpro-owl-navigation-horizontal-style-5 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-5 button.swiper-button-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f050" !important;
}
.xpro-owl-navigation-horizontal-style-6 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-6 button.swiper-button-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f100" !important;
}
.xpro-owl-navigation-horizontal-style-6 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-6 button.swiper-button-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f101" !important;
}
.xpro-owl-navigation-horizontal-style-7 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-horizontal-style-7 button.swiper-button-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f0d9" !important;
}
.xpro-owl-navigation-horizontal-style-7 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-horizontal-style-7 button.swiper-button-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\f0da" !important;
}
[class*="xpro-owl-navigation-vertical"] .owl-nav button.owl-prev::before,
[class*="xpro-swiper-navigation-vertical"] .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f077";
}
[class*="xpro-owl-navigation-vertical"] .owl-nav button.owl-next::before,
[class*="xpro-swiper-navigation-vertical"] .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f078";
}
.xpro-owl-navigation-vertical-style-2 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-2 .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f062";
}
.xpro-owl-navigation-vertical-style-2 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-2 .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f063";
}
.xpro-owl-navigation-vertical-style-3 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-3 .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f35b";
}
.xpro-owl-navigation-vertical-style-3 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-3 .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 400;
content: "\f358";
}
.xpro-owl-navigation-vertical-style-4 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-4 .swiper-nav button.swiper-prev::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f30c";
}
.xpro-owl-navigation-vertical-style-4 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-4 .swiper-nav button.swiper-next::after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f309";
}
.xpro-owl-navigation-vertical-style-5 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-5 .swiper-nav button.swiper-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e935";
}
.xpro-owl-navigation-vertical-style-5 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-5 .swiper-nav button.swiper-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e932";
}
.xpro-owl-navigation-vertical-style-6 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-6 .swiper-nav button.swiper-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e917";
}
.xpro-owl-navigation-vertical-style-6 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-6 .swiper-nav button.swiper-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e910";
}
.xpro-owl-navigation-vertical-style-7 .owl-nav button.owl-prev::before,
.xpro-swiper-navigation-vertical-style-7 .swiper-nav button.swiper-prev::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e918";
}
.xpro-owl-navigation-vertical-style-7 .owl-nav button.owl-next::before,
.xpro-swiper-navigation-vertical-style-7 .swiper-nav button.swiper-next::after {
font-family: xpro-icons;
font-weight: 400;
content: "\e911";
}
.xpro-owl-theme.owl-carousel .owl-dots {
position: absolute;
z-index: 3;
bottom: -20px;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.xpro-owl-theme.owl-carousel .owl-dot {
width: 12px;
height: 12px;
border-radius: 50px;
border: 1px solid var(--e-global-color-primary);
margin-right: 5px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-owl-theme.owl-carousel .owl-dot:first-child,
.xpro-swiper-slider-theme .swiper-pagination-bullet:first-child {
margin-right: 0;
}
.xpro-elementor-scroll-top-btn,
.xpro-owl-theme.owl-carousel .owl-dot.active,
.xpro-promo-box-badge.xpro-badge,
.xpro-promo-box-btn,
.xpro-swiper-slider-theme .swiper-pagination-bullet-active {
background-color: var(--e-global-color-primary);
}
.xpro-owl-dots-horizontal-style-2.owl-carousel .owl-dot.active,
.xpro-swiper-dots-horizontal-style-2 .swiper-pagination-bullet-active {
width: 24px;
}
.xpro-owl-dots-vertical-style-2.owl-carousel .owl-dot.active,
.xpro-swiper-dots-vertical-style-2 .swiper-pagination-bullet-active {
height: 24px;
}
.xpro-owl-dots-horizontal-style-3.owl-carousel .owl-dot.active,
.xpro-owl-dots-vertical-style-3.owl-carousel .owl-dot.active,
.xpro-swiper-dots-horizontal-style-3 .swiper-pagination-bullet-active,
.xpro-swiper-dots-vertical-style-3 .swiper-pagination-bullet-active {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
transform: scale(1.4);
}
.lg-icon {
font-family: lg !important;
}
.xpro-swiper-slider-theme .swiper-button-next,
.xpro-swiper-slider-theme .swiper-button-prev {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 50px;
width: 50px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-image: none;
background-color: var(--e-global-color-primary);
font-size: 20px;
line-height: 1;
color: #fff;
z-index: 2;
cursor: pointer;
}
.xpro-swiper-slider-theme .swiper-button-prev {
left: -25px;
}
.xpro-swiper-slider-theme .swiper-button-next {
right: -25px;
}
.xpro-swiper-slider-theme .swiper-button-next.swiper-button-disabled,
.xpro-swiper-slider-theme .swiper-button-prev.swiper-button-disabled {
opacity: 1;
pointer-events: none;
}
[class*="xpro-swiper-navigation-horizontal"] button.swiper-button-prev:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f053";
font-size: inherit;
}
[class*="xpro-swiper-navigation-horizontal"] button.swiper-button-next:after {
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: "\f054";
font-size: inherit;
}
.xpro-swiper-slider-theme .swiper-pagination.swiper-pagination-horizontal {
position: absolute;
bottom: 0;
}
.xpro-swiper-slider-theme .swiper-pagination-bullet {
height: 12px;
width: 12px;
background-color: #fff0;
border-radius: 50px;
border: 1px solid var(--e-global-color-primary);
margin: 0 3px;
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
[class*="elementor-widget-xpro"] a:focus,
button.xpro-content-toggle-button:focus,
button.xpro-elementor-search-button:focus {
outline: 0;
}
.elementor-widget-xpro-content-toggle,
.elementor-widget-xpro-hot-spot,
.elementor-widget-xpro-pie-chart,
.xpro-simple-heading-wrapper,
.xpro-team-layout-12,
.xpro-team-layout-14,
.xpro-team-layout-2,
.xpro-team-layout-5,
.xpro-team-layout-8 {
text-align: center;
}
.xpro-simple-heading-wrapper .xpro-heading-title {
position: relative;
line-height: 1.2;
margin: 5px 0;
font-weight: 500;
z-index: 2;
display: inline-block;
}
.xpro-simple-heading-wrapper .xpro-title-focus {
color: var(--e-global-color-primary);
-webkit-text-fill-color: initial;
display: inline;
}
.elementor-widget-xpro-page-title a,
.elementor-widget-xpro-post-title a,
.elementor-widget-xpro-site-logo a,
.elementor-widget-xpro-site-title a,
.morphext > .animated,
.xpro-block-quote-layout-10 .xpro-block-quote-inner,
.xpro-cf-wrapper > span,
.xpro-hero-slider-button-default > span,
.xpro-post-title-link {
display: inline-block;
}
.xpro-elementor-gallery-filter {
position: relative;
text-align: center;
margin-bottom: 30px;
z-index: 2;
}
#xpro-portfolio-html-main #wpadminbar,
.xpro-elementor-gallery-filter .xpro-select-option,
.xpro-gallery-popup-style-2.lg-outer .lg-pager-outer,
.xpro-gallery-popup-style-4.lg-outer .lg-pager-outer {
display: none;
}
.cbp .cbp-wrapper-outer,
.elementor-widget-xpro-before-after,
.elementor-widget-xpro-business-hours,
.elementor-widget-xpro-image-scroller,
.xpro-elementor-gallery-wrapper .cbp-wrapper-outer,
.xpro-team-layout-14 .xpro-team-image {
overflow: hidden;
}
.xpro-elementor-gallery-filter > ul,
.xpro-pricing-features-list {
margin: 0;
padding: 0;
list-style: none;
display: inline-block;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item {
display: inline-block;
margin: 0 5px;
font-size: 13px;
line-height: 1.2;
padding: 8px 20px;
-webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:first-child {
margin-left: 0 !important;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:last-child,
.xpro-team-social-list > li:last-child {
margin-right: 0 !important;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item.cbp-filter-item-active {
color: #fff;
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
pointer-events: none;
}
.xpro-elementor-gallery-filter > ul > li.cbp-filter-item:hover {
color: #fff;
background-color: var(--e-global-color-primary);
border-color: var(--e-global-color-primary);
}
.cbp-loadMore-block1 {
display: none !important;
opacity: 0;
visibility: hidden;
}
.cbp:not(.cbp-ready) .cbp-item {
opacity: 0;
visibility: hidden;
}
.cbp-loadMore-block1 .cbp-item {
display: none;
max-width: 20%;
height: 200px;
float: left;
padding: 0 15px;
-o-object-fit: cover;
object-fit: cover;
margin: 0;
overflow: hidden;
visibility: hidden;
opacity: 0;
}
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption,
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption-activeWrap,
.xpro-elementor-gallery-layout-grid .cbp-caption-active .cbp-caption-defaultWrap {
max-width: -webkit-max-content;
max-width: -moz-max-content;
max-width: max-content;
min-width: 100%;
height: 100%;
width: 100%;
}
.xpro-elementor-gallery-layout-grid .xpro-elementor-gallery-item,
.xpro-post-grid-layout-10 .xpro-post-grid-item,
.xpro-post-grid-layout-2 .xpro-post-grid-item,
.xpro-post-grid-layout-6 .xpro-post-grid-item,
.xpro-post-grid-layout-8 .xpro-post-grid-item,
.xpro-post-grid-layout-9 .xpro-post-grid-item {
height: 400px;
}
.xpro-elementor-gallery-layout-grid .cbp img {
width: 100%;
height: 100% !important;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-elementor-gallery .cbp-caption-active .cbp-caption-activeWrap {
cursor: pointer;
padding: 15px;
background-color: #00000087;
}
.xpro-preview-type-none .cbp-caption-activeWrap {
cursor: auto !important;
}
.xpro-elementor-gallery .xpro-overlay-icon {
color: #fff;
margin: 5px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 5px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-box-icon-title,
.xpro-elementor-gallery .xpro-overlay-icon > i {
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
}
.xpro-elementor-gallery .xpro-overlay-icon > i {
font-size: 25px;
line-height: 1;
transition: color 0.3s ease-in-out;
}
.xpro-overlay-icon svg,
.xpro-pricing-icon > svg {
height: auto;
}
.xpro-elementor-gallery .xpro-title {
margin: 5px 0;
line-height: 1.2;
font-size: 22px;
font-weight: 400;
color: #fff;
}
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-after,
.xpro-elementor-gallery .xpro-outside-content .xpro-desc,
.xpro-elementor-gallery .xpro-outside-content .xpro-title,
.xpro-elementor-horizontal-navbar-nav > li.current_page_item > a,
.xpro-elementor-horizontal-navbar-nav > li:hover > a {
color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-desc {
color: #fff;
margin: 0;
font-size: 15px;
}
.xpro-elementor-gallery .xpro-item-btn {
color: #fff;
border: 1px solid #fff;
padding: 10px 25px;
display: inline-block;
font-size: 13px;
line-height: 1;
font-weight: 400;
margin-top: 15px;
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-elementor-gallery .xpro-item-btn:hover {
color: #222;
background-color: #fff;
}
.xpro-elementor-gallery .xpro-outside-content .xpro-item-btn {
color: #2b2b2b;
border-color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-outside-content .xpro-item-btn:hover {
color: #fff;
background-color: #2b2b2b;
}
.xpro-elementor-gallery .xpro-outside-content {
padding: 15px 0;
position: relative;
}
.xpro-elementor-gallery-preview,
.xpro-table-body-row [colspan="0"] {
display: none !important;
}
.xpro-gallery-elementor-custom-link {
display: block;
text-align: center;
}
.xpro-gallery-elementor-custom-link > a {
border: 1px solid #dedede;
color: #7e7b7b;
display: inline-block;
font: 400 12px/36px "Open Sans", sans-serif;
min-width: 80px;
text-decoration: none;
padding: 0 30px;
outline: 0;
margin-top: 40px;
-webkit-box-shadow: none;
box-shadow: none;
cursor: pointer;
-webkit-transition: 0.25s ease-in-out;
-o-transition: 0.25s ease-in-out;
transition: 0.25s ease-in-out;
}
.xpro-gallery-elementor-loadmore > a {
-webkit-transition: 0.25s ease-in-out !important;
-o-transition: 0.25s ease-in-out !important;
transition: 0.25s ease-in-out !important;
}
.xpro-content-toggle-button-wrapper.active ~ .xpro-toggle-content-wrapper > .xpro-toggle-content-second,
.xpro-gallery-elementor-custom-link > a > span,
.xpro-horizontal-timeline.owl-loaded,
.xpro-portfolio-loader-style-5 li:first-child,
.xpro-portfolio-loader-style-6 li:first-child,
.xpro-portfolio-loader-style-7 li:first-child,
.xpro-portfolio-loader-style-8 li:first-child,
.xpro-post-grid-author-content > a,
.xpro-post-grid-author-content > span {
display: block;
}
.xpro-cf-wrapper,
.xpro-counter-wrapper-inner,
.xpro-elementor-gallery .cbp-l-caption-alignCenter,
.xpro-elementor-horizontal-navbar-wrapper,
.xpro-hero-slider-wrapper,
.xpro-image-scroll-img,
.xpro-infolist-content,
.xpro-post-grid-main,
.xpro-progress-bar-layout-13 .xpro-progress-track,
.xpro-progress-bar-layout-14 .xpro-progress-track,
.xpro-progress-bar-layout-2 .xpro-progress-track,
.xpro-progress-bar-layout-3 .xpro-progress-track,
.xpro-progress-bar-layout-5 .xpro-progress-track,
.xpro-team-wrapper,
.xpro-testimonial-layout-5 .xpro-testimonial-author,
.xpro-testimonial-layout-5 .xpro-testimonial-description {
position: relative;
}
.cbp-caption-rotate .cbp-caption-activeWrap,
.cbp-caption-zoom-box .cbp-caption-activeWrap,
.cbp-caption-zoom-box-out .cbp-caption-activeWrap,
.cbp-caption-zoom-center-bottom .cbp-caption-activeWrap,
.cbp-caption-zoom-top-bottom .cbp-caption-activeWrap {
opacity: 0;
top: 0;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
transition: opacity 0.4s;
}
.cbp-caption-rotate .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-center-bottom .cbp-caption:hover .cbp-caption-activeWrap,
.cbp-caption-zoom-top-bottom .cbp-caption:hover .cbp-caption-activeWrap,
.xpro-team-layout-12:hover .xpro-team-social-list,
.xpro-team-layout-2:hover .xpro-team-social-list,
.xpro-team-layout-3:hover .xpro-team-social-list,
.xpro-team-layout-4:hover .xpro-team-content,
.xpro-team-layout-5:hover .xpro-team-image::before,
.xpro-team-layout-5:hover .xpro-team-social-list,
.xpro-team-layout-6:hover .xpro-team-social-list {
opacity: 1;
}
.cbp-caption-zoom-box .cbp-caption-defaultWrap,
.cbp-caption-zoom-box-out .cbp-caption-defaultWrap,
.cbp-caption-zoom-center-bottom .cbp-caption-defaultWrap,
.cbp-caption-zoom-top-bottom .cbp-caption-defaultWrap {
-webkit-transition: -webkit-transform 0.35s ease-out;
transition: transform 0.35s ease-out;
-o-transition: transform 0.35s ease-out;
transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-center-bottom .cbp-caption:hover .cbp-caption-defaultWrap,
.cbp-caption-zoom-top-bottom .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
}
.cbp-caption-zoom-top-bottom .xpro-overlay-icon {
position: absolute;
top: 0;
right: 0;
text-align: center;
margin-top: -100px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .cbp-caption:hover .xpro-overlay-icon {
margin-top: 0;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .xpro-overlay-content {
position: absolute;
text-align: left;
bottom: -100px;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-top-bottom .cbp-caption:hover .xpro-overlay-content {
bottom: 15px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-center-bottom .xpro-overlay-icon {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
margin-top: -100px;
-webkit-transition: 0.3s linear;
-o-transition: 0.3s linear;
transition: 0.3s linear;
}
.cbp-caption-zoom-center-bottom .cbp-caption:hover .xpro-overlay-icon {
margin-top: 0;
}
.cbp-caption-zoom-center-bottom .xpro-overlay-content {
position: absolute;
bottom: -100px;
left: 50%;
width: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-center-bottom .cbp-caption:hover .xpro-overlay-content {
bottom: 25px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .xpro-overlay-icon,
.cbp-caption-zoom-box-out .xpro-overlay-icon {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .cbp-caption:hover .xpro-overlay-content,
.cbp-caption-zoom-box .cbp-caption:hover .xpro-overlay-icon,
.cbp-caption-zoom-box-out .cbp-caption:hover .xpro-overlay-content,
.cbp-caption-zoom-box-out .cbp-caption:hover .xpro-overlay-icon {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .xpro-overlay-content,
.cbp-caption-zoom-box-out .xpro-overlay-content {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:before {
position: absolute;
top: 30px;
right: 30px;
bottom: 30px;
left: 30px;
content: "";
opacity: 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
pointer-events: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:before {
top: 30px;
bottom: 30px;
-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
content: "";
position: absolute;
pointer-events: none;
}
.cbp-caption-zoom-box .cbp-caption-activeWrap:after {
right: 30px;
left: 30px;
opacity: 0;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box .cbp-caption:hover .cbp-caption-activeWrap:before,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap:after,
.cbp-caption-zoom-box-out .cbp-caption:hover .cbp-caption-activeWrap:before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:before {
right: 20px;
left: 20px;
opacity: 0;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
transform: scale(0, 1);
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-zoom-box-out .cbp-caption-activeWrap:after {
position: absolute;
top: 20px;
right: 30px;
bottom: 20px;
left: 30px;
content: "";
opacity: 0;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
transform: scale(1, 0);
pointer-events: none;
-webkit-transition: opacity 0.35s, -webkit-transform 0.5s;
transition: opacity 0.35s, transform 0.5s, -webkit-transform 0.5s;
-o-transition: opacity 0.35s, transform 0.5s;
}
.cbp-caption-rotate .cbp-caption-defaultWrap {
transition: transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.cbp-caption-rotate .cbp-caption:hover .cbp-caption-defaultWrap {
-webkit-transform: scale(1.25) rotate(3deg);
-ms-transform: scale(1.25) rotate(3deg);
transform: scale(1.25) rotate(3deg);
}
.xpro-elementor-gallery .cbp-caption-classic .cbp-caption-activeWrap {
top: 0;
left: 0;
background-color: #0000003b;
}
.admin-bar [class*="xpro-gallery-popup-style"] .lg-toolbar {
top: 32px;
}
.lg-backdrop {
background-color: #0e0e0e;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
-webkit-transition: background 0.3s ease-in-out !important;
-o-transition: background 0.3s ease-in-out !important;
transition: background 0.3s ease-in-out !important;
}
.xpro-popup-blur:before {
content: "";
position: absolute;
z-index: 2;
width: 100%;
height: 100%;
-webkit-backdrop-filter: blur(15px);
backdrop-filter: blur(15px);
pointer-events: none;
}
[class*="xpro-gallery-popup-style"].lg-outer.lg-outer .lg-thumb {
padding: 20px 0;
height: 100%;
margin: 0 auto;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item {
position: relative;
border-radius: 0;
border: 3px solid #fff0;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item.active,
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item:hover {
border-color: #fff;
}
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item:before {
content: "";
position: absolute;
z-index: 1;
height: 100%;
width: 100%;
left: 0;
top: 0;
background-color: #000;
opacity: 0.5;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.xpro-animated-link-style-7:hover::after,
.xpro-preview-header-info:empty,
[class*="xpro-gallery-popup-style"] .lg-outer .lg-thumb-item:hover:before,
[class*="xpro-gallery-popup-style"].lg-outer .lg-thumb-item.active:before {
opacity: 0;
}
.xpro-gallery-popup-style-2.lg-outer .lg-thumb-outer,
.xpro-gallery-popup-style-4.lg-outer .lg-thumb-outer {
max-width: 720px;
margin: 0 auto;
left: 50%;
overflow: hidden;
background-color: #fff0;
-webkit-transform: translateX(-50%) !important;
-ms-transform: translateX(-50%) !important;
transform: translateX(-50%) !important;
}
[class*="xpro-gallery-popup-style"] #lg-counter,
[class*="xpro-gallery-popup-style"] .lg-toolbar .lg-icon {
color: #dadada;
font-weight: 500;
}
[class*="xpro-gallery-popup-style"] .lg-actions .lg-next,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-prev {
color: #dadada;
}
.xpro-author-box-button:focus,
.xpro-author-box-button:hover,
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-button::before,
.xpro-elementor-button:hover,
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li a,
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li a,
.xpro-progress-bar-layout-2 .xpro-progress-title,
.xpro-progress-bar-layout-4 .xpro-progress-title,
.xpro-team-layout-12 .xpro-team-description,
.xpro-team-layout-12 .xpro-team-title,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-next:hover,
[class*="xpro-gallery-popup-style"] .lg-actions .lg-prev:hover {
color: #fff;
}
.xpro-portfolio-loader {
position: fixed;
z-index: 1000;
height: 100vh;
width: 100%;
top: 0;
left: 0;
margin: 0;
padding: 0;
list-style: none;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.xpro-portfolio-loader li {
pointer-events: all;
background-color: var(--e-global-color-primary);
}
.xpro-portfolio-loader-style-1 li,
.xpro-portfolio-loader-style-2 li {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
width: 20%;
}
.xpro-portfolio-loader-style-3 li,
.xpro-portfolio-loader-style-4 li {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
width: 20%;
}
.xpro-portfolio-loader-style-5 li,
.xpro-portfolio-loader-style-6 li {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
width: 100%;
display: none;
}
.xpro-portfolio-loader-style-7 li,
.xpro-portfolio-loader-style-8 li {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
width: 100%;
display: none;
}
body.xpro-preview-active {
overflow: hidden !important;
}
.xpro-preview {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
visibility: hidden;
position: fixed;
height: 100vh;
overflow: hidden;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999;
opacity: 0;
}
.admin-bar .xpro-preview {
top: 32px;
height: calc(100vh - 32px);
}
.xpro-preview.active {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.5s, visibility;
-o-transition: opacity 0.5s, visibility;
transition: opacity 0.5s, visibility;
}
.xpro-preview-header-left {
min-width: 400px;
}
.xpro-preview-header-right {
min-width: 400px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.xpro-business-hour-day,
.xpro-elementor-horizontal-navbar-nav > li > a,
.xpro-infolist-media-type-custom,
.xpro-news-ticker-navigation,
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title,
.xpro-pricing-item .xpro-badge,
.xpro-team-social-list .xpro-team-social-icon {
min-width: -webkit-max-content;
min-width: -moz-max-content;
}
.xpro-preview-iframe-outer {
position: relative;
height: 100%;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
#xpro-portfolio-html-main {
margin-top: 0 !important;
}
#xpro-portfolio-html-main body {
-ms-overflow-style: none;
scrollbar-width: none;
}
#xpro-portfolio-html-main body::-webkit-scrollbar {
display: none;
}
.xpro-preview-iframe-outer::before {
content: url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/images/spinner.gif);
position: absolute;
height: 100%;
width: 100%;
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;
z-index: -1;
}
.xpro-preview .xpro-preview-iframe {
height: 100%;
position: relative;
border: none;
width: calc(100% + 17px);
max-width: unset;
}
.xpro-preview .xpro-preview-iframe.loaded {
width: 100%;
max-width: 100%;
}
.xpro-preview .xpro-preview-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 0;
border-bottom: 1px solid #f0f0f0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-preview-header .xpro-preview-header-left {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.xpro-preview-header .xpro-preview-header-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 0 24px;
min-height: 60px;
}
.xpro-preview-header .xpro-preview-header-arrow {
padding: 0;
}
.xpro-preview-header .xpro-preview-arrow {
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;
text-decoration: none;
color: #000;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
padding: 0 24px;
height: 100%;
min-height: 60px;
outline: 0;
cursor: pointer;
border-right: 1px solid;
border-color: #f0f0f0;
}
.xpro-preview-header .xpro-preview-close {
border-left: 1px solid;
border-right: 0;
border-color: #f0f0f0;
}
.xpro-preview-header .xpro-preview-arrow:before {
font-family: "Font Awesome 5 Free";
font-weight: 700;
}
.xpro-preview-arrow.xpro-preview-inactive {
color: #ccc;
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-prev-demo:before {
content: "\f053";
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-next-demo:before {
content: "\f054";
}
.xpro-preview-header .xpro-preview-arrow.xpro-preview-close:before {
content: "\f00d";
}
.xpro-preview-header .xpro-preview-arrow:hover {
background: #f8f9fa;
}
.xpro-preview-header .xpro-preview-demo-name {
font-size: 1rem;
font-weight: 400;
color: #2b2b2b;
margin-right: 0.75rem;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow {
position: absolute;
top: 50%;
z-index: 2;
padding: 10px 20px;
background-color: #fffc;
border: 1px solid #f0f0f0;
border-radius: 2px;
color: #2b2b2b;
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow:hover {
background-color: #fff;
}
.xpro-preview-nav-layout-2 > .xpro-preview-arrow > i {
margin: 0 3px;
}
.xpro-preview-nav-layout-2 > .xpro-preview-prev-demo {
left: 5px;
}
.xpro-preview-nav-layout-2 > .xpro-preview-next-demo {
right: 5px;
}
.xpro-preview-arrow.xpro-preview-inactive {
cursor: not-allowed !important;
}
.elementor-widget-xpro-icon-box {
position: relative;
overflow: initial;
}
.xpro-box-icon-wrapper {
position: relative;
display: block;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-box-icon-wrapper-inner {
width: auto;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-box-icon-item {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 10px;
color: #2b2b2b;
text-align: center;
font-size: 40px;
line-height: 1;
overflow: hidden;
min-height: -webkit-max-content;
min-height: -moz-max-content;
min-height: max-content;
-webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
.xpro-box-icon-item > svg {
width: 100%;
height: auto;
}
.xpro-badge {
position: absolute;
z-index: 3;
background-color: var(--e-global-color-accent);
color: #fff;
padding: 8px 18px;
border-radius: 50px;
font-size: 12px;
line-height: 1;
text-align: center;
-webkit-transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
-ms-transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
transform: translate(var(--xpro-badge-translate-x), var(--xpro-badge-translate-y)) rotate(var(--xpro-badge-rotate));
--xpro-badge-translate-x: 0;
--xpro-badge-translate-y: 0;
--xpro-badge-rotate: 0;
}
.xpro-badge-middle-center,
.xpro-badge-middle-left,
.xpro-badge-middle-right {
--xpro-badge-translate-y: -50%;
top: 50%;
}
.xpro-badge-top-left,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before {
top: 0;
left: 0;
}
.xpro-badge-middle-center,
.xpro-badge-top-center {
left: 50%;
--xpro-badge-translate-x: -50%;
}
.xpro-badge-top-center {
top: 0;
}
.xpro-badge-top-right {
top: 0;
right: 0;
}
.xpro-badge-bottom-left {
bottom: 0;
left: 0;
}
.xpro-badge-bottom-center {
bottom: 0;
left: 50%;
--xpro-badge-translate-x: -50%;
}
.xpro-badge-bottom-right,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a:after {
bottom: 0;
right: 0;
}
.xpro-box-icon-title {
margin: 0;
line-height: 1.2;
transition: color 0.3s ease-in-out;
}
.xpro-box-icon-description,
.xpro-counter-description {
margin: 0;
color: #383838;
line-height: 1.2;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-pricing-icon,
.xpro-pricing-media,
.xpro-pricing-price-box,
.xpro-testimonial-description,
.xpro-testimonial-layout-2 .xpro-testimonial-rating {
margin-bottom: 15px;
}
.elementor-widget-xpro-pricing {
position: relative;
overflow: initial;
padding: 3em 4em;
border-radius: 0.5rem;
background-color: #fff;
-webkit-box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
word-wrap: break-word;
overflow-wrap: break-word;
}
.xpro-pricing-media img {
width: 150px;
display: inline-block;
}
.xpro-pricing-item .xpro-badge {
min-width: max-content;
padding: 0.8rem 1.5rem;
background-color: var(--e-global-color-primary);
color: #fff;
font-size: 14px;
line-height: 1;
border-radius: 0;
}
.xpro-pricing-icon {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-pricing-icon > i {
font-size: 2.5rem;
line-height: 1;
}
.xpro-pricing-title {
font-size: 2rem;
line-height: 1.2;
margin: 0 0 15px;
}
.xpro-pricing-description-wrapper {
margin-bottom: 10px;
}
.xpro-pricing-description {
max-width: 400px;
display: inline-block;
}
.xpro-pricing-features {
margin: 1.5rem 0;
}
.xpro-pricing-features-title {
font-size: 1.6rem;
line-height: 1.2;
margin: 0 0 1rem;
}
.xpro-pricing-features-list li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
font-size: 16px;
margin-bottom: 1rem;
}
.xpro-pricing-features-list li:last-child,
.xpro-team-layout-13 .xpro-team-social-list > li:last-child,
.xpro-team-layout-15 .xpro-team-social-list > li:last-child,
.xpro-team-layout-9 .xpro-team-social-list > li:last-child {
margin-bottom: 0 !important;
}
.xpro-pricing-feature-icon {
display: inline-block;
margin: 0 10px 0 0;
font-size: 14px;
}
.xpro-pricing-feature-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.xpro-pricing-item .xpro-pricing-tooltip-toggle {
position: absolute;
right: -30px;
font-size: 8px;
height: 18px;
width: 18px;
min-width: 18px;
color: #ffcc6c;
background-color: #fff3df;
text-align: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50px;
cursor: pointer;
}
.xpro-pricing-tooltip {
position: absolute;
left: 25px;
width: 200px;
text-align: left;
padding: 10px;
background-color: #efefef;
color: #2b2b2b;
font-size: 12px;
border-radius: 5px;
opacity: 0;
visibility: hidden;
font-family: var(--e-global-typography-primary-font-family);
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
font-weight: 500;
letter-spacing: 0.5px;
}
.xpro-infolist-media-type-custom,
.xpro-infolist-media-type-icon,
.xpro-pricing-btn {
background-color: var(--e-global-color-primary);
line-height: 1;
}
.xpro-pricing-tooltip::after {
content: "";
position: absolute;
top: 50%;
right: 100%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
border-color: #fff0 #efefef #fff0 #fff0;
}
.xpro-elementor-horizontal-menu-overlay.active,
.xpro-hero-slider.swiper-initialized,
.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-btn,
.xpro-pricing-tooltip-toggle:hover .xpro-pricing-tooltip {
opacity: 1;
visibility: visible;
}
.xpro-pricing-btn {
padding: 15px 35px;
text-align: center;
border: 1px solid var(--e-global-color-primary);
color: #fff;
display: inline-block;
-webkit-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-pricing-btn:focus,
.xpro-pricing-btn:hover {
color: var(--e-global-color-primary);
background-color: #fff0;
}
.xpro-pricing-price-tag {
margin-bottom: 0.5rem;
color: #242424;
font-weight: 500;
font-size: 3rem;
line-height: 1;
display: inline-block;
}
.xpro-pricing-currency {
font-size: 1.5rem;
display: inline-block;
margin-right: -10px;
}
.xpro-pricing-price-period {
color: #8c8c8c;
font-size: 16px;
}
.xpro-pricing-price-box-style-2 .xpro-pricing-price-tag {
display: inline-block;
margin: 0;
}
.xpro-pricing-price-box-style-2 .xpro-pricing-price-period {
display: inline-block;
margin: 0 0 0 10px;
}
.elementor-align-right .xpro-business-hour-item,
.xpro-page-title-icon-right,
.xpro-post-grid-align-right .xpro-post-grid-author,
.xpro-post-grid-align-right .xpro-post-grid-meta-list > li,
.xpro-post-title-icon-right,
.xpro-pricing-align-right .xpro-pricing-feature-title,
.xpro-pricing-align-right .xpro-pricing-features-list li,
.xpro-promo-box-align-right,
.xpro-site-title-icon-right,
.xpro-table-head-icon-left .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-left .xpro-table-body-row-cell-inner,
.xpro-testimonial-layout-4.xpro-testimonial-align-right,
.xpro-testimonial-layout-5.xpro-testimonial-align-right,
.xpro-testimonial-layout-6.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align-right .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-pricing-align-right .xpro-pricing-feature-icon {
margin: 0 0 0 10px;
}
.xpro-pricing-align-right .xpro-pricing-item .xpro-pricing-tooltip-toggle {
left: -30px;
}
.xpro-pricing-align-right .xpro-pricing-tooltip {
left: auto;
right: 25px;
text-align: right;
}
.xpro-pricing-align-right .xpro-pricing-tooltip::after {
left: 100%;
border-color: #fff0 #fff0 #fff0 #efefef;
}
.xpro-pricing-align-right .xpro-pricing-price-box-style-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: baseline;
-ms-flex-align: baseline;
align-items: baseline;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-pricing-align-right .xpro-pricing-price-box-style-2 .xpro-pricing-price-period {
display: inline-block;
margin: 0 10px 0 0;
}
.xpro-pricing-separator {
display: block;
position: relative;
}
.xpro-pricing-separator:before {
content: "";
position: relative;
display: inline-block;
border-top: 1px solid;
border-color: #e0e0e0;
width: 100px;
margin: 10px 0 25px;
padding: 2px;
}
.xpro-3d-tilt-parallax-yes.elementor-element,
.xpro-mouse-effect-yes.elementor-element,
.xpro-scroll-effect-yes.elementor-element {
-webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 1ms;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 1ms, -webkit-box-shadow 0.3s, -webkit-transform 1ms;
-o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, transform 1ms;
}
.xpro-3d-tilt-parallax-yes.elementor-element:not(:hover) {
transition: none;
}
.xpro-elementor-button,
.xpro-infolist-media-type-icon {
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
}
.xpro-infolist-wrapper {
padding: 0;
margin: 0;
list-style: none;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-infolist-layout-vertical,
.xpro-post-grid-layout-4 .cbp-item-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-infolist-layout-horizontal {
width: 100%;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-horizontal-timeline-inner,
.xpro-infolist-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content,
.xpro-infolist-item > a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-infolist-title {
font-size: 18px;
margin: 0;
}
.xpro-infolist-desc {
margin: 0;
color: #929292;
}
.xpro-infolist-media {
position: relative;
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;
margin: 10px 20px;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
}
.xpro-infolist-media-type-icon::before {
--xpro-speparator-line: 0;
content: "";
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
height: calc(100% + var(--xpro-speparator-line));
border-left: 2px solid var(--e-global-color-primary);
display: none;
}
.elementor-align-center .xpro-infolist-media-type-icon::before,
.xpro-infolist-item:last-child .xpro-infolist-media-type-icon::before,
.xpro-post-grid-layout-10 .xpro-post-grid-image::after,
.xpro-post-grid-layout-8 .xpro-post-grid-image::after,
.xpro-social-icon-wrapper > li .xpro-social-icon::before,
.xpro-social-share-wrapper > li .xpro-social-share::before {
content: none;
}
.xpro-infolist-media-type-icon {
font-size: 12px;
width: 25px;
height: 25px;
border-radius: 50px;
color: #fff;
transition: 0.3s ease-in-out;
}
.xpro-infolist-media-type-custom {
font-size: 16px;
padding: 5px 20px;
border-radius: 5px;
color: #fff;
min-width: max-content;
}
.xpro-infolist-media-type-image,
.xpro-team-layout-9 .xpro-team-image {
position: relative;
overflow: hidden;
}
.xpro-infolist-media-type-image > img {
height: auto;
width: 100px;
}
.xpro-infolist-custom {
font-style: normal;
}
.elementor-align-center .xpro-infolist-item,
.elementor-align-center .xpro-infolist-item > a,
.xpro-author-box-alignment-center .xpro-author-box {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.elementor-align-right .xpro-infolist-item,
.elementor-align-right .xpro-infolist-item > a,
.xpro-author-box-alignment-right .xpro-author-box {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.xpro-infolist-layout-horizontal .xpro-infolist-media-type-icon::before {
content: none !important;
}
.xpro_lottie {
display: inline-block;
line-height: 1;
}
.xpro-progress-bar-wrapper {
position: relative;
line-height: 1;
}
.xpro-progress-title {
font-weight: 600;
color: #2b2b2b;
display: block;
}
.xpro-progress-bar {
height: 5px;
background-color: #f5f5f5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 10px 0;
}
.xpro-progress-track {
width: 0;
background-color: var(--e-global-color-primary);
display: block;
height: 100%;
overflow: visible !important;
}
.xpro-progress-counter {
position: absolute;
right: 0;
bottom: 100%;
z-index: 1;
font-size: 16px;
font-weight: 400;
color: #b1b1b1;
margin-bottom: 10px;
}
.xpro-pie-chart-count,
.xpro-pie-chart-media > i {
font-size: 40px;
line-height: 1;
}
.xpro-progress-bar-layout-1 .xpro-progress-bar,
.xpro-progress-bar-layout-11 .xpro-progress-track,
.xpro-progress-bar-layout-12 .xpro-progress-track,
.xpro-progress-bar-layout-7 .xpro-progress-track {
position: relative;
border-radius: 10px;
}
.xpro-progress-bar-layout-1 .xpro-progress-track {
border-radius: 10px;
}
.xpro-progress-bar-layout-2 .xpro-progress-bar {
height: 50px;
}
.xpro-progress-bar-layout-2 .xpro-progress-counter {
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
right: 15px;
color: #fff;
margin: 0;
}
.xpro-progress-bar-layout-2 .xpro-progress-content,
.xpro-progress-bar-layout-4 .xpro-progress-content {
position: absolute;
top: 50%;
z-index: 2;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin: 0;
left: 15px;
}
.xpro-progress-bar-layout-3 .xpro-progress-counter {
padding: 5px 10px;
background-color: var(--e-global-color-primary);
color: #fff;
right: -25px;
font-size: 14px;
}
.xpro-progress-bar-layout-3 .xpro-progress-counter::before {
position: absolute;
content: "";
bottom: -5px;
left: 50%;
-webkit-transform: translateX(-50%) rotate(45deg);
-ms-transform: translateX(-50%) rotate(45deg);
transform: translateX(-50%) rotate(45deg);
width: 14px;
height: 14px;
background-color: inherit;
z-index: -1;
}
.xpro-progress-bar-layout-4 .xpro-progress-bar {
position: relative;
height: 50px;
}
.xpro-progress-bar-layout-4 .xpro-progress-counter {
bottom: 50%;
right: 50%;
-webkit-transform: translate(50%, 50%);
-ms-transform: translate(50%, 50%);
transform: translate(50%, 50%);
color: #fff;
margin: 0;
}
.xpro-progress-control {
background-color: var(--e-global-color-primary);
display: inline-block;
height: 14px;
margin-top: 0;
position: relative;
width: 12px;
margin-right: 5px;
border-top-left-radius: 3px;
border-top-right-radius: 3px;
}
.xpro-progress-control:before {
border-top: 6px solid var(--e-global-color-primary);
border-left: 6px solid #fff0;
border-right: 6px solid #fff0;
content: "";
height: 0;
left: 0;
position: absolute;
bottom: -6px;
width: 0;
}
.xpro-progress-bar-layout-5 .xpro-progress-counter {
position: absolute;
right: -45px;
}
.xpro-progress-bar-layout-6 .xpro-progress-bar {
height: 50px;
position: relative;
}
.xpro-progress-bar-layout-6 .xpro-progress-counter {
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
right: 0;
color: #2b2b2b;
margin: 0;
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 15px;
}
.xpro-progress-bar-layout-6 .xpro-progress-count-less-wrapper {
color: #fff;
margin-right: auto;
}
.xpro-progress-bar-layout-7 .xpro-progress-bar {
border-radius: 10px;
height: 20px;
}
.xpro-progress-bar-layout-7 .xpro-progress-counter {
font-size: 12px;
margin-bottom: 10px;
min-height: 40px;
min-width: 40px;
right: -20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
background-color: var(--e-global-color-primary);
color: #fff;
border-radius: 50px;
padding: 5px;
}
.xpro-progress-bar-layout-7 .xpro-progress-counter::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: calc(100% - 5px);
height: calc(100% - 5px);
border: 1px solid;
border-radius: 50%;
background-color: #fff0;
}
.xpro-progress-bar-layout-10 .xpro-progress-counter::after,
.xpro-progress-bar-layout-7 .xpro-progress-counter::after {
border-top: 6px solid var(--e-global-color-primary);
border-left: 6px solid #fff0;
border-right: 6px solid #fff0;
content: "";
height: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
position: absolute;
bottom: -5px;
width: 0;
}
.xpro-progress-bar-layout-8 .xpro-progress-bar {
position: relative;
height: 30px;
padding: 10px;
border-radius: 50px;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group,
.xpro-progress-bar-layout-8 .xpro-progress-track {
border-radius: 50px;
}
.xpro-progress-bar-layout-8 .xpro-progress-counter {
margin: 0;
right: 25px;
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
}
.xpro-progress-bar-layout-9 .xpro-progress-bar {
position: relative;
height: 20px;
padding: 5px;
}
.xpro-progress-bar-layout-9 .xpro-progress-track {
background: -webkit-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: -o-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: repeating-linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
}
.xpro-progress-bar-layout-10 .xpro-progress-bar {
height: 20px;
padding: 5px;
}
.xpro-progress-bar-layout-10 .xpro-progress-track {
position: relative;
background: -webkit-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: -o-repeating-linear-gradient(left, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
background: repeating-linear-gradient(to right, var(--e-global-color-primary), var(--e-global-color-primary) 10px, transparent 10px, transparent 12px);
}
.xpro-progress-bar-layout-10 .xpro-progress-counter {
padding: 10px;
right: -25px;
}
.xpro-progress-bar-layout-11 .xpro-progress-bar,
.xpro-progress-bar-layout-12 .xpro-progress-bar {
height: 10px;
border-radius: 10px;
}
.xpro-progress-bar-layout-11 .xpro-progress-track::after {
content: "";
position: absolute;
height: 25px;
width: 25px;
border: 5px solid var(--e-global-color-primary);
background-color: #fff;
border-radius: 50px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.xpro-progress-bar-layout-11 .xpro-progress-counter {
padding: 5px;
right: -10px;
}
.xpro-progress-bar-layout-12 .xpro-progress-counter {
content: "";
position: absolute;
height: 36px;
width: 36px;
font-size: 12px;
border: 2px solid var(--e-global-color-primary);
background-color: #fff;
border-radius: 50px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
margin: 0;
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;
}
.xpro-progress-bar-layout-13 .xpro-progress-counter {
padding: 5px 10px;
background-color: var(--e-global-color-primary);
color: #fff;
right: 0;
font-size: 14px;
}
.xpro-progress-bar-layout-13 .xpro-progress-counter::before {
position: absolute;
content: "";
width: 0;
height: 0;
right: 0;
bottom: -10px;
border-top: 14px solid var(--e-global-color-primary);
border-left: 14px solid #fff0;
}
.xpro-progress-bar-layout-14 .xpro-progress-counter {
padding: 5px 10px;
background-color: var(--e-global-color-primary);
color: #fff;
right: -25px;
font-size: 14px;
bottom: 50%;
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
transform: translateY(50%);
margin: 0;
}
.xpro-progress-bar-layout-14 .xpro-progress-counter::before {
position: absolute;
content: "";
width: 0;
height: 0;
left: -14px;
top: 0;
border-bottom: 14px solid var(--e-global-color-primary);
border-left: 14px solid #fff0;
}
.xpro-progress-bar-layout-15 .xpro-progress-counter {
position: relative;
right: auto;
bottom: auto;
font-size: 45px;
color: #2b2b2b;
}
.xpro-pie-chart {
position: relative;
height: 250px;
width: 250px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-pie-chart canvas {
position: absolute;
top: 0;
left: 0;
max-width: 100%;
max-height: 100%;
}
.xpro-pie-chart-media {
display: block;
width: 100%;
padding: 25px;
}
.xpro-pie-chart-count {
font-weight: 700;
display: block;
}
.xpro-pie-chart-media svg {
height: auto;
width: 40px;
}
.xpro-pie-chart-title {
margin: 10px 0 0;
font-size: 20px;
}
.xpro-counter-item {
font-size: 45px;
font-weight: 700;
margin-bottom: 10px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
line-height: 1;
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: var(--e-global-color-primary);
}
.xpro-counter-item > span,
.xpro-horizontal-timeline-time,
.xpro-horizontal-timeline-title,
.xpro-table-body-row-cell-content {
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-counter-title {
font-size: 25px;
font-weight: 500;
margin: 0 0 5px;
line-height: 1.2;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-elementor-button,
.xpro-elementor-button-w-hover-card {
font-size: 15px;
border-radius: 3px;
fill: #fff;
text-align: center;
color: #fff;
display: inline-block;
position: relative;
overflow: hidden;
}
.elementor-align-justify .xpro-elementor-button {
width: 100%;
line-height: 0;
}
.xpro-elementor-button {
line-height: 1;
background-color: var(--e-global-color-accent);
padding: 15px 30px;
transition: 0.3s ease-in-out;
}
.xpro-elementor-button-w-hover-card {
line-height: 1;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-elementor-button-inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
z-index: 1;
}
.xpro-elementor-button-media {
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;
margin: 0;
}
.xpro-elementor-button-media > svg {
width: 20px;
height: auto;
}
.xpro-align-icon-left .xpro-elementor-button-media,
.xpro-promo-box-align-left > i,
.xpro-promo-box-align-left > svg {
margin-right: 5px;
}
.xpro-align-icon-right .xpro-elementor-button-media {
margin-left: 5px;
-webkit-box-ordinal-group: 3;
-ms-flex-order: 2;
order: 2;
}
[class*="xpro-elementor-button-hover-style-underline"]:before {
content: "";
position: absolute;
background-color: #2b2b2b;
height: 5px;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.xpro-elementor-button-hover-style-underlineFromLeft:before,
.xpro-elementor-horizontal-menu-style-underlineFromLeft .xpro-elementor-horizontal-navbar-nav > li > a:before {
left: 0;
right: 100%;
bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromRight:before,
.xpro-elementor-horizontal-menu-style-underlineFromRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
left: 100%;
right: 0;
bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromCenter:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li > a:before {
left: 51%;
right: 51%;
bottom: 0;
}
.xpro-elementor-button-hover-style-underlineFromCenter:focus:before,
.xpro-elementor-button-hover-style-underlineFromCenter:hover:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-underlineFromCenter .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
left: 0;
right: 0;
}
.xpro-elementor-button-hover-style-skewFill:before {
position: absolute;
top: 0;
height: 100%;
content: "";
background-color: #e1e1e1;
width: 120%;
left: -10%;
-webkit-transform: skew(30deg);
-ms-transform: skew(30deg);
transform: skew(30deg);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
-o-transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1), -webkit-transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
}
.xpro-elementor-button-hover-style-skewFill:focus::before,
.xpro-elementor-button-hover-style-skewFill:hover::before {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.xpro-elementor-button-hover-style-bubbleFromDown::before {
position: absolute;
content: "";
background-color: #e1e1e1;
width: 120%;
height: 0;
padding-bottom: 120%;
top: -110%;
left: -10%;
border-radius: 50%;
-webkit-transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.xpro-elementor-button-hover-style-bubbleFromDown:focus::before,
.xpro-elementor-button-hover-style-bubbleFromDown:hover::before {
-webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.xpro-elementor-button-hover-style-bubbleFromDown::after {
content: "";
background-color: #e1e1e1;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.xpro-elementor-button-hover-style-bubbleFromDown:focus::after,
.xpro-elementor-button-hover-style-bubbleFromDown:hover::after {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition-duration: 50ms;
-o-transition-duration: 50ms;
transition-duration: 50ms;
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
-webkit-transition-timing-function: linear;
-o-transition-timing-function: linear;
transition-timing-function: linear;
}
.xpro-elementor-button-hover-style-bubbleFromCenter::after,
.xpro-elementor-button-hover-style-bubbleFromCenter::before {
content: "";
position: absolute;
background-color: #e1e1e1;
}
.xpro-elementor-button-hover-style-bubbleFromCenter::before {
width: 110%;
height: 0;
padding-bottom: 110%;
top: 50%;
left: 50%;
border-radius: 50%;
-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
transform: translate3d(-50%, -50%, 0) scale3d(0, 0, 1);
}
.xpro-elementor-button-hover-style-bubbleFromCenter:focus::before,
.xpro-elementor-button-hover-style-bubbleFromCenter:hover::before {
-webkit-transition: -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-o-transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
-webkit-transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
transform: translate3d(-50%, -50%, 0) scale3d(1, 1, 1);
}
.xpro-elementor-button-hover-style-bubbleFromCenter::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 0;
-webkit-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
}
.xpro-elementor-button-hover-style-bubbleFromCenter:focus::after,
.xpro-elementor-button-hover-style-bubbleFromCenter:hover::after {
opacity: 1;
-webkit-transition-duration: 10ms;
-o-transition-duration: 10ms;
transition-duration: 10ms;
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.xpro-elementor-button-hover-style-flipSlide:focus > .xpro-elementor-button-inner,
.xpro-elementor-button-hover-style-flipSlide:hover > .xpro-elementor-button-inner {
-webkit-animation: 0.2s forwards MoveUpInitial, 0.2s 0.2s forwards MoveUpEnd;
animation: 0.2s forwards MoveUpInitial, 0.2s 0.2s forwards MoveUpEnd;
}
@-webkit-keyframes MoveUpInitial {
to {
-webkit-transform: translate3d(0, -105%, 0);
transform: translate3d(0, -105%, 0);
opacity: 0;
}
}
@keyframes MoveUpInitial {
to {
-webkit-transform: translate3d(0, -105%, 0);
transform: translate3d(0, -105%, 0);
opacity: 0;
}
}
@-webkit-keyframes MoveUpEnd {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes MoveUpEnd {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
opacity: 0;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.xpro-elementor-button-hover-style-flipSlide::before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
background: #e1e1e1;
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
-o-transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.xpro-business-hour-day,
.xpro-elementor-horizontal-navbar-nav > li > a {
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
}
.xpro-elementor-button-hover-style-flipSlide:hover::before,
.xpro-elementor-button-hover-style-flipSlide:hover:focus {
-webkit-transform: scale3d(0, 1, 1);
transform: scale3d(0, 1, 1);
-webkit-transform-origin: 0% 50%;
-ms-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.xpro-elementor-horizontal-navbar-nav {
list-style: none;
margin: 0;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a,
.xpro-elementor-horizontal-navbar-nav > li > a {
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-align: center;
font-family: var(--e-global-typography-primary-font-family);
font-weight: 500;
position: relative;
}
.xpro-elementor-horizontal-navbar-nav ul {
list-style: none;
margin: 0;
padding: 0;
}
.xpro-elementor-horizontal-navbar li {
position: relative;
z-index: 1;
margin: 0;
}
.xpro-elementor-horizontal-navbar-nav > li > a {
display: flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 20px 10px;
margin: 0 10px;
font-size: 16px;
min-width: max-content;
line-height: 1;
z-index: 1;
text-decoration: none;
color: #2b2b2b;
transition: color 0.2s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > i,
.xpro-elementor-horizontal-navbar-nav > li > a > i,
.xpro-news-ticker-close {
margin-right: 10px;
}
.xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
font-size: 14px;
margin-left: 10px;
line-height: 1;
}
.xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle::before {
border-style: solid;
border-width: 0.1em 0.1em 0 0;
content: "";
display: inline-block;
height: 8px;
position: relative;
top: 0.1em;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
vertical-align: top;
width: 8px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu {
list-style: none;
margin: 0;
position: absolute;
left: 0;
min-width: 225px;
border: none;
border-radius: 0;
opacity: 0;
visibility: hidden;
z-index: 99;
text-align: left;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
transition: opacity 0.3s ease-in-out, transform 0.3s linear, -webkit-transform 0.3s linear;
}
.xpro-elementor-horizontal-navbar-nav li.dropdown:hover > .xpro-elementor-dropdown-menu {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a {
display: flex;
-ms-flex-align: center;
align-items: center;
font-size: 14px;
color: #fff;
background-color: var(--e-global-color-primary);
padding: 15px 20px;
border-bottom: 1px solid #ffffff69;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li:last-child > a {
border-bottom-color: #fff0;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
top: 0;
left: calc(100% + 1px);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li.xpro-edge > .xpro-elementor-dropdown-menu {
top: 0;
left: calc(-100% - 1px);
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle {
margin-left: auto;
padding-left: 10px;
line-height: 1;
}
.xpro-elementor-horizontal-navbar .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle::before {
border-style: solid;
border-width: 0.1em 0.1em 0 0;
content: "";
display: inline-block;
height: 8px;
position: relative;
top: 0.1em;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
vertical-align: top;
width: 8px;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before,
[class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: "";
position: absolute;
z-index: -1;
-webkit-transition-property: all;
-o-transition-property: all;
transition-property: all;
-webkit-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
transition-duration: 0.3s;
-webkit-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
[class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
z-index: 1;
height: 4px;
background-color: #c92a61;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
background-color: #f5f5f5;
width: 100%;
height: 100%;
}
.xpro-elementor-horizontal-menu-style-underlineCrossOver .xpro-elementor-horizontal-navbar-nav > li > a:before {
z-index: 1;
left: 0;
right: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 75px;
height: 4px;
z-index: 1;
background: #c92a61;
-webkit-transform: rotate3d(0, 0, 1, -55deg) scale3d(0, 1, 1) translate(-50%, -50%);
transform: rotate3d(0, 0, 1, -55deg) scale3d(0, 1, 1) translate(-50%, -50%);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transition: -webkit-transform 0.4s;
transition: transform 0.4s;
-o-transition: transform 0.4s;
transition: transform 0.4s, -webkit-transform 0.4s;
}
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
-webkit-transform: rotate3d(0, 0, 1, -55deg) scale3d(1, 1, 1) translate(-50%, -50%);
transform: rotate3d(0, 0, 1, -55deg) scale3d(1, 1, 1) translate(-50%, -50%);
}
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: "";
position: relative;
width: 0;
height: 5px;
background: #c92a61;
-webkit-transition: width 0.3s;
-o-transition: width 0.3s;
transition: width 0.3s;
}
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
width: 15px;
margin-right: 8px;
}
[class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a {
padding: 20px;
margin: 0;
background-color: #fff0;
}
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
}
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 100% 50%;
-ms-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
}
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li > a:before {
-webkit-transform: scaleY(0);
-ms-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToLeft .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToRight .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
-webkit-transform: scaleX(1);
-ms-transform: scaleX(1);
transform: scaleX(1);
}
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a:before,
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a:before,
.xpro-elementor-horizontal-menu-style-sweepToTop .xpro-elementor-horizontal-navbar-nav > li:hover > a:before {
-webkit-transform: scaleY(1);
-ms-transform: scaleY(1);
transform: scaleY(1);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a {
margin: 0 10px;
padding: 20px;
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before {
content: "";
position: absolute;
width: 10px;
height: 10px;
opacity: 0;
border: 2px solid #d94f5c;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
-webkit-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
-o-transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
transition-timing-function: cubic-bezier(0.17, 0.67, 0.05, 1.29);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before {
top: 0;
left: 0;
border-width: 2px 0 0 2px;
-webkit-transform: translate3d(10px, 10px, 0);
transform: translate3d(10px, 10px, 0);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after {
right: 0;
bottom: 0;
border-width: 0 2px 2px 0;
-webkit-transform: translate3d(-10px, -10px, 0);
transform: translate3d(-10px, -10px, 0);
}
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::before,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li:hover > a::after,
.xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li:hover > a::before {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before {
content: "";
position: absolute;
width: 0;
height: 3px;
background-color: #c92a61;
-webkit-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
}
.xpro-animated-link-style-25:hover::before,
.xpro-contact-form-item-type-captcha > div,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li.current_page_item > a::before,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a::after,
.xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li:hover > a::before,
.xpro-featured-image > img {
width: 100%;
}
.elementor-editor-active .xpro-reading-progress-bar,
.xpro-content-toggle-button-wrapper.active ~ .xpro-toggle-content-wrapper > .xpro-toggle-content-first,
.xpro-elementor-horizontal-menu-toggler-wrapper,
.xpro-horizontal-timeline,
.xpro-social-icon.xpro-unique-triangle-shape .xpro-social-icon-title,
.xpro-social-share-title:empty,
.xpro-table-body-row .xpro-table-head-column-cell,
.xpro-team-layout-14 .xpro-team-description,
.xpro-team-layout-14 .xpro-team-social-list,
.xpro-team-layout-3 .xpro-team-description,
.xpro-team-layout-7 .xpro-team-description,
.xpro-team-layout-7 .xpro-team-social-list,
.xpro-toggle-content-wrapper > .xpro-toggle-content-second {
display: none;
}
button.xpro-elementor-horizontal-menu-toggler {
padding: 5px;
background: 0 0;
color: #2b2b2b;
font-size: 25px;
line-height: 1;
width: 40px;
height: 40px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
border: none;
}
.xpro-elementor-horizontal-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: #00000069;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
opacity: 0;
visibility: hidden;
z-index: 99;
display: none;
}
button.xpro-elementor-horizontal-menu-close {
position: relative;
font-size: 20px;
line-height: 1;
width: 40px;
height: 40px;
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 2;
background-color: #e8e8e8;
color: #2b2b2b;
margin-left: auto;
cursor: pointer;
display: none;
border: none;
}
.xpro-elementor-horizontal-navbar-nav > li > .xpro-elementor-dropdown-menu:after {
content: "";
position: absolute;
top: -16px;
left: 15px;
z-index: -1;
display: block;
width: 16px;
height: 16px;
-webkit-transform: rotate(-45deg) translateY(1rem);
-ms-transform: rotate(-45deg) translateY(1rem);
transform: rotate(-45deg) translateY(1rem);
border-radius: 3px;
background: var(--e-global-color-primary);
-webkit-box-shadow: none;
box-shadow: none;
}
.xpro-team-content {
padding: 30px;
}
.xpro-team-title,
.xpro-testimonial-title {
font-size: 25px;
margin-bottom: 10px;
font-weight: 700;
line-height: 1.2;
color: #2b2b2b;
position: relative;
}
.xpro-team-designation,
.xpro-testimonial-designation {
font-size: 18px;
color: #969696;
margin-bottom: 15px;
line-height: 1.2;
position: relative;
}
.xpro-team-layout-7:hover .xpro-team-social-list-dis,
.xpro-team-social-list-dis {
display: flex;
}
.xpro-team-layout-14:hover .xpro-team-social-list-dis {
display: flex;
justify-content: center;
}
.xpro-team-layout-14:hover .xpro-team-social-list-dis .xpro-team-social-list,
.xpro-team-layout-7:hover .xpro-team-social-list-dis {
position: relative;
list-style: none;
padding: 0;
margin: 20px 0 0;
}
.xpro-team-social-list > li {
display: inline-block;
margin-right: 5px;
-webkit-transition: -webkit-transform 0.5s;
transition: transform 0.5s;
-o-transition: transform 0.5s;
transition: transform 0.5s, -webkit-transform 0.5s;
}
.xpro-team-social-list > li:first-child,
.xpro-team-social-list > li:nth-child(10) {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
}
.xpro-team-social-list > li:nth-child(2) {
-webkit-transition-delay: 0.2s;
-o-transition-delay: 0.2s;
transition-delay: 0.2s;
}
.xpro-team-social-list > li:nth-child(3) {
-webkit-transition-delay: 0.3s;
-o-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.xpro-team-social-list > li:nth-child(4) {
-webkit-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
transition-delay: 0.4s;
}
.xpro-team-social-list > li:nth-child(5) {
-webkit-transition-delay: 0.5s;
-o-transition-delay: 0.5s;
transition-delay: 0.5s;
}
.xpro-team-social-list > li:nth-child(6) {
-webkit-transition-delay: 0.6s;
-o-transition-delay: 0.6s;
transition-delay: 0.6s;
}
.xpro-team-social-list > li:nth-child(7) {
-webkit-transition-delay: 0.7s;
-o-transition-delay: 0.7s;
transition-delay: 0.7s;
}
.xpro-team-social-list > li:nth-child(8) {
-webkit-transition-delay: 0.8s;
-o-transition-delay: 0.8s;
transition-delay: 0.8s;
}
.xpro-team-social-list > li:nth-child(9) {
-webkit-transition-delay: 0.9s;
-o-transition-delay: 0.9s;
transition-delay: 0.9s;
}
.xpro-team-social-list .xpro-team-social-icon {
height: 40px;
width: 40px;
min-width: max-content;
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;
border: 1px solid #c1c1c1;
color: #8a8a8a;
-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-team-social-icon > i {
font-size: 16px;
line-height: 1;
}
.xpro-team-social-icon > svg {
width: 60px;
height: auto;
}
.xpro-team-image {
position: relative;
overflow: hidden;
display: inline-table;
max-width: 100%;
-webkit-box-flex: 0;
-ms-flex: none;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
}
.xpro-team-wrapper .xpro-team-image > img {
width: 100%;
height: 100%;
}
.xpro-team-layout-1 .xpro-team-image > img {
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-team-layout-1:hover .xpro-team-image > img,
.xpro-team-layout-4:hover .xpro-team-image > img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
}
.xpro-team-layout-2 .xpro-team-designation {
font-size: 25px;
font-weight: 700;
color: #2b2b2b;
}
.xpro-team-layout-2 .xpro-team-title {
font-size: 35px;
margin-bottom: 15px;
}
.xpro-team-layout-2 .xpro-team-social-list {
position: absolute;
bottom: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 50px;
display: inline-block;
opacity: 0;
-webkit-transition: 0.3s 0.3s;
-o-transition: 0.3s 0.3s;
transition: 0.3s 0.3s;
}
.xpro-team-layout-2 .xpro-team-social-list > li {
-webkit-transform: translateY(300%);
-ms-transform: translateY(300%);
transform: translateY(300%);
}
.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-content,
.xpro-team-layout-12:hover .xpro-team-image::after,
.xpro-team-layout-2:hover .xpro-team-social-list > li,
.xpro-team-layout-3:hover .xpro-team-social-list > li,
.xpro-team-layout-6:hover .xpro-team-social-list > li {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.xpro-team-layout-2 .xpro-team-social-list .xpro-team-social-icon {
background-color: #fff;
border-radius: 50px;
border-color: #fff0;
}
.xpro-team-layout-3 .xpro-team-social-list {
position: absolute;
bottom: 0;
right: 0;
margin: 0;
opacity: 0;
-webkit-transition: 0.3s 0.3s;
-o-transition: 0.3s 0.3s;
transition: 0.3s 0.3s;
}
.xpro-team-layout-3 .xpro-team-social-list > li {
margin: 0;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.xpro-team-layout-3 .xpro-team-social-list .xpro-team-social-icon {
background-color: #fff;
border-color: #fff0;
}
.xpro-team-layout-3 .xpro-team-content {
position: relative;
padding: 30px;
z-index: 2;
background-color: #eaeaea;
}
.xpro-team-layout-4 .xpro-team-image > img {
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-team-layout-4 .xpro-team-content {
position: absolute;
top: 20px;
left: 20px;
right: 20px;
bottom: 20px;
background-color: #fff;
padding: 50px;
text-align: center;
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-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 10px;
opacity: 0;
-webkit-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
}
.xpro-team-layout-6 .xpro-team-content,
.xpro-team-layout-9 .xpro-team-inner-content {
position: absolute;
display: -webkit-box;
display: -ms-flexbox;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
}
.xpro-team-layout-4 .xpro-team-social-icon {
color: #fff;
background-color: #2b2b2b;
border-color: #2b2b2b;
border-radius: 50px;
}
.xpro-team-layout-5 .xpro-team-image::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: 0;
z-index: 2;
background-color: #2b2b2ba3;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-team-layout-5 .xpro-team-social-list {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
z-index: 3;
opacity: 0;
-webkit-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}
.xpro-team-layout-5 .xpro-team-social-list .xpro-team-social-icon {
color: #2b2b2b;
background-color: #fff;
border-color: #fff;
border-radius: 50px;
}
.xpro-team-layout-6 .xpro-team-content {
padding: 50px;
bottom: 0;
right: 0;
width: 80%;
height: 80%;
z-index: 2;
border: 1px solid #fff;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-team-layout-6 .xpro-team-content::before {
content: "";
position: absolute;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
-webkit-backdrop-filter: blur(3px);
backdrop-filter: blur(3px);
z-index: -1;
}
.xpro-team-layout-6 .xpro-team-social-list {
margin-top: auto;
opacity: 0;
-webkit-transition: 0.3s 0.3s;
-o-transition: 0.3s 0.3s;
transition: 0.3s 0.3s;
}
.xpro-team-layout-6 .xpro-team-social-list .xpro-team-social-icon {
border: 1px solid #fff;
color: #585858;
background-color: #fff;
}
.xpro-team-layout-6 .xpro-team-social-list > li {
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
}
.xpro-team-layout-7 .xpro-team-content {
padding: 30px;
border: 1px solid #f3f3f3;
border-radius: 10px;
bottom: 0;
left: 0;
position: absolute;
width: 100%;
background-color: #fff;
}
.xpro-team-layout-8 .xpro-team-inner-content {
position: absolute;
bottom: 15%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.xpro-team-layout-8 .xpro-team-image {
overflow: initial;
padding-bottom: 30px;
}
.xpro-team-layout-8 .xpro-team-social-list {
position: absolute;
bottom: 0;
left: 50%;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0;
padding: 10px 30px;
border-radius: 50px;
background-color: #ffc460;
}
.xpro-team-layout-8 .xpro-team-social-list .xpro-team-social-icon {
background-color: #fff;
border-color: #fff;
border-radius: 50px;
color: #2b2b2b;
}
.xpro-team-layout-8 .xpro-team-content {
padding: 50px;
display: none;
}
.xpro-team-layout-9 .xpro-team-inner-content {
bottom: 0;
left: 100px;
-webkit-transform-origin: bottom left;
-ms-transform-origin: bottom left;
transform-origin: bottom left;
padding: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
background-color: #fff;
min-height: 100px;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-title {
padding-left: 30px;
}
.xpro-team-layout-9 .xpro-team-inner-content .xpro-team-designation {
padding-left: 30px;
margin: 0;
}
.xpro-team-layout-10,
.xpro-team-layout-9 .xpro-team-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-team-layout-9 .xpro-team-social-list {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0;
min-width: 100px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: 50px 0;
background-color: #f0c46b;
}
.xpro-team-layout-9 .xpro-team-social-list > li {
margin-right: 0 !important;
margin-bottom: 10px;
}
.xpro-team-layout-9 .xpro-team-social-list .xpro-team-social-icon {
background-color: #ffffff47;
border-color: #fff0;
color: #fff;
border-radius: 50px;
}
.xpro-team-layout-9 .xpro-team-content {
padding: 0 !important;
}
.xpro-team-layout-9 .xpro-team-description {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
padding: 50px;
}
.xpro-team-layout-9 .xpro-team-description::before {
content: "";
position: relative;
width: 100px;
height: 5px;
display: block;
margin-bottom: 30px;
background-color: #f0c46b;
}
.xpro-team-layout-10 .xpro-team-image,
.xpro-team-layout-11 .xpro-team-image {
width: 50%;
}
.xpro-team-layout-10 .xpro-team-content,
.xpro-team-layout-11 .xpro-team-content {
padding: 30px;
width: 50%;
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;
}
.xpro-author-box,
.xpro-team-layout-11,
.xpro-testimonial-layout-4,
.xpro-testimonial-layout-5 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.xpro-team-layout-12 .xpro-team-content {
background-color: #002569e8;
}
.xpro-team-layout-12 .xpro-team-social-list {
margin: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
opacity: 0;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
-webkit-transition: opacity 0.2s ease-in-out;
-o-transition: opacity 0.2s ease-in-out;
transition: opacity 0.2s ease-in-out;
}
.xpro-team-layout-12 .xpro-team-image::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #002569e8;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-transition: -webkit-transform 0.3s linear;
transition: transform 0.3s linear;
-o-transition: transform 0.3s linear;
transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.xpro-team-layout-12 .xpro-team-social-list .xpro-team-social-icon {
border: 1px solid #ffffff78;
color: #fff;
background-color: #ffffff78;
}
.xpro-team-layout-13::after {
content: "";
position: absolute;
bottom: 0;
right: 0;
background-color: #fff;
height: 500px;
width: 500px;
max-width: 90%;
max-height: 90%;
margin-bottom: 4%;
margin-right: 4%;
-webkit-mask-image: url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/images/team-shape-2.png);
mask-image: url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/images/team-shape-2.png);
-webkit-mask-position: center center;
mask-position: center center;
-webkit-mask-size: 100%;
mask-size: 100%;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.xpro-team-layout-13 .xpro-team-social-list {
margin: 0;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
position: absolute;
top: 50px;
left: -40px;
z-index: -1;
}
.xpro-team-layout-13 .xpro-team-image {
overflow: initial;
z-index: 0;
}
.xpro-team-layout-13 .xpro-team-social-list > li {
margin-right: 0 !important;
margin-bottom: 10px;
-webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
opacity: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
}
.xpro-team-layout-13:hover .xpro-team-social-list > li {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.xpro-team-layout-13 .xpro-team-social-list .xpro-team-social-icon {
background-color: #2b2b2b;
border-color: #2b2b2b;
color: #fff;
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
}
.xpro-team-layout-13 .xpro-team-content {
position: absolute;
bottom: 100px;
left: 50%;
width: 100%;
padding: 0 0 0 30px;
z-index: 2;
max-width: calc(100% - 100px);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-left: 5px solid #2b2b2b;
}
.xpro-team-layout-14 .xpro-team-image > img {
position: relative;
z-index: 1;
}
.xpro-team-layout-15 {
border: 1px solid #efefef;
padding: 20px 0 20px 20px;
border-radius: 5px;
}
.xpro-team-layout-15 .xpro-team-social-list {
position: absolute;
top: 0;
-webkit-transform: none;
right: 0;
text-align: center;
margin: 0;
height: 100%;
padding: 20px;
background-color: #fff;
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-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-team-layout-15 .xpro-team-social-list > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-right: 0 !important;
margin-bottom: 10px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-team-layout-15 .xpro-team-content {
padding: 50px 0 0;
}
.xpro-testimonial-layout-1,
.xpro-testimonial-layout-2 {
border-radius: 5px;
background-color: #fff;
padding: 30px;
position: relative;
-webkit-box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
}
.xpro-testimonial-rating {
display: inline-block;
font-size: 12px;
line-height: 1;
margin-bottom: 30px;
}
.xpro-rating-layout-num {
padding: 5px 10px;
border-radius: 20px;
background-color: #ffbf36;
color: #fff;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-rating-layout-num > i {
font-size: 80%;
margin-left: 5px;
}
.xpro-rating-layout-star > i {
color: #e6e6e6;
}
.xpro-rating-layout-star > .xpro-rating-filled,
.xpro-tutor-ratings-stars > span {
color: #ffbf36;
}
.xpro-testimonial-quote {
font-size: 25px;
line-height: 1;
margin-bottom: 15px;
display: inline-block;
}
.xpro-testimonial-quote svg {
width: 40px;
height: auto;
}
.xpro-testimonial-image {
position: relative;
margin-bottom: 30px;
z-index: 2;
-ms-flex-negative: 0;
flex-shrink: 0;
-webkit-box-flex: 0;
-ms-flex-positive: 0;
flex-grow: 0;
}
.xpro-testimonial-image > img {
width: 200px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-testimonial-layout-2 .xpro-testimonial-quote {
position: absolute;
bottom: 0;
font-size: 70px;
right: 0;
line-height: 1;
margin: 0 30px -30px 0;
color: #bfbfbf;
}
.xpro-testimonial-layout-2.xpro-testimonial-align-center .xpro-testimonial-quote {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 -30px;
}
.xpro-testimonial-layout-2.xpro-testimonial-align-right .xpro-testimonial-quote {
right: auto;
left: 0;
margin: 0 0 -30px 30px;
}
.xpro-testimonial-layout-3 {
border-radius: 5px;
background-color: #fff;
padding: 30px;
position: relative;
height: 100%;
margin-bottom: -200px;
-webkit-box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
box-shadow: 0 3px 40px rgb(36 36 36 / 10%);
}
.xpro-testimonial-layout-4 .xpro-testimonial-image,
.xpro-testimonial-layout-5 .xpro-testimonial-image {
margin: 0 30px 0 0;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
}
.xpro-testimonial-layout-4 .xpro-testimonial-image > img,
.xpro-testimonial-layout-5 .xpro-testimonial-image > img {
height: 150px;
width: 150px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.xpro-testimonial-layout-4 .xpro-testimonial-inner-wrapper {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 50px;
border-radius: 10px;
background-color: #f1f1f1;
}
.xpro-testimonial-layout-4 .xpro-testimonial-quote {
font-size: 30px;
margin-bottom: 25px;
}
.xpro-block-quote-layout-6 .xpro-block-quote-content-wrap,
.xpro-testimonial-layout-4 .xpro-testimonial-rating,
.xpro-testimonial-layout-5 .xpro-testimonial-rating,
.xpro-testimonial-layout-6 .xpro-testimonial-designation,
.xpro-testimonial-layout-7 .xpro-testimonial-designation,
.xpro-testimonial-layout-8 .xpro-testimonial-designation {
margin: 0;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-item,
.xpro-table-head-icon-bottom .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-bottom .xpro-table-body-row-cell-inner,
.xpro-testimonial-layout-4.xpro-testimonial-align-center,
.xpro-testimonial-layout-5.xpro-testimonial-align-center,
.xpro-testimonial-layout-6.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align-center .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-4.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align-center .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-4.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align-right .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5 .xpro-testimonial-inner-wrapper {
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 50px;
border-radius: 10px;
background-color: #f1f1f1;
}
.xpro-testimonial-layout-5 .xpro-testimonial-quote {
font-size: 100px;
position: absolute;
top: 0;
left: 0;
margin: 20px;
color: #e4e4e4;
}
.xpro-testimonial-layout-5.xpro-testimonial-align-center .xpro-testimonial-quote {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 15px 0 0;
}
.xpro-testimonial-layout-5.xpro-testimonial-align-right .xpro-testimonial-quote {
right: 0;
left: auto;
}
.xpro-testimonial-layout-6 .xpro-testimonial-content,
.xpro-testimonial-layout-8 .xpro-testimonial-content {
position: relative;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 50px;
border-radius: 10px;
margin-bottom: 30px;
background-color: #f1f1f1;
}
.xpro-testimonial-layout-6 .xpro-testimonial-author,
.xpro-testimonial-layout-7 .xpro-testimonial-author,
.xpro-testimonial-layout-8 .xpro-testimonial-author,
.xpro-testimonial-layout-9 .xpro-testimonial-author {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-testimonial-layout-6 .xpro-testimonial-author-bio,
.xpro-testimonial-layout-7 .xpro-testimonial-author-bio,
.xpro-testimonial-layout-8 .xpro-testimonial-author-bio {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.xpro-testimonial-layout-6 .xpro-testimonial-image,
.xpro-testimonial-layout-7 .xpro-testimonial-image,
.xpro-testimonial-layout-8 .xpro-testimonial-image,
.xpro-testimonial-layout-9 .xpro-testimonial-image {
margin: 0 30px 0 0;
}
.xpro-testimonial-layout-6 .xpro-testimonial-image > img,
.xpro-testimonial-layout-7 .xpro-testimonial-image > img,
.xpro-testimonial-layout-8 .xpro-testimonial-image > img,
.xpro-testimonial-layout-9 .xpro-testimonial-image > img {
height: 120px;
width: 120px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.xpro-testimonial-layout-7 {
padding: 50px;
border-width: 2px 2px 2px 15px;
border-style: solid;
border-color: var(--e-global-color-primary);
}
.xpro-testimonial-layout-8 .xpro-testimonial-content::after {
content: "";
position: absolute;
bottom: 0;
left: 40px;
z-index: -1;
display: block;
width: 25px;
height: 25px;
-webkit-transform: rotate(-45deg) translateY(1rem);
-ms-transform: rotate(-45deg) translateY(1rem);
transform: rotate(-45deg) translateY(1rem);
border-radius: 3px;
background: inherit;
-webkit-box-shadow: none;
box-shadow: none;
}
.xpro-testimonial-layout-8.xpro-testimonial-align-center .xpro-testimonial-content::after {
left: calc(50% - 20px);
}
.xpro-testimonial-layout-8.xpro-testimonial-align-right .xpro-testimonial-content::after {
left: auto;
right: 60px;
}
.xpro-testimonial-layout-9 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.xpro-testimonial-layout-9.xpro-testimonial-align-center {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-date,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-content,
.xpro-testimonial-layout-9.xpro-testimonial-align-right {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-testimonial-layout-9 .xpro-testimonial-content {
margin-top: 20px;
}
.xpro-testimonial-layout-10 .xpro-testimonial-description {
margin-bottom: 30px;
}
.xpro-logo-grid-wrapper:after {
display: block;
clear: both;
content: "";
}
.xpro-logo-grid-item {
float: left;
overflow: hidden;
height: 180px;
border-color: #e7e7e7;
}
.xpro-logo-grid-figure {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
align-items: center;
-ms-flex-align: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0;
padding: 30px;
width: 100%;
height: 100%;
}
.xpro-logo-grid-img {
max-height: 100%;
-o-object-fit: cover;
object-fit: cover;
margin: 0 auto;
}
.xpro-logo-grid--tictactoe .xpro-logo-grid-item {
border-width: 2px 2px 0 0;
border-style: solid;
}
.xpro-logo-grid--border .xpro-logo-grid-item {
border-width: 0 2px 2px 0;
border-style: solid;
}
.xpro-logo-grid--border .xpro-logo-grid-item:first-child {
border-top-left-radius: 10px;
}
.xpro-logo-grid--border .xpro-logo-grid-item:last-child {
border-bottom-right-radius: 10px;
}
.xpro-logo-grid--box .xpro-logo-grid-wrapper {
margin: -0.5rem;
}
.xpro-logo-grid--box .xpro-logo-grid-item {
margin: 0.5rem;
border-width: 2px;
border-style: solid;
border-radius: 0.5rem;
}
.xpro-anim-mask-from-up {
-webkit-animation-name: XproMaskFromUp;
animation-name: XproMaskFromUp;
}
.xpro-anim-mask-from-down {
-webkit-animation-name: XproMaskFromDown;
animation-name: XproMaskFromDown;
}
.xpro-anim-mask-from-left {
-webkit-animation-name: XproMaskFromLeft;
animation-name: XproMaskFromLeft;
}
.xpro-anim-mask-from-right {
-webkit-animation-name: XproMaskFromRight;
animation-name: XproMaskFromRight;
}
@-webkit-keyframes XproMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XproMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XproMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XproMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XproMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
[class*="xpro-anim-reveal-from"] > .elementor-container::after,
[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
[class*="xpro-anim-reveal-from"]::after {
content: "";
position: absolute;
background: var(--e-global-color-primary);
width: 100%;
height: 100%;
z-index: 999;
-webkit-transition: 1.25s ease-in-out;
-o-transition: 1.25s ease-in-out;
transition: 1.25s ease-in-out;
}
.animated[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated[class*="xpro-anim-reveal-from"]::after {
-webkit-animation-duration: 1.25s;
animation-duration: 1.25s;
}
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-slow[class*="xpro-anim-reveal-from"] > ::after {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .e-con-inner::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .elementor-container::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"] > .elementor-element-populated::after,
.animated.animated-fast[class*="xpro-anim-reveal-from"]::after {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
}
.xpro-anim-reveal-from-up > .e-con-inner::after,
.xpro-anim-reveal-from-up > .elementor-container::after,
.xpro-anim-reveal-from-up > .elementor-element-populated::after,
.xpro-anim-reveal-from-up::after {
bottom: 0;
left: 0;
height: 0;
-webkit-animation-name: XproRevealVertical;
animation-name: XproRevealVertical;
}
.xpro-anim-reveal-from-down > .e-con-inner::after,
.xpro-anim-reveal-from-down > .elementor-container::after,
.xpro-anim-reveal-from-down > .elementor-element-populated::after,
.xpro-anim-reveal-from-down::after {
top: 0;
left: 0;
height: 0;
-webkit-animation-name: XproRevealVertical;
animation-name: XproRevealVertical;
}
.xpro-anim-reveal-from-left > .e-con-inner::after,
.xpro-anim-reveal-from-left > .elementor-container::after,
.xpro-anim-reveal-from-left > .elementor-element-populated::after,
.xpro-anim-reveal-from-left::after {
top: 0;
right: 0;
width: 0;
-webkit-animation-name: XproRevealHorizontal;
animation-name: XproRevealHorizontal;
}
.xpro-anim-reveal-from-right > .e-con-inner::after,
.xpro-anim-reveal-from-right > .elementor-container::after,
.xpro-anim-reveal-from-right > .elementor-element-populated::after,
.xpro-anim-reveal-from-right::after {
top: 0;
left: 0;
width: 0;
-webkit-animation-name: XproRevealHorizontal;
animation-name: XproRevealHorizontal;
}
@-webkit-keyframes XproRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@keyframes XproRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@-webkit-keyframes XproRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}
@keyframes XproRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}  ul.xpro-social-icon-wrapper.xpro-social-icon-style-1 li span:hover {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-2 li span:hover {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-2 li span {
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: #404040;
border: 2px dashed black;
background-clip: content-box;
margin: 10px;
-webkit-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
width: 110px;
height: 110px;
padding: 4px;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-3 li span:hover {
-webkit-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-moz-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-o-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
-ms-transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
transition: 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
background: black;
-webkit-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-3 li span:hover i {
-webkit-transition: .5s ease-in-out;
-ms-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
transform: scale(1.3);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-4 li span{
position: relative;
display: block;
border-radius: 50px;
background-color: #363333;
text-align: center;
transition: .5s;
box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-4 li span:hover {
transform: translateY(-10px);
background: black;
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-4 li span:hover i {
transform: scale(0.59);
transition: .5s;
rotate: 60deg;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-5 li span {
position: relative;
display: block;
background-color: #222;
text-align: center;
transition: .5s;
box-shadow: 0px 0px 0px 0px rgb(26 106 106);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-5 li span:hover {
transform: scale(1.2);
background: #166a6a;
box-shadow: 0px 0px 0px 0px rgb(26 106 106);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-5 li span:hover i {
transform: rotate(360deg);
transition: .5s;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li span {
display: inline-flex;
width: 80px;
height: 80px;
align-items: center;
justify-content: center;
text-decoration: none;
font-size: 30px;
border-radius: 50%;
margin: 10px;
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
background-size: 100% 200%;
background-position: 0% 5%;
transition: background-position 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(n) span {
color: #1976d3;
background-image: linear-gradient(#fff 50%, #1976d3 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(n+1) span {
color: #db6f44;
background-image: linear-gradient(#fff 50%, #db6f44 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(3n) span {
color: #000;
background-image: linear-gradient(#fff 50%, #000 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li:nth-child(4n) span {
color: #03a9f5;
background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-6 li span:hover {
background-position: 0% 100%;
color: #fff;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span {
position: relative;
display: block;
background-color: #2b2b2b;
text-align: center;
transition: .5s;
overflow: hidden;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span::after {
content: "";
position: absolute;
width: 120%;
height: 120%;
background: radial-gradient(rgba(255, 255, 255, 0.2), transparent);
left: 50%;
top: 50%;
transform: translate(-50%, -50%) scale(0);
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span:hover::after {
transform: translate(-50%, -50%) scale(1);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-7 li span:hover i {
transform: rotate(-30deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-8 li span {
position: relative;
display: block;
border-radius: 50px;
background: linear-gradient(45deg, #ff512f, #dd2476);
text-align: center;
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-8 li span:hover {
transform: rotateX(180deg);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-8 li span:hover i {
transform: rotate(180deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-9 li span {
position: relative;
display: block;
border-radius: 50px;
background-color: #333;
text-align: center;
transition: .5s;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-9 li span:hover {
transform: translateY(-5px);
box-shadow: 0 15px 25px rgba(0, 0, 0, 0.8);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-9 li span:hover i {
transform: rotate(45deg);
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-10 li span {
position: relative;
display: block;
background-color: #1a1a1a;
text-align: center;
transition: .5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-10 li span:hover {
animation: pulse 1s infinite;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-10 li span:hover i {
transform: scale(1.1);
}
@keyframes pulse {
0% {
box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
50% {
box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}
100% {
box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span {
display: flex;
height: 75px;
width: 75px;
border-radius: 8px;
align-items: center;
justify-content: center;
text-decoration: none;
background: #ffffff;
box-shadow: 4px 4px 0 -1px rgb(0 0 0 / 22%), -4px -5px 1px -1px rgb(253 253 253 / 70%);
border: 1px solid rgb(0 0 0 / 9%);
border: 1px solid rgba(0, 0, 0, 0);
transition: transform 0.5s, box-shadow 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span i {
font-size: 50px;
color: #777;
transition: transform 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span:hover {
box-shadow: inset 4px 4px 6px -1px rgba(0, 0, 0, 0.2),
inset -4px -4px 6px -1px rgba(255, 255, 255, 0.7),
-0.5px -0.5px 0px rgba(255, 255, 255, 1),
0.5px 0.5px 0px rgba(0, 0, 0, 0.15),
0px 12px 10px -10px rgba(0, 0, 0, 0.05);
border: 1px solid rgba(0, 0, 0, 0.01);
transform: translateY(2px);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li span:hover i {
transform: scale(0.9);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(n) span:hover i {
color: #3b5998;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(n+2) span:hover i {
color: #00acee; 
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(3n) span:hover i {
color: #000000; 
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(4n) span:hover i {
color: #f14843; 
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-11 li:nth-child(5n) span:hover i {
color: #0077b5; 
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-12 li span {
height: 80px;
width: 80px;
border-radius: 50%;
box-shadow: -5px 5px 15px #333;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.3s ease;
overflow: hidden;
position: relative;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-12 li span i {
font-size: 35px;
color: #e7e7e7;
transition: transform 0.3s ease;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-12 li span:hover  i {
animation: xpro-social-icon-slide  0.5s ease forwards;
}
@keyframes xpro-social-icon-slide {
0% {
transform: translateX(0);
}
50% {
transform: translateX(10px);
opacity: 0;
}
51% {
transform: translateX(-10px);
opacity: 0;
}
100% {
transform: translateX(0);
opacity: 1;
}
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-13 li span {
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #1A1A1A;
transition: all 0.75s ease;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-13 li span i {
padding: 16px;
font-size: 28px;
width: 28px;
text-align: center;
text-decoration: none;
border-radius: 50%;
background: #1A1A1A;
color: white;
transition: all 0.75s ease;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-13 li span:hover i {
box-shadow: 0 0 15px #FFE469;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li span {
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
background-size: 100% 200%;
background-position: 0% 5%;
transition: background-position 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(n) span {
color: #1976d3;
background-image: linear-gradient(#fff 50%, #1976d3 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(n+1) span {
color: #db6f44;
background-image: linear-gradient(#fff 50%, #db6f44 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(3n) span {
color: #000;
background-image: linear-gradient(#fff 50%, #000 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li:nth-child(4n) span {
color: #03a9f5;
background-image: linear-gradient(#fff 50%, #03a9f5 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-14 li span:hover {
background-position: 0% 100%;
color: #fff;
} ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li span {
box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
background-size: 100% 200%;
background-position: 0% 5%;
transition: background-position 0.5s, color 0.5s;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(n) span {
color: #1976d3;
border: 1px solid#03a9f5;
background-image: linear-gradient(#fff 50%, #1976d3 50%);
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(n+1) span {
color: #db6f44;
background-image: linear-gradient(#fff 50%, #db6f44 50%);
border: 1px solid  #db6f44;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(3n) span {
color: #000;
background-image: linear-gradient(#fff 50%, #000 50%);
border: 1px solid  #000;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li:nth-child(4n) span {
color: #03a9f5;
background-image: linear-gradient(#fff 50%, #03a9f5 50%);
border: 1px solid#03a9f5;
}
ul.xpro-social-icon-wrapper.xpro-social-icon-style-15 li span:hover {
background-position: 0% 100%;
color: #fff;
} .xpro-social-icon-wrapper,
.xpro-social-share-wrapper {
margin: 0;
padding: 0;
-ms-grid-columns: auto 2px auto 2px auto;
grid-template-columns: repeat(3, 1fr);
display: -ms-inline-grid;
display: inline-grid;
grid-column-gap: 2px;
}
.xpro-social-icon-wrapper > li,
.xpro-social-share-wrapper > li {
list-style: none;
display: inline-block;
}
.xpro-social-icon-wrapper > li .xpro-social-icon,
.xpro-social-share-wrapper > li .xpro-social-share {
display: -webkit-flex;
display: -ms-flex;
display: flex;
padding: 15px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
border-radius: 2px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
cursor: pointer;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon,
.xpro-social-share {
background-color: gray;
}
.xpro-social-icon > i,
.xpro-social-share > i {
font-size: 30px;
height: 30px;
width: 30px;
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;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon > svg,
.xpro-social-share > svg {
width: 18px;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon .xpro-social-icon-title,
.xpro-social-share .xpro-social-share-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
padding: 0 0 0 5px;
font-size: 15px;
}
.xpro-social-icon.xpro-unique-triangle-shape {
margin: 10px 25px 10px 0;
}
.xpro-social-icon.xpro-unique-triangle-shape:hover {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-unique-triangle-shape:hover.xpro-social-icon > i,
.xpro-unique-triangle-shape:hover.xpro-social-icon > svg {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-social-icon.xpro-unique-reverse-shape,
.xpro-social-share.xpro-unique-reverse-shape {
margin: 0 10px;
width: 200px;
height: 70px;
line-height: 70px;
padding: 0;
-webkit-transform: perspective(300px) rotateY(0);
transform: perspective(300px) rotateY(0);
transition: transform 0.2s linear, background-color 0s linear 0.1s, color 0s linear 0.1s, -webkit-transform 0.2s linear;
z-index: 1;
}
.xpro-social-icon.xpro-unique-reverse-shape:hover,
.xpro-social-share.xpro-unique-reverse-shape:hover {
-webkit-transform: perspective(300px) rotateY(180deg);
transform: perspective(300px) rotateY(180deg);
transition: transform 0.2s linear, background-color 0s linear 0.1s, color 0s linear 0.1s, -webkit-transform 0.2s linear;
}
.xpro-unique-reverse-shape:hover.xpro-social-icon > i,
.xpro-unique-reverse-shape:hover.xpro-social-icon > svg,
.xpro-unique-reverse-shape:hover.xpro-social-share > i,
.xpro-unique-reverse-shape:hover.xpro-social-share > svg {
-webkit-transition: none;
-o-transition: none;
transition: none;
opacity: 0;
visibility: hidden;
width: 0 !important;
}
.xpro-social-icon.xpro-unique-reverse-shape:hover .xpro-social-icon-title,
.xpro-social-share.xpro-unique-reverse-shape:hover .xpro-social-share-title {
-webkit-transition: none;
-o-transition: none;
transition: none;
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
opacity: 1;
visibility: visible;
width: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
display: block;
}
.xpro-social-icon.xpro-unique-reverse-shape .xpro-social-icon-title,
.xpro-social-share.xpro-unique-reverse-shape .xpro-social-share-title {
opacity: 0;
visibility: hidden;
width: 0;
display: none;
}
.xpro-social-icon.xpro-unique-slide-shape,
.xpro-social-share.xpro-unique-slide-shape {
-webkit-transition: width 0.3s ease-in-out;
-o-transition: width 0.3s ease-in-out;
transition: width 0.3s ease-in-out;
overflow: hidden;
position: relative;
padding: 15px 50px !important;
}
.xpro-unique-slide-shape:hover.xpro-social-icon > i,
.xpro-unique-slide-shape:hover.xpro-social-icon > svg,
.xpro-unique-slide-shape:hover.xpro-social-share > i,
.xpro-unique-slide-shape:hover.xpro-social-share > svg {
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
opacity: 0;
visibility: hidden;
}
.xpro-social-icon.xpro-unique-slide-shape .xpro-social-icon-title,
.xpro-social-share.xpro-unique-slide-shape .xpro-social-share-title {
position: absolute;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
top: 0;
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
opacity: 0;
visibility: hidden;
width: 100%;
height: 100%;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
z-index: 1;
}
.xpro-social-icon.xpro-unique-slide-shape:hover .xpro-social-icon-title,
.xpro-social-share.xpro-unique-slide-shape:hover .xpro-social-share-title {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff0;
opacity: 1;
visibility: visible;
}
.xpro-content-toggle-button-wrapper {
position: relative;
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;
}
.xpro-toggle-content-wrapper {
margin-top: 30px;
}
.xpro-content-toggle-after,
.xpro-content-toggle-before {
font-size: 16px;
font-weight: 400;
color: #2b2b2b;
line-height: 1;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-content-toggle-after,
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-before {
color: #989898;
}
button.xpro-content-toggle-button {
margin: 0 25px;
padding: 0;
position: relative;
border: none;
height: 40px;
width: 80px;
border-radius: 50px;
color: #6b7381;
background-color: #bdc1c8;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.xpro-content-toggle-handle {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 5px;
width: 30px;
height: 30px;
border-radius: 50px;
background-color: #fff;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-handle,
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-handle {
background-color: #34c759;
}
.xpro-content-toggle-button-wrapper.active .xpro-content-toggle-handle {
left: 45px;
-webkit-transition: 0.25s;
-o-transition: 0.25s;
transition: 0.25s;
}
.xpro-content-toggle-button-layout-2 .xpro-content-toggle-button {
background: 0 0 !important;
}
.xpro-content-toggle-button-layout-2 .xpro-content-toggle-handle {
background-color: #989898;
}
.xpro-content-toggle-button-layout-3 .xpro-content-toggle-button {
border-radius: 0;
background-color: #bdc1c8;
}
.xpro-content-toggle-button-layout-3 .xpro-content-toggle-handle,
button.xpro-content-toggle-button-layout-3 .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-3 .xpro-content-toggle-handle {
border-radius: 0;
}
.xpro-content-toggle-button-layout-4 .xpro-content-toggle-handle {
left: 1px;
background-color: #34c759;
}
.xpro-content-toggle-button-layout-5 .xpro-content-toggle-button,
.xpro-content-toggle-button-layout-5 .xpro-content-toggle-handle,
button.xpro-content-toggle-button-layout-5 .xpro-content-toggle-button,
button.xpro-content-toggle-button-layout-5 .xpro-content-toggle-handle {
border-radius: 5px;
}
button.xpro-content-toggle-button-layout-2 .xpro-content-toggle-button {
border: 4px solid #989898;
background: 0 0;
}
button.xpro-content-toggle-button-layout-2 .xpro-content-toggle-handle {
background-color: #989898;
width: 25px;
height: 25px;
}
button.xpro-content-toggle-button-layout-2.active .xpro-content-toggle-button {
background: 0 0;
border-color: #34c759;
}
button.xpro-content-toggle-button-layout-4 .xpro-content-toggle-button {
background: #f5f5f5;
height: 15px;
width: 60px;
}
button.xpro-content-toggle-button-layout-4.active .xpro-content-toggle-button {
background: #f5f5f5;
}
button.xpro-content-toggle-button-layout-4 .xpro-content-toggle-handle {
background-color: #34c759;
height: 25px;
width: 25px;
left: 0;
}
button.xpro-content-toggle-button-layout-4.active .xpro-content-toggle-handle {
left: 35px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button {
height: 60px;
width: 250px;
font-size: 16px;
line-height: 1;
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;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
min-height: 20px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button::before {
position: relative;
display: inline-block;
content: attr(data-text-before);
color: #34c759;
z-index: 1;
width: 50%;
text-align: center;
padding: 0 5px;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-button::after {
position: relative;
display: inline-block;
content: attr(data-text-after);
color: #fff;
z-index: 1;
width: 50%;
text-align: center;
padding: 0 5px;
}
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-button::after {
color: #34c759;
}
.xpro-content-toggle-button-layout-6 .xpro-content-toggle-handle {
height: calc(100% - 10px);
left: 5px;
width: 50%;
text-align: center;
}
.xpro-content-toggle-button-layout-6.active .xpro-content-toggle-handle {
left: calc(50% - 5px);
}
.elementor-widget-xpro-news-ticker {
background-color: #eaf1f9;
}
.xpro-news-ticker-wrapper {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title {
position: relative;
padding: 20px;
background: #5f77ff;
color: #fff;
z-index: 2;
font-size: 1rem;
min-width: max-content;
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;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-heading-box > img {
width: 35px;
height: 35px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-heading-box > i {
font-size: 20px;
margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-1::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 100%;
-webkit-clip-path: polygon(5% 50%, 0 35%, 0 65%);
clip-path: polygon(5% 50%, 0 35%, 0 65%);
background-color: #5f77ff;
margin-left: -1px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-2::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 100%;
-webkit-clip-path: polygon(10% 50%, 0 0, 0 100%);
clip-path: polygon(10% 50%, 0 0, 0 100%);
background-color: #5f77ff;
margin-left: -1px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-3::before {
content: "";
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 100%;
height: 100%;
-webkit-clip-path: polygon(10% 0, 0 0, 0 100%);
clip-path: polygon(10% 0, 0 0, 0 100%);
background-color: #5f77ff;
margin-left: -1px;
}
.xpro-news-ticker {
padding: 0 20px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-item {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-description {
font-size: 16px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-box > img {
max-width: 34px;
height: 34px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: center;
object-position: center;
margin: 0 10px;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-box > i {
font-size: 16px;
margin: 0 10px;
}
.xpro-news-ticker-navigation {
color: #282828;
font-size: 1rem;
min-width: max-content;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-news-ticker-close,
.xpro-news-ticker-next,
.xpro-news-ticker-prev {
width: 30px;
height: 30px;
line-height: 30px;
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;
}
.xpro-news-ticker-close > i,
.xpro-news-ticker-next > i,
.xpro-news-ticker-prev > i {
color: #282828;
}
.xpro-news-ticker-separator {
background-color: #cacaca;
width: 1px;
height: 30px;
margin-right: 10px;
}
.xpro-news-ticker.owl-carousel {
overflow: hidden;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.xpro-news-ticker.owl-carousel.owl-rtl .owl-item {
float: right;
text-align: left;
}
.elementor-widget-xpro-step-flow {
--xpro-step-flow-icon-size: 0;
--xpro-step-flow-icon-padding: 0;
--xpro-step-flow-direction-offset-x: 0;
--xpro-step-flow-direction-origin-x: calc(-1 * ((var(--xpro-step-flow-icon-size, 46px) / 2) + var(--xpro-step-flow-icon-padding, 50px) + var(--xpro-step-flow-direction-offset-x, 20px)));
--xpro-step-flow-direction-angle: 0;
}
.xpro-step-flow-wrapper {
padding: 20px;
text-align: center;
}
.xpro-step-flow-icon {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-bottom: 2rem;
padding: 50px;
border-radius: 50%;
background-color: #e9ecf0;
color: #2b2b2b;
text-align: center;
}
.xpro-step-flow-icon > i {
font-size: 30px;
}
.xpro-step-flow-icon > img {
width: 50px;
height: auto;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-step-flow-icon .xpro-step-flow-arrow,
.xpro-step-flow-icon .xpro-step-flow-circle,
.xpro-step-flow-icon .xpro-step-flow-line,
.xpro-step-flow-icon .xpro-step-flow-line-arrow {
position: absolute;
display: inline-block;
left: calc(100% + 20px);
-webkit-transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
-ms-transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
transform: translateY(-50%) rotate(var(--xpro-step-flow-direction-angle, 0));
-webkit-transform-origin: var(--xpro-step-flow-direction-origin-x) center;
-ms-transform-origin: var(--xpro-step-flow-direction-origin-x) center;
transform-origin: var(--xpro-step-flow-direction-origin-x) center;
top: 50%;
}
.xpro-step-flow-icon .xpro-step-flow-line {
border-top: 1px solid #ececec;
width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-line-arrow {
border-width: 2px;
border-color: #ececec;
width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-line-arrow:after {
content: "";
position: absolute;
display: inline-block;
border-width: 2px;
border-color: #ececec;
top: -7px;
right: 7px;
width: 15px;
height: 15px;
color: #ddd;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.xpro-step-flow-icon .xpro-step-flow-arrow:after {
content: "";
position: absolute;
display: inline-block;
border-width: 2px;
border-color: #ececec;
top: -7px;
width: 15px;
height: 15px;
color: #ddd;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.xpro-step-flow-icon .xpro-step-flow-circle {
border-top: 3px solid #ececec;
width: 100px;
}
.xpro-step-flow-icon .xpro-step-flow-circle:after {
content: "";
position: absolute;
display: inline-block;
top: 50%;
right: -15px;
border-radius: 50px;
width: 20px;
height: 20px;
color: #ddd;
background-color: #f9f9f9;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.xpro-step-flow-icon .xpro-step-flow-badge {
position: absolute;
padding: 8px;
border: 3px solid #fff;
border-radius: 20px;
background-color: #6ec1e4;
color: #fff;
font-size: 14px;
line-height: 1;
font-weight: 600;
}
.xpro-step-flow-title {
display: block;
margin-bottom: 20px;
font-size: 20px;
line-height: 1.2;
}
.xpro-step-flow-description {
color: #616161;
font-weight: 400;
font-size: 16px;
line-height: 1.5;
}
.xpro-table {
border-collapse: separate;
border-spacing: 0;
margin: 0;
width: 100%;
border: 0;
}
.xpro-table-body-row-cell,
.xpro-table-head-column-cell {
padding: 15px;
border: 1px solid #f3f3f3;
}
.xpro-table-body-row {
-webkit-transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out;
}
.xpro-table-body-row-cell-inner,
.xpro-table-head-column-cell-inner {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-table-body-row-cell-icon,
.xpro-table-head-column-cell-icon {
margin: 5px;
}
.xpro-table-body-row-cell-icon > i,
.xpro-table-head-column-cell-icon > i {
font-size: 18px;
line-height: 1;
}
.xpro-table-body-row-cell-icon > img,
.xpro-table-head-column-cell-icon > img {
height: auto;
width: 50px;
line-height: 1;
}
.xpro-page-title-icon-left,
.xpro-post-title-icon-left,
.xpro-promo-box-align-left,
.xpro-site-title-icon-left,
.xpro-subgroup-inline,
.xpro-table-head-icon-right .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-right .xpro-table-body-row-cell-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.xpro-subgroup-inline {
flex-direction: row !important;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-item,
.xpro-table-head-icon-top .xpro-table-head-column-cell-inner,
.xpro-table-row-icon-top .xpro-table-body-row-cell-inner {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.elementor-widget-xpro-page-title .xpro-page-title,
.elementor-widget-xpro-post-title .xpro-post-title,
.elementor-widget-xpro-site-title .xpro-site-title {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
margin: 0;
padding: 0;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
color: var(--e-global-color-primary);
font-weight: 600;
line-height: 1;
}
.elementor-widget-xpro-author-box {
padding: 2em;
border-radius: 0.5rem;
background-color: #fff;
-webkit-box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
box-shadow: 0 0.2rem 2.8rem rgb(36 36 36 / 10%);
}
.xpro-author-box-alignment-left .xpro-author-box {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.xpro-author-box-avatar {
-ms-flex-negative: 0;
flex-shrink: 0;
display: inline;
margin: 0 20px 0 0;
}
.xpro-author-box-alignment-right .xpro-author-box-avatar {
margin: 0 0 0 20px;
}
.xpro-author-box-alignment-center .xpro-author-box-avatar {
margin: 0 0 20px;
}
.xpro-author-box-avatar > img {
width: 100px;
}
.xpro-author-box-name {
font-size: 25px;
font-weight: 500;
margin: 0 0 5px;
line-height: 1.2;
}
.xpro-author-box-text {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.xpro-author-box-button {
padding: 10px 20px;
text-align: center;
background-color: #2b2b2b;
color: #fff;
font-size: 12px;
line-height: 1;
margin-top: 15px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-post-pagination .page-numbers:hover,
.xpro-post-grid-btn {
color: var(--e-global-color-accent);
}
.elementor-widget-xpro-post-grid .xpro-post-grid-main {
visibility: hidden;
}
.cbp-ready ~ .xpro-elementor-post-pagination,
.elementor-widget-xpro-post-grid .xpro-post-grid-main.cbp-ready {
visibility: visible;
}
.xpro-post-grid-item .cbp-item-wrapper {
position: relative;
border: 1px solid rgb(0 0 0 / 0.1);
overflow: hidden;
}
.xpro-post-grid-title {
font-size: 18px;
line-height: 1.2;
font-weight: 700;
margin: 0 0 10px;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-post-grid-content {
padding: 30px 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-post-grid-excerpt {
margin: 0 0 10px;
}
.xpro-post-grid-btn {
font-size: 13px;
line-height: 1;
font-weight: 600;
display: inline-block;
width: -webkit-max-content;
width: -moz-max-content;
width: max-content;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-post-grid-author {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 15px;
margin-top: 15px;
position: relative;
overflow: hidden;
}
.xpro-post-grid-wrapper .xpro-post-grid-main .xpro-post-grid-author img {
width: 50px;
height: 50px;
border-radius: 50px;
overflow: hidden;
}
.xpro-post-grid-author-title {
font-size: 14px;
line-height: 1;
color: #929292;
margin-bottom: 5px;
}
.xpro-post-grid-author-name {
color: #2b2b2b;
font-size: 16px;
line-height: 1;
font-weight: 600;
}
.xpro-post-grid-author-name:hover,
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li a:hover {
color: inherit;
}
.owl-carousel .xpro-post-grid-item,
.xpro-block-quote-layout-10 .xpro-block-quote-content-wrap {
margin: 10px 0;
}
.xpro-post-grid-image {
height: 200px;
width: 100%;
overflow: hidden;
position: relative;
}
.xpro-post-grid-image::after {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
background-color: #fff0;
-webkit-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.xpro-post-grid-item:hover .xpro-post-grid-image::after {
background-color: #0000004a;
}
.xpro-post-grid-wrapper .xpro-post-grid-image > img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: -webkit-transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out;
-o-transition: transform 0.3s ease-in-out;
transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.xpro-post-grid-meta-list {
margin: 0 0 10px;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
grid-gap: 10px;
}
.xpro-post-grid-meta-list > li {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 5px;
-moz-column-gap: 5px;
column-gap: 5px;
font-size: 14px;
line-height: 1;
color: #929292;
}
.xpro-post-grid-meta-list > li a {
color: #929292;
}
.cbp-item-off {
opacity: 0;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.xpro-post-grid-layout-10 .xpro-post-grid-image,
.xpro-post-grid-layout-2 .xpro-post-grid-image,
.xpro-post-grid-layout-6 .xpro-post-grid-image,
.xpro-post-grid-layout-8 .xpro-post-grid-image,
.xpro-post-grid-layout-9 .xpro-post-grid-image {
height: 100% !important;
}
.xpro-post-grid-layout-2 .xpro-post-grid-content {
position: absolute;
bottom: 0;
z-index: 2;
width: 100%;
}
.xpro-post-grid-layout-2 .xpro-post-grid-item:hover .xpro-post-grid-image::after,
.xpro-post-grid-layout-6 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
background-color: #ffffffc7;
}
.xpro-animated-link-graphic-arc,
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-dates:before,
.xpro-post-grid-layout-3 .xpro-post-grid-image::after {
top: 100%;
}
.xpro-animated-link-style-15:hover::after,
.xpro-post-grid-item:hover .xpro-post-grid-layout-3 .xpro-post-grid-image::after {
top: 0;
}
.xpro-post-grid-layout-3 .xpro-post-grid-btn {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 2;
color: #fff;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-post-grid-layout-3 .xpro-post-grid-item:hover .xpro-post-grid-image::after {
opacity: 1;
visibility: visible;
top: 0;
}
.xpro-block-quote-layout-4 .xpro-block-quote-inner,
.xpro-block-quote-layout-5 .xpro-block-quote-inner,
.xpro-post-grid-layout-4 .xpro-post-grid-item {
border: none;
}
.xpro-post-grid-layout-4 .xpro-post-grid-image {
height: 300px;
}
.xpro-post-grid-item:hover .xpro-post-grid-layout-4 .xpro-post-grid-image > img,
.xpro-post-grid-layout-7 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.xpro-post-grid-layout-4 .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
position: relative;
z-index: 2;
background-color: #fff;
padding: 50px 15px;
margin-top: 25px;
border: 1px solid rgb(0 0 0 / 0.1);
}
.xpro-post-grid-layout-4 .xpro-post-grid-image ~ .xpro-post-grid-content {
width: calc(100% - 20px);
margin: 0 auto -100px;
top: -100px;
}
.xpro-post-grid-layout-4 .xpro-post-grid-author {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
margin: 0;
}
.xpro-post-grid-layout-4 .xpro-post-grid-author > img {
border: 2px solid #fff;
}
.xpro-post-grid-align-center .xpro-post-grid-meta-list,
.xpro-post-grid-layout-4 .xpro-post-grid-meta-list,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list,
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-post-grid-layout-4 .xpro-post-grid-image > img,
.xpro-post-grid-layout-5 .xpro-post-grid-image > img {
height: 120%;
-webkit-transition-delay: 80ms;
-o-transition-delay: 80ms;
transition-delay: 80ms;
}
.xpro-post-grid-layout-4 .xpro-post-grid-item:hover .xpro-post-grid-image > img,
.xpro-post-grid-layout-5 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
-webkit-transform: scale(1.1) rotate(5deg);
-ms-transform: scale(1.1) rotate(5deg);
transform: scale(1.1) rotate(5deg);
}
.xpro-post-grid-layout-5 .xpro-post-grid-meta-list > li,
.xpro-post-grid-layout-6 .xpro-post-grid-meta-list > li {
font-size: 12px;
padding: 8px 12px;
background-color: #61ce70;
color: #fff;
border-radius: 50px;
}
.xpro-post-grid-meta-list > li > i {
font-size: 85%;
}
.xpro-post-grid-layout-6 .xpro-post-grid-content {
position: absolute;
top: 0;
left: 0;
text-align: center;
width: 100%;
height: 100%;
z-index: 3;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-layout-7 .xpro-post-grid-meta-list {
padding-top: 15px;
margin: 30px 0 0;
border-top: 1px solid #e5e5e5;
width: 100%;
}
.xpro-post-grid-layout-7 .xpro-post-grid-content {
padding: 30px 15px 15px;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
.xpro-post-grid-layout-8 .xpro-post-grid-meta-list > li {
font-size: 12px;
padding: 8px 12px;
background-color: #81ce70;
color: #fff;
border-radius: 50px;
}
.xpro-post-grid-layout-8 .xpro-post-grid-content {
position: absolute;
top: 0;
left: 0;
height: 100%;
text-align: center;
width: 100%;
z-index: 3;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
visibility: hidden;
opacity: 0;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-post-grid-layout-8 .xpro-post-grid-item:hover .xpro-post-grid-content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
visibility: visible;
opacity: 1;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-post-grid-layout-9 .xpro-post-grid-content {
position: absolute;
z-index: 3;
bottom: 0;
height: auto;
width: 100%;
background: #fff;
-webkit-transform: translateY(100%);
-ms-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
}
.xpro-post-grid-layout-9 .xpro-post-grid-item:hover .xpro-post-grid-image > img {
-webkit-transform: translateY(-50px);
-ms-transform: translateY(-50px);
transform: translateY(-50px);
}
.xpro-post-grid-layout-10 .xpro-post-grid-content {
position: absolute;
z-index: 3;
bottom: 0;
height: 100%;
width: 100%;
background: #fff;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
transform: translateX(100%);
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
-o-transition: transform 0.3s, opacity 0.3s;
}
.xpro-post-grid-layout-10 .xpro-post-grid-item:hover .xpro-post-grid-content {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
.xpro-elementor-post-pagination {
position: relative;
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;
text-align: center;
-webkit-column-gap: 10px;
-moz-column-gap: 10px;
column-gap: 10px;
margin-top: 50px;
visibility: hidden;
}
.xpro-elementor-post-pagination .page-numbers {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-column-gap: 8px;
-moz-column-gap: 8px;
column-gap: 8px;
padding: 10px 16px;
border-radius: 5px;
margin: 0;
border: 1px solid #fff0;
color: #242424;
text-align: center;
text-transform: capitalize;
font-weight: 600;
font-size: 1em;
line-height: 1;
background-color: #fff;
-webkit-transition: 0.4s ease-in-out;
-o-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.xpro-elementor-post-pagination .page-numbers > i {
font-size: 75%;
}
.xpro-elementor-post-pagination .page-numbers.current {
border-color: var(--e-global-color-accent);
background: var(--e-global-color-accent);
color: #fff;
}
.xpro-post-grid-align-left .xpro-post-grid-content {
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-post-grid-align-center .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-align-right .xpro-post-grid-content {
text-align: right;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-post-grid-align-left .xpro-post-grid-meta-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.xpro-post-grid-align-right .xpro-post-grid-meta-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.elementor-align-right .xpro-business-hour-time,
img ~ .xpro-post-grid-author-content {
text-align: left;
}
.elementor-align-right .xpro-business-hour-day,
.xpro-post-grid-align-right img ~ .xpro-post-grid-author-content {
text-align: right;
}
.xpro-taxonomy-list {
margin: 0;
padding: 0;
list-style: none;
display: -ms-grid;
display: grid;
grid-gap: 10px;
}
.xpro-taxonomy-list > li {
display: inline-block;
padding: 0;
margin: 0;
}
.xpro-taxonomy-list > li > a {
display: -webkit-inline-box;
display: inline-flex;
display: -ms-inline-flexbox;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 10px;
width: 100%;
padding: 15px 30px;
background-color: #f9f9f9;
}
.xpro-taxonomy-list .xpro-taxonomy-media {
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;
line-height: 1;
color: var(--e-global-color-primary);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-taxonomy-layout-horizontal .xpro-taxonomy-list {
-ms-grid-columns: 1fr 10px 1fr 10px 1fr;
grid-template-columns: repeat(3, 1fr);
}
.xpro-taxonomy-layout-inline .xpro-taxonomy-list {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-taxonomy-list-content {
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
grid-gap: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 16px;
line-height: 1;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
@media (min-width: 1025px) {
.xpro-logo-grid--col-2 .xpro-logo-grid-item {
width: calc(100% / 2);
}
.xpro-logo-grid--col-3 .xpro-logo-grid-item {
width: calc(100% / 3);
}
.xpro-logo-grid--col-4 .xpro-logo-grid-item {
width: calc(100% / 4);
}
.xpro-logo-grid--col-5 .xpro-logo-grid-item {
width: calc(100% / 5);
}
.xpro-logo-grid--col-6 .xpro-logo-grid-item {
width: calc(100% / 6);
}
.xpro-logo-grid--box.xpro-logo-grid--col-2 .xpro-logo-grid-item {
width: calc((100% / 2) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-3 .xpro-logo-grid-item {
width: calc((100% / 3) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-4 .xpro-logo-grid-item {
width: calc((100% / 4) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-5 .xpro-logo-grid-item {
width: calc((100% / 5) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col-6 .xpro-logo-grid-item {
width: calc((100% / 6) - 1rem);
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(2n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6n) {
border-right-width: 0 !important;
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 0 !important;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(odd),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6n + 1) {
border-left-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-child(6) {
border-top-right-radius: 10px;
}
.xpro-logo-grid--border.xpro-logo-grid--col-2 .xpro-logo-grid-item:nth-last-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col-3 .xpro-logo-grid-item:nth-last-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col-4 .xpro-logo-grid-item:nth-last-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col-5 .xpro-logo-grid-item:nth-last-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col-6 .xpro-logo-grid-item:nth-last-child(6) {
border-bottom-left-radius: 10px;
}
.elementor-align-left .xpro-taxonomy-list-content,
.elementor-align-left .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-align-center .xpro-taxonomy-list-content {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.elementor-align-center .xpro-taxonomy-list > li > a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-align-right .xpro-taxonomy-list-content,
.elementor-align-right .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
}
.xpro-hotspot-wrapper {
position: relative;
display: inline-block;
max-width: 100%;
}
.xpro-hotspot-image {
height: 100%;
width: 100%;
display: inline-block;
margin: 0;
padding: 0;
}
.xpro-hotspot-wrapper .xpro-hotspot-image > img,
.xpro-promo-box-inner .xpro-promo-box-media > img {
width: 100%;
height: 100%;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-hotspot-wrapper .xpro-hotspot-item {
position: absolute;
left: 50%;
top: 50%;
width: 40px;
height: 40px;
border-radius: 50%;
background-color: #fff;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-box-shadow: 0 0 5px rgb(0 0 0 / 10%);
box-shadow: 0 0 5px rgb(0 0 0 / 10%);
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
display: inline-block;
-webkit-transition: background-color 0.2s, box-shadow 0.2s;
transition: background-color 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
-o-transition: background-color 0.2s, box-shadow 0.2s;
}
.xpro-hotspot-wrapper .xpro-hotspot-item .xpro-hotspot-item-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: inherit;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
position: relative;
}
.xpro-hotspot-item {
--xpro-hotspot-tooltip-top: 0;
--xpro-hotspot-tooltip-right: 0;
--xpro-hotspot-tooltip-bottom: 0;
--xpro-hotspot-tooltip-left: 0;
--xpro-hotspot-tooltip-transform-x: 0;
--xpro-hotspot-tooltip-transform-y: 0;
--xpro-hotspot-tooltip-margin: 0;
}
.xpro-hotspot-tooltip-text {
position: absolute;
width: 150px;
background-color: #6ec1e4;
color: #fff;
text-align: center;
padding: 10px;
border-radius: 4px;
z-index: 1;
visibility: hidden;
opacity: 0;
top: var(--xpro-hotspot-tooltip-top);
right: var(--xpro-hotspot-tooltip-right);
bottom: var(--xpro-hotspot-tooltip-bottom);
left: var(--xpro-hotspot-tooltip-left);
-webkit-transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
-ms-transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
transform: translate(var(--xpro-hotspot-tooltip-transform-x), var(--xpro-hotspot-tooltip-transform-y));
margin: var(--xpro-hotspot-tooltip-margin);
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-hotspot-tooltip-text > * {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.xpro-hotspot-tooltip-text.xpro-active,
.xpro-hotspot-type-hover:hover .xpro-hotspot-tooltip-text {
visibility: visible;
opacity: 1;
}
.xpro-hotspot-tooltip-text.active {
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.3s ease-in-out;
-o-transition: opacity 0.3s ease-in-out;
transition: opacity 0.3s ease-in-out;
}
.xpro-hotspot-tooltip-text:before {
content: "";
position: absolute;
width: 10px;
height: 10px;
background-color: #6ec1e4;
top: var(--xpro-hotspot-tooltip-before-top);
left: var(--xpro-hotspot-tooltip-before-left);
bottom: var(--xpro-hotspot-tooltip-before-bottom);
right: var(--xpro-hotspot-tooltip-before-right);
-webkit-transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
-ms-transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
transform: translate(var(--xpro-hotspot-tooltip-before-transform-x), var(--xpro-hotspot-tooltip-before-transform-y)) rotate(45deg);
--xpro-hotspot-tooltip-before-top: 0;
--xpro-hotspot-tooltip-before-right: 0;
--xpro-hotspot-tooltip-before-bottom: 0;
--xpro-hotspot-tooltip-before-left: 0;
--xpro-hotspot-tooltip-before-transform-x: 0;
--xpro-hotspot-tooltip-before-transform-y: 0;
}
.xpro-hotspot-item .xpro-hotspot-item-wrap > i {
color: #6ec1e4;
font-size: 18px;
}
.xpro-hotspot-item .xpro-hotspot-item-wrap > img {
max-width: 100%;
border-radius: 50%;
height: 60px;
width: 60px;
min-width: 60px;
z-index: 2;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-hotspot-item-wrap:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-animation: 2s infinite xproShadowPulse;
animation: 2s infinite xproShadowPulse;
}
@-webkit-keyframes xproShadowPulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
}
to {
-webkit-box-shadow: 0 0 0 30px #fff0;
box-shadow: 0 0 0 30px #fff0;
}
}
@keyframes xproShadowPulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
box-shadow: 0 0 0 0 rgb(0 0 0 / 0.1);
}
to {
-webkit-box-shadow: 0 0 0 30px #fff0;
box-shadow: 0 0 0 30px #fff0;
}
}
.xpro-dropcap-wrapper > :last-child,
.xpro-text-editor-drop-cap > :last-child {
margin-bottom: 0;
}
.xpro-dropcap-wrapper > :first-of-type::first-letter,
.xpro-text-editor-drop-cap > :first-of-type::first-letter {
font-size: 30px;
line-height: 80%;
padding: 20px;
float: left;
margin-right: 15px;
color: #fff;
background-color: var(--e-global-color-primary);
}
.xpro-block-quote-wrapper .xpro-block-quote-inner {
padding: 20px;
border-left: 5px solid #6ec1e4;
background-color: #f9f9f9;
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;
}
.xpro-block-quote-icon {
position: relative;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-block-quote-icon > i {
color: #6ec1e4;
font-size: 22px;
}
.xpro-block-quote-icon > svg {
width: 30px;
height: auto;
fill: #6ec1e4;
}
.xpro-block-quote-content-wrap {
margin: 0 20px;
}
.xpro-block-quote-content-wrap > .xpro-block-quote-text {
margin: 0 0 10px;
font-size: 15px;
color: #282828;
}
.xpro-block-quote-desc {
margin: 10px 15px;
}
.xpro-block-quote-title {
position: relative;
display: inline-block;
font-size: 19px;
color: #282828;
font-weight: 500;
}
.xpro-block-quote-title::before {
content: "";
position: absolute;
width: 10px;
background-color: #282828;
height: 2px;
top: 50%;
right: 100%;
margin-right: 5px;
}
.xpro-block-quote-designation {
display: block;
font-size: 14px;
}
.xpro-block-quote-layout-2 .xpro-block-quote-inner {
display: inline-block;
border: 2px solid #6ec1e4;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon {
position: absolute;
top: 0;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-top: -25px;
width: 60px;
height: 60px;
line-height: 60px;
border-radius: 50%;
background-color: #6ec1e4;
color: #fff;
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;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon > i {
color: #fff;
font-size: 22px;
}
.xpro-block-quote-layout-2 .xpro-block-quote-icon > svg {
width: 20px;
height: 20px;
fill: #fff;
}
.xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
margin: 38px 0 20px;
text-align: center;
}
.xpro-block-quote-layout-3 {
overflow: hidden;
display: inline-block;
margin: 1rem;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner {
border: 1px solid #6ec1e4;
background-color: #fff;
position: relative;
display: inline-block;
margin: 0;
padding: 1rem;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner::before {
content: "";
position: absolute;
background-color: #fff;
bottom: -10%;
left: 0;
right: 0;
top: -10%;
-webkit-transform: rotate(-25deg) skew(5deg);
-ms-transform: rotate(-25deg) skew(5deg);
transform: rotate(-25deg) skew(5deg);
}
.xpro-block-quote-layout-3 .xpro-block-quote-content-wrap {
margin: 27px 0;
z-index: 1;
position: relative;
}
.xpro-block-quote-layout-3 .xpro-block-quote-content-wrap > .xpro-block-quote-title {
position: relative;
margin: 15px;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon {
position: absolute;
left: 145px;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon > i,
.xpro-block-quote-layout-5 .xpro-block-quote-icon > i {
font-size: 50px;
color: #dbdbdb;
}
.xpro-block-quote-layout-4 .xpro-block-quote-icon > svg,
.xpro-block-quote-layout-5 .xpro-block-quote-icon > svg {
width: 60px;
height: 60px;
fill: #dbdbdb;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content-img > img {
min-width: 100px;
width: 100px;
height: 100px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 50%;
}
.xpro-block-quote-layout-4 .xpro-block-quote-content-wrap,
.xpro-block-quote-layout-9 .xpro-block-quote-content {
z-index: 1;
}
.xpro-block-quote-layout-5 .xpro-block-quote-icon {
position: absolute;
left: 40px;
top: 30px;
}
.xpro-block-quote-layout-5 .xpro-block-quote-content-wrap {
text-align: center;
margin: 30px 20px 20px;
z-index: 1;
position: relative;
}
.xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
content: "";
position: absolute;
width: 100px;
height: 1px;
background-color: #6ec1e4;
top: 0;
left: 0;
margin: -15px 0 0;
max-width: 100%;
}
.xpro-block-quote-layout-6 .xpro-block-quote-inner,
.xpro-block-quote-layout-7 .xpro-block-quote-inner,
.xpro-block-quote-layout-8 .xpro-block-quote-inner {
border: none;
display: inline-block;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text {
border: 2px solid #6ec1e4;
padding: 20px;
position: relative;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text::before {
content: "";
position: absolute;
width: 80px;
height: 10px;
background-color: #f9f9f9;
bottom: -6px;
left: 50px;
z-index: 2;
}
.xpro-block-quote-layout-6 .xpro-block-quote-text::after {
content: "";
position: absolute;
border: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
width: 60px;
height: 60px;
bottom: -60px;
left: 50px;
z-index: 3;
border-bottom: none !important;
}
.xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 0 148px;
}
.xpro-block-quote-layout-7 .xpro-block-quote-icon > i {
font-size: 50px;
color: #707070;
display: inline-block;
}
.xpro-block-quote-layout-7 .xpro-block-quote-icon > svg {
width: 60px;
height: 60px;
fill: #707070;
display: inline-block;
}
.xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
margin: 30px 10px;
text-align: center;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon {
position: absolute;
top: 0;
left: 20px;
margin-top: -30px;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon > i {
font-size: 50px;
color: #707070;
}
.xpro-block-quote-layout-8 .xpro-block-quote-icon > svg {
width: 60px;
height: 60px;
fill: #707070;
}
.xpro-block-quote-layout-8 .xpro-block-quote-content-wrap {
margin: 30px 0;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon {
position: absolute;
top: 0;
left: 0;
margin-top: -5px;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon > i {
font-size: 50px;
color: #ddd;
}
.xpro-block-quote-layout-9 .xpro-block-quote-icon > svg {
width: 70px;
height: 70px;
fill: #ddd;
}
.xpro-block-quote-layout-9 .xpro-block-quote-content-wrap {
margin: 45px 0;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon {
width: 60px;
height: 60px;
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
background-color: #6ec1e4;
overflow: hidden;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
border-radius: 50%;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon > i {
font-size: 22px;
color: #fff;
}
.xpro-block-quote-layout-10 .xpro-block-quote-icon > svg {
fill: #fff;
width: 20px;
height: auto;
}
@media screen and (min-width: 1025px) {
.xpro-content-alignright .xpro-box-icon-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner {
display: inline-block;
text-align: center;
}
.elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > i,
.elementor-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > svg {
margin-bottom: 10px;
}
.elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > i,
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.elementor-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: 100%;
margin-left: 5px;
}
.elementor-align-left .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
}
.elementor-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
margin-left: -30px;
}
.elementor-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: left;
margin: 25px;
}
.elementor-align-right .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) rotateY(180deg);
transform: translateY(-50%) rotateY(180deg);
margin-top: 0;
margin-left: -30px;
}
.elementor-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: right;
margin: 25px;
}
.elementor-align-right .xpro-block-quote-layout-3,
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: right;
}
.elementor-align-center .xpro-block-quote-layout-3 {
text-align: center;
}
.elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 145px;
left: auto;
}
.elementor-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
margin-top: 25px;
}
.elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content {
display: inline-block;
text-align: center;
z-index: 1;
}
.elementor-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img > img {
margin-bottom: 15px;
}
.elementor-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: left;
}
.elementor-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 0;
}
.elementor-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before,
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before,
.elementor-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
left: auto;
top: 30px;
right: 40px;
}
.elementor-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: auto;
right: 0;
}
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after,
.elementor-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
border-left: none !important;
}
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -62px;
border-right: none !important;
border-radius: 50px 0 0;
border-left: 2px solid #6ec1e4;
}
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -25px;
}
.elementor-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 217px;
text-align: center;
}
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -85px;
}
.elementor-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 144px 10px 0;
text-align: right;
}
.elementor-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 20px;
left: auto;
}
.elementor-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: 0;
left: auto;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.elementor-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%) rotate(0);
-ms-transform: translateX(-50%) rotate(0);
transform: translateX(-50%) rotate(0);
}
.elementor-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-right: 5px solid #6ec1e4;
border-left: none;
}
}
.elementor-widget-xpro-ninja-form .nf-form-content {
max-width: 100%;
}
.xpro-scroll-image-wrapper {
position: relative;
width: 100%;
display: block;
}
.xpro-scroll-image-inner {
width: 100%;
height: 300px;
}
.xpro-image-mouse-scroll {
overflow: auto;
}
.xpro-scroll-image-inner .xpro-scroll-image-horizontal {
position: relative;
width: 100%;
height: 100%;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-inner .xpro-scroll-image-horizontal > img {
max-width: none;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: 3s ease-in-out;
-o-transition: 3s ease-in-out;
transition: 3s ease-in-out;
}
.xpro-scroll-image-inner .xpro-scroll-image-vertical > img {
width: 100%;
max-width: 100%;
height: auto;
-webkit-transition: 3s ease-in-out;
-o-transition: 3s ease-in-out;
transition: 3s ease-in-out;
}
.xpro-scroll-image-badge {
margin: 15px;
}
.xpro-scroll-image-wrapper .xpro-scroll-image-indicator-icon {
position: absolute;
top: 50%;
left: 50%;
z-index: 1;
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;
width: 100%;
height: 100%;
background: rgb(2 2 2 / 0.3);
color: #fff;
text-align: center;
font-size: 80px;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-wrapper .xpro-scroll-image-indicator-icon > i {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
animation-direction: alternate;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-wrapper:hover .xpro-scroll-image-indicator-icon {
opacity: 0;
visibility: hidden;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-horizontal ~ .xpro-scroll-image-indicator-icon > i {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-animation-name: xpro-image-scroll-direction-horizontal;
animation-name: xpro-image-scroll-direction-horizontal;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-scroll-image-vertical ~ .xpro-scroll-image-indicator-icon > i {
-webkit-animation-name: xpro-image-scroll-direction-vertical;
animation-name: xpro-image-scroll-direction-vertical;
}
@-webkit-keyframes xpro-image-scroll-direction-vertical {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
to {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
}
@-webkit-keyframes xpro-image-scroll-direction-horizontal {
0% {
-webkit-transform: translateX(0) rotate(90deg);
transform: translateX(0) rotate(90deg);
}
to {
-webkit-transform: translateX(5px) rotate(90deg);
transform: translateX(5px) rotate(90deg);
}
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar {
width: 8px;
height: 8px;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-track {
background: 0 0;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-thumb {
background: #e0e0e0;
border-radius: 10px;
}
.xpro-scroll-image-wrapper ::-webkit-scrollbar-thumb:hover {
background: #e0e0e0;
}
.xpro-business-hour-inner {
padding: 0;
margin: 0;
list-style: none;
-webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
-o-transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.xpro-business-hour-header {
text-align: center;
padding: 30px 20px;
background-color: var(--e-global-color-primary);
}
.xpro-business-hour-title {
font-size: 25px;
margin: 5px 0;
color: #fff;
display: block;
}
.xpro-business-hour-sub-title {
color: #fff;
font-size: 17px;
margin: 5px 0;
display: block;
}
.xpro-business-hour-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 20px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
border-style: dashed;
border-width: 0 0 1px;
border-color: var(--e-global-color-primary);
height: 60px;
-webkit-transition: 0.2s ease-in-out;
-o-transition: 0.2s ease-in-out;
transition: 0.2s ease-in-out;
}
.xpro-business-hour-inner .xpro-business-hour-item:last-child {
border-bottom-style: none !important;
border-bottom-width: 0 !important;
}
.xpro-business-hour-separator-horizontal {
padding: 0 15px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
-ms-flex-negative: 0;
flex-shrink: 0;
overflow: hidden;
}
.xpro-business-hour-separator-horizontal > span {
width: 100%;
max-width: 100%;
border-bottom: 2px dashed #e2e2e2;
display: block;
}
.xpro-business-hour-separator-vertical {
content: "";
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
border-right: 2px dashed #e2e2e2;
height: 60px;
}
.xpro-business-hour-day {
min-width: max-content;
text-align: left;
transition: color 0.2s ease-in-out;
}
.xpro-business-hour-time {
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
text-align: right;
-webkit-transition: color 0.2s ease-in-out;
-o-transition: color 0.2s ease-in-out;
transition: color 0.2s ease-in-out;
}
.xpro-horizontal-timeline-wrapper {
padding: 20px;
}
.xpro-horizontal-timeline-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
grid-gap: 50px;
}
.xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-date {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-date {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-horizontal-timeline-dates {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-horizontal-timeline-inner .xpro-horizontal-timeline-dates > img {
width: 100px;
height: 100px;
border-radius: 50%;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-horizontal-timeline-media {
position: relative;
width: 50px;
height: 50px;
border-radius: 50%;
overflow: hidden;
background-color: #eee;
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;
-webkit-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-media-box {
position: relative;
width: 100%;
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;
}
.xpro-horizontal-timeline-bullet-line {
position: absolute;
width: 120%;
height: 2px;
background-color: #eee;
top: 50%;
}
.xpro-horizontal-timeline-media > .xpro-horizontal-timeline-media-custom,
.xpro-horizontal-timeline-media > i {
color: #2b2b2b;
font-size: 16px;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-media-box .xpro-horizontal-timeline-media > img {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.xpro-horizontal-timeline-content-inner {
position: relative;
padding: 20px;
background-color: #fff;
border: 1px solid #eee;
max-width: 100%;
width: 100%;
-webkit-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-content .xpro-horizontal-timeline-content-inner .xpro-horizontal-timeline-content-media > img {
width: 100%;
height: 100%;
max-width: 100%;
-o-object-fit: cover;
object-fit: cover;
display: inline-block;
}
.xpro-horizontal-timeline-sub-title {
margin: 0 0 5px;
font-size: 23px;
color: #2b2b2b;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-text {
margin: 0;
font-size: 15px;
color: #2b2b2b;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-content-inner:after,
.xpro-horizontal-timeline-dates:before {
content: "";
position: absolute;
height: 50px;
width: 2px;
background-color: #eee;
z-index: -1;
left: 50%;
-webkit-transition: background-color 0.3s ease-in-out;
-o-transition: background-color 0.3s ease-in-out;
transition: background-color 0.3s ease-in-out;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline-content-inner:after {
bottom: 100%;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-dates:before {
bottom: 100%;
margin: 0;
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline-content-inner:after {
top: 100%;
margin: 0;
}
@media screen and (min-width: 767px) {
.xpro-table-responsive .xpro-table-body-row-cell-inner {
padding: 0 !important;
border: none !important;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-item {
-webkit-box-orient: vertical;
-webkit-box-direction: reverse;
-ms-flex-direction: column-reverse;
flex-direction: column-reverse;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-date,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(odd) .xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-content {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-dates:before {
bottom: 100%;
top: auto;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-content-inner:after,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-dates:before {
bottom: auto;
top: 100%;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col .owl-item:nth-child(2n) .xpro-horizontal-timeline-content,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-date,
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(odd) .xpro-horizontal-timeline-content {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-horizontal-timeline-reverse-yes.xpro-horizontal-timeline-col-reverse .owl-item:nth-child(2n) .xpro-horizontal-timeline-content-inner:after {
top: auto;
bottom: 100%;
}
}
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-col-reverse .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
top: 78%;
}
.xpro-horizontal-timeline-col .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-col .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
top: 22.5%;
}
.xpro-horizontal-timeline-reverse-yes .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-next,
.xpro-horizontal-timeline-reverse-yes .xpro-horizontal-timeline.owl-carousel .owl-nav button.owl-prev {
top: 50%;
}
.xpro-alert {
position: relative;
padding: 0.75rem 1.25rem;
border-left: 5px solid #fff0;
border-radius: 0.25rem;
font-size: 15px;
line-height: 25px;
}
.xpro-alert .xpro-alert-title {
display: block;
font-weight: 700;
}
.xpro-alert .xpro-alert-description {
font-size: 13px;
}
.xpro-alert-success {
color: #155724;
background-color: #d4edda;
border-color: #c3e6cb;
}
.xpro-alert-danger {
color: #721c24;
background-color: #f8d7da;
border-color: #f5c6cb;
}
.xpro-alert-warning {
color: #856404;
background-color: #fff3cd;
border-color: #ffeeba;
}
.xpro-alert-info {
color: #0c5460;
background-color: #d1ecf1;
border-color: #bee5eb;
}
.xpro-contact-form {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.xpro-contact-form input[type="date"]::-webkit-calendar-picker-indicator {
-webkit-appearance: none;
display: none;
}
.xpro-contact-form-item {
position: relative;
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;
min-height: 1px;
min-width: 25px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-ms-flex-negative: 1;
flex-shrink: 1;
width: 100%;
}
.xpro-contact-form-item-label {
display: none;
font-size: 16px;
margin-bottom: 10px;
font-weight: 500;
}
.xpro-contact-form-item .xpro-contact-form-field-textual {
width: 100%;
max-width: 100%;
border: 1px solid #818a91;
background-color: #fff0;
color: #373a3c;
vertical-align: middle;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding: 12px;
}
.xpro-contact-form-require > label:after {
color: red;
padding-left: 0.2em;
}
.xpro-contact-form-field-subgroup {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
grid-gap: 5px;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-contact-form-submit-button,
.xpro-promo-box-btn {
-webkit-box-align: center;
line-height: 1;
color: #fff;
text-align: center;
}
.xpro-contact-form-message {
display: none;
width: 100%;
margin-bottom: 20px;
}
.xpro-contact-form-submit-button {
font-size: 15px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 10px;
position: relative;
background-color: var(--e-global-color-accent);
padding: 15px 50px;
border-radius: 3px;
fill: #fff;
overflow: hidden;
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-contact-form-submit-button > i {
display: none;
animation-name: spin;
animation-duration: 4s;
animation-iteration-count: infinite;
animation-timing-function: linear;
-webkit-animation-name: spin;
-webkit-animation-duration: 4s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-timing-function: linear;
}
@-webkit-keyframes spin {
from {
-webkit-transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
from {
-webkit-transform: rotate(0);
transform: rotate(0);
}
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.xpro-promo-box-title {
font-size: 2rem;
margin: 10px 0 0;
display: block;
font-weight: 500;
}
.xpro-promo-box-sub-title {
display: block;
margin: 10px 0;
font-size: 14px;
}
.xpro-promo-box-desc {
font-size: 17px;
margin: 10px 0;
display: inline-block;
}
.xpro-promo-box-inner .xpro-promo-box-media {
position: relative;
width: 100%;
height: 100%;
}
.xpro-promo-box-btn {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 20px 0 0;
cursor: pointer;
padding: 15px 35px;
border: 1px solid var(--e-global-color-primary);
-webkit-transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: background-color, 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-scroll-top-btn-inner > svg,
.xpro-promo-box-btn > svg {
width: 30px;
height: auto;
}
.xpro-elementor-scroll-top-btn,
button.xpro-elementor-search-button {
cursor: pointer;
height: 50px;
text-align: center;
min-width: -webkit-max-content;
min-width: -moz-max-content;
}
.xpro-promo-box-btn > .xpro-promo-box-btn-text,
.xpro-promo-box-btn > i {
font-size: 14px;
color: #fff;
-webkit-transition: color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out;
transition: color 0.3s ease-in-out;
}
.xpro-promo-box-align-right > i,
.xpro-promo-box-align-right > svg {
margin-left: 5px;
}
.xpro-promo-box-badge.xpro-badge {
color: #fff;
border-radius: 0;
font-size: 14px;
padding: 15px 30px;
}
.xpro-elementor-scroll-top-btn {
position: relative;
display: inline-block;
width: 150px;
line-height: 50px;
overflow: hidden;
min-width: max-content;
min-height: -webkit-max-content;
min-height: -moz-max-content;
min-height: max-content;
-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
-o-transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
transition: background 0.3s ease-in-out, border 0.3s ease-in-out, color 0.3s ease-in-out;
}
.xpro-elementor-scroll-top-btn-inner,
.xpro-elementor-search-input-group {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
-webkit-box-align: center;
}
.xpro-elementor-scroll-top-btn-inner {
display: inline-flex;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
grid-gap: 5px;
height: 100%;
width: 100%;
}
.xpro-elementor-scroll-top-btn-fixed {
position: fixed;
z-index: 9999;
display: none;
}
.xpro-elementor-scroll-top-btn-fixed.xpro-elementor-scroll-top-btn-fixed-align-left {
left: 20px;
bottom: 20px;
}
.xpro-elementor-scroll-top-btn-fixed.xpro-elementor-scroll-top-btn-fixed-align-right {
right: 20px;
bottom: 20px;
}
.xpro-elementor-scroll-top-btn-inner > .xpro-elementor-scroll-top-btn-txt,
.xpro-elementor-scroll-top-btn-inner > i {
font-size: 14px;
color: #fff;
}
.xpro-element-custom-field {
margin: 0;
padding: 0;
}
.xpro-elementor-search-wrapper {
width: 100%;
max-width: 100%;
position: relative;
}
.xpro-elementor-search-input-group {
position: relative;
display: inline-flex;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
overflow: hidden;
max-width: 100%;
border: 0 solid #fff0;
border-radius: 5px;
background-color: #eceeef;
-ms-flex-align: center;
align-items: center;
}
.xpro-elementor-search-wrapper .xpro-elementor-search-input-group > input {
width: 400px;
background-color: #fff0;
border: none;
max-width: 100%;
}
button.xpro-elementor-search-button {
background: #55555e;
color: #fff;
border: 1px solid #fff0;
width: 50px;
padding: 0;
min-width: max-content;
-webkit-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
-o-transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border-color 0.3s ease-in-out;
}
.xpro-elementor-search-button > svg {
width: 15px;
height: auto;
}
.xpro-elementor-search-layout-2 .xpro-elementor-search-button {
position: absolute;
color: #7a7a7a;
margin-left: 15px;
width: auto !important;
padding: 0 !important;
background-color: transparent !important;
}
.xpro-elementor-search-layout-2 .xpro-elementor-search-input-group > input {
padding-left: 50px;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group > input {
width: 50px;
margin-right: -50px;
-webkit-transition: width 0.4s linear;
-o-transition: width 0.4s linear;
transition: width 0.4s linear;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group:focus-within > input,
.xpro-elementor-search-layout-3 .xpro-elementor-search-input-group:hover > input {
width: 400px;
max-width: 100%;
}
.xpro-elementor-search-layout-3 .xpro-elementor-search-button {
position: relative;
padding: 0;
border-radius: 50px;
z-index: 2;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-inner {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 999;
background-color: #000000d6;
padding: 30px;
height: 100vh;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group {
position: absolute;
top: 50%;
left: 50%;
border-radius: 0;
-webkit-transform: translate(-51%, -51%);
-ms-transform: translate(-51%, -51%);
transform: translate(-51%, -51%);
border-bottom: 1px solid #fff;
background-color: #fff0;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input,
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input {
color: #fff;
padding: 0;
font-size: 25px;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-webkit-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::-moz-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input:-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-4 .xpro-elementor-search-input-group > input::placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-inner {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 50vh;
display: none;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 9999;
background-color: #000000d6;
padding: 30px;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group {
position: absolute;
top: 50%;
left: 50%;
border-radius: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
border-bottom: 1px solid #fff;
background-color: #fff0;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-webkit-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::-moz-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input:-ms-input-placeholder {
color: #fff;
}
.xpro-elementor-search-layout-5 .xpro-elementor-search-input-group > input::placeholder {
color: #fff;
}
button.xpro-elementor-search-button-close {
position: absolute;
width: 50px;
height: 50px;
top: 30px;
right: 30px;
border: none;
background: 0 0;
-webkit-box-shadow: none;
box-shadow: none;
}
button.xpro-elementor-search-button-close:focus,
button.xpro-elementor-search-button-close:hover {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
background: 0 0;
outline: 0;
}
.admin-bar .xpro-elementor-search-button-close {
top: 60px;
}
.xpro-elementor-search-button-close:after,
.xpro-elementor-search-button-close:before {
content: "";
width: 55%;
height: 2px;
background: #fff;
position: absolute;
top: 48%;
left: 22%;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.xpro-elementor-search-button-close:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.xpro-reading-progress-bar {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 999999;
}
.xpro-reading-progress-bar-fill {
height: 5px;
background-color: var(--e-global-color-primary);
width: 0;
-webkit-transition: width 50ms;
-o-transition: width 50ms;
transition: width 50ms;
}
.xpro-tutor-ratings {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
grid-gap: 5px;
line-height: 1;
}
.xpro-givewp-form-grid-wrapper .form-grid-raised__details > span:last-child {
font-size: 85% !important;
}
.xpro-widget-bg-overlay:before {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
content: "";
}
.xpro-kenBurn-zoomIn .elementor-background-overlay {
-webkit-animation: 20s linear infinite alternate xpro-ken-b-zoom-in;
animation: 20s linear infinite alternate xpro-ken-b-zoom-in;
will-change: transform;
}
.xpro-kenBurn-zoomOut .elementor-background-overlay {
-webkit-animation: 20s linear infinite alternate xpro-ken-b-zoom-out;
animation: 20s linear infinite alternate xpro-ken-b-zoom-out;
will-change: transform;
}
@-webkit-keyframes xpro-ken-b-zoom-in {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@keyframes xpro-ken-b-zoom-in {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
}
@-webkit-keyframes xpro-ken-b-zoom-out {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes xpro-ken-b-zoom-out {
0% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.xpro-animated-link {
position: relative;
color: #2b2b2b;
font-size: 25px;
line-height: 1.2;
transition: color 0.3s ease-in-out;
}
.xpro-animated-link-style-17:focus,
.xpro-animated-link-style-17:hover,
.xpro-animated-link:hover {
color: var(--e-global-color-primary);
}
.xpro-animated-link-style-1::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
pointer-events: none;
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s;
}
.xpro-animated-link-style-1:hover::after,
.xpro-animated-link-style-4:hover::after {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
}
.xpro-animated-link-style-2::after,
.xpro-animated-link-style-2::before,
.xpro-animated-link-style-3::after,
.xpro-animated-link-style-3::before,
.xpro-animated-link-style-6::after,
.xpro-animated-link-style-6::before {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
pointer-events: none;
}
.xpro-animated-link-style-2::before {
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-2:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-2::after {
content: "";
top: calc(100% + 4px);
transform-origin: 0% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-2:hover::after {
transform-origin: 100% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-3::before {
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.xpro-animated-link-style-3:hover::before {
transform-origin: 0% 50%;
transform: scale3d(1, 2, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-3::after {
content: "";
top: calc(100% + 4px);
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.4s cubic-bezier(0.2, 1, 0.8, 1) 0.1s;
}
.xpro-animated-link-style-3:hover::after {
transform-origin: 0% 50%;
transform: scale3d(1, 1, 1);
transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}
.xpro-animated-link-style-4::after {
content: "";
position: absolute;
width: 100%;
background-color: var(--e-global-color-primary);
left: 0;
pointer-events: none;
top: 55%;
height: 2px;
transform-origin: 100% 50%;
transform: scale3d(0, 1, 1);
transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-4 span {
display: inline-block;
transition: transform 0.3s cubic-bezier(0.4, 1, 0.8, 1);
}
.xpro-animated-link-style-4:hover span {
transform: scale3d(1.1, 1.1, 1.1);
}
.xpro-animated-link-style-5::after {
content: "";
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
transform-origin: 50% 100%;
transition: clip-path 0.3s, transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
clip-path: polygon(0% 0%, 0% 100%, 0 100%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%, 100% 100%, 100% 0%);
}
.xpro-animated-link-style-5:hover::after {
transform: translate3d(0, 2px, 0) scale3d(1, 3, 1);
clip-path: polygon(0% 0%, 0% 100%, 50% 100%, 50% 0, 50% 0, 50% 100%, 50% 100%, 0 100%, 100% 100%, 100% 0%);
}
.xpro-animated-link-style-5 span {
transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
.xpro-animated-link-style-5:hover span {
transform: translate3d(0, -2px, 0);
}
.xpro-animated-link-style-6::before {
height: 10px;
top: 100%;
opacity: 0;
}
.xpro-animated-link-style-6:hover::before {
opacity: 1;
animation: 0.3s forwards lineUp;
}
@keyframes lineUp {
0% {
transform-origin: 50% 100%;
transform: scale3d(1, 0.045, 1);
}
50% {
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
}
51% {
transform-origin: 50% 0%;
transform: scale3d(1, 1, 1);
}
100% {
transform-origin: 50% 0%;
transform: scale3d(1, 0.045, 1);
}
}
.xpro-animated-link-style-6::after {
transition: opacity 0.3s;
opacity: 0;
}
.xpro-animated-link-style-6:hover::after {
opacity: 1;
transition-delay: 0.3s;
}
.xpro-animated-link-style-19::after,
.xpro-animated-link-style-19::before,
.xpro-animated-link-style-21::after,
.xpro-animated-link-style-21::before,
.xpro-animated-link-style-22::after,
.xpro-animated-link-style-22::before,
.xpro-animated-link-style-23::after,
.xpro-animated-link-style-23::before,
.xpro-animated-link-style-7::after,
.xpro-animated-link-style-7::before {
position: absolute;
width: 100%;
height: 2px;
background-color: var(--e-global-color-primary);
top: 100%;
left: 0;
pointer-events: none;
}
.xpro-animated-link-style-7::before {
content: "";
height: 100%;
top: 0;
opacity: 0;
}
.xpro-animated-link-style-7:hover::before {
opacity: 1;
animation: 0.3s forwards coverUp;
}
@keyframes coverUp {
0% {
transform-origin: 50% 100%;
transform: scale3d(1, 0.045, 1);
}
50% {
transform-origin: 50% 100%;
transform: scale3d(1, 1, 1);
}
51% {
transform-origin: 50% 0;
transform: scale3d(1, 1, 1);
}
100% {
transform-origin: 50% 0;
transform: scale3d(1, 0.045, 1);
}
}
.xpro-animated-link-style-7::after {
content: "";
transition: opacity 0.3s;
}
.xpro-animated-link-style-8:hover,
.xpro-animated-link-style-9:hover {
color: #fff;
}
.xpro-animated-link-style-8::before {
background-color: var(--e-global-color-primary);
content: "";
inset: 0;
position: absolute;
transform: scaleX(0);
transform-origin: right;
transition: transform 0.5s ease-in-out;
z-index: -1;
}
.xpro-animated-link-style-8:hover::before {
transform: scaleX(1);
transform-origin: left;
}
.xpro-animated-link-style-9 {
text-decoration: none;
line-height: 1;
position: relative;
z-index: 0;
display: inline-block;
padding: 5px;
overflow: hidden;
vertical-align: bottom;
transition: color 0.3s ease-out;
}
.xpro-animated-link-style-9::before {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
transform: translateY(calc(100% - 2px));
width: 100%;
height: 100%;
background-color: var(--e-global-color-primary);
transition: transform 0.25s ease-out;
}
.xpro-animated-link-style-11::before,
.xpro-animated-link-style-12::before {
background-color: var(--e-global-color-primary);
height: 2px;
transform: scaleX(0);
bottom: 0;
}
.xpro-animated-link-style-9:hover::before {
transform: translateY(0);
transition: transform 0.25s ease-out;
}
.xpro-animated-link-style-10 span {
font-weight: 100;
border-bottom: 1px solid;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-10:hover span {
color: var(--e-global-color-primary);
font-weight: 600;
}
.xpro-animated-link-style-11::before {
content: "";
position: absolute;
width: 100%;
margin: -5px 0;
visibility: hidden;
transition: 0.4s ease-in-out;
}
.xpro-animated-link-style-11:hover::before {
visibility: visible;
transform: scaleX(1);
}
.xpro-animated-link-style-12 {
position: relative;
display: inline-block;
overflow: hidden;
}
.xpro-animated-link-style-12::after,
.xpro-animated-link-style-12::before {
content: "";
position: absolute;
width: 100%;
left: 0;
}
.xpro-animated-link-style-12::before {
transition: transform 0.3s;
}
.xpro-animated-link-style-12::after {
content: attr(data-hover);
height: 100%;
top: 0;
transform: translate3d(200%, 0, 0);
transition: transform 0.3s;
color: var(--e-global-color-primary);
background-color: transparent !important;
}
.xpro-animated-link-style-12:hover::before {
transform: scaleX(1);
}
.xpro-animated-link-style-12:hover::after {
transform: translate3d(0, 0, 0);
}
.xpro-animated-link-style-12 span {
display: inline-block;
transition: transform 0.3s;
}
.xpro-animated-link-style-12:hover span {
transform: translate3d(-200%, 0, 0);
}
.xpro-animated-link-style-13 {
display: inline-block;
position: relative;
padding-bottom: 5px;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.xpro-animated-link-style-13:after,
.xpro-animated-link-style-13:before {
position: absolute;
content: "";
height: 3px;
background-color: var(--e-global-color-primary);
border-radius: 1em;
bottom: 0;
transition: transform 0.5s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.xpro-animated-link-style-13:before {
width: 1em;
transform-origin: left;
}
.xpro-animated-link-style-13:after {
width: 82%;
left: 1em;
transform: translateX(110%);
}
.xpro-animated-link-style-13:hover:before {
transform: scaleX(0.3);
}
.xpro-animated-link-style-13:hover:after {
transform: translateX(0);
}
.xpro-animated-link-style-14 {
display: inline-block;
overflow: visible;
-webkit-transform: translateZ(0);
transform: translateZ(0);
box-shadow: 0 0 1px #fff0;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transition: color 0.4s;
transition: color 0.4s;
}
.xpro-animated-link-style-14:hover {
-webkit-animation-name: rotate-move;
animation-name: rotate-move;
-webkit-animation-duration: 0.4s;
animation-duration: 0.4s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: 1;
animation-iteration-count: 1;
}
@keyframes rotate-move {
30% {
-webkit-transform: translate3d(0, -5px, 0) rotate(5deg);
transform: translate3d(0, -5px, 0) rotate(5deg);
}
50% {
-webkit-transform: translate3d(0, -3px, 0) rotate(-4deg);
transform: translate3d(0, -3px, 0) rotate(-4deg);
}
80% {
-webkit-transform: translate3d(0, 0, 0) rotate(-3deg);
transform: translate3d(0, 0, 0) rotate(-3deg);
}
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
}
.xpro-animated-link-style-15 {
position: relative;
overflow: hidden;
display: inline-block;
text-align: center;
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
padding: 0;
}
.xpro-animated-link-style-15 span {
display: inline-block;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.xpro-animated-link-style-15::after {
position: absolute;
top: 100%;
left: 0;
right: 0;
content: attr(data-hover);
display: inline-block;
text-align: center;
background-color: transparent !important;
-webkit-transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
transition: top 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.xpro-animated-link-style-15:hover span {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
.xpro-animated-link-style-16 {
letter-spacing: 0;
transition: 0.35s;
display: inline-block;
position: relative;
}
.xpro-animated-link-style-16:active,
.xpro-animated-link-style-16:hover {
letter-spacing: 5px;
transition: 0.35s;
}
.xpro-animated-link-style-16::after {
bottom: -10px;
}
.xpro-animated-link-style-16::before {
top: -10px;
}
.xpro-animated-link-style-16::after,
.xpro-animated-link-style-16::before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
height: 2px;
background-color: var(--e-global-color-primary);
content: "";
display: block;
margin: 0 auto;
position: relative;
transition: 280ms ease-in-out;
width: 0;
}
.xpro-animated-link-style-16:hover::after,
.xpro-animated-link-style-16:hover::before {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: width 350ms ease-in-out;
width: 100%;
}
.xpro-animated-link-style-17 {
-webkit-transition: color 0.3s;
-moz-transition: color 0.3s;
transition: color 0.3s;
}
.xpro-animated-link-style-17::before {
position: absolute;
line-height: 1;
top: 100%;
left: 50%;
color: #fff0;
background-color: transparent !important;
content: "•";
text-shadow: 0 0 #fff0;
font-size: 20pt;
-webkit-transition: text-shadow 0.3s, color 0.3s;
-moz-transition: text-shadow 0.3s, color 0.3s;
transition: text-shadow 0.3s, color 0.3s;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);
pointer-events: none;
}
.xpro-animated-link-style-17:focus::before,
.xpro-animated-link-style-17:hover::before {
color: #000;
text-shadow: 10px 0 #000, -10px 0 #000;
}
.xpro-animated-link-style-18:before {
content: "";
background-color: var(--e-global-color-primary);
position: absolute;
left: 0.5rem;
bottom: 5px;
width: 100%;
height: 8px;
z-index: -1;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-18:hover:before {
left: -5px;
bottom: 0;
height: 100%;
width: calc(100% + 10px);
}
.xpro-animated-link-style-19::before {
content: "";
height: 7px;
border-radius: 20px;
transform: scale3d(1, 1, 1);
transition: transform 0.2s, opacity 0.2s;
transition-timing-function: cubic-bezier(0.2, 0.57, 0.67, 1.53);
}
.xpro-animated-link-style-19:hover::before {
transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
transition-duration: 0.4s;
opacity: 1;
transform: scale3d(1.2, 0.1, 1);
}
.xpro-animated-link-style-19 span {
transform: translate3d(0, -4px, 0);
display: inline-block;
transition: transform 0.2s cubic-bezier(0.2, 0.57, 0.67, 1.53) 50ms;
}
.xpro-animated-link-style-19:hover span {
transform: translate3d(0, 0, 0);
transition-timing-function: cubic-bezier(0.8, 0, 0.1, 1);
transition-duration: 0.4s;
transition-delay: 0s;
}
.xpro-animated-link-style-20 {
padding: 7px;
}
.xpro-animated-link-style-20::after {
content: "";
width: 100%;
height: 100%;
border: 1px solid var(--e-global-color-primary);
background: 0 0 !important;
position: absolute;
bottom: 0;
left: 0;
transition: width 0.2s, height 0.2s 0.1s, border-top-width 0.1s 0.2s, margin 0.2s;
}
.xpro-animated-link-style-20:hover::after {
width: 60%;
height: 0;
border-width: 0 2px 2px;
margin: 0 20%;
transition: width 0.2s 0.2s, height 0.2s 0.1s, border-top-width 0.1s, margin 0.2s 0.2s;
}
.xpro-animated-link-style-21::before,
.xpro-animated-link-style-22::before,
.xpro-animated-link-style-23::before {
content: "";
display: none;
}
.xpro-animated-link-style-21 .xpro-animated-link-graphic {
position: absolute;
top: 60%;
left: -25%;
pointer-events: none;
fill: none;
stroke: #000;
stroke-width: 1px;
}
.xpro-animated-link-style-21 .xpro-animated-link-graphic-scribble {
top: 100%;
left: 0;
}
.xpro-animated-link-graphic-scribble path {
transition: stroke-dashoffset 0.9s cubic-bezier(0.7, 0, 0.3, 1);
}
.xpro-animated-link-style-21:hover .xpro-animated-link-graphic-scribble path {
transition-timing-function: cubic-bezier(0.8, 0, 0.7, 1);
transition-duration: 0.6s;
}
.xpro-animated-link-style-21:hover .xpro-animated-link-graphic-stroke path {
stroke-dasharray: 1;
stroke-dashoffset: 0;
}
.xpro-animated-link-style-22 .xpro-animated-link-graphic {
position: absolute;
top: 100%;
left: 0;
pointer-events: none;
fill: none;
stroke: #000;
stroke-width: 1px;
height: auto;
width: 100%;
}
.xpro-animated-link-graphic-stroke path {
stroke-dasharray: 1;
stroke-dashoffset: 1;
}
.xpro-animated-link-style-22:hover .xpro-animated-link-graphic-stroke path {
stroke-dashoffset: 0;
}
.xpro-animated-link-graphic-arc path {
transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.xpro-animated-link-style-22:hover .xpro-animated-link-graphic-arc path {
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-23 {
position: relative;
display: inline-block;
overflow: hidden;
padding: 7px 0;
}
.xpro-animated-link-style-23 .xpro-animated-link-graphic {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
fill: none;
stroke: #000;
stroke-width: 1px;
}
.xpro-animated-link-style-23 .xpro-animated-link-graphic-slide {
top: -3px;
stroke-width: 3px;
transition: transform 0.7s cubic-bezier(0, 0.25, 0.5, 1);
}
.xpro-animated-link-style-23:hover .xpro-animated-link-graphic-slide {
transform: translate3d(-66.6%, 0, 0);
}
.xpro-animated-link-style-24 {
display: inline-block;
padding-bottom: 2px;
overflow: hidden;
}
.xpro-animated-link-style-24::after {
position: absolute;
content: "";
height: 2px;
top: 50%;
bottom: 0;
right: 0;
left: 0;
opacity: 0;
width: 100%;
background: var(--e-global-color-primary);
transform: translate3d(-100%, 0, 0);
}
.xpro-animated-link-style-24:hover::after {
animation: 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) forwards link-hoverstate;
}
@keyframes link-hoverstate {
0% {
opacity: 1;
transform: translate3d(-100%, 0, 0);
}
55% {
transform: translate3d(100%, 0, 0);
}
56% {
transform: translate3d(100%, calc(0.5rem + 4px), 0);
}
100% {
opacity: 1;
transform: translate3d(0, calc(0.5rem + 4px), 0);
}
}
.xpro-animated-link-style-25 {
background-image: linear-gradient(to right, #54b3d6, #54b3d6 50%, #000 50%);
background-size: 200% 100%;
background-position: -100%;
display: inline-block;
padding: 5px 0;
position: relative;
-webkit-background-clip: text;
-webkit-text-fill-color: #fff0;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-25::before {
content: "";
background: #54b3d6;
display: block;
position: absolute;
bottom: -3px;
left: 0;
width: 0;
height: 3px;
transition: 0.3s ease-in-out;
}
.xpro-animated-link-style-25:hover {
background-position: 0;
}
.xpro-hero-slider .swiper-slide {
overflow: hidden;
position: relative;
}
.xpro-hero-slider-slide-button-wrapper {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
position: relative;
gap: 15px;
flex-wrap: wrap;
}
.xpro-hero-slider .xpro-hero-slider-slide-button-wrapper a {
text-decoration: none;
}
.xpro-hero-slider-button-default {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
position: relative;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
z-index: 1;
border-radius: 0;
gap: 10px;
padding: 15px 35px;
border: 1px solid #fff0;
min-width: -webkit-max-content;
min-width: -moz-max-content;
min-width: max-content;
text-decoration: none;
transition: color 0.3s ease-in-out, background 0.3s ease-in-out, border 0.3s ease-in-out;
}
.xpro-hero-slider-button-primary {
color: #fff;
background-color: #6ec1e4;
}
.xpro-hero-slider-button-secondary {
color: #fff;
background-color: #61ce70;
}
.xpro-hero-slider-button-default:focus,
.xpro-hero-slider-button-default:hover {
color: #2b2b2b;
background-color: #fff;
}
.xpro-hero-slider .char,
span.ex-char {
display: inline;
}
.xpro-hero-slider .xpro-hero-slider-slide-content-wrapper {
position: relative;
min-height: 600px;
width: 1140px;
max-width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.xpro-hero-slider .xpro-hero-slider-slide-content-area {
padding: 15px;
width: 600px;
max-width: 100%;
}
.xpro-hero-slider .xpro-hero-slider-slide-bg {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
animation-duration: 12s;
animation-delay: 1s;
}
.xpro-hero-slider .xpro-hero-slider-slide-bg::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
opacity: 0.5;
background-color: #000;
transition: background 0.3s ease-in-out;
}
.xpro-hero-slider .xpro-hero-slider-subtitle {
display: inline-block;
font-size: 18px;
font-weight: 500;
color: #fff;
margin-bottom: 5px;
}
.xpro-hero-slider .xpro-hero-slider-title {
display: inline-block;
font-size: 50px;
font-weight: 700;
color: #fff;
margin-bottom: 10px;
}
.xpro-hero-slider .xpro-hero-slider-description {
display: inline-block;
color: #fff;
margin-bottom: 30px;
}
.x-mask-top {
-webkit-animation-name: XsMaskFromUp;
animation-name: XsMaskFromUp;
}
.x-mask-bottom {
-webkit-animation-name: XsMaskFromDown;
animation-name: XsMaskFromDown;
}
.x-mask-left {
-webkit-animation-name: XsMaskFromLeft;
animation-name: XsMaskFromLeft;
}
.x-mask-right {
-webkit-animation-name: XsMaskFromRight;
animation-name: XsMaskFromRight;
}
@-webkit-keyframes XsMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromUp {
from {
-webkit-clip-path: inset(0 0 100% 0);
clip-path: inset(0 0 100% 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XsMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromDown {
from {
-webkit-clip-path: inset(100% 0 0 0);
clip-path: inset(100% 0 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XsMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromRight {
from {
-webkit-clip-path: inset(0 0 0 100%);
clip-path: inset(0 0 0 100%);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@-webkit-keyframes XsMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
@keyframes XsMaskFromLeft {
from {
-webkit-clip-path: inset(0 100% 0 0);
clip-path: inset(0 100% 0 0);
opacity: 1;
}
to {
-webkit-clip-path: inset(0 0 0 0);
clip-path: inset(0 0 0 0);
opacity: 1;
}
}
[class*="x-reveal"] {
position: relative;
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
[class*="x-reveal"]::after {
content: "";
position: absolute;
background: #fff;
width: 100%;
height: 100%;
z-index: 999;
top: 0;
left: 0;
}
.x-reveal-top::after {
bottom: 0;
left: 0;
top: auto;
right: auto;
height: 0;
-webkit-animation-name: XsRevealVertical;
animation-name: XsRevealVertical;
}
.x-reveal-bottom::after {
top: 0;
left: 0;
bottom: auto;
right: auto;
height: 0;
-webkit-animation-name: XsRevealVertical;
animation-name: XsRevealVertical;
}
.x-reveal-left::after {
top: 0;
right: 0;
bottom: auto;
left: auto;
width: 0;
-webkit-animation-name: XsRevealHorizontal;
animation-name: XsRevealHorizontal;
}
.x-reveal-right::after {
top: 0;
left: 0;
bottom: auto;
right: auto;
width: 0;
-webkit-animation-name: XsRevealHorizontal;
animation-name: XsRevealHorizontal;
}
.animated[class*="x-reveal"]::after {
-webkit-animation-duration: 1s;
animation-duration: 1s;
}
@-webkit-keyframes XsRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@keyframes XsRevealVertical {
from {
height: 100%;
}
to {
height: 0;
}
}
@-webkit-keyframes XsRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}
@keyframes XsRevealHorizontal {
from {
width: 100%;
}
to {
width: 0;
}
}
.x-blurIn {
animation-name: XsBlurIn;
}
@keyframes XsBlurIn {
from {
filter: blur(20px);
opacity: 0;
}
}
.x-blurInLeft {
animation-name: XsBlurInLeft;
}
@keyframes XsBlurInLeft {
from {
transform: translateX(50px);
filter: blur(20px);
opacity: 0;
}
}
.x-blurInRight {
animation-name: XsBlurInRight;
}
@keyframes XsBlurInRight {
from {
transform: translateX(-50px);
filter: blur(20px);
opacity: 0;
}
}
.x-blurInTop {
animation-name: XsBlurInTop;
}
@keyframes XsBlurInTop {
from {
transform: translateY(50px);
filter: blur(20px);
opacity: 0;
}
}
.x-blurInBottom {
animation-name: XsBlurInBottom;
}
@keyframes XsBlurInBottom {
from {
transform: translateY(-50px);
filter: blur(20px);
opacity: 0;
}
}
.xpro-animation-init [data-animation="x-split-top"] .char {
-webkit-animation: 0.3s cubic-bezier(0.3, 0, 0.7, 1) both fadeInUp;
animation: 0.3s cubic-bezier(0.3, 0, 0.7, 1) both fadeInUp;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-right"] .char {
-webkit-animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInRight;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-bottom"] .char {
-webkit-animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both fadeInDown;
animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both fadeInDown;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-left"] .char {
-webkit-animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInLeft;
animation: 0.5s cubic-bezier(0.3, 0, 0.7, 1) both fadeInLeft;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
.xpro-animation-init [data-animation="x-split-expand"] .char {
-webkit-animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both XsCharFwd;
animation: 0.8s cubic-bezier(0.3, 0, 0.7, 1) both XsCharFwd;
-webkit-animation-delay: calc(100ms * var(--char-index));
animation-delay: calc(100ms * var(--char-index));
}
@-webkit-keyframes XsCharFwd {
0% {
letter-spacing: -0.5em;
-webkit-transform: translateZ(-700px);
transform: translateZ(-700px);
opacity: 0;
}
40% {
opacity: 0.6;
}
100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}
@keyframes XsCharFwd {
0% {
letter-spacing: -0.5em;
-webkit-transform: translateZ(-700px);
transform: translateZ(-700px);
opacity: 0;
}
40% {
opacity: 0.6;
}
100% {
-webkit-transform: translateZ(0);
transform: translateZ(0);
opacity: 1;
}
}@media screen and (max-width: 1024px) {
.xpro-preview .xpro-preview-iframe {
width: 100%;
}
.xpro-filter-dropdown-tablet .xpro-select-option {
width: 100%;
position: relative;
background-color: var(--e-global-color-primary);
color: #fff;
margin: 0;
padding: 10px 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
text-align: left;
display: block;
}
.xpro-filter-dropdown-tablet .xpro-select-content {
pointer-events: none;
}
.xpro-filter-dropdown-tablet.active .xpro-select-icon {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.xpro-filter-dropdown-tablet .xpro-select-icon {
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 35px;
line-height: 35px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-align: center;
}
.xpro-filter-dropdown-tablet .cbp-l-filters-button {
width: 100%;
position: absolute;
left: 0;
padding: 0;
list-style: none;
display: none;
border-top: 1px solid #fff;
z-index: 9;
margin: 0;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-filter-dropdown-tablet.active .cbp-l-filters-button {
display: -ms-inline-grid;
display: inline-grid;
}
.xpro-filter-dropdown-tablet .cbp-l-filters-button .cbp-filter-item {
position: relative;
font: inherit;
border: none !important;
border-bottom: 1px solid #fff !important;
background-color: var(--e-global-color-primary) !important;
color: #fff !important;
padding: 10px 15px;
margin: 0 !important;
border-radius: 0 !important;
width: 100%;
text-align: left;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
}
.xpro-filter-dropdown-tablet .cbp-l-filters-button:hover {
border-color: #fff;
}
.xpro-filter-dropdown-tablet > ul > li.cbp-filter-item.cbp-filter-item-active,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-arrow,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-circle,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-line,
.xpro-step-flow-separator-disable-tablet .xpro-step-flow-line-arrow {
display: none;
}
.elementor-tablet-align-left .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-tablet-left .xpro-post-grid-meta-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.elementor-tablet-align-center .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-tablet-center .xpro-post-grid-meta-list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-tablet-align-right .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-tablet-right .xpro-post-grid-meta-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.elementor-tablet-align-left .xpro-infolist-item,
.elementor-tablet-align-left .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.elementor-tablet-align-center .xpro-infolist-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.elementor-tablet-align-right .xpro-infolist-item,
.elementor-tablet-align-right .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-tablet-align-center .xpro-infolist-item > a {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.elementor-tablet-align-left .xpro-infolist-media-type-icon::before,
.elementor-tablet-align-right .xpro-infolist-media-type-icon::before {
content: "";
}
.elementor-tablet-align-center .xpro-infolist-media-type-icon::before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li > .xpro-elementor-dropdown-menu:after,
.xpro-elementor-horizontal-menu-responsive-tablet [class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-tablet [class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: none;
}
.xpro-elementor-horizontal-menu-responsive-tablet {
position: fixed;
height: 100vh;
width: 400px;
max-width: 100%;
right: 0;
top: 0;
text-align: right;
background-color: #f5f5f5;
padding: 30px;
overflow: auto;
z-index: 999;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
transition: transform 0.5s, -webkit-transform 0.5s;
}
.xpro-elementor-horizontal-menu-responsive-tablet.xpro-push-left {
left: 0;
right: auto;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.admin-bar .xpro-elementor-horizontal-menu-responsive-tablet {
top: 32px;
}
.admin-bar .xtb-appear .xpro-elementor-horizontal-menu-responsive-tablet {
top: 0;
}
.xpro-elementor-horizontal-menu-responsive-tablet.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.xpro-elementor-horizontal-menu-responsive-tablet ~ .xpro-elementor-horizontal-menu-overlay,
.xpro-elementor-horizontal-menu-responsive-tablet ~ .xpro-elementor-horizontal-menu-toggler-wrapper {
display: block;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-menu-close {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 20px;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li {
position: relative;
width: 100%;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li > a {
margin: 0;
width: 100%;
min-height: 30px;
padding: 20px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
border-bottom: 1px solid #e6e6e6;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu {
position: relative;
left: 0;
width: 100%;
min-width: 100%;
max-width: 100%;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
left: 0 !important;
top: 0 !important;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
position: absolute;
right: 0;
padding: 0;
width: 50px;
height: 100%;
z-index: 2;
line-height: 1;
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;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-dropdown-menu-toggle:focus,
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-dropdown-menu-toggle:hover {
outline: dotted 1px;
outline-offset: -1px;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav li > a > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-horizontal-navbar-nav li > a.active > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > a {
color: #a2a2a2;
background-color: #efefef;
border-bottom: 1px solid #ffffff69;
}
.xpro-elementor-horizontal-menu-responsive-tablet .xpro-elementor-dropdown-menu > li > a:hover {
color: #2b2b2b;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--tabletleft .xpro-testimonial-quote {
right: 0;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 30px -30px 0;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--tabletcenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 -30px;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--tabletright .xpro-testimonial-quote {
right: auto;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 0 -30px 30px;
}
.elementor-tablet-align-left .xpro-business-hour-item,
.xpro-post-grid-align-tablet-center .xpro-post-grid-author,
.xpro-post-grid-align-tablet-center .xpro-post-grid-meta-list > li,
.xpro-post-grid-align-tablet-left .xpro-post-grid-author,
.xpro-post-grid-align-tablet-left .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletleft,
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft,
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletleft .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletleft .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletcenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletright {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft .xpro-testimonial-image {
margin: 0 30px 0 0;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright > {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletleft .xpro-testimonial-quote {
left: 0;
right: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletcenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 15px 0 0;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--tabletright .xpro-testimonial-quote {
right: 0;
left: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletleft .xpro-testimonial-content::after {
left: 60px;
right: auto;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletcenter .xpro-testimonial-content::after {
right: auto;
left: calc(50% - 20px);
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--tabletright .xpro-testimonial-content::after {
left: auto;
right: 60px;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletleft {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-tablet-align-right .xpro-business-hour-item,
.xpro-post-grid-align-tablet-right .xpro-post-grid-author,
.xpro-post-grid-align-tablet-right .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--tabletcenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-post-grid-align-tablet-left .xpro-post-grid-content {
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-post-grid-align-tablet-center .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-align-tablet-right .xpro-post-grid-content {
text-align: right;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.elementor-tablet-align-left .xpro-business-hour-day,
.elementor-tablet-align-right .xpro-business-hour-time,
.xpro-post-grid-align-tablet-center img ~ .xpro-post-grid-author-content,
.xpro-post-grid-align-tablet-left img ~ .xpro-post-grid-author-content {
text-align: left;
}
.elementor-tablet-align-left .xpro-business-hour-time,
.elementor-tablet-align-right .xpro-business-hour-day,
.xpro-post-grid-align-tablet-right img ~ .xpro-post-grid-author-content {
text-align: right;
}
.xpro-post-list-main {
-ms-grid-columns: none !important;
grid-template-columns: none !important;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.elementor-tablet-align-right .xpro-taxonomy-list-content,
.elementor-tablet-align-right .xpro-taxonomy-list > li > a,
.xpro-content-align-tabletright .xpro-box-icon-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item {
width: calc(100% / 2);
}
.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item {
width: calc(100% / 3);
}
.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item {
width: calc(100% / 4);
}
.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item {
width: calc(100% / 5);
}
.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item {
width: calc(100% / 6);
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(2n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6n) {
border-right-width: 0 !important;
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 0 !important;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(odd),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6n + 1) {
border-left-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-child(6) {
border-top-right-radius: 10px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item:nth-last-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item:nth-last-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item:nth-last-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item:nth-last-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item:nth-last-child(6) {
border-bottom-left-radius: 10px;
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet2 .xpro-logo-grid-item {
width: calc((100% / 2) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet3 .xpro-logo-grid-item {
width: calc((100% / 3) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet4 .xpro-logo-grid-item {
width: calc((100% / 4) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet5 .xpro-logo-grid-item {
width: calc((100% / 5) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--tablet6 .xpro-logo-grid-item {
width: calc((100% / 6) - 1rem);
}
.elementor-tablet-align-left .xpro-block-quote-layout-1 .xpro-block-quote-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-icon,
.elementor-tablet-align-left .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.elementor-tablet-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner {
display: inline-block;
text-align: center;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-tablet-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > svg {
margin-bottom: 10px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.elementor-tablet-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: 100%;
margin-left: 5px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-tablet-align-center .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: auto;
right: 100%;
margin-right: 5px;
}
.elementor-tablet-align-left .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
}
.elementor-tablet-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
margin-left: -30px;
}
.elementor-tablet-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: left;
margin: 25px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-2 .xpro-block-quote-icon {
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
margin-top: -30px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: center;
margin: 25px 10px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) rotateY(180deg);
transform: translateY(-50%) rotateY(180deg);
margin-top: 0;
margin-left: -30px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: right;
margin: 25px;
}
.xpro-block-quote-layout-3 .xpro-block-quote-inner::before {
-webkit-transform: rotate(-40deg) skew(5deg);
-ms-transform: rotate(-40deg) skew(5deg);
transform: rotate(-40deg) skew(5deg);
}
.elementor-tablet-align-left .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-tablet-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: left;
}
.elementor-tablet-align-center .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-tablet-align-center .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: center;
}
.elementor-tablet-align-right .xpro-block-quote-layout-3,
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-tablet-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: right;
}
.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.elementor-tablet-align-left .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 145px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
margin-top: 25px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content {
display: inline-block;
text-align: center;
z-index: 1;
}
.elementor-tablet-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img > img {
margin-bottom: 15px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-tablet-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 145px;
left: auto;
}
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 0;
}
.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-icon,
.elementor-tablet-align-left .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 40px;
top: 30px;
right: auto;
}
.elementor-tablet-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 50%;
margin-left: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
left: auto;
top: 30px;
right: 40px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
right: 0;
left: auto;
}
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50px;
margin-left: -35px;
border-left: none !important;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
}
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
margin-left: -20px;
}
.elementor-tablet-align-left .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 127px;
text-align: left;
}
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
}
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -25px;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
border-left: none !important;
}
.elementor-tablet-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 217px;
text-align: center;
}
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -85px;
}
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -62px;
border-right: none !important;
border-radius: 50px 0 0;
border-left: 2px solid #6ec1e4;
}
.elementor-tablet-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 144px 10px 0;
text-align: right;
}
.elementor-tablet-align-left .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 20px;
}
.elementor-tablet-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-tablet-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 20px;
left: auto;
}
.elementor-tablet-align-center .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-tablet-align-center .xpro-block-quote-layout-9 .xpro-block-quote-inner,
.elementor-tablet-align-left .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-left: 5px solid #6ec1e4;
border-right: none;
}
.elementor-tablet-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: 0;
left: auto;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.elementor-tablet-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%) rotate(0);
-ms-transform: translateX(-50%) rotate(0);
transform: translateX(-50%) rotate(0);
}
.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: auto;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.elementor-tablet-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-tablet-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-tablet-align-left .xpro-taxonomy-list-content,
.elementor-tablet-align-left .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-tablet-align-center .xpro-taxonomy-list-content {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
.elementor-tablet-align-center .xpro-taxonomy-list > li > a {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
}
@media screen and (max-width: 767px) {
.xpro-preview-header-left,
.xpro-preview-header-right {
min-width: auto;
}
.xpro-filter-dropdown-mobile > ul > li.cbp-filter-item.cbp-filter-item-active,
.xpro-news-ticker-navigation,
.xpro-preview-layout-1 .xpro-preview-header-info,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-arrow,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-circle,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-line,
.xpro-step-flow-separator-disable-mobile .xpro-step-flow-line-arrow,
.xpro-table-responsive .xpro-table-head {
display: none;
}
.admin-bar .xpro-preview {
top: 45px;
height: calc(100vh - 45px);
}
.xpro-filter-dropdown-mobile .xpro-select-option {
width: 100%;
position: relative;
background-color: var(--e-global-color-primary);
color: #fff;
margin: 0;
padding: 10px 15px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
cursor: pointer;
text-align: left;
display: block;
}
.xpro-filter-dropdown-mobile .xpro-select-content {
pointer-events: none;
}
.xpro-filter-dropdown-mobile.active .xpro-select-icon {
-webkit-transform: translateY(-50%) rotate(180deg);
-ms-transform: translateY(-50%) rotate(180deg);
transform: translateY(-50%) rotate(180deg);
}
.xpro-filter-dropdown-mobile .xpro-select-icon {
position: absolute;
top: 50%;
right: 15px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 35px;
height: 35px;
line-height: 35px;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
text-align: center;
}
.xpro-filter-dropdown-mobile .cbp-l-filters-button {
width: 100%;
position: absolute;
left: 0;
padding: 0;
list-style: none;
display: none;
border-top: 1px solid #fff;
z-index: 9;
margin: 0;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
-webkit-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.xpro-filter-dropdown-mobile.active .cbp-l-filters-button {
display: -ms-inline-grid;
display: inline-grid;
}
.xpro-filter-dropdown-mobile .cbp-l-filters-button .cbp-filter-item {
position: relative;
font: inherit;
border: none !important;
border-bottom: 1px solid #fff !important;
background-color: var(--e-global-color-primary) !important;
color: #fff !important;
padding: 10px 15px;
margin: 0 !important;
border-radius: 0 !important;
width: 100%;
text-align: left;
-webkit-box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
box-shadow: 0 15px 30px -10px rgb(0 0 0 / 10%);
}
.xpro-filter-dropdown-mobile .cbp-l-filters-button:hover {
border-color: #fff;
}
.xpro-content-align-mobileright .xpro-box-icon-wrapper-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-mobile-align-left .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-mobile-left .xpro-post-grid-meta-list {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.elementor-mobile-align-center .xpro-infolist-layout-horizontal,
.elementor-mobile-align-center .xpro-taxonomy-list > li > a,
.xpro-post-grid-align-mobile-center .xpro-post-grid-meta-list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.elementor-mobile-align-right .xpro-infolist-layout-horizontal,
.xpro-post-grid-align-mobile-right .xpro-post-grid-meta-list {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-content,
.elementor-mobile-align-left .xpro-infolist-item,
.elementor-mobile-align-left .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
}
.elementor-mobile-align-center .xpro-infolist-item {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
}
.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-content,
.elementor-mobile-align-right .xpro-infolist-item,
.elementor-mobile-align-right .xpro-infolist-item > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
text-align: right;
}
.elementor-mobile-align-center .xpro-infolist-item > a {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
text-align: center;
}
.elementor-mobile-align-left .xpro-infolist-media-type-icon::before,
.elementor-mobile-align-right .xpro-infolist-media-type-icon::before {
content: "";
}
.elementor-mobile-align-center .xpro-infolist-media-type-icon::before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-crossOver .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-focusLens .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::after,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-lineTopBottom .xpro-elementor-horizontal-navbar-nav > li > a::before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-style-pushRight .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > .xpro-elementor-dropdown-menu:after,
.xpro-elementor-horizontal-menu-responsive-mobile [class*="xpro-elementor-horizontal-menu-style-sweepTo"] .xpro-elementor-horizontal-navbar-nav > li > a:before,
.xpro-elementor-horizontal-menu-responsive-mobile [class*="xpro-elementor-horizontal-menu-style-underline"] .xpro-elementor-horizontal-navbar-nav > li > a:before {
content: none;
}
.xpro-elementor-horizontal-menu-responsive-mobile {
position: fixed;
height: 100vh;
width: 400px;
max-width: 100%;
right: 0;
top: 0;
text-align: right;
background-color: #f5f5f5;
padding: 30px;
overflow: auto;
z-index: 999;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
transition: transform 0.5s, -webkit-transform 0.5s;
}
.xpro-elementor-horizontal-menu-responsive-mobile.xpro-push-left {
left: 0;
right: auto;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.admin-bar .xpro-elementor-horizontal-menu-responsive-mobile {
top: 32px;
}
.admin-bar .xtb-appear .xpro-elementor-horizontal-menu-responsive-mobile {
top: 0;
}
.xpro-elementor-horizontal-menu-responsive-mobile.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.xpro-elementor-horizontal-menu-responsive-mobile ~ .xpro-elementor-horizontal-menu-overlay,
.xpro-elementor-horizontal-menu-responsive-mobile ~ .xpro-elementor-horizontal-menu-toggler-wrapper,
.xpro-table-responsive .xpro-table-body-row .xpro-table-head-column-cell {
display: block;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-menu-close {
display: -webkit-inline-box;
display: -ms-inline-flexbox;
display: inline-flex;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
padding-top: 20px;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li {
position: relative;
width: 100%;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > a {
margin: 0;
width: 100%;
min-height: 30px;
padding: 20px 0;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
border-bottom: 1px solid #e6e6e6;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu {
position: relative;
left: 0;
width: 100%;
min-width: 100%;
max-width: 100%;
opacity: 1;
visibility: visible;
-webkit-transform: none;
-ms-transform: none;
transform: none;
display: none;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > .xpro-elementor-dropdown-menu {
left: 0 !important;
top: 0 !important;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
margin-left: auto;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > a > .xpro-dropdown-menu-toggle,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav > li > a > .xpro-dropdown-menu-toggle {
position: absolute;
right: 0;
padding: 0;
width: 50px;
height: 100%;
z-index: 2;
line-height: 1;
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;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-dropdown-menu-toggle:focus,
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-dropdown-menu-toggle:hover {
outline: dotted 1px;
outline-offset: -1px;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav li > a > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-horizontal-navbar-nav li > a.active > .xpro-dropdown-menu-toggle::before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > a {
color: #a2a2a2;
background-color: #efefef;
border-bottom: 1px solid #ffffff69;
}
.xpro-elementor-horizontal-menu-responsive-mobile .xpro-elementor-dropdown-menu > li > a:hover {
color: #2b2b2b;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--mobileleft .xpro-testimonial-quote {
right: 0;
left: auto;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 30px -30px 0;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--mobilecenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 0 0 -30px;
}
.xpro-testimonial-layout-2.xpro-testimonial-align--mobileright .xpro-testimonial-quote {
right: auto;
left: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
margin: 0 0 -30px 30px;
}
.elementor-mobile-align-left .xpro-business-hour-item,
.xpro-post-grid-align-mobile-center .xpro-post-grid-author,
.xpro-post-grid-align-mobile-center .xpro-post-grid-meta-list > li,
.xpro-post-grid-align-mobile-left .xpro-post-grid-author,
.xpro-post-grid-align-mobile-left .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileleft,
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft,
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileleft .xpro-testimonial-author,
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileleft .xpro-testimonial-author,
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-author,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobilecenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileright {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft .xpro-testimonial-image {
margin: 0 30px 0 0;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-4.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileleft .xpro-testimonial-quote {
left: 0;
right: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobilecenter .xpro-testimonial-quote {
right: auto;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin: 15px 0 0;
}
.xpro-testimonial-layout-5.xpro-testimonial-align--mobileright .xpro-testimonial-quote {
right: 0;
left: auto;
margin: 15px;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-6.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-7.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileleft .xpro-testimonial-content::after {
left: 60px;
right: auto;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-image,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright .xpro-testimonial-image {
margin: 0 0 0 30px;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobilecenter .xpro-testimonial-content::after {
right: auto;
left: calc(50% - 20px);
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-8.xpro-testimonial-align--mobileright .xpro-testimonial-content::after {
left: auto;
right: 60px;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileleft {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.elementor-mobile-align-right .xpro-business-hour-item,
.elementor-mobile-align-right .xpro-taxonomy-list-content,
.elementor-mobile-align-right .xpro-taxonomy-list > li > a,
.xpro-post-grid-align-mobile-right .xpro-post-grid-author,
.xpro-post-grid-align-mobile-right .xpro-post-grid-meta-list > li,
.xpro-testimonial-layout-9.xpro-testimonial-align--mobileright .xpro-testimonial-author {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter .xpro-testimonial-author {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.xpro-testimonial-layout-9.xpro-testimonial-align--mobilecenter .xpro-testimonial-image {
margin: 0 0 30px;
}
.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item {
width: calc(100% / 2);
}
.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item {
width: calc(100% / 3);
}
.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item {
width: calc(100% / 4);
}
.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item {
width: calc(100% / 5);
}
.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item {
width: calc(100% / 6);
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(2n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5n),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6n) {
border-right-width: 0 !important;
}
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--tictactoe.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 0 !important;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(-n + 2),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(-n + 3),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(-n + 4),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(-n + 5),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(-n + 6) {
border-top-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(odd),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5n + 1),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6n + 1) {
border-left-width: 2px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-child(6) {
border-top-right-radius: 10px;
}
.xpro-logo-grid--border.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item:nth-last-child(2),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item:nth-last-child(3),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item:nth-last-child(4),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item:nth-last-child(5),
.xpro-logo-grid--border.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item:nth-last-child(6) {
border-bottom-left-radius: 10px;
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile2 .xpro-logo-grid-item {
width: calc((100% / 2) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile3 .xpro-logo-grid-item {
width: calc((100% / 3) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile4 .xpro-logo-grid-item {
width: calc((100% / 4) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile5 .xpro-logo-grid-item {
width: calc((100% / 5) - 1rem);
}
.xpro-logo-grid--box.xpro-logo-grid--col--mobile6 .xpro-logo-grid-item {
width: calc((100% / 6) - 1rem);
}
.xpro-table-responsive .xpro-table-body-row {
display: block;
margin-bottom: 10px;
}
.xpro-table-responsive .xpro-table-body-row:last-child {
margin-bottom: 0 !important;
}
.xpro-table-responsive .xpro-table-body-row-cell {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0 !important;
border: none !important;
border-radius: 0 !important;
}
.xpro-table-responsive .xpro-table-body-row-cell > div {
width: 50%;
}
.xpro-table-responsive .xpro-table-body-row-cell-inner {
padding: 15px;
border: 1px solid #f3f3f3;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.xpro-news-ticker-wrapper {
display: block;
text-align: left;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-1::before,
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-2::before,
.xpro-news-ticker-wrapper .xpro-news-ticker-separator-shape-3::before {
display: none;
content: none;
}
.xpro-news-ticker-wrapper .xpro-news-ticker-sticky-title {
padding: 15px;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
.xpro-news-ticker {
padding: 15px 10px;
}
.xpro-post-grid-align-mobile-left .xpro-post-grid-content {
text-align: left;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.xpro-post-grid-align-mobile-center .xpro-post-grid-content {
text-align: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.xpro-post-grid-align-mobile-right .xpro-post-grid-content {
text-align: right;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
.elementor-mobile-align-left .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap,
.elementor-mobile-align-left .xpro-business-hour-day,
.elementor-mobile-align-right .xpro-business-hour-time,
.xpro-post-grid-align-mobile-center img ~ .xpro-post-grid-author-content,
.xpro-post-grid-align-mobile-left img ~ .xpro-post-grid-author-content {
text-align: left;
}
.elementor-mobile-align-left .xpro-business-hour-time,
.elementor-mobile-align-right .xpro-block-quote-layout-3,
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap,
.elementor-mobile-align-right .xpro-business-hour-day,
.xpro-post-grid-align-mobile-right img ~ .xpro-post-grid-author-content {
text-align: right;
}
.elementor-mobile-align-left .xpro-block-quote-layout-1 .xpro-block-quote-inner {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
text-align: left;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-icon,
.elementor-mobile-align-left .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
}
.elementor-mobile-align-center .xpro-block-quote-layout-1 .xpro-block-quote-inner {
display: inline-block;
text-align: center;
border-right: none;
border-left: 5px solid #6ec1e4;
}
.elementor-mobile-align-center .xpro-block-quote-layout-1 .xpro-block-quote-icon > svg {
margin-bottom: 10px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-inner {
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-icon,
.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-icon > svg,
.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
}
.elementor-mobile-align-right .xpro-block-quote-layout-1 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: 100%;
margin-left: 5px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-mobile-align-center .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-3 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-7 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-8 .xpro-block-quote-title::before,
.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-title::before {
left: auto;
right: 100%;
margin-right: 5px;
}
.elementor-mobile-align-left .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
}
.elementor-mobile-align-left .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
margin-top: 0;
margin-left: -30px;
}
.elementor-mobile-align-left .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: left;
margin: 25px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-2 .xpro-block-quote-icon {
left: 50%;
top: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
margin-top: -30px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: center;
margin: 25px 10px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-2 {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: right;
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-icon {
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) rotateY(180deg);
transform: translateY(-50%) rotateY(180deg);
margin-top: 0;
margin-left: -30px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-2 .xpro-block-quote-content-wrap {
text-align: right;
margin: 25px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-3 .xpro-block-quote-inner,
.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap,
.elementor-mobile-align-center .xpro-block-quote-layout-7 .xpro-block-quote-content-wrap {
text-align: center;
}
.elementor-mobile-align-left .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 145px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
margin-top: 0;
margin-right: 0;
}
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content {
display: inline-block;
text-align: center;
z-index: 1;
}
.elementor-mobile-align-center .xpro-block-quote-layout-4 .xpro-block-quote-content .xpro-block-quote-content-img > img {
margin-bottom: 15px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-4 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 145px;
left: auto;
}
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 0;
}
.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-icon,
.elementor-mobile-align-left .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
left: 40px;
top: 30px;
right: auto;
}
.elementor-mobile-align-center .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: 50%;
margin-left: 0;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
left: auto;
top: 30px;
right: 40px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-5 .xpro-block-quote-content-wrap::before {
left: auto;
right: 0;
}
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50px;
margin-left: -20px;
border-left: none !important;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
}
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50px;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
margin-left: -20px;
}
.elementor-mobile-align-left .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 127px;
text-align: left;
}
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: 0;
}
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -25px;
border-right: 2px solid #6ec1e4;
border-radius: 0 50px 0 0;
border-left: none !important;
}
.elementor-mobile-align-center .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 0 10px 170px;
text-align: center;
}
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::before {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -85px;
}
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-text::after {
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
margin-left: -62px;
border-right: none !important;
border-radius: 50px 0 0;
border-left: 2px solid #6ec1e4;
}
.elementor-mobile-align-right .xpro-block-quote-layout-6 .xpro-block-quote-desc {
margin: 10px 144px 10px 0;
text-align: right;
}
.elementor-mobile-align-left .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(0);
transform: rotateY(0);
right: auto;
left: 20px;
}
.elementor-mobile-align-center .xpro-block-quote-layout-8 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.elementor-mobile-align-right .xpro-block-quote-layout-8 .xpro-block-quote-icon {
-webkit-transform: rotateY(180deg);
transform: rotateY(180deg);
right: 20px;
left: auto;
}
.elementor-mobile-align-center .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-mobile-align-center .xpro-block-quote-layout-9 .xpro-block-quote-inner,
.elementor-mobile-align-left .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-left: 5px solid #6ec1e4;
border-right: none;
}
.elementor-mobile-align-left .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: 0;
left: auto;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.elementor-mobile-align-center .xpro-block-quote-layout-9 .xpro-block-quote-icon {
left: 50%;
-webkit-transform: translateX(-50%) rotate(0);
-ms-transform: translateX(-50%) rotate(0);
transform: translateX(-50%) rotate(0);
}
.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-icon {
right: auto;
-webkit-transform: rotate(0);
-ms-transform: rotate(0);
transform: rotate(0);
}
.elementor-mobile-align-right .xpro-block-quote-layout-10 .xpro-block-quote-inner,
.elementor-mobile-align-right .xpro-block-quote-layout-9 .xpro-block-quote-inner {
border-right: 5px solid #6ec1e4;
border-left: none;
}
.elementor-mobile-align-left .xpro-taxonomy-list-content,
.elementor-mobile-align-left .xpro-taxonomy-list > li > a {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row;
flex-direction: row;
}
.elementor-mobile-align-center .xpro-taxonomy-list-content {
-webkit-box-flex: initial;
-ms-flex: initial;
flex: initial;
}
}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-bacteria:before{content:"\e059"}.fa-bacterium:before{content:"\e05a"}.fa-bahai:before{content:"\f666"}.fa-balance-scale:before{content:"\f24e"}.fa-balance-scale-left:before{content:"\f515"}.fa-balance-scale-right:before{content:"\f516"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-biking:before{content:"\f84a"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-border-all:before{content:"\f84c"}.fa-border-none:before{content:"\f850"}.fa-border-style:before{content:"\f853"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-box-tissue:before{content:"\e05b"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buy-n-large:before{content:"\f8a6"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caravan:before{content:"\f8ff"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudflare:before{content:"\e07d"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-alt:before{content:"\f422"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-cotton-bureau:before{content:"\f89e"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dailymotion:before{content:"\e052"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-deezer:before{content:"\e077"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-disease:before{content:"\f7fa"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edge-legacy:before{content:"\e078"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-alt:before{content:"\f424"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fan:before{content:"\f863"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-faucet:before{content:"\e005"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-firefox-browser:before{content:"\e007"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-alt:before{content:"\f841"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-pay:before{content:"\e079"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guilded:before{content:"\e07e"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-medical:before{content:"\e05c"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-holding-water:before{content:"\f4c1"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-sparkles:before{content:"\e05d"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-hands-wash:before{content:"\e05e"}.fa-handshake:before{content:"\f2b5"}.fa-handshake-alt-slash:before{content:"\e05f"}.fa-handshake-slash:before{content:"\e060"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-cowboy:before{content:"\f8c0"}.fa-hat-cowboy-side:before{content:"\f8c1"}.fa-hat-wizard:before{content:"\f6e8"}.fa-hdd:before{content:"\f0a0"}.fa-head-side-cough:before{content:"\e061"}.fa-head-side-cough-slash:before{content:"\e062"}.fa-head-side-mask:before{content:"\e063"}.fa-head-side-virus:before{content:"\e064"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hive:before{content:"\e07f"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hospital-user:before{content:"\f80d"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-house-user:before{content:"\e065"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-icons:before{content:"\f86d"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-ideal:before{content:"\e013"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-innosoft:before{content:"\e080"}.fa-instagram:before{content:"\f16d"}.fa-instagram-square:before{content:"\e055"}.fa-instalod:before{content:"\e081"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-house:before{content:"\e066"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lungs:before{content:"\f604"}.fa-lungs-virus:before{content:"\e067"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-mdb:before{content:"\f8ca"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microblog:before{content:"\e01a"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mixer:before{content:"\e056"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse:before{content:"\f8cc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-octopus-deploy:before{content:"\e082"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-orcid:before{content:"\f8d2"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-arrows:before{content:"\e068"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-perbyte:before{content:"\e083"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-alt:before{content:"\f879"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-square-alt:before{content:"\f87b"}.fa-phone-volume:before{content:"\f2a0"}.fa-photo-video:before{content:"\f87c"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-square:before{content:"\e01e"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-plane-slash:before{content:"\e069"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pump-medical:before{content:"\e06a"}.fa-pump-soap:before{content:"\e06b"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-record-vinyl:before{content:"\f8d9"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-remove-format:before{content:"\f87d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-rust:before{content:"\e07a"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-shield-virus:before{content:"\e06c"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopify:before{content:"\e057"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sink:before{content:"\e06d"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-soap:before{content:"\e06e"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-down-alt:before{content:"\f881"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-alpha-up-alt:before{content:"\f882"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-down-alt:before{content:"\f884"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-amount-up-alt:before{content:"\f885"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-down-alt:before{content:"\f886"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-numeric-up-alt:before{content:"\f887"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spell-check:before{content:"\f891"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stackpath:before{content:"\f842"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-stopwatch-20:before{content:"\e06f"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-store-alt-slash:before{content:"\e070"}.fa-store-slash:before{content:"\e071"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swift:before{content:"\f8e1"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-tiktok:before{content:"\e07b"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toilet-paper-slash:before{content:"\e072"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-trailer:before{content:"\e041"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbraco:before{content:"\f8e8"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-uncharted:before{content:"\e084"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-unity:before{content:"\e049"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-unsplash:before{content:"\e07c"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-users-slash:before{content:"\e073"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-vest:before{content:"\e085"}.fa-vest-patches:before{content:"\e086"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-virus:before{content:"\e074"}.fa-virus-slash:before{content:"\e075"}.fa-viruses:before{content:"\e076"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-voicemail:before{content:"\f897"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-watchman-monitoring:before{content:"\e087"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wodu:before{content:"\e088"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:400;font-display:block;src:url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);src:url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:block;src:url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);src:url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.fab,.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:block;src:url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);src:url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"),url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}.elementor-widget-social-icons.elementor-grid-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-mobile-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-mobile-0:not(:has(.elementor-widget-container)),.elementor-widget-social-icons.elementor-grid-tablet-0 .elementor-widget-container,.elementor-widget-social-icons.elementor-grid-tablet-0:not(:has(.elementor-widget-container)){font-size:0;line-height:1}.elementor-widget-social-icons:not(.elementor-grid-0):not(.elementor-grid-tablet-0):not(.elementor-grid-mobile-0) .elementor-grid{display:inline-grid}.elementor-widget-social-icons .elementor-grid{grid-column-gap:var(--grid-column-gap,5px);grid-row-gap:var(--grid-row-gap,5px);grid-template-columns:var(--grid-template-columns);justify-content:var(--justify-content,center);justify-items:var(--justify-content,center)}.elementor-icon.elementor-social-icon{font-size:var(--icon-size,25px);height:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em));line-height:var(--icon-size,25px);width:calc(var(--icon-size, 25px) + 2 * var(--icon-padding, .5em))}.elementor-social-icon{--e-social-icon-icon-color:#fff;align-items:center;background-color:#69727d;cursor:pointer;display:inline-flex;justify-content:center;text-align:center}.elementor-social-icon i{color:var(--e-social-icon-icon-color)}.elementor-social-icon svg{fill:var(--e-social-icon-icon-color)}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{color:#fff;opacity:.9}.elementor-social-icon-android{background-color:#a4c639}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-deviantart{background-color:#05cc47}.elementor-social-icon-digg{background-color:#005be2}.elementor-social-icon-dribbble{background-color:#ea4c89}.elementor-social-icon-elementor{background-color:#d30c5c}.elementor-social-icon-envelope{background-color:#ea4335}.elementor-social-icon-facebook,.elementor-social-icon-facebook-f{background-color:#3b5998}.elementor-social-icon-flickr{background-color:#0063dc}.elementor-social-icon-foursquare{background-color:#2d5be3}.elementor-social-icon-free-code-camp,.elementor-social-icon-freecodecamp{background-color:#006400}.elementor-social-icon-github{background-color:#333}.elementor-social-icon-gitlab{background-color:#e24329}.elementor-social-icon-globe{background-color:#69727d}.elementor-social-icon-google-plus,.elementor-social-icon-google-plus-g{background-color:#dd4b39}.elementor-social-icon-houzz{background-color:#7ac142}.elementor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-link{background-color:#818a91}.elementor-social-icon-linkedin,.elementor-social-icon-linkedin-in{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-meetup{background-color:#ec1c40}.elementor-social-icon-mixcloud{background-color:#273a4b}.elementor-social-icon-odnoklassniki{background-color:#f4731c}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#da552f}.elementor-social-icon-reddit{background-color:#ff4500}.elementor-social-icon-rss{background-color:#f26522}.elementor-social-icon-shopping-cart{background-color:#4caf50}.elementor-social-icon-skype{background-color:#00aff0}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-steam{background-color:#00adee}.elementor-social-icon-stumbleupon{background-color:#eb4924}.elementor-social-icon-telegram{background-color:#2ca5e0}.elementor-social-icon-threads{background-color:#000}.elementor-social-icon-thumb-tack{background-color:#1aa1d8}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-viber{background-color:#665cac}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#dd2430}.elementor-social-icon-weixin{background-color:#31a918}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-x-twitter{background-color:#000}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-social-icon-500px{background-color:#0099e5}@font-face{font-family:xpro-icons;src:url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.eot?d5ys91);src:url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.eot?d5ys91#iefix) format('embedded-opentype'),url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.ttf?d5ys91) format('truetype'),url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.woff?d5ys91) format('woff'),url(//www.sabinealienor.com/wp-content/plugins/xpro-elementor-addons/assets/fonts/xpro-icons.svg?d5ys91#xpro-icons) format('svg');font-weight:400;font-style:normal;font-display:block}.xi{font-family:xpro-icons,serif!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.xi-xpro:before{content:"\ea20"}.xi-long-arrow-left:before{content:"\ea21"}.xi-long-arrow-right:before{content:"\ea22"}.xi-360:before{content:"\e900"}.xi-access-denied:before{content:"\e901"}.xi-accessibility:before{content:"\e902"}.xi-account:before{content:"\e903"}.xi-accounts:before{content:"\e904"}.xi-add-link:before{content:"\e905"}.xi-add-new-page:before{content:"\e906"}.xi-add-new-item:before{content:"\e907"}.xi-plus-circle:before{content:"\e908"}.xi-plus:before{content:"\e909"}.xi-aeroplane:before{content:"\e90a"}.xi-all-borders:before{content:"\e90b"}.xi-anchor:before{content:"\e90c"}.xi-app-store:before{content:"\e90d"}.xi-arrow-down-left:before{content:"\e90e"}.xi-arrow-down-right:before{content:"\e90f"}.xi-arrow-down-circle:before{content:"\e910"}.xi-arrow-down:before{content:"\e911"}.xi-arrow-left-circle:before{content:"\e912"}.xi-arrow-right-circle:before{content:"\e913"}.xi-arrow-right:before{content:"\e914"}.xi-arrow-up-left:before{content:"\e915"}.xi-arrow-up-right:before{content:"\e916"}.xi-arrow-up-circle:before{content:"\e917"}.xi-arrow-up:before{content:"\e918"}.xi-atom:before{content:"\e919"}.xi-avatar:before{content:"\e91a"}.xi-badge-2:before{content:"\e91b"}.xi-badge:before{content:"\e91c"}.xi-bag:before{content:"\e91d"}.xi-bar-graph:before{content:"\e91e"}.xi-battery-full:before{content:"\e91f"}.xi-battery:before{content:"\e920"}.xi-bed:before{content:"\e921"}.xi-bin:before{content:"\e922"}.xi-book:before{content:"\e923"}.xi-bookmark:before{content:"\e924"}.xi-briefcase:before{content:"\e925"}.xi-brightness-2:before{content:"\e926"}.xi-brightness-3:before{content:"\e927"}.xi-brightness:before{content:"\e928"}.xi-bulb:before{content:"\e929"}.xi-calander-2:before{content:"\e92a"}.xi-calander-3:before{content:"\e92b"}.xi-calander:before{content:"\e92c"}.xi-cart:before{content:"\e92d"}.xi-cast:before{content:"\e92e"}.xi-center-align:before{content:"\e92f"}.xi-chart:before{content:"\e930"}.xi-chat-bubble:before{content:"\e931"}.xi-chevron-down:before{content:"\e932"}.xi-chevron-left:before{content:"\e933"}.xi-chevron-right:before{content:"\e934"}.xi-chevron-up:before{content:"\e935"}.xi-circles:before{content:"\e936"}.xi-clipboard:before{content:"\e937"}.xi-clock:before{content:"\e938"}.xi-close-circle:before{content:"\e939"}.xi-cloud-2:before{content:"\e93a"}.xi-cloud-confirm:before{content:"\e93b"}.xi-cloud-download:before{content:"\e93c"}.xi-cloud-link:before{content:"\e93d"}.xi-cloud-refresh:before{content:"\e93e"}.xi-cloud-save:before{content:"\e93f"}.xi-cloud-upload:before{content:"\e940"}.xi-cloud:before{content:"\e941"}.xi-colors:before{content:"\e942"}.xi-copy-page:before{content:"\e943"}.xi-copy:before{content:"\e944"}.xi-credit-card:before{content:"\e945"}.xi-crop-2:before{content:"\e946"}.xi-crop:before{content:"\e947"}.xi-cross:before{content:"\e948"}.xi-cube:before{content:"\e949"}.xi-cursor:before{content:"\e94a"}.xi-dark-mode:before{content:"\e94b"}.xi-desktop:before{content:"\e94c"}.xi-dial-pad:before{content:"\e94d"}.xi-dislike:before{content:"\e94e"}.xi-down:before{content:"\e94f"}.xi-caret-down:before{content:"\e950"}.xi-download-circle:before{content:"\e951"}.xi-download:before{content:"\e952"}.xi-dribbble:before{content:"\e953"}.xi-drive:before{content:"\e954"}.xi-education:before{content:"\e955"}.xi-email:before{content:"\e956"}.xi-enter:before{content:"\e957"}.xi-expand:before{content:"\e958"}.xi-external-link:before{content:"\e959"}.xi-eye:before{content:"\e95a"}.xi-filter-2:before{content:"\e95b"}.xi-filter-3:before{content:"\e95c"}.xi-filter:before{content:"\e95d"}.xi-flight:before{content:"\e95e"}.xi-focus-2:before{content:"\e95f"}.xi-focus:before{content:"\e960"}.xi-food-2:before{content:"\e961"}.xi-food:before{content:"\e962"}.xi-forward:before{content:"\e963"}.xi-frame-2:before{content:"\e964"}.xi-glass-2:before{content:"\e965"}.xi-glass-3:before{content:"\e966"}.xi-glass:before{content:"\e967"}.xi-globe:before{content:"\e968"}.xi-graph:before{content:"\e969"}.xi-hamburger:before{content:"\e96a"}.xi-headphones:before{content:"\e96b"}.xi-heart:before{content:"\e96c"}.xi-heartbeat:before{content:"\e96d"}.xi-hide:before{content:"\e96e"}.xi-image-box:before{content:"\e96f"}.xi-image:before{content:"\e970"}.xi-info:before{content:"\e971"}.xi-inside-borders:before{content:"\e972"}.xi-landmark:before{content:"\e973"}.xi-layers-2:before{content:"\e974"}.xi-layers:before{content:"\e975"}.xi-left-align:before{content:"\e976"}.xi-left-sidebar:before{content:"\e977"}.xi-angle-left:before{content:"\e978"}.xi-caret-left:before{content:"\e979"}.xi-light-mode:before{content:"\e97a"}.xi-like:before{content:"\e97b"}.xi-link-2:before{content:"\e97c"}.xi-link-3:before{content:"\e97d"}.xi-link-4:before{content:"\e97e"}.xi-link:before{content:"\e97f"}.xi-map:before{content:"\e980"}.xi-masonry-layout:before{content:"\e981"}.xi-message-sent:before{content:"\e982"}.xi-message:before{content:"\e983"}.xi-mic-2:before{content:"\e984"}.xi-mic:before{content:"\e985"}.xi-mobile:before{content:"\e986"}.xi-mosaic:before{content:"\e987"}.xi-mouse-2:before{content:"\e988"}.xi-mouse-3:before{content:"\e989"}.xi-mouse:before{content:"\e98a"}.xi-move-center:before{content:"\e98b"}.xi-move-inside:before{content:"\e98c"}.xi-move-outside:before{content:"\e98d"}.xi-moving-cart:before{content:"\e98e"}.xi-mute:before{content:"\e98f"}.xi-no-border:before{content:"\e990"}.xi-no-signal:before{content:"\e991"}.xi-notification-bell:before{content:"\e992"}.xi-notification-bell-2:before{content:"\e993"}.xi-outside-border:before{content:"\e994"}.xi-page:before{content:"\e995"}.xi-paint:before{content:"\e996"}.xi-paper-clip:before{content:"\e997"}.xi-paperplane:before{content:"\e998"}.xi-paypal:before{content:"\e999"}.xi-phone-2:before{content:"\e99a"}.xi-phone-3:before{content:"\e99b"}.xi-phone-4:before{content:"\e99c"}.xi-phone-5:before{content:"\e99d"}.xi-phone-6:before{content:"\e99e"}.xi-phone:before{content:"\e99f"}.xi-pie-chart-2:before{content:"\e9a0"}.xi-pin-location:before{content:"\e9a1"}.xi-play-store:before{content:"\e9a2"}.xi-play:before{content:"\e9a3"}.xi-print:before{content:"\e9a4"}.xi-printer:before{content:"\e9a5"}.xi-profile-circle:before{content:"\e9a6"}.xi-profile:before{content:"\e9a7"}.xi-refresh:before{content:"\e9a8"}.xi-reverse:before{content:"\e9a9"}.xi-revert:before{content:"\e9aa"}.xi-revision:before{content:"\e9ab"}.xi-right-align:before{content:"\e9ac"}.xi-right-sidebar:before{content:"\e9ad"}.xi-angle-right:before{content:"\e9ae"}.xi-caret-right:before{content:"\e9af"}.xi-rocket:before{content:"\e9b0"}.xi-save-2:before{content:"\e9b1"}.xi-save:before{content:"\e9b2"}.xi-screen:before{content:"\e9b3"}.xi-search:before{content:"\e9b4"}.xi-secure:before{content:"\e9b5"}.xi-security-lock-2:before{content:"\e9b6"}.xi-security-lock:before{content:"\e9b7"}.xi-setting:before{content:"\e9b8"}.xi-cog:before{content:"\e9b9"}.xi-shield:before{content:"\e9ba"}.xi-smart-watch:before{content:"\e9bb"}.xi-sound:before{content:"\e9bc"}.xi-star:before{content:"\e9bd"}.xi-street-direction:before{content:"\e9be"}.xi-street:before{content:"\e9bf"}.xi-stretch:before{content:"\e9c0"}.xi-stretch-2:before{content:"\e9c1"}.xi-target-circle:before{content:"\e9c2"}.xi-target:before{content:"\e9c3"}.xi-ticket:before{content:"\e9c4"}.xi-tooltip-2:before{content:"\e9c5"}.xi-turn-up:before{content:"\e9c6"}.xi-turn-left:before{content:"\e9c7"}.xi-turn-right:before{content:"\e9c8"}.xi-turn-down:before{content:"\e9c9"}.xi-unsecure:before{content:"\e9ca"}.xi-angle-up:before{content:"\e9cb"}.xi-caret-up:before{content:"\e9cc"}.xi-upload:before{content:"\e9cd"}.xi-wrist-watch:before{content:"\e9ce"}.xi-write:before{content:"\e9cf"}.xi-edit:before{content:"\e9d0"}.xi-product-view:before{content:"\e9d1"}.xi-advance-accordion:before{content:"\e9d2"}.xi-advance-gallery:before{content:"\e9d3"}.xi-advance-heading:before{content:"\e9d4"}.xi-advance-portfolio:before{content:"\e9d5"}.xi-advance-table:before{content:"\e9d6"}.xi-advance-tabs:before{content:"\e9d7"}.xi-animated-heading:before{content:"\e9d8"}.xi-banner:before{content:"\e9d9"}.xi-before-after:before{content:"\e9da"}.xi-block-quote:before{content:"\e9db"}.xi-breadcrumbs:before{content:"\e9dc"}.xi-business-hours:before{content:"\e9dd"}.xi-button:before{content:"\e9de"}.xi-card:before{content:"\e9df"}.xi-carousel-gallery:before{content:"\e9e0"}.xi-carousel-portfolio:before{content:"\e9e1"}.xi-contact-form-7:before{content:"\e9e2"}.xi-content-table:before{content:"\e9e3"}.xi-content-toggle:before{content:"\e9e4"}.xi-countdown:before{content:"\e9e5"}.xi-counter:before{content:"\e9e6"}.xi-drop-cap:before{content:"\e9e7"}.xi-dual-button:before{content:"\e9e8"}.xi-facebook-feed:before{content:"\e9e9"}.xi-flip-box:before{content:"\e9ea"}.xi-hamburger:before{content:"\e9eb"}.xi-heading:before{content:"\e9ec"}.xi-horizontal-menu:before{content:"\e9ed"}.xi-horizontal-timeline:before{content:"\e9ee"}.xi-hot-spot:before{content:"\e9ef"}.xi-hover-card:before{content:"\e9f0"}.xi-icon-box:before{content:"\e9f1"}.xi-image-accordion:before{content:"\e9f2"}.xi-image-masking:before{content:"\e9f3"}.xi-image-slider:before{content:"\e9f4"}.xi-info-box:before{content:"\e9f5"}.xi-info-list:before{content:"\e9f6"}.xi-instagram-feed:before{content:"\e9f7"}.xi-list-group:before{content:"\e9f8"}.xi-list-portfolio:before{content:"\e9f9"}.xi-logo-carousel:before{content:"\e9fa"}.xi-logo-grid:before{content:"\e9fb"}.xi-lottie:before{content:"\e9fc"}.xi-model-popup:before{content:"\e9fd"}.xi-multi-layer-slider:before{content:"\e9fe"}.xi-news-ticker:before{content:"\e9ff"}.xi-pie-chart:before{content:"\ea00"}.xi-post-carousel:before{content:"\ea01"}.xi-post-grid:before{content:"\ea02"}.xi-post-list:before{content:"\ea03"}.xi-post-tiles:before{content:"\ea04"}.xi-pricing-carouel:before{content:"\ea05"}.xi-pricing-matrix:before{content:"\ea06"}.xi-pricing:before{content:"\ea07"}.xi-progress-bar:before{content:"\ea08"}.xi-restaurant-menu:before{content:"\ea09"}.xi-reviews:before{content:"\ea0a"}.xi-scroll-image:before{content:"\ea0b"}.xi-search-bar:before{content:"\ea0c"}.xi-separator:before{content:"\ea0d"}.xi-simple-gallery:before{content:"\ea0e"}.xi-simple-portfolio:before{content:"\ea0f"}.xi-social:before{content:"\ea10"}.xi-share:before{content:"\ea11"}.xi-code:before{content:"\ea12"}.xi-step-flow:before{content:"\ea13"}.xi-sticky-video:before{content:"\ea14"}.xi-table:before{content:"\ea15"}.xi-team-carousel:before{content:"\ea16"}.xi-team-grid:before{content:"\ea17"}.xi-testimonial-carousel:before{content:"\ea18"}.xi-testimonial:before{content:"\ea19"}.xi-tooltip:before{content:"\ea1a"}.xi-twitter-feed:before{content:"\ea1b"}.xi-verticle-menu:before{content:"\ea1c"}.xi-verticle-timeline:before{content:"\ea1d"}.xi-video:before{content:"\ea1e"}.xi-wp-forms:before{content:"\ea1f"}.xpro-woo-featured-flash-btn,.xpro-woo-sale-flash-btn{text-transform:uppercase;padding:5px 11px;line-height:1}.elementor-widget-xpro-woo-product-title a{display:inline-block}.elementor-widget-xpro-woo-product-title .xpro-woo-product-title{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--e-global-color-primary);font-weight:600;line-height:1}.xpro-woo-product-title-icon-left{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-title-icon-right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.xpro-woo-product-price-cls del{text-decoration:none}.xpro-woo-product-price-cls del .woocommerce-Price-amount{text-decoration:line-through}.xpro-woo-product-price-cls .amount{color:#8f3881;font-size:1.25em;margin-bottom:10px}.xpro-product-image-wrapper{position:relative;display:inline-block;width:100%}.xpro-product-image-wrapper>div{width:100%!important}.xpro-product-image-wrapper a,.xpro-woo-product-grid-add-to-cart-btn{display:block}.woocommerce .xpro-product-image-wrapper div.images.woocommerce-product-gallery,.xpro-product-image-wrapper img,.xpro-qv-layout-2 .xpro-qv-popup-wrapper .single_add_to_cart_button{width:100%}.elementor-editor-active .xpro-product-image-wrapper>div{opacity:1!important;visibility:visible!important}.xpro-woo-product-rating-info-cls{text-align:center;border:1px dashed #dddada8f;padding:10px}.xpro-woo-themer-module-layout-cls .xpro-woo-product-rating-wrapper div.star-rating{margin:0}.elementor-widget-xpro-woo-add-to-cart form.cart,.woocommerce-variation-add-to-cart{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-webkit-column-gap:15px;-moz-column-gap:15px;column-gap:15px}.elementor-widget-xpro-woo-add-to-cart form.variations_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-xpro-woo-add-to-cart form.grouped_form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-xpro-woo-add-to-cart form.cart .input-text.qty{font-size:16px;font-weight:500;letter-spacing:.5px;color:#101010;background:#fff;padding:10px;text-align:center;border-style:solid;border-color:#80808038;height:50px;width:60px}.elementor-widget-xpro-woo-add-to-cart form.cart button.alt{background-color:#2b2b2b!important;border:1px solid #2b2b2b;color:#fff!important;font-weight:600;text-transform:capitalize;border-radius:5px;padding:15px 35px;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.elementor-widget-xpro-woo-add-to-cart form.cart button.alt:hover{background-color:transparent!important;color:#2b2b2b!important}.elementor-widget-xpro-woo-add-to-cart table{margin-bottom:30px}.elementor-widget-xpro-woo-add-to-cart table td,.xpro-woo-qv-content-sec .content-sec{position:relative}.elementor-widget-xpro-woo-add-to-cart table,.elementor-widget-xpro-woo-add-to-cart td,.elementor-widget-xpro-woo-add-to-cart th,.variations_form.cart .variations,.variations_form.cart .variations td,.variations_form.cart .variations th,.xpro-qv-layout-2 .xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity,.xpro-qv-layout-3 .xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity,.xpro-qv-layout-4 .xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity,.xpro_swatches .swatch.swatch_color,.xpro_swatches .swatch_color.selected{border:none}.elementor-widget-xpro-woo-add-to-cart .variations tr,.xpro-woo-product-grid-star-rating-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex}.elementor-widget-xpro-woo-add-to-cart .reset_variations{margin-top:8px;display:inline-block;color:red;position:relative;left:10px}.elementor-widget-xpro-woo-add-to-cart .price{font-size:20px;margin:15px 0;display:block;color:var(--e-global-color-primary)}.xpro-quantity-wrap{display:-webkit-box;display:-ms-flexbox;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.woocommerce div.product form.cart .button{float:none!important}.xpro-quantity-wrap input::-webkit-inner-spin-button,.xpro-quantity-wrap input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.xpro-woo-product-grid-main:not(.cbp-ready) .cbp-item{opacity:0;visibility:hidden}.xpro-woo-product-grid-img{-webkit-transition:0.2s;transition:0.2s;-o-transition:0.2s;min-height:360px;-o-object-fit:cover;object-fit:cover}.xpro-woo-product-img-section{position:relative;overflow:hidden}.xpro-woo-product-img-section .xpro-gallery-first-img-url,.xpro-woo-product-img-section:hover .xpro-gallery-second-img-url{opacity:1;visibility:visible;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.xpro-woo-product-img-section:hover .xpro-gallery-first-img-url{opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.xpro-woo-product-img-section .xpro-gallery-second-img-url{position:absolute;top:0;left:0;opacity:0;visibility:hidden;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:1s ease-in-out;-o-transition:1s ease-in-out;transition:1s ease-in-out}.xpro-woo-product-img-section::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;background-color:#fff0;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-hv-cart-btn.xpro-cta-btn,.xpro-hv-qv-btn.xpro-cta-btn,.xpro-product-grid-hv-cta-section{display:-webkit-box;display:-ms-flexbox;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out}.xpro-product-grid-hv-cta-section{position:absolute;left:auto;right:20px;top:20px;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:30px;z-index:9;grid-gap:10px;transition:0.3s ease-in-out}.xpro-hv-cart-btn.xpro-cta-btn,.xpro-hv-qv-btn.xpro-cta-btn{width:40px;border-radius:50%;height:40px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d;background-color:#fff;color:#2b2b2b;transition:0.3s ease-in-out}.xpro-hv-cart-btn.xpro-cta-btn a{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;padding:0!important;width:40px;height:40px}.xpro-hv-cart-btn.xpro-cta-btn a.added_to_cart{display:none!important}.xpro-hv-cart-btn.xpro-cta-btn:hover,.xpro-hv-qv-btn.xpro-cta-btn:hover{background-color:#222;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-hv-qv-btn,.xpro-hv-qv-btn i,.xpro-qv-cart-btn .button::before{font-size:14px;color:#2b2b2b;font-weight:600}.xpro-hv-cart-btn.xpro-cta-btn:hover .xpro-qv-cart-btn .button::before,.xpro-hv-qv-btn.xpro-cta-btn:hover,.xpro-hv-qv-btn.xpro-cta-btn:hover>i{color:#fff;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.woocommerce .xpro-qv-cart-btn a.button,.woocommerce .xpro-qv-cart-btn a.button:focus,.woocommerce .xpro-qv-cart-btn a.button:hover,.xpro-qv-cart-btn a.button,.xpro-qv-cart-btn a.button:focus{background-color:#fff0;color:#736969;text-indent:-99999px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #fff0;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xpro-qv-cart-btn a.button:focus,.xpro-qv-cart-btn a.button:hover{background-color:#fff0;color:#736969}.xpro-qv-cart-btn .button.product_type_external::before,.xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-qv-cart-btn .button.product_type_simple::before,.xpro-qv-cart-btn .button.product_type_variable::before{position:absolute;left:0;width:100%;height:auto;font-size:14px;font-weight:900;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;text-indent:0;font-family:xpro-icons}.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_external::before,.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_simple::before,.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_variable::before{top:-14px}.xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.add_to_cart_button.added::before{top:-22px}.xpro-woo-prodcuts-layouts .xpro-woo-product-grid-layout-10 .ajax_add_to_cart::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_external::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_simple::before,.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.product_type_variable::before{top:10px}.xpro-woo-product-grid-layout-10 .xpro-woo-prodcuts-layouts .xpro-qv-cart-btn .button.add_to_cart_button.added::before{top:-2px}.xpro-qv-cart-btn .button.product_type_external::before,.xpro-qv-cart-btn .button.product_type_grouped::before,.xpro-qv-cart-btn .button.product_type_variable::before{content:"\e97f"}.xpro-qv-cart-btn .button.product_type_simple::before{content:"\e92d"}.xpro-qv-cart-btn .button.add_to_cart_button.loading::before{font-family:"Font Awesome 5 Free";content:"\f1ce";position:absolute;left:0;text-indent:0;font-size:14px;font-weight:900;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-animation:2s linear infinite fa-spin;animation:2s linear infinite fa-spin}.xpro-qv-cart-btn .button.add_to_cart_button.added::before{position:absolute;left:0;width:100%;height:100%;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;text-indent:0;font-family:xpro-icons;content:"\e97b";font-size:14px;font-weight:900}.xpro-qv-cart-btn .added_to_cart,.xpro-qv-loader-wrapper,.xpro-qv-main-wrapper .reset_variations,.xpro-qv-popup-inner .woocommerce-notices-wrapper{display:none}.xpro-hv-qv-btn{cursor:pointer}.xpro-product-grid-wrapper .xpro-woo-product-grid-content-sec{border-top:1px solid #b9b3b321}.xpro-woo-product-grid-category-wrapper{position:relative;margin-bottom:5px}.xpro-woo-product-grid-title{line-height:1.2;font-size:17px;font-weight:400;margin:0 0 5px}.xpro-woo-product-grid-price-wrapper{margin:5px 0}.xpro-woo-product-grid-price-wrapper .price{font-weight:700;font-size:14px;color:#444}.xpro-woo-product-grid-add-to-cart-btn .button{position:relative;padding:12px 30px;font-size:14px;text-align:center;border-radius:5px;background-color:#2b2b2b;color:#fff;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;display:inline-block;margin-top:15px}.xpro-woo-product-grid-add-to-cart-btn .added_to_cart{margin:0 10px}.xpro-woo-product-grid-add-to-cart-btn .loading::after{font-size:15px;position:absolute;text-indent:0;font-family:"Font Awesome 5 Free";content:"\f1ce";font-weight:900;animation:2s linear infinite spin;-webkit-animation:2s linear infinite spin;margin-left:5px;height:22px;width:14px;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;right:10px;top:12px}.xpro-woo-product-grid-badges-wrapper{position:absolute;left:0;top:20px;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:9}.xpro-woo-sale-flash-btn{background-color:#fff;color:#000;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d;font-size:14px}.xpro-woo-featured-flash-btn{background-color:#3b3b3b;color:#fff;font-size:14px}.xpro-woo-product-grid-excerpt{margin-bottom:10px}.xpro-woo-out-of-stock-btn{background-color:#000;color:#fff;padding:10px}.xpro-woo-product-grid-content-sec,.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-content-sec{padding:15px 0}.woocommerce table.shop_table .quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.xpro-woo-product-grid-layout-1 .xpro-product-grid-hv-cta-section{right:-20%;visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{right:20px;visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-btn-section,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-btn-section{position:absolute;bottom:-50px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;width:100%;display:inline-block;max-width:100%;text-align:center;z-index:2}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-btn-section{bottom:20px;visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-add-to-cart-btn .button,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button{background-color:#fff;color:#2b2b2b;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d}.xpro-woo-product-grid-layout-1 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button:hover,.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-add-to-cart-btn .button:hover,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item .xpro-woo-product-grid-add-to-cart-btn .button:hover{background-color:#2b2b2b;color:#fff}.xpro-woo-product-grid-layout-2 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after,.xpro-woo-product-grid-layout-7 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{background-color:#0000001a;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-2 .xpro-product-grid-hv-cta-section{top:40%;left:50%;-webkit-transform:translate(-50%,-40%);-ms-transform:translate(-50%,-40%);transform:translate(-50%,-40%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-2 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-3 .xpro-product-grid-hv-cta-section{top:auto;bottom:20px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-3 .xpro-woo-product-grid-item:hover img{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-4 .xpro-product-grid-hv-cta-section{top:40px;left:20px;right:auto;visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;grid-gap:0}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{top:20px;visibility:visible;opacity:1;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}.xpro-woo-product-grid-layout-5 .xpro-product-grid-hv-cta-section,.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-btn-section{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transition:0.5s;-o-transition:0.5s;opacity:0;visibility:hidden}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-badges-wrapper{right:0;left:auto}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item .xpro-hv-qv-btn{border-top-left-radius:5px;border-top-right-radius:5px;border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.xpro-woo-product-grid-layout-4 .xpro-woo-product-grid-item .xpro-hv-cart-btn{border-top-left-radius:0!important;border-top-right-radius:0!important;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.xpro-woo-product-grid-layout-4 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-4 .xpro-hv-qv-btn.xpro-cta-btn{border-bottom:1px solid #eee}.xpro-woo-product-grid-layout-4 .xpro-hv-cart-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-4 .xpro-hv-qv-btn.xpro-cta-btn:last-child{border-bottom:none!important}.xpro-woo-product-grid-layout-5 .xpro-product-grid-hv-cta-section{top:-40px;left:50%;right:auto;transform:translateX(-50%);transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-5 .xpro-woo-product-grid-btn-section{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);transition:0.5s;width:100%;display:inline-block;max-width:100%;text-align:center;z-index:3}.xpro-woo-product-grid-layout-6 .xpro-product-grid-hv-cta-section{bottom:-40px;top:auto;left:50%;right:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;grid-gap:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{bottom:20px;visibility:visible;opacity:1;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item .xpro-hv-qv-btn{border-top-right-radius:0!important;border-bottom-right-radius:0!important;border-top-left-radius:5px;border-bottom-left-radius:5px}.xpro-woo-product-grid-layout-6 .xpro-woo-product-grid-item .xpro-hv-cart-btn{border-top-right-radius:5px;border-bottom-right-radius:5px;border-top-left-radius:0!important;border-bottom-left-radius:0!important}.xpro-woo-product-grid-layout-6 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-6 .xpro-hv-qv-btn.xpro-cta-btn{border-right:1px solid #eee}.xpro-woo-product-grid-layout-6 .xpro-hv-cart-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-6 .xpro-hv-qv-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-7 .xpro-hv-cart-btn.xpro-cta-btn:last-child,.xpro-woo-product-grid-layout-7 .xpro-hv-qv-btn.xpro-cta-btn:last-child{border-right:none!important}.xpro-woo-product-grid-layout-7 .xpro-product-grid-hv-cta-section{bottom:-20px;top:auto;left:auto;right:0;visibility:hidden;opacity:0;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;grid-gap:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xpro-woo-product-grid-layout-7 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section{bottom:0;visibility:visible;opacity:1;-webkit-transition:0.3s;-o-transition:0.3s;transition:0.3s}.xpro-woo-product-grid-layout-7 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-7 .xpro-hv-qv-btn.xpro-cta-btn{border-radius:0;border-right:1px solid #eee}.xpro-woo-product-grid-layout-8 .xpro-product-grid-hv-cta-section{bottom:auto;z-index:3;top:20px;right:20px;left:auto;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-8 .xpro-cta-btn{opacity:0;visibility:hidden;-webkit-transform:translateX(30px);-ms-transform:translateX(30px);transform:translateX(30px);position:relative;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-8 .xpro-woo-product-grid-item:hover .xpro-cta-btn,.xpro-woo-product-grid-layout-9 .xpro-woo-product-grid-item:hover .xpro-cta-btn{opacity:1;visibility:visible;-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.xpro-woo-product-grid-layout-8 .xpro-woo-product-grid-item .xpro-cta-btn:nth-child(2),.xpro-woo-product-grid-layout-9 .xpro-woo-product-grid-item .xpro-cta-btn:nth-child(2){-webkit-transition-delay:75ms;-o-transition-delay:75ms;transition-delay:75ms}.xpro-woo-product-grid-layout-9 .xpro-product-grid-hv-cta-section{top:auto;right:auto;left:50%;bottom:20px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);z-index:9;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-9 .xpro-cta-btn{opacity:0;visibility:hidden;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px);position:relative;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-woo-product-img-section::after{background-color:#ffffffe6;-webkit-transition:0.5s ease-in-out;-o-transition:0.5s ease-in-out;transition:0.5s ease-in-out}.xpro-woo-product-grid-layout-10 .xpro-product-grid-hv-cta-section{position:relative;left:auto;top:auto;right:auto;bottom:auto;opacity:0;visibility:hidden;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:5px 0}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-product-grid-hv-cta-section,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-woo-product-grid-content-sec{opacity:1;visibility:visible;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-content-sec{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;height:100%;text-align:center;border:0;padding:0;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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;visibility:hidden;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;z-index:3}.xpro-woo-product-grid-layout-10 .star-rating{margin:5px auto}.xpro-woo-product-grid-layout-10 .star-rating::before,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn i,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-qv-cart-btn .button::before{color:#2b2b2b}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-add-to-cart-btn .button{padding:0;background-color:#fff0;color:#2b2b2b;margin:5px 0 0;text-decoration:underline}.xpro-woo-product-grid-layout-10 .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-10 .xpro-hv-qv-btn.xpro-cta-btn{width:20px;height:20px;line-height:20px;background-color:#fff0;-webkit-box-shadow:none;box-shadow:none}.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-cart-btn.xpro-cta-btn,.xpro-woo-product-grid-layout-10 .xpro-woo-product-grid-item:hover .xpro-hv-qv-btn.xpro-cta-btn{background-color:#fff0;-webkit-box-shadow:none;box-shadow:none}.xpro-qv-inner-wrapper .xpro-woo-product-simple .minus,.xpro-qv-inner-wrapper .xpro-woo-product-simple .plus{display:unset}.woocommerce-product-details__short-description{line-height:27px;padding:5px 0;margin:0 0 10px}.xpro-qv-inner-wrapper .price{font-size:19px;font-weight:600;color:#3e3e3e;margin-bottom:0;padding-bottom:0}.xpro-qv-inner-wrapper input::-webkit-inner-spin-button,.xpro-qv-inner-wrapper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.xpro-woo-qv-content-sec::-webkit-scrollbar{width:8px}.xpro-woo-qv-content-sec::-webkit-scrollbar-track{background:#fff}.xpro-woo-qv-content-sec::-webkit-scrollbar-thumb{background:#afafaf}.xpro-woo-qv-content-sec::-webkit-scrollbar-thumb:hover{background:#04c2}.xpro-woo-qv-content-sec .product_title{font-weight:600;margin-bottom:13px;font-size:25px}.xpro-woo-qv-content-sec .woocommerce-product-rating{margin-top:0;margin-bottom:5px}.xpro-woo-qv-content-sec .xpro-woo-qv-product-title{color:#010101;font-size:24px;line-height:1;margin:7px 0 0}.xpro-woo-qv-content-sec .price{margin:0 0 13px;font-size:19px;font-weight:600;color:#3e3e3e}.xpro-woo-qv-content-sec .sku_wrapper .sku{color:#929292}.xpro-woo-qv-content-sec .quantity,.xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity,.xpro-woo-qv-content-sec .woocommerce-grouped-product-list-item__quantity .quantity{width:70px}.xpro-woo-qv-content-sec .button,.xpro-woo-qv-content-sec .quantity{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:5px;-moz-column-gap:5px;column-gap:5px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;overflow:hidden;border:1px solid #0000001a}.xpro-woo-qv-content-sec input.qty{width:75px;min-height:40px}.xpro-woo-qv-inner-wrapper .xpro-woo-qv-left-sec,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-right-sec{width:50%;height:100%}.xpro-qv-popup-inner .xpro-fetch-qv-cls,.xpro-woo-qv-left-sec .xpro-woo-qv-img-sec{width:100%;height:100%}.xpro-woo-qv-content-sec{height:100%;width:100%;padding:20px;scrollbar-width:thin;overflow-y:scroll}.xpro-woo-qv-cross{position:fixed;right:17px;top:12px;cursor:pointer;padding:5px;width:40px;height:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background-color:#2b2b2b;color:#fff}.xpro-woo-qv-cross i{font-size:14px}.xpro_elementor_category_term_name{color:var(--e-global-color-accent);font-size:14px}.xpro-qv-popup-wrapper{display:none;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);overflow:hidden;z-index:9999}.xpro-qv-popup-wrapper .xpro-qv-popup-inner{position:relative;width:1100px;max-width:100%;height:550px;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;background-color:#fff;border:1px solid;z-index:999;overflow:hidden}.xpro-woo-qv-img-sec .xpro-woo-product-grid-img{min-height:100%;height:400px;-o-object-fit:contain;object-fit:contain;width:100%}.xpro-qv-popup-wrapper .single_add_to_cart_button{position:relative;padding:12px 30px;background-color:#2b2b2b;color:#fff}.xpro-qv-popup-wrapper .single_add_to_cart_button.loading{padding-right:40px}.xpro-qv-popup-wrapper .loading::after{font-family:"Font Awesome 5 Free";content:"\f1ce";font-weight:900;vertical-align:center;position:absolute;right:.8em;-webkit-animation:2s linear infinite spin;animation:2s linear infinite spin}.xpro-qv-popup-wrapper .added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom;-webkit-animation:none;animation:none}.xpro-qv-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000009e;z-index:999;opacity:0;visibility:hidden;pointer-events:none;-webkit-transition:opacity 0.3s ease-in-out;-o-transition:opacity 0.3s ease-in-out;transition:opacity 0.3s ease-in-out;pointer-events:auto}.xpro-woo-qv-inner-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:100%}.xpro-woo-qv-inner-wrapper .img-sec img{width:100%;max-width:100%;-o-object-fit:cover;object-fit:cover}.xpro-qv-popup-wrapper input[type="email"],.xpro-qv-popup-wrapper input[type="number"],.xpro-qv-popup-wrapper input[type="password"],.xpro-qv-popup-wrapper input[type="search"],.xpro-qv-popup-wrapper input[type="tel"],.xpro-qv-popup-wrapper input[type="text"],.xpro-qv-popup-wrapper input[type="url"],.xpro-qv-popup-wrapper select,.xpro-qv-popup-wrapper textarea{width:100%;text-align:left}.xpro-qv-popup-wrapper input[type="number"]{border:none!important}.xpro-qv-popup-wrapper input[type="email"]:focus,.xpro-qv-popup-wrapper input[type="number"]:focus,.xpro-qv-popup-wrapper input[type="password"]:focus,.xpro-qv-popup-wrapper input[type="search"]:focus,.xpro-qv-popup-wrapper input[type="tel"]:focus,.xpro-qv-popup-wrapper input[type="text"]:focus,.xpro-qv-popup-wrapper input[type="url"]:focus,.xpro-qv-popup-wrapper select:focus,.xpro-qv-popup-wrapper textarea:focus{outline:0}.xpro-woo-qv-content-sec .woocommerce-variation{margin-bottom:15px}.woocommerce .xpro-woo-qv-content-sec input.qty{height:auto;width:auto}.xpro-qv-layout-1 .xpro-woo-qv-content-sec input.qty{text-align:center;padding:0}.xpro-qv-layout-1 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-1 .xpro-woo-qv-content-sec.simple form.cart{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;grid-gap:15px}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .product_meta{position:relative;margin:20px 0 0;padding:20px;background-color:#eeeeee4a;text-align:center}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .sku_wrapper{border-bottom:1px solid #ededed;display:block;width:100%;padding-bottom:10px;margin-bottom:10px}.xpro-qv-layout-1 .quantity .minus,.xpro-qv-layout-1 .quantity .plus{border:none;width:100%;height:100%;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-qv-layout-1 .quantity .minus:focus,.xpro-qv-layout-1 .quantity .minus:hover,.xpro-qv-layout-1 .quantity .plus:focus,.xpro-qv-layout-1 .quantity .plus:hover{background-color:#fff;-webkit-box-shadow:2px 2px 2px 2px #0000000d;box-shadow:2px 2px 2px 2px #0000000d;border:none;-webkit-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out}.xpro-qv-layout-2 .xpro-qv-popup-wrapper .xpro-qv-popup-inner{padding:20px}.xpro-qv-layout-2 .xpro-woo-qv-content-sec{padding:0 20px}.xpro-qv-layout-2 .xpro-woo-qv-content-sec input.qty,.xpro-qv-layout-3 .xpro-woo-qv-content-sec input.qty,.xpro-qv-layout-4 .xpro-woo-qv-content-sec input.qty{text-align:center}.xpro-qv-layout-2 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-2 .xpro-woo-qv-content-sec.simple form.cart{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-gap:15px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.xpro-qv-layout-2 .xpro-woo-qv-content-sec .product_meta{position:relative;margin:20px 0 0}.xpro-qv-layout-2 .xpro-woo-qv-content-sec .sku_wrapper{display:block;margin-bottom:10px}.xpro-qv-layout-2 .quantity .minus,.xpro-qv-layout-2 .quantity .plus{border:none;border-radius:0;width:100%;height:100%}.xpro-qv-layout-2 .quantity .minus{border-right:1px solid #0000001a}.xpro-qv-layout-2 .quantity .plus{border-left:1px solid #0000001a}.xpro-qv-layout-3 .xpro-woo-qv-content-sec{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-qv-layout-3 .xpro-woo-qv-content-sec .product_title{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xpro-qv-layout-3 .xpro-woo-qv-content-sec .woocommerce-product-rating{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.xpro-qv-layout-3 .xpro-woo-qv-content-sec .price{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.xpro-qv-layout-3 .woocommerce-variation-add-to-cart.variations_button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:15px;width:100%}.xpro-qv-layout-3 .quantity .minus,.xpro-qv-layout-3 .quantity .plus{background-color:#0000001a;border-radius:0;width:100%;height:100%}.xpro-qv-layout-3 .product_meta{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;background-color:#eeeeee4a;padding:25px 20px}.xpro-qv-layout-3 .woocommerce-product-details__short-description{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5;color:grey;margin:13px 0}.xpro-qv-layout-3 .cart{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.xpro-qv-layout-4 input[type="email"],.xpro-qv-layout-4 input[type="number"],.xpro-qv-layout-4 input[type="password"],.xpro-qv-layout-4 input[type="search"],.xpro-qv-layout-4 input[type="tel"],.xpro-qv-layout-4 input[type="text"],.xpro-qv-layout-4 input[type="url"],.xpro-qv-layout-4 select,.xpro-qv-layout-4 textarea{background-color:#fff0}.xpro-qv-layout-4 .cart{margin-bottom:30px;padding:25px 15px;background-color:#d9d9d93d}.xpro-qv-layout-4 .woocommerce-variation-add-to-cart.variations_button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;grid-gap:15px;width:100%}.xpro-qv-layout-4 .quantity .minus,.xpro-qv-layout-4 .quantity .plus{background-color:#0000001a;width:100%;height:100%}.xpro-qv-layout-4 .posted_in a{background-color:#2b2b2b;color:#fff;padding:5px 10px;margin:0 0 0 5px}.xpro-qv-preloader{width:100%;height:100vh;position:fixed;top:0;left:0;bottom:0;background:#0000009e;z-index:800;text-align:center;overflow:hidden}.xpro-qv-preloader-box{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:inline-block}.xpro-qv-preloader-layout .xpro-qv-preloader-box{width:85px;height:85px;-webkit-perspective:800px;perspective:800px}.xpro-qv-preloader-layout .xpro-qv-loader-spinner{position:absolute;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;border-radius:50%;border:3px solid #fff0}.xpro-qv-preloader-layout .xpro-qv-loader-spinner.spinner-1{left:0;top:0;-webkit-animation:1s linear infinite xprorotateonelayout10;animation:1s linear infinite xprorotateonelayout10;border-bottom:3px solid #fff}.xpro-qv-preloader-layout .xpro-qv-loader-spinner.spinner-2{right:0;top:0;-webkit-animation:1s linear infinite xprorotatetwolayout10;animation:1s linear infinite xprorotatetwolayout10;border-right:3px solid #fff}.xpro-qv-preloader-layout .xpro-qv-loader-spinner.spinner-3{right:0;bottom:0;-webkit-animation:1s linear infinite xprorotatethreelayout10;animation:1s linear infinite xprorotatethreelayout10;border-top:3px solid #fff}@-webkit-keyframes xprorotateonelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@keyframes xprorotateonelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(0);transform:rotateX(35deg) rotateY(-45deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(-45deg) rotateZ(360deg)}}@-webkit-keyframes xprorotatetwolayout10{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@keyframes xprorotatetwolayout10{0%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(0);transform:rotateX(50deg) rotateY(10deg) rotateZ(0)}100%{-webkit-transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg);transform:rotateX(50deg) rotateY(10deg) rotateZ(360deg)}}@-webkit-keyframes xprorotatethreelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@keyframes xprorotatethreelayout10{0%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(0);transform:rotateX(35deg) rotateY(55deg) rotateZ(0)}100%{-webkit-transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg);transform:rotateX(35deg) rotateY(55deg) rotateZ(360deg)}}@media (min-width:992px) and (max-width:1200px){.xpro-qv-popup-wrapper .xpro-qv-popup-inner{width:900px}}@media (min-width:700px) and (max-width:991px){.xpro-qv-popup-wrapper .xpro-qv-popup-inner{width:650px;max-width:100%;max-height:100%;overflow-y:scroll;display:block}.xpro-woo-qv-inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.xpro-woo-qv-inner-wrapper .xpro-woo-qv-left-sec,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-right-sec{width:100%}.xpro-woo-qv-content-sec{max-height:100%;overflow:unset}.xpro-qv-layout-1 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-1 .xpro-woo-qv-content-sec.simple form.cart,.xpro-qv-layout-3 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-4 .woocommerce-variation-add-to-cart.variations_button{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .product_meta{text-align:left}.xpro-qv-layout-2 .xpro-woo-qv-content-sec{padding:20px 0}}@media (max-width:699px){.xpro-qv-popup-wrapper .xpro-qv-popup-inner{width:100%;max-width:100%;max-height:100%;overflow-y:scroll;display:block}.xpro-woo-qv-inner-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:100%}.woocommerce-grouped-product-list-item__quantity,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-left-sec,.xpro-woo-qv-inner-wrapper .xpro-woo-qv-right-sec{width:100%}.xpro-woo-qv-content-sec{max-height:100%;overflow:unset}.xpro-qv-layout-1 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-1 .xpro-woo-qv-content-sec.simple form.cart,.xpro-qv-layout-3 .woocommerce-variation-add-to-cart.variations_button,.xpro-qv-layout-4 .woocommerce-variation-add-to-cart.variations_button{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.xpro-qv-layout-1 .xpro-woo-qv-content-sec .product_meta{text-align:left}.xpro-qv-layout-2 .xpro-woo-qv-content-sec{padding:20px 0}}@font-face{font-family:shopengine;src:url(//www.sabinealienor.com/wp-content/plugins/shopengine/assets/fonts/shopengine.woff);src:url(//www.sabinealienor.com/wp-content/plugins/shopengine/assets/fonts/shopengine.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:shopengine_advanced_search;src:url(//www.sabinealienor.com/wp-content/plugins/shopengine/assets/fonts/shopengine-advanced-search) format("woff");font-weight:400;font-style:normal;font-display:swap}.shopengine-icon,.shopengine-widget-icon,[class*=" shopengine-icon-"],[class^=shopengine-icon-]{font-family:shopengine,shopengine_advanced_search!important;speak:never;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.shopengine-widget-icon[class^=eicon-]:before{font-family:eicons}.shopengine-widget-icon::before{vertical-align:middle}.shopengine-icon-account_address::before{content:"\e900"}.shopengine-icon-account_dashboard::before{content:"\e901"}.shopengine-icon-account_downloads::before{content:"\e902"}.shopengine-icon-account_form_register::before{content:"\e903"}.shopengine-icon-account_logout::before{content:"\e904"}.shopengine-icon-add_to_cart::before{content:"\e905"}.shopengine-icon-add_to_favourite_1::before{content:"\e906"}.shopengine-icon-add_to_favourite_2::before{content:"\e907"}.shopengine-icon-additional_info::before{content:"\e908"}.shopengine-icon-archive_description::before{content:"\e909"}.shopengine-icon-archive_products::before{content:"\e90a"}.shopengine-icon-archive_title::before{content:"\e90b"}.shopengine-icon-breadcrumb::before{content:"\e90c"}.shopengine-icon-cart_table::before{content:"\e90d"}.shopengine-icon-checkout_coupon_form::before{content:"\e90e"}.shopengine-icon-checkout_form_additional::before{content:"\e90f"}.shopengine-icon-checkout_form_billing::before{content:"\e910"}.shopengine-icon-checkout_form_login::before{content:"\e911"}.shopengine-icon-checkout_form_shipping::before{content:"\e912"}.shopengine-icon-checkout_payment::before{content:"\e913"}.shopengine-icon-checkout_review_order::before{content:"\e914"}.shopengine-icon-ck_shipping_methods::before{content:"\e915"}.shopengine-icon-cross_sells::before{content:"\e916"}.shopengine-icon-empty_cart_message::before{content:"\e917"}.shopengine-icon-extra_endpoint_ac::before{content:"\e918"}.shopengine-icon-grid-1::before{content:"\e943"}.shopengine-icon-grid-2::before{content:"\e944"}.shopengine-icon-grid-3::before{content:"\e945"}.shopengine-icon-orders_ac::before{content:"\e919"}.shopengine-icon-product_categories::before{content:"\e91a"}.shopengine-icon-product_compare_1::before{content:"\e91b"}.shopengine-icon-product_compare_2::before{content:"\e91c"}.shopengine-icon-product_compare_3::before{content:"\e91d"}.shopengine-icon-product_compare_4::before{content:"\e91e"}.shopengine-icon-product_compare_5::before{content:"\e91f"}.shopengine-icon-product_compare_6::before{content:"\e920"}.shopengine-icon-product_content::before{content:"\e921"}.shopengine-icon-product_excerpt::before{content:"\e922"}.shopengine-icon-product_images::before{content:"\e923"}.shopengine-icon-product_meta::before{content:"\e924"}.shopengine-icon-product_price::before{content:"\e925"}.shopengine-icon-product_reviews::before{content:"\e926"}.shopengine-icon-product_share::before{content:"\e927"}.shopengine-icon-product_sku::before{content:"\e928"}.shopengine-icon-product_tabs::before{content:"\e929"}.shopengine-icon-product_tags::before{content:"\e92a"}.shopengine-icon-product_title::before{content:"\e92b"}.shopengine-icon-quick_view_1::before{content:"\e92c"}.shopengine-icon-quick_view_2::before{content:"\e92d"}.shopengine-icon-quick_view_3::before{content:"\e92e"}.shopengine-icon-quick_view_4::before{content:"\e92f"}.shopengine-icon-related_product::before{content:"\e930"}.shopengine-icon-return_to_shop::before{content:"\e931"}.shopengine-icon-shopengine_logo::before{content:"\e942"}.shopengine-icon-shopping_cart_1::before{content:"\e932"}.shopengine-icon-shopping_cart_2::before{content:"\e933"}.shopengine-icon-shopping_cart_3::before{content:"\e934"}.shopengine-icon-shopping_cart_4::before{content:"\e935"}.shopengine-icon-shopping_cart_5::before{content:"\e936"}.shopengine-icon-shopping_cart_6::before{content:"\e937"}.shopengine-icon-shopping_cart_7::before{content:"\e938"}.shopengine-icon-shopping_cart_8::before{content:"\e939"}.shopengine-icon-shopping_cart_9::before{content:"\e93a"}.shopengine-icon-shopping_cart_10::before{content:"\e93b"}.shopengine-icon-shopping_cart_11::before{content:"\e93c"}.shopengine-icon-thankyou_message::before{content:"\e93d"}.shopengine-icon-thankyou_order_confirm::before{content:"\e93e"}.shopengine-icon-thankyou_address_details::before{content:"\e93f"}.shopengine-icon-thankyou_order_details::before{content:"\e940"}.shopengine-icon-upsell::before{content:"\e941"}.shopengine-icon-down-chevron:before{content:"\e950"}.shopengine-icon-exchange:before{content:"\e951"}.shopengine-icon-right-chevron:before{content:"\e952"}.shopengine-icon-direct_checkout:before{content:"\e953"}.shopengine-widget-icon{min-height:30px;display:block;font-size:24px;opacity:1}.shopengine-widget-icon::after{content:"\e942";font-family:shopengine;position:absolute;top:5px;right:5px;color:inherit;font-size:14px;opacity:.3}.elementor-editor-dark-mode .shopengine-widget-icon::after{color:#e0e1e3}.ss-wrapper{overflow:hidden;width:100%;height:100%;position:relative;z-index:1;float:left}.ss-content{height:100%;width:calc(100% + 18px);padding:0;position:relative;overflow-x:auto;overflow-y:scroll;-webkit-box-sizing:border-box;box-sizing:border-box}.ss-content.rtl{width:calc(100% + 18px);right:auto}.ss-scroll{position:relative;background:rgba(0,0,0,.1);width:9px;border-radius:4px;top:0;z-index:2;cursor:pointer;opacity:0;-webkit-transition:opacity .25s linear;transition:opacity .25s linear}.ss-hidden{display:none}.ss-container:active .ss-scroll,.ss-container:hover .ss-scroll{opacity:1}.ss-grabbed{-o-user-select:none;-ms-user-select:none;-moz-user-select:none;-webkit-user-select:none;user-select:none}.shopengine-empty-cart-container{margin-bottom:100px;margin-top:100px}.shopengine-empty-cart-container .alignwide{margin-left:0}.shopengine_singale_product_black_template .shopengine-partial-payment-container{color:#fff}.woocommerce .woocommerce-product-gallery .flex-direction-nav{list-style:none}.woocommerce .woocommerce-product-gallery .flex-direction-nav .flex-next,.woocommerce .woocommerce-product-gallery .flex-direction-nav .flex-prev{font-size:0}.shopengine-woocommerce-info{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #1e85be;list-style:none outside;width:auto;word-wrap:break-word}.shopengine-woocommerce-info::after{content:" ";display:table;clear:both}.shopengine-woocommerce-info::before{color:#1e85be;font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.rtl .shopengine-widget .shopengine-cart-table .shopengine-table__footer .clear-btn{margin-left:0;margin-right:20px}.rtl .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail{margin-left:25px}.rtl .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity{margin-left:10px;margin-right:0}.rtl .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .minus-button{border-radius:0 4px 4px 0}.rtl .shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .plus-button{border-radius:4px 0 0 4px}.rtl .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td::before{text-align:right}.rtl .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]{margin:2px 0 0 15px!important}.rtl .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td{float:left}.rtl .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td *{text-align:right}.rtl .shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button::before{margin:0 0 0 8px}.rtl .shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label span{float:left}.rtl .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr :first-child{text-align:right}.rtl .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr :last-child{text-align:left}.rtl .shopengine-widget .shopengine-checkout-review-order .shopengine-order-review-product img{margin-right:0;margin-left:10px}.rtl .shopengine-widget .shopengine-checkout-shipping-methods table tr td::before{text-align:right}.rtl .shopengine-widget .shopengine-checkout-shipping-methods table tr td li input[type=radio]{float:right!important}.rtl .shopengine-widget .shopengine-checkout-shipping-methods table tr td li label{padding:0 7px 0 0!important}.rtl .shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio],.rtl .shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label{float:right}.rtl .shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label{padding:0 7px 0 0!important}.rtl .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label{float:none;margin:0!important}.rtl .shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input{margin-left:7px}.rtl .shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>input{margin:0 0 0 7px}.rtl .shopengine-widget .shopengine-checkout-form-shipping .select2.select2-container .select2-selection--single .select2-selection__arrow{left:1px;right:unset!important}.rtl .shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle{text-align:inherit}.rtl .shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle::before{left:1.5em;right:unset}.rtl .shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row{float:right}.rtl .shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row.form-row-last{margin:0 2% 0 0}.rtl .shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info a,.rtl .shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info a{margin:0 10px 0 0!important}.rtl .shopengine-widget .shopengine-thankyou-order-confirm table tr td,.rtl .shopengine-widget .shopengine-thankyou-order-confirm table tr th{text-align:right!important}.rtl .shopengine-widget .shopengine-thankyou-order-details table tr td,.rtl .shopengine-widget .shopengine-thankyou-order-details table tr th{text-align:right!important}.rtl .shopengine-widget .shopengine-thankyou-address-details address p{padding-right:0}.rtl .shopengine-widget .shopengine-categories ul li.cat-parent::before{left:0;top:15px;right:unset;content:"\e87e"}.rtl .shopengine-widget .shopengine-categories ul li.children-expended::before{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.rtl .shopengine-widget .shopengine-categories .select2.select2-container .select2-selection--single .select2-selection__arrow{left:1px!important;right:unset!important}.rtl .shopengine-widget .shopengine-archive-products .products .product .price del{margin:0 0 0 5px}.rtl .shopengine-widget .shopengine-archive-products .products .product .shopengine-product-rating-review-count{padding:0 5px 0 0}.rtl .shopengine-widget .shopengine-cats .product-cats-label{margin-right:0;margin-left:6px}.rtl .shopengine-widget .shopengine-sku .sku-wrapper{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;gap:6px!important}.rtl .shopengine-widget .shopengine-product-stock .in-stock i{margin-left:6px}.rtl .shopengine-widget .shopengine-additional-information table.shop_attributes tr:last-of-type th{text-align:right}.rtl .shopengine-widget .shopengine-additional-information table.shop_attributes tr:last-of-type td{text-align:right}.rtl .shopengine-widget .shopengine-filter-orderby .shopengine-filter-orderby-icon{right:unset;left:0}.rtl .shopengine-widget .shopengine-filter-orderby .orderby:not([type=radio]){padding:0 15px 0 35px}.rtl .shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby{margin-left:10px;padding-left:10px}.rtl .shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby:checked::after{right:18px}.rtl .shopengine-widget .shopengine-product-review #reviews .woocommerce-Reviews-title{text-align:right}.rtl .shopengine-widget .shopengine-product-review #reviews #review_form_wrapper .comment-reply-title{text-align:right}.rtl .shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .avatar{margin:0 0 0 20px}.rtl .shopengine-widget .shopengine-product-tabs table.shop_attributes tr:last-of-type th{text-align:right;border-right-color:transparent}.rtl .shopengine-widget .shopengine-product-tabs table.shop_attributes tr:last-of-type td{text-align:right}.rtl .shopengine-widget .shopengine-product-tabs #reviews .se-rating-container h2{text-align:right}.rtl .shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat span:not(:last-child){margin-left:10px;margin-right:unset}.rtl .shopengine-widget .shopengine-product-tabs #reviews #review_form_wrapper .comment-reply-title{text-align:right}.rtl .shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .avatar{margin:0 0 0 20px}.rtl .shopengine-widget .shopengine-product-tabs .woocommerce-tabs .wc-tabs .shopengine-tabs-line{max-width:100px}.rtl .shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table td,.rtl .shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table th{text-align:right}.rtl .shopengine-widget .shopengine-advanced-search .shopengine-search-more-btn{left:25px;right:unset}.rtl .shopengine-widget .shopengine-advanced-search .shopengine-search-more-products i{margin-left:7px}.rtl .shopengine-widget .shopengine-advanced-search .ss-container .ss-scroll{margin-right:-18px}.rtl .shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--price del{padding-right:8px}.rtl .shopengine-widget .shopengine-advanced-search .shopengine-category-select-wraper::before{right:0;left:unset}.rtl .shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content{padding-right:15px;padding-left:4rem}.rtl .shopengine-widget .shopengine-advanced-search .shopengine-product-rating .star-rating{margin-left:.5em;margin-bottom:0;margin-right:0}.rtl .shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header a{margin-left:20px;margin-right:auto}.rtl .shopengine-widget .shopengine-account-downloads .woocommerce-Message:not(a){text-align:right}.rtl .shopengine-widget .shopengine-account-form-login .woocommerce-LostPassword{text-align:right}.rtl .shopengine-widget .shopengine-account-form-login .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox{margin:2px 0 0 6px!important}.rtl .shopengine-widget .shopengine-account-form-login .woocommerce-form__label-for-checkbox span{padding-right:10px;padding-left:unset}.rtl .shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__cell,.rtl .shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__header{text-align:right}.rtl .shopengine-widget .shopengine-account-orders .woocommerce-message:last-child:not(a){text-align:right}.rtl .shopengine-widget .shopengine-account-navigation ul li a::before{right:-15px!important;left:unset!important}.rtl .shopengine-widget .shopengine-product-filters .shopengine-filter-single .shopengine-filter-category li.shopengine-filter-category-has-child .filter-input-group .shopengine-filter-category-toggle{left:16px;right:unset}.rtl .shopengine-widget .shopengine-product-filters .shopengine-filter-single label .color-filter-dot{margin:0 0 0 10px}.rtl .shopengine-widget .shopengine-product-filters .shopengine-collapse .shopengine-product-filter-title .shopengine-collapse-icon{left:8px;right:unset}.rtl .shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category{text-align:right}.rtl .shopengine-widget .shopengine-currency-switcher .shopengine-currency-switcher--icon{left:10px;right:unset}.rtl .shopengine-widget .shopengine-currency-switcher .shopengine-currency-switcher--select:not([type=radio]){padding:0 15px 0 35px}.rtl .shopengine-widget .shopengine-swatches .variations tr td .reset_variations{margin:0 10px 0 0}.rtl .shopengine-widget .shopengine-swatches .quantity-wrap:not(.both){-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.rtl .shopengine-widget .shopengine-account-orders .woocommerce-orders-table tbody tr td .amount{margin-left:5px;margin-right:0}.rtl .shopengine-widget .shopengine-account-downloads .woocommerce-table thead th{text-align:right}.rtl .shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:first-child{padding-left:0;padding-right:40px}.rtl .shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:last-child{padding-right:0;padding-left:40px}.rtl .shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td{text-align:right!important}.rtl .shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:first-child{padding-left:0!important;padding-right:40px!important}.rtl .shopengine-widget .shopengine-account-order-details table tbody tr td{text-align:right!important}.rtl .shopengine-widget .shopengine-account-order-details table:first-child{padding-right:40px!important}.rtl .shopengine-widget .shopengine-account-order-details table tfoot tr th{text-align:right!important}.rtl .shopengine-widget .shopengine-account-order-details table tfoot tr td{text-align:right}.rtl .shopengine-widget .shopengine-account-order-details table thead tr:first-child th{text-align:right}.rtl .shopengine-widget .shopengine-account-order-details table thead tr:first-child th table tr :is(td:first-child,th:first-child){padding-right:28px}.rtl .shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p{padding-right:1.25em}.rtl .shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p::before{position:absolute}.rtl .shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p.woocommerce-customer-details--phone{margin-top:0!important}.rtl .shopengine-widget .shopengine-account-order-details .order-again{text-align:right!important}.rtl .shopengine-sticky-fly-cart--container ul.woocommerce-mini-cart li{text-align:right}.rtl .shopengine-sticky-fly-cart--container ul.woocommerce-mini-cart li a.remove{right:unset;left:6px}.rtl .shopengine-sticky-fly-cart--container ul.woocommerce-mini-cart li a img{float:left;margin:0 0 0 4px}.rtl .shopengine-sticky-fly-cart--container .woocommerce-mini-cart__total .amount{float:none}.rtl .shopengine-sticky-fly-cart--container .woocommerce-mini-cart__total strong{float:right}.rtl .shopengine-sticky-fly-cart--container .woocommerce-mini-cart__buttons .wc-forward:first-child{margin-right:0}.rtl .wsnc-notification.wsnc-notification__wrapper{right:20px;left:unset}.rtl .shopengine-wishlist{text-align:right}.rtl .se-modal a{color:transparent}.rtl .shopengine-best-selling-product .shopengine-single-product-item .product-price del{margin-left:5px}.rtl .shopengine-best-selling-product .shopengine-single-product-item .product-price .shopengine-discount-badge{margin-right:5px}.rtl .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{left:1px!important;right:unset!important}.rtl .shopengine-checkout-payment #payment ul li{text-align:right}.rtl .shopengine-vacation-module-container .shopengine-vacation-module-header .shopengine-notification-icon{-webkit-transform:translate(-5px,2px);transform:translate(-5px,2px)}.rtl .shopengine-product-filters .shopengine-filter-single .shopengine-filter-category li .shopengine-filter-category-label .shopengine-filter-category-count{left:0;right:unset!important}.rtl .shopengine-advanced-coupon-container-inner .shopengine-advanced-coupon-body .shopengine-advanced-coupon-content h5{text-align:center}.rtl .shopengine-widget .shopengine-filter-overlay{left:0;-webkit-transition:.75s ease-in-out;transition:.75s ease-in-out}.rtl .shopengine-filter--offcanvas-yes.shopengine-filter--align-right .shopengine-widget #shopengine-filter-group-content .shopengine-filter-overlay{right:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}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}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-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}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}[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}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@font-face{font-family:star;src:url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/star.eot);src:url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/star.eot?#iefix) format("embedded-opentype"),url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/star.woff) format("woff"),url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/star.ttf) format("truetype"),url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/star.svg#star) format("svg");font-weight:400;font-display:swap}@font-face{font-family:WooCommerce;src:url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/WooCommerce.eot);src:url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/WooCommerce.woff) format("woff"),url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/WooCommerce.ttf) format("truetype"),url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-display:swap}.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details h2.woocommerce-column__title,.shopengine-widget .shopengine-thankyou-order-confirm table thead th{padding:initial;margin:initial;border:initial;border-radius:initial;background:initial}.shopengine-widget #reviews #review_form_wrapper{display:block;max-width:100%!important;width:100%;padding:0;margin:0;float:unset}.shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info,.shopengine-widget .shopengine-archive-products .woocommerce-info,.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle,.shopengine-widget .shopengine-woocommerce-info,.shopengine-widget .woocommerce-info{border:none;text-align:left;border-width:0!important}.shopengine-widget .shopengine-account-address .shopengine-checkout-additional-radio .woocommerce-input-wrapper,.shopengine-widget .shopengine-checkout-form-additional .shopengine-checkout-additional-radio .woocommerce-input-wrapper,.shopengine-widget .shopengine-checkout-form-billing .shopengine-checkout-additional-radio .woocommerce-input-wrapper,.shopengine-widget .shopengine-checkout-form-shipping .shopengine-checkout-additional-radio .woocommerce-input-wrapper{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-account-address .shopengine-checkout-additional-radio .woocommerce-input-wrapper label,.shopengine-widget .shopengine-checkout-form-additional .shopengine-checkout-additional-radio .woocommerce-input-wrapper label,.shopengine-widget .shopengine-checkout-form-billing .shopengine-checkout-additional-radio .woocommerce-input-wrapper label,.shopengine-widget .shopengine-checkout-form-shipping .shopengine-checkout-additional-radio .woocommerce-input-wrapper label{margin:0!important;margin-right:15px!important}.shopengine-widget .shopengine-account-address .shopengine-checkout-additional-radio .woocommerce-input-wrapper input,.shopengine-widget .shopengine-checkout-form-additional .shopengine-checkout-additional-radio .woocommerce-input-wrapper input,.shopengine-widget .shopengine-checkout-form-billing .shopengine-checkout-additional-radio .woocommerce-input-wrapper input,.shopengine-widget .shopengine-checkout-form-shipping .shopengine-checkout-additional-radio .woocommerce-input-wrapper input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;margin-right:5px}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes moveTop{from{top:50px;opacity:0}to{top:0;opacity:1}}@keyframes moveTop{from{top:50px;opacity:0}to{top:0;opacity:1}}@-webkit-keyframes moveTop2{from{-webkit-transform:translateY(40px);transform:translateY(40px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}@keyframes moveTop2{from{-webkit-transform:translateY(40px);transform:translateY(40px);opacity:0}to{-webkit-transform:translateY(0);transform:translateY(0);opacity:1}}.shopengine-widget .shopengine-grid ul.products{display:grid!important;width:auto!important;grid-template-columns:repeat(3,minmax(0,1fr))}@media screen and (min-width:1025px){.shopengine-widget .shopengine-grid ul.products{grid-template-columns:repeat(var(--wc-product-column,4),minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-1.products{grid-template-columns:repeat(1,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-2.products{grid-template-columns:repeat(2,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-3.products{grid-template-columns:repeat(3,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-4.products{grid-template-columns:repeat(4,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-5.products{grid-template-columns:repeat(5,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-6.products{grid-template-columns:repeat(6,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-7.products{grid-template-columns:repeat(7,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-8.products{grid-template-columns:repeat(8,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-9.products{grid-template-columns:repeat(9,minmax(0,1fr))}.shopengine-widget .shopengine-grid ul.columns-10.products{grid-template-columns:repeat(10,minmax(0,1fr))}}@media screen and (max-width:768px){.shopengine-widget .shopengine-grid ul.products{grid-template-columns:repeat(var(--shopengine-product-row-tablet,2),minmax(0,1fr))!important}.shopengine-widget .shopengine-grid ul.products li.product img{margin-bottom:55px!important}}@media screen and (max-width:481px){.shopengine-widget .shopengine-grid ul.products{grid-template-columns:repeat(var(--shopengine-product-row-mobile,2),minmax(0,1fr))!important}.shopengine-widget .shopengine-grid ul.products li.product img{margin-bottom:55px!important}}.shopengine-widget .shopengine-grid ul.products:after,.shopengine-widget .shopengine-grid ul.products:before{display:none}.shopengine-widget .shopengine-grid ul.products li.product{float:unset!important;width:100%!important;margin:0;padding:0}.woocommerce .shopengine-widget .shopengine-grid ul.products li.product{-ms-flex-item-align:baseline;align-self:baseline;width:100%!important;max-width:100%!important}.woocommerce .shopengine-widget .shopengine-grid ul.products li.product img{border-radius:0}.shopengine-template .pswp{display:none}.shopengine-template .pswp.pswp--open{display:block}.shopengine-template .pswp__bg{background:#000}.shopengine-template .pswp__button--arrow--left:before,.shopengine-template .pswp__button--arrow--right:before{content:''}.shopengine-template .page-wrapper .container .row>.large-3,.shopengine-template .porto-blog-sidebar,.shopengine-template .pswp__button--arrow--left:after,.shopengine-template .pswp__button--arrow--right:after{display:none}.shopengine-template .pswp__counter{position:absolute;bottom:unset;left:0;-webkit-transform:none;transform:none;font-size:13px;line-height:44px}.shopengine-template .pswp__top-bar .pswp__button{width:44px;height:30px;position:relative}.shopengine-template .pswp__top-bar .pswp__button::before{display:none}.shopengine-template.theme-twentytwenty .overlay-add-to-cart svg{display:none}.shopengine-template.theme-neve{overflow-x:initial}.shopengine-template .select2-results__option{text-decoration:none!important}.shopengine-template .select2-container--default .select2-search--dropdown{padding:10px!important}@media (max-width:575px){.shopengine-template .select2-container--default .select2-search--dropdown{padding:5px!important}}.shopengine-template .select2-search--dropdown input{background:#fff!important;border-radius:0!important;border:1px solid #ddd!important;min-height:45px}.shopengine-template-template.theme-woodmart .main-page-wrapper .container{max-width:none;padding-left:0;padding-right:0}.shopengine-template-template.theme-woodmart .main-page-wrapper .container>.row{margin-left:0;margin-right:0}.shopengine-template-template.theme-woodmart .main-page-wrapper .container>.row>.site-content{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding-left:0;padding-right:0}.shopengine-template .woocommerce-notices-wrapper{margin:0 auto;max-width:1200px}@media (max-width:768px){.shopengine-template .woocommerce-notices-wrapper{padding:0 15px}}.shopengine-template.elementor-template-full-width .site-content>.ast-container{max-width:initial!important;padding:0}.shopengine-widget .site textarea,.shopengine-widget a,.shopengine-widget input[type=color],.shopengine-widget input[type=date],.shopengine-widget input[type=datetime-local],.shopengine-widget input[type=datetime],.shopengine-widget input[type=email],.shopengine-widget input[type=month],.shopengine-widget input[type=number],.shopengine-widget input[type=password],.shopengine-widget input[type=reset],.shopengine-widget input[type=search],.shopengine-widget input[type=submit],.shopengine-widget input[type=tel],.shopengine-widget input[type=text],.shopengine-widget input[type=time],.shopengine-widget input[type=url],.shopengine-widget input[type=week]{line-height:inherit;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .site textarea:focus,.shopengine-widget a:focus,.shopengine-widget input[type=color]:focus,.shopengine-widget input[type=date]:focus,.shopengine-widget input[type=datetime-local]:focus,.shopengine-widget input[type=datetime]:focus,.shopengine-widget input[type=email]:focus,.shopengine-widget input[type=month]:focus,.shopengine-widget input[type=number]:focus,.shopengine-widget input[type=password]:focus,.shopengine-widget input[type=reset]:focus,.shopengine-widget input[type=search]:focus,.shopengine-widget input[type=submit]:focus,.shopengine-widget input[type=tel]:focus,.shopengine-widget input[type=text]:focus,.shopengine-widget input[type=time]:focus,.shopengine-widget input[type=url]:focus,.shopengine-widget input[type=week]:focus{outline:0;outline-offset:0}.shopengine-widget textarea[name=order_comments]{-webkit-box-shadow:none;box-shadow:none;background-color:transparent}.shopengine-widget .button,.shopengine-widget .wp-block-button .wp-block-button__link,.shopengine-widget .wp-block-search__button{line-height:initial;border:0;text-align:center;letter-spacing:0;text-transform:initial}.shopengine-widget .hr,.shopengine-widget ol:not([role=alert]),.shopengine-widget ul:not([role=alert]){margin:0}.shopengine-widget p{padding:0;margin-bottom:8px}.shopengine-widget abbr[title]{text-decoration:none}.shopengine-widget table.order_details{background:0 0}.shopengine-widget .woocommerce-tabs .panel,.shopengine-widget .woocommerce-tabs ul.tabs{float:unset;width:100%;border:none}.shopengine-widget .woocommerce-tabs ul.tabs li{display:inline-block}.shopengine-widget #reviews #comments{width:100%;float:unset}.shopengine-widget #reviews #review_form{padding:0!important;border:none!important}.shopengine-widget .shopengine-product-image span.onsale{line-height:initial}.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form{padding:0;border:0}.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form #respond{padding:0;margin:0;border:0;background-color:transparent}.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form #respond label{display:block}.shopengine-widget .shopengine-product-tabs .woocommerce-tabs #reviews #review_form #respond label::after{display:none}.shopengine-widget .shopengine-product-tabs .woocommerce-noreviews::before{display:none}.shopengine-widget .shopengine-product-tabs .woocommerce-noreviews{background-color:transparent;border:0}.shopengine-widget .woocommerce-MyAccount-tabs{float:unset;width:100%;margin:0}.shopengine-widget .woocommerce-MyAccount-tabs .oceanwp-user-profile{display:none}.shopengine-widget .woocommerce-EditAccountForm p:nth-of-type(4){margin-top:0}.shopengine-widget fieldset input:not([type=submit]){margin-bottom:0}.shopengine-widget .woocommerce-EditAccountForm fieldset{display:block}.shopengine-widget .woocommerce-EditAccountForm fieldset p{margin-top:0}.shopengine-widget .woocommerce-order-downloads tr td.download-remaining{text-align:left!important}.shopengine-widget ins{text-decoration:none}.theme-twentytwentyone .shopengine-widget a:focus:not(.wp-block-button__link):not(.wp-block-file__button){background-color:initial;outline:initial;text-decoration:initial}.theme-twentytwentyone .shopengine-widget .button{font-family:inherit}.shopengine-widget .form-row .input-text{margin-bottom:0}.shopengine-widget .select2.select2-container{margin-bottom:0}.shopengine-widget .select2.select2-container .select2-selection--single{background-image:none;-webkit-box-shadow:none;box-shadow:none;position:relative}.shopengine-widget .select2.select2-container .select2-selection--single::before{position:absolute;content:"\f347";font-size:15px;color:#000;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-family:dashicons}.shopengine-widget .select2.select2-container .select2-selection--single .select2-selection__rendered{color:inherit;padding:0;font-size:inherit}.shopengine-widget .select2.select2-container .select2-selection--single .select2-selection__arrow{display:block;top:1px;-webkit-transform:none;transform:none;right:1px!important;background-image:none}.shopengine-widget .select2.select2-container .select2-selection--single .select2-selection__arrow>b{display:block;border-top-color:#888!important;border-width:0}.shopengine-widget .quantity.appended{padding:inherit}.shopengine-widget .quantity.appended a.si-woo-minus,.shopengine-widget .quantity.appended a.si-woo-plus{display:none}.shopengine-widget .button,.shopengine-widget .button::before,.shopengine-widget .submit,.shopengine-widget .submit::before,.shopengine-widget a,.shopengine-widget a::before,.shopengine-widget button,.shopengine-widget button svg,.shopengine-widget button svg::before,.shopengine-widget button::before{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-widget .product .shopengine-product-rating .woocommerce-product-rating .star-rating,.shopengine-widget .product .star-rating,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .product .star-rating{color:#fec42d}.shopengine-widget .swiper-button-next,.shopengine-widget .swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-image:none}.shopengine-widget .swiper-button-next::after,.shopengine-widget .swiper-button-prev::after{content:''}.shopengine-widget .swiper-button-next:has(svg),.shopengine-widget .swiper-button-prev:has(svg){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}.shopengine-widget .shopengine-woocommerce-info,.shopengine-widget .woocommerce-info{padding:15px}.shopengine-widget .shopengine-woocommerce-info::after,.shopengine-widget .shopengine-woocommerce-info::before,.shopengine-widget .woocommerce-info::after,.shopengine-widget .woocommerce-info::before{display:none}.shopengine-widget .shopengine-editor-alert,.shopengine-widget .shopengine-notice{font-size:16px;font-weight:400;padding:12px 20px;background-color:#fcfcfc;border-left:3px solid transparent;border-radius:0 3px 3px 0;-webkit-box-shadow:0 1px 4px 0 rgba(0,0,0,.07);box-shadow:0 1px 4px 0 rgba(0,0,0,.07);text-transform:capitalize}.shopengine-widget .shopengine-editor-alert-success,.shopengine-widget .shopengine-notice-success{border-color:#39b54a}.shopengine-widget .shopengine-editor-alert-danger,.shopengine-widget .shopengine-notice-danger{border-color:#d72b3f}.shopengine-widget .shopengine-editor-alert-info,.shopengine-widget .shopengine-notice-info{border-color:#71d7f7}.shopengine-widget .shopengine-editor-alert-warning,.shopengine-widget .shopengine-notice-warning{border-color:#fcb92c}.elementor-align-center .shopengine-widget .shopengine-flex-align{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-align-right .shopengine-widget .shopengine-flex-align{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1024px){.elementor-tablet-align-left .shopengine-widget .shopengine-flex-align{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-align-center .shopengine-widget .shopengine-flex-align{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-align-right .shopengine-widget .shopengine-flex-align{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:767px){.elementor-mobile-align-left .shopengine-widget .shopengine-flex-align{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-align-center .shopengine-widget .shopengine-flex-align{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-align-right .shopengine-widget .shopengine-flex-align{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.shopengine-widget .common-product-loop .products .product .star-rating,.shopengine-widget .common-star-rating .star-rating,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating,.shopengine-widget .shopengine-product-rating .star-rating,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating,.shopengine-widget .shopengine-product-review #reviews .star-rating,.shopengine-widget .shopengine-product-tabs #reviews .star-rating,.shopengine-widget .shopengine-related .related .products .product .star-rating,.shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating{float:none!important;margin:0 0 5px 0;overflow:hidden!important;position:relative;height:1em;line-height:1;font-size:1em;width:5.3em;letter-spacing:0;font-family:star!important;display:inline-block}.shopengine-widget .common-product-loop .products .product .star-rating::before,.shopengine-widget .common-star-rating .star-rating::before,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating::before,.shopengine-widget .shopengine-product-rating .star-rating::before,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating::before,.shopengine-widget .shopengine-product-review #reviews .star-rating::before,.shopengine-widget .shopengine-product-tabs #reviews .star-rating::before,.shopengine-widget .shopengine-related .related .products .product .star-rating::before,.shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating::before{content:"\73\73\73\73\73";color:#fec42d;float:left;top:0;left:0;position:absolute;font-family:unset;letter-spacing:0!important;opacity:1}.shopengine-widget .common-product-loop .products .product .star-rating span,.shopengine-widget .common-star-rating .star-rating span,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating span,.shopengine-widget .shopengine-product-rating .star-rating span,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating span,.shopengine-widget .shopengine-product-review #reviews .star-rating span,.shopengine-widget .shopengine-product-tabs #reviews .star-rating span,.shopengine-widget .shopengine-related .related .products .product .star-rating span,.shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-family:unset!important}.shopengine-widget .common-product-loop .products .product .star-rating span::before,.shopengine-widget .common-star-rating .star-rating span::before,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating span::before,.shopengine-widget .shopengine-product-rating .star-rating span::before,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating span::before,.shopengine-widget .shopengine-product-review #reviews .star-rating span::before,.shopengine-widget .shopengine-product-tabs #reviews .star-rating span::before,.shopengine-widget .shopengine-related .related .products .product .star-rating span::before,.shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;letter-spacing:0;font-family:unset}.shopengine-widget .common-product-loop .products .product .star-rating a::before,.shopengine-widget .common-star-rating .star-rating a::before,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .star-rating a::before,.shopengine-widget .shopengine-product-rating .star-rating a::before,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating a::before,.shopengine-widget .shopengine-product-review #reviews .star-rating a::before,.shopengine-widget .shopengine-product-tabs #reviews .star-rating a::before,.shopengine-widget .shopengine-related .related .products .product .star-rating a::before,.shopengine-widget .shopengine-up-sells .up-sells .products .product .star-rating a::before{letter-spacing:unset;font-family:unset}.shopengine-widget .common-product-loop .products,.shopengine-widget .shopengine-cross-sells .cross-sells .products,.shopengine-widget .shopengine-related .related .products,.shopengine-widget .shopengine-up-sells .up-sells .products{margin:0;-webkit-box-pack:initial;-ms-flex-pack:initial;justify-content:initial;-ms-flex-wrap:unset;flex-wrap:unset}.shopengine-widget .common-product-loop .products::before,.shopengine-widget .shopengine-cross-sells .cross-sells .products::before,.shopengine-widget .shopengine-related .related .products::before,.shopengine-widget .shopengine-up-sells .up-sells .products::before{display:none}.shopengine-widget .common-product-loop .products .product,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product,.shopengine-widget .shopengine-related .related .products .product,.shopengine-widget .shopengine-up-sells .up-sells .products .product{margin:0;width:auto;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-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;place-content:flex-start;padding:0!important}.shopengine-widget .common-product-loop .products .product:hover,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product:hover,.shopengine-widget .shopengine-related .related .products .product:hover,.shopengine-widget .shopengine-up-sells .up-sells .products .product:hover{-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .common-product-loop .products .product::after,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product::after,.shopengine-widget .shopengine-related .related .products .product::after,.shopengine-widget .shopengine-up-sells .up-sells .products .product::after{display:none}.shopengine-widget .common-product-loop .products .product a,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product a,.shopengine-widget .shopengine-related .related .products .product a,.shopengine-widget .shopengine-up-sells .up-sells .products .product a{line-height:normal}.shopengine-widget .common-product-loop .products .product a:focus,.shopengine-widget .common-product-loop .products .product a:hover,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product a:focus,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product a:hover,.shopengine-widget .shopengine-related .related .products .product a:focus,.shopengine-widget .shopengine-related .related .products .product a:hover,.shopengine-widget .shopengine-up-sells .up-sells .products .product a:focus,.shopengine-widget .shopengine-up-sells .up-sells .products .product a:hover{text-decoration:none!important;outline:0}.shopengine-widget .common-product-loop .products .product img,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product img,.shopengine-widget .shopengine-related .related .products .product img,.shopengine-widget .shopengine-up-sells .up-sells .products .product img{outline:0;width:100%}.shopengine-widget .common-product-loop .products .product .woocommerce-loop-product__link,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .woocommerce-loop-product__link,.shopengine-widget .shopengine-related .related .products .product .woocommerce-loop-product__link,.shopengine-widget .shopengine-up-sells .up-sells .products .product .woocommerce-loop-product__link{width:100%}.shopengine-widget .common-product-loop .products .product .woocommerce-loop-product__link img,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .woocommerce-loop-product__link img,.shopengine-widget .shopengine-related .related .products .product .woocommerce-loop-product__link img,.shopengine-widget .shopengine-up-sells .up-sells .products .product .woocommerce-loop-product__link img{width:100%}.shopengine-widget .common-product-loop .products .product .shopengine-wishlist,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .shopengine-wishlist,.shopengine-widget .shopengine-related .related .products .product .shopengine-wishlist,.shopengine-widget .shopengine-up-sells .up-sells .products .product .shopengine-wishlist{padding:0}.shopengine-widget .common-product-loop .products .product .shopengine-quickview-trigger,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .shopengine-quickview-trigger,.shopengine-widget .shopengine-related .related .products .product .shopengine-quickview-trigger,.shopengine-widget .shopengine-up-sells .up-sells .products .product .shopengine-quickview-trigger{padding:0}.shopengine-widget .common-product-loop .products .product .shopengine-comparison,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .shopengine-comparison,.shopengine-widget .shopengine-related .related .products .product .shopengine-comparison,.shopengine-widget .shopengine-up-sells .up-sells .products .product .shopengine-comparison{padding:0}.shopengine-widget .common-product-loop .products .product .woocommerce-loop-product__title,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .woocommerce-loop-product__title,.shopengine-widget .shopengine-related .related .products .product .woocommerce-loop-product__title,.shopengine-widget .shopengine-up-sells .up-sells .products .product .woocommerce-loop-product__title{margin:0}.shopengine-widget .common-product-loop .products .product .price,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price,.shopengine-widget .shopengine-related .related .products .product .price,.shopengine-widget .shopengine-up-sells .up-sells .products .product .price{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;margin-bottom:0;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .common-product-loop .products .product .price del,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del,.shopengine-widget .shopengine-related .related .products .product .price del,.shopengine-widget .shopengine-up-sells .up-sells .products .product .price del{display:none;margin-right:0}.shopengine-price-pos-after .shopengine-widget .common-product-loop .products .product .price del,.shopengine-price-pos-after .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del,.shopengine-price-pos-after .shopengine-widget .shopengine-related .related .products .product .price del,.shopengine-price-pos-after .shopengine-widget .shopengine-up-sells .up-sells .products .product .price del{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:0}.shopengine-widget .common-product-loop .products .product .price ins,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price ins,.shopengine-widget .shopengine-related .related .products .product .price ins,.shopengine-widget .shopengine-up-sells .up-sells .products .product .price ins{margin-left:0}.shopengine-price-pos-after .shopengine-widget .common-product-loop .products .product .price ins,.shopengine-price-pos-after .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price ins,.shopengine-price-pos-after .shopengine-widget .shopengine-related .related .products .product .price ins,.shopengine-price-pos-after .shopengine-widget .shopengine-up-sells .up-sells .products .product .price ins{margin-right:5px}.shopengine-widget .common-product-loop .products .product .price .shopengine-discount-badge,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price .shopengine-discount-badge,.shopengine-widget .shopengine-related .related .products .product .price .shopengine-discount-badge,.shopengine-widget .shopengine-up-sells .up-sells .products .product .price .shopengine-discount-badge{display:none}.shopengine-price-pos-after .shopengine-widget .common-product-loop .products .product .price .shopengine-discount-badge,.shopengine-price-pos-after .shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price .shopengine-discount-badge,.shopengine-price-pos-after .shopengine-widget .shopengine-related .related .products .product .price .shopengine-discount-badge,.shopengine-price-pos-after .shopengine-widget .shopengine-up-sells .up-sells .products .product .price .shopengine-discount-badge{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shopengine-widget .common-product-loop .products .product .button,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button,.shopengine-widget .shopengine-related .related .products .product .button,.shopengine-widget .shopengine-up-sells .up-sells .products .product .button{border:none;height:auto!important}.shopengine-widget .common-product-loop .products .product .button.added,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button.added,.shopengine-widget .shopengine-related .related .products .product .button.added,.shopengine-widget .shopengine-up-sells .up-sells .products .product .button.added{display:none}.shopengine-widget .common-product-loop .products .product .button:hover,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button:hover,.shopengine-widget .shopengine-related .related .products .product .button:hover,.shopengine-widget .shopengine-up-sells .up-sells .products .product .button:hover{border:none}.shopengine-widget .common-product-loop .products .product .button,.shopengine-widget .common-product-loop .products .product .onsale,.shopengine-widget .common-product-loop .products .product .price del,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .onsale,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del,.shopengine-widget .shopengine-related .related .products .product .button,.shopengine-widget .shopengine-related .related .products .product .onsale,.shopengine-widget .shopengine-related .related .products .product .price del,.shopengine-widget .shopengine-up-sells .up-sells .products .product .button,.shopengine-widget .shopengine-up-sells .up-sells .products .product .onsale,.shopengine-widget .shopengine-up-sells .up-sells .products .product .price del{display:none}.shopengine-widget .common-product-loop .products .product .button::after,.shopengine-widget .common-product-loop .products .product .button::before,.shopengine-widget .common-product-loop .products .product .onsale::after,.shopengine-widget .common-product-loop .products .product .onsale::before,.shopengine-widget .common-product-loop .products .product .price del::after,.shopengine-widget .common-product-loop .products .product .price del::before,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button::after,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .button::before,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .onsale::after,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .onsale::before,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del::after,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .price del::before,.shopengine-widget .shopengine-related .related .products .product .button::after,.shopengine-widget .shopengine-related .related .products .product .button::before,.shopengine-widget .shopengine-related .related .products .product .onsale::after,.shopengine-widget .shopengine-related .related .products .product .onsale::before,.shopengine-widget .shopengine-related .related .products .product .price del::after,.shopengine-widget .shopengine-related .related .products .product .price del::before,.shopengine-widget .shopengine-up-sells .up-sells .products .product .button::after,.shopengine-widget .shopengine-up-sells .up-sells .products .product .button::before,.shopengine-widget .shopengine-up-sells .up-sells .products .product .onsale::after,.shopengine-widget .shopengine-up-sells .up-sells .products .product .onsale::before,.shopengine-widget .shopengine-up-sells .up-sells .products .product .price del::after,.shopengine-widget .shopengine-up-sells .up-sells .products .product .price del::before{display:none}body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .common-product-loop .products .product,body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .shopengine-cross-sells .cross-sells .products .product,body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .shopengine-related .related .products .product,body:not(.theme-twentytwentyone):not(.theme-astra) .shopengine-widget .shopengine-up-sells .up-sells .products .product{max-width:none!important}.shopengine-widget .common-product-loop .products .product .ast-shop-product-out-of-stock,.shopengine-widget .shopengine-cross-sells .cross-sells .products .product .ast-shop-product-out-of-stock,.shopengine-widget .shopengine-related .related .products .product .ast-shop-product-out-of-stock,.shopengine-widget .shopengine-up-sells .up-sells .products .product .ast-shop-product-out-of-stock{top:50%;line-height:30px;max-height:44px}.shopengine-widget .product .se-btn{color:#3e3e3e;vertical-align:middle;display:inline-block;width:auto;height:auto;padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;line-height:0;pointer-events:auto}.shopengine-widget .product .se-btn:hover{color:#f03d3f}.shopengine-widget .shopengine-countdown-clock{display:grid;grid-template-columns:repeat(auto-fit,minmax(40px,1fr));position:absolute;bottom:0;width:90%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.shopengine-widget .shopengine-countdown-clock .se-clock-item{text-align:center;border-style:solid;margin:-1px;line-height:20px}.shopengine-widget .shopengine-countdown-clock .se-clock-item span{display:block}.shopengine-widget .shopengine-countdown-clock .se-clock-item span:first-child{padding-bottom:1px}.shopengine-widget .shopengine-archive-mode-grid{margin:0!important;list-style-type:none}.shopengine-widget .shopengine-archive-mode-grid:after,.shopengine-widget .shopengine-archive-mode-grid:before{display:none!important}.shopengine-widget .shopengine-archive-mode-grid:hover .loop-product--btns-inner{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);opacity:1}.shopengine-widget .shopengine-archive-mode-grid .tooltiptext{visibility:hidden;min-width:95px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background-color:#222;color:#fff!important;width:fit-content;text-align:center;border-radius:3px;padding:15px 5px;position:absolute;z-index:1;bottom:85%;left:-35px;margin-left:0;opacity:0;-webkit-transition:opacity .3s;transition:opacity .3s;font-weight:400;font-size:12px}.shopengine-widget .shopengine-archive-mode-grid .tooltiptext::after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#222 transparent transparent transparent}.shopengine-widget .shopengine-archive-mode-grid .shopengine-quickview-trigger{position:relative}.shopengine-widget .shopengine-archive-mode-grid .shopengine-quickview-trigger:hover .tooltiptext{visibility:visible;opacity:1}.shopengine-widget .shopengine-archive-mode-grid .shopengine-wishlist{position:relative}.shopengine-widget .shopengine-archive-mode-grid .shopengine-wishlist:hover .tooltiptext{visibility:visible;opacity:1}.shopengine-widget .shopengine-archive-mode-grid .shopengine-comparison{position:relative}.shopengine-widget .shopengine-archive-mode-grid .shopengine-comparison:hover .tooltiptext{visibility:visible;opacity:1}.shopengine-widget .shopengine-archive-mode-grid .button[data-quantity],.shopengine-widget .shopengine-archive-mode-grid .shopengine_direct_checkout{position:relative}.shopengine-widget .shopengine-archive-mode-grid .button[data-quantity]:hover .tooltiptext,.shopengine-widget .shopengine-archive-mode-grid .shopengine_direct_checkout:hover .tooltiptext{visibility:visible;opacity:1}.shopengine-widget .shopengine-archive-mode-grid .button[data-quantity] .tooltiptext,.shopengine-widget .shopengine-archive-mode-grid .shopengine_direct_checkout .tooltiptext{height:25px;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}.shopengine-widget .loop-product--btns{--shopengine-group-container-height:50px;height:var(--shopengine-group-container-height);margin-top:calc((var(--shopengine-group-container-height)) * -1);z-index:99;width:100%}.shopengine-widget .loop-product--btns-inner{height:var(--shopengine-group-container-height);display:grid;grid-template-columns:repeat(auto-fit,minmax(30px,1fr));border-radius:5px 5px 0 0;width:95%;position:absolute;left:50%;-webkit-transform:translate(-50%,40%);transform:translate(-50%,40%);-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transition:cubic-bezier(.41,1.1,1,1) .3s;transition:cubic-bezier(.41,1.1,1,1) .3s}@media (max-width:768px){.shopengine-widget .loop-product--btns-inner{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);opacity:1}}.shopengine-widget .loop-product--btns-inner .button{font-size:0!important;text-align:center}.shopengine-widget .loop-product--btns-inner .button:before{content:"\e933";font-family:shopengine;font-family:shopengine;font-size:18px;text-align:center;vertical-align:middle}.shopengine-widget .loop-product--btns-inner .button+a.wc-forward{width:135px;position:absolute;bottom:114%;line-height:40px;height:40px;display:inline-block;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);font-size:18px;padding:0!important;border-radius:26px;color:#101010}.shopengine-widget .loop-product--btns-inner a{font-size:16px;display:inline-block;text-align:center!important}.shopengine-widget .loop-product--btns-inner>.ajax_add_to_cart.loading:before{opacity:0}.shopengine-widget .loop-product--btns-inner>.ajax_add_to_cart.loading:after{top:50%;left:50%;right:auto;margin-top:-8px;margin-left:-8px;color:#000;font-size:16px;z-index:1}.shopengine-widget .is-loading{cursor:wait;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.shopengine-widget .is-loading *{opacity:.6;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}.shopengine-widget .is-loading::before{position:absolute;content:"";width:100%;height:100%;top:0;right:0;z-index:10;cursor:wait}.shopengine-widget .is-loading::after{content:"";border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #3498db;top:50%;left:50%;width:40px;height:40px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:15;display:inline-block;position:absolute;margin-top:-20px;margin-left:-20px}.shopengine-widget .shopengine-account-address h3{margin:0}.shopengine-widget .shopengine-account-address .woocommerce-Addresses{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(auto,1fr));grid-row-gap:30px;width:100%!important;margin-right:0!important;margin-left:0!important}.shopengine-widget .shopengine-account-address .woocommerce-Addresses::after,.shopengine-widget .shopengine-account-address .woocommerce-Addresses::before{display:none}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address{float:none;display:block;width:100%;max-width:100%;margin:0;padding:0}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header{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;margin:0;padding:0 0 7px;background-color:transparent;border-width:0}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header h3{width:auto;padding:0!important;font-size:22px;color:#3a3a3a;font-weight:600;text-transform:none;border:0!important}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header h3:after,.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header h3:before{display:none}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header a{float:none;width:auto;height:auto;margin-top:0;margin-left:auto;background:#f2f2f2;padding:10px 20px;font-size:15px;line-height:22px;color:#3a3a3a;font-weight:500;border-radius:3px;text-decoration:none;text-transform:none;-webkit-transition:all linear .2s;transition:all linear .2s;margin-right:20px;margin-bottom:0;text-indent:0}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header a:hover{background:#101010;color:#fff}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address header a::before{display:none}.shopengine-widget .shopengine-account-address .woocommerce-Addresses .woocommerce-Address address{margin-bottom:0;padding:0;border-width:0;color:#979797;font-size:16px;line-height:22px;font-weight:600;font-style:normal}.shopengine-widget .shopengine-account-address-form form>h3{width:auto;padding:0!important;font-size:22px;color:#3a3a3a;font-weight:600;text-transform:none;border:0!important}.shopengine-widget .shopengine-account-address-form form>h3:after,.shopengine-widget .shopengine-account-address-form form>h3:before{display:none}.shopengine-widget .shopengine-account-address-form .woocommerce-address-fields>p{margin-bottom:0}.shopengine-widget .shopengine-account-address-form p.form-row{padding:8px 0}@media (max-width:768px){.shopengine-widget .shopengine-account-address-form p.form-row{width:100%!important}}.shopengine-widget .shopengine-account-address-form p.form-row>label{font-weight:400}.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper .select2-selection--single,.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]),.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper select{border-radius:3px;height:auto;font-size:16px;line-height:1.35em}.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper .select2-selection--single span,.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]) span,.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper select span{margin:0;padding:0;line-height:normal}.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper .select2-selection__arrow{height:100%}.shopengine-widget .shopengine-account-address-form p.form-row .woocommerce-input-wrapper label.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-account-address-form form button.button{font-size:15px;-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:500;cursor:pointer;margin-top:14px;border-radius:3px;float:none!important;position:static!important;text-decoration:none!important;height:auto!important}.shopengine-widget .shopengine-account-address-form form button.button:focus{outline:0;text-decoration:none}.shopengine-widget .shopengine-account-details .account-sub-title{display:none}.shopengine-widget .shopengine-account-details form>p:last-child{margin-bottom:0}.shopengine-widget .shopengine-account-details form>p input{height:auto!important}@media (max-width:575px){.shopengine-widget .shopengine-account-details form>p{width:100%!important}}.shopengine-widget .shopengine-account-details form .form-row{margin-bottom:15px}.shopengine-widget .shopengine-account-details form .form-row>*{display:block;width:100%}.shopengine-widget .shopengine-account-details form .form-row>label{font-weight:400}.shopengine-widget .shopengine-account-details form .form-row>span{font-size:14px!important;margin-top:5px}.shopengine-widget .shopengine-account-details form .form-row>span .show-password,.shopengine-widget .shopengine-account-details form .form-row>span .show-password-input{top:50%;height:18px;-webkit-transform:translateY(-65%);transform:translateY(-65%);display:none}.shopengine-widget .shopengine-account-details form .form-row-first{float:left;width:45%}.shopengine-widget .shopengine-account-details form .form-row-last{float:right;width:45%}.shopengine-widget .shopengine-account-details form .form-row input{margin:0!important;border-radius:3px;height:auto!important;line-height:1em!important}.shopengine-widget .shopengine-account-details form fieldset{padding:20px 30px;margin:40px 0 30px;border-style:solid;border-width:2px;background-color:inherit}.shopengine-widget .shopengine-account-details form fieldset legend{font-weight:600;padding:0 10px;display:block;background-color:inherit;width:auto;border-bottom:0;margin-bottom:0;position:static;float:unset}.shopengine-widget .shopengine-account-details form fieldset legend:after{border-width:0}.shopengine-widget .shopengine-account-details form button.button{margin:0;-webkit-transition:all linear .2s;transition:all linear .2s;font-weight:500;cursor:pointer;height:auto;-webkit-box-shadow:none;box-shadow:none;border-width:0}.shopengine-widget .shopengine-account-details form button.button:focus{outline:0}.shopengine-widget .shopengine-account-details form>.featured-boxes{padding:0!important;margin:0!important;border:0!important}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads{overflow-x:unset}}.shopengine-widget .shopengine-account-downloads .account-sub-title{display:none}.shopengine-widget .shopengine-account-downloads .woocommerce-order-downloads{min-width:900px}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-order-downloads{min-width:auto}}.shopengine-widget .shopengine-account-downloads .woocommerce-Message .woocommerce-Button{bottom:10px}.shopengine-widget .shopengine-account-downloads .woocommerce-table{border:0;margin:0!important;border-radius:0;border-spacing:0;border-collapse:collapse}.shopengine-widget .shopengine-account-downloads .woocommerce-table thead{text-align:left}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-table thead{display:none}}.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th{padding:0;border:0;text-align:left}.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:first-child{padding-left:40px}@media (max-width:768px){.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:first-child{padding-left:12px}}.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:last-child{padding-right:40px}@media (max-width:768px){.shopengine-widget .shopengine-account-downloads .woocommerce-table thead th:last-child{padding-right:12px}}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody{display:grid;grid-template-columns:1fr}}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr{border-width:0 0 1px 0}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr{width:100%;display:grid;grid-template-columns:1fr 1fr;padding:10px}}@media (max-width:768px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr{padding:15px 10px;grid-template-columns:1fr}}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td{padding:0!important;border:0!important;background-color:transparent!important;text-align:left!important}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td{padding:5px 0!important}}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a{width:auto;text-decoration:none!important}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a:focus,.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a:hover{text-decoration:none}@media (max-width:768px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td a.button{margin-top:15px;margin-bottom:10px;width:100%}}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td::before{content:attr(data-title) " : ";font-weight:700;margin-right:5px}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-expires,.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-remaining{grid-column:1/span 1}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file{grid-row:1/span 3;grid-column:2;padding-left:20px}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file::before{display:block;width:100%}}@media (max-width:768px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td{padding-left:0}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-expires,.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-remaining{grid-column:1/span 1}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file{grid-row:auto;grid-column:auto;padding-left:0}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td.download-file::before{display:none}}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:first-child{padding-left:40px!important}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:first-child{padding-left:0}}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:last-child{padding-right:40px;text-align:left}@media (max-width:992px){.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr td:last-child{padding-right:0}}.shopengine-widget .shopengine-account-downloads .woocommerce-table tbody tr:first-child td{border-top:0}.shopengine-widget .shopengine-account-form-login .before-login-text{display:none}.shopengine-widget .shopengine-account-form-login .show-password,.shopengine-widget .shopengine-account-form-login .show-password-input{top:50%;height:18px;-webkit-transform:translateY(-65%);transform:translateY(-65%);display:none}.shopengine-widget .shopengine-account-form-login>h2{padding:0!important;border-width:0!important;font-size:32px;font-weight:600;line-height:1.333333em;font-family:inherit}.shopengine-widget .shopengine-account-form-login>h2:after{display:none!important}.shopengine-widget .shopengine-account-form-login .woocommerce-form{max-width:none;margin:0;border:0;border-radius:0;padding:0;background-color:transparent!important}.shopengine-widget .shopengine-account-form-login .woocommerce-form__label-for-checkbox{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.shopengine-widget .shopengine-account-form-login .woocommerce-form__label-for-checkbox span{padding-left:10px}.shopengine-widget .shopengine-account-form-login .woocommerce-form>.form-row{-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-account-form-login .woocommerce-form label{color:#3a3a3a}.shopengine-widget .shopengine-account-form-login .woocommerce-form .woocommerce-Input{display:block;font-size:14px;line-height:1.35em;color:#555;background-color:#fff;background-image:none!important;border:1px solid #dee3ea;border-radius:3px;padding:10px 16px;height:auto;width:100%}.shopengine-widget .shopengine-account-form-login .woocommerce-form p.form-row{display:block!important}.shopengine-widget .shopengine-account-form-login .woocommerce-form p.form-row button.button{display:inline-block;bottom:0;width:auto;height:auto;color:#fff;background-color:#3b3b3b;border-width:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all .1s;transition:all .1s;outline:0;cursor:pointer}.shopengine-widget .shopengine-account-form-login .woocommerce-form p.form-row button.button:hover{background-color:#101010;text-decoration:none}.shopengine-widget .shopengine-account-form-login .woocommerce-form-login__rememberme{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:500;line-height:1.5em;margin-bottom:15px!important;cursor:pointer}.shopengine-widget .shopengine-account-form-login .woocommerce-form__input-checkbox{float:left;top:-1px!important;width:16px;height:16px;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;border-radius:100%;margin:2px 6px 0 0;border:1px solid #3a3a3a;-webkit-transition:.6s cubic-bezier(.25,1,.5,1);transition:.6s cubic-bezier(.25,1,.5,1)}.shopengine-widget .shopengine-account-form-login .woocommerce-form__input-checkbox::before{top:50%;left:50%;width:8px;height:8px;content:"";position:absolute;border-radius:100%;background-color:#505255;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.6s cubic-bezier(.25,1,.5,1);transition:.6s cubic-bezier(.25,1,.5,1);opacity:0;visibility:hidden}.shopengine-widget .shopengine-account-form-login .woocommerce-form__input-checkbox:checked::before{opacity:1;visibility:visible}.shopengine-widget .shopengine-account-form-login .woocommerce-form #rememberme{position:relative;top:-3px}.shopengine-widget .shopengine-account-form-login .woocommerce-LostPassword{margin-bottom:0;text-align:left}.shopengine-widget .shopengine-account-form-login .woocommerce-LostPassword a{font-weight:500;line-height:normal!important;display:inline-block;text-decoration:underline}.shopengine-widget .shopengine-account-form-register{border-radius:0}.shopengine-widget .shopengine-account-form-register>h2{display:none;padding:0!important;border-width:0!important;font-size:32px;font-weight:600;line-height:1.333333em;font-family:inherit}.shopengine-widget .shopengine-account-form-register>h2:after{display:none!important}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register{max-width:none!important;margin:0;border:0;border-radius:0;padding:0;background-color:transparent!important}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register p{font-weight:400;line-height:1.5em}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register p a{text-decoration:none}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register p.woocommerce-pending-message{font-size:13px;color:#848181}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row{margin:0;padding:0;width:100%}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row :not(:last-child){margin-bottom:15px}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row label{font-size:15px;line-height:1.333333em;color:#3a3a3a;font-weight:500;margin-bottom:8px}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row .woocommerce-Input{display:block;margin:0;font-size:14px;line-height:1.35em;color:#555;background-color:#fff;background-image:none!important;border:1px solid #dee3ea;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;padding:10px 16px;height:auto;width:100%}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row button.button{display:block;width:100%;margin:0;bottom:0;border-width:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;font-size:16px;font-weight:700;line-height:normal!important;text-transform:none;outline:0;-webkit-transition:all .1s;transition:all .1s;cursor:pointer;text-decoration:none!important}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .form-row button.button:hover{text-decoration:none!important}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register .woocommerce-privacy-policy-text>p{font-size:13px;color:#848181;margin-bottom:24px}.shopengine-widget .shopengine-account-form-register .woocommerce-form-register ul{padding-left:18px}.shopengine-widget .shopengine-account-form-register .before-register-text,.shopengine-widget .shopengine-account-form-register .register-benefits{display:none}.shopengine-widget .shopengine-account-logout a{color:#4169e1;font-size:16px;font-weight:400;line-height:1.25em;text-decoration:none!important}.shopengine-widget .shopengine-account-navigation .woocommerce-MyAccount-navigation-wrapper{width:100%;margin:0;border-right:0!important}.shopengine-widget .shopengine-account-navigation .MyAccount-user-info{display:none}.shopengine-widget .shopengine-account-navigation ul{margin:0;list-style:none;padding:0;border-width:1px;border-style:solid;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.shopengine-widget .shopengine-account-navigation ul li{border:0!important;margin:0!important}.shopengine-widget .shopengine-account-navigation ul li a{position:relative;background:0 0!important;padding:0!important;width:100%;border-width:0!important;font-size:inherit;font-weight:inherit!important;line-height:inherit;display:inline-block!important;text-decoration:none!important}.shopengine-widget .shopengine-account-navigation ul li a:hover{text-decoration:none!important;background-color:transparent}.shopengine-widget .shopengine-account-navigation ul li a::before{position:absolute;display:block!important;width:5px!important;height:5px!important;border-width:0!important;border-radius:50%;content:""!important;left:-15px!important;top:51%!important;-webkit-transform:translateY(-50%);transform:translateY(-50%);margin:0;border-radius:50%!important;border:none!important;opacity:1!important}.shopengine-widget .shopengine-account-navigation .woocommerce-MyAccount-navigation{width:100%;float:none;border:none}.shopengine-widget .shopengine-account-navigation .MyAccount-user-info{display:none}.shopengine-widget .shopengine-account-order-details a{height:initial}.shopengine-widget .shopengine-account-order-details table{border-collapse:collapse!important;border-radius:0!important;border:none!important}.shopengine-widget .shopengine-account-order-details table thead{border:0;border-bottom:0 solid}.shopengine-widget .shopengine-account-order-details table thead tr:first-child th{border:0;border-bottom:0 solid;text-align:left}@media (max-width:768px){.shopengine-widget .shopengine-account-order-details table thead tr:first-child th:last-child{text-align:right}}.shopengine-widget .shopengine-account-order-details table tbody tr,.shopengine-widget .shopengine-account-order-details table tfoot tr{border-bottom:1px solid;border-left:0;border-right:0;border-top:0}@media (max-width:768px){.shopengine-widget .shopengine-account-order-details table tbody tr .download-remaining,.shopengine-widget .shopengine-account-order-details table tbody tr .product-total,.shopengine-widget .shopengine-account-order-details table tfoot tr .download-remaining,.shopengine-widget .shopengine-account-order-details table tfoot tr .product-total{text-align:right}}.shopengine-widget .shopengine-account-order-details table tbody tr .product-name a,.shopengine-widget .shopengine-account-order-details table tfoot tr .product-name a{display:inline}.shopengine-widget .shopengine-account-order-details table tbody tr td,.shopengine-widget .shopengine-account-order-details table tbody tr th,.shopengine-widget .shopengine-account-order-details table tfoot tr td,.shopengine-widget .shopengine-account-order-details table tfoot tr th{border:0!important;background-color:transparent!important;text-align:left;padding:10px 0!important}.shopengine-widget .shopengine-account-order-details table tbody tr td::before,.shopengine-widget .shopengine-account-order-details table tbody tr th::before,.shopengine-widget .shopengine-account-order-details table tfoot tr td::before,.shopengine-widget .shopengine-account-order-details table tfoot tr th::before{padding-right:10px}.shopengine-widget .shopengine-account-order-details table tbody tr td:first-child,.shopengine-widget .shopengine-account-order-details table tbody tr th:first-child,.shopengine-widget .shopengine-account-order-details table tfoot tr td:first-child,.shopengine-widget .shopengine-account-order-details table tfoot tr th:first-child{padding-left:40px!important}.shopengine-widget .shopengine-account-order-details table tbody tr td:last-child,.shopengine-widget .shopengine-account-order-details table tbody tr th:last-child,.shopengine-widget .shopengine-account-order-details table tfoot tr td:last-child,.shopengine-widget .shopengine-account-order-details table tfoot tr th:last-child{padding-right:40px!important;font-weight:400}@media (max-width:768px){.shopengine-widget .shopengine-account-order-details table tbody tr td:last-child,.shopengine-widget .shopengine-account-order-details table tbody tr th:last-child,.shopengine-widget .shopengine-account-order-details table tfoot tr td:last-child,.shopengine-widget .shopengine-account-order-details table tfoot tr th:last-child{text-align:right}}@media (max-width:768px){.shopengine-widget .shopengine-account-order-details table tbody tr td,.shopengine-widget .shopengine-account-order-details table tbody tr th,.shopengine-widget .shopengine-account-order-details table tfoot tr td,.shopengine-widget .shopengine-account-order-details table tfoot tr th{padding:0 10px!important}.shopengine-widget .shopengine-account-order-details table tbody tr td:first-child,.shopengine-widget .shopengine-account-order-details table tbody tr th:first-child,.shopengine-widget .shopengine-account-order-details table tfoot tr td:first-child,.shopengine-widget .shopengine-account-order-details table tfoot tr th:first-child{padding-left:10px!important}.shopengine-widget .shopengine-account-order-details table tbody tr td:last-child,.shopengine-widget .shopengine-account-order-details table tbody tr th:last-child,.shopengine-widget .shopengine-account-order-details table tfoot tr td:last-child,.shopengine-widget .shopengine-account-order-details table tfoot tr th:last-child{padding-right:10px!important}}.shopengine-widget .shopengine-account-order-details table tbody tr:last-child,.shopengine-widget .shopengine-account-order-details table tfoot tr:last-child{border:0!important}.shopengine-widget .shopengine-account-order-details .order-again{text-align:left}.shopengine-widget .shopengine-account-order-details .woocommerce-column__title{background:0 0!important;-webkit-box-shadow:none;box-shadow:none;padding:0!important;border:none!important}.shopengine-widget .shopengine-account-order-details .addresses address,.shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address{border:0;border-radius:0;padding:0;font-style:normal}.shopengine-widget .shopengine-account-order-details .addresses address p,.shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p{margin:0;padding:0}.shopengine-widget .shopengine-account-order-details .addresses address p::before,.shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p::before{position:relative;margin-left:0}.shopengine-widget .shopengine-account-order-details .addresses address p.woocommerce-customer-details--phone,.shopengine-widget .shopengine-account-order-details .woocommerce-customer-details address p.woocommerce-customer-details--phone{margin-top:15px}.shopengine-widget .woocommerce-order-details{width:100%;margin-top:0!important}.shopengine-widget .shopengine-account-orders .dummyCss{display:none}.shopengine-widget .shopengine-account-orders .woocommerce-Message .woocommerce-Button{bottom:10px}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table{border-collapse:collapse;border-width:0}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead{border-bottom:none;display:grid;grid-template-columns:1fr}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead tr{width:100%;display:grid;grid-template-columns:1fr 2fr 2fr 3fr 1fr;padding:10px}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead tr th{border:0}@media (max-width:768px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table thead{display:none}}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions{min-width:-webkit-fill-available;display:grid!important;grid-gap:8px;grid-template-columns:repeat(auto-fit,minmax(90px,1fr))}@media (max-width:575px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions{padding:10px 0!important}}@media (max-width:992px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td::before{display:none;text-align:left}}@media (max-width:768px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td{min-height:35px}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td::before{font-weight:700;margin-right:5px;min-width:75px}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-number{grid-row:2;grid-column:1}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-date{grid-column:2/span 2}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-date::before{content:attr(data-title) " : ";display:inline-block!important}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-status{grid-column:2/span 2}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-status::before{content:attr(data-title) " : ";display:inline-block!important}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-total{grid-column:2/span 3;grid-row:3}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-total::before{content:attr(data-title) " : ";display:inline-block!important}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions{grid-row:1/span 3;grid-column:4/span 5;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (max-width:575px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td{grid-column:1;grid-row:auto}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table td::before{content:attr(data-title) " : ";min-width:auto!important;display:inline-block}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions::before{display:none!important}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions a{width:100%!important;display:block;margin:0!important}}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__header{border-top:0}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__cell,.shopengine-widget .shopengine-account-orders .woocommerce-orders-table .woocommerce-orders-table__header{text-align:left;padding:0;border-right:0;border-left:0}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody{background:#fff;display:grid;grid-template-columns:1fr}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody .woocommerce-orders-table__row td{border-top-width:0}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr{border-width:0;background-color:transparent;width:100%;display:grid;grid-template-columns:1fr 2fr 2fr 3fr 1fr}@media (max-width:768px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr{grid-template-columns:1fr 3fr 1fr}}@media (max-width:575px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr{grid-template-columns:1fr}}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td{-webkit-filter:none!important;filter:none!important;border-right:none;background:0 0!important;background-color:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:0;width:auto}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td::after,.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td::before{display:none}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .amount{margin-right:5px;display:inline-block}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td a{text-decoration:none;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view{white-space:nowrap}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view::after,.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view::before{display:none}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view:focus,.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr td .view:hover{text-decoration:none}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr:not(:last-child){border-width:0 0 1px 0}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr:not(:last-child) td{color:#3a3a3a}@media (max-width:992px){.shopengine-widget .shopengine-account-orders .woocommerce-orders-table>tbody tr:not(:last-child){padding-right:0}}.shopengine-widget .shopengine-account-orders .woocommerce-pagination{float:left}@media (max-width:768px){.shopengine-widget .shopengine-account-orders .woocommerce-pagination{float:left}}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions .button,.shopengine-widget .shopengine-account-orders .woocommerce-pagination .button{line-height:1.2em;margin:0 5px;-webkit-transition:background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;transition:background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;border:0!important}.shopengine-widget .shopengine-account-orders .woocommerce-orders-table__cell-order-actions .button:hover,.shopengine-widget .shopengine-account-orders .woocommerce-pagination .button:hover{text-decoration:none}.shopengine-widget .shopengine-account-orders .woocommerce-pagination a{text-decoration:none;-webkit-box-shadow:none;box-shadow:none;display:inline-block}.shopengine-widget .shopengine-account-orders .woocommerce-pagination a:hover{text-decoration:none!important;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-account-orders .woocommerce-pagination .button{border:1px solid #f2f2f2}.shopengine-widget .shopengine-account-orders .woocommerce-pagination .button:hover{border:1px solid #3a3a3a;background:#3a3a3a}.shopengine-widget .shopengine-account-orders .woocommerce-order-details table{border-collapse:collapse;border:none;outline:0;margin-bottom:10px!important}.shopengine-widget .shopengine-account-orders .woocommerce-order-details table tr{border:none;outline:0}.shopengine-widget .shopengine-account-orders .woocommerce-order-details table tr td,.shopengine-widget .shopengine-account-orders .woocommerce-order-details table tr th{border:none;outline:0}.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address{border:none;padding:0}.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address p{position:relative}.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address p::before{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-account-orders .woocommerce-customer-details address p:not(:first-of-type){margin-top:0}.shopengine-widget .shopengine-swatches .cart{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;width:100%;margin:0!important;padding:0!important;border:none!important;row-gap:8px}.shopengine-widget .shopengine-swatches .cart.grouped_form:not(.group_table){-webkit-box-flex:1;-ms-flex:1;flex:1}.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table{margin-bottom:15px}.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table td{margin:0;width:auto!important}.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table ins{background:0 0;margin:0 8px 0 0}.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table .quickview,.shopengine-widget .shopengine-swatches .cart.grouped_form .group_table .shopengine-quickview-trigger{display:none}.shopengine-widget .shopengine-swatches .cart.grouped_form .add-to-cart-wrap,.shopengine-widget .shopengine-swatches .cart.grouped_form .woocommerce-grouped-product-list-item__quantity,.shopengine-widget .shopengine-swatches .cart.grouped_form td.product-quantity{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.shopengine-widget .shopengine-swatches .cart.grouped_form .add-to-cart-wrap .add-links,.shopengine-widget .shopengine-swatches .cart.grouped_form .woocommerce-grouped-product-list-item__quantity .add-links,.shopengine-widget .shopengine-swatches .cart.grouped_form td.product-quantity .add-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.shopengine-widget .shopengine-swatches .cart.variations_form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.shopengine-widget .shopengine-swatches .cart.variations_form .variations_button{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:8px}.shopengine-widget .shopengine-swatches .cart.variations_form select:focus{outline:0}.shopengine-widget .shopengine-swatches .cart .price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0}.shopengine-widget .shopengine-swatches .cart .price del,.shopengine-widget .shopengine-swatches .cart .price ins{margin:0 8px 0 0;padding:0}.shopengine-widget .shopengine-swatches .cart .quantity-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center}.shopengine-widget .shopengine-swatches .cart .quantity{display:-webkit-box;display:-ms-flexbox;display:flex;width:auto;min-width:auto;margin:0!important;float:none!important;height:auto}.shopengine-widget .shopengine-swatches .cart .quantity a.minus,.shopengine-widget .shopengine-swatches .cart .quantity a.plus,.shopengine-widget .shopengine-swatches .cart .quantity span.minus,.shopengine-widget .shopengine-swatches .cart .quantity span.plus{display:none}.shopengine-widget .shopengine-swatches .cart .quantity input.minus,.shopengine-widget .shopengine-swatches .cart .quantity input.plus{display:none}.shopengine-widget .shopengine-swatches .cart .quantity .minus,.shopengine-widget .shopengine-swatches .cart .quantity .plus{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}.shopengine-widget .shopengine-swatches .cart .quantity>.minus,.shopengine-widget .shopengine-swatches .cart .quantity>.plus{display:none}.shopengine-widget .shopengine-swatches .cart .quantity .qty{margin:0;height:100%;border-radius:0;text-align:center;width:3.631em;max-width:100%}.shopengine-widget .shopengine-swatches .cart .button{height:auto;border:none}.shopengine-widget .shopengine-swatches .cart .button:not(.loading):after,.shopengine-widget .shopengine-swatches .cart .button:not(.loading):before{display:none!important}.shopengine-widget .shopengine-swatches .cart .button:hover{text-decoration:none!important}.shopengine-widget .shopengine-swatches .cart .badge{width:auto;pointer-events:all}.shopengine-widget .shopengine-swatches .cart .quantity .qty,.shopengine-widget .shopengine-swatches .cart .shopengine-comparison.badge,.shopengine-widget .shopengine-swatches .cart .shopengine-wishlist.badge,.shopengine-widget .shopengine-swatches .cart button.button,.shopengine-widget .shopengine-swatches .cart button.minus,.shopengine-widget .shopengine-swatches .cart button.plus,.shopengine-widget .shopengine-swatches .variations_button .quantity .qty,.shopengine-widget .shopengine-swatches .variations_button .shopengine-comparison.badge,.shopengine-widget .shopengine-swatches .variations_button .shopengine-wishlist.badge,.shopengine-widget .shopengine-swatches .variations_button button.button,.shopengine-widget .shopengine-swatches .variations_button button.minus,.shopengine-widget .shopengine-swatches .variations_button button.plus{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;outline:0;border:none;height:auto;-webkit-box-shadow:none!important;box-shadow:none!important}.shopengine-widget .shopengine-swatches .cart .quantity .qty:hover,.shopengine-widget .shopengine-swatches .cart .shopengine-comparison.badge:hover,.shopengine-widget .shopengine-swatches .cart .shopengine-wishlist.badge:hover,.shopengine-widget .shopengine-swatches .cart button.button:hover,.shopengine-widget .shopengine-swatches .cart button.minus:hover,.shopengine-widget .shopengine-swatches .cart button.plus:hover,.shopengine-widget .shopengine-swatches .variations_button .quantity .qty:hover,.shopengine-widget .shopengine-swatches .variations_button .shopengine-comparison.badge:hover,.shopengine-widget .shopengine-swatches .variations_button .shopengine-wishlist.badge:hover,.shopengine-widget .shopengine-swatches .variations_button button.button:hover,.shopengine-widget .shopengine-swatches .variations_button button.minus:hover,.shopengine-widget .shopengine-swatches .variations_button button.plus:hover{text-decoration:none;-webkit-box-shadow:none!important;box-shadow:none!important}.shopengine-widget .shopengine-swatches .wen-swatches{padding:0}.shopengine-widget .shopengine-swatches .variations{width:100%;border:none!important}.shopengine-widget .shopengine-swatches .variations tr{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%!important}.shopengine-widget .shopengine-swatches .variations tr th{background-color:transparent}.shopengine-widget .shopengine-swatches .variations tr th.label{border:none;padding:0}.shopengine-widget .shopengine-swatches .variations tr td{position:relative;width:100%;padding:0!important;background:0 0}.shopengine-widget .shopengine-swatches .variations tr td.value{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0!important}.shopengine-widget .shopengine-swatches .variations tr td.value::before{display:none}.shopengine-widget .shopengine-swatches .variations tr td select{width:auto;height:auto;max-width:100%;min-width:75%;cursor:pointer;margin:0;padding:10px!important;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;background-position:right calc(.5*20px) top 60%;background-image:none!important}.shopengine-widget .shopengine-swatches .variations tr td .reset_variations{margin:0 0 0 10px}.shopengine-widget .shopengine-swatches .variations tr td .hasCustomSelect{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:auto!important;position:static!important;opacity:1!important;height:auto!important;font-size:inherit!important}.shopengine-widget .shopengine-swatches .variations tr td .theme-select{display:none!important}.shopengine-widget .shopengine-swatches .variations tr td.with-swatches .swatches-select{display:none}.shopengine-widget .shopengine-swatches .single_variation_wrap{width:100%;margin:0;padding:0;border:none}.shopengine-widget .shopengine-swatches .stock:not(.available-on-backorder),.shopengine-widget .shopengine-swatches .woocommerce-variation-description{display:none;margin:15px 0;width:100%}.shopengine-widget .shopengine-swatches .stock:not(.available-on-backorder)::before,.shopengine-widget .shopengine-swatches .woocommerce-variation-description::before{display:none}.shopengine-widget .shopengine-swatches input[type=number]::-webkit-inner-spin-button,.shopengine-widget .shopengine-swatches input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.shopengine-widget .shopengine-swatches button.minus,.shopengine-widget .shopengine-swatches button.plus{cursor:pointer;position:relative;margin:0}.shopengine-widget .shopengine-swatches .shopengine-qty-btn{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:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-swatches .shopengine-qty-btn button{min-height:51%}.shopengine-widget .shopengine-swatches .shopengine-qty-btn button:first-child{-webkit-transform:translateY(0);transform:translateY(0)}.shopengine-widget .shopengine-swatches .shopengine-qty-btn button:last-child{-webkit-transform:translateY(-1px);transform:translateY(-1px)}.shopengine-widget .shopengine-add-to-cart-ordering-yes .shopengine-swatches{display:block}.shopengine-widget .shopengine-add-to-cart-ordering-yes .shopengine-swatches .grouped_form .group_table{-webkit-box-ordinal-group:-98;-ms-flex-order:-99;order:-99}.shopengine-widget .shopengine-additional-information h2{padding:0;display:none;font-size:none;visibility:hidden}.shopengine-widget .shopengine-additional-information table.shop_attributes{margin:0;padding:0;border:0;width:100%;border-spacing:0}.shopengine-widget .shopengine-additional-information table.shop_attributes tr{text-align:left}.shopengine-widget .shopengine-additional-information table.shop_attributes tr td,.shopengine-widget .shopengine-additional-information table.shop_attributes tr th{margin:0;border:none;border-bottom:1px inset #f0f0f0;text-align:left;text-transform:initial}.shopengine-widget .shopengine-additional-information table.shop_attributes tr th{background:#f8f8f8}.shopengine-widget .shopengine-additional-information table.shop_attributes tr td{background:#fdfdfd}.shopengine-widget .shopengine-additional-information table.shop_attributes tr td p{margin:0!important;padding:0}.shopengine-widget .shopengine-additional-information table.shop_attributes tr:last-of-type td,.shopengine-widget .shopengine-additional-information table.shop_attributes tr:last-of-type th{border-bottom:none}.shopengine-widget .shopengine-advanced-search .form-group,.shopengine-widget .shopengine-advanced-search form{margin-bottom:0;padding-bottom:0!important}.shopengine-widget .shopengine-advanced-search-input{margin-bottom:0!important}.shopengine-widget .shopengine-advanced-search .search-btn{font-size:16px;letter-spacing:0;white-space:nowrap}.shopengine-widget .shopengine-advanced-search .search-btn>i{padding-right:2px}.shopengine-widget .shopengine-advanced-search .shopengine-search-text{font-weight:500;line-height:1.5em;text-transform:none}.shopengine-widget .shopengine-advanced-search .search-input-group{display:-webkit-box;display:-ms-flexbox;display:flex;border:2px solid #e6e6e6;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-transition:border-color .3s;transition:border-color .3s}.shopengine-widget .shopengine-advanced-search .search-input-group button,.shopengine-widget .shopengine-advanced-search .search-input-group input,.shopengine-widget .shopengine-advanced-search .search-input-group select{border-radius:0;border:0;display:inline-block;height:50px;cursor:pointer;margin:0}.shopengine-widget .shopengine-advanced-search .search-input-group button:focus,.shopengine-widget .shopengine-advanced-search .search-input-group input:focus,.shopengine-widget .shopengine-advanced-search .search-input-group select:focus{outline:0;border:0}.shopengine-widget .shopengine-advanced-search .search-input-group button::-webkit-input-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group input::-webkit-input-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group select::-webkit-input-placeholder{opacity:.6}.shopengine-widget .shopengine-advanced-search .search-input-group button::-moz-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group input::-moz-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group select::-moz-placeholder{opacity:.6}.shopengine-widget .shopengine-advanced-search .search-input-group button:-ms-input-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group input:-ms-input-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group select:-ms-input-placeholder{opacity:.6}.shopengine-widget .shopengine-advanced-search .search-input-group button::-ms-input-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group input::-ms-input-placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group select::-ms-input-placeholder{opacity:.6}.shopengine-widget .shopengine-advanced-search .search-input-group button::placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group input::placeholder,.shopengine-widget .shopengine-advanced-search .search-input-group select::placeholder{opacity:.6}.shopengine-widget .shopengine-advanced-search .search-input-group button{width:auto;padding:0 25px;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-transition:background-color .3s;transition:background-color .3s}.shopengine-widget .shopengine-advanced-search .search-input-group button i{-webkit-transition:color .3s;transition:color .3s}.shopengine-widget .shopengine-advanced-search .search-input-group input{width:100%;padding:0 15px;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;line-height:initial;background-position:initial;cursor:pointer}.shopengine-widget .shopengine-advanced-search .shopengine-category-select-wraper{padding:0 20px;position:relative}.shopengine-widget .shopengine-advanced-search .shopengine-category-select-wraper::before{position:absolute;border-left:2px solid #e6e6e6;width:3px;height:55%;content:"";left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-advanced-search .shopengine-category-select-wraper select{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;line-height:initial;padding:initial;background-position:initial;padding:10px;cursor:pointer;background-size:initial;background-image:initial;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-advanced-search .shopengine-ele-nav-search-select{width:auto}.shopengine-widget .shopengine-advanced-search .shopengine-search-result-container{border:1px solid #e6e6e6;height:500px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#fff}.shopengine-widget .shopengine-advanced-search .shopengine-search-product{display:grid;grid-template-columns:repeat(3,1fr);position:relative;width:100%}.shopengine-widget .shopengine-advanced-search .shopengine-search-product>div:first-child:last-child:not(.shopengine-search-product__item){padding:10px 20px}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item{border:1px solid #e6e6e6;margin:-1px 0 0 -1px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:70px;position:relative}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--image{width:80px}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--image img{width:100%;height:80px;-o-object-fit:cover;object-fit:cover;-o-object-position:center center;object-position:center center}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content{padding-left:15px;padding-right:4rem}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content h4{margin:0}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content h4 a{display:inline-block}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content h4 strong{text-decoration:underline}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--content ins{background:0 0;background-color:transparent}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--price del{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding-left:8px}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item--price .shopengine-badge.shopengine-discount-badge{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-left:8px;display:none;padding:2px 5px}.shopengine-widget .shopengine-advanced-search .shopengine-search-product__item:hover .shopengine-search-more-btn{color:#fff}.shopengine-widget .shopengine-advanced-search .shopengine-search-form.is-loading .search-btn{cursor:wait;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;pointer-events:none}.shopengine-widget .shopengine-advanced-search .shopengine-search-form.is-loading .search-btn *{opacity:0;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}.shopengine-widget .shopengine-advanced-search .shopengine-search-form.is-loading .search-btn::before{position:absolute;content:"";width:100%;height:100%;top:0;right:0;z-index:10;cursor:wait}.shopengine-widget .shopengine-advanced-search .shopengine-search-form .shopengine-search-result-container{display:none;position:absolute;left:0;z-index:9999;width:100%;top:calc(100% - 1px)}.shopengine-widget .shopengine-advanced-search .shopengine-search-form.sr-container-opened .shopengine-search-result-container{display:block;-webkit-animation:moveTop .2s linear;animation:moveTop .2s linear}.shopengine-widget .shopengine-advanced-search .shopengine-product-rating{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;line-height:1}.shopengine-widget .shopengine-advanced-search .shopengine-product-rating .rating-count{color:#858585}.shopengine-widget .shopengine-advanced-search .shopengine-product-rating .star-rating{margin-right:.5em;margin-bottom:0}.shopengine-widget .shopengine-advanced-search .shopengine-product-rating .star-rating:before{opacity:1}.shopengine-widget .shopengine-advanced-search .shopengine-search-more-products{text-align:center;margin:auto;font-size:18px;font-weight:500;line-height:50px;-webkit-transition:all .4s;transition:all .4s}.shopengine-widget .shopengine-advanced-search .shopengine-search-more-products i{margin-right:7px}.shopengine-widget .shopengine-advanced-search .shopengine-search-more-btn{position:absolute;top:50%;right:25px;height:30px;width:30px;text-align:center;line-height:30px;border-radius:100px;padding-left:2px;-webkit-transform:translateY(-50%);transform:translateY(-50%);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}@media (max-width:575px){.shopengine-disable-group-btn-over-image-yes .shopengine-widget .shopengine-archive-products .loop-product--btns{margin-top:0!important}}.shopengine-widget .shopengine-archive-products li,.shopengine-widget .shopengine-archive-products ol,.shopengine-widget .shopengine-archive-products ul{list-style-type:none}.shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info,.shopengine-widget .shopengine-archive-products .woocommerce-info{padding:15px}.shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info::after,.shopengine-widget .shopengine-archive-products .shopengine-woocommerce-info::before,.shopengine-widget .shopengine-archive-products .woocommerce-info::after,.shopengine-widget .shopengine-archive-products .woocommerce-info::before{display:none}.shopengine-widget .shopengine-archive-products.is-loading{cursor:wait;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative}.shopengine-widget .shopengine-archive-products.is-loading *{opacity:.6;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}.shopengine-widget .shopengine-archive-products.is-loading::before{position:absolute;content:"";width:100%;height:100%;top:0;right:0;z-index:10;cursor:wait}.shopengine-widget .shopengine-archive-products.is-loading::after{content:"";border:4px solid #f3f3f3;border-radius:50%;border-top:4px solid #3498db;top:80%;left:50%;width:40px;height:40px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:15;display:inline-block;position:absolute;margin-top:-20px;margin-left:-20px}@media (max-width:768px){.shopengine-widget .shopengine-archive-products.is-loading::after{top:85%}}body.theme-flatsome .shopengine-widget .shopengine-archive-products .badge-inner{background-color:transparent}.shopengine-widget .shopengine-archive-products .product-label.featured{display:none}.shopengine-widget .shopengine-archive-products .products{margin-bottom:0}.shopengine-widget .shopengine-archive-products .products:before{display:none}.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer{display:block;width:100%;position:absolute;left:0;top:100%;opacity:0;-webkit-transition:all .3s;transition:all .3s;-webkit-transform:translateY(-10px);transform:translateY(-10px);visibility:hidden}@media (max-width:768px){.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer{visibility:visible;opacity:1;-webkit-transform:translateY(0);transform:translateY(0);position:relative;padding-bottom:15px}}.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer>a{width:100%}.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn,.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn+.se-btn,.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn+.se-btn+.button,.shopengine-widget .shopengine-archive-products .products .shopengine-product-description-footer+.se-btn+.se-btn+.button+.se-btn{display:none}.shopengine-widget .shopengine-archive-products .products .product:hover .shopengine-product-description-footer{opacity:1;z-index:99;-webkit-transform:translateY(0);transform:translateY(0);visibility:visible}.shopengine-widget .shopengine-archive-products .products .product-details .product-action-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap{width:100%}.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .star-rating{float:left!important;margin-top:12px}.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .price{padding-right:0}.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .product-action-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-archive-products .products ul.shopengine-archive-mode-grid li .content-bg.entry-content-wrap .product-action-wrap a.button span{display:none}.shopengine-widget .shopengine-archive-products .products .star-rating{margin-top:0;margin-bottom:0;letter-spacing:0;vertical-align:middle;font-family:star!important}.shopengine-widget .shopengine-archive-products .products .star-rating:before{opacity:1;font-size:inherit;font-family:inherit;letter-spacing:inherit}.shopengine-widget .shopengine-archive-products .products .shopengine-product-rating .woocommerce-product-rating .star-rating>span,.shopengine-widget .shopengine-archive-products .products .star-rating>span{font-family:inherit!important}.shopengine-widget .shopengine-archive-products .products .shopengine-product-rating .woocommerce-product-rating .star-rating>span:before,.shopengine-widget .shopengine-archive-products .products .star-rating>span:before{font-size:inherit;font-family:inherit;letter-spacing:inherit}.shopengine-widget .shopengine-archive-products .products .shopengine-product-rating-review-count{vertical-align:middle}.shopengine-widget .shopengine-archive-products .products.columns-2 .product:nth-child(2n),.shopengine-widget .shopengine-archive-products .products.columns-3 .product:nth-child(3n),.shopengine-widget .shopengine-archive-products .products.columns-4 .product:nth-child(4n),.shopengine-widget .shopengine-archive-products .products.columns-5 .product:nth-child(5n),.shopengine-widget .shopengine-archive-products .products.columns-6 .product:nth-child(6n){margin-right:0}.shopengine-widget .shopengine-archive-products .products .product{margin-bottom:0;padding-bottom:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;height:100%;position:relative}.shopengine-widget .shopengine-archive-products .products .product:after{border-width:0}.shopengine-widget .shopengine-archive-products .products .product>a.woocommerce-LoopProduct-link{display:block;position:relative;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;width:100%}.shopengine-widget .shopengine-archive-products .products .product .onsale{display:none;top:unset;left:unset;right:unset;bottom:unset;margin:0;position:absolute;border:none}.shopengine-widget .shopengine-archive-products .products .product .onsale:before{display:none}.shopengine-widget .shopengine-archive-products .products .product .attachment-woocommerce_thumbnail{margin:0;border-radius:0;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.shopengine-widget .shopengine-archive-products .products .product .star-rating{display:none}.shopengine-widget .shopengine-archive-products .products .product .shopengine-product-rating .woocommerce-product-rating .star-rating>span,.shopengine-widget .shopengine-archive-products .products .product .shopengine-product-rating .woocommerce-product-rating .star-rating>span:before,.shopengine-widget .shopengine-archive-products .products .product .star-rating>span,.shopengine-widget .shopengine-archive-products .products .product .star-rating>span:before,body:not(.theme-porto) .shopengine-widget .shopengine-archive-products .products .product .star-rating::before{color:inherit}body.theme-storefront .shopengine-widget .shopengine-archive-products .products .product .star-rating:before{opacity:.35}.shopengine-widget .shopengine-archive-products .products .product .shopengine-product-rating-review-count{display:none}.shopengine-widget .shopengine-archive-products .products .product .price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;margin-bottom:0;padding-top:15px;padding-bottom:21px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-archive-products .products .product .price del{display:none;margin-right:5px;opacity:.5}.shopengine-widget .shopengine-archive-products .products .product .price del>.amount{color:inherit}.shopengine-price-pos-after .shopengine-widget .shopengine-archive-products .products .product .price del{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:0}.shopengine-widget .shopengine-archive-products .products .product .price ins{color:inherit}.shopengine-widget .shopengine-archive-products .products .product .price ins>.amount{color:inherit}.shopengine-price-pos-after .shopengine-widget .shopengine-archive-products .products .product .price ins{margin-right:5px}.shopengine-widget .shopengine-archive-products .products .product .price .shopengine-discount-badge{display:none}.shopengine-price-pos-after .shopengine-widget .shopengine-archive-products .products .product .price .shopengine-discount-badge{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shopengine-widget .shopengine-archive-products .products .product .product-image{-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-archive-products .products .product .button[data-quantity]{border-width:0;border-radius:0!important;-webkit-box-shadow:none;box-shadow:none;font-size:13px;font-weight:500;line-height:15px;text-transform:capitalize;text-decoration:none!important;border:1px solid transparent}.shopengine-widget .shopengine-archive-products .product-categories{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;margin:0;color:#858585;list-style:none}.shopengine-widget .shopengine-archive-products .product-categories>li{margin-left:0;margin-bottom:0;font-size:13px;line-height:20px;font-weight:400}.shopengine-widget .shopengine-archive-products .product-categories>li:not(:last-child){margin-right:5px}.shopengine-widget .shopengine-archive-products .product-categories>li:not(:last-child)::after{content:","}.shopengine-widget .shopengine-archive-products .woocommerce-ordering,.shopengine-widget .shopengine-archive-products .woocommerce-result-count{display:none}.shopengine-widget .shopengine-archive-products .products .product .woocommerce-loop-product__title{margin-top:0;margin-bottom:0;padding:0;text-decoration:none!important;-webkit-transition:color .3s;transition:color .3s}.shopengine-widget .shopengine-archive-products .woocommerce-pagination{float:left;width:100%;margin:0;padding:0;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;color:#3a3a3a;font-size:16px;line-height:38px;font-weight:500;border-width:0}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;margin:0;border-width:0;font-size:inherit;text-align:center;border:none;margin:0}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li{float:none;border-width:0}.woocommerce .shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li{display:block}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers{display:block;height:auto;min-width:40px;padding:19px 0;color:inherit;border:1px solid #f2f2f2;border-radius:0;-webkit-box-shadow:none;box-shadow:none;font-weight:inherit;line-height:0;-webkit-transition:color .3s,border-color .3s,background-color .3s;transition:color .3s,border-color .3s,background-color .3s}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers:before{display:none}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers>i{padding-left:2px;padding-right:2px;font-size:inherit;line-height:0}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers.dots{border-width:0!important}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers.current,.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li>.page-numbers:hover{color:#3a3a3a;background-color:transparent;border-color:#3a3a3a}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li:first-child>.page-numbers{margin-left:0!important}.shopengine-widget .shopengine-archive-products .woocommerce-pagination>ul>li:last-child>.page-numbers{margin-right:0!important}.shopengine-widget .shopengine-archive-products[data-pagination=default] .woocommerce-pagination>ul>li>.page-numbers:not(.prev):not(.next){display:none;margin-right:0!important}.shopengine-widget .shopengine-archive-products[data-pagination=load-more] .woocommerce-pagination>ul>li>.page-numbers:not(.next){display:none}.shopengine-widget .shopengine-archive-products[data-pagination=load-more-on-scroll] .woocommerce-pagination>ul>li>.page-numbers:not(.next){display:none}.shopengine-widget .shopengine-archive-products .attachment-woocommerce_thumbnail{-webkit-transition:all ease .5s;transition:all ease .5s}.shopengine-widget .shopengine-archive-products .shopengine-product-excerpt{padding-top:13px;padding-bottom:17px;color:#666;font-size:14px;font-weight:400;line-height:1.22em}.shopengine-widget .shopengine-archive-products .shopengine-product-excerpt p:last-child{margin-bottom:0}.shopengine-widget .shopengine-archive-products.shopengine-hover-disable .products .product{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-align:center!important;-ms-flex-align:center!important;align-items:center!important}.shopengine-widget .shopengine-archive-products ul{-webkit-padding-start:0;padding-inline-start:0}.shopengine-widget .shopengine-archive-products .shopengine-grid ul.products{gap:16px}.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating,.shopengine-widget .star-rating{font-family:star!important}.shopengine-widget .shopengine-comparison,.shopengine-widget .shopengine-wishlist{pointer-events:inherit}.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating::before,.shopengine-widget .star-rating::before{font-family:star!important}.shopengine-widget .shop-loop-after{display:block!important}.shopengine-widget .woocommerce-pagination ul li{padding:0!important}.shopengine-widget .woocommerce-pagination ul li .next{text-indent:0!important}.shopengine-widget .nv-card-content-wrapper{width:100%}.shopengine-widget .shopengine-archive-result-count .woocommerce-result-count{float:none;margin-bottom:0;color:#3a3a3a;font-size:16px;line-height:19px;font-weight:500}.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch{height:52px;width:52px;border:none;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;font-size:18px;color:#a7a7a7;cursor:pointer;outline:0}.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch.isactive{color:#ff3f00}.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch:not(:last-child){border-right:0}@media (max-width:575px){.shopengine-widget .shopengine-archive-view-mode .shopengine-archive-view-mode-switch-list .shopengine-archive-view-mode-switch:last-child{opacity:1;pointer-events:auto;-webkit-filter:none;filter:none}}.shopengine-widget .shopengine-breadcrumbs .woocommerce-breadcrumb{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;padding:0}.shopengine-widget .shopengine-breadcrumbs .woocommerce-breadcrumb .delimeter:last-child,.shopengine-widget .shopengine-breadcrumbs .woocommerce-breadcrumb>a:first-child::before{display:none}.shopengine-widget .shopengine-breadcrumbs .back-history{display:none}.shopengine-widget .shopengine-breadcrumbs span{display:inherit}.shopengine-widget .shopengine-breadcrumbs a{text-decoration:none}.shopengine-widget .shopengine-breadcrumbs a::after{display:none}.shopengine-widget .shopengine-breadcrumbs>.storefront-breadcrumb{margin-bottom:0;padding-top:0;padding-bottom:0}.shopengine-widget .shopengine-breadcrumbs>.storefront-breadcrumb .woocommerce-breadcrumb>a:first-child::before{display:none}.shopengine-widget .shopengine-cart-table .shopengine-table{overflow-x:hidden;text-align:left}.shopengine-widget .shopengine-cart-table .shopengine-table a{text-decoration:none!important}.shopengine-widget .shopengine-cart-table .shopengine-table__head{display:grid;grid-template-columns:4fr 2fr 2fr 1fr}@media (max-width:992px){.shopengine-widget .shopengine-cart-table .shopengine-table__head .product-price,.shopengine-widget .shopengine-cart-table .shopengine-table__head .product-quantity,.shopengine-widget .shopengine-cart-table .shopengine-table__head .product-subtotal{display:none}}@media (max-width:768px){.shopengine-widget .shopengine-cart-table .shopengine-table__head{display:none}}.shopengine-widget .shopengine-cart-table .shopengine-table__body{display:grid}.shopengine-widget .shopengine-cart-table .shopengine-table__body .minus,.shopengine-widget .shopengine-cart-table .shopengine-table__body .plus{display:none}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item{display:grid;grid-template-columns:1fr 3fr 2fr 2fr 1fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:992px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item{grid-template-columns:1fr 3fr 3fr}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal{position:relative;-webkit-transform:translateX(100px);transform:translateX(100px)}}@media (max-width:992px) and (max-width:768px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal{-webkit-transform:translateX(0);transform:translateX(0)}}@media (max-width:992px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price::before,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity::before,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal::before{position:absolute;content:attr(data-title) ":";left:0;top:50%;width:100px;display:inline-block;-webkit-transform:translate(-100px,-50%);transform:translate(-100px,-50%);font-size:16px}}@media (max-width:992px) and (max-width:768px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price::before,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity::before,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal::before{position:unset;width:66px;-webkit-transform:translate(0);transform:translate(0)}}@media (max-width:992px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name{grid-row:1/span 3}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .table-first-body-column{grid-row:1/span 3}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal{grid-column:3;grid-row:2}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity{grid-column:3;grid-row:3}}@media (max-width:768px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item{grid-template-columns:1fr 5fr;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .table-first-body-column{grid-row:1/span 4}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name{grid-row:1;border-bottom:1px dotted #eee}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-price{grid-column:2;grid-row:2}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-subtotal{grid-column:2;grid-row:3}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity{grid-column:2;grid-row:4}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-quantity::before{display:none}}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:992px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-price,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-quantity,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-subtotal{display:none}}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail{margin-right:25px;position:relative}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove{position:absolute;right:0;top:0}@media (max-width:768px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove{left:0;top:0}}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a{width:25px;height:25px;border-radius:50%;background-color:#fd3939;color:#fff!important;display:inline-block;border:0;line-height:25px!important;font-style:normal;font-family:sans-serif;font-size:20px!important;text-transform:uppercase!important;-webkit-transform:translate(40%,-40%);transform:translate(40%,-40%);opacity:.5!important;text-align:center;text-indent:0;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}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a svg{fill:#fff}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a::before{display:none}@media (max-width:768px){.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a{-webkit-transform:translate(-40%,-40%);transform:translate(-40%,-40%)}}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a:hover{opacity:1;background-color:#fd3939;color:#fff!important}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td:first-child .product-thumbnail .product-remove a :is(.ahfb-svg-iconsetsvg){width:1em;height:1em;font-size:15px}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .minus-button,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .plus-button,.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .quantity{border-style:solid;border-width:2px;height:40px;line-height:37px;display:inline-block;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:18px}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .minus-button{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;border-radius:4px 0 0 4px;width:45px;cursor:pointer;font-weight:600!important}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .quantity{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin:0 -2px;width:65px;min-width:65px}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .quantity input{background-color:transparent;line-height:initial;text-align:center;height:100%;border:0;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item--td .shopengine-cart-quantity .plus-button{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;border-radius:0 4px 4px 0;width:45px;font-weight:600!important;cursor:pointer}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name a{-webkit-padding-end:5px;padding-inline-end:5px}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name .variation{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2px;-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name .variation dd{-webkit-padding-end:10px;padding-inline-end:10px;margin:0}.shopengine-widget .shopengine-cart-table .shopengine-table__body-item .product-name .variation dd p{margin-bottom:0}.shopengine-widget .shopengine-cart-table .shopengine-table__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-cart-table .shopengine-table__footer .button-group-left{margin-right:20px}.shopengine-widget .shopengine-cart-table .shopengine-table__footer button{border:none;margin-bottom:0;line-height:initial;-webkit-box-shadow:none;box-shadow:none;height:auto;display:inline-block}.shopengine-widget .shopengine-cart-table .shopengine-table__footer .wc-proceed-to-checkout,.shopengine-widget .shopengine-cart-table .shopengine-table__footer>.continue-shopping{display:none}.shopengine-widget .shopengine-cart-table .shopengine-table__footer .clear-btn{margin-left:15px}@media (max-width:575px){.shopengine-widget .shopengine-cart-table .shopengine-table__footer .clear-btn{margin-left:0;margin-top:10px}}@media (max-width:575px){.shopengine-widget .shopengine-cart-table .shopengine-table__footer .button-group-right{margin-left:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (max-width:480px){.shopengine-widget .shopengine-cart-table .shopengine-table__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-cart-table .shopengine-table__footer button{width:100%}.shopengine-widget .shopengine-cart-table .shopengine-table__footer .button-group-right{margin-left:0;margin-top:10px}}.shopengine-widget .cart-empty.shopengine-woocommerce-info,.shopengine-widget .cart-empty.woocommerce-info{background-color:#f7f6f7;color:#404040;font-family:Arial,sans-serif}.shopengine-widget .shopengine-cart-totals .cart_totals{overflow:hidden;border:0}.shopengine-widget .shopengine-cart-totals .cart_totals h2{display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table{margin:0;border:none;border-radius:0;border-collapse:collapse;width:100%}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr{margin:0;padding:0;border:none;overflow:hidden;background:0 0}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td,.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr th{border:none;margin:0;padding:0;background:0 0;vertical-align:middle;text-align:left;display:inline-block!important}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td{text-align:left;float:right}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td::before{content:attr(data-title) ": ";padding:0;text-align:left;float:left;display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td .amount{text-decoration:none!important;opacity:1!important}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td a{text-decoration:none;color:#707070}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td a:hover{color:#3a3a3a;text-decoration:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr td .woocommerce-remove-coupon{width:auto;display:inline-block;text-decoration:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr:first-of-type{border:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr:first-of-type td,.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr:first-of-type th{padding:0 0 26px}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping th{display:none!important}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td{width:100%;text-align:left}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td::before{content:attr(data-title) ": ";width:100%;display:block;padding:0 0 26px;text-align:left}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping td *{text-align:left}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul{margin:0;padding:0!important;width:100%;overflow:hidden;list-style:none;margin-bottom:25px!important}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li{margin:0 0 0;padding:8px 0!important;line-height:19px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-indent:initial!important}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input,.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label,.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label *{cursor:pointer}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label{width:100%;margin:0}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label::before{display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li label>span{float:right}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]{-webkit-box-flex:0;-ms-flex:0 0 16px;flex:0 0 16px;width:18px;height:18px;margin:2px 15px 0 0!important;outline:0;background:0 0;position:relative;vertical-align:middle;-webkit-appearance:radio;display:block}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]::before{display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]:checked::before{background:#505255}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]:checked{border-color:#505255}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping ul li input[type=radio]::after{display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form a{outline:0;display:block;margin:0}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form a:hover{color:#3a3a3a}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form{padding:0;margin:15px 0 0}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p{padding:0;margin:0 0 8px}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p:last-of-type{margin:0 0 0}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p input,.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p select{height:auto}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p b{display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-dropdown{border:1px solid #dee3ea}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection--single{border:1px solid #dee3ea;line-height:initial!important;padding:0!important}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection--single:focus{outline:0}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection__rendered{line-height:initial!important;display:block}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection,.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection__arrow{margin:0;border:0;background:0 0;height:auto;line-height:initial!important}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p .select2-selection{border-radius:0}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p button{text-transform:none;line-height:initial!important;letter-spacing:.4px;border-radius:0;display:block;width:100%;text-align:center;height:auto;border:none;margin-top:20px;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-cart-totals .cart_totals .shop_table tr.shipping form .shipping-calculator-form p button:hover{text-decoration:none}.shopengine-widget .shopengine-cart-totals .cart_totals table:not(.shop_table){display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .card.card-raised{margin:0;background:0 0;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-cart-totals .cart_totals .card.card-raised .content{padding:0}@media (max-width:991px){.shopengine-widget .shopengine-cart-totals .cart_totals .card.card-raised{padding:0}}.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout{padding:0;margin:0}.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button{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;margin:0;padding:10.5px 5px;border-radius:0;border-color:#707070;border:none;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button::before{content:"";margin-right:8px;width:1em;height:1em;background-image:url(//www.sabinealienor.com/wp-content/plugins/shopengine/widgets/init/assets/images/shopping-bag.svg);background-size:cover;background-repeat:no-repeat;background-position:center}.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button::after{display:none}.shopengine-widget .shopengine-cart-totals .cart_totals .wc-proceed-to-checkout .button:hover{text-decoration:none!important;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-cart-quantity .quantity input{width:100%}.shopengine-widget .checkout-button:hover::before{background-color:inherit}.shopengine-widget .shopengine-categories ul{margin:0;padding:0;list-style:none}.shopengine-widget .shopengine-categories ul li{position:relative;display:block;margin-bottom:0;border-top:1px solid #f5f7fa}.shopengine-widget .shopengine-categories ul li.cat-parent{cursor:pointer}.shopengine-widget .shopengine-categories ul li:not(.cat-parent)::before{display:none}.shopengine-widget .shopengine-categories ul li:first-of-type{border-top:none}.shopengine-widget .shopengine-categories ul li.cat-parent::before{content:"\e87d";font-family:eicons,sans-serif;position:absolute;right:0;top:15px;cursor:pointer;transition:all linear .2s;-moz-transition:all linear .2s;-webkit-transition:all linear .2s;padding:0;-webkit-transform:none;transform:none}.shopengine-widget .shopengine-categories ul li.children-expended::before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.shopengine-widget .shopengine-categories ul li .children{display:none}.shopengine-widget .shopengine-categories ul li .children li{border-top:1px solid #f5f7fa}.shopengine-widget .shopengine-categories ul li a{display:inline-block}.shopengine-widget .shopengine-categories ul li a:hover{text-decoration:none}.shopengine-widget .shopengine-categories ul li i{display:none}.shopengine-widget .shopengine-categories ul li span{-webkit-transition:all linear .2s;transition:all linear .2s}.shopengine-widget .shopengine-categories .select2{margin:0!important}.shopengine-widget .shopengine-categories .dropdown_product_cat{width:100%}.shopengine-widget .shopengine-categories .select2-container--default .select2-selection{position:relative;background-color:#fff;border:1px solid #dee3ea;border-radius:3px;padding:10px 16px;height:auto}.shopengine-widget .shopengine-categories .select2-container--default .select2-selection .select2-selection__rendered{line-height:inherit}.shopengine-widget .shopengine-categories .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__clear{display:none}.shopengine-widget .shopengine-categories .select2-container--default .select2-selection .select2-selection__arrow{height:100%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle{position:relative;font-size:16px;line-height:1.25;font-weight:500;padding:13px 15px;z-index:0}.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle::before{color:#101010;font-family:eicons;content:"\e8ad";display:inline-block;position:absolute;top:1em;right:1.5em;left:unset;pointer-events:none}.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle button{color:#4169e1;text-decoration:underline;outline:0;border:none;background:0 0;padding:0;font-weight:500;cursor:pointer;font-size:inherit}.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle button:before{content:"";position:absolute;top:0;right:0;bottom:0;width:65px;z-index:-1}.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle button:hover{color:#ff3f00}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon{padding:20px 0;margin:0;border:none;background:0 0}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .clear{display:block;clear:both}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon p{padding:0;margin:0}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row{float:left;width:47%;padding:20px 0 0;margin:0}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row.form-row-last{margin-left:2%}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input{width:100%;color:#757575;border:1px solid #dee3ea;border-radius:3px;padding:0 15px;line-height:40px;height:auto;background-color:#fff;background-image:none}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input:focus{background-color:#f5f5f5}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::-webkit-input-placeholder{opacity:1}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::-moz-placeholder{opacity:1}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input:-ms-input-placeholder{opacity:1}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::-ms-input-placeholder{opacity:1}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row input::placeholder{opacity:1}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row button{text-transform:capitalize;outline:0;height:auto}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row button:hover{background:#645f5f}@media (max-width:768px){.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row{width:100%;padding:20px 0 0}.shopengine-widget .shopengine-checkout-coupon-form .shopengine-checkout-coupon .form-row.form-row-last{margin:0}}.shopengine-widget .shopengine-checkout-form-additional h3{display:none;margin:0;padding:0 0 23px!important;color:#3a3a3a;border-width:0;font-size:22px!important;font-weight:600;line-height:1em;text-transform:none}.shopengine-widget .shopengine-checkout-form-additional h3:after{display:none}.shopengine-widget .shopengine-checkout-form-additional .woocommerce-additional-fields{padding:0}.shopengine-widget .shopengine-checkout-form-additional .form-row{margin:0!important;padding:0}.shopengine-widget .shopengine-checkout-form-additional .form-row label{line-height:1.2em}.shopengine-widget .shopengine-checkout-form-additional .woocommerce-input-wrapper{display:block}.shopengine-widget .shopengine-checkout-form-additional .input-text{display:block;-webkit-transition:color .3s,background-color .3s ease-in-out,border-color .3s;transition:color .3s,background-color .3s ease-in-out,border-color .3s;outline:0}.shopengine-widget .shopengine-checkout-form-additional .input-text#order_comments{margin:0;min-height:0;background-color:transparent}.shopengine-widget .shopengine-checkout-form-billing .selection{display:block!important}.shopengine-widget .shopengine-checkout-form-billing .selection .select2-selection{position:relative}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields>h3{display:none;font-weight:600;line-height:1.333333;font-family:inherit;text-transform:uppercase;padding:0;border-width:0}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields>h3:after{display:none}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields>#neve-checkout-coupon{display:none}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row{margin:0;padding:0;margin-bottom:15px}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row>.form-group{margin-bottom:0}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label{font-size:15px;line-height:1.333333em;color:#3a3a3a;font-weight:500;margin-bottom:8px}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row label>abbr{color:#3a3a3a}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row#billing_address_2_field>label{display:none}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row:not(:first-child):not(.form-row-last) label{margin-top:unset}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper{display:block}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection,.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]),.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper select,.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea{font-size:14px;line-height:1.35em;border-radius:3px;height:auto;padding:10px 16px;width:100%;background-image:none;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .form-row .woocommerce-input-wrapper label.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.shopengine-widget .shopengine-checkout-form-billing .woocommerce-billing-fields__field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.shopengine-widget .shopengine-checkout-form-billing .form-row{float:none;width:100%}.shopengine-widget .shopengine-checkout-form-billing .input-text{margin:0!important}@media (min-width:768px){.shopengine-widget .shopengine-checkout-form-billing #billing_first_name_field,.shopengine-widget .shopengine-checkout-form-billing #billing_last_name_field{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}}.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle{margin-bottom:0!important}.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info,.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info{text-align:left;font-size:16px;line-height:1.25;font-weight:500;margin-bottom:0!important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}@media (max-width:575px){.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info,.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info::before,.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info::before{display:none}.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info a,.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info a{text-decoration:underline;background:0 0;margin:0 0 0 10px!important}@media (max-width:575px){.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .shopengine-woocommerce-info a,.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login-toggle .woocommerce-info a{display:block;margin:8px 0 0 0!important}}.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login{width:100%;max-width:100%;margin:0!important;border:0!important;border-radius:0!important}.shopengine-widget .shopengine-checkout-form-login .woocommerce-form-login__submit{font-weight:500;width:initial!important;height:initial!important;border:0}.shopengine-widget .shopengine-checkout-form-login .form-row{margin:0;padding:0;margin-bottom:15px;margin-top:15px;width:100%}.shopengine-widget .shopengine-checkout-form-login .form-row svg{display:none}@media screen and (max-width:575px){.shopengine-widget .shopengine-checkout-form-login .form-row{width:100%}}.shopengine-widget .shopengine-checkout-form-login .form-row label{font-size:15px;line-height:1.333333;font-weight:500}.shopengine-widget .shopengine-checkout-form-login .form-row input{line-height:1.35;border:1px solid #dee3ea;border-radius:3px;height:auto!important}.shopengine-widget .shopengine-checkout-form-login .form-row input.woocommerce-form__input-checkbox[name=rememberme]{height:16px;width:16px;padding:0!important}.shopengine-widget .shopengine-checkout-form-login .clear+.form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-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}.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme{margin-bottom:10px;cursor:pointer}.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme span{vertical-align:middle;border:0}.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme span:focus{outline:0}.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox{vertical-align:middle;margin:0 8px 0 0;height:18px!important;width:18px!important;border:1px solid #dee3ea;background-color:#fff!important;outline:0}.shopengine-widget .shopengine-checkout-form-login .clear+.form-row .woocommerce-form-login__rememberme .woocommerce-form__input-checkbox:checked:before{line-height:18px!important;font-size:14px!important}.shopengine-widget .shopengine-checkout-form-login .lost_password{text-decoration:underline;font-weight:500}.shopengine-widget .shopengine-checkout-form-shipping .selection{display:block!important}.shopengine-widget .shopengine-checkout-form-shipping .selection .select2-selection{position:relative}.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address{margin:0;padding:0;border-width:0}.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>input{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;float:none!important;display:block;top:0;position:relative;margin:0;width:13px;height:13px;color:inherit;font-size:13px;line-height:0;cursor:inherit;-webkit-transform:none;transform:none;outline:0}.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>input:after,.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>input:before{display:none}.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>span{margin-left:8px;padding:0;color:inherit;font-size:inherit;font-weight:600;line-height:1.333333em;font-family:inherit;text-transform:uppercase}.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>span:after,.shopengine-widget .shopengine-checkout-form-shipping #ship-to-different-address>label>span:before{display:none}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields>.shipping_address{margin-top:0}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row{margin:0;padding:0;margin-bottom:15px}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row>.form-group{margin-bottom:0}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label{font-size:15px;line-height:1.333333em;color:#3a3a3a;font-weight:500;margin-bottom:8px}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label>abbr{color:#3a3a3a}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row label .required{font-size:inherit}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row#shipping_address_2_field>label{display:none}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row:not(:first-child):not(.form-row-last) label{margin-top:unset}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper{display:block}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection,.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]),.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper select,.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea{font-size:14px;line-height:1.35em;border-radius:3px;height:auto;padding:10px 16px;width:100%;background-image:none;border-color:#dee3ea;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-webkit-input-placeholder{font-size:1em}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input::-moz-placeholder{font-size:1em}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:-ms-input-placeholder{font-size:1em}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:-moz-placeholder{font-size:1em}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper label.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.shopengine-widget .shopengine-checkout-form-shipping .woocommerce-shipping-fields__field-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:30px;-moz-column-gap:30px;column-gap:30px}.shopengine-widget .shopengine-checkout-form-shipping .form-row{float:none;width:100%}.shopengine-widget .shopengine-checkout-form-shipping .input-text{margin:0!important}@media (min-width:768px){.shopengine-widget .shopengine-checkout-form-shipping #shipping_first_name_field,.shopengine-widget .shopengine-checkout-form-shipping #shipping_last_name_field{-webkit-box-flex:1;-ms-flex:1 0 0%;flex:1 0 0%}}.shopengine-widget .shopengine-checkout-payment .about_paypal{line-height:inherit!important}.shopengine-widget .shopengine-checkout-payment a.woocommerce-privacy-policy-link{color:#f4505c!important}.shopengine-widget .shopengine-checkout-payment h4{display:none}.shopengine-widget .shopengine-checkout-payment a{text-decoration:none!important}.shopengine-widget .shopengine-checkout-payment .porto-separator{display:none}.shopengine-widget .shopengine-checkout-payment #payment{background:0 0;border-radius:0;border:0!important;padding:0!important}.shopengine-widget .shopengine-checkout-payment #payment ul{margin:0!important;padding:0!important;border:0!important}.shopengine-widget .shopengine-checkout-payment #payment ul li{background-color:transparent!important;padding:0;margin:0;list-style:none;display:flow-root;border:0}.shopengine-widget .shopengine-checkout-payment #payment ul li::after,.shopengine-widget .shopengine-checkout-payment #payment ul li::before{display:none}.shopengine-widget .shopengine-checkout-payment #payment ul li:hover{background-color:transparent}.shopengine-widget .shopengine-checkout-payment #payment ul li.wc_payment_method input[type=radio]:first-child{position:relative!important}.shopengine-widget .shopengine-checkout-payment #payment ul li.wc_payment_method label{margin-left:8px}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label,.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method p,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper p{margin:0}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label{cursor:pointer!important;padding:0!important;display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;vertical-align:middle;float:left;width:initial!important}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label::before,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label::before{display:none!important}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method label img,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label img{margin:0 5px!important}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input{margin:0;cursor:pointer;border:none;display:inline-block!important}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio],.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]{position:relative!important;clip-path:none!important;outline:0;visibility:visible;top:0!important;margin:0!important;padding:0!important;width:18px!important;height:18px!important;-webkit-appearance:radio!important;float:left}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]::after,.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]::before,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]::after,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]::before{display:none}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]::before,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]::before{display:none}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]:checked::before,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked::before{border:1px solid #3a3a3a}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method input[type=radio]:checked::after,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper input[type=radio]:checked::after{height:8px;width:8px;left:4px;top:4px;opacity:.8;background-color:#3a3a3a}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box{margin:0;padding:0;background:0 0;contain:layout;padding-left:25px;max-width:70%;border:0!important;-webkit-box-shadow:none;box-shadow:none;clear:both}@media (max-width:768px){.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box{max-width:100%}}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box::before,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box::before{display:none}.shopengine-widget .shopengine-checkout-payment #payment .wc_payment_method .payment_box p,.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper .payment_box p{margin:0;padding:0}.shopengine-widget .shopengine-checkout-payment #payment #place_order{width:auto!important;line-height:initial;letter-spacing:0;border:0;float:none;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-checkout-payment .place-order{display:grid;grid-gap:0 2%;grid-template-columns:62% 36%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0!important;background-color:transparent!important}.shopengine-widget .shopengine-checkout-payment .place-order::after,.shopengine-widget .shopengine-checkout-payment .place-order::before{display:none}@media (max-width:768px){.shopengine-widget .shopengine-checkout-payment .place-order{grid-template-columns:100%;grid-gap:20px 0}}.shopengine-widget .shopengine-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper{margin:0;padding:0;border-width:0}.shopengine-widget .shopengine-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-terms-and-conditions-checkbox-text{margin-left:8px}.shopengine-widget .shopengine-checkout-payment .place-order .woocommerce-privacy-policy-text{margin:0}.shopengine-widget .shopengine-checkout-payment #payment .payment_method_stripe img{max-width:40px}.shopengine-widget .shopengine-checkout-payment #payment .payment_method_stripe .form-row>label{float:none;margin-left:0!important}.shopengine-widget .shopengine-checkout-payment .payment_method_stripe_cc label{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.shopengine-widget .shopengine-checkout-review-order #order_review_heading{display:none}.shopengine-widget .shopengine-checkout-review-order #order_review{width:100%!important;float:unset!important;padding:0!important;border:0!important;background-color:transparent!important}.shopengine-widget .shopengine-checkout-review-order #order_review table{margin:0!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table{border-collapse:collapse;text-align:left;border:0!important;margin:0;width:100%}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr{display:grid;grid-template-columns:auto auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr :first-child{text-align:left}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr>*{max-width:100%;width:100%;padding:0}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr :last-child{text-align:right}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .border-bottom-0{border-bottom:initial}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .cart-subtotal td,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .order-total td,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .product-total{text-align:right}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .amount{font-weight:initial;font-size:initial}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr{border:0}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th{border:0!important;background-color:transparent;text-transform:initial;letter-spacing:initial;padding:0!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td li,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th li{line-height:initial}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td li label,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th li label{cursor:pointer}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr td li label::before,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tr th li label::before{display:none}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table thead{display:revert!important;text-align:left;background-color:transparent!important}body.theme-electro .shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table thead{display:block}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tbody td{border:0;background-color:transparent!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tbody td strong{display:inline-block}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tbody tr{border:0;border-bottom-width:1px;background-color:inherit!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot{display:block;margin-top:10px;border:0}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .order-total{grid-row:2}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td{grid-column:1/span 3;text-align:left!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td tr{-webkit-box-shadow:none!important;box-shadow:none!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li{line-height:initial!important;margin:15px 0!important;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-align:center!important;-ms-flex-align:center!important;align-items:center!important;text-indent:0!important;padding:0!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li label{padding:0 0 0 8px!important;font-weight:400!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin-bottom:0}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input{margin:0!important;top:0!important;display:block;width:18px!important;height:18px!important;border-width:1px;-webkit-appearance:radio!important;-moz-appearance:unset;appearance:unset}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input::-webkit-slider-thumb,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input:checked{border-color:#0170b9;background-color:#0170b9;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:radio!important;appearance:unset}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li input::after{display:none}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot .woocommerce-shipping-totals td ul li .amount{line-height:initial!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot td,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot th{border:0!important;background-color:transparent;font-weight:initial}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr{border-top:0!important;background-color:transparent}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr:not(:last-child){border-bottom-width:1px}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td table tbody tr{border-top:0!important;background-color:transparent!important}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table tfoot tr td ul li label{text-indent:0;vertical-align:unset}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-orders-table__cell,.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table .woocommerce-orders-table__header{text-align:left;font-size:16px;line-height:1.3125;padding:19px 32.5px}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table>tbody .woocommerce-orders-table__row{border-bottom:1px solid #f2f2f2}.shopengine-widget .shopengine-checkout-review-order .woocommerce-checkout-review-order-table>tbody .woocommerce-orders-table__row .woocommerce-orders-table__cell{color:#343434;font-weight:400;background-color:inherit}.shopengine-widget .shopengine-checkout-review-order .woocommerce-orders-table__cell-order-actions .button,.shopengine-widget .shopengine-checkout-review-order .woocommerce-pagination .button{color:#3a3a3a;font-size:15px;font-weight:500;line-height:1.2;margin:0 5px;padding:9px 21px 10px;border-radius:3px;-webkit-transition:background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out;transition:background .3s ease-in-out,color .3s ease-in-out,border .3s ease-in-out}.shopengine-widget .shopengine-checkout-review-order .woocommerce-orders-table__cell-order-actions .button{background:#f1f1f1}.shopengine-widget .shopengine-checkout-review-order .woocommerce-orders-table__cell-order-actions .button:hover{color:#fff;background:#3a3a3a}.shopengine-widget .shopengine-checkout-review-order #order_review_heading_v2,.shopengine-widget .shopengine-checkout-review-order .woocommerce-privacy-policy-text{display:none}.shopengine-widget .shopengine-checkout-review-order .order-review-wrapper{width:100%;margin-left:0;background-color:transparent!important}.shopengine-widget .shopengine-checkout-review-order a,.shopengine-widget .shopengine-checkout-review-order span{text-decoration:none!important}.shopengine-widget .shopengine-checkout-review-order .product-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:20px;-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-checkout-review-order .product-name .product-quantity{-webkit-padding-end:5px;padding-inline-end:5px}.shopengine-widget .shopengine-checkout-review-order .product-name .variation{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2px}.shopengine-widget .shopengine-checkout-review-order .product-name .variation dd{-webkit-padding-end:10px;padding-inline-end:10px;margin:0}.shopengine-widget .shopengine-checkout-review-order .product-name .variation dd p{margin-bottom:0}.shopengine-widget .shopengine-checkout-review-order .shopengine-order-review-product{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-checkout-review-order .shopengine-order-review-product img{height:60px;margin-right:10px;width:60px;-o-object-fit:cover;object-fit:cover}.shopengine-widget .shopengine-checkout-shipping-methods table{border:0;padding:0;margin:0!important}.shopengine-widget .shopengine-checkout-shipping-methods table tr th{display:none}.shopengine-widget .shopengine-checkout-shipping-methods table tr td[data-title=Shipping]{color:#fff!important}.shopengine-widget .shopengine-checkout-shipping-methods table tr td{border:0;padding:0;background-color:transparent!important}.shopengine-widget .shopengine-checkout-shipping-methods table tr td::before{content:attr(data-title) ": ";display:block;text-align:left}.shopengine-widget .shopengine-checkout-shipping-methods table tr td li{line-height:initial;list-style:none;padding:0!important;text-indent:0!important;display:unset!important}@media (max-width:768px){.shopengine-widget .shopengine-checkout-shipping-methods table tr td li{display:unset!important}}.shopengine-widget .shopengine-checkout-shipping-methods table tr td li label{margin-left:0!important;cursor:pointer!important;padding:0 0 0 7px!important;display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:0!important}.shopengine-widget .shopengine-checkout-shipping-methods table tr td li label .amount{text-decoration:none!important;opacity:1!important}.shopengine-widget .shopengine-checkout-shipping-methods table tr td li input{margin:0;cursor:pointer;border:none;display:inline-block!important}.shopengine-widget .shopengine-checkout-shipping-methods table tr td li input[type=radio]{position:relative!important;clip-path:none!important;outline:0;visibility:visible;top:0!important;margin:0!important;padding:0!important;width:18px!important;height:18px!important;-webkit-appearance:radio!important;float:left!important}.shopengine-widget .shopengine-checkout-shipping-methods table tr td li input[type=radio]::after,.shopengine-widget .shopengine-checkout-shipping-methods table tr td li input[type=radio]::before{display:none}.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important;grid-gap:0!important;row-gap:0!important;-webkit-box-orient:initial!important;-webkit-box-direction:initial!important;-ms-flex-direction:initial!important;flex-direction:initial!important}.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products li{padding:0!important}@media (max-width:768px){.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products li{padding:0!important}}.shopengine-widget .shopengine-cross-sells .cross-sells>h2{display:none;font-weight:700;text-transform:capitalize;line-height:1}.shopengine-widget .shopengine-cross-sells .cross-sells .products>li>a:not(:first-child){-ms-flex-item-align:center;align-self:center}.shopengine-widget .shopengine-cross-sells .cross-sells .products li a:is(.woocommerce-LoopProduct-link,.add_to_cart_button,.product_type_simple,.product_type_external,.product_type_variable){-webkit-box-shadow:none;box-shadow:none;height:auto!important}.shopengine-widget .shopengine-cross-sells .cross-sells .products li h2{display:block;width:100%}.shopengine-widget .shopengine-cross-sells .cross-sells a,.shopengine-widget .shopengine-cross-sells .cross-sells h2{text-decoration:none!important}.shopengine-widget .shopengine-cross-sells .cross-sells a:hover,.shopengine-widget .shopengine-cross-sells .cross-sells h2:hover{text-decoration:none!important}.shopengine-widget .shopengine-cross-sells.slider-enabled .cross-sells{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;width:100%;height:100%;z-index:1}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-vertical>ul.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-pagination{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;width:100%!important;margin-top:20px;position:relative}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-pagination-bullet{margin-right:10px;background:#c9c9c9;opacity:1}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-next,.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-prev{text-align:center;background:0 0}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-prev{left:0}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-button-next{right:0}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-pagination-bullet-active{height:14px;width:14px;border:2px solid #f03d3f;background:#fff}.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-android .swiper-slide,.shopengine-widget .shopengine-cross-sells.slider-enabled ul.products{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-multirow>ul.products{-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-multirow-column>ul.products{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-free-mode>ul.products{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.shopengine-widget .shopengine-cross-sells.slider-enabled .product{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-autoheight,.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-autoheight .product{height:auto}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-autoheight ul.products{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-3d .product,.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-3d ul.products{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-css-mode>ul.products{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-css-mode>ul.products::-webkit-scrollbar{display:none}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-css-mode>ul.products>.product{scroll-snap-align:start start}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-horizontal.swiper-container-css-mode>ul.products{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-vertical.swiper-container-css-mode>ul.products{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.shopengine-widget .shopengine-cross-sells.slider-enabled .cross-sells .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-fade.swiper-container-free-mode .product{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-fade .product{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-fade .product .product{pointer-events:none}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube .product{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube .product .product{pointer-events:none}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube.swiper-container-rtl .product{-webkit-transform-origin:100% 0;transform-origin:100% 0}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-cube .swiper-slide-next+.product{pointer-events:auto;visibility:visible}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-flip .product{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.shopengine-widget .shopengine-cross-sells.slider-enabled .swiper-container-flip .product .product{pointer-events:none}.shopengine-widget .shopengine-cross-sells .swiper-button-disabled{pointer-events:all}.shopengine-widget .shopengine-empty-cart-message .cart-empty::before{content:"\e028";position:absolute;top:16px;left:24px;font-family:WooCommerce}.shopengine-widget .shopengine-empty-cart-message p{margin:0!important;padding:0!important}.shopengine-widget .shopengine-empty-cart-message p::before{display:none}.shopengine-widget .shopengine-empty-cart-message p .wd-empty-page-text{padding:0}.shopengine-widget .shopengine-empty-cart-message .wd-empty-page-text{display:none}.shopengine-widget .shopengine-filter-orderby{position:relative;color:#3a3a3a;z-index:0}.shopengine-widget .shopengine-filter-orderby.shopengine-filter-orderby-dropdown::after{content:"";display:block;position:absolute;top:0;right:32px;bottom:0;border-left:1px solid #f2f2f2;border-top-width:0!important;border-right-width:0!important;border-bottom-width:0!important;pointer-events:none;-webkit-transition:border-color .3s;transition:border-color .3s;z-index:0}.shopengine-widget .shopengine-filter-orderby-icon{content:"\e89e";display:block;position:absolute;top:50%;right:0;width:32px;font-family:eicons;font-size:1.4em;line-height:inherit;pointer-events:none;text-align:center;-webkit-transition:color .3s;transition:color .3s;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:0}.shopengine-widget .shopengine-filter-orderby-icon::before{display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.shopengine-widget .shopengine-filter-orderby .orderby-input-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.shopengine-widget .shopengine-filter-orderby .orderby-input-group label{margin:0;-webkit-transition:all .4s;transition:all .4s;cursor:pointer}.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby{padding-right:10px;-webkit-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;min-width:18px}.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby::before{content:"";border:2px solid #dfe0e0;height:18px;width:18px;display:block;border-radius:18px;position:absolute;top:48%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby:checked::before{border-color:#505255}.shopengine-widget .shopengine-filter-orderby .orderby-input-group .orderby:checked::after{content:"";height:10px;width:10px;display:block;background:#505255;border-radius:14px;position:absolute;top:48%;-webkit-transform:translate(4px,-50%);transform:translate(4px,-50%)}.shopengine-widget .shopengine-filter-orderby .orderby:not([type=radio]){display:block;width:100%;height:40px;padding:0 35px 0 15px;font-size:16px;line-height:38px;font-weight:500;color:inherit;border:1px solid #f2f2f2;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:0 0;cursor:pointer;outline:0;-webkit-transition:color .3s,background-color .3s ease-in-out,border-color .3s;transition:color .3s,background-color .3s ease-in-out,border-color .3s;-moz-appearance:none;-webkit-appearance:none}.shopengine-widget .shopengine-filter-orderby .orderby:not([type=radio]):-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.shopengine-widget .shopengine-filter-orderby .orderby:not([type=radio])::-ms-expand{display:none}.shopengine-widget .shopengine-filter-orderby .orderby:focus,.shopengine-widget .shopengine-filter-orderby .orderby:hover,.shopengine-widget .shopengine-filter-orderby:hover::after{border-color:#ccc}.shopengine-widget .shopengine-products-per-page{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0;list-style:none;color:#a7a7a7}.shopengine-widget .shopengine-products-per-page label{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-bottom:0;font-size:16px;line-height:24px;font-weight:600;color:#a7a7a7}.shopengine-widget .shopengine-products-per-page label:not(:last-child)::after{content:"/";font-weight:400}.shopengine-widget .shopengine-products-per-page input{display:none}.shopengine-widget .shopengine-products-per-page input:checked+span{color:#3a3a3a}.shopengine-widget .shopengine-products-per-page span{cursor:pointer}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3{font-weight:600;line-height:1.333333;font-family:inherit;text-transform:uppercase;margin:0 0 25px 0!important;cursor:pointer}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3 label{cursor:pointer}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3 label span::after,.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields>h3 label span::before{top:50%!important;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row{margin:0;padding:0;margin-bottom:15px}@media screen and (max-width:575px){.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row{width:100%}}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row label{font-size:15px;line-height:1.333333em;color:#3a3a3a;font-weight:500;margin-bottom:8px}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row label>abbr{color:#3a3a3a}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row:not(:first-child):not(.form-row-last) label{margin-top:7px}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper{display:block}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper .select2-selection,.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper input:not([type=checkbox]):not([type=radio]),.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper textarea{font-size:14px;line-height:1.35em;border-radius:3px;height:auto;padding:10px 16px}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .form-row .woocommerce-input-wrapper label.checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .woocommerce form .form-row-first,.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .woocommerce-page form .form-row-first{width:calc(50% - 20px)}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit}.shopengine-widget .shopengine-shipping-form .woocommerce-shipping-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%}.shopengine-widget .shopengine-cross-sells .onsale,.shopengine-widget .shopengine-related .onsale,.shopengine-widget .shopengine-up-sells .onsale{position:absolute;min-width:44px;font-size:14px;font-weight:700;line-height:44px;border-radius:50%;border-width:0;text-align:center;text-transform:none}.shopengine-widget .shopengine-cats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-cats .product-cats-label{margin-right:6px}.shopengine-widget .shopengine-cats span{display:inline-block}.shopengine-widget .shopengine-cats a,.shopengine-widget .shopengine-cats a:hover{text-decoration:none}.shopengine-widget .shopengine-product-excerpt p{padding:0}.shopengine-widget .shopengine-product-excerpt p::last-child{margin:0}.shopengine-widget .shopengine-product-excerpt .woocommerce-product-details__short-description{margin:0!important}.shopengine-widget .shopengine-product-image a,.shopengine-widget .shopengine-product-image a:hover{text-decoration:none}.shopengine-widget .shopengine-product-image-toggle{position:absolute;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;z-index:99;-webkit-box-shadow:0 0 1px 1px #eee;box-shadow:0 0 1px 1px #eee;margin:0;cursor:pointer;outline:0}.shopengine-widget .shopengine-product-image .woocommerce-product-gallery{margin:0;width:100%!important;max-width:100%!important}.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__wrapper{overflow:hidden;margin:0;padding:0}.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__image{height:auto!important;display:block}.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__image img{width:100%;border-radius:0}.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__image img:not(.zoomImg){max-width:100%!important}.shopengine-widget .shopengine-product-image .woocommerce-product-gallery__trigger{display:none}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery{width:100%;max-width:100%;overflow:hidden;position:relative}.theme-astra .shopengine-widget .images.woocommerce-product-gallery{width:100%!important}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .woocommerce-product-gallery__image,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .woocommerce-product-gallery__image a,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .woocommerce-product-gallery__image a img,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery figure{height:auto!important;display:block}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery__trigger{display:none!important}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs{overflow:visible;-webkit-transition:all .4s;transition:all .4s}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs::after,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs::before,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider::after,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider::before{display:none}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li{padding:0;margin:0!important;width:100%!important;float:none;list-style:none}.woocommerce .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li,.woocommerce .shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li{width:100%}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li img,.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li img{width:100%;height:100%!important;-o-object-fit:cover;object-fit:cover;border-width:0;cursor:pointer}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs li img:not(.flex-active),.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .product-thumbs-slider li img:not(.flex-active){opacity:.5}.shopengine-widget .shopengine-product-image.shopengine-gallery-slider .images.woocommerce-product-gallery .flex-control-thumbs,.shopengine-widget .shopengine-product-image.shopengine-gallery-slider .images.woocommerce-product-gallery .product-thumbs-slider{-ms-flex-wrap:nowrap;flex-wrap:nowrap;width:inherit}.shopengine-widget .shopengine-product-image.shopengine-gallery-slider-no .images.woocommerce-product-gallery .flex-control-thumbs,.shopengine-widget .shopengine-product-image.shopengine-gallery-slider-no .images.woocommerce-product-gallery .product-thumbs-slider{-ms-flex-wrap:wrap;flex-wrap:wrap;width:auto!important}.shopengine-widget .shopengine-product-image .position-top-right{top:20px;right:20px;left:unset}.shopengine-widget .shopengine-product-image .position-top-left{top:20px!important;left:20px!important;right:unset!important}.shopengine-widget .shopengine-product-image .position-bottom-left{top:unset;right:unset;left:20px;bottom:20px}.shopengine-widget .shopengine-product-image .position-bottom-right{top:unset;left:unset;right:20px;bottom:20px}.shopengine-widget .shopengine-product-image .onsale{position:absolute;padding:10px;min-height:initial;min-width:initial;font-weight:700;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:none;z-index:2}.shopengine-widget .shopengine-product-image .flex-direction-nav{margin:0;padding:0;list-style:none;top:50%;position:absolute;left:0;width:100%;height:0}.shopengine-widget .shopengine-product-image .flex-direction-nav a{font-size:0;font-family:eicons}.shopengine-widget .shopengine-product-image .flex-direction-nav a:hover{background-color:gray;opacity:1;color:#fff}.shopengine-widget .shopengine-product-image .flex-direction-nav li{-webkit-box-flex:1;-ms-flex:1;flex:1}.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:before,.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:before{position:absolute;left:0;top:0;background-color:#fff;height:50px;border-radius:0;text-align:center;line-height:50px;color:#000;font-size:25px;opacity:.5;-webkit-transition:all .4s;transition:all .4s;width:100%}.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:hover:before,.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:hover:before{opacity:1}.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-prev:before{content:'\e8bf'}.shopengine-widget .shopengine-product-image .flex-direction-nav .flex-next:before{content:'\e8c0';left:inherit;right:0}.shopengine-widget .shopengine-product-image .shopengine-gallery-wrapper{position:relative}.shopengine_image_gallery_position_left .shopengine-widget .shopengine-gallery-wrapper,.shopengine_image_gallery_position_right .shopengine-widget .shopengine-gallery-wrapper{position:absolute;height:100%;left:0;top:0}.shopengine_image_gallery_position_left .shopengine-widget .flex-control-thumbs,.shopengine_image_gallery_position_right .shopengine-widget .flex-control-thumbs{top:0;position:absolute;grid-template-columns:repeat(1,1fr)!important;-webkit-transition:all .4s;transition:all .4s;-ms-flex-wrap:wrap!important;flex-wrap:wrap!important;margin-left:0!important;margin-right:0!important;width:100%!important}.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav{height:100%;top:0;width:0!important;position:static}.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav li,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav li{position:absolute;left:0;top:0;width:100%}.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav li.flex-nav-next,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav li.flex-nav-next{top:auto;bottom:0}.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-next:before,.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-prev:before,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-next:before,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-prev:before{position:absolute;top:0}.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-prev:before,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-prev:before{content:'\e8c1'}.shopengine_image_gallery_position_left .shopengine-widget .flex-direction-nav .flex-next:before,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav .flex-next:before{content:'\e8c2';top:auto;bottom:0;right:auto}.shopengine_image_gallery_position_right .shopengine-widget .flex-control-thumbs,.shopengine_image_gallery_position_right .shopengine-widget .flex-direction-nav{right:0;left:auto}.shopengine_image_gallery_position_right .shopengine-widget .flex-next:before,.shopengine_image_gallery_position_right .shopengine-widget .flex-prev:before{left:auto!important;right:0!important}.shopengine_image_gallery_position_right .shopengine-widget .shopengine-gallery-wrapper{left:auto;right:0}.shopengine_image_gallery_position_left .shopengine-widget .flex-viewport{float:right}.shopengine_image_gallery_position_left .shopengine-widget .flex-control-thumbs{left:0}.shopengine_image_gallery_position_bottom .shopengine-widget .flex-control-thumbs{width:100%!important}.shopengine_image_gallery_position_bottom .shopengine-widget .flex-direction-nav{position:static}.shopengine_image_gallery_position_bottom .shopengine-widget .flex-direction-nav .flex-next:before,.shopengine_image_gallery_position_bottom .shopengine-widget .flex-direction-nav .flex-prev:before{height:100%;width:50px!important;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}@media (max-width:980px){.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-control-thumbs{width:auto!important;overflow-x:auto;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;position:static;margin-bottom:0!important}.shopengine-widget .shopengine-product-image .images.woocommerce-product-gallery .flex-viewport{width:auto!important}.shopengine-widget .flex-direction-nav{display:none}}.shopengine-widget .shopengine-product-meta{-webkit-transition:cubic-bezier(1,0,0,1);transition:cubic-bezier(1,0,0,1)}.shopengine-widget .shopengine-product-meta .posted_in,.shopengine-widget .shopengine-product-meta .sku_wrapper,.shopengine-widget .shopengine-product-meta .tagged_as,.shopengine-widget .shopengine-product-meta p{display:none}.shopengine-widget .shopengine-product-meta div{margin:0}.shopengine-widget .shopengine-product-meta span{border:none;margin:0;padding:0}.shopengine-widget .shopengine-product-meta span::before{display:none}.shopengine-widget .shopengine-product-meta span a{text-decoration:none!important}.shopengine-widget .shopengine-product-meta .product_meta{border:0!important;margin:0!important;padding:0!important}.shopengine-widget .shopengine-product-meta .product_meta .product-stock{display:none}.shopengine-widget .shopengine-layout-flex .shopengine-product-meta .product_meta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:0}.shopengine-widget .shopengine-layout-inline .shopengine-product-meta .product_meta{display:block}.shopengine-widget .shopengine-product-review #reviews{display:block}.shopengine-widget .shopengine-product-review #reviews .woocommerce-Reviews-title{display:block;border:none!important;text-align:left}.shopengine-widget .shopengine-product-review #reviews .woocommerce-Reviews-title::after{display:none!important}.shopengine-widget .shopengine-product-review #reviews .woocommerce-noreviews{padding:0;margin:0 0 15px 0;border:none;background:0 0}.shopengine-widget .shopengine-product-review #reviews #comments{margin:0;padding:0;width:100%!important;max-width:100%!important;float:none!important;border-top:0}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist{padding:0;margin:0!important;border-radius:0;background-color:transparent!important;list-style:none}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li{padding:0;margin:0;border-top:0}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li:not(:last-child){border-bottom:1px solid transparent}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container{display:-webkit-box;display:-ms-flexbox;display:flex;border:none;margin:0;padding:0}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .comment-text{display:block;margin:0!important;padding:0!important;border:none;border-radius:0;overflow:hidden;background:0 0}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .avatar,.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .img-thumbnail{position:unset;width:100%;height:100%;max-width:60px;max-height:60px!important;float:none!important;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;margin:0 20px 0 0;padding:0;display:block;background:0 0;border:none}@media (max-width:768px){.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .avatar,.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .img-thumbnail{margin-right:8px}}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .meta{float:left;width:100%;display:block;margin:0 0 1em}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .meta .verified{display:inline;text-indent:underline;position:unset;height:auto;width:auto}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .meta .verified::before{display:none}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .description{float:left;width:100%;font-style:inherit}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .description p:last-child{margin:0}.shopengine-widget .shopengine-product-review #reviews #comments .commentlist li .comment_container .comment-form>p{margin-bottom:0!important}.shopengine-widget .shopengine-product-review #reviews p.stars{font-size:1em}.shopengine-widget .shopengine-product-review #reviews p.stars span{font-size:initial}.shopengine-widget .shopengine-product-review #reviews p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;margin:0;font-size:inherit;border:none;background:0 0;color:orange;padding:0;margin:0;cursor:pointer}.shopengine-widget .shopengine-product-review #reviews p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0;opacity:1;font-size:inherit}.shopengine-widget .shopengine-product-review #reviews p.stars a:hover~a::before{content:"\e021"}.shopengine-widget .shopengine-product-review #reviews p.stars:hover a::before{content:"\e020"}.shopengine-widget .shopengine-product-review #reviews p.stars.selected a.active::before{content:"\e020"}.shopengine-widget .shopengine-product-review #reviews p.stars.selected a.active~a::before{content:"\e021"}.shopengine-widget .shopengine-product-review #reviews p.stars.selected a:not(.active)::before{content:"\e020"}.shopengine-widget .shopengine-product-review #review_form_wrapper{width:100%!important;max-width:100%!important;float:none!important;background:0 0}.shopengine-widget .shopengine-product-review #review_form_wrapper .review-form-inner{border:0;padding:0}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-reply-title{text-align:left;padding:0;border:none;display:block}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-reply-title::after{display:none}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form{display:block;background:0 0;padding:0;border-radius:0}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-notes{text-align:left}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form label{display:block!important;cursor:pointer;margin:0 0 8px 0!important;max-width:100%!important;width:100%}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form p.stars{margin:0;line-height:0;display:block}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent),.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form textarea{border:1px solid #f2f2f2;margin:0;padding:15px 20px;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;background:0 0}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent):focus,.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form textarea:focus{outline:0}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form :is(p.comment-form-comment,p.comment-form-author,p.comment-form-email){float:none!important;width:100%!important;max-width:100%;width:100%;padding:0!important}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .form-submit{margin:0;float:none;width:auto}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-rating{display:block}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-rating .stars a{-webkit-transition:all .1s ease-in;transition:all .1s ease-in}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-rating>.stars+.stars{display:none}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input{margin:0 5px 0 0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:16px;height:16px;border:1px solid #f2f2f2;background:#fff}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::before{display:none}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input::after{content:"";opacity:0;display:block;left:5px;top:2px;position:absolute;width:5px;height:8px;border:2px solid #505255;border-top:0;border-left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::after{opacity:1}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form .comment-form-cookies-consent label{padding:0;margin:0!important}.shopengine-widget .shopengine-product-review #review_form_wrapper .comment-form :is(.comment-notes,.comment-form-rating,.comment-form-cookies-consent,.form-submit){padding:0}.shopengine-widget .shopengine-product-review #review_form_wrapper #comment{height:150px}.shopengine-widget .shopengine-product-review #review_form_wrapper #respond{margin:0;padding:0;background:0 0}.shopengine-widget .shopengine-product-review .comment_container{background-color:transparent}.shopengine-widget .shopengine-product-review .comment_container>.flex-col{width:60px;margin-right:8px}@media screen and (min-width:768px){.shopengine-widget .shopengine-product-review .comment_container>.flex-col{margin-right:20px}}.shopengine-widget .shopengine-product-rating .woocommerce-product-rating div.star-rating+span.shopengine-product-rating-review-count,.shopengine-widget div.star-rating+span.shopengine-product-rating-review-count{vertical-align:text-bottom;padding-left:4px;color:grey}.shopengine-widget .shopengine-product-rating .woocommerce-review-link{text-decoration:none!important}.shopengine-widget .shopengine-product-rating .woocommerce-product-rating{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .review-link .woocommerce-write-review-link,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating::after{display:none}.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .review-link{font-size:0}.shopengine-widget .shopengine-product-tabs .woocommerce-tabs .panel h2:first-of-type{margin-bottom:0!important}.shopengine-widget .shopengine-product-tabs a:focus{outline:0!important;text-decoration:none!important;background:0 0!important}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel>h2:first-child{padding:0;margin:0!important;display:none}.shopengine-widget .shopengine-product-tabs .wc-tabs-wrapper{margin-bottom:0!important;padding:0!important}.shopengine-widget .shopengine-product-tabs .comment-text .meta time{font-style:normal}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table{max-width:100%!important;border-collapse:collapse;border:0;margin-bottom:0}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr{border:0}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr:not(:last-child){border-style:solid;border-width:0 0 1px 0;border-color:#f2f2f2}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr th{background-color:#f8f8f8;text-transform:capitalize}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table tr td{background-color:#fdfdfd}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table td,.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table th{border:0;border-left-width:0!important;padding:0 30px;text-align:left}.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table td p,.shopengine-widget .shopengine-product-tabs .woocommerce-Tabs-panel--additional_information table th p{padding:0}.shopengine-widget .shopengine-product-tabs #reviews{display:grid;grid-gap:4%;grid-template-columns:repeat(auto-fit,minmax(48%,1fr))}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container{margin:0 0 20px 0}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container h2{margin:0;border:0;padding:0;text-align:left}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-avg-rating{margin:5px 0 30px 0}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-avg-count{display:block;margin:5px 0 30px 0}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat span:not(:last-child){margin-right:10px}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat .se-ind-rat-cont{width:150px;height:10px;display:block}.shopengine-widget .shopengine-product-tabs #reviews .se-rating-container .se-ind-rat .se-ind-rat-cont>span{display:block;height:10px}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist{padding:0;margin:0!important;border-radius:0;background-color:transparent!important;list-style:none}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li{padding:0;margin:0;border-top:0}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li:not(:last-child){border-bottom:1px solid transparent}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container{display:-webkit-box;display:-ms-flexbox;display:flex;border:none;margin:0;padding:0}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .comment-text{display:block;margin:0!important;padding:0!important;border:none;border-radius:0;overflow:hidden;background:0 0}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .avatar,.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .img-thumbnail{position:unset;width:100%;height:100%;max-width:60px;max-height:60px!important;float:none!important;border-radius:50%;-webkit-box-shadow:none;box-shadow:none;margin:0 20px 0 0;padding:0;display:block;background:0 0;border:none}@media (max-width:768px){.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .avatar,.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .img-thumbnail{max-height:40px!important;margin-right:8px;max-width:40px}}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .meta{float:left;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .meta .verified{display:inline;text-indent:underline;position:unset;height:auto;width:auto}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .meta .verified::before{display:none}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .woocommerce-review__author{font-size:18px}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .description{float:left;width:100%;font-style:inherit}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .description p:last-child{margin:0}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .description+.meta{display:none}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .comment_container .comment-form>p{margin-bottom:0!important}.shopengine-widget .shopengine-product-tabs #reviews #comments .commentlist li .star-rating{float:left;margin:0 0 5px 0}.shopengine-widget .shopengine-product-tabs #reviews p.stars{font-size:1em}.shopengine-widget .shopengine-product-tabs #reviews p.stars span{display:block;font-size:inherit}.shopengine-widget .shopengine-product-tabs #reviews p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none;-webkit-box-shadow:none;box-shadow:none;margin:0;font-size:inherit;border:none}.shopengine-widget .shopengine-product-tabs #reviews p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0;opacity:1;font-size:inherit}.shopengine-widget .shopengine-product-tabs #reviews p.stars a:hover~a::before{content:"\e021"}.shopengine-widget .shopengine-product-tabs #reviews p.stars:hover a::before{content:"\e020"}.shopengine-widget .shopengine-product-tabs #reviews p.stars.selected a.active::before{content:"\e020"}.shopengine-widget .shopengine-product-tabs #reviews p.stars.selected a.active~a::before{content:"\e021"}.shopengine-widget .shopengine-product-tabs #reviews p.stars.selected a:not(.active)::before{content:"\e020"}@media (max-width:768px){.shopengine-widget .shopengine-product-tabs #reviews{grid-template-columns:repeat(auto-fit,minmax(100%,1fr))}}.shopengine-widget .shopengine-product-tabs .wc-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;z-index:1;overflow:initial!important}.woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs{padding:0}.woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs>li{margin:0}.woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs>li a::after,.woocommerce .product .shopengine-widget .shopengine-product-tabs .wc-tabs>li a::before{display:none}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs{border:0;border-width:1px 0 1px 0;border-style:solid;border-color:#efefef;margin:0;padding:0;position:relative;text-align:left!important}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs .shopengine-tabs-line{position:absolute;width:30px;height:100%;background:0 0;top:0;z-index:-1;border-width:3px 0 3px 0;border-style:solid}@media (max-width:768px){.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs .shopengine-tabs-line{border-width:0 0 3px 0}}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs::after,.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs::before{display:none!important}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li{background:0 0!important;border-radius:0;border:0;padding:0!important;margin:0;border:0!important}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li.active{background:0 0!important;z-index:1}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li.active a{-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li::after,.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li::before{display:none}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a{padding:0!important;background:0 0;text-decoration:none;border:0!important}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a:hover{-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a::after,.shopengine-widget .shopengine-product-tabs div.woocommerce-tabs .wc-tabs li a::before{display:none}.shopengine-widget .shopengine-product-tabs #review_form_wrapper{width:100%!important;float:none!important;background:0 0}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .review-form-inner{border:0;padding:0}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-reply-title{text-align:left;padding:0;border:none;display:block}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-reply-title::after{display:none}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form{display:block;background:0 0;padding:0;border-radius:0}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-notes{text-align:left}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form label{display:block;cursor:pointer;margin:0 0 8px 0!important;max-width:100%!important}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form p.stars{margin:0;line-height:0;display:block}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent),.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form textarea{border:1px solid #f2f2f2;padding:15px 20px;-webkit-box-shadow:none;box-shadow:none;text-decoration:none;background:0 0}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form input:not(#wp-comment-cookies-consent):focus,.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form textarea:focus{outline:0}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form :is(p.comment-form-comment,p.comment-form-author,p.comment-form-email){float:none!important;width:100%!important;max-width:100%;padding:0!important}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .form-submit{margin:0;float:none}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-rating{display:block}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-rating .stars a{-webkit-transition:all .1s ease-in;transition:all .1s ease-in}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-rating>.stars+.stars{display:none}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input{margin:0 5px 0 0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative;width:16px;height:16px;border:1px solid #f2f2f2;background:#fff}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::before{display:none}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input::after{content:"";opacity:0;display:block;left:5px;top:2px;position:absolute;width:5px;height:8px;border:2px solid #505255;border-top:0;border-left:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent input:checked::after{opacity:1}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form .comment-form-cookies-consent label{padding:0;margin:0!important}.shopengine-widget .shopengine-product-tabs #review_form_wrapper .comment-form :is(.comment-notes,.comment-form-rating,.comment-form-cookies-consent,.form-submit){padding:0}.shopengine-widget .shopengine-product-tabs #comments,.shopengine-widget .shopengine-product-tabs #review_form_wrapper{width:100%!important;max-width:100%!important;float:none!important}.shopengine-widget .shopengine-product-tabs .comment-reply-title,.shopengine-widget .shopengine-product-tabs .woocommerce-Reviews-title{display:none!important}.shopengine-widget .shopengine-related.slider-enabled ul.products{-webkit-column-gap:0!important;-moz-column-gap:0!important;column-gap:0!important;grid-gap:0!important;row-gap:0!important;-webkit-box-orient:initial!important;-webkit-box-direction:initial!important;-ms-flex-direction:initial!important;flex-direction:initial!important}.shopengine-widget .shopengine-related.slider-enabled ul.products li{padding:0!important}@media (max-width:768px){.shopengine-widget .shopengine-related.slider-enabled ul.products li{padding:0!important}}.shopengine-widget .shopengine-related .swiper-button-next:has(svg),.shopengine-widget .shopengine-related .swiper-button-prev:has(svg){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}.shopengine-widget .shopengine-related .related>h2{display:none;font-weight:700;text-transform:capitalize;line-height:1}.shopengine-widget .shopengine-related .related .products>li>a:not(:first-child){-ms-flex-item-align:center;align-self:center}.shopengine-widget .shopengine-related .related .products li a:is(.woocommerce-LoopProduct-link,.add_to_cart_button,.product_type_simple,.product_type_external,.product_type_variable){-webkit-box-shadow:none;box-shadow:none;height:auto!important}.shopengine-widget .shopengine-related .related .products li h2{display:block;width:100%}.shopengine-widget .shopengine-related .related a,.shopengine-widget .shopengine-related .related h2{text-decoration:none!important}.shopengine-widget .shopengine-related .related a:hover,.shopengine-widget .shopengine-related .related h2:hover{text-decoration:none!important}.shopengine-widget .shopengine-related.slider-enabled .related{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;width:100%;height:100%;z-index:1}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-vertical>ul.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-related.slider-enabled .swiper-pagination{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;width:100%!important;margin-top:20px;position:relative}.shopengine-widget .shopengine-related.slider-enabled .swiper-pagination-bullet{margin-right:10px;background:#c9c9c9;opacity:1}.shopengine-widget .shopengine-related.slider-enabled .swiper-button-next,.shopengine-widget .shopengine-related.slider-enabled .swiper-button-prev{text-align:center;background:0 0}.shopengine-widget .shopengine-related.slider-enabled .swiper-button-prev{left:0}.shopengine-widget .shopengine-related.slider-enabled .swiper-button-next{right:0}.shopengine-widget .shopengine-related.slider-enabled .swiper-pagination-bullet-active{height:14px;width:14px;border:2px solid #f03d3f;background:#fff}.shopengine-widget .shopengine-related.slider-enabled ul.products{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-android .swiper-slide,.shopengine-widget .shopengine-related.slider-enabled ul.products{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-multirow>ul.products{-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-multirow-column>ul.products{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-free-mode>ul.products{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.shopengine-widget .shopengine-related.slider-enabled .product{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-autoheight,.shopengine-widget .shopengine-related.slider-enabled .swiper-container-autoheight .product{height:auto}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-autoheight ul.products{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-3d .product,.shopengine-widget .shopengine-related.slider-enabled .swiper-container-3d ul.products{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-css-mode>ul.products{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-css-mode>ul.products::-webkit-scrollbar{display:none}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-css-mode>ul.products>.product{scroll-snap-align:start start}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-horizontal.swiper-container-css-mode>ul.products{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-vertical.swiper-container-css-mode>ul.products{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.shopengine-widget .shopengine-related.slider-enabled .cross-sells .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-fade.swiper-container-free-mode .product{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-fade .product{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-fade .product .product{pointer-events:none}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube .product{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube .product .product{pointer-events:none}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube.swiper-container-rtl .product{-webkit-transform-origin:100% 0;transform-origin:100% 0}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-cube .swiper-slide-next+.product{pointer-events:auto;visibility:visible}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-flip .product{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.shopengine-widget .shopengine-related.slider-enabled .swiper-container-flip .product .product{pointer-events:none}.shopengine-widget .shopengine-return-to-shop .return-to-shop{margin:0}.shopengine-widget .shopengine-return-to-shop .return-to-shop .button{display:inline-block;width:auto;line-height:initial;min-height:auto;margin:0;text-decoration:none;-webkit-transition:.3s;transition:.3s;float:unset;height:auto;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-return-to-shop .return-to-shop .button::before{display:none}.shopengine-widget .shopengine-return-to-shop .return-to-shop .button:hover{text-decoration:none!important;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-swatches .cart{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.shopengine-widget .shopengine-swatches .cart.variations_form{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.shopengine-widget .shopengine-swatches .cart.variations_form .variations td{vertical-align:middle!important;border:0}.shopengine-widget .shopengine-swatches .cart .quantity .qty{height:100%;border-radius:0}.shopengine-widget .shopengine-swatches .variations_button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.shopengine-widget .shopengine-swatches .stock:not(.available-on-backorder),.shopengine-widget .shopengine-swatches .woocommerce-variation-description{display:none}.shopengine-widget .shopengine-swatches .shopengine-quick-checkout-button{-webkit-transition:all .3s;transition:all .3s}.shopengine-widget .shopengine-swatches .shopengine-quick-checkout-button.disabled{opacity:.5}.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details{width:100%;max-width:100%!important}.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details h2.woocommerce-column__title{margin-bottom:15px!important;text-transform:none}.shopengine-widget .shopengine-thankyou-address-details .woocommerce-customer-details h2.woocommerce-column__title::after{display:none}.shopengine-widget .shopengine-thankyou-address-details address{border:0!important;padding:0!important}.shopengine-widget .shopengine-thankyou-address-details address p{position:relative;margin-top:15px;margin-bottom:0}.woocommerce .shopengine-widget .shopengine-thankyou-address-details address p{padding-left:0}.shopengine-widget .shopengine-thankyou-address-details address p::before{display:none}.shopengine-widget .shopengine-thankyou-address-details address p:not(:first-of-type){margin-top:0}.shopengine-widget .woocommerce-column--billing-address{margin-right:0!important}.shopengine-widget .shopengine-thankyou-thankyou h3{padding-bottom:0;border:none}.shopengine-widget .shopengine-thankyou-thankyou h3::after{display:none}.shopengine-widget .shopengine-thankyou-order-confirm table{border-collapse:collapse;border:none;outline:0;margin:0;width:100%!important}.shopengine-widget .shopengine-thankyou-order-confirm table thead{display:none}.shopengine-widget .shopengine-thankyou-order-confirm table tr{height:auto}.shopengine-widget .shopengine-thankyou-order-confirm table tr td,.shopengine-widget .shopengine-thankyou-order-confirm table tr th{border-right:none;border-width:0;background-color:inherit;text-align:left!important}.shopengine-widget .shopengine-thankyou-order-confirm table tr td a,.shopengine-widget .shopengine-thankyou-order-confirm table tr th a{text-decoration:none}.shopengine-widget .shopengine-thankyou-order-confirm table tr:nth-child(even) td{background-color:transparent}.shopengine-widget .shopengine-thankyou-order-confirm table thead tr{border:none}.shopengine-widget .shopengine-thankyou-order-confirm table thead th{border:none}.shopengine-widget .shopengine-thankyou-order-details .woocommerce-order-details{margin-left:0!important;margin-right:0!important;padding-top:0;max-width:100%!important}.shopengine-widget .shopengine-thankyou-order-details .woocommerce-order-details__title{display:none}.shopengine-widget .shopengine-thankyou-order-details table{border-collapse:collapse!important;border:none!important;outline:0;width:100%}.shopengine-widget .shopengine-thankyou-order-details table tr{border:none;outline:0;height:auto}.shopengine-widget .shopengine-thankyou-order-details table tr td,.shopengine-widget .shopengine-thankyou-order-details table tr th{border:none;outline:0;background-color:transparent!important;border-right:none!important;text-align:left!important}.shopengine-widget .shopengine-thankyou-order-details table tr td a,.shopengine-widget .shopengine-thankyou-order-details table tr th a{font-family:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}.shopengine-widget .shopengine-thankyou-order-details table tr td strong,.shopengine-widget .shopengine-thankyou-order-details table tr th strong{display:inline}.shopengine-widget .shopengine-thankyou-order-details table tr ul li:has(.shopengine-pre-order-product-badge){margin-top:6px;margin-bottom:6px}.shopengine-widget .shopengine-thankyou-order-details table tfoot tr td,.shopengine-widget .shopengine-thankyou-order-details table tfoot tr th,.shopengine-widget .shopengine-thankyou-order-details table thead tr:first-child th{border-top-width:0}.shopengine-widget .shopengine-thankyou-order-details table.shop_table tbody,.shopengine-widget .shopengine-thankyou-order-details table.shop_table tfoot,.shopengine-widget .shopengine-thankyou-order-details table.shop_table thead{border-bottom-width:0}.shopengine-widget .shopengine-up-sells .up-sells>h2{display:none;font-weight:700;text-transform:capitalize;line-height:1}.shopengine-widget .shopengine-up-sells ul li a:not(:first-child){-ms-flex-item-align:center;align-self:center}.shopengine-widget .shopengine-up-sells ul li a:is(.woocommerce-LoopProduct-link,.add_to_cart_button,.product_type_simple,.product_type_external,.product_type_variable){-webkit-box-shadow:none;box-shadow:none;height:auto!important}.shopengine-widget .shopengine-up-sells ul li h2{display:block;width:100%}.shopengine-widget .shopengine-up-sells.slider-enabled .up-sells{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;width:100%;height:100%;z-index:1}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-vertical>ul.products{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-pagination{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;width:100%!important;margin-top:20px;position:relative}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-pagination-bullet{margin-right:10px;background:#c9c9c9;opacity:1}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-next,.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-prev{text-align:center;background:0 0}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-prev{left:0}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-button-next{right:0}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-pagination-bullet-active{height:14px;width:14px;border:2px solid #f03d3f;background:#fff}.shopengine-widget .shopengine-up-sells.slider-enabled ul.products{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-android .swiper-slide,.shopengine-widget .shopengine-up-sells.slider-enabled ul.products{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-multirow>ul.products{-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-multirow-column>ul.products{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-free-mode>ul.products{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.shopengine-widget .shopengine-up-sells.slider-enabled .product{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-autoheight,.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-autoheight .product{height:auto}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-autoheight ul.products{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-3d .product,.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-3d ul.products{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-css-mode>ul.products{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-css-mode>ul.products::-webkit-scrollbar{display:none}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-css-mode>ul.products>.product{scroll-snap-align:start start}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-horizontal.swiper-container-css-mode>ul.products{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-vertical.swiper-container-css-mode>ul.products{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.shopengine-widget .shopengine-up-sells.slider-enabled .cross-sells .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-fade.swiper-container-free-mode .product{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-fade .product{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-fade .product .product{pointer-events:none}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube .product{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube .product .product{pointer-events:none}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube.swiper-container-rtl .product{-webkit-transform-origin:100% 0;transform-origin:100% 0}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-cube .swiper-slide-next+.product{pointer-events:auto;visibility:visible}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-flip .product{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.shopengine-widget .shopengine-up-sells.slider-enabled .swiper-container-flip .product .product{pointer-events:none}.shopengine-widget .shopengine-up-sells .swiper-button-disabled{pointer-events:all}.shopengine-widget .shopengine-deal-products-widget .deal-products-container{display:grid;grid-template-columns:repeat(4,1fr)}.shopengine-widget .shopengine-deal-products-widget .shopengine-offer-badge,.shopengine-widget .shopengine-deal-products-widget .shopengine-sale-badge{position:absolute;left:0;top:0}.shopengine-widget .shopengine-deal-products-widget .deal-products{border-style:solid;margin:-1px}.shopengine-widget .shopengine-deal-products-widget .deal-products__top{position:relative}.shopengine-widget .shopengine-deal-products-widget .deal-products__top--img{width:100%}.shopengine-widget .shopengine-deal-products-widget .deal-products__desc--name{margin:0;padding:0}.shopengine-widget .shopengine-deal-products-widget .deal-products__desc--name a{text-decoration:none;display:inline-block}.shopengine-widget .shopengine-deal-products-widget .deal-products__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-deal-products-widget .deal-products__prices ins{background-color:transparent}.shopengine-widget .shopengine-deal-products-widget .deal-products__prices del .amount{opacity:inherit}.shopengine-widget .shopengine-deal-products-widget .deal-products__grap--line{max-width:100%}.shopengine-widget .shopengine-deal-products-widget .deal-products__grap__sells{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt{margin-top:10px}.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .button{font-size:13px;font-weight:500;line-height:18px;letter-spacing:.4px;color:#fff;background:#3e3e3e;padding:12px 14px 12px 14px;border-radius:0}.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .button:hover{color:#fff;background:#f54f29}.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .se-btn{-webkit-transition:none;transition:none;color:#101010;font-size:15px}.shopengine-widget .shopengine-deal-products-widget .deal-products .add-to-cart-bt .se-btn:hover{color:#f54f29}.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-comparison,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-quickview-trigger,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-wishlist{padding:0;height:40px;width:40px;line-height:40px;text-align:center;display:inline-block!important;margin:0 4px;border-radius:0}.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-comparison embed,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-comparison img,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-comparison object,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-comparison svg,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-quickview-trigger embed,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-quickview-trigger img,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-quickview-trigger object,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-quickview-trigger svg,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-wishlist embed,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-wishlist img,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-wishlist object,.shopengine-widget .shopengine-filterable-product-wrap a.shopengine-wishlist svg{display:inline}.shopengine-widget .shopengine-filterable-product-wrap .shopengine-product-rating .woocommerce-product-rating .star-rating,.shopengine-widget .shopengine-filterable-product-wrap .star-rating,.shopengine-widget .shopengine-product-rating .woocommerce-product-rating .shopengine-filterable-product-wrap .star-rating{float:unset!important}.shopengine-widget .shopengine-filterable-product-wrap .button{margin:0;-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-filterable-product-wrap .button:before{display:none}.shopengine-widget .shopengine-filterable-product-wrap .button:hover{text-decoration:none!important}.shopengine-widget .shopengine-filterable-product-wrap .quickview{display:none}.shopengine-widget .shopengine-filterable-product-wrap .filter-nav{position:relative}.shopengine-widget .shopengine-filterable-product-wrap .filter-nav::before{content:"";position:absolute;left:0;bottom:0;width:100%}.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul{list-style:none;margin:0;padding:0}.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul li{display:inline-block;position:relative}.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul li button{display:block;position:relative;text-decoration:none;background:0 0;border:0!important;outline:0}.shopengine-widget .shopengine-filterable-product-wrap .filter-nav ul li button::before{content:"";position:absolute;left:0;top:100%;width:30px}.shopengine-widget .shopengine-filterable-product-wrap .product-tag-sale-badge{display:none}.shopengine-widget .shopengine-filterable-product-wrap .product-tag-sale-badge .badge{padding:0;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.shopengine-widget .shopengine-filterable-product-wrap .product-tag-sale-badge a{color:inherit}.shopengine-widget .shopengine-filterable-product-wrap .product-thumb a{display:block}.shopengine-widget .shopengine-filterable-product-wrap .product-thumb img{display:block}.shopengine-widget .shopengine-filterable-product-wrap .product-title a{font-weight:inherit}.shopengine-widget .shopengine-filterable-product-wrap .product-rating{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}.shopengine-widget .shopengine-filterable-product-wrap .filter-content{width:100%;max-width:100%;margin:10px auto}.shopengine-widget .shopengine-filterable-product-wrap .filter-content-row{display:grid;grid-template-columns:repeat(4,1fr)}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item{position:relative;min-width:0;-webkit-transition:.4s cubic-bezier(.25,1,.5,1);transition:.4s cubic-bezier(.25,1,.5,1)}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item a{text-decoration:none}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns{-webkit-transform:scaleY(0) scaleX(.7);transform:scaleY(0) scaleX(.7)}body.theme-porto .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns .quickview{display:none}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a{margin-bottom:0;height:auto;text-indent:-9999px;border-width:0;border-radius:0!important;-webkit-box-shadow:none;box-shadow:none;line-height:0;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:18px!important;font-weight:400;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:not(.active){color:#101010}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:hover{opacity:1}body.theme-electro .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:not(:last-child),body.theme-porto .shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a:not(:last-child){margin-right:-1px}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.added_to_cart{display:none}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a::before{margin-right:0;font-family:shopengine;font-weight:inherit;float:left;line-height:20px;text-indent:0;width:100%;background-color:transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine-quickview-trigger::before{content:"\e92c"}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.button[data-quantity]:before{content:"\e933";display:block}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.add_to_cart_button.loading{opacity:1}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.add_to_cart_button.loading::before{visibility:hidden;opacity:0}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.add_to_cart_button.loading::after{text-indent:0;margin-left:auto;margin-right:auto;text-align:center;left:0;right:0;top:50%}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine-wishlist::before{content:"\e906"}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine-comparison::before{content:"\e91b"}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .loop-product--btns a.shopengine_direct_checkout::before{content:"\e953"}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item:hover .loop-product--btns{-webkit-transform:scaleY(1) scaleX(1);transform:scaleY(1) scaleX(1)}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .categories-product-list{background:#fff}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .categories-product-list a{display:block}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb{position:relative;text-align:center}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .product-tag-sale-badge{position:absolute}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge{height:auto;width:auto;margin-bottom:auto}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb ul{margin:0;padding:0;list-style:none}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .badge{display:inline-block}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .badge:not(.sale){border:none;display:inline-block}@media (max-width:768px){.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-thumb .loop-product--btns-inner{opacity:0}}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-category ul{margin:0;padding:0;list-style:none;text-align:initial}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-category ul li{display:inline-block;margin-right:5px;margin-bottom:0;margin-left:0}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-category ul li a{display:block}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-title{display:block}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating{width:100%;margin:0;vertical-align:middle;overflow:hidden}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating{overflow:hidden;position:relative;line-height:1;height:1em;width:5.5em;font-family:star!important;letter-spacing:unset;margin:0}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating::before{content:"\73\73\73\73\73";float:left;top:0;left:0;position:absolute;opacity:1;color:inherit;font-family:star;font-size:inherit;letter-spacing:unset}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;color:inherit}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-rating .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;color:inherit;font-family:star;font-size:inherit;letter-spacing:unset}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price{margin:0;-ms-flex-wrap:wrap;flex-wrap:wrap;vertical-align:middle;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price ins{text-decoration:none;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;background-color:transparent}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price .onsale-off{display:inline-block;font-size:12px;font-weight:700;line-height:24px;color:#fff;background:#f03d3f;padding:0 10px 0 10px;border-radius:2px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price .shopengine-badge{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price del{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:1;color:initial}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-price .price del .amount{opacity:1}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar){left:0;right:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) ul{margin:0;padding:0;background-color:#fff;border:1px solid #f2f2f2}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li{padding:10px 12px;display:inline-block;text-align:center}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li:not(:last-child){border-right:1px solid #f2f2f2}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .number{display:block;line-height:1;font-size:20px;font-weight:500;color:#101010;margin-bottom:3px}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .text{display:block;line-height:1;font-size:11px;color:#101010;opacity:.5}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-progress-bar-wrap{height:2px;background-color:#f2f2f2;border-radius:10px;margin-bottom:7px}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .progress-bar{height:4px;border-radius:10px;background-color:#f03d3f;margin-top:0;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-progress-meta{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-progress-meta li{font-size:13px;font-weight:400;color:#858585;display:inline-block}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .product-details-cart{position:absolute;left:0;right:0;top:100%;opacity:0;visibility:hidden;z-index:10;padding:30px;padding-top:0;background-color:#fff;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.1);box-shadow:0 20px 40px rgba(0,0,0,.1);-webkit-transition:.4s cubic-bezier(.25,1,.5,1);transition:.4s cubic-bezier(.25,1,.5,1)}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item:hover{z-index:1;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.1);box-shadow:0 20px 40px rgba(0,0,0,.1)}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item:hover .product-details-cart{opacity:1;visibility:visible}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .badge{display:initial}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .add_to_cart_button,.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .add_to_cart_read_more,.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .product_type_simple{height:auto;border-radius:initial}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item .add-to-cart-bt .se-btn{text-decoration:none}@media screen and (max-width:767px){.shopengine-widget .shopengine-filterable-product-wrap .filter-content .shopengine-single-product-item{border:none}}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .filtered-product-list{opacity:0;display:none;visibility:hidden;-webkit-transition:.4s cubic-bezier(.25,1,.5,1);transition:.4s cubic-bezier(.25,1,.5,1);position:relative}.shopengine-widget .shopengine-filterable-product-wrap .filter-content .filtered-product-list.active{opacity:1;display:grid;visibility:visible;-webkit-animation:moveTop2 .7s;animation:moveTop2 .7s}.shopengine-widget .shopengine-filterable-product-wrap .price del{display:none}.shopengine-widget .shopengine-filterable-product-wrap .shopengine-discount-badge{display:none}.shopengine-widget .shopengine-product-category-lists a,.shopengine-widget .shopengine-product-category-lists a:hover{text-decoration:none}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid{grid-template-columns:repeat(4,minmax(0,1fr));display:grid}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item{background-repeat:no-repeat!important;background-position:center center!important;background-size:cover!important;-webkit-transition:.6s cubic-bezier(.16,1,.3,1)!important;transition:.6s cubic-bezier(.16,1,.3,1)!important;position:relative;z-index:1;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item::before{position:absolute;content:'';left:0;top:0;width:100%;height:100%;z-index:-1}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item .cat-icon{display:inline-block;text-align:center;cursor:pointer;-webkit-transition:.6s cubic-bezier(.25,1,.5,1);transition:.6s cubic-bezier(.25,1,.5,1)}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .single-cat-list-item .cat-icon:has(svg){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}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items{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;gap:10px;border:1px solid #d8d8d8;padding:10px;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items:hover{border-color:#868686}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items .shopengine-category-icon{text-align:center}.shopengine-widget .shopengine-product-category-lists .shopengine-category-lists-grid .shopengine-category-items .shopengine-category-icon :is(i,svg){text-align:center;vertical-align:middle}.shopengine-widget .shopengine-product-list .product-list-grid{display:grid}.shopengine-widget .shopengine-product-list a:not(.btn):not(.button):not(.added_to_cart):hover{opacity:1;text-decoration:none}.shopengine-widget .shopengine-product-list .product-list-view{display:grid;grid-template-columns:repeat(1,1fr)}.shopengine-widget .shopengine-product-list .product-list-view .shopengine-single-product-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:70px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;gap:14px}.shopengine-widget .shopengine-product-list .product-list-view .shopengine-single-product-item:hover{-webkit-box-shadow:none;box-shadow:none}.shopengine-widget .shopengine-product-list .product-list-view .shopengine-single-product-item .list-view-wrapper-contents{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:1;flex:1}.shopengine-widget .shopengine-product-list .shopengine-single-product-item{position:relative;-webkit-transition:.4s cubic-bezier(.25,1,.5,1);transition:.4s cubic-bezier(.25,1,.5,1)}.shopengine-widget .shopengine-product-list .shopengine-single-product-item:hover{z-index:1;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.1);box-shadow:0 20px 40px rgba(0,0,0,.1)}.shopengine-widget .shopengine-product-list .shopengine-single-product-item:hover .product-details-cart{opacity:1;visibility:visible}.shopengine-widget .shopengine-product-list .shopengine-single-product-item:hover .overlay-add-to-cart{opacity:1;visibility:visible}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .categories-product-list{background:#fff}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .categories-product-list a{display:block}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb{position:relative;line-height:normal!important}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge{position:absolute;display:inline-block;border-radius:3px}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-left{top:10px;left:10px}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-right{top:10px;right:10px}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.align-vertical ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge.align-vertical ul .sale{text-align:center}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge ul{margin:0;padding:0;list-style:none}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge{width:auto;height:auto}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale){border:none;text-align:center}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale) a{display:block}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart{position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;display:none;opacity:0;visibility:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart>.add-links-wrap,.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart>.add-links-wrap>.add-links,.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart>.add-to-cart-wrap{display:inherit;-webkit-box-pack:inherit;-ms-flex-pack:inherit;justify-content:inherit;-webkit-box-align:inherit;-ms-flex-align:inherit;align-items:inherit;-webkit-box-orient:inherit;-webkit-box-direction:inherit;-ms-flex-direction:inherit;flex-direction:inherit}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-bottom{left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;left:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-center{-ms-flex-wrap:wrap;flex-wrap:wrap;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart.position-center a{width:50%}body.theme-porto .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart .quickview{display:none}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a{margin-bottom:0;height:auto;text-indent:-9999px;border-width:0;border-radius:0!important;-webkit-box-shadow:none;box-shadow:none;line-height:0;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:16px;font-weight:400;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a:hover{opacity:1}body.theme-electro .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a:not(:last-child),body.theme-porto .shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a:not(:last-child){margin-right:-1px}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.added_to_cart{display:none}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a::before{margin-right:0;font-family:shopengine;font-weight:inherit;float:left;line-height:20px;text-indent:0;width:100%;background-color:transparent;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.badge{pointer-events:auto}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine-quickview-trigger::before{content:"\e92c"}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.button[data-quantity]:before{content:"\e933"}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.add_to_cart_button.loading{opacity:1}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.add_to_cart_button.loading::before{visibility:hidden;opacity:0}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.add_to_cart_button.loading::after{text-indent:0;margin-left:auto;margin-right:auto;text-align:center;left:0;right:0;top:50%}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine-wishlist::before{content:"\e906"}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine-comparison::before{content:"\e91b"}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .overlay-add-to-cart a.shopengine_direct_checkout::before{content:"\e953"}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category{text-align:left;display:none;text-align:left}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category ul{margin:0;padding:0;list-style:none}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category ul li{display:inline-block;margin-right:5px;margin-bottom:0}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-category ul li a{display:block}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-title{display:block}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-title a{font-weight:inherit}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating{width:100%;margin:0;display:none;overflow:hidden}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating>.rating-wrap{display:inline-block}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating{float:none;display:inline-block;margin-top:0;margin-bottom:0;overflow:hidden;position:relative;line-height:1;height:1em;width:5.5em;font-family:star!important;vertical-align:middle}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating::before{content:"\73\73\73\73\73";float:left;top:0;left:0;position:absolute;font-family:inherit;font-size:inherit;letter-spacing:normal;opacity:1}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;font-family:inherit!important}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0;font-family:inherit;font-size:inherit;letter-spacing:normal}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-rating .rating-count{display:inline-block;vertical-align:middle}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price{margin:0;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}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price ins{margin-left:0;background:0 0;text-decoration:none;font-weight:inherit}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price .shopengine-discount-badge{display:none;color:#fff;background:#f03d3f;padding:0 10px 0 10px;border-radius:2px;-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;opacity:1;font-size:inherit;font-weight:inherit}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del .amount{opacity:inherit;font-weight:inherit}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del .amount,.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-price .price del bdi{color:inherit}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar){left:0;right:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) ul{margin:0;padding:0}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li{display:inline-block;text-align:center}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .number{display:block;margin-bottom:3px}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .text{display:block}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-progress-bar-wrap{height:2px;background-color:#f2f2f2;border-radius:10px;margin-bottom:7px}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .progress-bar{height:4px;border-radius:10px;background-color:#f03d3f;margin-top:0;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-progress-meta{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-progress-meta li{font-size:13px;font-weight:400;color:#858585;display:inline-block}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .product-details-cart{position:absolute;left:0;right:0;top:100%;opacity:0;visibility:hidden;z-index:10;padding:30px;padding-top:0;background-color:#fff;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.1);box-shadow:0 20px 40px rgba(0,0,0,.1);-webkit-transition:.4s cubic-bezier(.25,1,.5,1);transition:.4s cubic-bezier(.25,1,.5,1);display:none!important}.shopengine-widget .shopengine-product-list .shopengine-single-product-item .add-to-cart-bt{text-align:center}.shopengine-widget .shopengine-recently-viewed-products .recent-viewed-product-list{display:grid}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item{position:relative;background-color:#fff;-webkit-transition:.4s cubic-bezier(.25,1,.5,1);transition:.4s cubic-bezier(.25,1,.5,1);-ms-flex-item-align:start;align-self:flex-start}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .categories-product-list{background:#fff}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .categories-product-list a{display:block}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb{position:relative}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb a{display:block;line-height:0}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge{position:absolute;display:inline-block;border-radius:3px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-left{top:10px;left:10px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge.position-top-right{top:10px;right:10px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge.align-vertical ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge ul{margin:0;padding:0;list-style:none}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale){border:none;display:none;text-align:center;opacity:1;width:auto;height:auto}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge .badge:not(.sale) a{display:block}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .product-tag-sale-badge .sale{height:auto;width:auto;display:none}@media (max-width:768px){.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-thumb .loop-product--btns-inner{opacity:0}}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart{position:absolute;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;overflow:hidden;opacity:0;visibility:hidden;-webkit-transition:all .3s;transition:all .3s}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-bottom{left:50%;bottom:0;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-left{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-center{-ms-flex-wrap:wrap;flex-wrap:wrap;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart.position-center a{width:50%}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a{text-indent:-9999px;border-radius:0;line-height:0;text-align:center;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-transition:all .3s;transition:all .3s}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.added_to_cart{display:none}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a::before{font-family:shopengine;float:left;line-height:20px;text-indent:0;width:100%;-webkit-transition:all .3s;transition:all .3s}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.shopengine-quickview-trigger::before{content:"\e92c"}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button::before{content:"\e933"}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button.loading{opacity:1}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button.loading::before{visibility:hidden;opacity:0}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.button.loading::after{text-indent:0;margin-left:auto;margin-right:auto;text-align:center;left:0;right:0;top:50%}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.wishlist::before{content:"\e906"}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .overlay-add-to-cart a.compare::before{content:"\e91b"}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-category ul{margin:0;padding:0;list-style:none}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-category ul li{display:inline-block;margin-right:5px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-category ul li a{display:block}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-title{display:none;margin:0}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-title a{color:#101010;font-size:15px;font-weight:500;text-transform:none;line-height:20px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating{width:100%;margin:0;display:block;overflow:hidden}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating{float:none;display:inline-block;margin-top:0;overflow:hidden;position:relative;line-height:1;height:1em;width:5.5em;font-family:star;vertical-align:middle}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating::before{content:"\73\73\73\73\73";float:left;top:0;left:0;position:absolute}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .star-rating span::before{content:"\53\53\53\53\53";top:0;position:absolute;left:0}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-rating .rating-count{display:inline-block;vertical-align:middle}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price{display:none}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price ins{text-decoration:none;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price .onsale-off{display:inline-block;font-size:12px;font-weight:700;line-height:24px;color:#fff;background:#f03d3f;padding:0 10px 0 10px;border-radius:2px;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price del{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .price .shopengine-discount-badge{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-price .pre-order-closed-message{margin:0;font-size:inherit;padding:0 5px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar){left:0;right:0;bottom:0;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) ul{margin:0;padding:0}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) li{display:inline-block;text-align:center}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .number{display:block;margin-bottom:3px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-end-sale-timer:not(.counter-position-progressbar) .text{display:block}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-progress-bar-wrap{height:2px;background-color:#f2f2f2;border-radius:10px;margin-bottom:7px}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .progress-bar{height:4px;border-radius:10px;background-color:#f03d3f;margin-top:0;-webkit-transform:translateY(-1px);transform:translateY(-1px)}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-progress-meta{margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-progress-meta li{font-size:13px;font-weight:400;color:#858585;display:inline-block}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .product-details-cart{position:absolute;left:0;right:0;top:100%;opacity:0;visibility:hidden;z-index:10;padding:30px;padding-top:0;background-color:#fff;-webkit-box-shadow:0 20px 40px rgba(0,0,0,.1);box-shadow:0 20px 40px rgba(0,0,0,.1);-webkit-transition:.4s cubic-bezier(.25,1,.5,1);transition:.4s cubic-bezier(.25,1,.5,1);display:none!important}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item:hover{z-index:1;-webkit-box-shadow:0 20px 30px rgba(0,0,0,.04);box-shadow:0 20px 30px rgba(0,0,0,.04)}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item:hover .product-details-cart{opacity:1;visibility:visible}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item:hover .overlay-add-to-cart{opacity:1;visibility:visible}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt{padding:8px 0}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt .button{display:none}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt .se-btn{color:#3e3e3e}.shopengine-widget .shopengine-recently-viewed-products .shopengine-single-product-item .add-to-cart-bt .se-btn:hover{color:#f03d3f}.shopengine-widget .shopengine-tags a:hover{text-decoration:none}.shopengine-widget .shopengine-sku .product-stock{display:none}.shopengine-widget .shopengine-product-stock .available-on-backorder svg,.shopengine-widget .shopengine-product-stock .in-stock svg,.shopengine-widget .shopengine-product-stock .out-of-stock svg{width:14px;margin-right:5px;margin-bottom:-2px}.shopengine-widget .shopengine-product-stock p{margin:0;padding:0}.shopengine-widget .shopengine-product-stock p::after,.shopengine-widget .shopengine-product-stock p::before{display:none}.shopengine-widget .shopengine-product-stock i{margin-right:5px}.shopengine-widget .shopengine-product-price p{padding:0;margin:0!important}.shopengine-widget .shopengine-product-price .price{-ms-flex-wrap:wrap;flex-wrap:wrap}.shopengine-widget .shopengine-product-price del bdi{text-decoration:line-through}.shopengine-widget .shopengine-product-price .shopengine-discount-badge{padding-left:5px;padding-right:5px}.shopengine-widget .shopengine-product-price ins .amount{background:0 0!important}.shopengine-widget .shopengine-account-logout a{text-decoration:none!important;display:inline-block}.shopengine-widget .shopengine-account-logout a span{margin-left:8px}.shopengine-widget .shopengine-account-logout a:hover{text-decoration:none!important}.shopengine-widget .shopengine-currency-switcher{position:relative;color:#3a3a3a;z-index:0}.shopengine-widget .shopengine-currency-switcher--icon{content:"\e89e";display:block;position:absolute;top:50%;right:10px;width:auto;font-family:eicons;font-size:1.4em;line-height:inherit;pointer-events:none;text-align:center;-webkit-transition:color .3s;transition:color .3s;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:0}.shopengine-widget .shopengine-currency-switcher--icon::before{display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.shopengine-widget .shopengine-currency-switcher--select:not([type=radio]){display:block;width:100%;height:40px;padding:0 35px 0 15px;font-size:16px;line-height:38px;font-weight:500;color:inherit;border:1px solid #f2f2f2;border-radius:0;-webkit-box-shadow:none;box-shadow:none;background:0 0;cursor:pointer;outline:0;-webkit-transition:color .3s,background-color .3s ease-in-out,border-color .3s;transition:color .3s,background-color .3s ease-in-out,border-color .3s;-moz-appearance:none;-webkit-appearance:none}.shopengine-widget .shopengine-currency-switcher--select:not([type=radio]):-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.shopengine-widget .shopengine-currency-switcher--select:not([type=radio])::-ms-expand{display:none}.shopengine-widget .shopengine-currency-switcher .shopengine-currency-switcher--select:focus,.shopengine-widget .shopengine-currency-switcher .shopengine-currency-switcher--select:hover,.shopengine-widget .shopengine-currency-switcher:hover::after{border-color:#ccc}.shopengine-widget .shopengine-archive-products__left-image{display:none}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-archive-mode-grid{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}@media (max-width:768px){.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-archive-mode-grid{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-archive-products__left-image{display:inline-block}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list ul.products{display:grid!important;grid-template-columns:1fr!important}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list li.product{display:inline-block;text-align:left!important;-ms-flex-item-align:center!important;align-self:center!important;margin-bottom:0!important;position:static!important}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list li.product .attachment-woocommerce_thumbnail{display:none}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .loop-product--btns{position:absolute;bottom:30px;max-width:230px}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .shopengine-product-excerpt{border:0!important;padding-top:25px}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .onsale{display:none!important}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list ul.product-categories{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;padding:0!important}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .star-rating{margin:0!important}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-list .price{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important;padding:0!important}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-3 ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;-webkit-transition:all .75 ease-in-out;transition:all .75 ease-in-out}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-3 ul.products .attachment-woocommerce_thumbnail{width:100%;height:auto}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-2 ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;-webkit-transition:all .75 ease-in-out;transition:all .75 ease-in-out}.shopengine-widget .shopengine-archive-products.shopengine-archive-products--view-grid-2 ul.products .attachment-woocommerce_thumbnail{width:100%;height:auto}.elementor-editor-active .shopengine-table__body-item--td.product-name img,.elementor-editor-preview .shopengine-table__body-item--td.product-name img{display:none}.elementor-editor-active .shopengine-table__body,.elementor-editor-preview .shopengine-table__body{padding:30px 0 30px 40px}.elementor-editor-active .shopengine-cart-table .shopengine-table__footer,.elementor-editor-preview .shopengine-cart-table .shopengine-table__footer{padding:30px 0 0 0}.elementor-editor-active .shopengine-checkout-payment .payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon,.elementor-editor-preview .shopengine-checkout-payment .payment_method_stripe_cc .wc-stripe-card-icons-container img.wc-stripe-card-icon{max-width:43px;max-height:26px;width:43px;height:26px;float:none;display:inline}.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating,.elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating{position:relative}.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating::before,.elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating::before{content:"sssss"}.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span,.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span,.elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span,.elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em;height:1em}.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span::before,.elementor-editor-active .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span::before,.elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .shopengine-widget .shopengine-product-rating .woocommerce-product-rating .star-rating>span::before,.elementor-editor-preview .shopengine-archive-products .archive-product-container .woocommerce-LoopProduct-link .star-rating>span::before{content:"SSSSS";top:0;position:absolute;left:0}.fa,
.fas,
.far,
.fal,
.fad,
.fab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1; }
.fa-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em; }
.fa-xs {
font-size: .75em; }
.fa-sm {
font-size: .875em; }
.fa-1x {
font-size: 1em; }
.fa-2x {
font-size: 2em; }
.fa-3x {
font-size: 3em; }
.fa-4x {
font-size: 4em; }
.fa-5x {
font-size: 5em; }
.fa-6x {
font-size: 6em; }
.fa-7x {
font-size: 7em; }
.fa-8x {
font-size: 8em; }
.fa-9x {
font-size: 9em; }
.fa-10x {
font-size: 10em; }
.fa-fw {
text-align: center;
width: 1.25em; }
.fa-ul {
list-style-type: none;
margin-left: 2.5em;
padding-left: 0; }
.fa-ul > li {
position: relative; }
.fa-li {
left: -2em;
position: absolute;
text-align: center;
width: 2em;
line-height: inherit; }
.fa-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em; }
.fa-pull-left {
float: left; }
.fa-pull-right {
float: right; }
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
margin-right: .3em; }
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
margin-left: .3em; }
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear; }
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8); }
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg); }
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg); }
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg); }
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg); }
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1); }
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1); }
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1); }
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
-webkit-filter: none;
filter: none; }
.fa-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em; }
.fa-stack-1x,
.fa-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%; }
.fa-stack-1x {
line-height: inherit; }
.fa-stack-2x {
font-size: 2em; }
.fa-inverse {
color: #fff; } .fa-500px:before {
content: "\f26e"; }
.fa-accessible-icon:before {
content: "\f368"; }
.fa-accusoft:before {
content: "\f369"; }
.fa-acquisitions-incorporated:before {
content: "\f6af"; }
.fa-ad:before {
content: "\f641"; }
.fa-address-book:before {
content: "\f2b9"; }
.fa-address-card:before {
content: "\f2bb"; }
.fa-adjust:before {
content: "\f042"; }
.fa-adn:before {
content: "\f170"; }
.fa-adversal:before {
content: "\f36a"; }
.fa-affiliatetheme:before {
content: "\f36b"; }
.fa-air-freshener:before {
content: "\f5d0"; }
.fa-airbnb:before {
content: "\f834"; }
.fa-algolia:before {
content: "\f36c"; }
.fa-align-center:before {
content: "\f037"; }
.fa-align-justify:before {
content: "\f039"; }
.fa-align-left:before {
content: "\f036"; }
.fa-align-right:before {
content: "\f038"; }
.fa-alipay:before {
content: "\f642"; }
.fa-allergies:before {
content: "\f461"; }
.fa-amazon:before {
content: "\f270"; }
.fa-amazon-pay:before {
content: "\f42c"; }
.fa-ambulance:before {
content: "\f0f9"; }
.fa-american-sign-language-interpreting:before {
content: "\f2a3"; }
.fa-amilia:before {
content: "\f36d"; }
.fa-anchor:before {
content: "\f13d"; }
.fa-android:before {
content: "\f17b"; }
.fa-angellist:before {
content: "\f209"; }
.fa-angle-double-down:before {
content: "\f103"; }
.fa-angle-double-left:before {
content: "\f100"; }
.fa-angle-double-right:before {
content: "\f101"; }
.fa-angle-double-up:before {
content: "\f102"; }
.fa-angle-down:before {
content: "\f107"; }
.fa-angle-left:before {
content: "\f104"; }
.fa-angle-right:before {
content: "\f105"; }
.fa-angle-up:before {
content: "\f106"; }
.fa-angry:before {
content: "\f556"; }
.fa-angrycreative:before {
content: "\f36e"; }
.fa-angular:before {
content: "\f420"; }
.fa-ankh:before {
content: "\f644"; }
.fa-app-store:before {
content: "\f36f"; }
.fa-app-store-ios:before {
content: "\f370"; }
.fa-apper:before {
content: "\f371"; }
.fa-apple:before {
content: "\f179"; }
.fa-apple-alt:before {
content: "\f5d1"; }
.fa-apple-pay:before {
content: "\f415"; }
.fa-archive:before {
content: "\f187"; }
.fa-archway:before {
content: "\f557"; }
.fa-arrow-alt-circle-down:before {
content: "\f358"; }
.fa-arrow-alt-circle-left:before {
content: "\f359"; }
.fa-arrow-alt-circle-right:before {
content: "\f35a"; }
.fa-arrow-alt-circle-up:before {
content: "\f35b"; }
.fa-arrow-circle-down:before {
content: "\f0ab"; }
.fa-arrow-circle-left:before {
content: "\f0a8"; }
.fa-arrow-circle-right:before {
content: "\f0a9"; }
.fa-arrow-circle-up:before {
content: "\f0aa"; }
.fa-arrow-down:before {
content: "\f063"; }
.fa-arrow-left:before {
content: "\f060"; }
.fa-arrow-right:before {
content: "\f061"; }
.fa-arrow-up:before {
content: "\f062"; }
.fa-arrows-alt:before {
content: "\f0b2"; }
.fa-arrows-alt-h:before {
content: "\f337"; }
.fa-arrows-alt-v:before {
content: "\f338"; }
.fa-artstation:before {
content: "\f77a"; }
.fa-assistive-listening-systems:before {
content: "\f2a2"; }
.fa-asterisk:before {
content: "\f069"; }
.fa-asymmetrik:before {
content: "\f372"; }
.fa-at:before {
content: "\f1fa"; }
.fa-atlas:before {
content: "\f558"; }
.fa-atlassian:before {
content: "\f77b"; }
.fa-atom:before {
content: "\f5d2"; }
.fa-audible:before {
content: "\f373"; }
.fa-audio-description:before {
content: "\f29e"; }
.fa-autoprefixer:before {
content: "\f41c"; }
.fa-avianex:before {
content: "\f374"; }
.fa-aviato:before {
content: "\f421"; }
.fa-award:before {
content: "\f559"; }
.fa-aws:before {
content: "\f375"; }
.fa-baby:before {
content: "\f77c"; }
.fa-baby-carriage:before {
content: "\f77d"; }
.fa-backspace:before {
content: "\f55a"; }
.fa-backward:before {
content: "\f04a"; }
.fa-bacon:before {
content: "\f7e5"; }
.fa-bacteria:before {
content: "\e059"; }
.fa-bacterium:before {
content: "\e05a"; }
.fa-bahai:before {
content: "\f666"; }
.fa-balance-scale:before {
content: "\f24e"; }
.fa-balance-scale-left:before {
content: "\f515"; }
.fa-balance-scale-right:before {
content: "\f516"; }
.fa-ban:before {
content: "\f05e"; }
.fa-band-aid:before {
content: "\f462"; }
.fa-bandcamp:before {
content: "\f2d5"; }
.fa-barcode:before {
content: "\f02a"; }
.fa-bars:before {
content: "\f0c9"; }
.fa-baseball-ball:before {
content: "\f433"; }
.fa-basketball-ball:before {
content: "\f434"; }
.fa-bath:before {
content: "\f2cd"; }
.fa-battery-empty:before {
content: "\f244"; }
.fa-battery-full:before {
content: "\f240"; }
.fa-battery-half:before {
content: "\f242"; }
.fa-battery-quarter:before {
content: "\f243"; }
.fa-battery-three-quarters:before {
content: "\f241"; }
.fa-battle-net:before {
content: "\f835"; }
.fa-bed:before {
content: "\f236"; }
.fa-beer:before {
content: "\f0fc"; }
.fa-behance:before {
content: "\f1b4"; }
.fa-behance-square:before {
content: "\f1b5"; }
.fa-bell:before {
content: "\f0f3"; }
.fa-bell-slash:before {
content: "\f1f6"; }
.fa-bezier-curve:before {
content: "\f55b"; }
.fa-bible:before {
content: "\f647"; }
.fa-bicycle:before {
content: "\f206"; }
.fa-biking:before {
content: "\f84a"; }
.fa-bimobject:before {
content: "\f378"; }
.fa-binoculars:before {
content: "\f1e5"; }
.fa-biohazard:before {
content: "\f780"; }
.fa-birthday-cake:before {
content: "\f1fd"; }
.fa-bitbucket:before {
content: "\f171"; }
.fa-bitcoin:before {
content: "\f379"; }
.fa-bity:before {
content: "\f37a"; }
.fa-black-tie:before {
content: "\f27e"; }
.fa-blackberry:before {
content: "\f37b"; }
.fa-blender:before {
content: "\f517"; }
.fa-blender-phone:before {
content: "\f6b6"; }
.fa-blind:before {
content: "\f29d"; }
.fa-blog:before {
content: "\f781"; }
.fa-blogger:before {
content: "\f37c"; }
.fa-blogger-b:before {
content: "\f37d"; }
.fa-bluetooth:before {
content: "\f293"; }
.fa-bluetooth-b:before {
content: "\f294"; }
.fa-bold:before {
content: "\f032"; }
.fa-bolt:before {
content: "\f0e7"; }
.fa-bomb:before {
content: "\f1e2"; }
.fa-bone:before {
content: "\f5d7"; }
.fa-bong:before {
content: "\f55c"; }
.fa-book:before {
content: "\f02d"; }
.fa-book-dead:before {
content: "\f6b7"; }
.fa-book-medical:before {
content: "\f7e6"; }
.fa-book-open:before {
content: "\f518"; }
.fa-book-reader:before {
content: "\f5da"; }
.fa-bookmark:before {
content: "\f02e"; }
.fa-bootstrap:before {
content: "\f836"; }
.fa-border-all:before {
content: "\f84c"; }
.fa-border-none:before {
content: "\f850"; }
.fa-border-style:before {
content: "\f853"; }
.fa-bowling-ball:before {
content: "\f436"; }
.fa-box:before {
content: "\f466"; }
.fa-box-open:before {
content: "\f49e"; }
.fa-box-tissue:before {
content: "\e05b"; }
.fa-boxes:before {
content: "\f468"; }
.fa-braille:before {
content: "\f2a1"; }
.fa-brain:before {
content: "\f5dc"; }
.fa-bread-slice:before {
content: "\f7ec"; }
.fa-briefcase:before {
content: "\f0b1"; }
.fa-briefcase-medical:before {
content: "\f469"; }
.fa-broadcast-tower:before {
content: "\f519"; }
.fa-broom:before {
content: "\f51a"; }
.fa-brush:before {
content: "\f55d"; }
.fa-btc:before {
content: "\f15a"; }
.fa-buffer:before {
content: "\f837"; }
.fa-bug:before {
content: "\f188"; }
.fa-building:before {
content: "\f1ad"; }
.fa-bullhorn:before {
content: "\f0a1"; }
.fa-bullseye:before {
content: "\f140"; }
.fa-burn:before {
content: "\f46a"; }
.fa-buromobelexperte:before {
content: "\f37f"; }
.fa-bus:before {
content: "\f207"; }
.fa-bus-alt:before {
content: "\f55e"; }
.fa-business-time:before {
content: "\f64a"; }
.fa-buy-n-large:before {
content: "\f8a6"; }
.fa-buysellads:before {
content: "\f20d"; }
.fa-calculator:before {
content: "\f1ec"; }
.fa-calendar:before {
content: "\f133"; }
.fa-calendar-alt:before {
content: "\f073"; }
.fa-calendar-check:before {
content: "\f274"; }
.fa-calendar-day:before {
content: "\f783"; }
.fa-calendar-minus:before {
content: "\f272"; }
.fa-calendar-plus:before {
content: "\f271"; }
.fa-calendar-times:before {
content: "\f273"; }
.fa-calendar-week:before {
content: "\f784"; }
.fa-camera:before {
content: "\f030"; }
.fa-camera-retro:before {
content: "\f083"; }
.fa-campground:before {
content: "\f6bb"; }
.fa-canadian-maple-leaf:before {
content: "\f785"; }
.fa-candy-cane:before {
content: "\f786"; }
.fa-cannabis:before {
content: "\f55f"; }
.fa-capsules:before {
content: "\f46b"; }
.fa-car:before {
content: "\f1b9"; }
.fa-car-alt:before {
content: "\f5de"; }
.fa-car-battery:before {
content: "\f5df"; }
.fa-car-crash:before {
content: "\f5e1"; }
.fa-car-side:before {
content: "\f5e4"; }
.fa-caravan:before {
content: "\f8ff"; }
.fa-caret-down:before {
content: "\f0d7"; }
.fa-caret-left:before {
content: "\f0d9"; }
.fa-caret-right:before {
content: "\f0da"; }
.fa-caret-square-down:before {
content: "\f150"; }
.fa-caret-square-left:before {
content: "\f191"; }
.fa-caret-square-right:before {
content: "\f152"; }
.fa-caret-square-up:before {
content: "\f151"; }
.fa-caret-up:before {
content: "\f0d8"; }
.fa-carrot:before {
content: "\f787"; }
.fa-cart-arrow-down:before {
content: "\f218"; }
.fa-cart-plus:before {
content: "\f217"; }
.fa-cash-register:before {
content: "\f788"; }
.fa-cat:before {
content: "\f6be"; }
.fa-cc-amazon-pay:before {
content: "\f42d"; }
.fa-cc-amex:before {
content: "\f1f3"; }
.fa-cc-apple-pay:before {
content: "\f416"; }
.fa-cc-diners-club:before {
content: "\f24c"; }
.fa-cc-discover:before {
content: "\f1f2"; }
.fa-cc-jcb:before {
content: "\f24b"; }
.fa-cc-mastercard:before {
content: "\f1f1"; }
.fa-cc-paypal:before {
content: "\f1f4"; }
.fa-cc-stripe:before {
content: "\f1f5"; }
.fa-cc-visa:before {
content: "\f1f0"; }
.fa-centercode:before {
content: "\f380"; }
.fa-centos:before {
content: "\f789"; }
.fa-certificate:before {
content: "\f0a3"; }
.fa-chair:before {
content: "\f6c0"; }
.fa-chalkboard:before {
content: "\f51b"; }
.fa-chalkboard-teacher:before {
content: "\f51c"; }
.fa-charging-station:before {
content: "\f5e7"; }
.fa-chart-area:before {
content: "\f1fe"; }
.fa-chart-bar:before {
content: "\f080"; }
.fa-chart-line:before {
content: "\f201"; }
.fa-chart-pie:before {
content: "\f200"; }
.fa-check:before {
content: "\f00c"; }
.fa-check-circle:before {
content: "\f058"; }
.fa-check-double:before {
content: "\f560"; }
.fa-check-square:before {
content: "\f14a"; }
.fa-cheese:before {
content: "\f7ef"; }
.fa-chess:before {
content: "\f439"; }
.fa-chess-bishop:before {
content: "\f43a"; }
.fa-chess-board:before {
content: "\f43c"; }
.fa-chess-king:before {
content: "\f43f"; }
.fa-chess-knight:before {
content: "\f441"; }
.fa-chess-pawn:before {
content: "\f443"; }
.fa-chess-queen:before {
content: "\f445"; }
.fa-chess-rook:before {
content: "\f447"; }
.fa-chevron-circle-down:before {
content: "\f13a"; }
.fa-chevron-circle-left:before {
content: "\f137"; }
.fa-chevron-circle-right:before {
content: "\f138"; }
.fa-chevron-circle-up:before {
content: "\f139"; }
.fa-chevron-down:before {
content: "\f078"; }
.fa-chevron-left:before {
content: "\f053"; }
.fa-chevron-right:before {
content: "\f054"; }
.fa-chevron-up:before {
content: "\f077"; }
.fa-child:before {
content: "\f1ae"; }
.fa-chrome:before {
content: "\f268"; }
.fa-chromecast:before {
content: "\f838"; }
.fa-church:before {
content: "\f51d"; }
.fa-circle:before {
content: "\f111"; }
.fa-circle-notch:before {
content: "\f1ce"; }
.fa-city:before {
content: "\f64f"; }
.fa-clinic-medical:before {
content: "\f7f2"; }
.fa-clipboard:before {
content: "\f328"; }
.fa-clipboard-check:before {
content: "\f46c"; }
.fa-clipboard-list:before {
content: "\f46d"; }
.fa-clock:before {
content: "\f017"; }
.fa-clone:before {
content: "\f24d"; }
.fa-closed-captioning:before {
content: "\f20a"; }
.fa-cloud:before {
content: "\f0c2"; }
.fa-cloud-download-alt:before {
content: "\f381"; }
.fa-cloud-meatball:before {
content: "\f73b"; }
.fa-cloud-moon:before {
content: "\f6c3"; }
.fa-cloud-moon-rain:before {
content: "\f73c"; }
.fa-cloud-rain:before {
content: "\f73d"; }
.fa-cloud-showers-heavy:before {
content: "\f740"; }
.fa-cloud-sun:before {
content: "\f6c4"; }
.fa-cloud-sun-rain:before {
content: "\f743"; }
.fa-cloud-upload-alt:before {
content: "\f382"; }
.fa-cloudflare:before {
content: "\e07d"; }
.fa-cloudscale:before {
content: "\f383"; }
.fa-cloudsmith:before {
content: "\f384"; }
.fa-cloudversify:before {
content: "\f385"; }
.fa-cocktail:before {
content: "\f561"; }
.fa-code:before {
content: "\f121"; }
.fa-code-branch:before {
content: "\f126"; }
.fa-codepen:before {
content: "\f1cb"; }
.fa-codiepie:before {
content: "\f284"; }
.fa-coffee:before {
content: "\f0f4"; }
.fa-cog:before {
content: "\f013"; }
.fa-cogs:before {
content: "\f085"; }
.fa-coins:before {
content: "\f51e"; }
.fa-columns:before {
content: "\f0db"; }
.fa-comment:before {
content: "\f075"; }
.fa-comment-alt:before {
content: "\f27a"; }
.fa-comment-dollar:before {
content: "\f651"; }
.fa-comment-dots:before {
content: "\f4ad"; }
.fa-comment-medical:before {
content: "\f7f5"; }
.fa-comment-slash:before {
content: "\f4b3"; }
.fa-comments:before {
content: "\f086"; }
.fa-comments-dollar:before {
content: "\f653"; }
.fa-compact-disc:before {
content: "\f51f"; }
.fa-compass:before {
content: "\f14e"; }
.fa-compress:before {
content: "\f066"; }
.fa-compress-alt:before {
content: "\f422"; }
.fa-compress-arrows-alt:before {
content: "\f78c"; }
.fa-concierge-bell:before {
content: "\f562"; }
.fa-confluence:before {
content: "\f78d"; }
.fa-connectdevelop:before {
content: "\f20e"; }
.fa-contao:before {
content: "\f26d"; }
.fa-cookie:before {
content: "\f563"; }
.fa-cookie-bite:before {
content: "\f564"; }
.fa-copy:before {
content: "\f0c5"; }
.fa-copyright:before {
content: "\f1f9"; }
.fa-cotton-bureau:before {
content: "\f89e"; }
.fa-couch:before {
content: "\f4b8"; }
.fa-cpanel:before {
content: "\f388"; }
.fa-creative-commons:before {
content: "\f25e"; }
.fa-creative-commons-by:before {
content: "\f4e7"; }
.fa-creative-commons-nc:before {
content: "\f4e8"; }
.fa-creative-commons-nc-eu:before {
content: "\f4e9"; }
.fa-creative-commons-nc-jp:before {
content: "\f4ea"; }
.fa-creative-commons-nd:before {
content: "\f4eb"; }
.fa-creative-commons-pd:before {
content: "\f4ec"; }
.fa-creative-commons-pd-alt:before {
content: "\f4ed"; }
.fa-creative-commons-remix:before {
content: "\f4ee"; }
.fa-creative-commons-sa:before {
content: "\f4ef"; }
.fa-creative-commons-sampling:before {
content: "\f4f0"; }
.fa-creative-commons-sampling-plus:before {
content: "\f4f1"; }
.fa-creative-commons-share:before {
content: "\f4f2"; }
.fa-creative-commons-zero:before {
content: "\f4f3"; }
.fa-credit-card:before {
content: "\f09d"; }
.fa-critical-role:before {
content: "\f6c9"; }
.fa-crop:before {
content: "\f125"; }
.fa-crop-alt:before {
content: "\f565"; }
.fa-cross:before {
content: "\f654"; }
.fa-crosshairs:before {
content: "\f05b"; }
.fa-crow:before {
content: "\f520"; }
.fa-crown:before {
content: "\f521"; }
.fa-crutch:before {
content: "\f7f7"; }
.fa-css3:before {
content: "\f13c"; }
.fa-css3-alt:before {
content: "\f38b"; }
.fa-cube:before {
content: "\f1b2"; }
.fa-cubes:before {
content: "\f1b3"; }
.fa-cut:before {
content: "\f0c4"; }
.fa-cuttlefish:before {
content: "\f38c"; }
.fa-d-and-d:before {
content: "\f38d"; }
.fa-d-and-d-beyond:before {
content: "\f6ca"; }
.fa-dailymotion:before {
content: "\e052"; }
.fa-dashcube:before {
content: "\f210"; }
.fa-database:before {
content: "\f1c0"; }
.fa-deaf:before {
content: "\f2a4"; }
.fa-deezer:before {
content: "\e077"; }
.fa-delicious:before {
content: "\f1a5"; }
.fa-democrat:before {
content: "\f747"; }
.fa-deploydog:before {
content: "\f38e"; }
.fa-deskpro:before {
content: "\f38f"; }
.fa-desktop:before {
content: "\f108"; }
.fa-dev:before {
content: "\f6cc"; }
.fa-deviantart:before {
content: "\f1bd"; }
.fa-dharmachakra:before {
content: "\f655"; }
.fa-dhl:before {
content: "\f790"; }
.fa-diagnoses:before {
content: "\f470"; }
.fa-diaspora:before {
content: "\f791"; }
.fa-dice:before {
content: "\f522"; }
.fa-dice-d20:before {
content: "\f6cf"; }
.fa-dice-d6:before {
content: "\f6d1"; }
.fa-dice-five:before {
content: "\f523"; }
.fa-dice-four:before {
content: "\f524"; }
.fa-dice-one:before {
content: "\f525"; }
.fa-dice-six:before {
content: "\f526"; }
.fa-dice-three:before {
content: "\f527"; }
.fa-dice-two:before {
content: "\f528"; }
.fa-digg:before {
content: "\f1a6"; }
.fa-digital-ocean:before {
content: "\f391"; }
.fa-digital-tachograph:before {
content: "\f566"; }
.fa-directions:before {
content: "\f5eb"; }
.fa-discord:before {
content: "\f392"; }
.fa-discourse:before {
content: "\f393"; }
.fa-disease:before {
content: "\f7fa"; }
.fa-divide:before {
content: "\f529"; }
.fa-dizzy:before {
content: "\f567"; }
.fa-dna:before {
content: "\f471"; }
.fa-dochub:before {
content: "\f394"; }
.fa-docker:before {
content: "\f395"; }
.fa-dog:before {
content: "\f6d3"; }
.fa-dollar-sign:before {
content: "\f155"; }
.fa-dolly:before {
content: "\f472"; }
.fa-dolly-flatbed:before {
content: "\f474"; }
.fa-donate:before {
content: "\f4b9"; }
.fa-door-closed:before {
content: "\f52a"; }
.fa-door-open:before {
content: "\f52b"; }
.fa-dot-circle:before {
content: "\f192"; }
.fa-dove:before {
content: "\f4ba"; }
.fa-download:before {
content: "\f019"; }
.fa-draft2digital:before {
content: "\f396"; }
.fa-drafting-compass:before {
content: "\f568"; }
.fa-dragon:before {
content: "\f6d5"; }
.fa-draw-polygon:before {
content: "\f5ee"; }
.fa-dribbble:before {
content: "\f17d"; }
.fa-dribbble-square:before {
content: "\f397"; }
.fa-dropbox:before {
content: "\f16b"; }
.fa-drum:before {
content: "\f569"; }
.fa-drum-steelpan:before {
content: "\f56a"; }
.fa-drumstick-bite:before {
content: "\f6d7"; }
.fa-drupal:before {
content: "\f1a9"; }
.fa-dumbbell:before {
content: "\f44b"; }
.fa-dumpster:before {
content: "\f793"; }
.fa-dumpster-fire:before {
content: "\f794"; }
.fa-dungeon:before {
content: "\f6d9"; }
.fa-dyalog:before {
content: "\f399"; }
.fa-earlybirds:before {
content: "\f39a"; }
.fa-ebay:before {
content: "\f4f4"; }
.fa-edge:before {
content: "\f282"; }
.fa-edge-legacy:before {
content: "\e078"; }
.fa-edit:before {
content: "\f044"; }
.fa-egg:before {
content: "\f7fb"; }
.fa-eject:before {
content: "\f052"; }
.fa-elementor:before {
content: "\f430"; }
.fa-ellipsis-h:before {
content: "\f141"; }
.fa-ellipsis-v:before {
content: "\f142"; }
.fa-ello:before {
content: "\f5f1"; }
.fa-ember:before {
content: "\f423"; }
.fa-empire:before {
content: "\f1d1"; }
.fa-envelope:before {
content: "\f0e0"; }
.fa-envelope-open:before {
content: "\f2b6"; }
.fa-envelope-open-text:before {
content: "\f658"; }
.fa-envelope-square:before {
content: "\f199"; }
.fa-envira:before {
content: "\f299"; }
.fa-equals:before {
content: "\f52c"; }
.fa-eraser:before {
content: "\f12d"; }
.fa-erlang:before {
content: "\f39d"; }
.fa-ethereum:before {
content: "\f42e"; }
.fa-ethernet:before {
content: "\f796"; }
.fa-etsy:before {
content: "\f2d7"; }
.fa-euro-sign:before {
content: "\f153"; }
.fa-evernote:before {
content: "\f839"; }
.fa-exchange-alt:before {
content: "\f362"; }
.fa-exclamation:before {
content: "\f12a"; }
.fa-exclamation-circle:before {
content: "\f06a"; }
.fa-exclamation-triangle:before {
content: "\f071"; }
.fa-expand:before {
content: "\f065"; }
.fa-expand-alt:before {
content: "\f424"; }
.fa-expand-arrows-alt:before {
content: "\f31e"; }
.fa-expeditedssl:before {
content: "\f23e"; }
.fa-external-link-alt:before {
content: "\f35d"; }
.fa-external-link-square-alt:before {
content: "\f360"; }
.fa-eye:before {
content: "\f06e"; }
.fa-eye-dropper:before {
content: "\f1fb"; }
.fa-eye-slash:before {
content: "\f070"; }
.fa-facebook:before {
content: "\f09a"; }
.fa-facebook-f:before {
content: "\f39e"; }
.fa-facebook-messenger:before {
content: "\f39f"; }
.fa-facebook-square:before {
content: "\f082"; }
.fa-fan:before {
content: "\f863"; }
.fa-fantasy-flight-games:before {
content: "\f6dc"; }
.fa-fast-backward:before {
content: "\f049"; }
.fa-fast-forward:before {
content: "\f050"; }
.fa-faucet:before {
content: "\e005"; }
.fa-fax:before {
content: "\f1ac"; }
.fa-feather:before {
content: "\f52d"; }
.fa-feather-alt:before {
content: "\f56b"; }
.fa-fedex:before {
content: "\f797"; }
.fa-fedora:before {
content: "\f798"; }
.fa-female:before {
content: "\f182"; }
.fa-fighter-jet:before {
content: "\f0fb"; }
.fa-figma:before {
content: "\f799"; }
.fa-file:before {
content: "\f15b"; }
.fa-file-alt:before {
content: "\f15c"; }
.fa-file-archive:before {
content: "\f1c6"; }
.fa-file-audio:before {
content: "\f1c7"; }
.fa-file-code:before {
content: "\f1c9"; }
.fa-file-contract:before {
content: "\f56c"; }
.fa-file-csv:before {
content: "\f6dd"; }
.fa-file-download:before {
content: "\f56d"; }
.fa-file-excel:before {
content: "\f1c3"; }
.fa-file-export:before {
content: "\f56e"; }
.fa-file-image:before {
content: "\f1c5"; }
.fa-file-import:before {
content: "\f56f"; }
.fa-file-invoice:before {
content: "\f570"; }
.fa-file-invoice-dollar:before {
content: "\f571"; }
.fa-file-medical:before {
content: "\f477"; }
.fa-file-medical-alt:before {
content: "\f478"; }
.fa-file-pdf:before {
content: "\f1c1"; }
.fa-file-powerpoint:before {
content: "\f1c4"; }
.fa-file-prescription:before {
content: "\f572"; }
.fa-file-signature:before {
content: "\f573"; }
.fa-file-upload:before {
content: "\f574"; }
.fa-file-video:before {
content: "\f1c8"; }
.fa-file-word:before {
content: "\f1c2"; }
.fa-fill:before {
content: "\f575"; }
.fa-fill-drip:before {
content: "\f576"; }
.fa-film:before {
content: "\f008"; }
.fa-filter:before {
content: "\f0b0"; }
.fa-fingerprint:before {
content: "\f577"; }
.fa-fire:before {
content: "\f06d"; }
.fa-fire-alt:before {
content: "\f7e4"; }
.fa-fire-extinguisher:before {
content: "\f134"; }
.fa-firefox:before {
content: "\f269"; }
.fa-firefox-browser:before {
content: "\e007"; }
.fa-first-aid:before {
content: "\f479"; }
.fa-first-order:before {
content: "\f2b0"; }
.fa-first-order-alt:before {
content: "\f50a"; }
.fa-firstdraft:before {
content: "\f3a1"; }
.fa-fish:before {
content: "\f578"; }
.fa-fist-raised:before {
content: "\f6de"; }
.fa-flag:before {
content: "\f024"; }
.fa-flag-checkered:before {
content: "\f11e"; }
.fa-flag-usa:before {
content: "\f74d"; }
.fa-flask:before {
content: "\f0c3"; }
.fa-flickr:before {
content: "\f16e"; }
.fa-flipboard:before {
content: "\f44d"; }
.fa-flushed:before {
content: "\f579"; }
.fa-fly:before {
content: "\f417"; }
.fa-folder:before {
content: "\f07b"; }
.fa-folder-minus:before {
content: "\f65d"; }
.fa-folder-open:before {
content: "\f07c"; }
.fa-folder-plus:before {
content: "\f65e"; }
.fa-font:before {
content: "\f031"; }
.fa-font-awesome:before {
content: "\f2b4"; }
.fa-font-awesome-alt:before {
content: "\f35c"; }
.fa-font-awesome-flag:before {
content: "\f425"; }
.fa-font-awesome-logo-full:before {
content: "\f4e6"; }
.fa-fonticons:before {
content: "\f280"; }
.fa-fonticons-fi:before {
content: "\f3a2"; }
.fa-football-ball:before {
content: "\f44e"; }
.fa-fort-awesome:before {
content: "\f286"; }
.fa-fort-awesome-alt:before {
content: "\f3a3"; }
.fa-forumbee:before {
content: "\f211"; }
.fa-forward:before {
content: "\f04e"; }
.fa-foursquare:before {
content: "\f180"; }
.fa-free-code-camp:before {
content: "\f2c5"; }
.fa-freebsd:before {
content: "\f3a4"; }
.fa-frog:before {
content: "\f52e"; }
.fa-frown:before {
content: "\f119"; }
.fa-frown-open:before {
content: "\f57a"; }
.fa-fulcrum:before {
content: "\f50b"; }
.fa-funnel-dollar:before {
content: "\f662"; }
.fa-futbol:before {
content: "\f1e3"; }
.fa-galactic-republic:before {
content: "\f50c"; }
.fa-galactic-senate:before {
content: "\f50d"; }
.fa-gamepad:before {
content: "\f11b"; }
.fa-gas-pump:before {
content: "\f52f"; }
.fa-gavel:before {
content: "\f0e3"; }
.fa-gem:before {
content: "\f3a5"; }
.fa-genderless:before {
content: "\f22d"; }
.fa-get-pocket:before {
content: "\f265"; }
.fa-gg:before {
content: "\f260"; }
.fa-gg-circle:before {
content: "\f261"; }
.fa-ghost:before {
content: "\f6e2"; }
.fa-gift:before {
content: "\f06b"; }
.fa-gifts:before {
content: "\f79c"; }
.fa-git:before {
content: "\f1d3"; }
.fa-git-alt:before {
content: "\f841"; }
.fa-git-square:before {
content: "\f1d2"; }
.fa-github:before {
content: "\f09b"; }
.fa-github-alt:before {
content: "\f113"; }
.fa-github-square:before {
content: "\f092"; }
.fa-gitkraken:before {
content: "\f3a6"; }
.fa-gitlab:before {
content: "\f296"; }
.fa-gitter:before {
content: "\f426"; }
.fa-glass-cheers:before {
content: "\f79f"; }
.fa-glass-martini:before {
content: "\f000"; }
.fa-glass-martini-alt:before {
content: "\f57b"; }
.fa-glass-whiskey:before {
content: "\f7a0"; }
.fa-glasses:before {
content: "\f530"; }
.fa-glide:before {
content: "\f2a5"; }
.fa-glide-g:before {
content: "\f2a6"; }
.fa-globe:before {
content: "\f0ac"; }
.fa-globe-africa:before {
content: "\f57c"; }
.fa-globe-americas:before {
content: "\f57d"; }
.fa-globe-asia:before {
content: "\f57e"; }
.fa-globe-europe:before {
content: "\f7a2"; }
.fa-gofore:before {
content: "\f3a7"; }
.fa-golf-ball:before {
content: "\f450"; }
.fa-goodreads:before {
content: "\f3a8"; }
.fa-goodreads-g:before {
content: "\f3a9"; }
.fa-google:before {
content: "\f1a0"; }
.fa-google-drive:before {
content: "\f3aa"; }
.fa-google-pay:before {
content: "\e079"; }
.fa-google-play:before {
content: "\f3ab"; }
.fa-google-plus:before {
content: "\f2b3"; }
.fa-google-plus-g:before {
content: "\f0d5"; }
.fa-google-plus-square:before {
content: "\f0d4"; }
.fa-google-wallet:before {
content: "\f1ee"; }
.fa-gopuram:before {
content: "\f664"; }
.fa-graduation-cap:before {
content: "\f19d"; }
.fa-gratipay:before {
content: "\f184"; }
.fa-grav:before {
content: "\f2d6"; }
.fa-greater-than:before {
content: "\f531"; }
.fa-greater-than-equal:before {
content: "\f532"; }
.fa-grimace:before {
content: "\f57f"; }
.fa-grin:before {
content: "\f580"; }
.fa-grin-alt:before {
content: "\f581"; }
.fa-grin-beam:before {
content: "\f582"; }
.fa-grin-beam-sweat:before {
content: "\f583"; }
.fa-grin-hearts:before {
content: "\f584"; }
.fa-grin-squint:before {
content: "\f585"; }
.fa-grin-squint-tears:before {
content: "\f586"; }
.fa-grin-stars:before {
content: "\f587"; }
.fa-grin-tears:before {
content: "\f588"; }
.fa-grin-tongue:before {
content: "\f589"; }
.fa-grin-tongue-squint:before {
content: "\f58a"; }
.fa-grin-tongue-wink:before {
content: "\f58b"; }
.fa-grin-wink:before {
content: "\f58c"; }
.fa-grip-horizontal:before {
content: "\f58d"; }
.fa-grip-lines:before {
content: "\f7a4"; }
.fa-grip-lines-vertical:before {
content: "\f7a5"; }
.fa-grip-vertical:before {
content: "\f58e"; }
.fa-gripfire:before {
content: "\f3ac"; }
.fa-grunt:before {
content: "\f3ad"; }
.fa-guilded:before {
content: "\e07e"; }
.fa-guitar:before {
content: "\f7a6"; }
.fa-gulp:before {
content: "\f3ae"; }
.fa-h-square:before {
content: "\f0fd"; }
.fa-hacker-news:before {
content: "\f1d4"; }
.fa-hacker-news-square:before {
content: "\f3af"; }
.fa-hackerrank:before {
content: "\f5f7"; }
.fa-hamburger:before {
content: "\f805"; }
.fa-hammer:before {
content: "\f6e3"; }
.fa-hamsa:before {
content: "\f665"; }
.fa-hand-holding:before {
content: "\f4bd"; }
.fa-hand-holding-heart:before {
content: "\f4be"; }
.fa-hand-holding-medical:before {
content: "\e05c"; }
.fa-hand-holding-usd:before {
content: "\f4c0"; }
.fa-hand-holding-water:before {
content: "\f4c1"; }
.fa-hand-lizard:before {
content: "\f258"; }
.fa-hand-middle-finger:before {
content: "\f806"; }
.fa-hand-paper:before {
content: "\f256"; }
.fa-hand-peace:before {
content: "\f25b"; }
.fa-hand-point-down:before {
content: "\f0a7"; }
.fa-hand-point-left:before {
content: "\f0a5"; }
.fa-hand-point-right:before {
content: "\f0a4"; }
.fa-hand-point-up:before {
content: "\f0a6"; }
.fa-hand-pointer:before {
content: "\f25a"; }
.fa-hand-rock:before {
content: "\f255"; }
.fa-hand-scissors:before {
content: "\f257"; }
.fa-hand-sparkles:before {
content: "\e05d"; }
.fa-hand-spock:before {
content: "\f259"; }
.fa-hands:before {
content: "\f4c2"; }
.fa-hands-helping:before {
content: "\f4c4"; }
.fa-hands-wash:before {
content: "\e05e"; }
.fa-handshake:before {
content: "\f2b5"; }
.fa-handshake-alt-slash:before {
content: "\e05f"; }
.fa-handshake-slash:before {
content: "\e060"; }
.fa-hanukiah:before {
content: "\f6e6"; }
.fa-hard-hat:before {
content: "\f807"; }
.fa-hashtag:before {
content: "\f292"; }
.fa-hat-cowboy:before {
content: "\f8c0"; }
.fa-hat-cowboy-side:before {
content: "\f8c1"; }
.fa-hat-wizard:before {
content: "\f6e8"; }
.fa-hdd:before {
content: "\f0a0"; }
.fa-head-side-cough:before {
content: "\e061"; }
.fa-head-side-cough-slash:before {
content: "\e062"; }
.fa-head-side-mask:before {
content: "\e063"; }
.fa-head-side-virus:before {
content: "\e064"; }
.fa-heading:before {
content: "\f1dc"; }
.fa-headphones:before {
content: "\f025"; }
.fa-headphones-alt:before {
content: "\f58f"; }
.fa-headset:before {
content: "\f590"; }
.fa-heart:before {
content: "\f004"; }
.fa-heart-broken:before {
content: "\f7a9"; }
.fa-heartbeat:before {
content: "\f21e"; }
.fa-helicopter:before {
content: "\f533"; }
.fa-highlighter:before {
content: "\f591"; }
.fa-hiking:before {
content: "\f6ec"; }
.fa-hippo:before {
content: "\f6ed"; }
.fa-hips:before {
content: "\f452"; }
.fa-hire-a-helper:before {
content: "\f3b0"; }
.fa-history:before {
content: "\f1da"; }
.fa-hive:before {
content: "\e07f"; }
.fa-hockey-puck:before {
content: "\f453"; }
.fa-holly-berry:before {
content: "\f7aa"; }
.fa-home:before {
content: "\f015"; }
.fa-hooli:before {
content: "\f427"; }
.fa-hornbill:before {
content: "\f592"; }
.fa-horse:before {
content: "\f6f0"; }
.fa-horse-head:before {
content: "\f7ab"; }
.fa-hospital:before {
content: "\f0f8"; }
.fa-hospital-alt:before {
content: "\f47d"; }
.fa-hospital-symbol:before {
content: "\f47e"; }
.fa-hospital-user:before {
content: "\f80d"; }
.fa-hot-tub:before {
content: "\f593"; }
.fa-hotdog:before {
content: "\f80f"; }
.fa-hotel:before {
content: "\f594"; }
.fa-hotjar:before {
content: "\f3b1"; }
.fa-hourglass:before {
content: "\f254"; }
.fa-hourglass-end:before {
content: "\f253"; }
.fa-hourglass-half:before {
content: "\f252"; }
.fa-hourglass-start:before {
content: "\f251"; }
.fa-house-damage:before {
content: "\f6f1"; }
.fa-house-user:before {
content: "\e065"; }
.fa-houzz:before {
content: "\f27c"; }
.fa-hryvnia:before {
content: "\f6f2"; }
.fa-html5:before {
content: "\f13b"; }
.fa-hubspot:before {
content: "\f3b2"; }
.fa-i-cursor:before {
content: "\f246"; }
.fa-ice-cream:before {
content: "\f810"; }
.fa-icicles:before {
content: "\f7ad"; }
.fa-icons:before {
content: "\f86d"; }
.fa-id-badge:before {
content: "\f2c1"; }
.fa-id-card:before {
content: "\f2c2"; }
.fa-id-card-alt:before {
content: "\f47f"; }
.fa-ideal:before {
content: "\e013"; }
.fa-igloo:before {
content: "\f7ae"; }
.fa-image:before {
content: "\f03e"; }
.fa-images:before {
content: "\f302"; }
.fa-imdb:before {
content: "\f2d8"; }
.fa-inbox:before {
content: "\f01c"; }
.fa-indent:before {
content: "\f03c"; }
.fa-industry:before {
content: "\f275"; }
.fa-infinity:before {
content: "\f534"; }
.fa-info:before {
content: "\f129"; }
.fa-info-circle:before {
content: "\f05a"; }
.fa-innosoft:before {
content: "\e080"; }
.fa-instagram:before {
content: "\f16d"; }
.fa-instagram-square:before {
content: "\e055"; }
.fa-instalod:before {
content: "\e081"; }
.fa-intercom:before {
content: "\f7af"; }
.fa-internet-explorer:before {
content: "\f26b"; }
.fa-invision:before {
content: "\f7b0"; }
.fa-ioxhost:before {
content: "\f208"; }
.fa-italic:before {
content: "\f033"; }
.fa-itch-io:before {
content: "\f83a"; }
.fa-itunes:before {
content: "\f3b4"; }
.fa-itunes-note:before {
content: "\f3b5"; }
.fa-java:before {
content: "\f4e4"; }
.fa-jedi:before {
content: "\f669"; }
.fa-jedi-order:before {
content: "\f50e"; }
.fa-jenkins:before {
content: "\f3b6"; }
.fa-jira:before {
content: "\f7b1"; }
.fa-joget:before {
content: "\f3b7"; }
.fa-joint:before {
content: "\f595"; }
.fa-joomla:before {
content: "\f1aa"; }
.fa-journal-whills:before {
content: "\f66a"; }
.fa-js:before {
content: "\f3b8"; }
.fa-js-square:before {
content: "\f3b9"; }
.fa-jsfiddle:before {
content: "\f1cc"; }
.fa-kaaba:before {
content: "\f66b"; }
.fa-kaggle:before {
content: "\f5fa"; }
.fa-key:before {
content: "\f084"; }
.fa-keybase:before {
content: "\f4f5"; }
.fa-keyboard:before {
content: "\f11c"; }
.fa-keycdn:before {
content: "\f3ba"; }
.fa-khanda:before {
content: "\f66d"; }
.fa-kickstarter:before {
content: "\f3bb"; }
.fa-kickstarter-k:before {
content: "\f3bc"; }
.fa-kiss:before {
content: "\f596"; }
.fa-kiss-beam:before {
content: "\f597"; }
.fa-kiss-wink-heart:before {
content: "\f598"; }
.fa-kiwi-bird:before {
content: "\f535"; }
.fa-korvue:before {
content: "\f42f"; }
.fa-landmark:before {
content: "\f66f"; }
.fa-language:before {
content: "\f1ab"; }
.fa-laptop:before {
content: "\f109"; }
.fa-laptop-code:before {
content: "\f5fc"; }
.fa-laptop-house:before {
content: "\e066"; }
.fa-laptop-medical:before {
content: "\f812"; }
.fa-laravel:before {
content: "\f3bd"; }
.fa-lastfm:before {
content: "\f202"; }
.fa-lastfm-square:before {
content: "\f203"; }
.fa-laugh:before {
content: "\f599"; }
.fa-laugh-beam:before {
content: "\f59a"; }
.fa-laugh-squint:before {
content: "\f59b"; }
.fa-laugh-wink:before {
content: "\f59c"; }
.fa-layer-group:before {
content: "\f5fd"; }
.fa-leaf:before {
content: "\f06c"; }
.fa-leanpub:before {
content: "\f212"; }
.fa-lemon:before {
content: "\f094"; }
.fa-less:before {
content: "\f41d"; }
.fa-less-than:before {
content: "\f536"; }
.fa-less-than-equal:before {
content: "\f537"; }
.fa-level-down-alt:before {
content: "\f3be"; }
.fa-level-up-alt:before {
content: "\f3bf"; }
.fa-life-ring:before {
content: "\f1cd"; }
.fa-lightbulb:before {
content: "\f0eb"; }
.fa-line:before {
content: "\f3c0"; }
.fa-link:before {
content: "\f0c1"; }
.fa-linkedin:before {
content: "\f08c"; }
.fa-linkedin-in:before {
content: "\f0e1"; }
.fa-linode:before {
content: "\f2b8"; }
.fa-linux:before {
content: "\f17c"; }
.fa-lira-sign:before {
content: "\f195"; }
.fa-list:before {
content: "\f03a"; }
.fa-list-alt:before {
content: "\f022"; }
.fa-list-ol:before {
content: "\f0cb"; }
.fa-list-ul:before {
content: "\f0ca"; }
.fa-location-arrow:before {
content: "\f124"; }
.fa-lock:before {
content: "\f023"; }
.fa-lock-open:before {
content: "\f3c1"; }
.fa-long-arrow-alt-down:before {
content: "\f309"; }
.fa-long-arrow-alt-left:before {
content: "\f30a"; }
.fa-long-arrow-alt-right:before {
content: "\f30b"; }
.fa-long-arrow-alt-up:before {
content: "\f30c"; }
.fa-low-vision:before {
content: "\f2a8"; }
.fa-luggage-cart:before {
content: "\f59d"; }
.fa-lungs:before {
content: "\f604"; }
.fa-lungs-virus:before {
content: "\e067"; }
.fa-lyft:before {
content: "\f3c3"; }
.fa-magento:before {
content: "\f3c4"; }
.fa-magic:before {
content: "\f0d0"; }
.fa-magnet:before {
content: "\f076"; }
.fa-mail-bulk:before {
content: "\f674"; }
.fa-mailchimp:before {
content: "\f59e"; }
.fa-male:before {
content: "\f183"; }
.fa-mandalorian:before {
content: "\f50f"; }
.fa-map:before {
content: "\f279"; }
.fa-map-marked:before {
content: "\f59f"; }
.fa-map-marked-alt:before {
content: "\f5a0"; }
.fa-map-marker:before {
content: "\f041"; }
.fa-map-marker-alt:before {
content: "\f3c5"; }
.fa-map-pin:before {
content: "\f276"; }
.fa-map-signs:before {
content: "\f277"; }
.fa-markdown:before {
content: "\f60f"; }
.fa-marker:before {
content: "\f5a1"; }
.fa-mars:before {
content: "\f222"; }
.fa-mars-double:before {
content: "\f227"; }
.fa-mars-stroke:before {
content: "\f229"; }
.fa-mars-stroke-h:before {
content: "\f22b"; }
.fa-mars-stroke-v:before {
content: "\f22a"; }
.fa-mask:before {
content: "\f6fa"; }
.fa-mastodon:before {
content: "\f4f6"; }
.fa-maxcdn:before {
content: "\f136"; }
.fa-mdb:before {
content: "\f8ca"; }
.fa-medal:before {
content: "\f5a2"; }
.fa-medapps:before {
content: "\f3c6"; }
.fa-medium:before {
content: "\f23a"; }
.fa-medium-m:before {
content: "\f3c7"; }
.fa-medkit:before {
content: "\f0fa"; }
.fa-medrt:before {
content: "\f3c8"; }
.fa-meetup:before {
content: "\f2e0"; }
.fa-megaport:before {
content: "\f5a3"; }
.fa-meh:before {
content: "\f11a"; }
.fa-meh-blank:before {
content: "\f5a4"; }
.fa-meh-rolling-eyes:before {
content: "\f5a5"; }
.fa-memory:before {
content: "\f538"; }
.fa-mendeley:before {
content: "\f7b3"; }
.fa-menorah:before {
content: "\f676"; }
.fa-mercury:before {
content: "\f223"; }
.fa-meteor:before {
content: "\f753"; }
.fa-microblog:before {
content: "\e01a"; }
.fa-microchip:before {
content: "\f2db"; }
.fa-microphone:before {
content: "\f130"; }
.fa-microphone-alt:before {
content: "\f3c9"; }
.fa-microphone-alt-slash:before {
content: "\f539"; }
.fa-microphone-slash:before {
content: "\f131"; }
.fa-microscope:before {
content: "\f610"; }
.fa-microsoft:before {
content: "\f3ca"; }
.fa-minus:before {
content: "\f068"; }
.fa-minus-circle:before {
content: "\f056"; }
.fa-minus-square:before {
content: "\f146"; }
.fa-mitten:before {
content: "\f7b5"; }
.fa-mix:before {
content: "\f3cb"; }
.fa-mixcloud:before {
content: "\f289"; }
.fa-mixer:before {
content: "\e056"; }
.fa-mizuni:before {
content: "\f3cc"; }
.fa-mobile:before {
content: "\f10b"; }
.fa-mobile-alt:before {
content: "\f3cd"; }
.fa-modx:before {
content: "\f285"; }
.fa-monero:before {
content: "\f3d0"; }
.fa-money-bill:before {
content: "\f0d6"; }
.fa-money-bill-alt:before {
content: "\f3d1"; }
.fa-money-bill-wave:before {
content: "\f53a"; }
.fa-money-bill-wave-alt:before {
content: "\f53b"; }
.fa-money-check:before {
content: "\f53c"; }
.fa-money-check-alt:before {
content: "\f53d"; }
.fa-monument:before {
content: "\f5a6"; }
.fa-moon:before {
content: "\f186"; }
.fa-mortar-pestle:before {
content: "\f5a7"; }
.fa-mosque:before {
content: "\f678"; }
.fa-motorcycle:before {
content: "\f21c"; }
.fa-mountain:before {
content: "\f6fc"; }
.fa-mouse:before {
content: "\f8cc"; }
.fa-mouse-pointer:before {
content: "\f245"; }
.fa-mug-hot:before {
content: "\f7b6"; }
.fa-music:before {
content: "\f001"; }
.fa-napster:before {
content: "\f3d2"; }
.fa-neos:before {
content: "\f612"; }
.fa-network-wired:before {
content: "\f6ff"; }
.fa-neuter:before {
content: "\f22c"; }
.fa-newspaper:before {
content: "\f1ea"; }
.fa-nimblr:before {
content: "\f5a8"; }
.fa-node:before {
content: "\f419"; }
.fa-node-js:before {
content: "\f3d3"; }
.fa-not-equal:before {
content: "\f53e"; }
.fa-notes-medical:before {
content: "\f481"; }
.fa-npm:before {
content: "\f3d4"; }
.fa-ns8:before {
content: "\f3d5"; }
.fa-nutritionix:before {
content: "\f3d6"; }
.fa-object-group:before {
content: "\f247"; }
.fa-object-ungroup:before {
content: "\f248"; }
.fa-octopus-deploy:before {
content: "\e082"; }
.fa-odnoklassniki:before {
content: "\f263"; }
.fa-odnoklassniki-square:before {
content: "\f264"; }
.fa-oil-can:before {
content: "\f613"; }
.fa-old-republic:before {
content: "\f510"; }
.fa-om:before {
content: "\f679"; }
.fa-opencart:before {
content: "\f23d"; }
.fa-openid:before {
content: "\f19b"; }
.fa-opera:before {
content: "\f26a"; }
.fa-optin-monster:before {
content: "\f23c"; }
.fa-orcid:before {
content: "\f8d2"; }
.fa-osi:before {
content: "\f41a"; }
.fa-otter:before {
content: "\f700"; }
.fa-outdent:before {
content: "\f03b"; }
.fa-page4:before {
content: "\f3d7"; }
.fa-pagelines:before {
content: "\f18c"; }
.fa-pager:before {
content: "\f815"; }
.fa-paint-brush:before {
content: "\f1fc"; }
.fa-paint-roller:before {
content: "\f5aa"; }
.fa-palette:before {
content: "\f53f"; }
.fa-palfed:before {
content: "\f3d8"; }
.fa-pallet:before {
content: "\f482"; }
.fa-paper-plane:before {
content: "\f1d8"; }
.fa-paperclip:before {
content: "\f0c6"; }
.fa-parachute-box:before {
content: "\f4cd"; }
.fa-paragraph:before {
content: "\f1dd"; }
.fa-parking:before {
content: "\f540"; }
.fa-passport:before {
content: "\f5ab"; }
.fa-pastafarianism:before {
content: "\f67b"; }
.fa-paste:before {
content: "\f0ea"; }
.fa-patreon:before {
content: "\f3d9"; }
.fa-pause:before {
content: "\f04c"; }
.fa-pause-circle:before {
content: "\f28b"; }
.fa-paw:before {
content: "\f1b0"; }
.fa-paypal:before {
content: "\f1ed"; }
.fa-peace:before {
content: "\f67c"; }
.fa-pen:before {
content: "\f304"; }
.fa-pen-alt:before {
content: "\f305"; }
.fa-pen-fancy:before {
content: "\f5ac"; }
.fa-pen-nib:before {
content: "\f5ad"; }
.fa-pen-square:before {
content: "\f14b"; }
.fa-pencil-alt:before {
content: "\f303"; }
.fa-pencil-ruler:before {
content: "\f5ae"; }
.fa-penny-arcade:before {
content: "\f704"; }
.fa-people-arrows:before {
content: "\e068"; }
.fa-people-carry:before {
content: "\f4ce"; }
.fa-pepper-hot:before {
content: "\f816"; }
.fa-perbyte:before {
content: "\e083"; }
.fa-percent:before {
content: "\f295"; }
.fa-percentage:before {
content: "\f541"; }
.fa-periscope:before {
content: "\f3da"; }
.fa-person-booth:before {
content: "\f756"; }
.fa-phabricator:before {
content: "\f3db"; }
.fa-phoenix-framework:before {
content: "\f3dc"; }
.fa-phoenix-squadron:before {
content: "\f511"; }
.fa-phone:before {
content: "\f095"; }
.fa-phone-alt:before {
content: "\f879"; }
.fa-phone-slash:before {
content: "\f3dd"; }
.fa-phone-square:before {
content: "\f098"; }
.fa-phone-square-alt:before {
content: "\f87b"; }
.fa-phone-volume:before {
content: "\f2a0"; }
.fa-photo-video:before {
content: "\f87c"; }
.fa-php:before {
content: "\f457"; }
.fa-pied-piper:before {
content: "\f2ae"; }
.fa-pied-piper-alt:before {
content: "\f1a8"; }
.fa-pied-piper-hat:before {
content: "\f4e5"; }
.fa-pied-piper-pp:before {
content: "\f1a7"; }
.fa-pied-piper-square:before {
content: "\e01e"; }
.fa-piggy-bank:before {
content: "\f4d3"; }
.fa-pills:before {
content: "\f484"; }
.fa-pinterest:before {
content: "\f0d2"; }
.fa-pinterest-p:before {
content: "\f231"; }
.fa-pinterest-square:before {
content: "\f0d3"; }
.fa-pizza-slice:before {
content: "\f818"; }
.fa-place-of-worship:before {
content: "\f67f"; }
.fa-plane:before {
content: "\f072"; }
.fa-plane-arrival:before {
content: "\f5af"; }
.fa-plane-departure:before {
content: "\f5b0"; }
.fa-plane-slash:before {
content: "\e069"; }
.fa-play:before {
content: "\f04b"; }
.fa-play-circle:before {
content: "\f144"; }
.fa-playstation:before {
content: "\f3df"; }
.fa-plug:before {
content: "\f1e6"; }
.fa-plus:before {
content: "\f067"; }
.fa-plus-circle:before {
content: "\f055"; }
.fa-plus-square:before {
content: "\f0fe"; }
.fa-podcast:before {
content: "\f2ce"; }
.fa-poll:before {
content: "\f681"; }
.fa-poll-h:before {
content: "\f682"; }
.fa-poo:before {
content: "\f2fe"; }
.fa-poo-storm:before {
content: "\f75a"; }
.fa-poop:before {
content: "\f619"; }
.fa-portrait:before {
content: "\f3e0"; }
.fa-pound-sign:before {
content: "\f154"; }
.fa-power-off:before {
content: "\f011"; }
.fa-pray:before {
content: "\f683"; }
.fa-praying-hands:before {
content: "\f684"; }
.fa-prescription:before {
content: "\f5b1"; }
.fa-prescription-bottle:before {
content: "\f485"; }
.fa-prescription-bottle-alt:before {
content: "\f486"; }
.fa-print:before {
content: "\f02f"; }
.fa-procedures:before {
content: "\f487"; }
.fa-product-hunt:before {
content: "\f288"; }
.fa-project-diagram:before {
content: "\f542"; }
.fa-pump-medical:before {
content: "\e06a"; }
.fa-pump-soap:before {
content: "\e06b"; }
.fa-pushed:before {
content: "\f3e1"; }
.fa-puzzle-piece:before {
content: "\f12e"; }
.fa-python:before {
content: "\f3e2"; }
.fa-qq:before {
content: "\f1d6"; }
.fa-qrcode:before {
content: "\f029"; }
.fa-question:before {
content: "\f128"; }
.fa-question-circle:before {
content: "\f059"; }
.fa-quidditch:before {
content: "\f458"; }
.fa-quinscape:before {
content: "\f459"; }
.fa-quora:before {
content: "\f2c4"; }
.fa-quote-left:before {
content: "\f10d"; }
.fa-quote-right:before {
content: "\f10e"; }
.fa-quran:before {
content: "\f687"; }
.fa-r-project:before {
content: "\f4f7"; }
.fa-radiation:before {
content: "\f7b9"; }
.fa-radiation-alt:before {
content: "\f7ba"; }
.fa-rainbow:before {
content: "\f75b"; }
.fa-random:before {
content: "\f074"; }
.fa-raspberry-pi:before {
content: "\f7bb"; }
.fa-ravelry:before {
content: "\f2d9"; }
.fa-react:before {
content: "\f41b"; }
.fa-reacteurope:before {
content: "\f75d"; }
.fa-readme:before {
content: "\f4d5"; }
.fa-rebel:before {
content: "\f1d0"; }
.fa-receipt:before {
content: "\f543"; }
.fa-record-vinyl:before {
content: "\f8d9"; }
.fa-recycle:before {
content: "\f1b8"; }
.fa-red-river:before {
content: "\f3e3"; }
.fa-reddit:before {
content: "\f1a1"; }
.fa-reddit-alien:before {
content: "\f281"; }
.fa-reddit-square:before {
content: "\f1a2"; }
.fa-redhat:before {
content: "\f7bc"; }
.fa-redo:before {
content: "\f01e"; }
.fa-redo-alt:before {
content: "\f2f9"; }
.fa-registered:before {
content: "\f25d"; }
.fa-remove-format:before {
content: "\f87d"; }
.fa-renren:before {
content: "\f18b"; }
.fa-reply:before {
content: "\f3e5"; }
.fa-reply-all:before {
content: "\f122"; }
.fa-replyd:before {
content: "\f3e6"; }
.fa-republican:before {
content: "\f75e"; }
.fa-researchgate:before {
content: "\f4f8"; }
.fa-resolving:before {
content: "\f3e7"; }
.fa-restroom:before {
content: "\f7bd"; }
.fa-retweet:before {
content: "\f079"; }
.fa-rev:before {
content: "\f5b2"; }
.fa-ribbon:before {
content: "\f4d6"; }
.fa-ring:before {
content: "\f70b"; }
.fa-road:before {
content: "\f018"; }
.fa-robot:before {
content: "\f544"; }
.fa-rocket:before {
content: "\f135"; }
.fa-rocketchat:before {
content: "\f3e8"; }
.fa-rockrms:before {
content: "\f3e9"; }
.fa-route:before {
content: "\f4d7"; }
.fa-rss:before {
content: "\f09e"; }
.fa-rss-square:before {
content: "\f143"; }
.fa-ruble-sign:before {
content: "\f158"; }
.fa-ruler:before {
content: "\f545"; }
.fa-ruler-combined:before {
content: "\f546"; }
.fa-ruler-horizontal:before {
content: "\f547"; }
.fa-ruler-vertical:before {
content: "\f548"; }
.fa-running:before {
content: "\f70c"; }
.fa-rupee-sign:before {
content: "\f156"; }
.fa-rust:before {
content: "\e07a"; }
.fa-sad-cry:before {
content: "\f5b3"; }
.fa-sad-tear:before {
content: "\f5b4"; }
.fa-safari:before {
content: "\f267"; }
.fa-salesforce:before {
content: "\f83b"; }
.fa-sass:before {
content: "\f41e"; }
.fa-satellite:before {
content: "\f7bf"; }
.fa-satellite-dish:before {
content: "\f7c0"; }
.fa-save:before {
content: "\f0c7"; }
.fa-schlix:before {
content: "\f3ea"; }
.fa-school:before {
content: "\f549"; }
.fa-screwdriver:before {
content: "\f54a"; }
.fa-scribd:before {
content: "\f28a"; }
.fa-scroll:before {
content: "\f70e"; }
.fa-sd-card:before {
content: "\f7c2"; }
.fa-search:before {
content: "\f002"; }
.fa-search-dollar:before {
content: "\f688"; }
.fa-search-location:before {
content: "\f689"; }
.fa-search-minus:before {
content: "\f010"; }
.fa-search-plus:before {
content: "\f00e"; }
.fa-searchengin:before {
content: "\f3eb"; }
.fa-seedling:before {
content: "\f4d8"; }
.fa-sellcast:before {
content: "\f2da"; }
.fa-sellsy:before {
content: "\f213"; }
.fa-server:before {
content: "\f233"; }
.fa-servicestack:before {
content: "\f3ec"; }
.fa-shapes:before {
content: "\f61f"; }
.fa-share:before {
content: "\f064"; }
.fa-share-alt:before {
content: "\f1e0"; }
.fa-share-alt-square:before {
content: "\f1e1"; }
.fa-share-square:before {
content: "\f14d"; }
.fa-shekel-sign:before {
content: "\f20b"; }
.fa-shield-alt:before {
content: "\f3ed"; }
.fa-shield-virus:before {
content: "\e06c"; }
.fa-ship:before {
content: "\f21a"; }
.fa-shipping-fast:before {
content: "\f48b"; }
.fa-shirtsinbulk:before {
content: "\f214"; }
.fa-shoe-prints:before {
content: "\f54b"; }
.fa-shopify:before {
content: "\e057"; }
.fa-shopping-bag:before {
content: "\f290"; }
.fa-shopping-basket:before {
content: "\f291"; }
.fa-shopping-cart:before {
content: "\f07a"; }
.fa-shopware:before {
content: "\f5b5"; }
.fa-shower:before {
content: "\f2cc"; }
.fa-shuttle-van:before {
content: "\f5b6"; }
.fa-sign:before {
content: "\f4d9"; }
.fa-sign-in-alt:before {
content: "\f2f6"; }
.fa-sign-language:before {
content: "\f2a7"; }
.fa-sign-out-alt:before {
content: "\f2f5"; }
.fa-signal:before {
content: "\f012"; }
.fa-signature:before {
content: "\f5b7"; }
.fa-sim-card:before {
content: "\f7c4"; }
.fa-simplybuilt:before {
content: "\f215"; }
.fa-sink:before {
content: "\e06d"; }
.fa-sistrix:before {
content: "\f3ee"; }
.fa-sitemap:before {
content: "\f0e8"; }
.fa-sith:before {
content: "\f512"; }
.fa-skating:before {
content: "\f7c5"; }
.fa-sketch:before {
content: "\f7c6"; }
.fa-skiing:before {
content: "\f7c9"; }
.fa-skiing-nordic:before {
content: "\f7ca"; }
.fa-skull:before {
content: "\f54c"; }
.fa-skull-crossbones:before {
content: "\f714"; }
.fa-skyatlas:before {
content: "\f216"; }
.fa-skype:before {
content: "\f17e"; }
.fa-slack:before {
content: "\f198"; }
.fa-slack-hash:before {
content: "\f3ef"; }
.fa-slash:before {
content: "\f715"; }
.fa-sleigh:before {
content: "\f7cc"; }
.fa-sliders-h:before {
content: "\f1de"; }
.fa-slideshare:before {
content: "\f1e7"; }
.fa-smile:before {
content: "\f118"; }
.fa-smile-beam:before {
content: "\f5b8"; }
.fa-smile-wink:before {
content: "\f4da"; }
.fa-smog:before {
content: "\f75f"; }
.fa-smoking:before {
content: "\f48d"; }
.fa-smoking-ban:before {
content: "\f54d"; }
.fa-sms:before {
content: "\f7cd"; }
.fa-snapchat:before {
content: "\f2ab"; }
.fa-snapchat-ghost:before {
content: "\f2ac"; }
.fa-snapchat-square:before {
content: "\f2ad"; }
.fa-snowboarding:before {
content: "\f7ce"; }
.fa-snowflake:before {
content: "\f2dc"; }
.fa-snowman:before {
content: "\f7d0"; }
.fa-snowplow:before {
content: "\f7d2"; }
.fa-soap:before {
content: "\e06e"; }
.fa-socks:before {
content: "\f696"; }
.fa-solar-panel:before {
content: "\f5ba"; }
.fa-sort:before {
content: "\f0dc"; }
.fa-sort-alpha-down:before {
content: "\f15d"; }
.fa-sort-alpha-down-alt:before {
content: "\f881"; }
.fa-sort-alpha-up:before {
content: "\f15e"; }
.fa-sort-alpha-up-alt:before {
content: "\f882"; }
.fa-sort-amount-down:before {
content: "\f160"; }
.fa-sort-amount-down-alt:before {
content: "\f884"; }
.fa-sort-amount-up:before {
content: "\f161"; }
.fa-sort-amount-up-alt:before {
content: "\f885"; }
.fa-sort-down:before {
content: "\f0dd"; }
.fa-sort-numeric-down:before {
content: "\f162"; }
.fa-sort-numeric-down-alt:before {
content: "\f886"; }
.fa-sort-numeric-up:before {
content: "\f163"; }
.fa-sort-numeric-up-alt:before {
content: "\f887"; }
.fa-sort-up:before {
content: "\f0de"; }
.fa-soundcloud:before {
content: "\f1be"; }
.fa-sourcetree:before {
content: "\f7d3"; }
.fa-spa:before {
content: "\f5bb"; }
.fa-space-shuttle:before {
content: "\f197"; }
.fa-speakap:before {
content: "\f3f3"; }
.fa-speaker-deck:before {
content: "\f83c"; }
.fa-spell-check:before {
content: "\f891"; }
.fa-spider:before {
content: "\f717"; }
.fa-spinner:before {
content: "\f110"; }
.fa-splotch:before {
content: "\f5bc"; }
.fa-spotify:before {
content: "\f1bc"; }
.fa-spray-can:before {
content: "\f5bd"; }
.fa-square:before {
content: "\f0c8"; }
.fa-square-full:before {
content: "\f45c"; }
.fa-square-root-alt:before {
content: "\f698"; }
.fa-squarespace:before {
content: "\f5be"; }
.fa-stack-exchange:before {
content: "\f18d"; }
.fa-stack-overflow:before {
content: "\f16c"; }
.fa-stackpath:before {
content: "\f842"; }
.fa-stamp:before {
content: "\f5bf"; }
.fa-star:before {
content: "\f005"; }
.fa-star-and-crescent:before {
content: "\f699"; }
.fa-star-half:before {
content: "\f089"; }
.fa-star-half-alt:before {
content: "\f5c0"; }
.fa-star-of-david:before {
content: "\f69a"; }
.fa-star-of-life:before {
content: "\f621"; }
.fa-staylinked:before {
content: "\f3f5"; }
.fa-steam:before {
content: "\f1b6"; }
.fa-steam-square:before {
content: "\f1b7"; }
.fa-steam-symbol:before {
content: "\f3f6"; }
.fa-step-backward:before {
content: "\f048"; }
.fa-step-forward:before {
content: "\f051"; }
.fa-stethoscope:before {
content: "\f0f1"; }
.fa-sticker-mule:before {
content: "\f3f7"; }
.fa-sticky-note:before {
content: "\f249"; }
.fa-stop:before {
content: "\f04d"; }
.fa-stop-circle:before {
content: "\f28d"; }
.fa-stopwatch:before {
content: "\f2f2"; }
.fa-stopwatch-20:before {
content: "\e06f"; }
.fa-store:before {
content: "\f54e"; }
.fa-store-alt:before {
content: "\f54f"; }
.fa-store-alt-slash:before {
content: "\e070"; }
.fa-store-slash:before {
content: "\e071"; }
.fa-strava:before {
content: "\f428"; }
.fa-stream:before {
content: "\f550"; }
.fa-street-view:before {
content: "\f21d"; }
.fa-strikethrough:before {
content: "\f0cc"; }
.fa-stripe:before {
content: "\f429"; }
.fa-stripe-s:before {
content: "\f42a"; }
.fa-stroopwafel:before {
content: "\f551"; }
.fa-studiovinari:before {
content: "\f3f8"; }
.fa-stumbleupon:before {
content: "\f1a4"; }
.fa-stumbleupon-circle:before {
content: "\f1a3"; }
.fa-subscript:before {
content: "\f12c"; }
.fa-subway:before {
content: "\f239"; }
.fa-suitcase:before {
content: "\f0f2"; }
.fa-suitcase-rolling:before {
content: "\f5c1"; }
.fa-sun:before {
content: "\f185"; }
.fa-superpowers:before {
content: "\f2dd"; }
.fa-superscript:before {
content: "\f12b"; }
.fa-supple:before {
content: "\f3f9"; }
.fa-surprise:before {
content: "\f5c2"; }
.fa-suse:before {
content: "\f7d6"; }
.fa-swatchbook:before {
content: "\f5c3"; }
.fa-swift:before {
content: "\f8e1"; }
.fa-swimmer:before {
content: "\f5c4"; }
.fa-swimming-pool:before {
content: "\f5c5"; }
.fa-symfony:before {
content: "\f83d"; }
.fa-synagogue:before {
content: "\f69b"; }
.fa-sync:before {
content: "\f021"; }
.fa-sync-alt:before {
content: "\f2f1"; }
.fa-syringe:before {
content: "\f48e"; }
.fa-table:before {
content: "\f0ce"; }
.fa-table-tennis:before {
content: "\f45d"; }
.fa-tablet:before {
content: "\f10a"; }
.fa-tablet-alt:before {
content: "\f3fa"; }
.fa-tablets:before {
content: "\f490"; }
.fa-tachometer-alt:before {
content: "\f3fd"; }
.fa-tag:before {
content: "\f02b"; }
.fa-tags:before {
content: "\f02c"; }
.fa-tape:before {
content: "\f4db"; }
.fa-tasks:before {
content: "\f0ae"; }
.fa-taxi:before {
content: "\f1ba"; }
.fa-teamspeak:before {
content: "\f4f9"; }
.fa-teeth:before {
content: "\f62e"; }
.fa-teeth-open:before {
content: "\f62f"; }
.fa-telegram:before {
content: "\f2c6"; }
.fa-telegram-plane:before {
content: "\f3fe"; }
.fa-temperature-high:before {
content: "\f769"; }
.fa-temperature-low:before {
content: "\f76b"; }
.fa-tencent-weibo:before {
content: "\f1d5"; }
.fa-tenge:before {
content: "\f7d7"; }
.fa-terminal:before {
content: "\f120"; }
.fa-text-height:before {
content: "\f034"; }
.fa-text-width:before {
content: "\f035"; }
.fa-th:before {
content: "\f00a"; }
.fa-th-large:before {
content: "\f009"; }
.fa-th-list:before {
content: "\f00b"; }
.fa-the-red-yeti:before {
content: "\f69d"; }
.fa-theater-masks:before {
content: "\f630"; }
.fa-themeco:before {
content: "\f5c6"; }
.fa-themeisle:before {
content: "\f2b2"; }
.fa-thermometer:before {
content: "\f491"; }
.fa-thermometer-empty:before {
content: "\f2cb"; }
.fa-thermometer-full:before {
content: "\f2c7"; }
.fa-thermometer-half:before {
content: "\f2c9"; }
.fa-thermometer-quarter:before {
content: "\f2ca"; }
.fa-thermometer-three-quarters:before {
content: "\f2c8"; }
.fa-think-peaks:before {
content: "\f731"; }
.fa-thumbs-down:before {
content: "\f165"; }
.fa-thumbs-up:before {
content: "\f164"; }
.fa-thumbtack:before {
content: "\f08d"; }
.fa-ticket-alt:before {
content: "\f3ff"; }
.fa-tiktok:before {
content: "\e07b"; }
.fa-times:before {
content: "\f00d"; }
.fa-times-circle:before {
content: "\f057"; }
.fa-tint:before {
content: "\f043"; }
.fa-tint-slash:before {
content: "\f5c7"; }
.fa-tired:before {
content: "\f5c8"; }
.fa-toggle-off:before {
content: "\f204"; }
.fa-toggle-on:before {
content: "\f205"; }
.fa-toilet:before {
content: "\f7d8"; }
.fa-toilet-paper:before {
content: "\f71e"; }
.fa-toilet-paper-slash:before {
content: "\e072"; }
.fa-toolbox:before {
content: "\f552"; }
.fa-tools:before {
content: "\f7d9"; }
.fa-tooth:before {
content: "\f5c9"; }
.fa-torah:before {
content: "\f6a0"; }
.fa-torii-gate:before {
content: "\f6a1"; }
.fa-tractor:before {
content: "\f722"; }
.fa-trade-federation:before {
content: "\f513"; }
.fa-trademark:before {
content: "\f25c"; }
.fa-traffic-light:before {
content: "\f637"; }
.fa-trailer:before {
content: "\e041"; }
.fa-train:before {
content: "\f238"; }
.fa-tram:before {
content: "\f7da"; }
.fa-transgender:before {
content: "\f224"; }
.fa-transgender-alt:before {
content: "\f225"; }
.fa-trash:before {
content: "\f1f8"; }
.fa-trash-alt:before {
content: "\f2ed"; }
.fa-trash-restore:before {
content: "\f829"; }
.fa-trash-restore-alt:before {
content: "\f82a"; }
.fa-tree:before {
content: "\f1bb"; }
.fa-trello:before {
content: "\f181"; }
.fa-tripadvisor:before {
content: "\f262"; }
.fa-trophy:before {
content: "\f091"; }
.fa-truck:before {
content: "\f0d1"; }
.fa-truck-loading:before {
content: "\f4de"; }
.fa-truck-monster:before {
content: "\f63b"; }
.fa-truck-moving:before {
content: "\f4df"; }
.fa-truck-pickup:before {
content: "\f63c"; }
.fa-tshirt:before {
content: "\f553"; }
.fa-tty:before {
content: "\f1e4"; }
.fa-tumblr:before {
content: "\f173"; }
.fa-tumblr-square:before {
content: "\f174"; }
.fa-tv:before {
content: "\f26c"; }
.fa-twitch:before {
content: "\f1e8"; }
.fa-twitter:before {
content: "\f099"; }
.fa-twitter-square:before {
content: "\f081"; }
.fa-typo3:before {
content: "\f42b"; }
.fa-uber:before {
content: "\f402"; }
.fa-ubuntu:before {
content: "\f7df"; }
.fa-uikit:before {
content: "\f403"; }
.fa-umbraco:before {
content: "\f8e8"; }
.fa-umbrella:before {
content: "\f0e9"; }
.fa-umbrella-beach:before {
content: "\f5ca"; }
.fa-uncharted:before {
content: "\e084"; }
.fa-underline:before {
content: "\f0cd"; }
.fa-undo:before {
content: "\f0e2"; }
.fa-undo-alt:before {
content: "\f2ea"; }
.fa-uniregistry:before {
content: "\f404"; }
.fa-unity:before {
content: "\e049"; }
.fa-universal-access:before {
content: "\f29a"; }
.fa-university:before {
content: "\f19c"; }
.fa-unlink:before {
content: "\f127"; }
.fa-unlock:before {
content: "\f09c"; }
.fa-unlock-alt:before {
content: "\f13e"; }
.fa-unsplash:before {
content: "\e07c"; }
.fa-untappd:before {
content: "\f405"; }
.fa-upload:before {
content: "\f093"; }
.fa-ups:before {
content: "\f7e0"; }
.fa-usb:before {
content: "\f287"; }
.fa-user:before {
content: "\f007"; }
.fa-user-alt:before {
content: "\f406"; }
.fa-user-alt-slash:before {
content: "\f4fa"; }
.fa-user-astronaut:before {
content: "\f4fb"; }
.fa-user-check:before {
content: "\f4fc"; }
.fa-user-circle:before {
content: "\f2bd"; }
.fa-user-clock:before {
content: "\f4fd"; }
.fa-user-cog:before {
content: "\f4fe"; }
.fa-user-edit:before {
content: "\f4ff"; }
.fa-user-friends:before {
content: "\f500"; }
.fa-user-graduate:before {
content: "\f501"; }
.fa-user-injured:before {
content: "\f728"; }
.fa-user-lock:before {
content: "\f502"; }
.fa-user-md:before {
content: "\f0f0"; }
.fa-user-minus:before {
content: "\f503"; }
.fa-user-ninja:before {
content: "\f504"; }
.fa-user-nurse:before {
content: "\f82f"; }
.fa-user-plus:before {
content: "\f234"; }
.fa-user-secret:before {
content: "\f21b"; }
.fa-user-shield:before {
content: "\f505"; }
.fa-user-slash:before {
content: "\f506"; }
.fa-user-tag:before {
content: "\f507"; }
.fa-user-tie:before {
content: "\f508"; }
.fa-user-times:before {
content: "\f235"; }
.fa-users:before {
content: "\f0c0"; }
.fa-users-cog:before {
content: "\f509"; }
.fa-users-slash:before {
content: "\e073"; }
.fa-usps:before {
content: "\f7e1"; }
.fa-ussunnah:before {
content: "\f407"; }
.fa-utensil-spoon:before {
content: "\f2e5"; }
.fa-utensils:before {
content: "\f2e7"; }
.fa-vaadin:before {
content: "\f408"; }
.fa-vector-square:before {
content: "\f5cb"; }
.fa-venus:before {
content: "\f221"; }
.fa-venus-double:before {
content: "\f226"; }
.fa-venus-mars:before {
content: "\f228"; }
.fa-vest:before {
content: "\e085"; }
.fa-vest-patches:before {
content: "\e086"; }
.fa-viacoin:before {
content: "\f237"; }
.fa-viadeo:before {
content: "\f2a9"; }
.fa-viadeo-square:before {
content: "\f2aa"; }
.fa-vial:before {
content: "\f492"; }
.fa-vials:before {
content: "\f493"; }
.fa-viber:before {
content: "\f409"; }
.fa-video:before {
content: "\f03d"; }
.fa-video-slash:before {
content: "\f4e2"; }
.fa-vihara:before {
content: "\f6a7"; }
.fa-vimeo:before {
content: "\f40a"; }
.fa-vimeo-square:before {
content: "\f194"; }
.fa-vimeo-v:before {
content: "\f27d"; }
.fa-vine:before {
content: "\f1ca"; }
.fa-virus:before {
content: "\e074"; }
.fa-virus-slash:before {
content: "\e075"; }
.fa-viruses:before {
content: "\e076"; }
.fa-vk:before {
content: "\f189"; }
.fa-vnv:before {
content: "\f40b"; }
.fa-voicemail:before {
content: "\f897"; }
.fa-volleyball-ball:before {
content: "\f45f"; }
.fa-volume-down:before {
content: "\f027"; }
.fa-volume-mute:before {
content: "\f6a9"; }
.fa-volume-off:before {
content: "\f026"; }
.fa-volume-up:before {
content: "\f028"; }
.fa-vote-yea:before {
content: "\f772"; }
.fa-vr-cardboard:before {
content: "\f729"; }
.fa-vuejs:before {
content: "\f41f"; }
.fa-walking:before {
content: "\f554"; }
.fa-wallet:before {
content: "\f555"; }
.fa-warehouse:before {
content: "\f494"; }
.fa-watchman-monitoring:before {
content: "\e087"; }
.fa-water:before {
content: "\f773"; }
.fa-wave-square:before {
content: "\f83e"; }
.fa-waze:before {
content: "\f83f"; }
.fa-weebly:before {
content: "\f5cc"; }
.fa-weibo:before {
content: "\f18a"; }
.fa-weight:before {
content: "\f496"; }
.fa-weight-hanging:before {
content: "\f5cd"; }
.fa-weixin:before {
content: "\f1d7"; }
.fa-whatsapp:before {
content: "\f232"; }
.fa-whatsapp-square:before {
content: "\f40c"; }
.fa-wheelchair:before {
content: "\f193"; }
.fa-whmcs:before {
content: "\f40d"; }
.fa-wifi:before {
content: "\f1eb"; }
.fa-wikipedia-w:before {
content: "\f266"; }
.fa-wind:before {
content: "\f72e"; }
.fa-window-close:before {
content: "\f410"; }
.fa-window-maximize:before {
content: "\f2d0"; }
.fa-window-minimize:before {
content: "\f2d1"; }
.fa-window-restore:before {
content: "\f2d2"; }
.fa-windows:before {
content: "\f17a"; }
.fa-wine-bottle:before {
content: "\f72f"; }
.fa-wine-glass:before {
content: "\f4e3"; }
.fa-wine-glass-alt:before {
content: "\f5ce"; }
.fa-wix:before {
content: "\f5cf"; }
.fa-wizards-of-the-coast:before {
content: "\f730"; }
.fa-wodu:before {
content: "\e088"; }
.fa-wolf-pack-battalion:before {
content: "\f514"; }
.fa-won-sign:before {
content: "\f159"; }
.fa-wordpress:before {
content: "\f19a"; }
.fa-wordpress-simple:before {
content: "\f411"; }
.fa-wpbeginner:before {
content: "\f297"; }
.fa-wpexplorer:before {
content: "\f2de"; }
.fa-wpforms:before {
content: "\f298"; }
.fa-wpressr:before {
content: "\f3e4"; }
.fa-wrench:before {
content: "\f0ad"; }
.fa-x-ray:before {
content: "\f497"; }
.fa-xbox:before {
content: "\f412"; }
.fa-xing:before {
content: "\f168"; }
.fa-xing-square:before {
content: "\f169"; }
.fa-y-combinator:before {
content: "\f23b"; }
.fa-yahoo:before {
content: "\f19e"; }
.fa-yammer:before {
content: "\f840"; }
.fa-yandex:before {
content: "\f413"; }
.fa-yandex-international:before {
content: "\f414"; }
.fa-yarn:before {
content: "\f7e3"; }
.fa-yelp:before {
content: "\f1e9"; }
.fa-yen-sign:before {
content: "\f157"; }
.fa-yin-yang:before {
content: "\f6ad"; }
.fa-yoast:before {
content: "\f2b1"; }
.fa-youtube:before {
content: "\f167"; }
.fa-youtube-square:before {
content: "\f431"; }
.fa-zhihu:before {
content: "\f63f"; }
.sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px; }
.sr-only-focusable:active, .sr-only-focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto; }
@font-face {
font-family: 'Font Awesome 5 Brands';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
src: url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }
.fab {
font-family: 'Font Awesome 5 Brands';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 400;
font-display: block;
src: url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
src: url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }
.far {
font-family: 'Font Awesome 5 Free';
font-weight: 400; }
@font-face {
font-family: 'Font Awesome 5 Free';
font-style: normal;
font-weight: 900;
font-display: block;
src: url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
src: url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(//www.sabinealienor.com/wp-content/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }
.fa,
.fas {
font-family: 'Font Awesome 5 Free';
font-weight: 900; }