.hfe-counter-wrapper {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 10px;
} .hfe-counter-wrapper[style*="flex-direction: column"] {
align-items: center; justify-content: center; }
.hfe-counter-wrapper[style*="flex-direction: row"] {
justify-content: center; align-items: center; }
.hfe-counter-content {
display: flex;
align-items: center;
justify-content: center;
}
.hfe-counter-number {
font-weight: bold;
font-size: 48px;
line-height: 1;
}
.hfe-counter-title {
font-size: 18px;
line-height: 1.2;
margin: 0;
}
.hfe-counter-prefix,
.hfe-counter-suffix {
font-size: inherit;
line-height: inherit;
} .hfe-counter-title {
margin: 0;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
} .hfe-counter-content {
flex-shrink: 0;
} .hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-title,
.hfe-counter-wrapper[style*="flex-direction: row-reverse"] .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-wrapper:not([style*="column"]) .hfe-counter-title,
.hfe-counter-wrapper:not([style*="column"]) .hfe-counter-content {
flex: 1;
min-width: 0;
} .hfe-counter-content {
display: flex !important;
align-items: center;
justify-content: center;
} @media (max-width: 1024px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
}
@media (max-width: 767px) {
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-title,
.elementor-widget-hfe-counter .hfe-counter-wrapper[style*="row"] .hfe-counter-content {
flex: 1;
min-width: 0;
}
} @media (max-width: 767px) {
.hfe-counter-number {
font-size: 36px;
}
.hfe-counter-title {
font-size: 16px;
}
} 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;
} .hfe-posts-grid {
display: grid;
}
.hfe-post-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-post-title a {
text-decoration: none;
}
.hfe-post-title {
margin-top: 0px;
}
.hfe-read-more {
text-decoration: none;
}
.hfe-post-meta {
font-size: 12px;
line-height: 1.3em;
}
.hfe-post-title {
font-size: 20px;
}.hfe-woo-products-wrapper {
width: 100%;
}
.hfe-woo-products-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 35px 20px;
}
.hfe-product-item {
background: #ffffff;
border-radius: 8px;
overflow: hidden;
border: 1px solid #f0f0f0;
}
.hfe-product-image {
position: relative;
overflow: hidden;
}
.hfe-product-image img {
width: 100%;
height: auto;
display: block;
}
.hfe-product-content {
padding: 20px;
display: flex;
flex-direction: column;
height: 100%;
}
.hfe-product-category {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.8px;
margin-bottom: 8px;
opacity: 0.75;
font-weight: 500;
color: #666;
}
.hfe-product-title {
margin: 0 0 12px 0;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
flex-grow: 1;
}
.hfe-product-title a {
color: #333;
text-decoration: none;
}
.hfe-product-title h2 {
margin: 0;
font-size: inherit;
line-height: inherit;
font-weight: inherit;
color: inherit;
}
.hfe-product-title .hfe-loop-product__link {
display: block;
}
.hfe-product-rating {
margin-bottom: 12px;
}
.hfe-product-rating .review-rating {
display: flex;
align-items: center;
min-height: 16px;
}
.hfe-product-rating .star-rating {
font-size: 14px;
color: #ffa500;
display: inline-block;
}
.hfe-product-price {
margin-bottom: 16px;
font-weight: 700;
font-size: 18px;
}
.hfe-product-price .price {
color: #333;
}
.hfe-product-price .price del {
opacity: 0.6;
margin-right: 8px;
font-weight: 400;
}
.hfe-product-description {
margin-bottom: 16px;
font-size: 14px;
line-height: 1.6;
color: #666;
flex-grow: 1;
}
.hfe-product-add-to-cart {
margin-top: auto;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button {
width: auto;
min-width: 100px;
padding: 12px 20px;
border: none;
border-radius: 4px;
font-size: 14px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
cursor: pointer;
text-decoration: none;
display: inline-block;
text-align: center;
}
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:hover,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:focus,
.hfe-woo-products-wrapper .hfe-product-add-to-cart .button:active,
.hfe-woo-products-wrapper .hfe-product-add-to-cart a.button:link {
text-decoration: none;
}
.hfe-woo-products-notice,
.hfe-woo-products-empty {
text-align: center;
padding: 40px 20px;
background: #f8f9fa;
border-radius: 4px;
color: #666;
} .hfe-product-item {
height: 100%;
display: flex;
flex-direction: column;
}
.hfe-product-content {
flex: 1;
display: flex;
flex-direction: column;
} .hfe-content-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
} @media (max-width: 1024px) {
.hfe-content-tablet-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-tablet-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-tablet-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-tablet-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-tablet-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-tablet-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 767px) {
.hfe-content-mobile-align-left .hfe-product-item {
text-align: left;
}
.hfe-content-mobile-align-left .hfe-product-item .star-rating {
margin-left: 0;
margin-right: auto;
}
.hfe-content-mobile-align-center .hfe-product-item {
text-align: center;
}
.hfe-content-mobile-align-center .hfe-product-item .star-rating {
margin-left: auto;
margin-right: auto;
}
.hfe-content-mobile-align-right .hfe-product-item {
text-align: right;
}
.hfe-content-mobile-align-right .hfe-product-item .star-rating {
margin-left: auto;
margin-right: 0;
}
} @media (max-width: 1200px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.hfe-woo-products-grid {
grid-template-columns: repeat(2, 1fr);
gap: 20px 15px;
}
.hfe-product-content {
padding: 16px;
}
.hfe-product-title {
font-size: 15px;
}
.hfe-product-price {
font-size: 16px;
}
}
@media (max-width: 480px) {
.hfe-woo-products-grid {
grid-template-columns: 1fr;
gap: 25px;
}
.hfe-product-content {
padding: 18px;
}
}.wpb_category_n_menu_accordion * {
-webkit-font-smoothing: antialiased;
}
.wpb_category_n_menu_accordion ul li {
list-style: none;
display: block;
position: relative;
}
.wpb_category_n_menu_accordion>ul {
padding: 0 !important;
margin: 0 !important;
}
.wpb_category_n_menu_accordion>ul>ul {
padding: 0 !important;
margin: 0 0 0 20px !important;
}
.wpb_category_n_menu_accordion ul.children,
.wpb_category_n_menu_accordion ul.sub-menu {
display: none;
}
.wpb_category_n_menu_accordion ul>li {
margin: 0 !important;
padding: 0 !important;
}
.wpb_category_n_menu_accordion ul>li li {
margin: 0 !important;
}
.wpb_category_n_menu_accordion a {
display: block;
outline: none;
text-decoration: none;
}
.wpb_category_n_menu_accordion li a:focus {
outline: 0;
}
.wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
position: absolute;
right: 0;
width: 47px;
height: 100%;
top: 0;
text-align: center;
font-size: 20px;
font-weight: bolder;
display: inline-flex;
align-items: center;
justify-content: center;
z-index: 2;
-o-transition: transform .3s linear;
-moz-transition: transform .3s linear;
-webkit-transition: transform .3s linear;
-ms-transition: transform .3s linear;
}
.wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus>a>span.wpb-submenu-indicator {
-ms-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
.wpb_category_n_menu_accordion>ul>li li>a {
-o-transition: all .2s linear;
-moz-transition: all .2s linear;
-webkit-transition: all .2s linear;
transition: all .2s linear;
}
.wpb_category_n_menu_accordion li a {
position: relative;
font-size: 12px;
line-height: 18px;
padding: 14px 22px;
font-weight: 600;
-o-transition: color .2s linear, background .2s linear;
-moz-transition: color .2s linear, background .2s linear;
-webkit-transition: color .2s linear, background .2s linear;
transition: color .2s linear, background .2s linear;
}
.wpb_category_n_menu_accordion>ul>li>a {
font-size: 14px;
line-height: 20px;
padding: 14px 22px;
}
.wpb_category_n_menu_accordion>ul>li:last-child>a {
border-bottom: 0;
}
.wpb_category_n_menu_accordion>ul>li>ul>li>a,
.wpb_category_n_menu_accordion>ul>li>ul>li>ul>li>a {
border-bottom: 0;
} .wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
min-width: 20px;
position: absolute;
right: 40px;
top: 15px;
font-size: 11px;
text-align: center;
border-radius: 50%;
height: 20px;
line-height: 20px;
-webkit-font-smoothing: antialiased;
}
.wpb_category_n_menu_accordion ul ul li .wpb-wmca-cat-count {
top: 8px;
} .widget-area .widget .wpb_category_n_menu_accordion>ul>li a:not(.button),
.widget .wpb_category_n_menu_accordion ul li a:hover {
text-decoration: none;
}
.widget .wpb_category_n_menu_accordion li a {
display: block;
}
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) .wpb_category_n_menu_accordion ul:first-child>li:first-child>a,
.fusion-footer-widget-area .fusion-footer-widget-column:not(.widget_icl_lang_sel_widget) .wpb_category_n_menu_accordion>ul>li:first-child>a {
padding-top: 14px;
}
.widget_text .wpb_category_n_menu_accordion li a {
margin-bottom: 0;
} .wpb_wmca_accordion_wrapper_theme_dark>ul>li>a {
background: #414956;
color: #f5f5f5 !important;
}
.wpb_wmca_accordion_wrapper_theme_dark>ul>li li>a {
border-left: 6px solid transparent;
}
.wpb_wmca_accordion_wrapper_theme_dark ul ul li a {
padding: 10px 15px;
}
.wpb_wmca_accordion_wrapper_theme_dark>ul>li>a:hover,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.current_page_ancestor>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.current_page_parent>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.current_page_item>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.current-menu-parent>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.current-menu-ancestor>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.current-menu-item>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.current-cat>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.wpb-wmca-current-cat-parent>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li.wpb-submenu-indicator-minus>a {
background-color: #383F4A;
color: #fff;
}
.wpb_wmca_accordion_wrapper_theme_dark>ul>li li:hover>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li li.current-cat>a,
.wpb_wmca_accordion_wrapper_theme_dark>ul>li li.current-menu-item>a,
.wpb_wmca_accordion_wrapper_theme_dark li.current_page_item>a {
border-color: #414956;
}
.wpb_wmca_accordion_wrapper_theme_dark>ul>li:not(:last-child)>a {
border-bottom: 1px solid #3b424d !important;
}
.wpb_wmca_accordion_wrapper_theme_dark>ul ul {
background: #383838;
margin: 0 !important;
padding-left: 20px !important;
}
.wpb_wmca_accordion_wrapper_theme_dark ul>li li {
margin: 0 !important;
}
.wpb_wmca_accordion_wrapper_theme_dark ul>li li a {
color: #f5f5f5 !important;
}
.wpb_wmca_accordion_wrapper_theme_dark li>a:hover>span.wpb-submenu-indicator {
color: #fff;
}
.wpb_wmca_accordion_wrapper_theme_dark ul li .wpb-wmca-cat-count {
color: #555;
background: #f0f0f0;
} .wpb_wmca_accordion_wrapper_theme_transparent ul li a {
color: #3F4254 !important;
border-radius: 4px;
border-left: 3px solid transparent;
}
.wpb_wmca_accordion_wrapper_theme_transparent ul ul {
margin: 5px 0 0 20px!important;
}
.wpb_wmca_accordion_wrapper_theme_transparent ul li a:hover,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_ancestor>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_parent>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current_page_item>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-parent>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-ancestor>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-menu-item>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.current-cat>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-wmca-current-cat-parent>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li.wpb-submenu-indicator-minus>a {
background-color: rgba(245, 248, 250, 0.8);
}
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li li:hover>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li li.current-cat>a,
.wpb_wmca_accordion_wrapper_theme_transparent>ul>li li.current-menu-item>a,
.wpb_wmca_accordion_wrapper_theme_transparent li.current_page_item>a {
border-color: #009EF7;
}
.wpb_wmca_accordion_wrapper_theme_transparent ul>li li {
margin: 0 !important;
}
.wpb_wmca_accordion_wrapper_theme_transparent ul ul li a {
padding: 10px 15px;
}
.wpb_wmca_accordion_wrapper_theme_transparent ul li .wpb-wmca-cat-count {
color: #A1A5B7!important;
} body.rtl .wpb_category_n_menu_accordion ul li>a>span.wpb-submenu-indicator {
right: unset;
left: 0;
}
body.rtl .wpb_category_n_menu_accordion>ul>li li>a {
border-right: solid 6px transparent;
border-left: 0;
}
body.rtl .wpb_category_n_menu_accordion>ul>li li:hover>a,
body.rtl .wpb_category_n_menu_accordion>ul>li li.current-cat>a,
body.rtl .wpb_category_n_menu_accordion>ul>li li.current-menu-item>a,
body.rtl .wpb_category_n_menu_accordion li.wpb-submenu-indicator-minus>a {
border-right-color: #414956;
}
body.rtl .wpb_category_n_menu_accordion ul li .wpb-wmca-cat-count {
left: 40px;
right: inherit;
}
.rtl .wpb_wmca_accordion_wrapper_theme_transparent ul ul {
margin: 5px 20px 0 0!important;
}
.rtl .wpb_wmca_accordion_wrapper_theme_dark > ul ul {
padding: 0 20px 0 0!important;
}@font-face{font-family:rtrs_fontello;src:url(//faridimpeks.uz/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.eot?29669474);src:url(//faridimpeks.uz/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.eot?29669474#iefix)format("embedded-opentype"),url(//faridimpeks.uz/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.woff2?29669474)format("woff2"),url(//faridimpeks.uz/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.woff?29669474)format("woff"),url(//faridimpeks.uz/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.ttf?29669474)format("truetype"),url(//faridimpeks.uz/wp-content/plugins/review-schema/assets/vendor/fontello/font/fontello.svg?29669474#fontello)format("svg");font-weight:400;font-style:normal}[class^=rtrs-]:before,[class*=\ rtrs-]:before{speak:never;-webkit-text-decoration:inherit;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:1em;margin-left:.2em;margin-right:.2em;font-family:rtrs_fontello;font-style:normal;font-weight:400;line-height:1em;display:inline-block}.rtrs-star:before{content:""}.rtrs-thumbs-up:before{content:""}.rtrs-thumbs-down:before{content:""}.rtrs-calendar:before{content:""}.rtrs-play:before{content:""}.rtrs-picture:before{content:""}.rtrs-videocam:before{content:""}.rtrs-ok:before{content:""}.rtrs-star-empty:before{content:""}.rtrs-plus:before{content:""}.rtrs-user:before{content:""}.rtrs-twitter:before{content:""}.rtrs-facebook:before{content:""}.rtrs-filter:before{content:""}.rtrs-gplus:before{content:""}.rtrs-sort:before{content:""}.rtrs-angle-left:before{content:""}.rtrs-angle-right:before{content:""}.rtrs-github:before{content:""}.rtrs-smile:before{content:""}.rtrs-frown:before{content:""}.rtrs-meh:before{content:""}.rtrs-star-half-alt:before{content:""}.rtrs-share:before{content:""}html.with-featherlight{overflow:hidden}.featherlight{z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:0 0;display:none;position:fixed;inset:0}.featherlight:last-of-type{background:#000c}.featherlight:before{content:"";vertical-align:middle;height:100%;display:inline-block}.featherlight .featherlight-content{text-align:left;vertical-align:middle;cursor:auto;white-space:normal;background:#fff;border-bottom:25px solid #0000;max-height:95%;margin-left:5%;margin-right:5%;padding:25px 25px 0;display:inline-block;position:relative;overflow:auto}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{z-index:9999;cursor:pointer;text-align:center;color:#000;background:#ffffff4d;border:0;width:25px;padding:0;font-family:Arial,sans-serif;line-height:25px;position:absolute;top:0;right:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{-webkit-overflow-scrolling:touch;border-bottom:0;padding:0}.featherlight iframe{border:0}.featherlight *{box-sizing:border-box}@media only screen and (width<=1024px){.featherlight .featherlight-content{border-bottom:10px solid #0000;max-height:98%;margin-left:0;margin-right:0;padding:10px 10px 0}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}*,:before,:after{box-sizing:border-box}.rtrs-review-wrap{background-color:#fff;border-radius:4px;width:auto}@media only screen and (width<=991px){.rtrs-review-wrap{width:100%}}@media only screen and (width<=575px){.rtrs-review-wrap{padding:10px}}.rtrs-gdpr-consent-title{color:#444;background-color:#fafafa;border-radius:4px;justify-content:space-between;align-items:center;margin-top:20px;margin-bottom:20px;padding:5px 22px;font-size:16px;font-weight:400;display:flex}.rtrs-summary{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;display:grid}@media only screen and (width<=479px){.rtrs-summary{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}}.rtrs-summary .rtrs-rating-box{border:1px solid #eaeaea;border-radius:6px;flex:1;align-items:center;height:100%;padding:25px 30px;display:flex}@media only screen and (width<=575px){.rtrs-summary .rtrs-rating-box{padding:20px}}.rtrs-summary .rtrs-rating-box .rtrs-rating-number{margin-right:25px}.rtrs-summary .rtrs-rating-box .rtrs-rating{color:#000;font-size:48px;font-weight:700}.rtrs-summary .rtrs-rating-box .rtrs-rating-out{color:#747474;font-size:36px;font-weight:700}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon{flex:1}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i{color:#ffb300;font-size:18px}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon i:before{margin:0}.rtrs-summary .rtrs-rating-box .rtrs-rating-icon .rtrs-rating-text{color:#646464;margin-top:5px;font-size:14px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon{border-radius:50%;justify-content:center;align-items:center;width:73px;height:73px;margin-right:15px;display:flex;position:relative}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:before{content:"";border:1px solid #e1e1e14d;border-radius:50%;width:100%;height:100%;position:absolute}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon:after{content:"";border:1px solid #e1e1e1;border-radius:50%;width:61px;height:61px;position:absolute}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i{background-color:#40eca9;border-radius:50%;justify-content:center;align-items:center;width:49px;height:49px;display:flex}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-icon i:before{color:#fff;font-size:30px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number{color:#646464;font-size:16px}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-number span{color:#000;margin-right:5px;font-weight:700}.rtrs-summary .rtrs-rating-box .rtrs-recomnded-text{color:#646464;margin:5px 0 0;font-size:14px}.rtrs-summary .rtrs-progress-wrap{border:1px solid #eaeaea;border-radius:6px;padding:30px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress{align-items:center;margin-bottom:20px;display:flex}.rtrs-summary .rtrs-progress-wrap .rtrs-progress:last-child{margin-bottom:0}.rtrs-summary .rtrs-progress-wrap .rtrs-progress label{color:#000;min-width:88px;font-size:14px;font-weight:500}.rtrs-summary .rtrs-progress-wrap .rtrs-progress span{min-width:70px}.rtrs-summary .rtrs-progress-wrap .rtrs-progress-bar{flex:auto}.rtrs-summary .rtrs-progress-wrap progress[value]{appearance:none;border:none;border-radius:4px;height:5px}.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-bar{background-color:#959595;border-radius:4px}.rtrs-summary .rtrs-progress-wrap progress[value]::-webkit-progress-value{border-radius:4px}.rtrs-summary .rtrs-progress-wrap .quality-preogress[value]::-webkit-progress-value{background-color:#40eca9;box-shadow:0 4px 8px #40eca97a}.rtrs-summary .rtrs-progress-wrap .service-preogress[value]::-webkit-progress-value{background-color:#00b0ff;box-shadow:0 4px 8px #00b0ff7a}.rtrs-summary .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value{background-color:#ffbf42;box-shadow:0 4px 8px #ffbf427a}.rtrs-summary .rtrs-progress-wrap .delivery-preogress[value]::-webkit-progress-value{background-color:#ff8058;box-shadow:0 4px 8px #ff80587a}.rtrs-summary .rtrs-progress-wrap .progress-percent{text-align:right;color:#000;min-width:40px;font-size:14px;font-weight:500}.rtrs-summary .rtrs-summary-text{margin-left:70px}@media only screen and (width<=767px){.rtrs-summary .rtrs-summary-text{margin-left:0}}.rtrs-summary .rtrs-summary-text .rtrs-summary-ttile{color:#000;margin:0 0 15px;font-size:22px;font-weight:600}.rtrs-summary .rtrs-summary-text p{color:#646464;margin:0;font-size:16px;line-height:26px}.rtrs-rating-icon-global{flex:1}.rtrs-rating-icon-global i{color:#ffb300;font-size:18px}.rtrs-rating-icon-global i:before{margin:0}.rtrs-rating-icon-global .rtrs-rating-text{color:#646464;margin-top:5px;font-size:14px}.rtrs-sorting-bar{background:linear-gradient(#fff 0%,#f8fafc 100%);border:1px solid #e5e7eb;border-radius:12px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin:20px 0;padding:14px 20px;display:flex;box-shadow:0 1px 2px #0f172a0a}@media only screen and (width<=575px){.rtrs-sorting-bar{flex-direction:column;align-items:stretch;gap:10px;padding:14px}}.rtrs-sorting-bar .rtrs-sorting-title{color:#0f172a;letter-spacing:-.1px;align-items:center;gap:8px;margin:0;font-size:15px;font-weight:600;display:inline-flex}.rtrs-sorting-bar .rtrs-sorting-title:before{content:"";background:var(--rtrs-primary-color,#6366f1);border-radius:50%;flex-shrink:0;width:6px;height:6px;display:inline-block;box-shadow:0 0 0 3px #6366f12e}@media only screen and (width<=575px){.rtrs-sorting-bar .rtrs-sorting-title{justify-content:center}}.rtrs-sorting-bar .rtrs-sorting-select{flex-wrap:wrap;align-items:center;gap:10px;display:flex}@media only screen and (width<=575px){.rtrs-sorting-bar .rtrs-sorting-select{flex-direction:column;align-items:stretch;gap:8px}}.rtrs-sorting-bar .rtrs-sorting-select>div{align-items:center;gap:8px;display:inline-flex}@media only screen and (width<=575px){.rtrs-sorting-bar .rtrs-sorting-select>div{justify-content:space-between;width:100%}}.rtrs-sorting-bar .rtrs-sorting-select label{color:#475569;align-items:center;gap:6px;margin:0;font-size:13px;font-weight:600;display:inline-flex}.rtrs-sorting-bar .rtrs-sorting-select label i{color:#64748b;font-size:14px;line-height:1}.rtrs-sorting-bar .rtrs-sorting-select select{appearance:none;color:#0f172a;cursor:pointer;background-color:#fff;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'></polyline></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:12px 12px;border:1px solid #e2e8f0;border-radius:8px;min-width:140px;margin:0;padding:8px 34px 8px 14px;font-size:13px;font-weight:500;transition:border-color .15s,box-shadow .15s,color .15s;box-shadow:0 1px 2px #0f172a0a}.rtrs-sorting-bar .rtrs-sorting-select select:hover{color:#0f172a;border-color:#cbd5e1}.rtrs-sorting-bar .rtrs-sorting-select select:focus{border-color:var(--rtrs-primary-color,#6366f1);outline:none;box-shadow:0 0 0 3px #6366f126}@media only screen and (width<=575px){.rtrs-sorting-bar .rtrs-sorting-select select{flex:1;min-width:0}}.rtrs-sorting-select:empty{display:none!important}.rtrs-review-box .rtrs-review-list{margin:0;padding:0;list-style:none}.rtrs-review-box .rtrs-main-review{margin-bottom:20px}.rtrs-review-box .rtrs-each-review{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;padding:22px 24px 18px;transition:border-color .2s,box-shadow .2s;display:flex}.rtrs-review-box .rtrs-each-review:hover{border-color:#d1d5db;box-shadow:0 4px 16px -10px #0f172a1f}@media only screen and (width<=479px){.rtrs-review-box .rtrs-each-review{border-radius:10px;padding:18px;display:block}}.rtrs-review-box .rtrs-each-review.verified-user .rtrs-review-imgholder{position:relative}.rtrs-review-box .rtrs-each-review.verified-user .rtrs-review-imgholder:after{content:"";color:#fff;background-color:#10b981;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-family:rtrs_fontello;font-size:10px;display:flex;position:absolute;bottom:3px;right:3px}.rtrs-review-box .rtrs-top-review{background-color:#fffbeb;border-color:#fde68a;box-shadow:0 4px 14px -8px #fbbf244d}.rtrs-review-box .rtrs-review-imgholder{margin-right:16px;line-height:0}@media only screen and (width<=479px){.rtrs-review-box .rtrs-review-imgholder{margin-bottom:12px;margin-right:0}}.rtrs-review-box .rtrs-review-imgholder img{border:2px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #e5e7eb,0 2px 6px -2px #0f172a26}.rtrs-review-box .rtrs-review-body{flex:1;min-width:0;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-review-author{margin:0 0 10px;font-size:15px;display:inline-block}.rtrs-review-box .rtrs-review-body .rtrs-review-author a{color:#0f172a;font-weight:600;text-decoration:none;transition:color .2s}.rtrs-review-box .rtrs-review-body .rtrs-review-author a:hover{color:#6366f1}.rtrs-review-box .rtrs-review-body .rtrs-review-meta{flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 8px;padding:0;list-style:none;display:flex}.rtrs-review-box .rtrs-review-body .rtrs-review-meta li{color:#64748b;align-items:center;gap:4px;margin:0;font-size:13px;display:inline-flex}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating{color:#f59e0b;letter-spacing:1.5px;font-size:15px;line-height:1}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-rating i:before{margin:0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date{color:#94a3b8;font-size:12px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-review-date i:before{color:#6366f1;opacity:.8;margin:0 4px 0 0;font-size:11px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link{color:#0f172a;font-size:14px;font-weight:600}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a{color:#0f172a;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-link a:hover{color:#6366f1}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label{color:#64748b;font-size:12px}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social label i:before{color:#6366f1;margin:0 4px 0 0}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a{color:#94a3b8;padding:0 3px;font-size:13px;transition:color .2s;display:inline}.rtrs-review-box .rtrs-review-body .rtrs-review-meta .rtrs-author-social a:hover{color:#6366f1}.rtrs-review-box .rtrs-review-body .rtrs-review-edit-btn{color:#6366f1;cursor:pointer;margin-left:4px;font-size:11px;font-weight:600}.rtrs-review-box .rtrs-review-body .rtrs-review-edit-btn:hover{text-decoration:underline}.rtrs-review-box .rtrs-review-body .rtrs-review-title{color:#0f172a;letter-spacing:-.2px;margin:0 0 10px;font-size:16px;font-weight:700;line-height:1.4}.rtrs-review-box .rtrs-review-body p{color:#334155;margin:0 0 14px;font-size:14px;line-height:1.7}.rtrs-review-box .rtrs-review-body .comment-awaiting-moderation{color:#b45309;background:#fef3c7;border:1px dashed #fcd34d;border-radius:6px;padding:5px 10px;font-size:12px;font-style:normal;display:inline-block}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn{padding:8px 0 0}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn{color:#4338ca;box-shadow:none;background-color:#eef2ff;border:none;border-radius:999px;align-items:center;gap:4px;margin:0;padding:8px 16px;font-size:13px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .2s,color .2s;display:inline-flex}.rtrs-review-box .rtrs-review-body .rtrs-reply-btn .rtrs-item-btn:hover{color:#fff;background-color:#4338ca}.rtrs-review-box .rtrs-review-body .rtrs-action-area{flex-wrap:wrap;align-items:center;gap:6px;margin:4px 0 12px;display:flex}@media only screen and (width<=575px){.rtrs-review-box .rtrs-review-body .rtrs-action-area{position:initial}}.rtrs-review-box .rtrs-review-body .rtrs-action-area label{color:#64748b;margin-right:6px;font-size:12px;font-weight:600}.rtrs-review-box .rtrs-review-body .rtrs-action-area button{color:#475569;cursor:pointer;background-color:#fff;border:1px solid #e5e7eb;border-radius:999px;align-items:center;gap:6px;margin:0;padding:6px 12px;font-size:12px;font-weight:600;line-height:1.2;transition:all .2s;display:inline-flex;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-action-area button:hover{color:#4338ca;background-color:#f5f7ff;border-color:#c7d2fe}.rtrs-review-box .rtrs-review-body .rtrs-action-area button:focus{outline:none}.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-helpful=remove]{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-type=dislike][data-helpful=remove]{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-highlight=remove]{color:#b45309;background:#fffbeb;border-color:#fde68a}.rtrs-review-box .rtrs-review-body .rtrs-action-area button i:before{color:inherit;margin:0;font-size:12px;transition:color .2s}.rtrs-review-box .rtrs-review-body .rtrs-action-area button .helpful-count{font-variant-numeric:tabular-nums}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media{margin-bottom:15px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item{margin-right:10px;display:inline-block}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item:last-child{margin-right:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item img{border-radius:4px}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-item a{padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video{text-align:center;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video:before{content:"";background-color:#0000004d;border-radius:4px;width:100%;height:100%;margin:0;position:absolute;inset:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon{text-align:center;display:inline-block;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{background-color:#fff;border-radius:50%;width:24px;height:24px;line-height:24px;display:inline-block}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i:before{color:#000;margin:0 0 0 3px;font-size:12px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback{margin-top:24px;display:flex}@media only screen and (width<=767px){.rtrs-review-box .rtrs-review-body .rtrs-review-feedback{display:block}}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-box{flex:1}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title{margin:0 0 14px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-icon{color:#fff;background-color:#24ecbb;border-radius:4px;width:29px;height:28px;margin-right:12px;font-size:18px;line-height:28px;display:inline-block}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .unlike-icon{background-color:#ff4242}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-title .item-text{color:#010101;font-size:15px;font-weight:600}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list{margin-bottom:10px;padding:0;list-style:none}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li{color:#646464;margin-bottom:4px;font-size:15px;position:relative}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li:before{content:"";color:#000;margin-right:8px;font-family:rtrs_fontello;font-size:13px;font-weight:700}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before{content:"×";color:#ff4242;font-family:inherit;font-size:16px;font-weight:700}.rtrs-pagination{text-align:right}.rtrs-pagination ul{padding:0;list-style:none}.rtrs-pagination ul li{display:inline-block}.rtrs-pagination ul li.active a{color:#fff;background-color:#0028ff}.rtrs-pagination a{color:#8a8a8a;background-color:#efefef;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;font-weight:500;text-decoration:none;transition:all .3s ease-in-out;display:flex}.rtrs-pagination a i:before{color:#fff;margin:0}.rtrs-pagination a:hover{color:#fff;background-color:#0028ff}.rtrs-pagination .rtrs-icon-nav{background-color:#d0d0d0}.rtrs-paginate-onscroll{width:100%;min-height:8px;margin-top:16px;display:block}.rtrs-paginate-onscroll.is-loading{justify-content:center;align-items:center;padding:24px 0 8px;display:flex}.rtrs-paginate-onscroll .rtrs-autoload-spinner{color:#64748b;align-items:center;gap:10px;font-size:14px;font-weight:500;line-height:1;display:inline-flex}.rtrs-paginate-onscroll .rtrs-autoload-spinner svg{flex-shrink:0;width:22px;height:22px;animation:.8s linear infinite rtrs-spin}@keyframes rtrs-spin{to{transform:rotate(360deg)}}.rtrs-review-form{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-top:70px;padding:32px;box-shadow:0 4px 18px -10px #0f172a14}@media only screen and (width<=575px){.rtrs-review-form{border-radius:12px;padding:22px 18px}}.rtrs-review-form .rtrs-form-title{color:#0f172a;letter-spacing:-.2px;margin:0 0 6px;padding-bottom:12px;font-size:22px;font-weight:700;position:relative}.rtrs-review-form .rtrs-form-title:after{content:"";background:linear-gradient(90deg,#6366f1 0%,#8b5cf6 100%);border-radius:3px;width:44px;height:3px;position:absolute;bottom:0;left:0}.rtrs-review-form .rtrs-form-subtitle{color:#64748b;margin:0 0 22px;font-size:14px;line-height:1.55}.rtrs-review-form .rtrs-self-video video{border-radius:10px;max-width:100%}.rtrs-review-form .rtrs-source-external-video,.rtrs-review-form .rtrs-source-external-image{padding-left:120px}@media only screen and (width<=575px){.rtrs-review-form .rtrs-source-external-video,.rtrs-review-form .rtrs-source-external-image{padding-left:0}}.rtrs-review-form .rtrs-source-external-image input[type=url],.rtrs-review-form .rtrs-source-external-video input[type=url]{max-width:400px}.rtrs-review-form .rtrs-category-text,.rtrs-review-form .rtrs-button-label{min-width:110px}.rtrs-review-form .rtrs-rating-category{grid-template-columns:repeat(2,minmax(240px,1fr));gap:8px;margin:16px 0 8px;padding:0;list-style:none;display:grid}@media only screen and (width<=767px){.rtrs-review-form .rtrs-rating-category{grid-template-columns:1fr}}.rtrs-review-form .rtrs-rating-category li{justify-content:space-between;align-items:center;gap:12px;margin:0;padding:10px 0;display:flex}@media only screen and (width<=479px){.rtrs-review-form .rtrs-rating-category li{flex-direction:column;align-items:flex-start;gap:8px}}.rtrs-review-form .rtrs-rating-category .rtrs-category-text{color:#1e293b;flex:auto;font-size:14px;font-weight:500;line-height:1.4}.rtrs-review-form .rtrs-rating-category .rtrs-rating-container{flex-shrink:0;margin-left:auto}@media only screen and (width<=479px){.rtrs-review-form .rtrs-rating-category .rtrs-rating-container{margin-left:0}}.rtrs-review-form .rtrs-form-group>.rtrs-rating-container{padding:8px 0;display:inline-flex}.rtrs-review-form .rtrs-form-group{margin-bottom:14px}.rtrs-review-form .rtrs-form-group textarea.rtrs-form-control{resize:vertical;min-height:130px;padding:14px 18px;line-height:1.6;display:block}.rtrs-review-form .rtrs-form-group .rtrs-form-control{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;width:100%;padding:12px 16px;font-size:14px;transition:border-color .2s,box-shadow .2s,background .2s}.rtrs-review-form .rtrs-form-group .rtrs-form-control::placeholder{color:#94a3b8}.rtrs-review-form .rtrs-form-group .rtrs-form-control:hover{border-color:#cbd5e1}.rtrs-review-form .rtrs-form-group .rtrs-form-control:focus{background-color:#fff;border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.rtrs-review-form .rtrs-form-group input{height:48px}.rtrs-review-form .rtrs-form-group select.rtrs-form-control{appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 16px center;background-repeat:no-repeat;height:48px;padding-right:40px}.rtrs-review-form .rtrs-form-group .rtrs-input-label{color:#0f172a;letter-spacing:-.1px;margin-bottom:8px;padding-top:12px;font-size:14px;font-weight:600;display:block}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn{color:#fff;cursor:pointer;letter-spacing:.2px;background-color:#6366f1;border:none;border-radius:10px;outline:none;padding:12px 28px;font-size:14px;font-weight:700;transition:background-color .2s,box-shadow .2s,transform .2s;box-shadow:0 6px 16px -6px #6366f18c}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:hover{background-color:#4f46e5;transform:translateY(-1px);box-shadow:0 10px 22px -8px #6366f1b3}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn:active{transform:translateY(0);box-shadow:0 4px 10px -4px #6366f180}.rtrs-review-form .rtrs-form-group .rtrs-form-check{align-items:flex-start;margin:20px 0;display:flex;position:relative}.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label{color:#475569;cursor:pointer;padding-left:12px;font-size:13px;line-height:1.5}.rtrs-review-form .rtrs-form-group .rtrs-form-check .rtrs-checkbox-label:before{content:"";color:#0000;text-align:center;background:#fff;border:2px solid #cbd5e1;border-radius:5px;width:18px;height:18px;margin:0;font-family:rtrs_fontello;font-size:12px;line-height:14px;transition:all .2s;position:absolute;top:1px;left:0}.rtrs-review-form .rtrs-form-group .rtrs-form-check:hover .rtrs-checkbox-label:before{border-color:#6366f1}.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]{cursor:pointer;z-index:1;opacity:0;width:20px;height:20px;margin:0}.rtrs-review-form .rtrs-form-group .rtrs-form-check input[type=checkbox]:checked+.rtrs-checkbox-label:before{color:#fff;background-color:#6366f1;border-color:#6366f1}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box{text-align:center;cursor:pointer;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:10px;justify-content:center;align-items:center;gap:10px;padding:12px 22px;transition:all .2s;display:inline-flex}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover{background-color:#eef2ff;border-color:#6366f1}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover i,.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box:hover span{color:#4338ca}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i{color:#64748b;font-size:16px;line-height:1;transition:color .2s}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box i:before{margin:0}.rtrs-review-form .rtrs-multimedia-upload .rtrs-upload-box span{color:#475569;letter-spacing:.1px;font-size:13px;font-weight:600;transition:color .2s}.rtrs-review-form .rtrs-recomnd-check{align-items:center;gap:8px;display:flex}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check{margin:0}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]{cursor:pointer;opacity:0;z-index:1;width:52px;height:48px;position:relative;left:-5px}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .rtrs-checkbox-label:before{color:#94a3b8;text-align:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:10px;width:52px;height:48px;font-size:26px;line-height:48px;transition:all .2s}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .rtrs-checkbox-label:hover:before{color:#6366f1;border-color:#c7d2fe}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-excelent:before{content:""}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-good:before{content:""}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check .check-bad:before{content:""}.rtrs-review-form .rtrs-recomnd-check .rtrs-form-check input[type=radio]:checked+.rtrs-checkbox-label:before{color:#fff;background-color:#6366f1;border-color:#6366f1;box-shadow:0 8px 18px -6px #6366f180}.rtrs-review-form .rtrs-feedback-input{background-color:#fff;border:1px solid #e2e8f0;border-radius:12px;display:flex;overflow:hidden}@media only screen and (width<=575px){.rtrs-review-form .rtrs-feedback-input{flex-direction:column}}.rtrs-review-form .rtrs-feedback-input .rtrs-input-item{border-right:1px solid #e2e8f0;flex:1;padding:20px 22px;position:relative}.rtrs-review-form .rtrs-feedback-input .rtrs-input-item:last-child{border-right:none}@media only screen and (width<=575px){.rtrs-review-form .rtrs-feedback-input .rtrs-input-item{border-bottom:1px solid #e2e8f0;border-right:none}.rtrs-review-form .rtrs-feedback-input .rtrs-input-item:last-child{border-bottom:none}}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title{align-items:center;margin:0 0 14px;display:flex}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon{color:#fff;text-align:center;background-color:#22c55e;border-radius:8px;justify-content:center;align-items:center;width:28px;height:28px;margin-right:10px;font-size:14px;line-height:28px;display:inline-flex}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-icon i:before{margin:0;line-height:1}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .unlike-icon{background-color:#ef4444}.rtrs-review-form .rtrs-feedback-input .rtrs-input-title .item-text{color:#0f172a;letter-spacing:.4px;text-transform:uppercase;font-size:14px;font-weight:700}.rtrs-review-form .rtrs-feedback-input .rtrs-input-filed{padding-right:32px;position:relative}.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn{color:#64748b;cursor:pointer;text-align:center;background:#f1f5f9;border-radius:50%;width:24px;height:24px;font-size:18px;line-height:22px;transition:all .2s;display:inline-block;position:absolute;top:8px;right:0;transform:rotate(45deg)}.rtrs-review-form .rtrs-feedback-input .rtrs-remove-btn:hover{color:#fff;background-color:#ef4444}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add{cursor:pointer;color:#6366f1;align-items:center;margin-top:4px;font-size:13px;font-weight:600;transition:color .2s;display:inline-flex}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add i:before{margin:0 5px 0 0;font-size:12px;font-weight:400}.rtrs-review-form .rtrs-feedback-input .rtrs-field-add:hover{color:#4338ca;text-decoration:underline}.rtrs-review-form .rtrs-feedback-input .form-control{color:#0f172a;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;width:100%;height:42px;margin-bottom:8px;padding:8px 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.rtrs-review-form .rtrs-feedback-input .form-control::placeholder{color:#94a3b8}.rtrs-review-form .rtrs-feedback-input .form-control:focus{border-color:#6366f1;outline:none;box-shadow:0 0 0 3px #6366f126}.rtrs-summary-2 .rtrs-rating-summary{flex-wrap:wrap;align-items:flex-start;display:flex}.rtrs-summary-2 .rtrs-rating-summary .rtrs-title h3{margin-top:0;line-height:1}@media only screen and (width<=767px){.rtrs-summary-2 .rtrs-rating-summary{display:block}}.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin-left:30px}@media only screen and (width<=575px){.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin:20px 0}}@media only screen and (width<=767px){.rtrs-summary-2 .rtrs-rating-summary .rtrs-rating-item:first-child{margin-left:0}}.rtrs-summary-2 .rtrs-rating-item{border-right:1px solid #ededed;margin-right:30px;padding-right:25px}@media only screen and (width<=991px){.rtrs-summary-2 .rtrs-rating-item{margin-right:15px;padding-right:15px}}@media only screen and (width<=767px){.rtrs-summary-2 .rtrs-rating-item{border-right:none;margin-right:0;padding-right:0}}.rtrs-summary-2 .rtrs-rating-item:last-child{border-right:none;flex:1;margin-top:20px;margin-right:0;padding-right:0}@media only screen and (width<=991px){.rtrs-summary-2 .rtrs-rating-item.rtrs-summery-wrapper{flex:0 0 100%;width:100%;margin-top:40px}}.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper li label{margin-right:15px}@media only screen and (width<=991px){.rtrs-summary-2 .rtrs-rating-item.rtrs-criteria-wrapper{border:0;flex:1;margin:0;padding-right:0}}.rtrs-summary-2 .rtrs-rating-category{margin:0;padding:0;list-style:none}.rtrs-summary-2 .rtrs-rating-category li{margin-bottom:20px}.rtrs-summary-2 .rtrs-rating-category li label{color:#111;min-width:80px;font-weight:500;display:inline-block}.rtrs-summary-2 .rtrs-rating-category li i{color:#ffb300;font-size:18px}.rtrs-summary-2 .rtrs-rating-category li i:before{margin:0 2px}.rtrs-summary-2 .rtrs-circle{max-width:190px;position:relative}@media only screen and (width<=767px){.rtrs-summary-2 .rtrs-circle{margin-bottom:20px}}.rtrs-summary-2 .rtrs-circle-bar{z-index:1;border-radius:50%;width:190px;height:190px;position:relative}@media only screen and (width<=991px){.rtrs-summary-2 .rtrs-circle-bar{width:190px;height:190px;margin:0 auto}}.rtrs-summary-2 .rtrs-circle-bar svg{width:100%;height:100%;position:relative}.rtrs-summary-2 .rtrs-circle-bar svg circle{fill:#0000;stroke:#efefef;stroke-width:12px;stroke-linecap:round;width:100%;height:100%;transform:translate(20px,25px)}.rtrs-summary-2 .rtrs-circle-bar svg circle:nth-child(2n){stroke-dasharray:490;stroke-dashoffset:147px;stroke:#0028ff}.rtrs-summary-2 .rtrs-circle-content{text-align:center;position:absolute;top:50%;left:0;right:0;transform:translateY(-50%)}.rtrs-summary-2 .rtrs-circle-content .rating-percent{color:#000;margin-bottom:4px;font-size:30px;font-weight:700}.rtrs-summary-2 .rtrs-circle-content .rating-text{color:#474747;margin-bottom:4px;font-size:12px;font-weight:600}.rtrs-summary-2 .rtrs-circle-content .rating-icon i{color:#ffb300;font-size:13px}.rtrs-summary-2 .rtrs-circle-content .rating-icon i:before{margin:0}.rtrs-summary-2 .rtrs-feedback-text .rtrs-feedback-ttile{color:#010101;margin:0 0 16px;font-size:22px;font-weight:600}.rtrs-summary-2 .rtrs-feedback-text p{color:#646464;margin:0;line-height:26px}.rtrs-feedback-summary{border:1px solid #ebebeb;border-radius:8px;align-items:center;display:flex}@media only screen and (width<=575px){.rtrs-feedback-summary{display:block}}.rtrs-feedback-summary .rtrs-feedback-box{border-right:1px solid #ebebeb;flex:1;padding:20px 30px 30px}@media only screen and (width<=767px){.rtrs-feedback-summary .rtrs-feedback-box{padding:20px 20px 10px}}@media only screen and (width<=575px){.rtrs-feedback-summary .rtrs-feedback-box{border-right:none}}.rtrs-feedback-summary .rtrs-feedback-box:last-child{border-right:none}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title{margin:0 0 18px}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-icon{color:#fff;background-color:#24ecbb;border-radius:4px;width:29px;height:28px;margin-right:12px;font-size:18px;line-height:28px;display:inline-block}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .unlike-icon{background-color:#ff4242}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-title .item-text{color:#010101;font-size:18px;font-weight:600}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list{padding:0;list-style:none}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li{color:#646464;margin-bottom:10px;padding-left:22px;font-size:15px;position:relative}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:last-child{margin-bottom:0}.rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before{content:"";color:#000;margin-right:8px;font-family:rtrs_fontello;font-size:13px;font-weight:700;position:absolute;top:2px;left:0}.rtrs-feedback-summary .rtrs-feedback-box.rtrs-unlike-feedback .rtrs-feedback-list li:before{content:"×";color:#ff4242;font-family:inherit;font-size:18px;font-weight:700}.rtrs-summary-3 .rtrs-rating-summary{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}@media only screen and (width<=767px){.rtrs-summary-3 .rtrs-rating-summary{display:block}}.rtrs-summary-3 .rtrs-rating-item{border:1px solid #eaeaea;border-radius:6px;flex-direction:column;justify-content:center;display:flex}@media only screen and (width<=767px){.rtrs-summary-3 .rtrs-rating-item{margin-bottom:20px}}.rtrs-summary-3 .grid-span-2{grid-column:1/span 2}.rtrs-summary-3 .grid-span-1{grid-column:1/span 3}.rtrs-summary-3 .rtrs-rating-overall{text-align:center;padding:30px 10px}.rtrs-summary-3 .rtrs-rating-overall .rating-percent{color:#000;font-size:40px;font-weight:700}.rtrs-summary-3 .rtrs-rating-overall .rating-text{color:#474747;margin-bottom:4px;font-size:14px;font-weight:600}.rtrs-summary-3 .rtrs-rating-overall .rating-icon{margin-bottom:6px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon i{color:#ffb300;font-size:14px}.rtrs-summary-3 .rtrs-rating-overall .rating-icon i:before{margin:0}.rtrs-summary-3 .rtrs-rating-overall p{color:#646464;margin:0;font-size:14px}.rtrs-summary-3 .rtrs-rating-category{margin:0;padding:0}.rtrs-summary-3 .rtrs-rating-category li{align-items:center;padding:10px 20px;display:flex}.rtrs-summary-3 .rtrs-rating-category li:nth-child(2n){background-color:#f9f9f9}.rtrs-summary-3 .rtrs-rating-category label{color:#111;flex:1;margin-right:20px;font-weight:500}.rtrs-summary-3 .rtrs-rating-category .rating-icon{margin-right:20px}.rtrs-summary-3 .rtrs-rating-category .rating-icon i{color:#ffb300;font-size:17px}.rtrs-summary-3 .rtrs-rating-category .rating-icon i:before{margin:0 2px}.rtrs-summary-3 .rtrs-rating-category .rating-number{color:#929292;min-width:70px;margin-left:auto}.rtrs-summary-3 .rtrs-rating-category .rating-number .total-number{color:#000;font-size:18px;font-weight:500}.rtrs-summary-3 .rtrs-feedback-text{padding:20px 30px}.rtrs-summary-3 .rtrs-feedback-text .rtrs-feedback-ttile{color:#010101;margin:0 0 15px;font-size:22px;font-weight:600}.rtrs-summary-3 .rtrs-feedback-text p{color:#646464;margin:0;font-size:16px;line-height:26px}.rtrs-summary-4{grid-template-columns:repeat(5,1fr);column-gap:20px;display:grid}@media only screen and (width<=991px){.rtrs-summary-4{display:block}}.rtrs-summary-4 .rtrs-rating-summary{grid-column:1/span 3;grid-template-columns:repeat(2,1fr);align-items:stretch;gap:20px;display:grid}@media only screen and (width<=991px){.rtrs-summary-4 .rtrs-rating-summary{margin-bottom:30px}}@media only screen and (width<=575px){.rtrs-summary-4 .rtrs-rating-summary{display:block}}.rtrs-summary-4 .rtrs-rating-item{border:1px solid #e5e5e5;margin:0;padding-right:0}@media only screen and (width<=575px){.rtrs-summary-4 .rtrs-rating-item{margin-bottom:30px}}.rtrs-summary-4 .rtrs-rating-item:last-child{border:none;grid-column:1/span 2}.rtrs-summary-4 .rtrs-rating-item .rtrs-circle{padding:20px}.rtrs-summary-4 .rtrs-product-img{background-color:#fafafa;border-radius:4px;height:100%}.rtrs-summary-4 .rtrs-feedback-summary{grid-column:span 2;display:block}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box{border-bottom:1px solid #e5e5e5;border-right:none;padding:25px 25px 15px}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box:last-child{border-bottom:none}.rtrs-summary-4 .rtrs-feedback-summary .rtrs-feedback-box .rtrs-feedback-list li:before{color:#989898}.rtrs-summary-4 .rtrs-circle-bar{margin:0 auto}.rtrs-summary-4 .rtrs-rating-category li{border-bottom:1px solid #e5e5e5;margin-bottom:0;padding:10px 0}.rtrs-summary-4 .rtrs-rating-category li:last-child{border-bottom:none;padding-bottom:0}.rtrs-summary-4 .rtrs-rating-category li:nth-child(2n){background-color:#0000}.rtrs-summary-4 .rtrs-circle-content .rating-text{color:#474747;letter-spacing:2px;font-size:14px}.rtrs-summary-4 .rtrs-circle-content .rating-percent{font-size:40px}.rtrs-summary-4 .rtrs-circle-content .rating-icon i{font-size:16px}.mg-b-5{margin-bottom:5px!important}.rtrs-faq-block{--rtrs-faq-gap:12px;--rtrs-faq-section-padding:0;--rtrs-faq-border-gap:0px;--rtrs-faq-qa-gap:0px;--rtrs-faq-border-color:#e5e7eb;--rtrs-faq-border-width:1px;--rtrs-faq-border-radius:8px;--rtrs-faq-border-style:solid;--rtrs-faq-q-padding:16px;--rtrs-faq-a-padding:16px;--rtrs-faq-container-bg:transparent;--rtrs-faq-container-radius:8px;--rtrs-faq-grid-columns:2;--rtrs-faq-icon-size:20px;--rtrs-faq-icon-spacing:12px;--rtrs-faq-divider-color:#e5e7eb;--rtrs-faq-divider-width:1px;gap:var(--rtrs-faq-gap);max-width:var(--wp--style--global--wide-size);padding:var(--rtrs-faq-section-padding);margin:var(--rtrs-faq-section-margin);border-radius:var(--rtrs-faq-container-radius);background:var(--rtrs-faq-container-bg);flex-direction:column;display:flex}.rtrs-faq-block .rtrs-faq-item{border:var(--rtrs-faq-border-width) var(--rtrs-faq-border-style) var(--rtrs-faq-border-color);border-radius:var(--rtrs-faq-border-radius);transition:border-color .2s,box-shadow .2s;overflow:hidden}.rtrs-faq-block .rtrs-faq-item:hover{box-shadow:var(--rtrs-faq-item-hover-shadow,none)}.rtrs-faq-block .rtrs-faq-question{align-items:center;gap:var(--rtrs-faq-icon-spacing);text-align:left;width:100%;box-shadow:none;cursor:pointer;appearance:none;border:none;outline:0;margin:0;padding:0;text-decoration:none;transition:background-color .2s,color .2s;display:flex}.rtrs-faq-block .rtrs-faq-question:hover{box-shadow:none;text-decoration:none}.rtrs-faq-block .rtrs-faq-question:focus,.rtrs-faq-block .rtrs-faq-question:active{box-shadow:none;outline:0}.rtrs-faq-block .rtrs-faq-question:focus-visible{outline:2px solid var(--rtrs-primary-color,#5433ff);outline-offset:-2px}.rtrs-faq-block .rtrs-faq-question-text{padding:var(--rtrs-faq-q-padding,16px);border:none;outline:0;flex:1;margin:0}.rtrs-faq-block .rtrs-faq-icon{width:var(--rtrs-faq-icon-size);height:var(--rtrs-faq-icon-size);border-radius:var(--rtrs-faq-icon-border-radius,0);border:var(--rtrs-faq-icon-border-width,0) var(--rtrs-faq-icon-border-style,solid) var(--rtrs-faq-icon-border-color,transparent);flex-shrink:0;justify-content:center;align-items:center;transition:color .2s;display:inline-flex}.rtrs-faq-block .rtrs-faq-icon:last-child{margin-right:var(--rtrs-faq-icon-spacing)}.rtrs-faq-block .rtrs-faq-icon:first-child{margin-left:var(--rtrs-faq-icon-spacing)}.rtrs-faq-block .rtrs-faq-icon svg{width:100%;height:100%;display:block}.rtrs-faq-block .rtrs-faq-icon-expand,.rtrs-faq-block .rtrs-faq-icon-collapse{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.rtrs-faq-block .rtrs-faq-icon-collapse,.rtrs-faq-block .rtrs-faq-item.active .rtrs-faq-icon-expand{display:none}.rtrs-faq-block .rtrs-faq-item.active .rtrs-faq-icon-collapse{display:inline-flex}.rtrs-faq-block .rtrs-faq-answer{max-height:0;margin-top:var(--rtrs-faq-qa-gap,0px);transition:max-height .3s;overflow:hidden}.rtrs-faq-block .rtrs-faq-answer-inner{padding:var(--rtrs-faq-a-padding);border-top:var(--rtrs-faq-divider-width) var(--rtrs-faq-divider-style,solid) var(--rtrs-faq-divider-color)}.rtrs-faq-block .rtrs-faq-answer-inner p{margin:0 0 1em}.rtrs-faq-block .rtrs-faq-answer-inner p:last-child{margin-bottom:0}.rtrs-faq-block.has-q-color .rtrs-faq-question-text{color:var(--rtrs-faq-q-color)}.rtrs-faq-block.has-q-font-size .rtrs-faq-question-text{font-size:var(--rtrs-faq-q-font-size)}.rtrs-faq-block.has-q-font-weight .rtrs-faq-question-text{font-weight:var(--rtrs-faq-q-font-weight)}.rtrs-faq-block.has-q-line-height .rtrs-faq-question-text{line-height:var(--rtrs-faq-q-line-height)}.rtrs-faq-block.has-q-letter-spacing .rtrs-faq-question-text{letter-spacing:var(--rtrs-faq-q-letter-spacing)}.rtrs-faq-block.has-q-text-transform .rtrs-faq-question-text{text-transform:var(--rtrs-faq-q-text-transform)}.rtrs-faq-block.has-q-font-family .rtrs-faq-question-text{font-family:var(--rtrs-faq-q-font-family)}.rtrs-faq-block.has-q-bg .rtrs-faq-question-text{background:var(--rtrs-faq-q-bg)}.rtrs-faq-block.has-q-hover-color .rtrs-faq-question:hover .rtrs-faq-question-text{color:var(--rtrs-faq-q-hover-color)}.rtrs-faq-block.has-q-active-color .rtrs-faq-item.active .rtrs-faq-question-text{color:var(--rtrs-faq-q-active-color)}.rtrs-faq-block.has-q-active-bg .rtrs-faq-item.active .rtrs-faq-question-text{background:var(--rtrs-faq-q-active-bg)}.rtrs-faq-block.has-a-color .rtrs-faq-answer-inner{color:var(--rtrs-faq-a-color)}.rtrs-faq-block.has-a-font-size .rtrs-faq-answer-inner{font-size:var(--rtrs-faq-a-font-size)}.rtrs-faq-block.has-a-font-weight .rtrs-faq-answer-inner{font-weight:var(--rtrs-faq-a-font-weight)}.rtrs-faq-block.has-a-line-height .rtrs-faq-answer-inner{line-height:var(--rtrs-faq-a-line-height)}.rtrs-faq-block.has-a-letter-spacing .rtrs-faq-answer-inner{letter-spacing:var(--rtrs-faq-a-letter-spacing)}.rtrs-faq-block.has-a-text-transform .rtrs-faq-answer-inner{text-transform:var(--rtrs-faq-a-text-transform)}.rtrs-faq-block.has-a-font-family .rtrs-faq-answer-inner{font-family:var(--rtrs-faq-a-font-family)}.rtrs-faq-block.has-a-bg .rtrs-faq-answer-inner{background:var(--rtrs-faq-a-bg)}.rtrs-faq-layout--list .rtrs-faq-answer,.rtrs-faq-layout--grid .rtrs-faq-answer{max-height:none;overflow:visible}.rtrs-faq-layout--list .rtrs-faq-question{cursor:default}.rtrs-faq-layout--grid{grid-template-columns:repeat(var(--rtrs-faq-grid-columns), 1fr);display:grid}@media (width<=768px){.rtrs-faq-layout--grid{grid-template-columns:1fr}}.rtrs-faq-layout--grid .rtrs-faq-question{cursor:default}@media (width<=1024px){.rtrs-faq-layout--grid{grid-template-columns:repeat(var(--rtrs-faq-grid-columns), 1fr)}}@media (width<=768px){.rtrs-faq-layout--grid{grid-template-columns:1fr}.rtrs-faq-block .rtrs-faq-tabs{flex-wrap:nowrap}}:where(.dark,.is-dark-theme,[data-theme=dark],[data-color-scheme=dark],.flavor-dark,.flavor-flavor-dark) :where(.rtrs-faq-block){--rtrs-faq-q-color:#f3f4f6;--rtrs-faq-q-bg:#1f2937;--rtrs-faq-a-color:#d1d5db;--rtrs-faq-a-bg:#111827;--rtrs-faq-border-color:#374151;--rtrs-faq-container-bg:transparent;--rtrs-faq-q-active-color:#fff;--rtrs-faq-q-active-bg:#374151;--rtrs-faq-divider-color:#374151;--rtrs-faq-search-placeholder-color:#6b7280}.rtrs-faq-block .rtrs-faq-search{position:relative}.rtrs-faq-layout--grid .rtrs-faq-block .rtrs-faq-search{grid-column:1/-1}.rtrs-faq-block .rtrs-faq-search-input{width:100%;padding:var(--rtrs-faq-search-padding,10px 16px);border:1px solid var(--rtrs-faq-search-border-color,var(--rtrs-faq-border-color));border-radius:var(--rtrs-faq-search-border-radius,8px);font-size:var(--rtrs-faq-search-font-size,14px);color:var(--rtrs-faq-search-color,currentColor);background:var(--rtrs-faq-search-bg,transparent);box-shadow:none;appearance:none;outline:none;padding-right:40px;font-family:inherit;line-height:1.5;transition:border-color .2s,box-shadow .2s}.rtrs-faq-block .rtrs-faq-search-input:focus{border-color:var(--rtrs-primary-color,#5433ff);box-shadow:0 0 0 2px #5433ff26}.rtrs-faq-block .rtrs-faq-search-input::placeholder{color:var(--rtrs-faq-search-placeholder-color,#9ca3af)}.rtrs-faq-block .rtrs-faq-search-clear{width:24px;height:24px;color:var(--rtrs-faq-search-placeholder-color,#9ca3af);box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s;display:none;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.rtrs-faq-block .rtrs-faq-search-clear.is-visible{display:flex}.rtrs-faq-block .rtrs-faq-search-clear:hover{color:var(--rtrs-faq-search-color,currentColor);background-color:var(--rtrs-faq-search-clear-hover-bg,#8080801f)}.rtrs-faq-block .rtrs-faq-search-clear svg{display:block}.rtrs-faq-block .rtrs-faq-open-close-all{gap:8px;display:flex}.rtrs-faq-layout--grid .rtrs-faq-block .rtrs-faq-open-close-all{grid-column:1/-1}.rtrs-faq-block .rtrs-faq-open-close-all button{padding:var(--rtrs-faq-btn-padding,6px 14px);border:1px solid var(--rtrs-faq-btn-border-color,var(--rtrs-faq-border-color));border-radius:var(--rtrs-faq-btn-border-radius,var(--rtrs-faq-border-radius));background:var(--rtrs-faq-btn-bg,transparent);color:var(--rtrs-faq-btn-color,currentColor);font-size:var(--rtrs-faq-btn-font-size,13px);box-shadow:none;cursor:pointer;font-family:inherit;transition:background-color .2s,color .2s}.rtrs-faq-block .rtrs-faq-open-close-all button:hover{opacity:.85}.rtrs-faq-block-editor{gap:var(--rtrs-faq-gap,12px);padding:var(--rtrs-faq-section-padding);margin:var(--rtrs-faq-section-margin);border-radius:var(--rtrs-faq-container-radius);background:var(--rtrs-faq-container-bg);border:none;position:relative;flex-direction:column!important;grid-template-columns:none!important;display:flex!important}.rtrs-faq-block-editor .rtrs-faq-edit-btn{z-index:2;cursor:pointer;opacity:0;pointer-events:none;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;padding:0;transition:opacity .2s,transform .2s,background .15s,box-shadow .15s;display:flex;position:absolute;top:-16px;left:50%;transform:translate(-50%)translateY(-8px);box-shadow:0 1px 3px #0000001f}.rtrs-faq-block-editor .rtrs-faq-edit-btn svg{width:16px;height:16px;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9))}.rtrs-faq-block-editor .rtrs-faq-edit-btn:hover{background:#fff;box-shadow:0 2px 6px #00000026}.rtrs-faq-block-editor:hover .rtrs-faq-edit-btn{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}.rtrs-faq-block-editor .rtrs-faq-items-wrapper{gap:var(--rtrs-faq-gap,12px)!important;width:100%!important;max-width:100%!important}.rtrs-faq-block-editor .rtrs-faq-items-wrapper>.block-editor-block-list__layout,.rtrs-faq-block-editor .rtrs-faq-items-wrapper>.block-editor-inner-blocks>.block-editor-block-list__layout{width:100%!important;max-width:100%!important}.rtrs-faq-block-editor .rtrs-faq-items-wrapper .wp-block[data-type=rtrs\/faq-item]{width:100%!important;max-width:100%!important;margin:0!important}.rtrs-faq-block-editor .rtrs-faq-item-editor{border:var(--rtrs-faq-border-width,1px) var(--rtrs-faq-border-style,solid) var(--rtrs-faq-border-color,#e5e7eb);border-radius:var(--rtrs-faq-border-radius,8px);margin-bottom:0;transition:box-shadow .2s;position:relative;overflow:hidden}.rtrs-faq-block-editor .rtrs-faq-item-editor:hover{box-shadow:var(--rtrs-faq-item-hover-shadow,none)}.rtrs-faq-block-editor .rtrs-faq-item-editor:focus-within{border-color:var(--rtrs-primary-color,#5433ff);box-shadow:0 0 0 1px var(--rtrs-primary-color,#5433ff)}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question{align-items:center;gap:var(--rtrs-faq-icon-spacing,12px);display:flex}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-question-text{padding:var(--rtrs-faq-q-padding,16px);flex:1;margin:0}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon{width:var(--rtrs-faq-icon-size,20px);height:var(--rtrs-faq-icon-size,20px);border-radius:var(--rtrs-faq-icon-border-radius,0);border:var(--rtrs-faq-icon-border-width,0) var(--rtrs-faq-icon-border-style,solid) var(--rtrs-faq-icon-border-color,transparent);color:var(--rtrs-faq-icon-color);pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon:last-child{margin-right:var(--rtrs-faq-icon-spacing,12px)}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon:first-child{margin-left:var(--rtrs-faq-icon-spacing,12px)}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon .rtrs-faq-icon-expand,.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon .rtrs-faq-icon-collapse{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-question .rtrs-faq-icon svg{width:100%;height:100%;display:block}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-answer{margin-top:var(--rtrs-faq-qa-gap,0px);border-top:var(--rtrs-faq-divider-width,1px) var(--rtrs-faq-divider-style,solid) var(--rtrs-faq-divider-color,#e5e7eb);background:var(--rtrs-faq-a-bg)}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-answer-inner{padding:var(--rtrs-faq-a-padding,16px)}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-answer-inner .block-editor-block-list__layout>*{margin-top:0;margin-bottom:0}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar{z-index:1;border-radius:0 0 0 var(--rtrs-faq-border-radius,8px);opacity:0;pointer-events:none;background:#fffffff2;align-items:center;gap:4px;padding:4px 6px;transition:opacity .15s;display:flex;position:absolute;top:0;right:0;box-shadow:0 1px 3px #0000001f}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button{min-width:18px;height:18px;color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));padding:0}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button svg{width:14px;height:14px}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button .dashicon,.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button .dashicons{width:14px;height:14px;font-size:14px}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button:hover{color:var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));opacity:.8}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button.is-destructive{color:#cc1818}.rtrs-faq-block-editor .rtrs-faq-item-editor .rtrs-faq-item-toolbar .components-button.is-destructive:hover{color:#a00;opacity:1}.rtrs-faq-block-editor .rtrs-faq-item-editor:hover .rtrs-faq-item-toolbar{opacity:1;pointer-events:auto}.rtrs-faq-block-editor .rtrs-faq-search{position:relative}.rtrs-faq-block-editor .rtrs-faq-search-input{width:100%;padding:var(--rtrs-faq-search-padding,10px 16px);border:1px solid var(--rtrs-faq-search-border-color,var(--rtrs-faq-border-color,#e5e7eb));border-radius:var(--rtrs-faq-search-border-radius,8px);font-size:var(--rtrs-faq-search-font-size,14px);color:var(--rtrs-faq-search-color,var(--rtrs-faq-q-color,#1f2937));background:var(--rtrs-faq-search-bg,var(--rtrs-faq-a-bg,#fff));box-shadow:none;box-sizing:border-box;outline:none;padding-right:40px;font-family:inherit;line-height:1.5}.rtrs-faq-block-editor .rtrs-faq-search-input:focus{border-color:var(--rtrs-primary-color,#5433ff);box-shadow:0 0 0 2px #5433ff26}.rtrs-faq-block-editor .rtrs-faq-search-input::placeholder{color:var(--rtrs-faq-search-placeholder-color,#9ca3af)}.rtrs-faq-block-editor .rtrs-faq-search-clear{width:24px;height:24px;color:var(--rtrs-faq-search-placeholder-color,#9ca3af);box-shadow:none;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:color .2s,background-color .2s;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.rtrs-faq-block-editor .rtrs-faq-search-clear:hover{color:var(--rtrs-faq-search-color,var(--rtrs-faq-q-color,#1f2937));background-color:#0000000f}.rtrs-faq-block-editor .rtrs-faq-search-clear svg{display:block}.rtrs-faq-block-editor .rtrs-faq-open-close-all{gap:8px;display:flex}.rtrs-faq-block-editor .rtrs-faq-open-close-all button{padding:var(--rtrs-faq-btn-padding,6px 14px);border:1px solid var(--rtrs-faq-btn-border-color,var(--rtrs-faq-border-color,#e5e7eb));border-radius:var(--rtrs-faq-btn-border-radius,var(--rtrs-faq-border-radius,8px));background:var(--rtrs-faq-btn-bg,var(--rtrs-faq-a-bg,#fff));color:var(--rtrs-faq-btn-color,var(--rtrs-faq-q-color,#1f2937));font-size:var(--rtrs-faq-btn-font-size,13px);box-shadow:none;cursor:pointer;font-family:inherit}.rtrs-faq-block-editor .rtrs-faq-add-item{text-align:center;margin-top:12px}.rtrs-responsive-control__header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.rtrs-responsive-control__label{text-transform:uppercase;color:#1e1e1e;font-size:11px;font-weight:500}.rtrs-responsive-control__devices{gap:2px;display:flex}.rtrs-responsive-control__devices .components-button{min-width:24px;height:24px;padding:0}.rtrs-responsive-control__devices .components-button.is-pressed{color:#fff;background:#1e1e1e}.rtrs-spacing-control{align-items:center;gap:4px;display:flex}.rtrs-spacing-control__inputs{flex:1;grid-template-columns:repeat(4,1fr);gap:4px;display:grid}.rtrs-spacing-control__inputs input{text-align:center;padding:4px 2px;font-size:12px}.rtrs-color-control{margin-bottom:16px}.rtrs-color-control__label{text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:500}.rtrs-icon-select{margin-bottom:16px}.rtrs-icon-select__label{text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:500}.rtrs-icon-select__grid{grid-template-columns:repeat(auto-fill,minmax(40px,1fr));gap:4px;display:grid}.rtrs-icon-select__item{cursor:pointer;border:2px solid #0000;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;transition:border-color .15s;display:flex}.rtrs-icon-select__item:hover{border-color:#949494}.rtrs-icon-select__item.is-selected{border-color:var(--rtrs-primary-color,#5433ff);background:#5433ff0d}.rtrs-inspector-tabs .components-tab-panel__tabs{border-bottom:1px solid #e0e0e0;margin:0 -16px;padding:0 16px}.rtrs-inspector-tabs .components-tab-panel__tabs .components-tab-panel__tabs-item{padding:8px 12px;font-size:12px;font-weight:500}.rtrs-box-shadow-control__grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.rtrs-comments-rating{border:none;margin-left:0;padding:0}.rtrs-comments-rating label{display:inline-block}.rtrs-rating-container{direction:rtl;unicode-bidi:bidi-override;align-items:center;font-size:0;display:inline-flex}.rtrs-rating-container *{font-size:1.4rem}.rtrs-rating-container>input{display:none}.rtrs-rating-container>input+label{text-indent:9999px;white-space:nowrap;cursor:pointer;border-radius:4px;width:22px;margin:0 2px 0 0;font-family:rtrs_fontello;font-size:22px;line-height:1;transition:transform .15s,filter .15s;display:inline-block;overflow:hidden}.rtrs-rating-container>input+label:before{text-indent:-9999px;content:"";color:#e2e8f0;transition:color .15s;display:inline-block}.rtrs-rating-container>input+label:hover{transform:scale(1.15)}.rtrs-rating-container>input:checked~label:before{content:"";color:#f59e0b}.rtrs-rating-container>input:focus-visible+label{outline-offset:2px;outline:2px solid #6366f1}.rtrs-rating-container:hover>input+label:before{color:#e2e8f0}.rtrs-rating-container:hover>input+label:hover~label:before,.rtrs-rating-container:hover>input+label:hover:before{content:"";color:#fbbf24}.rtrs-review-form .rtrs-rating-container>input+label{text-indent:-9999px;width:28px;margin-right:6px;font-size:28px}.rtrs-review-form .rtrs-rating-container>input+label:last-of-type{margin-right:0}.rtrs-review-form .rtrs-rating-container>.star-cb-clear+label,.rtrs-review-form .rtrs-rating-container>input+label:before{text-indent:9999px}.rtrs-paginate{text-align:right;margin:10px 0 20px;padding:5px 1px}.rtrs-paginate a,.rtrs-paginate .current{border-radius:4px;padding:7px 14px}.rtrs-paginate a{color:#666;background-color:#efefef;text-decoration:none}.rtrs-paginate a.prev,.rtrs-paginate a.next{color:#fff;background-color:#d0d0d0;padding:7px 4px}.rtrs-paginate a:hover,.rtrs-paginate a:active,.rtrs-paginate a:focus,.rtrs-paginate .current{color:#fff;background-color:#646464}.rtrs-review-form{margin-top:0}.rtrs-preview-imgs .rtrs-preview-img,.rtrs-preview-videos .rtrs-preview-video{display:inline;position:relative}.rtrs-preview-imgs .rtrs-preview-img img,.rtrs-preview-imgs .rtrs-preview-img .name,.rtrs-preview-videos .rtrs-preview-video img,.rtrs-preview-videos .rtrs-preview-video .name{vertical-align:top;background:#fff;border:1px solid #e1e1e1;width:auto;max-width:130px;margin-bottom:10px;margin-right:10px;padding:10px;display:inline-block}.rtrs-preview-imgs .rtrs-preview-img .rtrs-file-remove,.rtrs-preview-videos .rtrs-preview-video .rtrs-file-remove{color:#fff;cursor:pointer;background:#af3232;padding:0 6px 3px;line-height:17px;position:absolute;right:10px}.rtrs-image-error,.rtrs-video-error{color:red}.rtrs-review-wrap{margin:auto}.rtrs-review-wrap>ul{border-bottom:none;margin:0!important;padding:0!important}.rtrs-align-center{text-align:center}.rtrs-review-box .rtrs-main-review{display:block!important}.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-helpful=remove] i:before,.rtrs-review-box .rtrs-review-body .rtrs-action-area button[data-highlight=remove] i:before{color:#646464}.rtrs-review-box .rtrs-review-body .reply-btn .rtrs-item-btn{background-color:#a6a6a6;outline:none;font-weight:400;text-decoration:none}.rtrs-review-box .rtrs-review-body .rtrs-review-author a{padding:0}.rtrs-review-box .rtrs-review-body .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{line-height:20px}.rtrs-review-box .rtrs-review-body .rtrs-review-feedback .rtrs-feedback-list li{display:block!important}.rtrs-review-list .rtrs-review-form .rtrs-hide-reply{display:none}#cancel-comment-reply-link{margin-left:10px}.children .rtrs-main-review{margin-top:20px}.rtrs-main-review.depth-2 .reply-btn{display:none}#rtrs-load-more{color:#fff;cursor:pointer;background-color:#444;border:none;border-radius:4px;padding:10px 24px;font-size:16px;text-decoration:none;transition:all .3s ease-in-out}#rtrs-load-more:hover{background-color:#646464}.rtrs-tooltip{display:inline-block;position:relative}.rtrs-tooltip .rtrs-tooltiptext{visibility:hidden;color:#fff;text-align:center;z-index:1;background-color:#000;border-radius:4px;width:max-content;min-width:80px;max-width:200px;margin-left:-60px;padding:5px 10px 7px;font-size:15px;line-height:1;position:absolute;top:100%;left:70%}.rtrs-tooltip:hover .rtrs-tooltiptext{visibility:visible}.woocommerce-tabs ul li{display:auto}.rtrs-main-review+.rtrs-review-form,.rtrs-form-box .logged-in-as{margin-bottom:20px}.rtrs-form-box .rtrs-form-group .rtrs-input-label{display:none}.rtrs-review-form .rtrs-form-group .rtrs-submit-btn{float:initial!important}.woocommerce-tabs #comments{max-width:100%}.rtrs-clearfix:after{content:"";clear:both;display:table}.rtrs-title h3{float:left;font-size:24px;font-weight:500;line-height:1.5}.rtrs-price-area{float:right}.rtrs-price-area .rtrs-offer-price{font-size:28px;line-height:1}.rtrs-price-area .rtrs-regular-price{text-decoration:line-through}.rtrs-buy-btn{color:#5f5b5c;text-align:center;border:2px solid #5f5b5c;border-radius:4px;margin:20px auto auto;padding:13px 40px;font-size:16px;line-height:1;text-decoration:none;display:table}.rtrs-buy-btn:hover{color:#fff;background-color:#5f5b5c}.rtrs-product-img img{width:220px}.rtrs-affiliate-wrap.rtrs-review-wrap{padding:0}.rtrs-affiliate-wrap .rtrs-layout-one{flex-direction:column;gap:50px;display:flex}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title h3{margin:0}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper{grid-template-columns:45% repeat(auto-fill,55%)}@media only screen and (width<=767px){.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-image-area-wrapper{display:block}}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-title-area{border:1px solid #eaeaea;padding:20px 30px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img{line-height:0}@media only screen and (width<=767px){.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img{margin-bottom:15px}}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-product-img img{width:100%;max-width:100%}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-summary-text{margin-left:0}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper{flex-direction:column;gap:15px;display:flex}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-rating-box-wrapper .rtrs-rating-box{padding:15px 30px}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress-wrap{flex:1}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress{flex-wrap:wrap}.rtrs-affiliate-wrap .rtrs-layout-one .rtrs-progress label{flex:0 0 100%;margin-bottom:10px}.rtrs-affiliate-wrap .rtrs-affiliate-two .rtrs-rating-summary{margin-bottom:30px}.rtrs-modal{z-index:999;background-color:#00000080;width:100%;height:100%;position:fixed;top:0;left:0;overflow:auto}.rtrs-review-popup{z-index:9999;width:800px;max-height:80%;margin:auto;padding-top:20px;position:fixed;top:10%;left:0;right:0;overflow:auto;max-width:90%!important}.rtrs-modal-close{color:#475569!important;text-transform:none!important;width:32px!important;min-width:32px!important;height:32px!important;min-height:32px!important;box-shadow:none!important;cursor:pointer!important;z-index:2!important;background:#f1f5f9!important;border:none!important;border-radius:50%!important;justify-content:center!important;align-items:center!important;margin:0!important;padding:0!important;font-size:22px!important;font-weight:400!important;line-height:1!important;text-decoration:none!important;transition:background-color .15s,color .15s,transform .15s!important;display:inline-flex!important;position:absolute!important;top:12px!important;right:12px!important}.rtrs-modal-close:hover,.rtrs-modal-close:focus,.rtrs-modal-close:active{color:#fff!important;box-shadow:none!important;background:#ef4444!important;outline:none!important;transform:rotate(90deg)!important}.rtrs-review-edit-btn{cursor:pointer}.theme-twentytwenty .rtrs-review-wrap li,.theme-twentynineteen .rtrs-review-wrap li{margin-left:0;margin-right:0}.theme-twentytwenty .rtrs-review-wrap .logged-in-as{text-align:left;margin:0 0 15px}.theme-twentytwenty .rtrs-review-list label,.theme-twentytwenty .rtrs-sorting-select label{display:inline}.theme-twentynineteen .rtrs-review-wrap .rtrs-form-title:before{display:none}.theme-Divi .rtrs-review-wrap ul.rtrs-review-meta,.theme-Divi .rtrs-review-list{padding:0!important}.theme-Divi .rtrs-reply-btn .rtrs-item-btn:after{display:none}.theme-Divi .rtrs-form-title small{display:inline-block!important}.rtrs-form-box .rtrs-rating-category{padding:0!important}.theme-panpie li:before{display:none}.theme-panpie .rtrs-feedback-list li:before{display:inline-block}.rtrs-form-check input{margin-right:0!important}.rtrs_review_filter{width:auto;max-width:100%}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul li:before{content:none}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-review-meta{margin-bottom:-10px}.theme-digeco.woocommerce div.product .woocommerce-tabs .panel ul.rtrs-rating-category{margin-top:15px}.theme-digeco.woocommerce .rtrs-review-form .rtrs-rating-category li{margin-bottom:0}.rtrs-sort-filter{margin-right:0}.rtrs-media-form-group{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.rtrs-media-form-group>div{margin-right:0}.rtrs-media-form-group div>label{color:#000;margin-top:0;font-size:14px;font-weight:500;display:inline-block}.rtrs-button-label label{color:#333;font-size:14px;font-weight:600}.rtrs-image-source-selector select,.rtrs-video-source-selector select{color:#444;cursor:pointer;background-color:#fff;border:1px solid #d0d0d0;border-radius:4px;min-width:185px;font-size:13px}.rtrs-image-source-selector select:focus,.rtrs-video-source-selector select:focus{border-color:#888;outline:none}.rtrs-source-image .rtrs-login-message,.rtrs-source-video .rtrs-login-message{color:#888;margin:0;font-size:13px}.rtrs-source-image .rtrs-login-message a,.rtrs-source-video .rtrs-login-message a{color:#0073aa;text-decoration:underline}.rtrs-source-external-image,.rtrs-source-external-video{margin-top:10px}.rtrs-source-external-image input[type=url],.rtrs-source-external-video input[type=url]{border:1px solid #d0d0d0;border-radius:4px;width:100%;max-width:400px;padding:8px 12px;font-size:13px}.rtrs-source-external-image input[type=url]:focus,.rtrs-source-external-video input[type=url]:focus{border-color:#888;outline:none}.rtrs-external-image-preview,.rtrs-external-video-preview{margin-top:8px}.rtrs-external-image-preview img,.rtrs-external-video-preview img{border:1px solid #e1e1e1;border-radius:4px;max-width:120px;padding:4px}.rtrs-out-of{color:#9e9e9e;font-size:24px}.rtrs-summary-4-by-user .rtrs-rating-category li{justify-content:flex-start;align-items:center;gap:30px;padding:5px 20px;display:flex}@media only screen and (width<=479px){.rtrs-summary-4-by-user .rtrs-rating-category li{gap:15px}}.rtrs-summary-4-by-user .rtrs-progress-wrap{flex:1}.rtrs-summary-4-by-user .rtrs-progress-wrap .rtrs-progress{align-items:center;display:flex}.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]{appearance:none;border:none;width:100%;height:8px}.rtrs-summary-4-by-user .rtrs-progress-wrap progress[value]::-webkit-progress-bar{background-color:#d6d6d6}.rtrs-summary-4-by-user .rtrs-progress-wrap .starting-preogress[value]::-webkit-progress-value{background-color:#ffbf42}.rtrs-summary-4-by-user .rtrs-rating-summary{grid-gap:20px;grid-template-areas:"b a a";display:grid}.rtrs-summary-4-by-user .rtrs-rating-summary>div:first-of-type{order:2;grid-area:a}.rtrs-summary-4-by-user .rtrs-rating-summary>div:nth-of-type(2){order:1;grid-area:b}@media only screen and (width<=575px){.rtrs-summary-4-by-user .rtrs-rating-summary{display:block}.rtrs-media-form-group{flex-direction:column;align-items:flex-start;gap:8px}.rtrs-review-form .rtrs-feedback-input{flex-direction:column}.rtrs-source-external-image input[type=url],.rtrs-source-external-video input[type=url]{max-width:100%}}.rtrs-hidden{display:none!important}.rtrs-multiple-comment .rtrs-review-form{display:none}.rtrs-review-list .rtrs-review-form{display:block}:where(.rtrs-layout-three){background:#fff;align-items:flex-start;transition:border-color .2s,box-shadow .25s;display:flex}:where(.rtrs-layout-three) .rtrs-review-imgholder{flex-shrink:0;position:relative}:where(.rtrs-layout-three) .rtrs-review-imgholder img{object-fit:cover;display:block}:where(.rtrs-layout-three) .rtrs-review-body{flex:1;min-width:0;position:relative}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right){flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 6px;padding:0;list-style:none;display:flex}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right) li{align-items:center;gap:4px;margin:0;padding:0;font-size:13px;display:inline-flex}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-edit-btn{cursor:pointer;margin-left:4px;font-size:12px}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-edit-btn:hover{text-decoration:underline}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-title{margin:4px 0 8px;font-weight:700;line-height:1.4}:where(.rtrs-layout-three) .rtrs-review-body p{margin:0 0 12px;font-size:14px;line-height:1.65}:where(.rtrs-layout-three) .rtrs-review-body .comment-awaiting-moderation{border-radius:6px;padding:5px 10px;font-size:12px;font-style:normal;display:inline-block}:where(.rtrs-layout-three) .rtrs-author-social{align-items:center;gap:6px;display:inline-flex}:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review{border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;text-decoration:none;transition:all .2s;display:inline-flex}:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review:hover{transform:translateY(-1px)}:where(.rtrs-layout-three) .rtrs-review-item-media{flex-wrap:wrap;gap:8px;margin:4px 0 14px;display:flex}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item{cursor:pointer;border-radius:8px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item:hover{transform:translateY(-2px);box-shadow:0 6px 14px -6px #0f172a40}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item img{object-fit:cover;display:block;width:100%!important;height:100%!important}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item .rtrs-attachment-img{width:100%;height:100%;display:block}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video:before{content:"";z-index:1;transition:background .2s;position:absolute;inset:0}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding-left:2px;display:flex}:where(.rtrs-layout-three) .rtrs-review-feedback{grid-template-columns:1fr 1fr;gap:10px;margin:10px 0 12px;display:grid}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-title{letter-spacing:.4px;text-transform:uppercase;align-items:center;gap:6px;margin:0 0 6px;font-size:11px;font-weight:700;display:inline-flex}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-title .item-icon{justify-content:center;align-items:center;display:inline-flex}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-list{margin:0;padding:0;list-style:none}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-list li{font-size:13px;line-height:1.5;position:relative}:where(.rtrs-layout-three) .rtrs-review-helpful{cursor:pointer;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;font-weight:600;transition:all .2s;display:inline-flex;position:relative}:where(.rtrs-layout-three) .rtrs-review-helpful[data-helpful=remove]{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}:where(.rtrs-layout-three) .rtrs-review-helpful[data-type=dislike][data-helpful=remove]{color:#b91c1c;background:#fef2f2;border-color:#fecaca}:where(.rtrs-layout-three) .rtrs-review-helpful .helpful-count{font-variant-numeric:tabular-nums}:where(.rtrs-layout-three) .rtrs-review-helpful .rtrs-tooltiptext{color:#fff;white-space:nowrap;z-index:5;border-radius:4px;padding:4px 8px;font-size:10px;display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}:where(.rtrs-layout-three) .rtrs-review-helpful:hover .rtrs-tooltiptext{display:block}:where(.rtrs-layout-three) .rtrs-review-highlight{color:#b45309;cursor:pointer;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:center;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}:where(.rtrs-layout-three) .rtrs-review-highlight:hover{background:#fef3c7;border-color:#fbbf24}:where(.rtrs-layout-three) .rtrs-reply-btn{margin-top:8px}:where(.rtrs-layout-three) .rtrs-reply-btn a,:where(.rtrs-layout-three) .rtrs-reply-btn .rtrs-item-btn{align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}:where(.rtrs-layout-three){border:1px solid #e2e8f0;border-radius:12px;gap:16px;margin-bottom:16px;padding:22px 22px 20px;overflow:hidden}:where(.rtrs-layout-three):hover{border-color:#cbd5e1;box-shadow:0 4px 16px -8px #0f172a1f}:where(.rtrs-layout-three).rtrs-top-review{background:#fffbeb;border-color:#fde68a}:where(.rtrs-layout-three) .rtrs-review-imgholder{margin:4px 0 0}:where(.rtrs-layout-three) .rtrs-review-imgholder img{border:2px solid #fff;border-radius:10px;width:54px;height:54px;box-shadow:0 0 0 1px #e2e8f0,0 2px 6px -2px #0f172a26}:where(.rtrs-layout-three) .rtrs-review-body{padding:0 96px 0 0}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right){margin-bottom:8px}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right) li{color:#64748b}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-review-rating{letter-spacing:1.5px;color:#f59e0b;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;padding:2px 10px;font-size:15px;line-height:1}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-author-link{color:#0f172a;font-size:14px;font-weight:700}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-review-date{color:#94a3b8;font-size:12px}:where(.rtrs-layout-three) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right) li.rtrs-review-date i{opacity:.65;margin-right:3px;font-size:11px}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-edit-btn{color:#6366f1;font-size:11px;font-weight:600}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-title{color:#0f172a;letter-spacing:-.2px;font-size:16px}:where(.rtrs-layout-three) .rtrs-review-body p{color:#334155}:where(.rtrs-layout-three) .rtrs-review-body .comment-awaiting-moderation{color:#b45309;background:#fef3c7;border:1px dashed #fcd34d}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-meta-right{align-items:center;gap:8px;margin:0;padding:0;list-style:none;display:inline-flex;position:absolute;top:-2px;right:0}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-meta-right>li{margin:0;padding:0;font-size:12px}:where(.rtrs-layout-three) .rtrs-review-helpful{color:#475569;background:#f8fafc;padding:5px 10px;font-size:12px}:where(.rtrs-layout-three) .rtrs-review-helpful:hover{color:#0f172a;background:#fff;border-color:#cbd5e1}:where(.rtrs-layout-three) .rtrs-review-helpful i{font-size:11px}:where(.rtrs-layout-three) .rtrs-review-helpful .rtrs-tooltiptext{background:#0f172a}:where(.rtrs-layout-three) .rtrs-author-social label{display:none}:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review{color:#475569;background:#f1f5f9}:where(.rtrs-layout-three) .rtrs-author-social .rtrs-share-review:hover{color:#fff;background:#6366f1}:where(.rtrs-layout-three) .rtrs-review-item-media{border-top:1px dotted #e2e8f0;padding-top:12px}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-item{background:#f1f5f9;border-radius:8px;width:68px;height:68px}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video:before{background:#0f172a66}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video:hover:before{background:#0f172a33}:where(.rtrs-layout-three) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{color:#0f172a;font-size:12px}:where(.rtrs-layout-three) .rtrs-review-feedback{border-top:1px dotted #e2e8f0;padding-top:12px}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-box{background:#fff;border:1px solid #e2e8f0;border-radius:8px;padding:12px 14px}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-like-feedback{border-left:3px solid #22c55e}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-title{color:#15803d}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-like-feedback .item-icon{color:#15803d;background:#dcfce7}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-unlike-feedback{border-left:3px solid #ef4444}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-title{color:#b91c1c}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-unlike-feedback .item-icon{color:#b91c1c;background:#fee2e2}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-title .item-icon{border-radius:4px;width:18px;height:18px;font-size:9px}:where(.rtrs-layout-three) .rtrs-review-feedback .rtrs-feedback-list li{color:#334155;padding:2px 0 2px 16px}:where(.rtrs-layout-three) .rtrs-action-area{border:0;margin:8px 0 0;padding:0;position:relative}:where(.rtrs-layout-three) .rtrs-action-area .rtrs-review-highlight{letter-spacing:.4px;text-transform:uppercase;padding:5px 12px}:where(.rtrs-layout-three) .rtrs-reply-btn a,:where(.rtrs-layout-three) .rtrs-reply-btn .rtrs-item-btn{color:#4338ca;background:#eef2ff;border-radius:6px;padding:5px 14px}:where(.rtrs-layout-three) .rtrs-reply-btn a:hover,:where(.rtrs-layout-three) .rtrs-reply-btn .rtrs-item-btn:hover{color:#fff;background:#4338ca}.rtrs-layout-three .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before{content:"";border-bottom:2px solid #22c55e;border-left:2px solid #22c55e;width:10px;height:5px;margin-right:0;font-family:inherit;position:absolute;left:0;transform:rotate(-45deg)}.rtrs-layout-three .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before{content:"×";color:#ef4444;border:0;width:auto;height:auto;margin-right:0;font-family:inherit;font-weight:700;position:absolute;transform:none}.rtrs-layout-three .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before{top:10px}.rtrs-layout-three .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before{font-size:15px;line-height:1.4;top:2px;left:1px}:where(.rtrs-layout-three)+.children{border-left:2px solid #e2e8f0;margin:-8px 0 16px 24px;padding-left:28px}@media (width<=640px){:where(.rtrs-layout-three){flex-wrap:wrap;gap:12px}:where(.rtrs-layout-three) .rtrs-review-imgholder img{width:44px;height:44px}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-review-title{font-size:15px}:where(.rtrs-layout-three) .rtrs-review-feedback{grid-template-columns:1fr}:where(.rtrs-layout-three){padding:20px 18px 18px}:where(.rtrs-layout-three) .rtrs-review-body{padding-right:0}:where(.rtrs-layout-three) .rtrs-review-body .rtrs-meta-right{flex-wrap:wrap;margin-top:10px;position:static}:where(.rtrs-layout-three)+.children{margin-left:12px;padding-left:16px}}:where(.rtrs-layout-four){background:#fff;align-items:flex-start;transition:border-color .2s,box-shadow .25s;display:flex}:where(.rtrs-layout-four) .rtrs-review-imgholder{flex-shrink:0;position:relative}:where(.rtrs-layout-four) .rtrs-review-imgholder img{object-fit:cover;display:block}:where(.rtrs-layout-four) .rtrs-review-body{flex:1;min-width:0;position:relative}:where(.rtrs-layout-four) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right){flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 6px;padding:0;list-style:none;display:flex}:where(.rtrs-layout-four) .rtrs-review-body>.rtrs-review-meta:not(.rtrs-meta-right) li{align-items:center;gap:4px;margin:0;padding:0;font-size:13px;display:inline-flex}:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-edit-btn{cursor:pointer;margin-left:4px;font-size:12px}:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-edit-btn:hover{text-decoration:underline}:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-title{margin:4px 0 8px;font-weight:700;line-height:1.4}:where(.rtrs-layout-four) .rtrs-review-body p{margin:0 0 12px;font-size:14px;line-height:1.65}:where(.rtrs-layout-four) .rtrs-review-body .comment-awaiting-moderation{border-radius:6px;padding:5px 10px;font-size:12px;font-style:normal;display:inline-block}:where(.rtrs-layout-four) .rtrs-author-social{align-items:center;gap:6px;display:inline-flex}:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review{border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:11px;text-decoration:none;transition:all .2s;display:inline-flex}:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review:hover{transform:translateY(-1px)}:where(.rtrs-layout-four) .rtrs-review-item-media{flex-wrap:wrap;gap:8px;margin:4px 0 14px;display:flex}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item{cursor:pointer;border-radius:8px;transition:transform .2s,box-shadow .2s;position:relative;overflow:hidden}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item:hover{transform:translateY(-2px);box-shadow:0 6px 14px -6px #0f172a40}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item img{object-fit:cover;display:block;width:100%!important;height:100%!important}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item .rtrs-attachment-img{width:100%;height:100%;display:block}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video:before{content:"";z-index:1;transition:background .2s;position:absolute;inset:0}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon{z-index:2;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{background:#fffffff2;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;padding-left:2px;display:flex}:where(.rtrs-layout-four) .rtrs-review-feedback{grid-template-columns:1fr 1fr;gap:10px;margin:10px 0 12px;display:grid}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title{letter-spacing:.4px;text-transform:uppercase;align-items:center;gap:6px;margin:0 0 6px;font-size:11px;font-weight:700;display:inline-flex}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title .item-icon{justify-content:center;align-items:center;display:inline-flex}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-list{margin:0;padding:0;list-style:none}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-list li{font-size:13px;line-height:1.5;position:relative}:where(.rtrs-layout-four) .rtrs-review-helpful{cursor:pointer;border:1px solid #e2e8f0;border-radius:999px;align-items:center;gap:5px;font-weight:600;transition:all .2s;display:inline-flex;position:relative}:where(.rtrs-layout-four) .rtrs-review-helpful[data-helpful=remove]{color:#4338ca;background:#eef2ff;border-color:#c7d2fe}:where(.rtrs-layout-four) .rtrs-review-helpful[data-type=dislike][data-helpful=remove]{color:#b91c1c;background:#fef2f2;border-color:#fecaca}:where(.rtrs-layout-four) .rtrs-review-helpful .helpful-count{font-variant-numeric:tabular-nums}:where(.rtrs-layout-four) .rtrs-review-helpful .rtrs-tooltiptext{color:#fff;white-space:nowrap;z-index:5;border-radius:4px;padding:4px 8px;font-size:10px;display:none;position:absolute;bottom:calc(100% + 6px);left:50%;transform:translate(-50%)}:where(.rtrs-layout-four) .rtrs-review-helpful:hover .rtrs-tooltiptext{display:block}:where(.rtrs-layout-four) .rtrs-review-highlight{color:#b45309;cursor:pointer;background:#fffbeb;border:1px solid #fde68a;border-radius:6px;align-items:center;font-size:12px;font-weight:700;transition:all .2s;display:inline-flex}:where(.rtrs-layout-four) .rtrs-review-highlight:hover{background:#fef3c7;border-color:#fbbf24}:where(.rtrs-layout-four) .rtrs-reply-btn a,:where(.rtrs-layout-four) .rtrs-reply-btn .rtrs-item-btn{align-items:center;gap:4px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}:where(.rtrs-layout-four){border:1px solid #e5e7eb;border-radius:14px;gap:18px;margin-bottom:20px;padding:24px;transition:box-shadow .25s,transform .25s,border-color .25s}:where(.rtrs-layout-four):hover{border-color:#d1d5db;transform:translateY(-2px);box-shadow:0 10px 30px -12px #11182726}:where(.rtrs-layout-four).rtrs-top-review{border-color:#fbbf24;box-shadow:0 4px 14px -6px #fbbf2459}:where(.rtrs-layout-four) .rtrs-review-imgholder{margin:0}:where(.rtrs-layout-four) .rtrs-review-imgholder img{border:2px solid #f3f4f6;border-radius:50%;width:52px;height:52px}:where(.rtrs-layout-four) .rtrs-review-body{padding:0}:where(.rtrs-layout-four) .rtrs-review-body>.rtrs-review-meta li{color:#6b7280;gap:5px}:where(.rtrs-layout-four) .rtrs-review-body>.rtrs-review-meta li.rtrs-review-rating{letter-spacing:2px;color:#fbbf24;font-size:16px}:where(.rtrs-layout-four) .rtrs-review-body>.rtrs-review-meta li.rtrs-author-link{color:#111827;font-size:14px;font-weight:600}:where(.rtrs-layout-four) .rtrs-review-body>.rtrs-review-meta li.rtrs-review-date i{opacity:.65;margin-right:2px;font-size:12px}:where(.rtrs-layout-four) .rtrs-review-body>.rtrs-review-meta li+li:not(.rtrs-review-rating):before{content:"·";color:#d1d5db;margin-right:6px;font-weight:700}:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-edit-btn{color:#3b82f6;margin-left:6px;font-weight:500}:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-title{color:#111827;font-size:17px}:where(.rtrs-layout-four) .rtrs-review-body p{color:#374151}:where(.rtrs-layout-four) .rtrs-review-body .comment-awaiting-moderation{color:#d97706;background:#fef3c7}:where(.rtrs-layout-four) .rtrs-author-social{gap:8px}:where(.rtrs-layout-four) .rtrs-author-social label{color:#6b7280;align-items:center;gap:4px;margin:0;font-size:12px;font-weight:500;display:inline-flex}:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review{color:#4b5563;background:#f3f4f6}:where(.rtrs-layout-four) .rtrs-author-social .rtrs-share-review:hover{color:#fff;background:#3b82f6}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item{background:#f3f4f6;border-radius:10px;width:72px;height:72px}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-item:hover{box-shadow:0 8px 20px -6px #11182740}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video:before{background:#00000059}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video:hover:before{background:#00000026}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon{color:#fff;font-size:18px}:where(.rtrs-layout-four) .rtrs-review-item-media .rtrs-media-video .rtrs-video-icon i{color:#111827;width:28px;height:28px}:where(.rtrs-layout-four) .rtrs-review-feedback{gap:12px;margin:12px 0 14px}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-box{border:1px solid #0000;border-radius:10px;padding:14px 16px}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-like-feedback{background:#f0fdf4;border-color:#dcfce7}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-title{color:#15803d}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-like-feedback .item-icon{color:#fff;background:#22c55e}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-unlike-feedback{background:#fef2f2;border-color:#fee2e2}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-title{color:#b91c1c}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-unlike-feedback .item-icon{color:#fff;background:#ef4444}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title{letter-spacing:.5px;margin-bottom:8px;font-size:12px}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-title .item-icon{border-radius:50%;width:20px;height:20px;font-size:10px}:where(.rtrs-layout-four) .rtrs-review-feedback .rtrs-feedback-list li{color:#374151;padding:3px 0 3px 18px}:where(.rtrs-layout-four) .rtrs-action-area{border-top:1px solid #f3f4f6;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;padding-top:14px;display:flex}:where(.rtrs-layout-four) .rtrs-review-helpful{color:#4b5563;background:#fff;border-color:#e5e7eb;padding:6px 14px;font-size:13px}:where(.rtrs-layout-four) .rtrs-review-helpful:hover{color:#111827;background:#f9fafb;border-color:#d1d5db}:where(.rtrs-layout-four) .rtrs-review-helpful i{font-size:13px}:where(.rtrs-layout-four) .rtrs-review-helpful .helpful-count{font-weight:600}:where(.rtrs-layout-four) .rtrs-review-helpful .rtrs-tooltiptext{background:#111827;font-size:11px}:where(.rtrs-layout-four) .rtrs-review-highlight{border-style:dashed;border-radius:999px;margin-left:auto;padding:6px 14px;font-weight:600}:where(.rtrs-layout-four) .rtrs-review-highlight:hover{border-style:solid}:where(.rtrs-layout-four) .rtrs-reply-btn{margin-top:10px}:where(.rtrs-layout-four) .rtrs-reply-btn a,:where(.rtrs-layout-four) .rtrs-reply-btn .rtrs-item-btn{color:#374151;background:#f3f4f6;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:500}:where(.rtrs-layout-four) .rtrs-reply-btn a:hover,:where(.rtrs-layout-four) .rtrs-reply-btn .rtrs-item-btn:hover{color:#fff;background:#111827}.rtrs-layout-four .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before{content:"";border-bottom:2px solid #22c55e;border-left:2px solid #22c55e;width:10px;height:5px;margin-right:0;font-family:inherit;position:absolute;left:0;transform:rotate(-45deg)}.rtrs-layout-four .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before{content:"×";color:#ef4444;border:0;width:auto;height:auto;margin-right:0;font-family:inherit;font-weight:700;position:absolute;transform:none}.rtrs-layout-four .rtrs-review-feedback .rtrs-like-feedback .rtrs-feedback-list li:before{top:9px}.rtrs-layout-four .rtrs-review-feedback .rtrs-unlike-feedback .rtrs-feedback-list li:before{font-size:16px;line-height:1.4;top:1px;left:2px}:where(.rtrs-layout-four)+.children{border-left:2px solid #f3f4f6;margin:-12px 0 20px 32px;padding-left:24px}@media (width<=640px){:where(.rtrs-layout-four){flex-wrap:wrap;gap:12px}:where(.rtrs-layout-four) .rtrs-review-imgholder img{width:44px;height:44px}:where(.rtrs-layout-four) .rtrs-review-body .rtrs-review-title{font-size:15px}:where(.rtrs-layout-four) .rtrs-review-feedback{grid-template-columns:1fr}:where(.rtrs-layout-four){gap:14px;padding:18px}:where(.rtrs-layout-four) .rtrs-review-helpful,:where(.rtrs-layout-four) .rtrs-review-highlight,:where(.rtrs-layout-four) .rtrs-reply-btn a{padding:5px 12px;font-size:12px}:where(.rtrs-layout-four) .rtrs-review-highlight{margin-left:0}}