body.single-post .authorbox {
width: 100%;
max-width: 100%;
margin: 2rem 0 0;
padding: clamp(16px, 2.5vw, 22px);
min-height: 0;
box-sizing: border-box;
display: flex;
align-items: flex-start;
gap: clamp(14px, 3vw, 20px);
border-radius: 14px;
border: 1px solid rgba(var(--ahura-theme-primary-rgb), 0.2);
background: linear-gradient(
160deg,
var(--ahura-c-bg-primary),
var(--ahura-theme-surface)
);
box-shadow:
0 8px 32px rgba(var(--ahura-theme-primary-rgb), 0.1),
0 0 0 1px rgba(var(--ahura-theme-primary-rgb), 0.06);
}
body.single-post .authorbox .authorimg {
float: none;
margin: 0;
flex-shrink: 0;
display: flex;
align-items: flex-start;
}
body.single-post .authorbox .authorimg img,
body.single-post [class*="single-post-template-"] .post-author-wrap img,
body.single-post .post-author-wrap img {
width: 72px;
height: 72px;
min-width: 72px;
max-width: 72px;
margin: 0;
border-radius: 50%;
object-fit: cover;
box-shadow:
0 0 0 3px rgba(var(--ahura-theme-primary-rgb), 0.2),
0 8px 22px rgba(var(--ahura-theme-primary-rgb), 0.14);
}
body.single-post .authorbox .authorabout {
padding: 0;
flex: 1;
min-width: 0;
}
body.single-post .authorbox-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px 10px;
margin-bottom: 8px;
}
body.single-post .authorbox-name {
font-weight: 700;
font-size: 1.05rem;
line-height: 1.35;
color: var(--ahura-c-text-primary);
}
body.single-post .authorbox-name .author-link {
color: inherit;
text-decoration: none;
}
body.single-post .authorbox-name .author-link:hover {
color: var(--ahura-theme-primary);
}
body.single-post .authorbox .authorabout .authortxt {
margin: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.65;
color: var(--ahura-c-text-secondary);
} body.single-post .post-author-wrap {
display: flex;
align-items: flex-start;
gap: clamp(14px, 3vw, 20px);
}
body.single-post .author-avatar-wrap {
flex-shrink: 0;
}
body.single-post .post-author-wrap .author-des-wrap {
flex: 1;
min-width: 0;
}
body.single-post .post-author-wrap .author-text {
margin-top: 8px;
font-size: 14px;
font-weight: 400;
line-height: 1.65;
color: var(--ahura-c-text-secondary);
} body.single-post .authorbox-website {
display: inline-flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: center;
gap: 6px;
margin: 0;
padding: 5px 12px;
font-size: 12px;
font-weight: 600;
line-height: 1.25;
letter-spacing: 0.01em;
white-space: nowrap;
border-radius: 999px;
text-decoration: none;
color: var(--ahura-theme-primary);
background: rgba(var(--ahura-theme-primary-rgb), 0.1);
border: 1px solid rgba(var(--ahura-theme-primary-rgb), 0.22);
box-shadow: none;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}
body.single-post .authorbox-website:hover {
color: var(--ahura-theme-primary);
background: rgba(var(--ahura-theme-primary-rgb), 0.18);
border-color: rgba(var(--ahura-theme-primary-rgb), 0.35);
}
body.single-post .authorbox-website__label {
display: inline-block;
line-height: 1.25;
}
body.single-post .authorbox-website .ah-theme-icon,
body.single-post .authorbox-website .ah-isax {
display: inline-flex;
align-items: center;
justify-content: center;
width: 14px;
min-width: 14px;
max-width: 14px;
height: 14px;
font-size: 14px;
line-height: 1;
flex-shrink: 0;
color: currentColor;
}
body.single-post .authorbox-website .ah-theme-icon img,
body.single-post .authorbox-website .ah-isax img,
body.single-post .authorbox-website .ah-theme-icon svg,
body.single-post .authorbox-website .ah-isax svg,
body.single-post .authorbox-website .ah-theme-icon .ah-theme-icon__svg,
body.single-post .authorbox-website .ah-isax .ah-theme-icon__svg {
display: block;
width: 14px !important;
height: 14px !important;
min-width: 14px;
min-height: 14px;
max-width: 14px;
max-height: 14px;
object-fit: contain;
flex-shrink: 0;
fill: currentColor;
} html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .authorbox,
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .post-author-wrap {
background: var(--ahura-c-bg-secondary);
border-color: var(--ahura-c-border-primary);
box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22);
}
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .single-post-template-5 .post-author-wrap {
background: transparent;
border-color: transparent;
box-shadow: none;
border-top-color: var(--ahura-c-border-primary);
}
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .authorbox-name,
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .authorbox-meta {
color: var(--ahura-c-text-primary);
}
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .authorbox .authorabout .authortxt,
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .post-author-wrap .author-text {
color: var(--ahura-c-text-secondary);
}
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .authorbox-website {
color: var(--ahura-c-text-primary);
background: rgba(var(--ahura-theme-primary-rgb), 0.14);
border-color: rgba(var(--ahura-theme-primary-rgb), 0.28);
}
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .authorbox-website:hover {
color: var(--ahura-theme-primary);
background: rgba(var(--ahura-theme-primary-rgb), 0.22);
border-color: rgba(var(--ahura-theme-primary-rgb), 0.4);
}
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .authorbox .authorimg img,
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .post-author-wrap img {
box-shadow:
0 0 0 3px rgba(var(--ahura-theme-primary-rgb), 0.28),
0 8px 22px rgba(0, 0, 0, 0.35);
}
@media (max-width: 576px) {
body.single-post .authorbox,
body.single-post .post-author-wrap {
flex-direction: column;
align-items: center;
text-align: center;
}
body.single-post .authorbox-meta {
justify-content: center;
}
}body.single-post article.post-entry.post-entry-custom .sharing,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons {
box-sizing: border-box;
width: 100%;
max-width: 100%;
margin-inline: 0;
line-height: 1.45;
color: var(--ahura-c-text-primary);
}
body.single-post article.post-entry.post-entry-custom .sharing:not(.ah-share-buttons-3),
body.single-post article.post-entry.post-entry-custom .ah-share-buttons:not(.ah-share-buttons-3) {
direction: inherit;
} html[dir="ltr"] body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-3,
html[dir="ltr"] body.single-post article.post-entry.post-entry-custom .ah-share-buttons.ah-share-buttons-3 {
direction: ltr;
}
html[dir="rtl"] body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-3,
html[dir="rtl"] body.single-post article.post-entry.post-entry-custom .ah-share-buttons.ah-share-buttons-3 {
direction: rtl;
}
body.mw_ltr body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-3,
body.mw_ltr body.single-post article.post-entry.post-entry-custom .ah-share-buttons.ah-share-buttons-3 {
direction: ltr;
}
body.mw_rtl body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-3,
body.mw_rtl body.single-post article.post-entry.post-entry-custom .ah-share-buttons.ah-share-buttons-3 {
direction: rtl;
} body.single-post article.post-entry.post-entry-custom .sharing,
body.single-post article.post-entry.post-entry-custom .sharing a {
line-height: inherit;
}
body.single-post article.post-entry.post-entry-custom .sharing a {
border: none !important;
border-inline-end: none !important;
} body.single-post .wrapper.single-post-template-1 article.post-entry.post-entry-custom .sharing,
body.single-post .wrapper.single-post-template-1 article.post-entry.post-entry-custom .ah-share-buttons {
margin-top: 1.75rem;
padding: clamp(14px, 2vw, 18px) clamp(12px, 2vw, 16px);
border-radius: 14px;
border: 1px solid rgba(var(--ahura-theme-primary-rgb), 0.12);
background: rgba(var(--ahura-theme-primary-rgb), 0.04);
} body.single-post article.post-entry.post-entry-custom .ah-share-buttons-1,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-1 {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 12px 16px;
width: 100%;
} body.single-post article.post-entry.post-entry-custom .ah-share-buttons-2,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-2,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-3 {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
gap: 12px 16px;
width: 100%;
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-1.ah-sharing--center,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-1.ah-sharing--center,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-2.ah-sharing--center,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-2.ah-sharing--center,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3.ah-sharing--center,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-3.ah-sharing--center {
justify-content: center;
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons .box-title,
body.single-post article.post-entry.post-entry-custom .sharing .box-title {
flex: 0 1 auto;
min-width: min(100%, 140px);
margin: 0;
padding: 0;
font-size: 0.95rem;
font-weight: 600;
color: var(--ahura-c-text-primary);
text-align: start;
align-self: center;
word-wrap: break-word;
overflow-wrap: anywhere;
}
body.single-post article.post-entry.post-entry-custom .sharing.ah-sharing--center .box-title,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons.ah-sharing--center .box-title {
text-align: center;
}
body.single-post article.post-entry.post-entry-custom .share-buttons-list {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
row-gap: 10px;
column-gap: 10px;
min-width: 0;
flex: 0 1 auto;
list-style: none;
margin: 0;
padding: 0;
direction: inherit;
} body.single-post .sharing .share-buttons-list > a,
body.single-post .ah-share-buttons .share-buttons-list > a {
position: relative;
}
body.single-post .sharing .share-buttons-list > a:not(:first-child)::before,
body.single-post .ah-share-buttons .share-buttons-list > a:not(:first-child)::before {
content: '';
position: absolute;
inset-inline-start: -5px;
top: 22%;
bottom: 22%;
width: 1px;
background: color-mix(in srgb, var(--ahura-c-text-primary, #111) 28%, transparent);
opacity: 0.5;
pointer-events: none;
}
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .sharing .share-buttons-list > a:not(:first-child)::before,
html:is(.ahura-dark-theme, .ahura-black-theme) body.single-post .ah-share-buttons .share-buttons-list > a:not(:first-child)::before {
background: color-mix(in srgb, var(--ahura-c-text-primary, #fff) 22%, transparent);
} body.single-post article.post-entry.post-entry-custom .ah-share-buttons-1 .share-buttons-list > a,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-2 .share-buttons-list > a {
display: inline-flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
width: 40px;
height: 40px;
padding: 0;
margin: 0;
border-radius: 12px;
border: 1px solid rgba(var(--ahura-theme-primary-rgb), 0.15);
background: var(--ahura-c-bg-primary);
color: var(--ahura-c-text-secondary);
text-decoration: none;
transition:
transform 0.15s ease,
box-shadow 0.2s ease,
border-color 0.2s ease,
color 0.2s ease;
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-1 .share-buttons-list > a:hover,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-2 .share-buttons-list > a:hover {
transform: translateY(-2px);
border-color: var(--ahura-theme-primary);
color: var(--ahura-theme-primary);
box-shadow: 0 6px 18px rgba(var(--ahura-theme-primary-rgb), 0.18);
}
body.single-post article.post-entry.post-entry-custom .share-buttons-list > a .ah-isax {
font-size: 18px;
line-height: 1;
}
body.single-post article.post-entry.post-entry-custom .share-buttons-list > a svg {
width: 1.125em;
height: 1.125em;
flex-shrink: 0;
display: block;
} body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3 .share-buttons-list > a {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 3px;
column-gap: 4px;
width: auto;
min-width: 0;
height: auto;
min-height: 34px;
padding-block: 6px;
padding-inline: 10px;
margin: 0;
border-radius: 11px;
font-size: 0.8125rem;
font-weight: 600;
line-height: 1.25;
text-decoration: none;
transition:
transform 0.15s ease,
box-shadow 0.2s ease,
opacity 0.2s ease,
filter 0.15s ease;
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3 .share-buttons-list > a:hover {
transform: translateY(-1px);
opacity: 0.97;
box-shadow: 0 6px 18px rgba(0, 0, 0, 0.14);
filter: brightness(1.03);
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3 .share-buttons-list > a:focus-visible {
outline: 2px solid rgba(255, 255, 255, 0.95);
outline-offset: 3px;
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3 .share-buttons-list > a span {
white-space: nowrap;
text-align: start;
} body.single-post article.post-entry.post-entry-custom .share-buttons-list.justify-content-start {
justify-content: flex-start;
}
body.single-post article.post-entry.post-entry-custom .share-buttons-list.justify-content-center {
justify-content: center;
}
body.single-post article.post-entry.post-entry-custom .share-buttons-list.justify-content-end {
justify-content: flex-end;
}
@media (max-width: 576px) {
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-1,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-1,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-2,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-2,
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3,
body.single-post article.post-entry.post-entry-custom .sharing.ah-share-buttons-3 {
flex-direction: column;
align-items: stretch;
gap: 14px;
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons .box-title,
body.single-post article.post-entry.post-entry-custom .sharing .box-title {
text-align: center;
width: 100%;
max-width: 100%;
}
body.single-post article.post-entry.post-entry-custom .share-buttons-list {
width: 100%;
}
body.single-post article.post-entry.post-entry-custom .ah-share-buttons-3 .share-buttons-list > a {
flex: 1 1 calc(50% - 6px);
min-width: min(100%, calc(50% - 6px));
justify-content: center;
padding-inline: 10px;
}
}
@media (prefers-reduced-motion: reduce) {
body.single-post article.post-entry.post-entry-custom .share-buttons-list > a:hover {
transform: none;
}
}.flip-clock-box{
padding: 20px;
box-shadow: var(--main_soft_shadow);
}
.flip-clock-box-title{
width: auto;
margin: 20px auto 30px auto;
line-height: 40px;
text-align: center;
}
.box{
display: flex;
align-items: center;
justify-content: center;
}
.flip-clock-wrapper * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
box-sizing: border-box;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
.flip-clock-wrapper a {
cursor: pointer;
text-decoration: none;
color: #ccc; }
.flip-clock-wrapper a:hover {
color: #fff; }
.flip-clock-wrapper ul {
list-style: none; }
.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
content: " ";
display: table; }
.flip-clock-wrapper.clearfix:after {
clear: both; }
.flip-clock-wrapper.clearfix {
*zoom: 1; } .flip-clock-wrapper {
font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
-webkit-user-select: none; }
.flip-clock-meridium {
background: none !important;
box-shadow: 0 0 0 !important;
font-size: 36px !important; }
.flip-clock-meridium a { color: #313333; }
.flip-clock-wrapper {
font-family: unset;
text-align: center;
position: relative;
width: auto;
margin: 1em;
}
.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
content: " "; display: table; }
.flip-clock-wrapper:after {
clear: both;
} .flip-clock-wrapper ul {
position: relative;
float: left;
margin: 5px;
width: 60px;
height: 90px;
font-size: 80px;
font-weight: bold;
line-height: 87px;
border-radius: 6px;
background: #000;
}
.flip-clock-wrapper ul li {
z-index: 1;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
line-height: 87px;
text-decoration: none !important;
}
.flip-clock-wrapper ul li:first-child {
z-index: 2; }
.flip-clock-wrapper ul li a {
display: block;
height: 100%;
-webkit-perspective: 200px;
-moz-perspective: 200px;
perspective: 200px;
margin: 0 !important;
overflow: visible !important;
cursor: default !important; }
.flip-clock-wrapper ul li a div {
z-index: 1;
position: absolute;
left: 0;
width: 100%;
height: 50%;
font-size: 80px;
overflow: hidden;
outline: 1px solid transparent; }
.flip-clock-wrapper ul li a div .shadow {
position: absolute;
width: 100%;
height: 100%;
z-index: 2; }
.flip-clock-wrapper ul li a div.up {
-webkit-transform-origin: 50% 100%;
-moz-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
-o-transform-origin: 50% 100%;
transform-origin: 50% 100%;
top: 0; }
.flip-clock-wrapper ul li a div.up:after {
content: "";
position: absolute;
top: 44px;
left: 0;
z-index: 5;
width: 100%;
height: 3px;
background-color: #000;
background-color: rgba(0, 0, 0, 0.4); }
.flip-clock-wrapper ul li a div.down {
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;
bottom: 0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px;
}
.flip-clock-wrapper ul li a div div.inn {
position: absolute;
left: 0;
z-index: 1;
width: 100%;
height: 200%;
color: #ccc;
text-shadow: 0 1px 2px #000;
text-align: center;
background-color: #333;
border-radius: 6px;
font-size: 70px; }
.flip-clock-wrapper ul li a div.up div.inn {
top: 0; }
.flip-clock-wrapper ul li a div.down div.inn {
bottom: 0; } .flip-clock-wrapper ul.play li.flip-clock-before {
z-index: 3; }
.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }
.flip-clock-wrapper ul.play li.flip-clock-active {
-webkit-animation: asd 0.5s 0.5s linear both;
-moz-animation: asd 0.5s 0.5s linear both;
animation: asd 0.5s 0.5s linear both;
z-index: 5; }
.flip-clock-divider {
float: left;
display: inline-block;
position: relative;
width: 20px;
height: 100px; }
.flip-clock-divider:first-child {
width: 0; }
.flip-clock-dot {
display: block;
background: #323434;
width: 10px;
height: 10px;
position: absolute;
border-radius: 50%;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
left: 5px; }
.flip-clock-divider .flip-clock-label {
position: absolute;
top: -1.5em;
right: -86px;
text-shadow: none;
font-size: 19px;
}
.flip-clock-divider.minutes .flip-clock-label {
right: -88px; }
.flip-clock-divider.seconds .flip-clock-label {
right: -91px; }
.flip-clock-dot.top {
top: 30px; }
.flip-clock-dot.bottom {
bottom: 30px; }
@-webkit-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-moz-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@-o-keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
@keyframes asd {
0% {
z-index: 2; }
20% {
z-index: 4; }
100% {
z-index: 4; } }
.flip-clock-wrapper ul.play li.flip-clock-active .down {
z-index: 2;
-webkit-animation: turn 0.5s 0.5s linear both;
-moz-animation: turn 0.5s 0.5s linear both;
animation: turn 0.5s 0.5s linear both; }
@-webkit-keyframes turn {
0% {
-webkit-transform: rotateX(90deg); }
100% {
-webkit-transform: rotateX(0deg); } }
@-moz-keyframes turn {
0% {
-moz-transform: rotateX(90deg); }
100% {
-moz-transform: rotateX(0deg); } }
@-o-keyframes turn {
0% {
-o-transform: rotateX(90deg); }
100% {
-o-transform: rotateX(0deg); } }
@keyframes turn {
0% {
transform: rotateX(90deg); }
100% {
transform: rotateX(0deg); } }
.flip-clock-wrapper ul.play li.flip-clock-before .up {
z-index: 2;
-webkit-animation: turn2 0.5s linear both;
-moz-animation: turn2 0.5s linear both;
animation: turn2 0.5s linear both; }
@-webkit-keyframes turn2 {
0% {
-webkit-transform: rotateX(0deg); }
100% {
-webkit-transform: rotateX(-90deg); } }
@-moz-keyframes turn2 {
0% {
-moz-transform: rotateX(0deg); }
100% {
-moz-transform: rotateX(-90deg); } }
@-o-keyframes turn2 {
0% {
-o-transform: rotateX(0deg); }
100% {
-o-transform: rotateX(-90deg); } }
@keyframes turn2 {
0% {
transform: rotateX(0deg); }
100% {
transform: rotateX(-90deg); } }
.flip-clock-wrapper ul li.flip-clock-active {
z-index: 3; } .flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.3s linear both; } .flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: show 0.5s linear both;
-moz-animation: show 0.5s linear both;
animation: show 0.5s linear both; }
.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
-webkit-animation: hide 0.5s 0.3s linear both;
-moz-animation: hide 0.5s 0.3s linear both;
animation: hide 0.5s 0.2s linear both; }
@-webkit-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-moz-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-o-keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@keyframes show {
0% {
opacity: 0; }
100% {
opacity: 1; } }
@-webkit-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-moz-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@-o-keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }
@keyframes hide {
0% {
opacity: 1; }
100% {
opacity: 0; } }.open-mm-left .siteside-2 .topmenu-wrap {
right: auto;
left: 0;
}
.siteside-2 span.siteside-close {
z-index: 50;
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
font-size: 17px;
border-radius: 50px;
background-color: #fff;
color: #464646;
box-shadow: 0 5px 15px #00000052;
}
.siteside-2 span.siteside-close .ah-theme-icon,
.siteside-2 span.siteside-close .ah-isax {
color: inherit;
}
div.siteside-2 {
background-color: transparent;
padding: 0;
width: 100%;
}
div.siteside-2 .topmenu-wrap {
position: absolute;
top: 0;
width: 75%;
z-index: 10;
background-color: var(--ahura-mobile-menu-bg, #fff);
height: 100%;
padding: 10px;
box-shadow: 0 0 15px #0000004f;
}
div.siteside-2 li a,
div.siteside-2 li.current-menu-item a {
border: none;
background-color: transparent;
color: #333333;
border-radius: 7px;
}
div.siteside-2 li {
margin-bottom: 5px;
}
div.siteside-2 li a:hover,
div.siteside-2 li.current-menu-item a:hover,
div.siteside-2 ul li.menu-item a:hover {
background-color: #f0f0f0;
color: #333;
}
.siteside-2 .open-mobile-submenu,
div.siteside-2 li.menu-item:hover > a {
color: #333;
}
.siteside-2 li ul,
.siteside-2 li ul li ul {
background-color: transparent;
box-shadow: none;
border: 1px solid #f0f0f0;
border-radius: 7px;
margin: 6px 0;
}
.siteside-2 li ul li {
margin: 3px 0;
}
.siteside-2 li ul li a {
border-radius: 7px;
}.website-footer .footer-widget .menu li a{
line-height:40px;
background:rgba(0,0,0,0.1);
padding:0 5%;
display:block;
border-right:4px solid rgba(0,0,0,0.1);
margin-bottom:7px;
box-shadow:var(--main_soft_shadow);
}
.website-footer .footer-widget .menu li a:hover{
padding-right:10%;
}
.website-footer .footer-widget span.footer-widget-title{
font-size: var(--ahura-footer-widget-font-size, 1.4375em);
font-weight: var(--ahura-footer-widget-font-weight, 500);
line-height:3;
color:var(--main-text-color);
margin-bottom:20px;
}
.website-footer .footer-widget *{
color: var(--main-text-color);
}
.footer-template-1 .sidebar-mode-2 ul li:before {
display: none;
}:root {
--ah-theme-global-font-family: 'iranyekan';
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
font-family:iranyekan;
}
.elementor-page .elementor-widget-container, .elementor-page .elementor-widget-container p,
.elementor-page span.elementor-button-text, .elementor-page span.elementor-button-content-wrapper {
font-family: unset;
}
html, body {
font-weight:normal;
}
textarea, input, button, select
{
font-family:iranyekan;
font-weight:normal;
}
.woocommerce span.onsale,.woocommerce-widget-layered-nav-list li span,
.category-alt,
.cats-list ul.menu>li>a::before,
.header-mode-3 .panel_menu_wrapper .mini-cart-header .cart-icon::after,
.header-mode-3 .panel_menu_wrapper .cta_button,
.sidebar-widget .price_slider_wrapper .price_slider.ui-slider .ui-slider-range,
#goto-top span,
.header-mode-2 .action-box #action_link:hover,
.woocommerce ul.products li.product .button,
.footer-center-border-top::before,
input[type="submit"], button,.woocommerce .button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-block-cart__submit-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button,
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
body.woocommerce .post-box ul.products li.mw_product_item.product a.button.add_to_cart_button,
#ex1 button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.product-page-digi-style .digi-onsale-wrapper .digi-onsale,
li.product.product-style-4 .thumbnail-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
background-color:#00b0ff;
}
body.woocommerce ul.products.products-style-4 > li:hover {
border-color:#00b0ff;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
color: white;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background-color: #00b0ffdd;
color: white;
}
.woocommerce-message {
border-top-color:#00b0ff;
}
.woocommerce-message::before, li.product.product-style-4 .woocommerce-archive-shop-sale-countdown span,
.product.product-style-4 .product-preview-btn:hover svg {
color:#00b0ff;
}
div.wc-block-components-price-slider__range-input-progress,
.rtl div.wc-block-components-price-slider__range-input-progress {
--range-color:#00b0ff;
}
div.product.product-page-digi-style .wc-tabs.tabs a.active {
color: #00b0ff;
border-bottom: 1px solid #00b0ff;
}
.wc_payment_method input[type="radio"]::before,
.product-page-digital-style .preview-btn-area a {
background-color:#00b0ff;
}
.woocommerce nav.woocommerce-pagination ul li span.current
{
background-color: #00b0ff;
box-shadow: 0 0 10px 0px #00b0ff;
}
body.woocommerce span.onsale,
body.woocommerce ul.products li.product .button, 
div.header-mode-3 .panel_menu_wrapper .cta_button, 
input[type="submit"], 
.woocommerce #respond input#submit, 
.woocommerce a.button, .woocommerce button.button, 
.woocommerce input.button, .woocommerce .button.alt, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-block-cart__submit-button,
.woocommerce-page .wc-block-components-checkout-place-order-button,
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
body.woocommerce .post-box ul.products li.mw_product_item.product a.button.add_to_cart_button
{
color: white;
}
body.woocommerce span.onsale, body.woocommerce .product span.onsale{
box-shadow:0 0 10px #00b0ff90;
}
div.header-mode-3 .panel_menu_wrapper .cta_button
{
box-shadow: 0 0 15px #00b0ff;
}
div.header-mode-1 .search-form #ajax_search_loading span,
div.header-mode-2 .action-box #action_link,
.header-mode-2.ahura_transparent:not(.scrolled-topbar) .action-box #action_link
div.header-mode-3 .search-form #ajax_search_loading span,
.footer-legend-inner h5,
.website-footer .footer-widget span.footer-widget-title,
.list-posts-widget li:hover p{
color:#00b0ff;
}
.cats-list .menu li:hover > a,.topmenu li ul li a:hover,.topmenu li ul li:hover > a,.topmenu li ul li:hover::after{
color:#00b0ff;
}
#topbar,
.cats-list ul.menu.show_menu,
.website-footer{
border-top-color:#00b0ff;
}
.footer-legend a{
background:#00b0ff;
}
.post-title h1 a:hover{
color:#00b0ff;
}
.related-posts-title {
color:#00b0ff;
border-bottom-color:#00b0ff;
}
input:focus,textarea:focus{
border-color:#00b0ff;
}
.comment-reply-link{
color:#00b0ff;
border-color:#00b0ff;
}
.authorabout span a:not(a.author-link){
background:#00b0ff;
}
.main-menu li:hover:after{
color:#00b0ff;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
border-color:#00b0ff;
color:#00b0ff;
}
.navigation li a:hover,
.navigation li.active a {
color:#fff;
background-color:#00b0ff;
}
.post-index h2.cat-name{
color:#00b0ff;
border-bottom-color:#00b0ff;
}
.woocommerce div.product form.cart button,
.woocommerce div.product form.cart button:hover {
background-color:#00b0ff;
color: white  }
.search .searchbtn:hover{
color:#00b0ff;
}
.mw_product_item.product-style-1:hover {
box-shadow: 0 0 25px 0px #00b0ff;
}
.woocommerce .mw_product_item.product-style-1 .mw_overly
{
background: #00b0ff;
opacity: .7;
}
.mw_product_item.product-style-1:hover .woocommerce-loop-product__title,
.mw_product_item.product-style-1:hover span.price *
{
color: white;
}
.ahura_contact_widget .ahura_contact_widget_item span{
color:#00b0ff;
}
.shop-style3-wrapper .sidebar-widget .wp-block-woocommerce-product-categories ul.wc-block-product-categories-list--depth-0::-webkit-scrollbar-thumb {
background-color:#00b0ff;
}
.shop-style3-wrapper .shop-page-sidebar input[type='range']::-webkit-slider-thumb {
background-color:#00b0ff;
border-color:#00b0ff;
}
.shop-style3-wrapper .shop-page-sidebar .sidebar-widget .wp-block-woocommerce-attribute-filter ul.wc-block-checkbox-list li {
color:#00b0ff;
border-color: #00b0ff;
}
body.woocommerce .shop_table .button{
color:white;
}
body.woocommerce .button.alt{
color:white;
}
@media only screen and (min-width:1100px){
.scrolled-topbar .menu-icon{
background-color: #00b0ff;
color: white;
}
}
.ahura-1cc-column.ahura-post-single:not(.woocommerce) .post-entry{width: 100%;}
.header-mode-1 .cats-list-title,
html body .header-mode-1 span.cats-list-title
{
color: white;
}
body:not(.elementor-page) .post-box p{
text-align: justify;
}
body.woocommerce span.onsale, body.woocommerce ul.products li.product .onsale, body.woocommerce .product span.onsale {
box-shadow: none;
}
@media (max-width: 575.98px) {
.woocommerce ul.products li.product.mw_product_item.product-style-2 .woocommerce-loop-product__title  {
padding-left: px;
padding-right: px;
}
}
@media (max-width: 575.98px) {
.woocommerce ul.products li.product.mw_product_item.product-style-2 .price  {
padding-left: px;
padding-right: px;
}
}
.post-custom p a, .post-custom table a, .post-custom li a, .post-custom p a *, .product .woocommerce-Tabs-panel--description a, .term-description a, .ah-post-content-element p a, .single-post .elementor-widget-theme-post-content a {
color: ;
}
.cats-list-title,.mega_menu_mobile_title,.mg-cat-title{
font-weight: ;
}
.ahura-main-header .top-section
{
background-color: #ffffff;
}
.ahura-main-header .bottom-section
{
background-color: #ffffff;
}
.ahura-main-header .top-section .menu-wrapper ul.topmenu > li > a,
.ahura-main-header .top-section .menu-wrapper ul.topmenu > li::after,
.ahura-main-header .bottom-section .menu-wrapper ul.topmenu > li > a,
.ahura-main-header .bottom-section .menu-wrapper ul.topmenu > li::after
{
color: #35495C;
}
.ahura-main-header .bottom-section .cats-list ul.menu,
.ahura-main-header .bottom-section .cats-list ul.menu ul,
.header-template-2 .header-mega-menu-container > div,
.header-template-2 .header-mega-menu-container .menu > li > ul
{
background-color: #ffffff;
}
.ahura-main-header .bottom-section .cats-list ul.menu a,
.header-template-2 .header-mega-menu-container ul li a
{
color: #35495C;
}
.ahura-main-header .bottom-section .cats-list ul.menu>li>a::after
{
border-color: #f6f6f6;
}
.topbar:not(.in_custom_header)
{
border: none;
}
.postbox4 .excerpt.has_margin {
margin-bottom: 0px;
}
.postbox4 article h3{
padding-bottom:15px;
border-bottom:1px solid #eee;
}
.ahura-post-single .post-meta .post-author-name {
font-weight: ;
}
.woocommerce .woocommerce_product_date_modified {
display: flex;
}
.woocommerce .woocommerce_product_date_modified span:first-child {
color: ;
padding-left: 5px;
}
.woocommerce .woocommerce_product_date_modified span:last-child {
color: }
.topmenu > li > ul.sub-menu {
top: 35px;
}
.ahura-sidebar .wc-blocks-filter-wrapper input[inputmode="numeric"] {
max-width: px;
width: px;
text-align: center;
}
.shop-sub-categories .product-category {
padding: px;
}
.shop-sub-categories .product-category {
background-color: ;
}
.shop-sub-categories .product-category {
border-radius: px;
}
.shop-sub-categories .product-category a img {
border-radius: px;
}
.shop-sub-categories .product-category a img {
width: px;
height: px;
}
.shop-sub-categories .product-category .cat-count {
color: ;
}
.shop-sub-categories .product-category .cat-count {
background-color: ;
}
.shop-sub-categories .product-category .cat-title {
color: ;
}.ahura-download-box-wrap {
margin-top: 1.5rem;
background-color: #fff;
border: 1px solid #f0f0f0;
border-radius: 10px;
overflow: hidden;
}
.ahura-download-box-wrap .ahura-download-box {
padding: 15px;
}
.ahura-download-box-wrap .box-title {
display: flex;
align-items: center;
gap: 10px;
margin-bottom: 15px;
font-size: 20px;
font-weight: bold;
color: #2fa157;
}
.ahura-download-box-wrap .box-title svg {
width: 40px;
height: 34px;
}
.ahura-download-box-wrap .box-title svg path {
stroke: #2fa157;
}
.ahura-download-box-wrap .download-items a {
display: inline-block;
margin: 7px;
background-color: #d9d9d9;
padding: 10px 17px;
border-radius: 10px;
color: #505050;
box-shadow: 0 5px 7px #00000017;
transition: ease .2s;
}
.ahura-download-box-wrap .download-items a:hover {
background-color: #2fa157;
color: #fff;
box-shadow: 0 7px 15px #2fa15780;
}
.ahura-download-box-wrap .files-password-box {
display: flex;
align-items: center;
justify-content: space-between;
padding: 15px;
border-top: 1px solid #e1e1e1;
background-color: #f0f0f0;
margin-top: 10px;
color: #333;
font-size: 15px;
}
html:is(.ahura-dark-theme, .ahura-black-theme) .ahura-download-box-wrap .download-items a:not(:hover) {
background-color: #545454;
}
.post-estate-box-details {
padding: 15px;
background-color: #fff;
border-radius: 10px;
box-shadow: 0 0 15px #00000012;
}
.post-estate-box-details .estate-details > div {
margin: 7px 0;
font-size: 15px;
}
.post-estate-box-details .item-price {
color: #27b52d;
font-size: 17px;
margin-top: 20px;
}
.post-estate-box-details .estate-features {
margin: 15px 0;
font-size: 15px;
}
.post-estate-box-details .estate-features ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.post-estate-box-details .estate-features ul li {
list-style: square;
margin-top: 7px;
}
.ah-download-box-template-2 {
margin-top: 2rem;
}
.ah-download-box-template-2 .ah-download-item {
background-color: #f0f0f0;
padding: 12px;
margin: 15px 0;
border-radius: 10px;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
gap: 10px;
font-size: 17px;
}
.ah-download-box-template-2 .ah-download-item span {
font-weight: bold;
}
.ah-download-box-template-2 .ah-download-item a {
display: flex;
align-items: center;
gap: 8px;
max-width: 120px;
background-color: #D72121;
color: #fff;
padding: 7px 10px;
border-radius: 5px;
transition: ease .1s;
justify-content: center;
}
.ah-download-box-template-2 .ah-download-item a:hover {
background-color: #af1515;
}
.ah-download-box-template-2 .files-password-box {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 15px;
margin-top: 15px;
padding: 12px;
color: var(--ahura-c-text-secondary);
}
.ah-download-box-template-2 .files-password-box span:last-child {
background-color: var(--ahura-c-bg-secondary);
padding: 3px 10px;
border-radius: 5px;
}
@media screen and (max-width: 486px) {
.ah-download-box-template-2 .ah-download-item {
display: block;
text-align: center;
}
.ah-download-box-template-2 .ah-download-item a {
margin: 10px auto 0 auto;
}
}.jet-menu,.jet-menu-container{position:relative;width:100%}.jet-menu{align-items:stretch;display:flex;flex-flow:row wrap;justify-content:center;list-style:none;margin:0;padding:0}.jet-menu.jet-menu--roll-up-available-items[hidden],.jet-menu.jet-menu--roll-up>.jet-menu-item[hidden]{display:none}.jet-menu .jet-menu-item{display:flex}.jet-menu .top-level-link{align-items:center;display:flex;justify-content:flex-start;margin:0;padding:10px;width:100%}.jet-menu ul{left:0}.jet-menu-item{position:relative}.jet-menu-item>a{display:block;text-decoration:none;width:auto}.jet-menu-item.jet-mega-menu-item{position:static}.jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item{position:relative}.jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item .jet-sub-mega-menu{left:0;right:auto}.rtl .jet-menu-item.jet-mega-menu-item.jet-mega-menu-position-relative-item .jet-sub-mega-menu{left:auto;right:0}.jet-menu-item-desc{font-size:10px;font-style:italic;white-space:normal}.jet-menu-item .jet-sub-menu{background-color:#fff;box-shadow:2px 2px 5px rgba(0,0,0,.2);display:block;left:0;list-style:none;margin:0;min-width:200px;padding:0;pointer-events:none;position:absolute;right:auto;top:100%;z-index:999}.jet-menu-item .jet-sub-menu.inverse-side{left:auto;right:0}.jet-menu-item .jet-sub-menu .jet-sub-menu{left:100%;right:auto;top:0}.jet-menu-item .jet-sub-menu .jet-sub-menu.inverse-side{left:auto;right:100%}.jet-menu-item .jet-sub-menu>li{display:block}.jet-menu-item .jet-sub-menu>li>a{padding:10px}.rtl .jet-menu-item .jet-sub-menu{left:auto;right:0}.rtl .jet-menu-item .jet-sub-menu.inverse-side{left:0;right:auto}.rtl .jet-menu-item .jet-sub-menu .jet-sub-menu{left:auto;right:100%}.rtl .jet-menu-item .jet-sub-menu .jet-sub-menu.inverse-side{left:100%;right:auto}.jet-menu-item .jet-sub-mega-menu{align-items:center;background-color:#fff;box-shadow:2px 2px 5px rgba(0,0,0,.2);display:flex;justify-content:center;left:0;pointer-events:none;position:absolute;top:100%;width:100%;z-index:999}.jet-menu-item .jet-sub-mega-menu__loader{min-height:35px;min-width:35px;padding:5px}.jet-menu-item .jet-sub-mega-menu>.elementor{width:100%}.jet-menu-item .jet-menu-item-wrapper{align-items:center;display:flex;flex-wrap:wrap}.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon{align-items:center;align-self:center;display:flex;justify-content:center;margin-right:10px}.label-hidden .jet-menu-item .jet-menu-item-wrapper .jet-menu-icon{margin-left:0;margin-right:0}.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon svg{fill:currentColor;height:1em;width:1em}.jet-menu-item .jet-menu-item-wrapper .jet-menu-icon svg path{fill:currentColor}.jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow{align-items:center;align-self:center;display:flex;justify-content:center;margin-left:10px}.jet-menu-item .jet-menu-item-wrapper .jet-dropdown-arrow svg{fill:currentColor;height:auto}.jet-menu-item .jet-menu-item-wrapper .jet-menu-badge{align-self:flex-start;text-align:center;width:0}.jet-menu-item .jet-menu-item-wrapper .jet-menu-badge__inner{display:inline-block;white-space:nowrap}.jet-sub-mega-menu,.jet-sub-menu{opacity:0;visibility:hidden}.jet-desktop-menu-active .elementor-sticky--active+.elementor-sticky .jet-sub-mega-menu,.jet-desktop-menu-active .elementor-sticky--active+.elementor-sticky .jet-sub-menu{display:none}.jet-menu.jet-menu--animation-type-none .jet-sub-mega-menu,.jet-menu.jet-menu--animation-type-none .jet-sub-menu{opacity:0;visibility:hidden}.jet-menu.jet-menu--animation-type-none .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:100%;visibility:visible}.jet-menu.jet-menu--animation-type-none .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:0;visibility:visible}.jet-menu.jet-menu--animation-type-none .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{opacity:1;pointer-events:auto;top:100%;visibility:visible}.jet-menu.jet-menu--animation-type-fade .jet-sub-mega-menu,.jet-menu.jet-menu--animation-type-fade .jet-sub-menu{opacity:0;transition:opacity .3s cubic-bezier(.48,.01,.5,.99),visibility .1s linear;visibility:hidden}.jet-menu.jet-menu--animation-type-fade .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:100%;visibility:visible}.jet-menu.jet-menu--animation-type-fade .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:0;visibility:visible}.jet-menu.jet-menu--animation-type-fade .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{opacity:1;pointer-events:auto;top:100%;visibility:visible}.jet-menu.jet-menu--animation-type-move-up .jet-sub-menu{opacity:0;top:130%;transition:top .2s cubic-bezier(.48,.01,.5,.99) .1s,opacity .2s cubic-bezier(.48,.01,.5,.99) .1s,visibility 1s linear;visibility:hidden}.jet-menu.jet-menu--animation-type-move-up .jet-sub-mega-menu{opacity:0;top:130%;transition:top .3s cubic-bezier(.48,.01,.5,.99) .1s,opacity .3s cubic-bezier(.48,.01,.5,.99) .1s,visibility 1s linear;visibility:hidden}.jet-menu.jet-menu--animation-type-move-up .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:100%;transition:top .3s cubic-bezier(.48,.01,.5,.99),opacity .3s cubic-bezier(.48,.01,.5,.99),visibility 1s linear;visibility:visible}.jet-menu.jet-menu--animation-type-move-up .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:0;transition:top .3s cubic-bezier(.48,.01,.5,.99),opacity .3s cubic-bezier(.48,.01,.5,.99),visibility 1s linear;visibility:visible}.jet-menu.jet-menu--animation-type-move-up .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{opacity:1;pointer-events:auto;top:100%;visibility:visible}.jet-menu.jet-menu--animation-type-move-down .jet-sub-menu{visibility:visible}.jet-menu.jet-menu--animation-type-move-down .jet-sub-mega-menu,.jet-menu.jet-menu--animation-type-move-down .jet-sub-menu{opacity:0;top:80%;transition:top .3s cubic-bezier(.48,.01,.5,.99),opacity .3s cubic-bezier(.48,.01,.5,.99),visibility 1s linear}.jet-menu.jet-menu--animation-type-move-down .jet-sub-mega-menu{visibility:hidden}.jet-menu.jet-menu--animation-type-move-down .jet-simple-menu-item.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:100%;visibility:visible}.jet-menu.jet-menu--animation-type-move-down .jet-simple-menu-item li.jet-menu-hover>.jet-sub-menu{opacity:1;pointer-events:auto;top:0;visibility:visible}.jet-menu.jet-menu--animation-type-move-down .jet-mega-menu-item.jet-menu-hover .jet-sub-mega-menu{opacity:1;pointer-events:auto;top:100%;visibility:visible}.jet-custom-nav{align-items:stretch;display:flex;flex-flow:column nowrap;justify-content:center;list-style:none;margin:0;max-width:100%;padding:0;position:relative}.jet-custom-nav>.jet-custom-nav__item{margin-bottom:1px;position:relative}.jet-custom-nav>.jet-custom-nav__item.jet-custom-nav-mega-sub-position-default{position:static}.jet-custom-nav>.jet-custom-nav__item.jet-custom-nav-mega-sub-position-relative-item{position:relative}.jet-custom-nav>.jet-custom-nav__item>a{background-color:#54595f;display:flex;flex-flow:row wrap;justify-content:flex-start;padding:10px 15px;transition:background-color .5s cubic-bezier(.48,.01,.5,.99),color .5s cubic-bezier(.48,.01,.5,.99),box-shadow .5s cubic-bezier(.48,.01,.5,.99),padding .5s cubic-bezier(.48,.01,.5,.99),margin .5s cubic-bezier(.48,.01,.5,.99),border-radius .5s cubic-bezier(.48,.01,.5,.99)}.jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{opacity:1;pointer-events:auto;visibility:visible}body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item.hover-state>.jet-custom-nav__sub{height:auto}.jet-custom-nav .jet-menu-link-text{align-self:stretch;color:#fff;display:flex;flex-direction:column;font-size:14px;justify-content:flex-start}.jet-custom-nav .jet-menu-link-text .jet-custom-item-desc{display:block;font-size:12px;font-style:italic}.jet-custom-nav .jet-menu-icon{align-items:center;border-radius:50%;color:#fff;display:flex;height:22px;justify-content:center;margin:0 10px 0 0;width:22px}.jet-custom-nav .jet-menu-icon:before{color:#7a7a7a;font-size:12px}.jet-custom-nav .jet-menu-icon svg{fill:currentColor;height:auto}.jet-custom-nav .jet-menu-icon svg path{fill:currentColor}.jet-custom-nav .jet-menu-badge{line-height:1;margin:0 0 0 10px;transform:translate(var(--jmm-menu-badge-offset-x,10px),var(--jmm-menu-badge-offset-y,-10px));width:0}.jet-custom-nav .jet-menu-badge .jet-menu-badge__inner{background-color:#fff;color:#7a7a7a;display:inline-block;padding:3px}.jet-custom-nav .jet-menu-badge .jet-menu-badge__inner svg{height:auto;max-width:30px}.jet-custom-nav .jet-dropdown-arrow{align-items:center;background-color:#fff;border-radius:50%;color:#fff;display:flex;flex-flow:column nowrap;font-size:8px;height:18px;justify-content:center;position:absolute;right:15px;width:18px}.jet-custom-nav .jet-dropdown-arrow svg{fill:currentColor;height:auto;width:12px}.jet-custom-nav .jet-dropdown-arrow svg path{fill:currentColor}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a{text-align:right}body:not(.rtl) .jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a,body:not(.rtl) .jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a{flex-direction:row-reverse}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-menu-icon,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-menu-icon{margin:0 0 0 10px}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-menu-badge,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-menu-badge{direction:rtl;margin:0 10px 0 0}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item>a .jet-dropdown-arrow,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>a .jet-dropdown-arrow{left:15px;right:auto}.jet-custom-nav__mega-sub,.jet-custom-nav__sub{background-color:#fff;box-shadow:2px 2px 5px rgba(0,0,0,.2);display:block;left:100%;list-style:none;margin:0;opacity:0;pointer-events:none;position:absolute;top:0;transition:opacity .3s cubic-bezier(.48,.01,.5,.99) .1s,visibility 1s linear .1s;visibility:hidden;z-index:99}.jet-custom-nav__mega-sub:before,.jet-custom-nav__sub:before{bottom:0;content:"";position:absolute;right:100%;top:0}body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav__sub{box-sizing:border-box;height:0;left:0;min-width:0!important;overflow:hidden;position:relative;width:100%}body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub:before,body[data-elementor-device-mode=mobile] .jet-custom-nav__sub:before{content:none}body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item:not(.hover-state) .jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav .jet-custom-nav__item:not(.hover-state) .jet-custom-nav__sub{border:none;margin:0;padding:0}.jet-custom-nav__mega-sub{width:500px}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__mega-sub{left:auto;right:100%}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__mega-sub:before{left:100%;right:auto}body[data-elementor-device-mode=mobile] .jet-custom-nav__mega-sub{max-width:100%;width:100%!important}.elementor-editor-active .elementor.elementor-edit-mode .jet-custom-nav__mega-sub>.elementor>.elementor-inner{margin-top:0}.jet-custom-nav__sub{min-width:250px}.jet-custom-nav__sub.inverse-side{left:auto;right:100%}.jet-custom-nav__sub.inverse-side:before{left:100%;right:auto}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{left:auto;right:100%}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub.inverse-side,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub:before,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub.inverse-side,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub:before{left:100%;right:auto}.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub.inverse-side:before,.jet-custom-nav--dropdown-left-side>.jet-custom-nav__item>.jet-custom-nav__sub.inverse-side:before{left:auto;right:100%}.jet-custom-nav__sub .jet-custom-nav__item{position:relative}.jet-custom-nav__sub .jet-custom-nav__item a{background-color:#54595f;display:flex;flex-flow:row wrap;justify-content:flex-start;padding:10px 15px;transition:background-color .5s cubic-bezier(.48,.01,.5,.99),color .5s cubic-bezier(.48,.01,.5,.99),box-shadow .5s cubic-bezier(.48,.01,.5,.99),padding .5s cubic-bezier(.48,.01,.5,.99),margin .5s cubic-bezier(.48,.01,.5,.99),border-radius .5s cubic-bezier(.48,.01,.5,.99)}.jet-custom-nav__sub .jet-custom-nav__item a .jet-menu-link-text{color:#fff}.jet-custom-nav__sub .jet-custom-nav__item.hover-state>a{background-color:#54595f}.jet-custom-nav__sub .jet-custom-nav__item.hover-state>a .jet-menu-link-text{color:#fff}.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-none>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transition:none}.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateY(20px);transition:transform .2s cubic-bezier(.48,.01,.5,.99) .1s,opacity .2s cubic-bezier(.48,.01,.5,.99) .1s,visibility 1s linear}.jet-custom-nav--animation-move-up>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-up>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateY(0)}.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateY(-20px);transition:transform .2s cubic-bezier(.48,.01,.5,.99) .1s,opacity .2s cubic-bezier(.48,.01,.5,.99) .1s,visibility 1s linear}.jet-custom-nav--animation-move-down>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-down>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateY(0)}.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateX(20px);transition:transform .2s cubic-bezier(.48,.01,.5,.99) .1s,opacity .2s cubic-bezier(.48,.01,.5,.99) .1s,visibility 1s linear}.jet-custom-nav--animation-move-left>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-left>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateX(0)}.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateX(-20px);transition:transform .2s cubic-bezier(.48,.01,.5,.99) .1s,opacity .2s cubic-bezier(.48,.01,.5,.99) .1s,visibility 1s linear}.jet-custom-nav--animation-move-right>.jet-custom-nav__item.hover-state.hover-state>.jet-custom-nav__sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item.hover-state>.jet-custom-nav__mega-sub,.jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__item.hover-state>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__mega-sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub,body[data-elementor-device-mode=mobile] .jet-custom-nav--animation-move-right>.jet-custom-nav__item>.jet-custom-nav__sub .jet-custom-nav__sub{transform:translateX(0)}body.admin-bar{--wp-admin-bar-offset:32px}@media(max-width:782px){body.admin-bar{--wp-admin-bar-offset:46px}}.jet-mega-menu{position:relative;transition:opacity .3s ease-out;width:100%}.jet-mega-menu.jet-mega-menu--inited{opacity:1;pointer-events:auto}.jet-mega-menu-toggle{cursor:pointer;font-size:var(--jmm-dropdown-toggle-icon-size,16px);height:var(--jmm-dropdown-toggle-size,36px);width:var(--jmm-dropdown-toggle-size,36px)}.jet-mega-menu-toggle,.jet-mega-menu-toggle__icon{align-items:center;display:flex;justify-content:center}.jet-mega-menu-list{display:flex;list-style:none;margin:0;padding:0;position:relative}.jet-mega-menu-roll-up{align-items:center;display:flex;justify-content:center}.jet-mega-menu-item{position:relative;transform-origin:0}.jet-mega-menu-item[hidden]{display:none}.jet-mega-menu-item__inner{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap;gap:var(--jmm-items-dropdown-gap,5px);justify-content:space-between}.jet-mega-menu-item__link{align-items:center;display:flex;gap:var(--jmm-items-icon-gap,10px);justify-content:flex-start;position:relative}.jet-mega-menu-item__dropdown{align-items:center;align-self:center;display:flex;font-size:var(--jmm-top-item-dropdown-icon-size);justify-content:center;min-height:18px;min-width:18px}.jet-mega-menu-item__dropdown svg{height:1em;width:1em}.jet-mega-menu-item__icon{align-items:center;align-self:center;display:flex;justify-content:center}.jet-mega-menu-item__icon svg{height:1em;width:1em}.jet-mega-menu-item__title{align-items:flex-start;display:flex;flex-direction:column;justify-content:center}.jet-mega-menu-item__label{white-space:nowrap}.jet-mega-menu-item__badge{bottom:100%;line-height:1;position:absolute;right:0;text-align:center;transform:translate(var(--jmm-menu-badge-offset-x,0),var(--jmm-menu-badge-offset-y,0));white-space:nowrap}.jet-mega-menu-item__badge svg{height:auto;max-width:30px}.jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;list-style:none;margin:0}.jet-mega-menu-mega-container{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;max-width:100vw;width:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal{max-width:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--roll-up .jet-mega-menu-list{flex-wrap:nowrap}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu{left:0;right:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{left:auto;right:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-item--default>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{transform:rotate(-90deg)}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu{left:auto;right:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{left:0;right:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-item--default>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{transform:rotate(90deg)}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-toggle{display:none}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-container{display:block}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-list{align-items:stretch;background-color:var(--jmm-top-menu-bg-color,inherit);flex-direction:row;flex-wrap:wrap;gap:var(--jmm-top-items-gap,0);justify-content:var(--jmm-top-items-hor-align,flex-start);padding:var(--jmm-top-menu-ver-padding,0) var(--jmm-top-menu-hor-padding,0)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__inner{background-color:var(--jmm-top-item-bg-color,initial);padding:var(--jmm-top-items-ver-padding,5px) var(--jmm-top-items-hor-padding,10px)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__icon{color:var(--jmm-top-item-icon-color,inherit);font-size:var(--jmm-top-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__title{color:var(--jmm-top-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__badge{color:var(--jmm-top-item-badge-color,inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item__dropdown{color:var(--jmm-top-item-dropdown-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner{background-color:var(--jmm-top-active-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-active-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-active-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-active-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-active-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list{margin-top:var(--jmm-sub-menu-offset,0)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu{min-width:200px;position:absolute;top:100%;z-index:998}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu__list{background-color:var(--jmm-sub-menu-bg-color,#fff);border-bottom-left-radius:var(--jmm-sub-menu-bottom-left-radius,initial);border-bottom-right-radius:var(--jmm-sub-menu-bottom-right-radius,initial);border-top-left-radius:var(--jmm-sub-menu-top-left-radius,initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius,initial);gap:var(--jmm-sub-items-gap,0);padding:var(--jmm-sub-menu-ver-padding,0) var(--jmm-sub-menu-hor-padding,0)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__inner{background-color:var(--jmm-sub-item-bg-color,inherit);padding:var(--jmm-sub-items-ver-padding,5px) var(--jmm-sub-items-hor-padding,10px)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__icon{color:var(--jmm-sub-item-icon-color,inherit);font-size:var(--jmm-sub-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg{width:var(--jmm-sub-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__title{color:var(--jmm-sub-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__badge{color:var(--jmm-sub-item-badge-color,inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item__dropdown{color:var(--jmm-sub-item-dropdown-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-active-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-active-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-active-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-active-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-active-item-dropdown-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:first-child>.jet-mega-menu-item__inner{border-top-left-radius:var(--jmm-sub-menu-top-left-radius,initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius,initial)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item:last-child>.jet-mega-menu-item__inner{border-bottom-left-radius:var(--jmm-sub-menu-bottom-left-radius,initial);border-bottom-right-radius:var(--jmm-sub-menu-bottom-right-radius,initial)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{top:0}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container{left:0;min-width:200px;position:absolute;top:100%;transform:translateX(var(--jmm-submenu-delta-x-offset,0));width:var(--jmm-submenu-width,100%);z-index:999}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-mega-container__inner{background-color:var(--jmm-sub-menu-bg-color,#fff);margin-top:var(--jmm-sub-menu-offset,0);padding:var(--jmm-mega-container-ver-padding,10px) var(--jmm-mega-container-hor-padding,20px)}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{height:0;overflow:hidden;pointer-events:none;visibility:hidden}.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item--hover>.jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--layout-horizontal .jet-mega-menu-sub-menu .jet-mega-menu-item--hover>.jet-mega-menu-sub-menu{height:auto;overflow:visible;pointer-events:auto;visibility:visible}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion .jet-mega-menu-item,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion .jet-mega-menu-item__inner,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion .jet-mega-menu-list,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion .jet-mega-menu-sub-menu__list{min-width:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level{position:relative}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu{box-sizing:border-box;left:0;max-height:calc(90vh - var(--wp-admin-bar-offset, 0px));max-width:calc(100vw - 20px);min-width:280px;overflow:auto;overflow-x:hidden;position:absolute;right:auto;top:100%;transform:translateX(var(--jmm-submenu-delta-x-offset,0));width:var(--jmm-submenu-width,100%);z-index:998}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list{display:flex;flex-direction:column;min-width:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{box-sizing:border-box;display:block;height:0;left:auto;max-width:100%;min-width:0;opacity:0;overflow:hidden;pointer-events:none;position:static!important;right:auto;top:auto;transform:translateY(-4px);transition:height .3s cubic-bezier(.23,.48,.51,.96),opacity .15s ease;visibility:hidden;width:100%;will-change:auto;z-index:auto}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-sub-menu>.jet-mega-menu-sub-menu__list{min-width:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-sub-menu .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-sub-menu .jet-mega-menu-sub-menu{opacity:1;transform:none;transition-duration:.2s;transition-property:max-height;transition-timing-function:cubic-bezier(.23,.48,.51,.96)}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-mega-container__inner{box-sizing:border-box;max-width:100%;min-width:0;transform:none!important;width:100%}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item__inner,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item__label,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item__link,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item__title{min-width:0}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item__link{white-space:nowrap}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item__label{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-sub-menu .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{height:auto;opacity:1;overflow:visible;pointer-events:auto;transform:translateY(0);visibility:visible}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion>.jet-mega-menu-container>.jet-mega-menu-list>.jet-mega-menu-item--top-level>.jet-mega-menu-mega-container>.jet-mega-menu-mega-container__inner{box-sizing:border-box;min-width:0;transform:none}.jet-mega-menu.jet-mega-menu--layout-horizontal.jet-mega-menu--sub-display-accordion .jet-listing-grid__scroll-slider .jet-listing-grid__items{flex-wrap:wrap!important}.jet-mega-menu.jet-mega-menu--layout-vertical{max-width:var(--jmm-container-width,100%)}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu .jet-mega-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{transform:rotate(-90deg)}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-mega-container{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-right .jet-mega-menu-mega-container.jet-mega-menu-mega-container--inverse{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu .jet-mega-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{transform:rotate(90deg)}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-sub-menu.jet-mega-menu-sub-menu--inverse{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-mega-container{left:auto;right:100%}.jet-mega-menu.jet-mega-menu--layout-vertical.jet-mega-menu--sub-position-left .jet-mega-menu-mega-container.jet-mega-menu-mega-container--inverse{left:100%;right:auto}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-toggle{display:none}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list{align-items:stretch;background-color:var(--jmm-top-menu-bg-color,inherit);flex-direction:column;flex-wrap:wrap;gap:var(--jmm-top-items-gap,0);justify-content:flex-start;padding:var(--jmm-top-menu-ver-padding,0) var(--jmm-top-menu-hor-padding,0)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__inner{background-color:var(--jmm-top-item-bg-color,inherit);justify-content:var(--jmm-top-items-hor-align,space-between);padding:var(--jmm-top-items-ver-padding,5px) var(--jmm-top-items-hor-padding,10px)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__icon{color:var(--jmm-top-item-icon-color,inherit);font-size:var(--jmm-top-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__icon svg{width:var(--jmm-top-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__title{color:var(--jmm-top-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__badge{color:var(--jmm-top-item-badge-color,inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item__dropdown{color:var(--jmm-top-item-dropdown-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-top-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner{background-color:var(--jmm-top-active-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-top-active-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-top-active-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-top-active-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-top-active-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu{min-width:200px;position:absolute;top:0;z-index:998}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu__list{background-color:var(--jmm-sub-menu-bg-color,inherit);border-bottom-left-radius:var(--jmm-sub-menu-bottom-left-radius,initial);border-bottom-right-radius:var(--jmm-sub-menu-bottom-right-radius,initial);border-top-left-radius:var(--jmm-sub-menu-top-left-radius,initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius,initial);padding:var(--jmm-sub-menu-ver-padding,0) var(--jmm-sub-menu-hor-padding,0)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__inner{padding:var(--jmm-sub-items-ver-padding,5px) var(--jmm-sub-items-hor-padding,10px)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__icon{color:var(--jmm-sub-item-icon-color,inherit);font-size:var(--jmm-sub-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg{width:var(--jmm-sub-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__title{color:var(--jmm-sub-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__badge{color:var(--jmm-sub-item-badge-color,inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item__dropdown{color:var(--jmm-sub-item-dropdown-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner{background-color:var(--jmm-sub-active-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-sub-active-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-sub-active-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-sub-active-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-sub-active-item-dropdown-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:first-child,.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-sub-menu .jet-mega-menu-item:last-child{border-top-left-radius:var(--jmm-sub-menu-top-left-radius,initial);border-top-right-radius:var(--jmm-sub-menu-top-right-radius,initial)}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-mega-container{min-width:400px;position:absolute;top:0;width:var(--jmm-submenu-width,100%);z-index:999}.jet-mega-menu.jet-mega-menu--layout-vertical .jet-mega-menu-mega-container__inner{background-color:var(--jmm-sub-menu-bg-color,#ebebeb);min-height:var(--jmm-submenu-min-height,auto);padding:var(--jmm-mega-container-ver-padding,10px) var(--jmm-mega-container-hor-padding,20px);transform:translate(var(--jmm-submenu-delta-x-offset,0),var(--jmm-submenu-delta-y-offset,0))}.jet-mega-menu.jet-mega-menu--layout-dropdown{display:flex;flex-direction:column;width:100%}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle{background-color:var(--jmm-dropdown-active-toggle-bg-color,#f2f2f2);color:var(--jmm-dropdown-active-toggle-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle-icon--default-state{display:none}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-toggle-icon--opened-state{display:flex}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-open .jet-mega-menu-container{max-height:calc(90dvh - var(--wp-admin-bar-offset, 0px));overflow:auto;pointer-events:auto}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-default .jet-mega-menu-container{position:absolute;top:100%;z-index:999}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-layout-push .jet-mega-menu-container{position:relative}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-right{align-items:flex-end}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-center{align-items:center}.jet-mega-menu.jet-mega-menu--layout-dropdown.jet-mega-menu--dropdown-position-left{align-items:flex-start}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle{background-color:var(--jmm-dropdown-toggle-bg-color,inherit);color:var(--jmm-dropdown-toggle-color,inherit);display:flex;transition:all .3s ease-in-out}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon{color:inherit}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon--default-state{display:flex}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon--opened-state{display:none}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle-icon svg{height:auto;width:16px}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-toggle:hover{background-color:var(--jmm-dropdown-hover-toggle-bg-color,inherit);color:var(--jmm-dropdown-hover-toggle-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-container{background-color:var(--jmm-dropdown-bg-color,#f2f2f2);max-height:0;max-width:var(--jmm-dropdown-container-width,100%);overflow:hidden;pointer-events:none;transform:translateY(var(--jmm-dropdown-toggle-distance,0));transform-origin:top;transition:max-height .5s cubic-bezier(.23,.48,.51,.96)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list{align-items:stretch;flex-direction:column;flex-wrap:wrap;gap:var(--jmm-dropdown-top-items-gap,0);justify-content:flex-start;padding:var(--jmm-dropdown-top-menu-ver-padding,0) var(--jmm-dropdown-top-menu-hor-padding,0)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item{width:100%}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__inner{background-color:var(--jmm-dropdown-item-bg-color,inherit);padding:var(--jmm-dropdown-top-items-ver-padding,15px) var(--jmm-dropdown-top-items-hor-padding,20px)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__icon{color:var(--jmm-dropdown-item-icon-color,inherit);font-size:var(--jmm-dropdown-top-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__icon svg{width:var(--jmm-dropdown-top-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__title{color:var(--jmm-dropdown-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__desc{font-size:80%}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__badge{color:var(--jmm-dropdown-item-badge-color,inherit);font-size:80%}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner{background-color:var(--jmm-dropdown-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-dropdown-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-dropdown-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-dropdown-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item:hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:var(--jmm-dropdown-hover-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-dropdown-hover-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-dropdown-hover-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-dropdown-hover-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-hover-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner,.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner{background-color:var(--jmm-dropdown-active-item-bg-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__icon,.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__icon{color:var(--jmm-dropdown-active-item-icon-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__title,.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__title{color:var(--jmm-dropdown-active-item-title-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__badge,.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__badge{color:var(--jmm-dropdown-active-item-badge-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-current-menu-item>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown,.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item.jet-mega-menu-item--current>.jet-mega-menu-item__inner .jet-mega-menu-item__dropdown{color:var(--jmm-dropdown-active-item-dropdown-color,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-sub-menu{height:0;overflow:hidden;pointer-events:none;transform-origin:top;transition:height .3s cubic-bezier(.23,.48,.51,.96);visibility:hidden}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover>.jet-mega-menu-item__inner{background-color:#e6e6e6}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu{height:auto;pointer-events:auto;visibility:visible}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu{height:auto;pointer-events:auto;top:100%}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{height:auto;pointer-events:auto;visibility:visible}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu{margin-left:var(--jmm-dropdown-submenu-hor-margin,0)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu__list{padding:var(--jmm-dropdown-submenu-ver-padding,0) var(--jmm-dropdown-submenu-hor-padding,0)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__inner{padding:var(--jmm-dropdown-sub-items-ver-padding,10px) var(--jmm-dropdown-sub-items-hor-padding,20px)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__icon{font-size:var(--jmm-dropdown-sub-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-sub-menu .jet-mega-menu-item__icon svg{width:var(--jmm-dropdown-sub-items-icon-size,inherit)}.jet-mega-menu.jet-mega-menu--layout-dropdown .jet-mega-menu-mega-container__inner{padding:var(--jmm-dropdown-mega-container-ver-padding,10px) var(--jmm-dropdown-mega-container-hor-padding,20px)}.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__dropdown svg,.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__dropdown svg path,.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__icon svg,.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-item__icon svg path,.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-toggle svg,.jet-mega-menu.jet-mega-menu--fill-svg-icons .jet-mega-menu-toggle svg path{fill:currentColor}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-sub-menu{opacity:0;pointer-events:none;visibility:hidden}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu{opacity:1;pointer-events:auto;visibility:visible}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{opacity:1;visibility:visible}.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner,.jet-mega-menu.jet-mega-menu--animation-none.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container .jet-mega-menu-mega-container__inner{pointer-events:auto}.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-sub-menu{opacity:0;pointer-events:none;transition:opacity .3s cubic-bezier(.48,.01,.5,.99),visibility .1s linear;visibility:hidden}.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-horizontal .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default .jet-mega-menu-item.jet-mega-menu-item--hover>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--default>.jet-mega-menu-sub-menu,.jet-mega-menu.jet-mega-menu--animation-fade.jet-mega-menu--layout-vertical .jet-mega-menu-list .jet-mega-menu-item--hover.jet-mega-menu-item--mega>.jet-mega-menu-mega-container{opacity:1;pointer-events:auto;visibility:visible}.jet-mobile-menu{align-items:stretch;display:flex;flex-flow:column wrap;justify-content:flex-start}.jet-mobile-menu__instance{position:relative}.jet-mobile-menu__instance--slide-out-layout{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start}.jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container{align-items:stretch;display:flex;height:100%;justify-content:flex-start;max-width:100%;position:fixed;top:0;z-index:998}body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container,body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container{height:calc(100vh - 32px);top:32px}body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container{height:calc(100vh - 46px);top:46px}.jet-mobile-menu__instance--slide-out-layout .jet-mobile-menu__container .jet-mobile-menu__container-inner{width:100%}.jet-mobile-menu__instance--slide-out-layout.right-container-position .jet-mobile-menu__container{right:0}.jet-mobile-menu__instance--slide-out-layout.left-container-position .jet-mobile-menu__container{left:0}.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle,.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle{top:20px}body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle,body.admin-bar[data-elementor-device-mode=desktop] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle{top:52px}body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle,body.admin-bar[data-elementor-device-mode=tablet] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle{top:35px}body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle,body.admin-bar[data-elementor-device-mode=mobile] .jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle{top:66px}.jet-mobile-menu__instance--slide-out-layout.fixed-right-toggle-position .jet-mobile-menu__toggle{position:fixed;right:20px;z-index:997}.jet-mobile-menu__instance--slide-out-layout.fixed-left-toggle-position .jet-mobile-menu__toggle{left:20px;position:fixed;z-index:997}.jet-mobile-menu__instance--dropdown-layout{display:flex;flex-direction:column;justify-content:flex-start}.jet-mobile-menu__instance--dropdown-layout .jet-mobile-menu__container{display:flex;flex-direction:column;position:absolute;top:100%;z-index:998}.jet-mobile-menu__instance--dropdown-layout .jet-mobile-menu__container-inner{max-height:inherit;min-height:0}.jet-mobile-menu__instance--dropdown-layout.right-container-position{align-items:flex-end}.jet-mobile-menu__instance--dropdown-layout.left-container-position{align-items:flex-start}.jet-mobile-menu__instance--push-layout{display:flex;flex-direction:column;justify-content:flex-start}.jet-mobile-menu__instance--push-layout .jet-mobile-menu__container{display:flex;flex-direction:column;position:relative;z-index:998}.jet-mobile-menu__instance--push-layout .jet-mobile-menu__container-inner{max-height:inherit;min-height:0}.jet-mobile-menu__instance--push-layout.right-container-position{align-items:flex-end}.jet-mobile-menu__instance--push-layout.left-container-position{align-items:flex-start}.jet-mobile-menu__instance.fill-svg-icon .jet-dropdown-arrow svg,.jet-mobile-menu__instance.fill-svg-icon .jet-dropdown-arrow svg path,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__back svg,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__back svg path,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__item .jet-menu-icon svg,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__item .jet-menu-icon svg path,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__toggle svg,.jet-mobile-menu__instance.fill-svg-icon .jet-mobile-menu__toggle svg path{fill:currentColor}.jet-mobile-menu__toggle{align-items:center;cursor:pointer;display:flex;flex-wrap:nowrap;justify-content:center;min-height:35px;min-width:35px}.jet-mobile-menu__toggle-text{color:#3a3a3a}.jet-mobile-menu__toggle-icon{align-items:center;display:flex;justify-content:center}.jet-mobile-menu__toggle-icon+.jet-mobile-menu__toggle-text{margin-left:10px}.jet-mobile-menu__toggle-icon svg{height:auto;width:16px}.jet-mobile-menu__container{width:400px}@media(max-width:782px){.jet-mobile-menu__container{width:360px}}.jet-mobile-menu__container-inner{align-items:stretch;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;overflow-x:hidden;overflow-y:auto;padding:20px;position:relative;-webkit-overflow-scrolling:touch}.jet-mobile-menu__controls{align-items:center;display:flex;justify-content:flex-end;min-height:35px}.jet-mobile-menu__back{align-items:center;color:#3a3a3a;cursor:pointer;display:flex;justify-content:center;min-height:30px;min-width:30px}.jet-mobile-menu__back svg{height:auto;width:16px}.jet-mobile-menu__back svg:not([height]){min-height:16px}.jet-mobile-menu__back svg:not([width]){min-width:16px}.jet-mobile-menu__back span{margin-left:7px}.jet-mobile-menu__breadcrumbs{flex:1 1 auto;flex-wrap:wrap}.jet-mobile-menu__breadcrumb,.jet-mobile-menu__breadcrumbs{align-items:center;display:flex;justify-content:flex-start}.jet-mobile-menu__breadcrumb .breadcrumb-label{color:#3a3a3a}.jet-mobile-menu__breadcrumb .breadcrumb-divider{align-items:center;color:#3a3a3a;display:flex;justify-content:center;margin:0 5px}.jet-mobile-menu__breadcrumb .breadcrumb-divider svg{fill:currentColor;height:auto;width:8px}.jet-mobile-menu__list,.jet-mobile-menu__template{position:relative;width:100%}.jet-mobile-menu__template-loader{align-items:center;display:flex;height:30px;justify-content:center;width:30px}.jet-mobile-menu__template-loader+.jet-mobile-menu__toggle-text{margin-left:10px}.jet-mobile-menu__items{margin:0;padding:0}.jet-mobile-menu__item{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start;padding:10px 0}.jet-mobile-menu-single .jet-mobile-menu__item:last-child,.jet-mobile-menu-widget .jet-mobile-menu__item:last-child{border-bottom:none!important}.jet-mobile-menu__item>.jet-mobile-menu__list{padding:10px 0 10px 30px}.jet-mobile-menu__item .jet-menu-item-wrapper{align-items:center;display:flex;flex-wrap:wrap}.jet-mobile-menu__item-inner{align-items:center;display:flex;justify-content:space-between}.jet-mobile-menu .jet-menu-icon{align-items:center;align-self:center;color:#3a3a3a;display:flex;justify-content:center;margin-right:10px;min-width:1em}.jet-mobile-menu .jet-menu-icon img,.label-hidden .jet-mobile-menu .jet-menu-icon{margin-left:0;margin-right:0}.jet-mobile-menu .jet-menu-icon svg{height:auto;width:16px}.jet-mobile-menu .jet-menu-name{align-items:stretch;display:flex;flex-direction:column;justify-content:flex-start}.jet-mobile-menu .jet-menu-desc{font-size:10px;font-style:italic}.jet-mobile-menu .jet-menu-badge{line-height:1;transform:translate(var(--jmm-menu-badge-offset-x,10px),var(--jmm-menu-badge-offset-y,-10px));width:auto}.jet-mobile-menu .jet-menu-badge__inner{font-size:10px;line-height:1;padding:3px}.jet-mobile-menu .jet-menu-badge__inner img,.jet-mobile-menu .jet-menu-badge__inner svg{height:auto;width:16px}.jet-mobile-menu .jet-dropdown-arrow{align-items:center;color:#3a3a3a;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.jet-mobile-menu .jet-dropdown-arrow svg{height:auto;width:16px}.jet-mobile-menu__refs{display:none}.jet-mega-menu-location{overflow-x:hidden}.jet-menu-body-blocker{overflow:hidden}.jet-mobile-menu-cover{background-color:rgba(0,0,0,.5);display:block;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:997}.cover-animation-enter,.cover-animation-enter-from{opacity:0}.cover-animation-enter-to{opacity:1}.cover-animation-enter-active{transition:opacity .3s cubic-bezier(.5,.12,.46,.88) .1s}.cover-animation-leave,.cover-animation-leave-from{opacity:1}.cover-animation-leave-to{opacity:0}.cover-animation-leave-active{transition:opacity .3s cubic-bezier(.5,.12,.46,.88) .1s}.menu-container-right-animation-enter,.menu-container-right-animation-enter-from{transform:translateX(-100%)}.menu-container-right-animation-enter-to{transform:translateX(0)}.menu-container-right-animation-enter-active{transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.menu-container-right-animation-leave,.menu-container-right-animation-leave-from{transform:translateX(0)}.menu-container-right-animation-leave-to{transform:translateX(-150%)}.menu-container-right-animation-leave-active{transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.menu-container-left-animation-enter,.menu-container-left-animation-enter-from{transform:translateX(100%)}.menu-container-left-animation-enter-to{transform:translateX(0)}.menu-container-left-animation-enter-active{transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.menu-container-left-animation-leave,.menu-container-left-animation-leave-from{transform:translateX(0)}.menu-container-left-animation-leave-to{transform:translateX(150%)}.menu-container-left-animation-leave-active{transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.menu-container-dropdown-animation-enter,.menu-container-dropdown-animation-enter-from{opacity:0;transform:translateY(10px)}.menu-container-dropdown-animation-enter-to{opacity:1;transform:translateY(0)}.menu-container-dropdown-animation-enter-active{transition:all .25s cubic-bezier(.5,.12,.46,.88)}.menu-container-dropdown-animation-leave,.menu-container-dropdown-animation-leave-from{opacity:1;transform:translateY(0)}.menu-container-dropdown-animation-leave-to{opacity:0;transform:translateY(10%)}.menu-container-dropdown-animation-leave-active{transition:all .25s cubic-bezier(.5,.12,.46,.88)}.menu-container-expand-animation-enter-active,.menu-container-expand-animation-leave-active{max-height:100vh;overflow:hidden;transition:all .3s ease-in-out}.menu-container-expand-animation-enter,.menu-container-expand-animation-enter-from,.menu-container-expand-animation-leave-to{max-height:0}.items-next-animation-enter,.items-next-animation-enter-from{transform:translateX(110%)}.items-next-animation-enter-to{transform:translateX(0)}.items-next-animation-enter-active{transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.items-next-animation-leave,.items-next-animation-leave-from{transform:translateX(0)}.items-next-animation-leave-to{transform:translateX(-110%)}.items-next-animation-leave-active{position:absolute;transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.items-prev-animation-enter,.items-prev-animation-enter-from{transform:translateX(-110%)}.items-prev-animation-enter-to{transform:translateX(0)}.items-prev-animation-enter-active{transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.items-prev-animation-leave,.items-prev-animation-leave-from{transform:translateX(0)}.items-prev-animation-leave-to{transform:translateX(110%)}.items-prev-animation-leave-active{position:absolute;transition:transform .3s cubic-bezier(.5,.12,.46,.88)}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//shohadayehamedan.ir/wp-content/plugins/jet-reviews/assets/lib/photoswipe/css/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0} .pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.jet-reviews-widget-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-widget-pagination__items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-widget-pagination__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:20px;min-height:20px;width:20px;height:20px;margin-right:5px;position:relative;text-decoration:none;text-shadow:none;font-size:14px;line-height:normal;color:#a1a2a4;background:rgba(0,0,0,0);cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.jet-reviews-widget-pagination__item--active{pointer-events:none}.jet-reviews-widget-pagination__item--disabled{pointer-events:none;opacity:.5}.jet-reviews-widget-pagination__item svg{fill:currentColor;height:auto}.jet-reviews-button{font-size:14px;color:#bec0c1;padding:2px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.jet-reviews-button.jet-reviews-button--primary{color:#6ec1e4}.jet-reviews-button__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:5px;width:16px}.rtl .jet-reviews-button__icon{margin-right:0;margin-left:5px}.jet-reviews-button:focus{text-decoration:underline}.jet-reviews-advanced{visibility:hidden}.jet-reviews-advanced svg{max-width:50px;height:auto}.jet-reviews-advanced__refs{display:none}.jet-reviews-advanced__instance.is-mounted{visibility:visible}.jet-reviews-advanced__header{overflow:hidden;margin-bottom:50px}.jet-reviews-advanced__header-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__header-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__header-info .jet-reviews-message{font-style:italic;font-size:12px;margin-left:20px}.rtl .jet-reviews-advanced__header-info .jet-reviews-message{margin-left:0;margin-right:20px}.jet-reviews-advanced__header-info .jet-reviews-button{margin-left:20px}.rtl .jet-reviews-advanced__header-info .jet-reviews-button{margin-left:0;margin-right:20px}.jet-reviews-advanced__header-title{margin:0}.jet-reviews-advanced__header-title span{margin-right:5px}.rtl .jet-reviews-advanced__header-title span{margin-left:5px;margin-right:0}.jet-reviews-advanced__new-review-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin-top:20px}.jet-reviews-advanced__new-review-form .jet-new-review-control{margin-bottom:15px}.jet-reviews-advanced__new-review-form .jet-new-review-control:last-child{margin-bottom:0}.jet-reviews-advanced__new-review-form .jet-new-review-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-reviews-advanced__new-review-form .jet-new-review-fields .jet-new-review-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px}.jet-reviews-advanced__new-review-form .jet-new-review-fields .jet-new-review-field .jet-new-review-field-label{white-space:nowrap}.jet-reviews-advanced__new-review-form .jet-reviews-slider-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__new-review-form .jet-reviews-slider-input input[type=range]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:0 10px}.jet-reviews-advanced__new-review-form .jet-reviews-stars-input{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__new-review-form .jet-reviews-stars-input .jet-reviews-field{margin:0 10px}.jet-reviews-advanced__new-review-form .jet-reviews-stars-input .jet-reviews-star{cursor:pointer}.jet-reviews-advanced__new-review-form .jet-new-review-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:20px}.jet-reviews-advanced__new-review-form .jet-new-review-controls .jet-reviews-button{margin-left:20px}.jet-reviews-advanced__new-review-form .jet-new-review-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jet-reviews-advanced__new-review-form .jet-new-review-message span{font-style:italic;color:#c92c2c}.jet-reviews-advanced__reviews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-reviews-advanced__review{overflow:hidden;margin-bottom:70px}.jet-reviews-advanced__review-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:10px}.jet-reviews-advanced__review-container{margin-bottom:10px}.jet-reviews-advanced__review-media-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.jet-reviews-advanced__review-media-item{width:100px;height:100px;overflow:hidden}.jet-reviews-advanced__review-media-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.jet-reviews-advanced__review-footer{margin-top:20px}.jet-reviews-advanced__review-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__review-control-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 10px 0 0}.jet-reviews-advanced__review-control-group:last-child{margin-right:0}.rtl .jet-reviews-advanced__review-control-group{margin:0 0 0 10px}.rtl .jet-reviews-advanced__review-control-group:last-child{margin-left:0}.jet-reviews-advanced__review-control-group .jet-reviews-button{margin-right:10px}.jet-reviews-advanced__review-control-group .jet-reviews-button:last-child{margin-right:0}.rtl .jet-reviews-advanced__review-control-group .jet-reviews-button{margin-left:10px;margin-right:0}.rtl .jet-reviews-advanced__review-control-group .jet-reviews-button:last-child{margin-left:0}.jet-reviews-advanced__review-misc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__review-pin{color:#6ec1e4}.jet-reviews-advanced__review-comments{margin-top:30px}.jet-reviews-advanced__comments-title{margin:0 0 20px 0}.jet-reviews-advanced__review-comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:20px}.jet-reviews-advanced__review-comment:last-child{margin-bottom:0}.jet-reviews-advanced__review-comment .jet-reviews-comment-user-avatar{margin-right:10px;line-height:0;overflow:hidden;border-radius:50%;min-width:32px;width:32px;height:32px}.rtl .jet-reviews-advanced__review-comment .jet-reviews-comment-user-avatar{margin-right:0;margin-left:10px}.jet-reviews-advanced__review-comment .jet-reviews-comment-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.jet-reviews-advanced__review-comment .jet-reviews-comment-container .jet-reviews-comment-user-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:15px}.jet-reviews-advanced__review-comment .jet-reviews-comment-container .jet-reviews-comment-user-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#3b3d42}.jet-reviews-advanced__review-comment .jet-reviews-comment-container .jet-reviews-comment-user-name time{margin-left:5px}.rtl .jet-reviews-advanced__review-comment .jet-reviews-comment-container .jet-reviews-comment-user-name time{margin-left:0;margin-right:5px}.jet-reviews-advanced__review-comment .jet-reviews-comment-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-button{cursor:pointer;color:#6ec1e4}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-form{margin-top:20px}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-form .jet-reviews-input{margin-bottom:10px}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-form .jet-reviews-comment-reply-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-form .jet-reviews-comment-reply-controls .jet-reviews-button{margin-left:20px}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-message span{font-style:italic;color:#c92c2c}.jet-reviews-advanced__review-comment .jet-reviews-comment-reply-list{margin-top:20px;padding-left:20px;border-left:1px dotted #ebeced}.jet-reviews-advanced .jet-review-new-comment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:20px}.jet-reviews-advanced .jet-review-new-comment .jet-reviews-button{-ms-flex-item-align:end;align-self:flex-end}.jet-reviews-advanced .jet-review-new-comment .jet-review-new-comment-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:10px}.jet-reviews-advanced .jet-review-new-comment .jet-review-new-comment-form .jet-reviews-input{margin-bottom:10px}.jet-reviews-advanced .jet-review-new-comment .jet-review-new-comment-form .jet-reviews-input:last-child{margin-bottom:0}.jet-reviews-advanced .jet-review-new-comment .jet-review-new-comment-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-top:10px}.jet-reviews-advanced .jet-review-new-comment .jet-review-new-comment-controls .jet-reviews-button{margin-left:20px}.jet-reviews-advanced .jet-review-new-comment .jet-review-new-comment-message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-reviews-advanced .jet-review-new-comment .jet-review-new-comment-message span{font-style:italic;color:#c92c2c}.jet-reviews-advanced .jet-reviews-published-date{font-size:12px;color:#a1a2a4}.jet-reviews-advanced .jet-reviews-user-data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jet-reviews-advanced .jet-reviews-user-data__avatar{margin-right:15px;line-height:0;min-width:64px;width:64px;height:64px;overflow:hidden;border-radius:50%}.rtl .jet-reviews-advanced .jet-reviews-user-data__avatar{margin-right:0;margin-left:15px}.jet-reviews-advanced .jet-reviews-user-data__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:5px}.jet-reviews-advanced .jet-reviews-user-data__info-row{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:7px}.jet-reviews-advanced .jet-reviews-user-data__info-row:last-child{margin-bottom:0}.jet-reviews-advanced .jet-reviews-user-data__name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#3b3d42}.jet-reviews-advanced .jet-reviews-user-data__verifications{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:15px}.jet-reviews-advanced .jet-reviews-user-data__verification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 6px;margin-right:5px}.jet-reviews-advanced .jet-reviews-user-data__verification:last-child{margin-right:0}.jet-reviews-advanced .jet-reviews-user-data__verification .verification-icon{color:#6ec1e4;line-height:0;font-size:12px}.jet-reviews-advanced .jet-reviews-user-data__verification .verification-icon+.verification-label{margin-left:5px}.jet-reviews-advanced .jet-reviews-user-data__verification .verification-label{font-size:12px;color:#6ec1e4}.jet-reviews-advanced .jet-reviews-user-data__summary-rating{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-reviews-advanced .jet-reviews-user-data__details-rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jet-reviews-advanced .jet-reviews-user-data__details-rating .jet-reviews-field{margin-bottom:5px}.jet-reviews-advanced .jet-reviews-user-data__details-rating .jet-reviews-field:last-child{margin-bottom:0}.jet-reviews-advanced .jet-reviews-user-data .jet-reviews-published-date{font-size:12px;margin-left:5px}.rtl .jet-reviews-advanced .jet-reviews-user-data .jet-reviews-published-date{margin-left:0;margin-right:5px}.jet-reviews-advanced .jet-reviews-input{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:8px 12px;border:1px solid #ebeced;background-color:#fff;border-radius:4px}.jet-reviews-advanced .jet-reviews-input:focus{outline:none}.jet-reviews-advanced .jet-reviews-input--textarea{min-height:100px}.jet-reviews-advanced .jet-reviews-input--not-valid{border:1px solid #a94442}.jet-reviews-advanced .jet-reviews-content-editable{position:relative}.jet-reviews-advanced .jet-reviews-content-editable--placeholder:before{pointer-events:none;content:attr(data-placeholder)}.jet-reviews-advanced .jet-reviews-content-editable:after{pointer-events:none;display:none;position:absolute;top:1px;right:4px;font-size:10px;color:#d35c34;content:attr(data-not-valid-label)}.jet-reviews-advanced .jet-reviews-content-editable--not-valid:after{display:block}.jet-reviews-field__label{font-size:14px}.jet-reviews-field__label-before{padding-right:10px}.jet-reviews-field__label-after{padding-left:10px}.rtl .jet-reviews-field__label-after{padding-left:0;padding-right:10px}.jet-reviews-field__rating{position:relative}.jet-reviews-field.very-low-rating .jet-reviews-stars--filled .jet-reviews-star{color:var(--jr-advanced-very-low-rating-color, #C92C2C)}.jet-reviews-field.very-low-rating .jet-reviews-stars--filled svg{fill:var(--jr-advanced-very-low-rating-color, #C92C2C)}.jet-reviews-field.very-low-rating .jet-reviews-stars--filled svg path{fill:var(--jr-advanced-very-low-rating-color, #C92C2C)}.jet-reviews-field.very-low-rating .jet-reviews-points-field__filled{background-color:#c92c2c}.jet-reviews-field.low-rating .jet-reviews-stars--filled .jet-reviews-star{color:var(--jr-advanced-low-rating-color, #E36F04)}.jet-reviews-field.low-rating .jet-reviews-stars--filled svg{fill:var(--jr-advanced-low-rating-color, #E36F04)}.jet-reviews-field.low-rating .jet-reviews-stars--filled svg path{fill:var(--jr-advanced-low-rating-color, #E36F04)}.jet-reviews-field.low-rating .jet-reviews-points-field__filled{background-color:#e36f04}.jet-reviews-field.medium-rating .jet-reviews-stars--filled .jet-reviews-star{color:var(--jr-advanced-medium-rating-color, #E3C004)}.jet-reviews-field.medium-rating .jet-reviews-stars--filled svg{fill:var(--jr-advanced-medium-rating-color, #E3C004)}.jet-reviews-field.medium-rating .jet-reviews-stars--filled svg path{fill:var(--jr-advanced-medium-rating-color, #E3C004)}.jet-reviews-field.medium-rating .jet-reviews-points-field__filled{background-color:#e3c004}.jet-reviews-field.high-rating .jet-reviews-stars--filled .jet-reviews-star{color:var(--jr-advanced-high-rating-color, #A9E304)}.jet-reviews-field.high-rating .jet-reviews-stars--filled svg{fill:var(--jr-advanced-high-rating-color, #A9E304)}.jet-reviews-field.high-rating .jet-reviews-stars--filled svg path{fill:var(--jr-advanced-high-rating-color, #A9E304)}.jet-reviews-field.high-rating .jet-reviews-points-field__filled{background-color:#a9e304}.jet-reviews-field.very-high-rating .jet-reviews-stars--filled .jet-reviews-star{color:var(--jr-advanced-very-high-rating-color, #46B450)}.jet-reviews-field.very-high-rating .jet-reviews-stars--filled svg{fill:var(--jr-advanced-very-high-rating-color, #46B450)}.jet-reviews-field.very-high-rating .jet-reviews-stars--filled svg path{fill:var(--jr-advanced-very-high-rating-color, #46B450)}.jet-reviews-field.very-high-rating .jet-reviews-points-field__filled{background-color:#46b450}.jet-reviews-stars-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.jet-reviews-stars-field .jet-reviews-stars .jet-reviews-star{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-reviews-stars-field .jet-reviews-stars .jet-reviews-star:first-child{margin-left:0 !important}.jet-reviews-stars-field .jet-reviews-stars .jet-reviews-star:last-child{margin-right:0 !important}.jet-reviews-stars-field .jet-reviews-stars .jet-reviews-star svg{min-width:16px;min-height:16px}.jet-reviews-stars-field .jet-reviews-stars--adjuster{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative;opacity:0;z-index:2}.jet-reviews-stars-field .jet-reviews-stars--filled{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;overflow:hidden;top:0;left:0;pointer-events:none;z-index:1}.rtl .jet-reviews-stars-field .jet-reviews-stars--filled{left:auto;right:0}.jet-reviews-stars-field .jet-reviews-stars--empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:absolute;overflow:hidden;top:0;right:0;pointer-events:none;z-index:1}.rtl .jet-reviews-stars-field .jet-reviews-stars--empty{right:auto;left:0}.jet-reviews-stars-field .jet-reviews-stars--empty .jet-reviews-star{color:var(--jr-advanced-empty-rating-color, #bec0c1)}.jet-reviews-stars-field .jet-reviews-stars--empty svg{fill:var(--jr-advanced-empty-rating-color, #bec0c1)}.jet-reviews-stars-field .jet-reviews-stars--empty svg path,.jet-reviews-stars-field .jet-reviews-stars--empty svg rect{fill:var(--jr-advanced-empty-rating-color, #bec0c1)}.jet-reviews-points-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.jet-reviews-points-field .jet-reviews-field__rating{min-width:100px}.jet-reviews-points-field__adjuster{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;visibility:hidden;width:100%;height:5px}.jet-reviews-points-field__filled{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:absolute;overflow:hidden;top:0;left:0;height:100%;background-color:#6ec1e4}.jet-reviews-points-field__empty{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;position:absolute;overflow:hidden;top:0;right:0;height:100%;background-color:#efefef}.jet-reviews-range-input input[type=range]{-webkit-appearance:none;width:100%;margin:0;padding:0;border:none}.jet-reviews-range-input input[type=range]:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.jet-reviews-range-input input[type=range]::-webkit-slider-runnable-track{width:100%;height:1px;cursor:pointer;background:#9da4a9;border-radius:2px;border:0px solid #010101}.jet-reviews-range-input input[type=range]::-webkit-slider-thumb{border:2px solid #9da4a9;height:10px;width:10px;border-radius:15px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-4px}.jet-reviews-range-input input[type=range]:focus::-webkit-slider-thumb{border-color:#000}.jet-reviews-range-input input[type=range]:focus::-webkit-slider-runnable-track{background:#9da4a9}.jet-reviews-range-input input[type=range]::-moz-range-track{width:100%;height:1px;cursor:pointer;background:#9da4a9;border-radius:2px;border:0px solid #010101}.jet-reviews-range-input input[type=range]::-moz-range-thumb{border:2px solid #9da4a9;height:10px;width:10px;border-radius:15px;background:#fff;cursor:pointer}.jet-reviews-range-input input[type=range]::-ms-track{width:100%;height:3px;cursor:pointer;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.jet-reviews-range-input input[type=range]::-ms-fill-lower{background:#9da4a9;border:0px solid #010101;border-radius:4px;box-shadow:1px 1px 1px rgba(0,0,0,0),0px 0px 1px rgba(13,13,13,0)}.jet-reviews-range-input input[type=range]::-ms-fill-upper{background:#9da4a9;border:0px solid #010101;border-radius:4px;box-shadow:1px 1px 1px rgba(0,0,0,0),0px 0px 1px rgba(13,13,13,0)}.jet-reviews-range-input input[type=range]::-ms-thumb{box-shadow:1px 1px 1px rgba(0,0,0,.61),0px 0px 1px rgba(13,13,13,.61);border:2px solid hsla(0,0%,100%,0);height:10px;width:10px;border-radius:15px;background:#fff;cursor:pointer;height:3px}.jet-reviews-range-input input[type=range]:focus::-ms-fill-lower{background:#9da4a9}.jet-reviews-range-input input[type=range]:focus::-ms-fill-upper{background:#9da4a9}.jet-reviews-widget-file-input{border:1px dashed #ebeced;border-radius:4px}.jet-reviews-widget-file-input__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:32px}.jet-reviews-widget-file-input__icon{width:36px}.jet-reviews-widget-file-input__icon svg{width:100%;height:auto}.jet-reviews-widget-file-input__media-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.jet-reviews-widget-file-input__media-item{width:100px;height:100px}.jet-reviews-widget-file-input__media-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.fade-enter{opacity:0}.fade-enter-active{-webkit-transition:opacity .3s;transition:opacity .3s}.fade-enter-to{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.fade-leave{opacity:1}.fade-leave-leave{-webkit-transition:opacity .1s;transition:opacity .1s}.fade-leave-to{opacity:0}.jet-review__header-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review__title{margin:0 30px 0 0}.rtl .jet-review__title{margin:0 0 0 30px}.jet-review__item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap}.jet-review__item:last-child{margin-bottom:0}.jet-review__item-remove{position:absolute;top:-35px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#ff735d;font-size:16px;margin-top:10px;-ms-flex-item-align:end;align-self:flex-end;cursor:pointer}.jet-review__item-remove .jet-review-remove-spinner{display:none}.jet-review__item-remove.load-state .jet-review-remove-spinner{display:block}.jet-review__item-remove.load-state i{display:none}.jet-review__fields{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.jet-review__field-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review__field-heading .jet-review__field-label{display:-webkit-box;display:-ms-flexbox;display:flex}.jet-review__field-heading .jet-review__field-label-suffix{white-space:break-spaces}.jet-layout-stars:not(.jet-stars-position-left) .jet-review__field-heading{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.jet-layout-stars:not(.jet-stars-position-left) .jet-review__field-heading .jet-review__field-label{margin-right:10px}.rtl .jet-layout-stars:not(.jet-stars-position-left) .jet-review__field-heading{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.rtl .jet-layout-stars:not(.jet-stars-position-left) .jet-review__field-heading .jet-review__field-label{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:10px}.jet-layout-stars:not(.jet-stars-position-right) .jet-review__field-heading{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.rtl .jet-layout-stars:not(.jet-stars-position-right) .jet-review__field-heading{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.rtl .jet-layout-stars:not(.jet-stars-position-right) .jet-review__field-heading .jet-review__field-label{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-left:10px}.rtl .jet-layout-percentage .jet-review__field-heading .jet-review__field-val,.rtl .jet-layout-points .jet-review__field-heading .jet-review__field-val{margin-right:5px;margin-left:0}.jet-review__field-val{margin-left:5px}.jet-review__stars{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;line-height:1em}.jet-stars-position-left .jet-review__stars{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;margin-right:15px}.rtl .jet-stars-position-left .jet-review__stars{margin-right:0}.jet-review__stars-filled,.jet-review__stars-empty{white-space:nowrap;overflow:hidden}.jet-review__stars-filled{position:absolute;top:0;left:0}.rtl .jet-review__stars-filled{left:auto;right:0}.jet-review__stars-empty{position:absolute;top:0;right:0;-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.rtl .jet-review__stars-empty{left:0;right:auto}.jet-review__stars-adjuster{opacity:0}.jet-review__progress{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;background-color:#7a7a7a}.jet-review__progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:5px 10px;background-color:#6ec1e4}.jet-review__user{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;margin-right:30px}.rtl .jet-review__user{margin-right:0;margin-left:30px}.jet-review__user-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review__user-avatar{margin-right:20px}.rtl .jet-review__user-avatar{margin-right:0;margin-left:20px}.jet-review__user-avatar img.avatar{width:60px;height:60px;border-radius:50%}.jet-review__user-info{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.jet-review__user-name{font-size:16px}.jet-review__user-mail{font-size:12px}.jet-review__user-date{font-size:12px}.jet-review__total-average{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.jet-review__summary{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.jet-review__summary.jet-review-summary-bottom,.jet-review__summary.jet-review-summary-top{-ms-flex-wrap:wrap;flex-wrap:wrap}@media(max-width: 1024px){.jet-review__summary{-ms-flex-wrap:wrap;flex-wrap:wrap}}.jet-review__summary-content{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:20px;background:#fafafa}.jet-review-summary-bottom .jet-review__summary-content,.jet-review-summary-top .jet-review__summary-content{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}.jet-review__summary-data{-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:10px;padding:20px;background:#eee;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review-summary-left .jet-review__summary-data{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.jet-review-summary-top .jet-review__summary-data{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.jet-review-summary-bottom .jet-review__summary-data{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}.jet-review-summary-align-left .jet-review__summary-data{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.jet-review-summary-align-center .jet-review__summary-data{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review-summary-align-right .jet-review__summary-data{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}@media(max-width: 1024px){.jet-review__summary-data{-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:100%}}.jet-review__form{margin-top:30px;margin-bottom:30px}.jet-review__form-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.jet-review__form-title{margin:0 0 20px 0}.jet-review__form-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;overflow:hidden}.jet-review__form-field{width:100%;margin-bottom:10px;overflow:hidden}.jet-review__form-field.type-range{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review__form-field.type-range label{margin-right:10px;min-width:100px}.jet-review__form-field.type-range input{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;padding:10px 0;border:none;background-color:rgba(0,0,0,0);-webkit-appearance:slider-horizontal}.jet-review__form-field.type-range span{margin-left:10px;min-width:30px;text-align:right}.jet-review__form-field.title-field{margin-top:20px}.jet-review__form-field input[type=text],.jet-review__form-field textarea{width:100%;background-color:rgba(0,0,0,0)}.jet-review__form-field input[type=text]:focus,.jet-review__form-field textarea:focus{-webkit-box-shadow:none;box-shadow:none}.jet-review__form-submit-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review__form a.jet-review__form-submit{font-size:15px;padding:12px 24px;border-radius:3px;margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.jet-review__form a.jet-review__form-submit .jet-review-spinner{display:none}.jet-review__form a.jet-review__form-submit.load-state .jet-review-spinner{display:block}.jet-review__form-message{width:100%;color:#ff735d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:30px;display:none}.jet-review__form-message.visible-state{display:block}.jet-review__form-field.type-range input[type=range]{-webkit-appearance:none;width:100%;margin:0}.jet-review__form-field.type-range input[type=range]:focus{outline:none;-webkit-box-shadow:none;box-shadow:none}.jet-review__form-field.type-range input[type=range]::-webkit-slider-runnable-track{width:100%;height:1px;cursor:pointer;background:#9da4a9;border-radius:2px;border:0px solid #010101}.jet-review__form-field.type-range input[type=range]::-webkit-slider-thumb{border:2px solid #9da4a9;height:10px;width:10px;border-radius:15px;background:#fff;cursor:pointer;-webkit-appearance:none;margin-top:-4px}.jet-review__form-field.type-range input[type=range]:focus::-webkit-slider-runnable-track{background:#9da4a9}.jet-review__form-field.type-range input[type=range]::-moz-range-track{width:100%;height:1px;cursor:pointer;background:#9da4a9;border-radius:2px;border:0px solid #010101}.jet-review__form-field.type-range input[type=range]::-moz-range-thumb{border:2px solid #9da4a9;height:10px;width:10px;border-radius:15px;background:#fff;cursor:pointer}.jet-review__form-field.type-range input[type=range]::-ms-track{width:100%;height:3px;cursor:pointer;background:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}.jet-review__form-field.type-range input[type=range]::-ms-fill-lower{background:#9da4a9;border:0px solid #010101;border-radius:4px;box-shadow:1px 1px 1px rgba(0,0,0,0),0px 0px 1px rgba(13,13,13,0)}.jet-review__form-field.type-range input[type=range]::-ms-fill-upper{background:#9da4a9;border:0px solid #010101;border-radius:4px;box-shadow:1px 1px 1px rgba(0,0,0,0),0px 0px 1px rgba(13,13,13,0)}.jet-review__form-field.type-range input[type=range]::-ms-thumb{box-shadow:1px 1px 1px rgba(0,0,0,.61),0px 0px 1px rgba(13,13,13,.61);border:2px solid hsla(0,0%,100%,0);height:10px;width:10px;border-radius:15px;background:#fff;cursor:pointer;height:3px}.jet-review__form-field.type-range input[type=range]:focus::-ms-fill-lower{background:#9da4a9}.jet-review__form-field.type-range input[type=range]:focus::-ms-fill-upper{background:#9da4a9}.jet-review-spinner,.jet-review-spinner:after{border-radius:50%;width:12px;height:12px;margin-right:10px}.jet-review-spinner{font-size:10px;position:relative;border-top:2px solid hsla(0,0%,100%,.2);border-right:2px solid hsla(0,0%,100%,.2);border-bottom:2px solid hsla(0,0%,100%,.2);border-left:2px solid #fff;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}.jet-review-remove-spinner,.jet-review-remove-spinner:after{border-radius:50%;width:16px;height:16px}.jet-review-remove-spinner{font-size:10px;position:relative;border-top:2px solid hsla(0,0%,100%,.2);border-right:2px solid hsla(0,0%,100%,.2);border-bottom:2px solid hsla(0,0%,100%,.2);border-left:2px solid #ff735d;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load8{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.jet-progress-state{opacity:.5;pointer-events:none}@keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
}
}
@-webkit-keyframes aslAnFadeInDrop {
0% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
100% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
}
@keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
@-webkit-keyframes aslAnFadeOutDrop {
0% {
opacity: 1;
transform: translate(0, 0);
-webkit-transform: translate(0, 0);
}
100% {
opacity: 0;
transform: translate(0, -50px);
-webkit-transform: translate(0, -50px);
}
}
.hiddend {
display: none !important;
}
div.asl_w.asl_an_fadeInDrop,
div.asl_w.asl_an_fadeOutDrop {
-webkit-animation-duration: 100ms;
animation-duration: 100ms;
-webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}
div.asl_w.asl_an_fadeInDrop {
animation-name: aslAnFadeInDrop;
-webkit-animation-name: aslAnFadeInDrop;
}
div.asl_w.asl_an_fadeOutDrop {
animation-name: aslAnFadeOutDrop;
-webkit-animation-name: aslAnFadeOutDrop;
}
div.asl_w.asl_main_container {
transition: width 130ms linear;
-webkit-transition: width 130ms linear;
}
div.asl_w,
div.asl_w *,
div.asl_r,
div.asl_r *,
div.asl_s,
div.asl_s * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
-ms-box-sizing: content-box;
-o-box-sizing: content-box;
box-sizing: content-box;
padding: 0;
margin: 0;
border: 0;
border-radius: 0;
text-transform: none;
text-shadow: none;
box-shadow: none;
text-decoration: none;
text-align: left;
letter-spacing: normal;
}
div.asl_r,
div.asl_r * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
div.asl_r {
box-sizing: border-box;
margin: 12px 0 0 0;
}
div.asl_m .proinput input::-ms-clear {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m .proinput input::-ms-reveal {
display: none !important;
width: 0 !important;
height: 0 !important;
}
div.asl_m input[type="search"]::-webkit-search-decoration,
div.asl_m input[type="search"]::-webkit-search-cancel-button,
div.asl_m input[type="search"]::-webkit-search-results-button,
div.asl_m input[type="search"]::-webkit-search-results-decoration {
display: none;
}
div.asl_m input[type="search"] {
appearance: auto !important;
-webkit-appearance: none !important;
}
.clear {
clear: both;
}
.hiddend {
display: none;
}
div.asl_m textarea:focus,
div.asl_m input:focus {
outline: none;
}
div.asl_m {
width: 100%;
height: auto;
border-radius: 0;
background: rgba(255, 255, 255, 0);
overflow: hidden;
position: relative;
z-index: 200;
}
div.asl_m .probox {
width: auto;
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #fff;
box-shadow: 1px 0 3px #ccc inset;
display: -webkit-flex;
display: flex;
-webkit-flex-direction: row;
flex-direction: row;
}
div.asl_m .probox .proinput {
width: 1px;
height: 100%;
margin: 0 0 0 10px;
padding: 0 5px;
float: left;
box-shadow: none;
position: relative;
flex: 1 1 auto;
-webkit-flex: 1 1 auto;
order: 5;
-webkit-order: 5;
}
div.asl_m .probox .proinput form {
height: 100%; margin: 0 !important;
padding: 0 !important;
display: block !important;
max-width: unset !important;
}
div.asl_m .probox .proinput input:before,
div.asl_m .probox .proinput input:after,
div.asl_m .probox .proinput form:before,
div.asl_m .probox .proinput form:after {
display: none;
}
div.asl_m .probox .proinput input {
height: 28px;
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: -1px;
padding: 0;
left: 0;
line-height: normal !important;
display: block;
min-height: unset;
max-height: unset;
}
div.asl_m .probox .proinput input::-webkit-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input::-moz-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-ms-input-placeholder {
opacity: .85;
}
div.asl_m .probox .proinput input:-moz-placeholder {
opacity: .85;
}
div.asl_m .proinput input.orig {
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
z-index: 10;
position: relative;
}
div.asl_m .proinput input.autocomplete {
padding: 0 !important;
margin: 0;
background: transparent !important;
border: none !important;
background-color: transparent !important;
box-shadow: none !important;
opacity: .2;
}
div.asl_m .probox .proinput input.autocomplete {
border: 0;
background: transparent;
width: 100%;
box-shadow: none;
margin: 0;
margin-top: -28px !important;
padding: 0;
left: 0;
position: relative;
z-index: 9;
}
div.asl_m .probox .proinput.iepaddingfix {
padding-top: 0;
}
div.asl_m .probox .proinput .loading {
width: 32px;
background: #000;
height: 100%;
box-shadow: none;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose,
div.asl_m .probox .promagnifier,
div.asl_m .probox .prosettings {
width: 20px;
height: 20px;
background: none;
background-size: 20px 20px;
float: right;
box-shadow: none;
margin: 0;
padding: 0;
text-align: center;
flex: 0 0 auto;
-webkit-flex: 0 0 auto;
z-index: 100;
}
div.asl_m .probox .promagnifier {
order: 10;
-webkit-order: 10;
}
div.asl_m .probox .prosettings {
order: 1;
-webkit-order: 1;
}
div.asl_m .probox .proloading,
div.asl_m .probox .proclose {
background-position: center center;
display: none;
background-size: auto;
background-repeat: no-repeat;
background-color: transparent;
order: 6;
-webkit-order: 6;
}
div.asl_m .probox .proclose {
position: relative;
cursor: pointer;
}
div.asl_m .probox .promagnifier .innericon,
div.asl_m .probox .prosettings .innericon,
div.asl_m .probox .proclose .innericon {
background-size: 20px 20px;
background-position: center center;
background-repeat: no-repeat;
background-color: transparent;
width: 100%;
height: 100%;
text-align: center;
overflow: hidden;
line-height: initial;
display: block;
}
div.asl_m .probox .promagnifier .innericon svg,
div.asl_m .probox .prosettings .innericon svg,
div.asl_m .probox .proloading svg {
height: 100%;
width: 22px;
vertical-align: baseline;
display: inline-block;
}
div.asl_m .probox .proloading {
padding: 2px;
box-sizing: border-box;
}
div.asl_m .probox div.asl_loader,
div.asl_m .probox div.asl_loader * {
box-sizing: border-box !important;
margin: 0;
padding: 0;
box-shadow: none;
}
div.asl_m .probox div.asl_loader {
box-sizing: border-box;
display: flex;
flex: 0 1 auto;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
flex-basis: 28px;
max-width: 100%;
max-height: 100%;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
div.asl_m .probox div.asl_loader-inner {
width: 100%;
margin: 0 auto;
text-align: center;
height: 100%;
}
@-webkit-keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate-simple {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
50% {
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
div.asl_m .probox div.asl_simple-circle {
margin: 0;
height: 100%;
width: 100%;
animation: rotate-simple .8s infinite linear;
-webkit-animation: rotate-simple .8s infinite linear;
border: 4px solid #fff;
border-right-color: transparent !important;
border-radius: 50%;
box-sizing: border-box;
}
div.asl_m .probox .proclose svg {
background: #333;
border-radius: 50%;
position: absolute;
top: 50%;
width: 20px;
height: 20px;
margin-top: -10px;
left: 50%;
margin-left: -10px;
fill: #fefefe;
padding: 4px;
box-sizing: border-box;
box-shadow: 0 0 0 2px rgba(255, 255, 255, .9);
}
div.asl_r * {
text-decoration: none;
text-shadow: none;
}
div.asl_r .results .asl_nores {
overflow: hidden;
width: auto;
height: 100%;
line-height: initial;
text-align: center;
margin: 0;
background: #fff;
padding: 10px 3px;
color: #222;
}
div.asl_r.horizontal {
padding: 2px 0 10px;
}
div.asl_r.horizontal .results .nores {
background: transparent;
}
div.asl_r .results {
overflow: hidden;
width: auto;
height: 0;
margin: 0;
padding: 0;
}
div.asl_r.horizontal .results {
height: auto;
width: auto;
}
div.asl_r .results .item {
overflow: hidden;
width: auto;
margin: 0;
padding: 3px;
position: relative;
background: #f4f4f4;
border-left: 1px solid rgba(255, 255, 255, .6);
border-right: 1px solid rgba(255, 255, 255, .4);
animation-delay: 0s;
animation-duration: 1s;
animation-fill-mode: both;
animation-timing-function: ease;
backface-visibility: hidden;
-webkit-animation-delay: 0s;
-webkit-animation-duration: 1s;
-webkit-animation-fill-mode: both;
-webkit-animation-timing-function: ease;
-webkit-backface-visibility: hidden;
}
div.asl_r.vertical .results .item:last-child {
margin-bottom: 0;
}
div.asl_r.vertical .results .item:last-child:after {
height: 0;
margin: 0;
width: 0;
}
div.asl_r .results .item .asl_image {
overflow: hidden;
background: transparent;
margin: 2px 8px 0 0;
padding: 0;
float: left;
background-position: center;
background-size: cover;
}
div.asl_r .results .item .asl_image img {
width: 100%;
height: 100%;
}
div.asl_r .results .item .asl_content {
overflow: hidden;
height: auto;
background: transparent;
margin: 0;
padding: 3px 3px 5px 3px;
}
div.asl_r .results .item .asl_content h3 {
margin: 0;
padding: 0;
display: inline;
line-height: inherit;
}
div.asl_r .results .item .asl_content .asl_desc {
margin-top: 4px;
font-size: 12px;
line-height: 18px;
}
div.asl_r .results .item div.etc {
margin-top: 4px;
}
div.asl_r .results a span.overlap {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 1;
}
div.asl_r p.showmore {
text-align: center;
padding: 0;
margin: 0;
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
background-color: #fff;
margin-top: 3px;
cursor: pointer;
}
div.asl_r p.showmore span {
font-weight: normal;
font-family: Open Sans;
color: #055e94;
font-size: 12px;
line-height: 30px;
text-shadow: 0 0 0 rgba(255, 255, 255, 0);
display: block;
text-align: center;
cursor: pointer;
}
.results .asl_nores .asl_keyword {
padding: 0 6px;
cursor: pointer;
font-weight: bold;
font-family: Open Sans;
}
div.asl_r .resdrg {
height: auto;
}
div.asl_w .group:first-of-type {
margin: 0 0 -3px;
}
div.asl_s.searchsettings {
width: 200px;
height: auto;
position: absolute;
display: none;
z-index: 1101;
border-radius: 0 0 3px 3px;
visibility: hidden;
padding: 0;
}
div.asl_s.searchsettings form {
display: flex;
flex-wrap: wrap;
margin: 0 0 12px 0 !important;
padding: 0 !important;
}
div.asl_s.searchsettings .asl_option_inner {
margin: 2px 10px 0 10px;
*padding-bottom: 10px;
}
div.asl_s.searchsettings.ie78 .asl_option_inner {
margin-bottom: 0 !important;
padding-bottom: 0 !important;
}
div.asl_s.searchsettings .asl_option_label {
font-size: 14px;
line-height: 20px !important;
margin: 0;
width: 150px;
text-shadow: none;
padding: 0;
min-height: 20px;
border: none;
background: transparent;
float: none;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox] {
display: none !important;
}
div.asl_s.searchsettings.ie78 .asl_option_inner input[type=checkbox] {
display: block;
}
div.asl_s.searchsettings.ie78 .asl_option_label {
float: right !important;
}
div.asl_s.searchsettings .asl_option {
display: flex;
flex-direction: row;
-webkit-flex-direction: row;
align-items: flex-start;
margin: 0 0 10px 0;
cursor: pointer;
}
div.asl_s.searchsettings .asl_option.asl-o-last,
div.asl_s.searchsettings .asl_option:last-child {
margin-bottom: 0;
}
div.asl_s.searchsettings .asl_option_inner {
width: 17px;
height: 17px;
position: relative;
flex-grow: 0;
-webkit-flex-grow: 0;
flex-shrink: 0;
-webkit-flex-shrink: 0;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox {
cursor: pointer;
position: absolute;
width: 17px;
height: 17px;
top: 0;
padding: 0;
border-radius: 2px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), 0 1px 0 rgba(255, 255, 255, .2);
overflow: hidden;
font-size: 0 !important;
color: rgba(0, 0, 0, 0);
} div.asl_r.vertical .results,
div.asl_s.searchsettings .asl_sett_scroll {
scrollbar-width: thin;
scrollbar-color: rgba(0, 0, 0, 0.5) transparent;
}
div.asl_r.vertical .results {
scrollbar-color: rgba(0, 0, 0, 0.5) rgb(255,255,255);
}
div.asl_r.vertical .results::-webkit-scrollbar {
width: 10px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar {
width: 6px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-track {
background: transparent;
box-shadow: inset 0 0 12px 12px transparent;
border: none;
}
div.asl_r.vertical .results::-webkit-scrollbar-track {
background: rgb(255, 255, 255);
box-shadow: inset 0 0 12px 12px transparent;
border: solid 2px transparent;
}
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
background: transparent;
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0);
border: solid 2px transparent;
border-radius: 12px;
}
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
border: none;
}
div.asl_r.vertical:hover .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings:hover .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
@media (hover: none), (max-width: 500px) {
div.asl_r.vertical .results::-webkit-scrollbar-thumb,
div.asl_s.searchsettings .asl_sett_scroll::-webkit-scrollbar-thumb {
box-shadow: inset 0 0 12px 12px rgba(0, 0, 0, 0.5);
}
} div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:after {
opacity: 0;
font-family: 'aslsicons2';
content: "\e800";
font-weight: normal !important;
background: transparent;
border: none !important;
box-sizing: content-box;
color: #fff;
height: 100%;
width: 100%;
padding: 0 !important;
margin: 1px 0 0 0 !important;
line-height: 17px;
text-align: center;
text-decoration: none;
text-shadow: none;
display: block;
font-size: 11px !important;
position: absolute;
top: 0;
left: 0;
z-index: 1;
}
div.asl_s.searchsettings.ie78 .asl_option_inner .asl_option_checkbox:after {
display: none;
}
div.asl_s.searchsettings .asl_option_inner .asl_option_checkbox:hover::after {
opacity: .3;
}
div.asl_s.searchsettings .asl_option_inner input[type=checkbox]:checked+.asl_option_checkbox:after {
opacity: 1;
}
div.asl_s.searchsettings fieldset {
position: relative;
float: left;
}
div.asl_s.searchsettings fieldset {
background: transparent;
font-size: .9em;
margin: 12px 0 0 !important;
padding: 0;
width: 192px;
}
div.asl_s.searchsettings fieldset .asl_option_label {
width: 130px;
display: block;
}
div.asl_s.searchsettings form fieldset legend {
padding: 5px 0 8px 10px;
}
#asl_hidden_data {
display: none !important;
}
.asl_r .item { .asl__af-tt-container {
position: relative;
z-index: 2;
.asl__af-tt-link {
transition: opacity 0.2s;
&:hover {
opacity: 0.7;
}
}
}
.average-rating {
--percent: 0%;
--color: #2EA3F2;
--bg-color: rgba(0,0,0,0.2);
--size: 17px;
position: relative;
appearance: none;
width: auto;
display: inline-block;
vertical-align: baseline;
font-size: var(--size);
line-height: calc(var(--size) - 15%);
color: var(--bg-color);
background: linear-gradient(90deg, var(--color) var(--percent), var(--bg-color) var(--percent));
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
}
.asl_r .item {
.price {
--regular-price-color: #666;
--sale_price_color: #666;
color: var(--regular-price-color);
del {
opacity: .5;
display: inline-block;
text-decoration: line-through;
color: var(--regular-price-color);
}
ins {
margin-left: 0.5em;
text-decoration: none;
font-weight: 700;
display: inline-block;
color: var(--sale_price_color);
}
}
.add-to-cart-container {
display: flex;
flex-wrap: wrap;
align-items: center;
position: relative;
z-index: 10;
width: 100%;
margin: 12px 0;
.add-to-cart-quantity {
padding: 8px 0 8px 8px;
background: #eaeaea;
width: 32px;
border-radius: 4px 0 0 4px;
height: 18px;
min-height: unset;
display: inline-block;
font-size: 13px;
line-height: normal;
}
.add-to-cart-button {
padding: 8px;
border-radius: 4px;
background: #6246d7;
color: white;
height: 18px;
min-height: unset;
display: block;
text-align: center;
min-width: 90px;
font-size: 13px;
line-height: normal;
&.add-to-cart-variable {
border-radius: 4px;
}
&.loading {
content: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' xmlns='http://www.w3.org/2000/svg' stroke='%23fff'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(1 1)' stroke-width='2'%3E%3Ccircle stroke-opacity='.5' cx='18' cy='18' r='18'/%3E%3Cpath d='M36 18c0-9.94-8.06-18-18-18'%3E%3CanimateTransform attributeName='transform' type='rotate' from='0 18 18' to='360 18 18' dur='1s' repeatCount='indefinite'/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
}
a.added_to_cart {
flex-basis: 100%;
margin-top: 8px;
}
}
.add-to-cart-container:has(.add-to-cart-quantity) {
.add-to-cart-button {
border-radius: 0 4px 4px 0;
}
}
}
.rtl .asl_content,
.rtl .asl_nores,
.rtl .asl_content *,
.rtl .asl_nores *,
.rtl .searchsettings form {
text-align: right !important;
direction: rtl !important;
}
.rtl .asl_nores>* {
display: inline-block;
}
.rtl div.asl_r .results .item .asl_image {
float: right;
margin: 2px 0 0 8px;
}
.rtl .searchsettings .asl_option {
flex-direction: row-reverse !important;
-webkit-flex-direction: row-reverse !important;
}
.rtl .asl_option {
direction: ltr;
}
.rtl .asl_label,
.rtl .asl_option div.asl_option_label {
text-align: right !important;
}
.rtl .asl_label {
max-width: 1000px !important;
width: 100%;
direction: rtl !important;
}
.rtl .asl_label input[type=radio] {
margin: 0 0 0 6px !important;
}
.rtl .asl_option_cat_level-0 div.asl_option_label {
font-weight: bold !important;
}
.rtl fieldset .asl_option_cat_level-1 {
margin-right: 12px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-2 {
margin-right: 24px !important;
margin-left: 0;
}
.rtl fieldset .asl_option_cat_level-3 {
margin-right: 36px !important;
margin-left: 0;
}
.rtl .searchsettings legend {
text-align: right !important;
display: block;
width: 100%;
}
.rtl .searchsettings input[type=text],
.rtl .searchsettings select {
direction: rtl !important;
text-align: right !important;
}
.rtl div.asl_w.asl_s.searchsettings form,
.rtl div.asl_w.asl_sb.searchsettings form {
flex-direction: row-reverse !important;
}
.rtl div.horizontal.asl_r div.item {
float: right !important;
}
.rtl p.asl-try {
direction: rtl;
text-align: right;
margin-right: 10px;
width: auto !important;
}