:root {
--swiper-theme-color: #007aff; }
:host {
position: relative;
display: block;
margin-left: auto;
margin-right: auto;
z-index: 1;
}
.swiper {
margin-left: auto;
margin-right: auto;
position: relative;
overflow: hidden;
list-style: none;
padding: 0; z-index: 1;
display: block;
}
.swiper-vertical > .swiper-wrapper {
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%;
z-index: 1;
display: flex;
transition-property: transform;
transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
touch-action: pan-y;
}
.swiper-vertical {
touch-action: pan-x;
}
.swiper-slide {
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
transition-property: transform;
display: block;
}
.swiper-slide-invisible-blank {
visibility: hidden;
} .swiper-autoheight,
.swiper-autoheight .swiper-slide {
height: auto;
}
.swiper-autoheight .swiper-wrapper {
align-items: flex-start;
transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
transform: translateZ(0);
backface-visibility: hidden;
} .swiper-3d.swiper-css-mode .swiper-wrapper {
perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
transform-style: preserve-3d;
}
.swiper-3d {
perspective: 1200px;
.swiper-slide,
.swiper-cube-shadow {
transform-style: preserve-3d;
}
} .swiper-css-mode {
> .swiper-wrapper {
overflow: auto;
scrollbar-width: none; -ms-overflow-style: none; &::-webkit-scrollbar {
display: none;
}
}
> .swiper-wrapper > .swiper-slide {
scroll-snap-align: start start;
}
&.swiper-horizontal {
> .swiper-wrapper {
scroll-snap-type: x mandatory;
}
}
&.swiper-vertical {
> .swiper-wrapper {
scroll-snap-type: y mandatory;
}
}
&.swiper-free-mode {
> .swiper-wrapper {
scroll-snap-type: none;
}
> .swiper-wrapper > .swiper-slide {
scroll-snap-align: none;
}
}
&.swiper-centered {
> .swiper-wrapper::before {
content: '';
flex-shrink: 0;
order: 9999;
}
> .swiper-wrapper > .swiper-slide {
scroll-snap-align: center center;
scroll-snap-stop: always;
}
}
&.swiper-centered.swiper-horizontal {
> .swiper-wrapper > .swiper-slide:first-child {
margin-inline-start: var(--swiper-centered-offset-before);
}
> .swiper-wrapper::before {
height: 100%;
min-height: 1px;
width: var(--swiper-centered-offset-after);
}
}
&.swiper-centered.swiper-vertical {
> .swiper-wrapper > .swiper-slide:first-child {
margin-block-start: var(--swiper-centered-offset-before);
}
> .swiper-wrapper::before {
width: 100%;
min-width: 1px;
height: var(--swiper-centered-offset-after);
}
}
}  .swiper-3d {
.swiper-slide-shadow,
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom,
.swiper-slide-shadow,
.swiper-slide-shadow-left,
.swiper-slide-shadow-right,
.swiper-slide-shadow-top,
.swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-slide-shadow {
background: rgba(0, 0, 0, 0.15);
}
.swiper-slide-shadow-left {
background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-slide-shadow-right {
background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-slide-shadow-top {
background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-slide-shadow-bottom {
background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
}
.swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
transform-origin: 50%;
box-sizing: border-box;
border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
border-radius: 50%;
border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
.swiper-lazy-preloader {
animation: swiper-preloader-spin 1s infinite linear;
}
}
.swiper-lazy-preloader-white {
--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
} .swiper-virtual .swiper-slide {
-webkit-backface-visibility: hidden;
transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode {
.swiper-wrapper::after {
content: '';
position: absolute;
left: 0;
top: 0;
pointer-events: none;
}
}
.swiper-virtual.swiper-css-mode.swiper-horizontal {
.swiper-wrapper::after {
height: 1px;
width: var(--swiper-virtual-size);
}
}
.swiper-virtual.swiper-css-mode.swiper-vertical {
.swiper-wrapper::after {
width: 1px;
height: var(--swiper-virtual-size);
}
}
:root {
--swiper-navigation-size: 44px; }
.swiper-button-prev,
.swiper-button-next {
position: absolute;
width: var(--swiper-navigation-size);
height: var(--swiper-navigation-size);
z-index: 10;
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
color: var(--swiper-navigation-color, var(--swiper-theme-color));
&.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
&.swiper-button-hidden {
opacity: 0;
cursor: auto;
pointer-events: none;
}
.swiper-navigation-disabled & {
display: none !important;
}
svg {
width: 100%;
height: 100%;
object-fit: contain;
transform-origin: center;
fill: currentColor;
pointer-events: none;
}
}
.swiper-button-lock {
display: none;
}
.swiper-button-prev,
.swiper-button-next {
top: var(--swiper-navigation-top-offset, 50%);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
left: var(--swiper-navigation-sides-offset, 4px);
right: auto;
.swiper-navigation-icon {
transform: rotate(180deg);
}
}
.swiper-button-next {
right: var(--swiper-navigation-sides-offset, 4px);
left: auto;
}
.swiper-horizontal {
.swiper-button-prev,
.swiper-button-next,
~ .swiper-button-prev,
~ .swiper-button-next {
top: var(--swiper-navigation-top-offset, 50%);
margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
margin-left: 0;
}
.swiper-button-prev,
& ~ .swiper-button-prev,
&.swiper-rtl .swiper-button-next,
&.swiper-rtl ~ .swiper-button-next {
left: var(--swiper-navigation-sides-offset, 4px);
right: auto;
}
.swiper-button-next,
& ~ .swiper-button-next,
&.swiper-rtl .swiper-button-prev,
&.swiper-rtl ~ .swiper-button-prev {
right: var(--swiper-navigation-sides-offset, 4px);
left: auto;
}
.swiper-button-prev,
& ~ .swiper-button-prev,
&.swiper-rtl .swiper-button-next,
&.swiper-rtl ~ .swiper-button-next {
.swiper-navigation-icon {
transform: rotate(180deg);
}
}
&.swiper-rtl .swiper-button-prev,
&.swiper-rtl ~ .swiper-button-prev {
.swiper-navigation-icon {
transform: rotate(0deg);
}
}
}
.swiper-vertical {
.swiper-button-prev,
.swiper-button-next,
~ .swiper-button-prev,
~ .swiper-button-next {
left: var(--swiper-navigation-top-offset, 50%);
right: auto;
margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
margin-top: 0;
}
.swiper-button-prev,
~ .swiper-button-prev {
top: var(--swiper-navigation-sides-offset, 4px);
bottom: auto;
.swiper-navigation-icon {
transform: rotate(-90deg);
}
}
.swiper-button-next,
~ .swiper-button-next {
bottom: var(--swiper-navigation-sides-offset, 4px);
top: auto;
.swiper-navigation-icon {
transform: rotate(90deg);
}
}
}
:root { }
.swiper-pagination {
position: absolute;
text-align: center;
transition: 300ms opacity;
transform: translate3d(0, 0, 0);
z-index: 10;
&.swiper-pagination-hidden {
opacity: 0;
}
.swiper-pagination-disabled > &,
&.swiper-pagination-disabled {
display: none !important;
}
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
bottom: var(--swiper-pagination-bottom, 8px);
top: var(--swiper-pagination-top, auto);
left: 0;
width: 100%;
} .swiper-pagination-bullets-dynamic {
overflow: hidden;
font-size: 0;
.swiper-pagination-bullet {
transform: scale(0.33);
position: relative;
}
.swiper-pagination-bullet-active {
transform: scale(1);
}
.swiper-pagination-bullet-active-main {
transform: scale(1);
}
.swiper-pagination-bullet-active-prev {
transform: scale(0.66);
}
.swiper-pagination-bullet-active-prev-prev {
transform: scale(0.33);
}
.swiper-pagination-bullet-active-next {
transform: scale(0.66);
}
.swiper-pagination-bullet-active-next-next {
transform: scale(0.33);
}
}
.swiper-pagination-bullet {
width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
display: inline-block;
border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
background: var(--swiper-pagination-bullet-inactive-color, #000);
opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
button& {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
appearance: none;
}
.swiper-pagination-clickable & {
cursor: pointer;
}
&:only-child {
display: none !important;
}
}
.swiper-pagination-bullet-active {
opacity: var(--swiper-pagination-bullet-opacity, 1);
background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
right: var(--swiper-pagination-right, 8px);
left: var(--swiper-pagination-left, auto);
top: 50%;
transform: translate3d(0px, -50%, 0);
.swiper-pagination-bullet {
margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
display: block;
}
&.swiper-pagination-bullets-dynamic {
top: 50%;
transform: translateY(-50%);
width: 8px;
.swiper-pagination-bullet {
display: inline-block;
transition:
200ms transform,
200ms top;
}
}
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
.swiper-pagination-bullet {
margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
&.swiper-pagination-bullets-dynamic {
left: 50%;
transform: translateX(-50%);
white-space: nowrap;
.swiper-pagination-bullet {
transition:
200ms transform,
200ms left;
}
}
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
transition:
200ms transform,
200ms right;
} .swiper-pagination-fraction {
color: var(--swiper-pagination-fraction-color, inherit);
} .swiper-pagination-progressbar {
background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
position: absolute;
.swiper-pagination-progressbar-fill {
background: var(--swiper-pagination-color, var(--swiper-theme-color));
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
transform: scale(0);
transform-origin: left top;
}
.swiper-rtl & .swiper-pagination-progressbar-fill {
transform-origin: right top;
}
.swiper-horizontal > &,
&.swiper-pagination-horizontal,
.swiper-vertical > &.swiper-pagination-progressbar-opposite,
&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
width: 100%;
height: var(--swiper-pagination-progressbar-size, 4px);
left: 0;
top: 0;
}
.swiper-vertical > &,
&.swiper-pagination-vertical,
.swiper-horizontal > &.swiper-pagination-progressbar-opposite,
&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
width: var(--swiper-pagination-progressbar-size, 4px);
height: 100%;
left: 0;
top: 0;
}
}
.swiper-pagination-lock {
display: none;
}
:root { }
.swiper-scrollbar {
border-radius: var(--swiper-scrollbar-border-radius, 10px);
position: relative;
touch-action: none;
background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
.swiper-scrollbar-disabled > &,
&.swiper-scrollbar-disabled {
display: none !important;
}
.swiper-horizontal > &,
&.swiper-scrollbar-horizontal {
position: absolute;
left: var(--swiper-scrollbar-sides-offset, 1%);
bottom: var(--swiper-scrollbar-bottom, 4px);
top: var(--swiper-scrollbar-top, auto);
z-index: 50;
height: var(--swiper-scrollbar-size, 4px);
width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > &,
&.swiper-scrollbar-vertical {
position: absolute;
left: var(--swiper-scrollbar-left, auto);
right: var(--swiper-scrollbar-right, 4px);
top: var(--swiper-scrollbar-sides-offset, 1%);
z-index: 50;
width: var(--swiper-scrollbar-size, 4px);
height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
border-radius: var(--swiper-scrollbar-border-radius, 10px);
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
}
.swiper-scrollbar-lock {
display: none;
} .swiper-zoom-container {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
> img,
> svg,
> canvas {
max-width: 100%;
max-height: 100%;
object-fit: contain;
}
} .swiper-slide-zoomed {
cursor: move;
touch-action: none;
} .swiper .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
}
.swiper-thumbs {
.swiper-slide-thumb-active { }
}
.swiper-free-mode > .swiper-wrapper {
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
flex-wrap: wrap;
flex-direction: column;
}
.swiper-fade {
&.swiper-free-mode {
.swiper-slide {
transition-timing-function: ease-out;
}
}
.swiper-slide {
pointer-events: none;
transition-property: opacity;
.swiper-slide {
pointer-events: none;
}
}
.swiper-slide-active {
pointer-events: auto;
& .swiper-slide-active {
pointer-events: auto;
}
}
}
.swiper.swiper-cube {
overflow: visible;
}
.swiper-cube {
.swiper-slide {
pointer-events: none;
backface-visibility: hidden;
z-index: 1;
visibility: hidden;
transform-origin: 0 0;
width: 100%;
height: 100%;
.swiper-slide {
pointer-events: none;
}
}
&.swiper-rtl .swiper-slide {
transform-origin: 100% 0;
}
.swiper-slide-active {
&,
& .swiper-slide-active {
pointer-events: auto;
}
}
.swiper-slide-active,
.swiper-slide-next,
.swiper-slide-prev {
pointer-events: auto;
visibility: visible;
}
.swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
opacity: 0.6;
z-index: 0;
&:before {
content: '';
background: #000;
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
filter: blur(50px);
}
}
}
.swiper-cube {
.swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
} .swiper-cube {
.swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-slide-shadow-cube.swiper-slide-shadow-right {
z-index: 0;
backface-visibility: hidden;
}
} .swiper.swiper-flip {
overflow: visible;
}
.swiper-flip {
.swiper-slide {
pointer-events: none;
backface-visibility: hidden;
z-index: 1;
.swiper-slide {
pointer-events: none;
}
}
.swiper-slide-active {
&,
& .swiper-slide-active {
pointer-events: auto;
}
}
} .swiper-flip {
.swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-slide-shadow-flip.swiper-slide-shadow-right {
z-index: 0;
backface-visibility: hidden;
}
} .swiper-coverflow {
}
.swiper-creative {
.swiper-slide {
backface-visibility: hidden;
overflow: hidden;
transition-property: transform, opacity, height;
}
}
.swiper.swiper-cards {
overflow: visible;
}
.swiper-cards {
.swiper-slide {
transform-origin: center bottom;
backface-visibility: hidden;
overflow: hidden;
}
}abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent}article,aside,details,figure,footer,header,nav,section,summary{display:block}img{display:block}a,button,div,img,input,picture,select,textarea{outline:0}html{-webkit-box-sizing:border-box;box-sizing:border-box}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}embed,img,object{max-width:100%}button,div,img,input,picture,select,textarea{outline:0}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;color:inherit;display:inline}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:separate;border-spacing:0}th{font-weight:bold;vertical-align:bottom}td{font-weight:normal;vertical-align:top}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}.ie7 input[type=checkbox]{vertical-align:baseline}.ie6 input{vertical-align:text-bottom}input,select,textarea{font:99% sans-serif}table{font-size:inherit;font:100%}small{font-size:85%}strong{font-weight:bold}td,td img{vertical-align:top}sub,sup{font-size:75%;line-height:0;position:relative}sup{top:-0.5em}sub{bottom:-0.25em}code,kbd,pre,samp{font-family:monospace,sans-serif}.clickable,button,input[type=button],input[type=file],input[type=submit],label{cursor:pointer}button,input,select,textarea{margin:0}button,input[type=button]{width:auto;overflow:visible}.ie7 img{-ms-interpolation-mode:bicubic}.clearfix:after{content:" ";display:block;clear:both}.burger-wrapper{background-color:#A58C40;margin-left:20px;padding:10px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex}@media (min-width:1281px){.burger-wrapper{display:none}}.burger{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:none;width:20px;height:20px;cursor:pointer;outline:none;border:none;z-index:100}.burger span{position:absolute;display:block;left:0;height:2px;width:100%;background:#fff;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-duration:400ms;transition-duration:400ms;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-timing-function:cubic-bezier(0.495,-0.495,0.44,1.445);transition-timing-function:cubic-bezier(0.495,-0.495,0.44,1.445)}.burger span:after,.burger span:before{content:"";position:absolute;display:inline-block;height:2px;width:100%;background:#fff;left:0}.burger span:before{top:-6px;-webkit-transition-property:width,margin-left,margin-top,height;transition-property:width,margin-left,margin-top,height;-webkit-transition-duration:200ms,200ms,200ms,200ms;transition-duration:200ms,200ms,200ms,200ms;-webkit-transition-delay:400ms,400ms,200ms,200ms;transition-delay:400ms,400ms,200ms,200ms;-webkit-transition-timing-function:ease;transition-timing-function:ease}.burger span:after{bottom:-6px;-webkit-transition-property:width,margin-left;transition-property:width,margin-left;-webkit-transition-duration:200ms,200ms;transition-duration:200ms,200ms;-webkit-transition-delay:400ms,400ms;transition-delay:400ms,400ms;-webkit-transition-timing-function:ease;transition-timing-function:ease}.burger.open span{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-delay:600ms;transition-delay:600ms}.burger.open span:after{width:0;margin-left:9px;-webkit-transition-delay:0s,0s;transition-delay:0s,0s}.burger.open span:before{width:2px;margin-left:9px;margin-top:-3px;height:20px;-webkit-transition-delay:0s,0s,200ms,400ms;transition-delay:0s,0s,200ms,400ms}.container{width:100%;max-width:1820px;height:100%;margin:auto;padding:0 10px;position:relative;display:block}.container--md{max-width:1214px}.page-gap{margin-top:140px}@media (max-width:1280px){.page-gap{margin-top:67px}}svg{display:block;max-width:100%}img{width:100%;height:auto}.flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.hidden{display:none!important}.section{position:relative}.section--mt{margin-top:80px}.section--mb{margin-bottom:80px}.section--pt{padding-top:80px}.section--pb{padding-bottom:80px}.section .section-schema{position:absolute;top:0;left:0;width:100%}.section .section-schema img{height:2400px;max-width:unset;-o-object-fit:cover;object-fit:cover}.section-head{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;margin-bottom:50px}@media (max-width:768px){.section-head{display:block;text-align:center}.section-head .btn{margin-top:20px}}.page-title{font-family:"Source Serif 4",serif;font-weight:400;text-align:center;margin-bottom:50px}.page-title{font-size:24px}@media screen and (min-width:320px){.page-title{font-size:calc(24px + 26 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){.page-title{font-size:50px}}.title--lg{font-family:"Source Serif 4",serif;font-weight:700;color:#A58C40;text-transform:uppercase;line-height:1}.title--lg{font-size:35px}@media screen and (min-width:320px){.title--lg{font-size:calc(35px + 45 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){.title--lg{font-size:80px}}@media (max-width:1024px){.title--lg{text-align:center}}.title--lg span{display:block;font-weight:100;font-style:italic;color:#333333}.btn{display:inline-block}.btn--simple{position:relative;padding:5px 0px}.btn--simple:before{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background-color:#333333;opacity:1;-webkit-transition:all 0.5s;transition:all 0.5s}.btn--simple:hover:before{width:0%;opacity:0}.btn--arrow{font-family:"Source Serif 4",serif;font-size:32px;font-weight:100;padding:5px 0px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:768px){.btn--arrow{font-size:22px;padding:0}}.btn--arrow:before{content:"";position:absolute;bottom:0;left:0;height:1px;width:100%;background-color:#333333;opacity:1;-webkit-transition:all 0.5s;transition:all 0.5s}.btn--arrow .arrow{margin-left:8px;position:relative}.btn--arrow .arrow:before{content:"";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:1px solid #333333;border-radius:50%;height:0%;width:0%;opacity:0;-webkit-transition:all 0.5s;transition:all 0.5s}.btn--arrow .arrow img{height:36px;width:auto}@media (max-width:768px){.btn--arrow .arrow img{height:20px}}.btn--arrow:hover:before{width:0%;opacity:0}.btn--arrow:hover .arrow:before{height:200%;width:200%;opacity:1}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.grid__col{width:33.3%}@media (max-width:768px){.grid__col{width:50%;margin-bottom:15px}}@media (max-width:576px){.grid__col{width:100%;margin-bottom:15px}}.grid__col img{width:100%;height:100%}.header{top:0;left:0;width:100%;background-color:#ffffff;z-index:10;height:140px;-webkit-transition:all 0.5s;transition:all 0.5s}@media (max-width:1280px){.header{height:67px}}body.scrolled-header .header{height:100px}body.scrolled-header .header .header__logo .logo img{height:50px;width:auto}body.page-template-contact .header{background-color:#C58363;color:#ffffff}body.page-template-contact .header .menu li a:after,body.page-template-contact .header img{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}body.page-template-contact .header .counter{background-color:#333333}.header__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:24px 0;position:relative;height:100%}@media (max-width:1280px){.header__wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding:10px 0}}@media (max-width:1280px){.header__menu{position:fixed;top:67px;left:0;width:100%;height:calc(100% - 67px);background-color:#ffffff;z-index:10;-webkit-transform:translate(-100%,0);transform:translate(-100%,0);-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:-webkit-transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out,-webkit-transform 0.4s ease-in-out}}.header__menu.open{-webkit-transform:translate(0,0);transform:translate(0,0)}body.page-template-contact .header__menu{background-color:#C58363}.header__menu .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1280px){.header__menu .menu{display:block}}.header__menu .menu li{list-style:none;margin-right:25px}@media (max-width:1280px){.header__menu .menu li{margin-right:0px}}.header__menu .menu li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;position:relative}@media (max-width:1280px){.header__menu .menu li a{display:block;padding:15px 10px;border-bottom:1px solid rgba(51,51,51,0.3)}}.header__menu .menu li a:after{content:"";width:10px;height:5px;background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-down.svg);background-size:cover;margin-left:10px}@media (max-width:1280px){.header__menu .menu li a:after{position:absolute;right:10px;top:50%;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}@media (min-width:1281px){.header__menu .menu li:first-child a{border:1px solid #C3AC64;border-radius:40px;padding:13px 16px}.header__menu .menu li:first-child.open a{background-color:#A58C40;color:#ffffff}.header__menu .menu li:first-child.open a:after{-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}}.header__menu .menu li.open a:after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__logo{position:absolute;top:24px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media (max-width:1280px){.header__logo{top:10px;left:0;-webkit-transform:translateX(0);transform:translateX(0)}}.header__logo .logo img{height:90px;width:auto;-webkit-transition:all 0.5s;transition:all 0.5s}@media (max-width:1280px){.header__logo .logo img{height:47px}}.header__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__icons .icon{margin-left:15px;position:relative}.header__icons .icon img{height:28px}.header__icons .icon .counter{position:absolute;top:0;right:0;font-size:10px;font-weight:700;background-color:#C58363;width:16px;height:16px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:50%}.header__icons #wishlist-icon img{height:24px}.header__icons .menu--lang{list-style:none}.backdrop{position:fixed;top:0;left:0px;z-index:100;height:100vh;width:100%;background-color:rgba(0,0,0,0.4);display:none}.megamenu{position:fixed;top:140px;left:0;z-index:10;width:100%;background-color:#ffffff;border-top:1px solid #E8E8E8;-webkit-box-shadow:0px 4px 4px rgba(0,0,0,0.25);box-shadow:0px 4px 4px rgba(0,0,0,0.25);-webkit-transition:all 0.5s;transition:all 0.5s;display:none}@media (max-width:1280px){.megamenu{display:block;top:67px;border-top:0;height:calc(100% - 67px);left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s}.megamenu.open{-webkit-transform:translateX(0%);transform:translateX(0%)}}body.scrolled-header .megamenu{top:100px}body.page-template-contact .megamenu{background-color:#C58363;color:#ffffff}.megamenu__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:1280px){.megamenu__wrapper{display:block;overflow-y:auto;overflow-x:hidden;height:100%}}.megamenu__menus{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px 0px 30px 60px}@media (max-width:1280px){.megamenu__menus{display:block;padding:0px}}.megamenu__menus__back{border-bottom:1px solid rgba(51,51,51,0.3)}@media (min-width:1281px){.megamenu__menus__back{display:none}}.megamenu__menus__back a{padding:10px 20px;display:block;position:relative;font-weight:500}.megamenu__menus__back a:after{content:"";position:absolute;left:7px;top:43%;background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-down.svg);background-repeat:no-repeat;background-position:center;background-size:cover;width:11px;height:6px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.megamenu__menu{margin-right:70px}@media (max-width:1280px){.megamenu__menu{margin-right:0}}.megamenu__menu__title{margin-bottom:20px}@media (max-width:1280px){.megamenu__menu__title{margin-bottom:10px}}.megamenu__menu__title span{display:inline-block;padding:5px 0;border-bottom:1px solid rgba(51,51,51,0.3);text-transform:uppercase}@media (max-width:1280px){.megamenu__menu__title span{display:block;padding:10px 20px}}body.page-template-contact .megamenu__menu__title span{border-bottom:1px solid rgba(255,255,255,0.3)}.megamenu__menu__button .btn{font-weight:700;margin-bottom:15px}.megamenu__menu ul{display:inline-block;vertical-align:top;width:130px;margin-right:30px}@media (max-width:1280px){.megamenu__menu ul{width:100%;padding:0 30px}}.megamenu__menu ul li{list-style:none;margin-bottom:12px}@media (max-width:1280px){.megamenu__menu ul li{margin-bottom:0;border-bottom:1px solid rgba(51,51,51,0.1)}.megamenu__menu ul li a{padding:10px 0;display:block;position:relative}.megamenu__menu ul li a:after{content:"";position:absolute;right:0;top:50%;background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-down.svg);background-repeat:no-repeat;background-position:center;background-size:cover;width:10px;height:5px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}}.megamenu__banners{display:-webkit-box;display:-ms-flexbox;display:flex}@media (max-width:1600px){.megamenu__banners{display:none}}.megamenu__banner{position:relative}.megamenu__banner img{width:295px;height:295px;-o-object-fit:cover;object-fit:cover}.megamenu__banner__title{position:absolute;bottom:0;left:0;width:100%;text-align:center;color:#ffffff;padding:30px 10px}.footer{margin-top:100px}@media (max-width:768px){.footer{margin-top:50px;text-align:center}}.footer>.container{border-top:1px solid #333333}.footer__wrapper{padding-top:100px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media (max-width:768px){.footer__wrapper{padding-top:50px}}.footer__block{width:33.3%;margin-bottom:50px}@media (max-width:768px){.footer__block{width:100%}}.footer__block__title{font-weight:600;text-transform:uppercase;margin-bottom:50px}.footer__menu li{list-style:none;margin-bottom:10px}.footer__copyright{margin-bottom:60px}@media (max-width:768px){.footer__copyright{font-size:12px}}.social-icons{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:80px}@media (max-width:768px){.social-icons{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.social-icons li{list-style:none;margin-right:20px;-webkit-transition:opacity 0.4s;transition:opacity 0.4s}.social-icons li:hover{opacity:0.5}.social-icons li svg{height:24px}.social-icons li svg path{fill:#333333}.content{line-height:1.4}.content h3{font-weight:600;margin:30px 0 20px 0}.content p{margin-bottom:15px}.content ul{margin-bottom:15px;margin-left:20px}.content a{text-decoration:underline}.hero{position:relative;margin-bottom:55px}.hero__image img{height:737px;width:100%;-o-object-fit:cover;object-fit:cover}body.page-template-about .hero__image img{height:490px}@media (max-width:768px){body.page-template-about .hero__image img{height:200px}}.hero__title{position:absolute;top:50%;left:50%;width:100%;max-width:960px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center}.hero__title h1{font-family:"Source Serif 4",serif;font-weight:400;color:#ffffff;text-transform:uppercase;line-height:1.2}.hero__title h1{font-size:50px}@media screen and (min-width:320px){.hero__title h1{font-size:calc(50px + 30 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){.hero__title h1{font-size:80px}}.hero .espa{position:absolute;top:20px;right:0px;padding:0 15px}.wpcf7-form .form-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.wpcf7-form .form-row-label{display:block;width:100%;padding:0 10px;margin-top:20px;font-size:18px;font-weight:500}.wpcf7-form .form-block{width:100%;padding:10px}.wpcf7-form .form-block-50{width:50%;padding:10px}@media (max-width:768px){.wpcf7-form .form-block-50{width:100%}}.wpcf7-form .form-block-33{width:33%;padding:10px}@media (max-width:768px){.wpcf7-form .form-block-33{width:100%}}.wpcf7-form .wpcf7-not-valid-tip{font-size:14px}.wpcf7-form .btn--arrow{margin:20px 0 0 20px}.wpcf7-form .btn--arrow p{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.wpcf7-form .btn--arrow input{background:none!important;border:0!important;font-family:"Source Serif 4",serif;font-size:32px;font-weight:100;padding:5px 0px;position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#333333}@media (max-width:768px){.wpcf7-form .btn--arrow input{font-size:22px;padding:0}}.wpcf7-form .btn--arrow span{display:inline-block}.wpcf7-form .btn--arrow .wpcf7-spinner{display:none!important}.wpcf7-form .wpcf7-acceptance,.wpcf7-form .wpcf7-checkbox{margin-top:10px;display:block}.wpcf7-form .wpcf7-acceptance label,.wpcf7-form .wpcf7-checkbox label{display:block;color:#333333;font-size:14px;line-height:22px}@media (max-width:768px){.wpcf7-form .wpcf7-acceptance label,.wpcf7-form .wpcf7-checkbox label{font-size:12px;line-height:16px}}.wpcf7-form .wpcf7-form-control-wrap{display:block;width:100%}.wpcf7-form input[type=email],.wpcf7-form input[type=tel],.wpcf7-form input[type=text],.wpcf7-form textarea{width:100%;border:0;border-bottom:1px solid rgba(51,51,51,0.06);padding:25px 20px;background:#EFEFEF}@media (max-width:768px){.wpcf7-form input[type=email],.wpcf7-form input[type=tel],.wpcf7-form input[type=text],.wpcf7-form textarea{padding:15px 10px}}.wpcf7-form input[type=email]::-webkit-input-placeholder,.wpcf7-form input[type=tel]::-webkit-input-placeholder,.wpcf7-form input[type=text]::-webkit-input-placeholder,.wpcf7-form textarea::-webkit-input-placeholder{color:rgba(0,0,0,0.4)}.wpcf7-form input[type=email]::-moz-placeholder,.wpcf7-form input[type=tel]::-moz-placeholder,.wpcf7-form input[type=text]::-moz-placeholder,.wpcf7-form textarea::-moz-placeholder{color:rgba(0,0,0,0.4)}.wpcf7-form input[type=email]:-ms-input-placeholder,.wpcf7-form input[type=tel]:-ms-input-placeholder,.wpcf7-form input[type=text]:-ms-input-placeholder,.wpcf7-form textarea:-ms-input-placeholder{color:rgba(0,0,0,0.4)}.wpcf7-form input[type=email]::-ms-input-placeholder,.wpcf7-form input[type=tel]::-ms-input-placeholder,.wpcf7-form input[type=text]::-ms-input-placeholder,.wpcf7-form textarea::-ms-input-placeholder{color:rgba(0,0,0,0.4)}.wpcf7-form input[type=email]::placeholder,.wpcf7-form input[type=tel]::placeholder,.wpcf7-form input[type=text]::placeholder,.wpcf7-form textarea::placeholder{color:rgba(0,0,0,0.4)}.wpcf7-form .wpcf7-select{display:none}.wpcf7-form .select2-container{display:block;width:100%!important;max-width:100%!important;cursor:pointer;z-index:1}.wpcf7-form .select2-container .selection{display:block;width:100%!important;border-bottom:1px solid rgba(51,51,51,0.06);padding:5px 0}.wpcf7-form .select2-container .selection .select2-selection{display:block;width:100%!important;background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-down.svg);background-repeat:no-repeat;background-position:right center;color:rgba(0,0,0,0.4)}.wpcf7-form label input[type=checkbox]{display:none}.wpcf7-form label input[type=checkbox]+.wpcf7-list-item-label:before{content:"";display:inline-block;width:18px;height:18px;border:1px solid #000;background-color:white;vertical-align:middle;margin-right:10px;-webkit-transition:all 0.2s;transition:all 0.2s;-webkit-box-sizing:border-box;box-sizing:border-box}.wpcf7-form label input[type=checkbox]:checked+.wpcf7-list-item-label:before{background-color:#000;border-color:#000;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24"><path fill="white" d="M20.285 6.708l-11.57 11.57-5.285-5.285 1.414-1.414 3.871 3.871 10.156-10.156z"/></svg>');background-repeat:no-repeat;background-position:center;background-size:12px 12px}.wpcf7-form label .wpcf7-list-item-label{cursor:pointer;display:inline-block;vertical-align:middle}.search-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background-color:rgba(51,51,51,0.7);color:#fff;display:none}.search-modal__wrapper{max-width:600px;padding:0 20px;margin:200px auto;position:relative}.search-modal__content{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.search-modal .title{color:#fff}.search-modal .close-icon{position:absolute;top:-10px;right:20px;cursor:pointer;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.search-modal .close-icon svg{width:30px;height:auto}@media (max-width:576px){.search-modal .close-icon svg{width:20px}}.search-modal .close-icon svg line,.search-modal .close-icon svg path{fill:#fff;stroke:#fff}html.dgwt-wcas-overlay-mobile-on .search-modal .close-icon{display:none}.dgwt-wcas-search-form input{color:#000;background:#fff!important}.dgwt-wcas-search-form svg path{fill:#000}.dgwt-wcas-overlay-mobile{background-color:rgba(51,51,51,0.7)}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar{width:calc(100% - 40px);margin:auto}.dgwt-wcas-overlay-mobile .dgwt-wcas-om-bar button.dgwt-wcas-om-return{background:#333333!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{width:calc(100% - 40px)!important;left:20px!important}.custom-nav .custom-button-next,.custom-nav .custom-button-prev{position:absolute;top:35%!important;background-color:transparent;border-radius:50%;border:1px solid #A58C40;width:55px;height:55px;z-index:1}.custom-nav .custom-button-next svg,.custom-nav .custom-button-prev svg{height:27px}.custom-nav .custom-button-next svg path,.custom-nav .custom-button-prev svg path{fill:#C3AC64;stroke:#C3AC64}.custom-nav .custom-button-prev{left:0;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.custom-nav .custom-button-next{right:0}.related-products-slider .title--lg{margin-bottom:40px}.related-products-slider .product .woocommerce-loop-product__title{margin-top:10px}.related-products-slider .product .price{color:#686636!important;display:block;font-size:18px!important;margin-bottom:5px}.related-products-slider .product.sale .price{color:#E4251B!important}.related-products-slider .product.sale .price del{color:#686636!important}.wc_wrapper{padding-top:30px;padding-bottom:30px}.main_content_wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;max-width:100%;overflow:hidden}body.archive.woocommerce-page .main_content_wrapper,body.archive.woocommerce-shop .main_content_wrapper{margin-top:-75px}@media (max-width:1280px){body.archive.woocommerce-page .main_content_wrapper,body.archive.woocommerce-shop .main_content_wrapper{margin-top:0px}}.main_content_wrapper .woocommerce-no-products-found{margin-top:70px}.wc-archive-title{margin-bottom:40px;text-align:left}@media (max-width:1280px){.wc-archive-title{padding-top:15px;margin-bottom:15px}}.sidebar{width:366px;padding:0 50px 0 0;background-color:#ffffff}@media (max-width:1280px){.sidebar{position:fixed;top:0;left:0px;z-index:1000;padding:10px;padding-bottom:25px;height:100vh;max-width:100%;overflow-y:auto;-webkit-transform:translateX(-100%);transform:translateX(-100%);-webkit-transition:-webkit-transform 0.5s;transition:-webkit-transform 0.5s;transition:transform 0.5s;transition:transform 0.5s,-webkit-transform 0.5s}.sidebar.open{-webkit-transform:translateX(0);transform:translateX(0)}}.sidebar__head{display:none}@media (max-width:1280px){.sidebar__head{display:block}}.sidebar__head__title{font-size:18px;border-bottom:1px solid #333333;padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.sidebar__head__title img{height:13px;width:auto;cursor:pointer}.sidebar .wpc-filters-section{margin-bottom:0px}.sidebar .wpc-filters-section .wpc-filter-title{border-bottom:1px solid;text-transform:uppercase;margin-bottom:15px;padding:12px 0;position:relative;cursor:pointer}.sidebar .wpc-filters-section .wpc-filter-title:before{content:"+";position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:32px;font-weight:100}.sidebar .wpc-filters-section .wpc-filter-title.open:before{content:"-"!important;font-size:42px!important}.sidebar .wpc-filters-section .wpc-filter-title.close:before{content:"+"!important;font-size:32px!important}.sidebar .wpc-filters-section .wpc-filter-content{display:none}.sidebar .wpc-filters-section.wpc-filter-has-selected .wpc-filter-content{display:block}.sidebar .wpc-filters-section.wpc-filter-has-selected .wpc-filter-title:before{content:"-";font-size:42px}.sidebar .wpc-filters-section.wpc-filter-terms-count-0{display:none}.wpc-custom-selected-terms{display:none!important}.filters-toggler{float:left;margin-bottom:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:128px;border-bottom:1px solid #333333;padding:4px 0;cursor:pointer}@media (min-width:1281px){.filters-toggler{display:none}}.filters-toggler .title{font-size:15px}.filters-toggler span{font-size:32px;font-weight:100;line-height:1;margin-top:-5px}.woocommerce-ordering{margin-bottom:40px!important}@media (max-width:1280px){.woocommerce-ordering{margin-bottom:15px!important}}.woocommerce-ordering select{background:none;border:0;border-bottom:1px solid;font-family:"Commissioner",sans-serif;font-size:15px;color:#333333;padding:7px 0}ul.products{margin-right:-25px!important}ul.products:before{content:unset!important}ul.products:after{content:unset!important}ul.products li.product{margin-right:25px!important;margin-bottom:40px!important;width:calc(25% - 25px)!important}@media (max-width:1280px){ul.products li.product{width:calc(25% - 25px)!important}}@media (max-width:768px){ul.products li.product{width:calc(50% - 25px)!important}}@media (max-width:480px){ul.products li.product{width:100%!important;margin-right:0px!important}}li.product .woocommerce-loop-product__title{padding:0px!important;margin-top:5px!important;margin-bottom:5px!important}@media (max-width:768px){li.product .woocommerce-loop-product__title{font-size:15px!important}}li.product .single_product_badges{left:10px}li.product .fa-heart,li.product .fa-heart-o{color:#333333}li.product .price{display:block;color:#686636!important;font-size:18px!important}@media (max-width:768px){li.product .price{font-size:15px!important}}li.product.sale .price{color:#E4251B!important}li.product.sale .price del{color:#686636!important}li.product{cursor:pointer}li.product .button{background:none;border-bottom:0px solid;border-radius:0;padding:5px 0 5px 0;margin-top:0!important;font-family:"Source Serif 4",serif;font-size:16px;font-weight:500;color:#000;opacity:1}li.product .button:after{content:"";display:inline-block;vertical-align:middle;background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-right.svg);background-size:cover;width:12px;height:12px;margin-left:5px}li.product .button:hover{background:none}li.product:hover .button{opacity:1}.woocommerce-error,.woocommerce-info,.woocommerce-message{font-size:16px}.woocommerce-info,.woocommerce-message{border-top-color:#333333}.woocommerce-info:before,.woocommerce-message:before{color:#333333}.wc-block-components-notice-banner{background-color:transparent!important;border-color:#333333!important;border-radius:0!important}.wc-block-components-notice-banner>svg{background-color:#333333!important}.wc-block-components-notice-banner a.button{background-color:#fff!important;opacity:1!important;border:0!important;font-size:16px!important}.quantity{background:none;overflow:hidden;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid rgba(51,51,51,0.5);border-radius:2px}.quantity button{background:none!important;border:0!important;-webkit-transition:opacity 0.6s!important;transition:opacity 0.6s!important;color:rgba(51,51,51,0.8)!important;height:45px;width:30px;font-size:18px;font-weight:100;line-height:1}.quantity input{border:0!important;color:rgba(51,51,51,0.8);width:45px!important;height:45px!important;border-radius:0!important;font-size:15px;font-weight:400}.quantity input::-webkit-inner-spin-button,.quantity input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.quantity input[type=number]{-moz-appearance:textfield}.checkout-button,.single_add_to_cart_button,.woocommerce-MyAccount-content .button,.woocommerce-cart-form .button,.woocommerce-checkout-payment .button,.woocommerce-form-login__submit,.woocommerce-form-register__submit{background-color:#D5A68C!important;font-weight:400!important;font-size:18px!important;text-transform:uppercase;color:#ffffff!important;padding:14px 20px!important;border-radius:0!important;-webkit-transition:all 0.5s;transition:all 0.5s}.checkout-button:hover,.single_add_to_cart_button:hover,.woocommerce-MyAccount-content .button:hover,.woocommerce-cart-form .button:hover,.woocommerce-checkout-payment .button:hover,.woocommerce-form-login__submit:hover,.woocommerce-form-register__submit:hover{opacity:0.7}.lmp_button{position:relative;text-transform:uppercase}.lmp_button:after{content:"";width:36px;height:36px;position:absolute;top:50%;right:0;background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-right.svg);-webkit-transform:translate(0,-50%) rotate(90deg);transform:translate(0,-50%) rotate(90deg)}ul.single_product_badges{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;position:absolute;top:15px;left:190px;z-index:1}@media (max-width:768px){ul.single_product_badges{left:10px}}ul.single_product_badges li{margin-right:10px;margin-bottom:10px}ul.single_product_badges li .badge{padding:10px;border:1px solid;font-size:12px;font-weight:500;display:inline-block}@media (max-width:1024px){ul.single_product_badges li .badge{padding:5px;font-size:12px}}ul.single_product_badges li .badge--new{background-color:#ffffff;border-color:#333333;color:#333333}ul.single_product_badges li .badge--best{background-color:#93231C;border-color:#93231C;color:#ffffff}ul.single_product_badges li .badge--sale{background-color:#E4251B;border-color:#E4251B;color:#ffffff}.woocommerce-product-gallery{float:none!important;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:50%!important}@media (max-width:1024px){.woocommerce-product-gallery{width:100%!important}}.woocommerce-product-gallery .flex-viewport{width:calc(100% - 180px);margin-bottom:25px;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media (max-width:768px){.woocommerce-product-gallery .flex-viewport{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;width:100%}}.woocommerce-product-gallery .flex-control-nav{width:165px}@media (max-width:768px){.woocommerce-product-gallery .flex-control-nav{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}}.woocommerce-product-gallery .flex-control-nav li{width:100%!important;margin:0 0 15px 0!important}@media (max-width:768px){.woocommerce-product-gallery .flex-control-nav li{width:80px!important;margin:0 5px!important}}.woocommerce-product-gallery__image a{pointer-events:none}.woocommerce-product-gallery ul.flex-direction-nav{position:absolute;top:30%;width:100%;left:0;margin:0;padding:0px;list-style:none;display:none}.woocommerce-product-gallery li.flex-nav-prev{float:left}.woocommerce-product-gallery li.flex-nav-next{float:right}.woocommerce-product-gallery a.flex-next{visibility:hidden}.woocommerce-product-gallery a.flex-prev{visibility:hidden}.woocommerce-product-gallery a.flex-next:after{visibility:visible;content:"";background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-right.svg);background-position:center;background-repeat:no-repeat;display:inline-block;width:15px;height:23px;margin-right:10px}.woocommerce-product-gallery a.flex-prev:before{visibility:visible;content:"";background-image:url(//tatisinspire.gr/wp-content/themes/tatis/assets/images/svg/icons/arrow-right.svg);background-position:center;background-repeat:no-repeat;-webkit-transform:rotate(180deg);transform:rotate(180deg);display:inline-block;width:15px;height:23px;margin-left:10px}.woocommerce-product-gallery ul.flex-direction-nav li a{color:#ccc}.woocommerce-product-gallery ul.flex-direction-nav li a:hover{text-decoration:none}@media (max-width:768px){.wc_wrapper{padding-top:0px}}.single-product-start-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.entry-summary{float:none!important;display:inline-block!important;vertical-align:top;width:50%!important;padding:0 0 0 130px;position:relative}@media (max-width:1024px){.entry-summary{width:100%!important;padding:0}}.entry-summary .product_title{font-family:"Source Serif 4",serif;font-weight:500;font-style:italic;color:#333333;margin-bottom:10px;padding-right:30px!important}.entry-summary .product_title{font-size:25px}@media screen and (min-width:320px){.entry-summary .product_title{font-size:calc(25px + 7 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){.entry-summary .product_title{font-size:32px}}.entry-summary .wishlist-next-to-title{position:absolute;top:0px;right:-10px}.entry-summary .sku_wrapper{display:block;margin-bottom:10px}.entry-summary .woocommerce-product-details__short-description{margin-bottom:30px}.entry-summary .price{color:#686636!important;margin-bottom:18px;font-size:18px!important}.product.sale .entry-summary .price{color:#E4251B!important}.product.sale .entry-summary .price del{color:#686636!important}.entry-summary .variations{font-size:16px}.entry-summary .variations tr{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.entry-summary .variations th.label{text-align:left;width:100%}.entry-summary .variations th.label label{font-size:15px;font-weight:500!important}.entry-summary .variations ul.button-variable-items-wrapper li{background:rgba(213,166,140,0.3)!important;-webkit-box-shadow:none!important;box-shadow:none!important;border-radius:0!important;width:auto!important;height:auto!important}.entry-summary .variations ul.button-variable-items-wrapper li.selected{background:#d5a68c!important;color:#ffffff!important}.entry-summary .variations ul.button-variable-items-wrapper li .variable-item-contents span{padding:5px 10px;border-radius:0!important}.entry-summary .product_entry_bottom{margin-bottom:40px}.entry-summary .product_entry_bottom__icons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.entry-summary .product_entry_bottom__icons__block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:50px;max-width:50%}@media (max-width:1280px){.entry-summary .product_entry_bottom__icons__block{display:block;padding-right:20px}}.entry-summary .product_entry_bottom__icons__block__icon img{height:51px;width:auto}.entry-summary .product_entry_bottom__icons__block__text{margin:0 15px;max-width:160px}@media (max-width:1280px){.entry-summary .product_entry_bottom__icons__block__text{margin:0;margin-top:10px}}.entry-summary .product_entry_bottom__accordion{border-top:1px solid #333333}.entry-summary .product_entry_bottom__accordion__row{border-bottom:1px solid #333333}.entry-summary .product_entry_bottom__accordion__row__title{padding:20px 0;cursor:pointer;position:relative;font-size:24px}@media (max-width:1280px){.entry-summary .product_entry_bottom__accordion__row__title{font-size:20px}}.entry-summary .product_entry_bottom__accordion__row__title:before{content:"+";position:absolute;top:50%;right:0;font-size:40px;font-weight:100;-webkit-transform:translateY(-60%);transform:translateY(-60%)}.entry-summary .product_entry_bottom__accordion__row__content{padding-bottom:20px;display:none}.entry-summary .product_entry_bottom__accordion__row.open .product_entry_bottom__accordion__row__title:before{content:"-"}.added_to_cart{display:none}.yith-wcwl-add-to-wishlist{margin-bottom:20px}.yith-wcwl-add-to-wishlist .fa-heart,.yith-wcwl-add-to-wishlist .fa-heart-o{color:#333333}.yith-wcwl-add-to-wishlist .separator,.yith-wcwl-add-to-wishlist .view-wishlist{display:none!important}.woocommerce-tabs h2{font-size:18px;font-weight:700;margin-bottom:15px;display:none}.woocommerce-tabs p{margin-bottom:10px}.woocommerce-tabs ul.tabs{border-bottom:1px solid #333333!important;margin-left:0}.woocommerce-tabs ul.tabs:before{display:none!important}.woocommerce-tabs ul.tabs li{background:none!important;border:0px solid!important;border-radius:0px!important;margin:0!important;padding:5px 30px!important;text-align:center}@media (max-width:576px){.woocommerce-tabs ul.tabs li{max-width:50%;padding:5px 10px!important}}.woocommerce-tabs ul.tabs li:after,.woocommerce-tabs ul.tabs li:before{display:none!important}.woocommerce-tabs ul.tabs li.active{background:#333333!important}.woocommerce-tabs ul.tabs li.active a{color:#fff!important}.related.products h2,.up-sells h2{margin-top:40px;margin-bottom:25px;text-align:center;font-weight:700;color:#333333}.related.products h2,.up-sells h2{font-size:28px}@media screen and (min-width:320px){.related.products h2,.up-sells h2{font-size:calc(28px + 12 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){.related.products h2,.up-sells h2{font-size:40px}}.related.products ul.products,.up-sells ul.products{display:block;width:100%}.related.products ul.products li,.up-sells ul.products li{width:100%!important;padding:0!important;margin:0!important}.pswp{z-index:150000}.pswp__caption{display:none}.woocommerce-cart-form table{border:0!important;border-collapse:collapse!important}.woocommerce-cart-form table thead tr th{font-size:17px;font-weight:400!important;text-transform:uppercase}.woocommerce-cart-form table tbody tr{position:relative;border-top:1px solid #333333!important}.woocommerce-cart-form table tbody tr td{border-top:0!important;background-color:#ffffff!important}.woocommerce-cart-form table tbody tr td.product-remove{position:absolute;top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:768px){.woocommerce-cart-form table tbody tr td.product-remove{right:-5px;padding:0}}.woocommerce-cart-form table tbody tr td.product-thumbnail img{width:140px}.woocommerce-cart-form table tbody tr td .quantity{border:0!important}.cart_totals h2{display:none}.cart_totals table{border:0!important}.cart_totals table td,.cart_totals table th{border-top:0!important;background-color:#ffffff!important}.cart_totals table .order-total td,.cart_totals table .order-total th{border-top:1px solid #333333!important}.woocommerce a.remove{color:#333333!important;line-height:22px}.woocommerce a.remove:hover{background-color:#333333!important}.checkout-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkout-wrapper .checkout-left-col,.checkout-wrapper .checkout-right-col{width:calc(50% - 15px)}@media (max-width:768px){.checkout-wrapper .checkout-left-col,.checkout-wrapper .checkout-right-col{width:100%}}.checkout-wrapper h3{font-family:"Source Serif 4",serif;font-weight:700;font-size:18px}.checkout-wrapper h3 span{font-weight:700}.checkout-wrapper input{border-radius:0!important}.checkout-wrapper table,.checkout-wrapper td,.checkout-wrapper th{border-color:#333333!important;border-radius:0!important}#customer_details .col-1,#customer_details .col-2{width:100%}ul.wc_payment_methods li label img{width:auto}.woocommerce-MyAccount-navigation{border-right:1px solid;padding-right:20px}.woocommerce-MyAccount-navigation li{list-style:none}.woocommerce-MyAccount-navigation li a{text-decoration:none;padding:5px 10px;display:block;font-size:18px;font-weight:500}.woocommerce-MyAccount-navigation li.is-active,.woocommerce-MyAccount-navigation li:hover{background-color:#E8E8E8}#customer_login h2{font-family:"Source Serif 4",serif;font-weight:400;text-align:center;margin-bottom:50px}#customer_login h2{font-size:24px}@media screen and (min-width:320px){#customer_login h2{font-size:calc(24px + 26 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){#customer_login h2{font-size:50px}}#customer_login form{border:0!important}#customer_login form input{border-radius:0}#customer_login>.col-1{position:relative}#customer_login>.col-1:after{content:"";position:absolute;top:50%;right:-4%;width:1px;height:250px;background-color:#333333;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:768px){#customer_login>.col-1:after{display:none}}.woocommerce-wishlist .page-title{display:none}.woocommerce-wishlist .yith-wcwl-form h2{font-family:"Source Serif 4",serif;font-weight:700;color:#A58C40;text-transform:uppercase;line-height:1}.woocommerce-wishlist .yith-wcwl-form h2{font-size:35px}@media screen and (min-width:320px){.woocommerce-wishlist .yith-wcwl-form h2{font-size:calc(35px + 45 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){.woocommerce-wishlist .yith-wcwl-form h2{font-size:80px}}.woocommerce-wishlist .yith-wcwl-form table{border-radius:0!important;font-size:15px}.woocommerce-wishlist .yith-wcwl-form table th{background-color:transparent!important}.woocommerce-wishlist .yith-wcwl-form table .button{background-color:#D5A68C!important;font-weight:400!important;font-size:16px!important;text-transform:uppercase;color:#ffffff!important;padding:10px 20px!important;border-radius:0!important;-webkit-transition:all 0.5s;transition:all 0.5s}.woocommerce-wishlist .yith-wcwl-form table .button:hover{opacity:0.7}.home-categories{margin-bottom:140px}@media (max-width:768px){.home-categories{margin-bottom:50px}}.home-categories .title--lg{margin-bottom:50px}@media (max-width:768px){.product-categories-swiper{margin:0 -10px}}.product-categories-swiper .swiper-slide{width:100px!important;margin-right:20px}@media (max-width:768px){.product-categories-swiper .swiper-slide{width:64px!important}}.product-categories-swiper .category-item{width:100px;display:inline-block;text-align:center}.product-categories-swiper .category-item:hover .category-item__image{background-color:#C3AC64}.product-categories-swiper .category-item__image{border:1px solid #C3AC64;border-radius:50%;width:85px;height:85px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:10px;-webkit-transition:all 0.5s;transition:all 0.5s}@media (max-width:768px){.product-categories-swiper .category-item__image{width:63px;height:63px}}.product-categories-swiper .category-item__image img{width:40px;height:40px}@media (max-width:768px){.product-categories-swiper .category-item__image img{width:30px;height:30px}}.product-categories-swiper .category-item__title{text-transform:uppercase}@media (max-width:768px){.product-categories-swiper .category-item__title{font-size:10px}}.tag-products-slider{margin-bottom:150px}.collections .section-schema{top:-70px}.collections .collection{position:relative}.collections .collection:nth-child(odd) .collection__row__image{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (max-width:768px){.collections .collection:nth-child(odd) .collection__row__image{-webkit-box-ordinal-group:unset;-ms-flex-order:unset;order:unset}}.collections .collection .ticker{overflow:hidden;white-space:nowrap;position:absolute;top:0;left:0;width:100%;z-index:1}.collections .collection .ticker__inner{display:inline-block;white-space:nowrap;-webkit-animation:ticker linear infinite;animation:ticker linear infinite;-webkit-animation-duration:var(--speed,40s);animation-duration:var(--speed,40s)}.collections .collection .ticker__inner p{display:inline-block;padding:0 2rem;text-transform:uppercase;font-weight:700;line-height:1}.collections .collection .ticker__inner p{font-size:60px}@media screen and (min-width:320px){.collections .collection .ticker__inner p{font-size:calc(60px + 100 * (100vw - 320px) / 1280)}}@media screen and (min-width:1600px){.collections .collection .ticker__inner p{font-size:160px}}.collections .collection .ticker__inner p span{font-family:"Source Serif 4",serif;font-weight:100;font-style:italic}@-webkit-keyframes ticker{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}@keyframes ticker{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}.collections .collection__row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:130px}@media (max-width:768px){.collections .collection__row{margin-bottom:50px}}.collections .collection__row__image{width:30%}@media (max-width:768px){.collections .collection__row__image{width:100%;margin-top:50px;margin-bottom:40px}}.collections .collection__row__image img{height:1090px;width:100%;-o-object-fit:cover;object-fit:cover}@media (max-width:1024px){.collections .collection__row__image img{height:700px}}@media (max-width:768px){.collections .collection__row__image img{height:480px}}.collections .collection__row__main{width:70%;padding:0 60px;margin-bottom:60px}@media (max-width:1280px){.collections .collection__row__main{margin-bottom:0px}}@media (max-width:768px){.collections .collection__row__main{width:100%;padding:0}}.collections .collection__row__main__button{text-align:right;margin-bottom:60px}@media (max-width:768px){.collections .collection__row__main__button{margin-bottom:40px;text-align:center}}.hover-collections .title--lg{text-align:center}.hover-collections__rows{margin:100px 0 200px}@media (max-width:768px){.hover-collections__rows{margin:20px 0 60px}}.hover-collections__row{border-bottom:1px solid #333333;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px;position:relative;-webkit-transition:all 0.4s;transition:all 0.4s}.hover-collections__row__title{font-size:50px;font-family:"Source Serif 4",serif;font-weight:100}@media (max-width:768px){.hover-collections__row__title{font-size:30px}}.hover-collections__row__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(0,-50%) rotate(-4deg);transform:translate(0,-50%) rotate(-4deg);opacity:0;-webkit-transition:all 0.4s;transition:all 0.4s}@media (max-width:768px){.hover-collections__row__image{display:none}}.hover-collections__row__image img{width:322px;height:406px;-o-object-fit:cover;object-fit:cover}.hover-collections__row .btn--arrow{font-size:0px;opacity:1;-webkit-transition:all 0.4s;transition:all 0.4s}@media (max-width:768px){.hover-collections__row .btn--arrow{display:none}}.hover-collections__row .btn--arrow:before{display:none}.hover-collections__row:nth-child(2n) .hover-collections__row__image{-webkit-transform:translate(0,-50%) rotate(4deg);transform:translate(0,-50%) rotate(4deg)}.hover-collections__row:hover{background-color:#D5A68C}.hover-collections__row:hover .hover-collections__row__image{opacity:1}.hover-collections__row:hover .btn--arrow{opacity:1}.best-sellers .section-schema{top:80px}.best-sellers__banners{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}@media (max-width:768px){.best-sellers__banner{text-align:center}}.best-sellers__banner:nth-child(2n){margin-top:127px}@media (max-width:768px){.best-sellers__banner:nth-child(2n){margin-top:60px}}.best-sellers__banner__image{margin-bottom:20px}.best-sellers__banner .title--lg{margin-bottom:40px;color:#333333}@media (max-width:768px){.best-sellers__banner .title--lg{margin-bottom:10px}}.best-sellers__banner .btn{margin-top:83px}@media (max-width:768px){.best-sellers__banner .btn{margin-top:20px}}.textimage{margin:200px 0}@media (max-width:1024px){.textimage{margin:100px 0;text-align:center}}.textimage__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.textimage__image{width:50%}@media (max-width:1024px){.textimage__image{width:100%;margin-bottom:40px}}.textimage__image img{max-height:573px;width:auto;-o-object-fit:cover;object-fit:cover;margin:auto}@media (max-width:768px){.textimage__image img{max-height:367px}}.textimage__text{width:50%}@media (max-width:1024px){.textimage__text{width:100%}}.textimage__text .title--lg{margin-bottom:80px}@media (max-width:1024px){.textimage__text .title--lg{margin-bottom:40px}}.store{background-color:#C58363;padding-top:200px;color:#ffffff}@media (max-width:1024px){.store{padding-top:100px;text-align:center}}.store__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:200px}@media (max-width:1024px){.store__wrapper{padding-bottom:60px}}.store__text{width:40%}@media (max-width:1024px){.store__text{width:100%;margin-bottom:40px}}.store__text .title--lg{margin-bottom:80px;color:#ffffff}@media (max-width:1024px){.store__text .title--lg{margin-bottom:40px}}.store__text .title--lg span{color:#ffffff}.store__text .btn{margin-top:40px}.store__text .btn:before{background-color:#ffffff}.store__images{width:60%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:1024px){.store__images{width:100%}}.store__map{width:50%}@media (max-width:768px){.store__map{width:100%;margin-bottom:40px}}.store__map iframe{height:585px;max-width:100%}@media (max-width:768px){.store__map iframe{height:230px}}.store__image{width:50%}@media (max-width:768px){.store__image{display:none}}.store__image img{height:585px;-o-object-fit:cover;object-fit:cover}.store__slider{max-width:1410px;margin:auto;margin-top:-100px;-webkit-transform:translateY(100px);transform:translateY(100px)}@media (max-width:768px){.store__slider{margin-top:-20px;-webkit-transform:translateY(20px);transform:translateY(20px)}}.store__slider .swiper-slide img{width:calc(100% - 50px);height:750px;-o-object-fit:cover;object-fit:cover;margin:auto}@media (max-width:1024px){.store__slider .swiper-slide img{height:423px;width:100%}}.store__slider .custom-button-next,.store__slider .custom-button-prev{top:50%!important;border-color:#ffffff}.store__slider .custom-button-next svg path,.store__slider .custom-button-prev svg path{fill:#ffffff;stroke:#ffffff}.contact{padding:200px 0}@media (max-width:1024px){.contact{padding:100px 0}}.contact__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.contact__text{width:40%;max-width:446px}@media (max-width:1024px){.contact__text{width:100%;margin:0 auto 40px auto;text-align:center}}.contact__text .title--lg{margin-bottom:80px}@media (max-width:1024px){.contact__text .title--lg{margin-bottom:40px}}.contact__form{width:60%}@media (max-width:1024px){.contact__form{width:100%}}body{font-family:"Commissioner",sans-serif;font-size:18px;-webkit-font-smoothing:antialiased;background-color:#ffffff;line-height:1.3}@media (max-width:768px){body{font-size:18px}}body.admin-bar .header{top:32px}body.admin-bar .megamenu{top:115px}body.scrolled-header.admin-bar .megamenu{top:132px}body.admin-bar .header__menu{top:99px}@media screen and (max-width:782px){body.admin-bar .header{top:46px}body.admin-bar .megamenu{top:67px}body.admin-bar .header__menu{top:67px}}@media (max-width:1280px){.megamenu__wrapper{padding-bottom:160px!important}}@media (max-width:1280px){.header__menu{padding-bottom:120px!important}}@media (max-width:768px){.tag-products-slider .swiper-slide{width:45%!important;margin-right:10px!important}}@media (max-width:768px){.product-categories-swiper .swiper-slide{width:30%!important;margin-right:10px!important}}@media (max-width:1280px){.collection-products-swiper .swiper-slide{width:40%!important;margin-right:10px!important}}@media (max-width:768px){.collection-products-swiper .swiper-slide{width:40%!important;margin-right:10px!important}}@media (max-width:480px){.collection-products-swiper .swiper-slide{width:70%!important;margin-right:10px!important}}body.admin-bar .sidebar.open{top:32px}@media screen and (max-width:782px){body.admin-bar .sidebar.open{top:46px}}@media (max-width:1280px){.header__menu{z-index:1001!important}}@media screen and (min-width:1281px){body.admin-bar .megamenu{top:172px}}@media screen and (max-width:600px){body.admin-bar .header{top:0}}@media screen and (max-width:784px){#wpadminbar{display:none!important}body.admin-bar .header{top:0!important}}.fs-free-shipping-notice-and-button-wrapper{align-content:start;align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.fs-free-shipping-notice-continue-shopping-button-wrapper,.fs-free-shipping-notice-text-and-progress-bar-wrapper{flex:0 1 auto;margin:0 .5em}.fs-free-shipping-notice-progress-bar-wrapper{align-items:center;display:flex;flex-direction:row}.fs-free-shipping-notice-progress-bar{border:1px solid #fff;border-radius:10px;height:10px;margin-left:10px;margin-right:10px;position:relative;width:100%}.fs-free-shipping-notice-progress-bar>span{background-color:#fff;border-bottom-left-radius:10px;border-top-left-radius:10px;display:block;height:100%;overflow:hidden;position:relative}.button.flexible-shipping-free-shipping-button{margin-left:0}.widget_wpc_filters_widget *{box-sizing:border-box}.rtl .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,.rtl .wpc-filter-search-wrapper button.wpc-search-clear,.rtl .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b{left:10px;right:auto}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-oneLine dl .ui_tpicker_time_label,.flrt-star-label a .wpc-term-count,.theme-flatsome li.wpc-term-item>button.toggle,.woocommerce-page .content .h-section .wpc-filters-labels li.wpc-term-item input[type=checkbox],.wpc-checkbox-item.wpc-opened>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-checkbox-item.wpc-term-selected:not(.wpc-closed)>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-chip-empty,.wpc-dropdown-default.wpc-item-has-swatch .wpc-term-swatch-wrapper,.wpc-filter-collapsible .wpc-filter-content,.wpc-filter-collapsible.wpc-closed .wpc-filter-content,.wpc-filter-datepicker .ui-datepicker-current,.wpc-filter-has-brands.wpc-filter-hidden-term-names .wpc-term-name,.wpc-filter-has-selected.wpc-closed .wpc-filter-content,.wpc-filter-has-selected.wpc-filter-more-less .wpc-see-more-control,.wpc-filter-has-selected.wpc-filter-more-less.wpc-show-less .wpc-filters-ul-list>li,.wpc-filter-has-selected.wpc-show-less .wpc-see-less-control,.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-term-name,.wpc-filter-hierarchy-reverse .wpc-checkbox-item>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-filter-more-less .wpc-filters-ul-list>li,.wpc-filter-more-less .wpc-see-less-control,.wpc-filter-more-less.wpc-show-more .wpc-see-more-control,.wpc-filter-more-less.wpc-show-more.wpc-search-active .wpc-filters-ul-list li,.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked+label .wpc-term-swatch.wpc-no-swatch-yet:before,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch.wpc-no-swatch-yet:before,.wpc-filters-main-wrap .ui-slider-horizontal .ui-slider-handle:after,.wpc-filters-main-wrap .ui-slider-horizontal .ui-slider-handle:before,.wpc-filters-main-wrap .wpc-filter-has-swatches ul.wpc-filters-labels:after,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input,.wpc-filters-main-wrap br,.wpc-filters-open-button-container,.wpc-filters-range-wrapper p,.wpc-filters-toolbar,.wpc-filters-widget-top-container:not(.wpc-show-on-desktop),.wpc-hidden-term-count,.wpc-hidden-term-name .wpc-term-name,.wpc-open-close-filters-button,.wpc-query-not-on-the-page .wpc-filters-widget-controls-wrapper,.wpc-query-on-the-page .wpc-filters-widget-controls-container .wpc-filter-layout-submit-button,.wpc-search-active .wpc-checkbox-item.wpc-closed>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-search-active .wpc-checkbox-item>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-search-active .wpc-filters-ul-list li,.wpc-search-active.wpc-filter-more-less .wpc-filters-ul-list li,.wpc-show-more-reverse.wpc-filter-more-less .wpc-see-more-control,.wpc-show-more-reverse.wpc-filter-more-less.wpc-show-less .wpc-see-less-control,.wpc-show-more-reverse.wpc-show-less .wpc-filters-ul-list>li,.wpc-term-count-brackets-close,.wpc-term-count-brackets-open,.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-filters-open-button-container,body .wpc-hidden,li.wpc-chip-reset-all .wpc-chip-remove-icon{display:none}.wpc-front-error{color:#c00;text-align:center}.wpc-page-seo-description{margin-bottom:1em}.wpc-filters-section{margin-bottom:32px;position:relative}.wpc-filter-layout-submit-button{display:flex;justify-content:space-between;flex-direction:row-reverse}.rtl .wpc-filter-layout-submit-button{flex-direction:row}.wpc-filters-widget-controls-container .wpc-filter-layout-submit-button{margin-right:20px;margin-left:20px;padding:20px 0}.wpc-filters-main-wrap ul.children{list-style:none;margin-left:20px}.wpc-filters-main-wrap ul.wpc-filters-ul-list{list-style:none;padding:2px 0 0;margin-left:0;float:none}.wpc-filters-main-wrap .wpc-filter-more-less:not(.wpc-filter-few-terms) ul.wpc-filters-ul-list{padding-bottom:0;margin-bottom:0}.theme-numinous .wpc-filters-main-wrap ul.wpc-filters-ul-list,.wpc-filters-main-wrap ul.wpc-filters-ul-list input{margin-top:0}.wpc-filters-main-wrap .wpc-filters-section:not(.wpc-filter-terms-count-0) ul.wpc-filters-labels{display:flex;flex-wrap:wrap;justify-content:flex-start}.wpc-filters-main-wrap .wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-2.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-3.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-4.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels{justify-content:flex-start}.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels{justify-content:flex-start;padding-left:0}.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-2.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels li,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-3.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels li,.wpc-filters-main-wrap .wpc-show-counts-yes .wpc-filter-terms-count-4.wpc-filter-has-swatches.wpc-filter-hidden-term-names ul.wpc-filters-labels li{margin-right:10px}.wpc-filter-title{margin-bottom:12px;position:relative;display:flex;justify-content:space-between;align-items:center}body .wpc-filters-main-wrap li.wpc-term-item{margin-bottom:12px;border:none;padding:0;margin-left:0}#top li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children{margin-top:14px}body .wpc-filters-main-wrap .wpc-term-item-content-wrapper{display:flex;align-items:center;position:relative}body .wpc-filters-main-wrap .wpc-filter-has-hierarchy .wpc-term-item-content-wrapper{padding-right:32px}body .wpc-filters-main-wrap .wpc-filters-labels .wpc-term-item-content-wrapper{padding-right:0}i.wpc-toggle-children-list{width:24px;top:0;bottom:0;right:1px;position:absolute}.wpc-filters-date-range-column label:hover,.wpc-filters-main-wrap li.wpc-term-item:not(.wpc-term-disabled) label:hover,.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle:hover,.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range:hover,i.wpc-toggle-children-list:hover{cursor:pointer}i.wpc-toggle-children-list:after,i.wpc-toggle-children-list:before{content:"";display:inline-block;width:12px;height:1px;background-color:#8a8a8a;position:absolute;right:0}i.wpc-toggle-children-list:before{top:50%;transform:rotate(90deg)}i.wpc-toggle-children-list:after{bottom:calc(50% + -1px)}.wpc-filter-hierarchy-reverse li.wpc-term-item.wpc-closed>.wpc-term-item-content-wrapper+ul.children,li.wpc-term-item ul.children,li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children{display:none;margin-top:10px}.flrt-star-label-checked a .wpc-term-count,.flrt-star-label-hover:hover a .wpc-term-count,.flrt-star-label:hover a .wpc-term-count,.wpc-filter-collapsible-reverse .wpc-filter-content,.wpc-filter-collapsible.wpc-opened .wpc-filter-content,.wpc-filter-has-brands.wpc-filter-hidden-term-names .wpc-dropdown-default .wpc-term-name,.wpc-filter-has-selected .wpc-filter-content,.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-dropdown-default .wpc-term-name,.wpc-filter-hierarchy-reverse li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children,.wpc-filter-layout-search-field.wpc-search-active .wpc-search-field-wrapper .wpc-search-clear-icon-wrapper,.wpc-filter-product_visibility .wpc-term-item label a,.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked+label .wpc-term-swatch-wrapper:after,.wpc-filters-labels li.wpc-term-item input[type=checkbox]:checked+label .wpc-term-swatch-wrapper:before,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:after,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:before,.wpc-search-active li.wpc-term-item.wpc-closed>.wpc-term-item-content-wrapper+ul.children,.wpc-search-active li.wpc-term-item>.wpc-term-item-content-wrapper+ul.children,form.wpc-filter-range-form,li.wpc-term-item.wpc-opened>ul.children,li.wpc-term-item.wpc-term-selected:not(.wpc-closed)>.wpc-term-item-content-wrapper+ul.children{display:block}.wpc-filter-hierarchy-reverse .wpc-checkbox-item.wpc-closed>.wpc-term-item-content-wrapper>i.wpc-toggle-children-list:before,.wpc-filters-toolbar li.wpc-filter-chip{display:inline-block}.wpc-filters-labels{padding-top:1px}.wpc-filters-labels:after{content:"";display:block;height:0;clear:both}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item{margin-top:0;margin-bottom:12px;padding:0;width:auto}.wpc-filters-main-wrap .wpc-filter-has-swatches.wpc-filter-visible-term-names .wpc-filters-labels li.wpc-term-item{width:48%;word-break:break-all}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label{margin-right:8px;margin-left:0;border:1px solid #c7d1e2;border-radius:6px;margin-bottom:0;position:relative;padding-left:0}.wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label span.wpc-filter-label-wrapper,.wpc-filters-scroll-container,.wpc_show_bottom_widget .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list.wpc-empty-chips-container{padding:0}.select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown .select2-search,.wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label{border:none}#ui-datepicker-div.wpc-filter-datepicker .ui_tpicker_second .ui-timepicker-select,.wpc-filter-hidden-term-names .wpc-filter-link .wpc-term-swatch-wrapper,.wpc-filters-main-wrap .wpc-filter-layout-labels.wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item label,li.wpc-chip-reset-all .wpc-filter-chip-name{margin-right:0}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{border:1px solid transparent;margin-left:0;cursor:pointer;display:flex;padding:4px 10px;border-radius:3px}body .wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image input:checked+label a,body .wpc-filters-main-wrap .wpc-filter-has-brands .wpc-filters-labels li.wpc-term-item input+label:hover a,body .wpc-filters-main-wrap .wpc-filter-has-brands li.wpc-term-has-image input.wpc-label-input+label:hover span.wpc-filter-label-wrapper,body .wpc-filters-main-wrap .wpc-filter-has-brands li.wpc-term-has-image input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,body .wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item input+label:hover a,body .wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item input:checked+label a,body .wpc-filters-main-wrap .wpc-filter-has-swatches input.wpc-label-input+label:hover span.wpc-filter-label-wrapper,body .wpc-filters-main-wrap .wpc-filter-has-swatches input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{background-color:transparent;color:inherit}.wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item label,.wpc-filters-main-wrap .wpc-filter-has-swatches .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper,.wpc-filters-main-wrap .wpc-filter-has-swatches input.wpc-label-input+label:hover{padding:0;border:none}.wpc-filters-main-wrap input.wpc-label-input:checked+label{border:1px solid rgba(0,0,0,.25);border-radius:5px}.wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{color:#333;background-color:rgba(0,0,0,.25)}.theme-twentytwentyone .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper{padding:6px 12px}.theme-twentytwentyone .wpc-filters-main-wrap .widget li.wpc-term-item label{padding-left:8px}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a{color:#333}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label a{text-decoration:none;transition:none}.wpc-label-item.wpc-term-disabled label:hover,.wpc-term-disabled a:hover,.wpc-term-disabled input:hover,.wpc-term-disabled span.wpc-term-count:hover{cursor:not-allowed}.wpc-term-disabled ul.children a:hover,.wpc-term-disabled ul.children input:hover,.wpc-term-disabled ul.children span.wpc-term-count:hover{cursor:inherit}.widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,.widget-area .widget .wpc-term-count-0:not(.wpc-has-not-empty-children) a,.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,.widget-area .wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,.wpc-filters-labels li.wpc-term-count-0:not(.wpc-has-not-empty-children) label span.wpc-filter-label-wrapper,.wpc-term-count-0:not(.wpc-has-not-empty-children),.wpc-term-count-0:not(.wpc-has-not-empty-children) a,body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label,body .wpc-filters-main-wrap li.wpc-term-count-0:not(.wpc-has-not-empty-children) label a{opacity:.8}.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox],.wpc-filters-main-wrap li.wpc-term-item input[type=radio]{outline:0;margin-left:0;margin-right:8px;margin-bottom:0}.wpc-filters-main-wrap li.wpc-term-item input[type=checkbox]:hover,.wpc-filters-main-wrap li.wpc-term-item input[type=radio]:hover{background-color:transparent;cursor:pointer}.wpc-filters-main-wrap li.wpc-term-item label{display:flex;margin-bottom:0;margin-top:0;margin-left:0;line-height:1.3}.wpc-filters-main-wrap .wpc-filter-has-hierarchy li.wpc-term-item label{width:auto;justify-content:normal}.wpc-filter-content select{width:100%!important;margin-bottom:1em}.wpc-filter-content .wpc-filters-widget-select{padding-left:.5em;padding-right:.5em}.wpc-filters-main-wrap li.wpc-term-item a{text-decoration:none;font-weight:400;outline:0;padding-top:0;padding-bottom:0}.wpc-filter-product_visibility .wpc-term-item label a .star-rating{display:block;margin-right:2px;position:relative;height:1.618em;line-height:1.618}.theme-twentytwentyone .wpc-filter-product_visibility .wpc-term-item label a .star-rating,.wpc-filters-widget-wrapper .wpc-posts-found p,.wpc-horizontal-layout form.wpc-filter-range-form{margin-bottom:0}.wpc-filters-widget-wrapper .wpc-posts-found p{margin:10px 0}.wpc-chip-stars span,.wpc-filters-main-wrap .wpc-filter-product_visibility li.wpc-term-item label{display:flex;align-items:center}.widget-area .widget .wpc-filter-chips-list a:focus,.widget-area .widget li.wpc-term-item a:focus,.widget-area .widget li.wpc-term-item a:hover,.wpc-filter-chips-list a:focus,body li.wpc-term-item a:focus,body li.wpc-term-item a:hover{box-shadow:none;text-decoration:none}.wpc-filter-chips-list a,body .wpc-filter-chips-list li.wpc-filter-chip a{text-decoration:none;font-weight:400;border-radius:50px;padding:4px 10px;display:block;outline:0;border:1px solid #d8d8d8;position:relative;color:#333;height:100%}body .wpc-filter-chips-list li.wpc-chip-reset-all a{border-color:#cc8181;color:inherit}.wpc-filters-main-wrap .wpc-filter-chips-list a:hover{box-shadow:none}.wpc-filters-main-wrap .wpc-filter-chips-list li.wpc-filter-chip a:active{opacity:.75}.wpc-filter-chips-list a:hover .wpc-chip-remove-icon,.wpc-filter-search-wrapper button.wpc-search-clear:hover,.wpc-filters-range-column button.wpc-range-clear:hover,.wpc-search-field-wrapper a.wpc-search-clear-icon:hover{color:#c00}body ul.wpc-filter-chips-list{margin-left:0;padding-left:0;list-style:none!important}.wpc-filter-chips-list li,body .wpc-filter-chips-list li.wpc-filter-chip,li.wpc-filter-chip{margin:0 7px 7px 0;padding:0;border:none;display:inline-block;list-style:none;font-size:91%}.wpc-filter-chip-name{margin-right:.5em;white-space:nowrap;max-width:207px;overflow:hidden;display:block}.rtl .wpc-filter-chip-name{margin-left:.5em;margin-right:0}.wpc-chip-remove-icon{font-size:1.25em;display:flex;align-items:center;max-height:1px;height:1px;line-height:1}.wpc-button-inner,.wpc-chip-content{display:flex;align-items:center;height:100%;min-height:20px}.wpc-filters-range-wrapper{display:flex;justify-content:space-between}.rtl .wpc-filters-range-wrapper{flex-direction:row-reverse}.wpc-filters-range-column{width:auto;position:relative}.wpc-filters-range-max-column,.wpc-filters-range-min-column{max-width:47%}.wpc-filters-range-min-column{margin-right:3%}.wpc-filters-range-wrapper input[type=number]{width:100%;box-sizing:border-box;-webkit-appearance:none}.wpc-filters-range-values-wrapper{text-align:right;margin-top:10px}.wpc-filters-range-slider-wrapper{margin:1.5em 11px 10px}.wpc-filters-range-inputs .ui-button.ui-state-active:hover,.wpc-filters-range-inputs .ui-button:active,.wpc-filters-range-inputs .ui-state-active,.wpc-filters-range-inputs .ui-widget-content .ui-state-active,.wpc-filters-range-inputs .ui-widget-header .ui-state-active,.wpc-filters-range-inputs a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-disabled=true],.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-selected=true],.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[data-selected=true],.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field:focus{color:inherit}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option--highlighted{opacity:1!important;color:inherit!important;background-color:unset!important;position:relative!important}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-selected=true],.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[data-selected=true]{position:relative!important;background-color:unset!important;color:inherit!important}.select2-container--default .wpc-filter-everything-dropdown .select2-results__option[aria-disabled=true],.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field:focus{background-color:unset!important;color:inherit!important}.wpc-filters-range-inputs .ui-icon-background,.wpc-filters-range-inputs .ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.wpc-filters-range-inputs .ui-state-active a,.wpc-filters-range-inputs .ui-state-active a:link,.wpc-filters-range-inputs .ui-state-active a:visited{color:#fff;text-decoration:none}.wpc-filters-range-inputs .ui-button,.wpc-filters-range-inputs .ui-state-default,.wpc-filters-range-inputs .ui-widget-content .ui-state-default,.wpc-filters-range-inputs .ui-widget-header .ui-state-default,html .wpc-filters-range-inputs .ui-button.ui-state-disabled:active,html .wpc-filters-range-inputs .ui-button.ui-state-disabled:hover{border:1px solid #c7d1e2;background:#fff;font-weight:400;color:#454545}.wpc-filters-range-inputs .ui-slider .ui-slider-handle{-ms-touch-action:none;touch-action:none;position:absolute;z-index:2;width:24px;height:24px;cursor:default;-ms-touch-action:none;touch-action:none;box-shadow:inset 0 0 0 1px #ebebeb}.wpc-filters-range-inputs .ui-slider{position:relative;text-align:left}.wpc-filters-range-inputs .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.wpc-filters-range-inputs .ui-slider-horizontal{height:3px;background:#c7d1e2;border-radius:2px}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-handle{top:-11px;margin-left:-13px;border-radius:50%;outline:0;box-shadow:0 2px 6px 1px #1f20281A}.theme-Avada .widget_wpc_filters_widget .ui-slider .ui-slider-handle:last-child{transform:none}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range{top:0;height:100%;background:#4c4c4c}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range-min{left:0}.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range-max{right:0}.wpc-filters-range-inputs .ui-slider-vertical{width:.8em;height:100px}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-range{left:0;width:100%}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-range-min{bottom:0}.wpc-filters-range-inputs .ui-slider-vertical .ui-slider-range-max{top:0}.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,.wpc-filter-collapsible-reverse.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,.wpc-filter-collapsible.wpc-closed .wpc-filter-title .wpc-open-icon,.wpc-filter-has-selected.wpc-closed .wpc-filter-title .wpc-open-icon{content:"";width:9px;min-width:9px;height:9px;display:block;border-left:1px solid #8a8a8a;border-top:1px solid #8a8a8a;transform:rotate(-135deg);position:relative;right:3px;bottom:3px}.wpc-filter-collapsible-reverse.wpc-filter-collapsible .wpc-filter-title .wpc-open-icon,.wpc-filter-collapsible.wpc-opened .wpc-filter-title .wpc-open-icon,.wpc-filter-has-selected .wpc-filter-title .wpc-open-icon{transform:rotate(45deg);position:relative;right:3px;bottom:0;top:3px}.widget-area,.widget_wpc_filters_widget,.wpc-filter-collapsible .wpc-filter-title,.wpc-filters-main-wrap,.wpc-search-field-wrapper{position:relative}.wpc-filter-header .wpc-filter-title button{width:100%;background:0 0;border:none;cursor:pointer;padding:0;text-align:left;outline:0;font-size:inherit;color:inherit;font-weight:inherit;box-shadow:none;display:flex;justify-content:space-between;align-items:center;margin:0 0 8px;min-height:0}.wpc-filter-selected-values{visibility:hidden;opacity:0;margin-top:5px;font-size:13px;padding-right:10px;line-height:1.3}.wpc-filter-collapsible.wpc-closed .wpc-filter-selected-values{visibility:visible;opacity:1}.widget_wpc_filters_widget{overflow:visible}.wpc-filters-main-wrap a.wpc-toggle-a{text-decoration:none;border-bottom-width:1px;border-bottom-style:dashed}.select2-results__option .wpc-term-count-0,.wpc-filters-main-wrap a.wpc-toggle-a:hover,.wpc-filters-main-wrap.is-active,.wpc-filters-section.is-active .wpc-filters-reset-button,.wpc-filters-section.is-active .wpc-filters-submit-button{opacity:.7}.wpc-filters-widget-top-container{background:#fff;border-bottom:1px solid transparent;padding:0}.wpc-filters-widget-top-container:before{content:"";display:block;height:1px;background:#fff;position:relative;bottom:1px}.wpc-widget-top-inside{display:flex;justify-content:flex-start;flex-wrap:nowrap;overflow:hidden}.wpc-widget-close-container{width:100%;position:relative;display:none}a.wpc-widget-close-icon{display:flex;width:56px;height:56px;margin:0;align-items:center;justify-content:flex-start;position:relative;z-index:10}.wpc-filters-widget-controls-container{display:none;text-align:center;position:sticky;bottom:0;background:#fff;z-index:99999;border-top:1px solid #e4e4e4}.theme-twentyfourteen .wpc-filters-widget-controls-container{background-color:#000}.wpc-filters-widget-controls-wrapper{margin-right:20px;margin-left:20px;display:flex;justify-content:space-between;align-items:center;position:sticky;bottom:0;padding:20px 0}.wpc-filters-main-wrap .wpc-filters-widget-controls-container a,.wpc-filters-main-wrap a.wpc-filters-reset-button,.wpc-filters-main-wrap a.wpc-filters-submit-button{outline:0!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .1s ease-in-out;text-decoration:none;font-weight:400;white-space:nowrap;box-shadow:none;padding:6px 14px;border-radius:4px;border:1px solid #d8d8d8;display:block;text-align:center}.wpc-filters-main-wrap a.wpc-filters-reset-button,.wpc-filters-main-wrap a.wpc-filters-submit-button{width:45%;white-space:inherit;display:flex;align-items:center;justify-content:center}.wpc-filters-main-wrap a.wpc-filters-reset-button{background-color:#fff}.wpc-filters-widget-controls-container a.wpc-filters-apply-button{background-color:#d8d8d8}span.wpc-icon-line-1:after,span.wpc-icon-line-2:after,span.wpc-icon-line-3:after{content:"";width:3px;height:3px;background-color:#fff;top:-2px;box-sizing:content-box}a.wpc-filters-reset-button:active,a.wpc-filters-reset-button:focus,a.wpc-filters-reset-button:hover,a.wpc-filters-submit-button:active,a.wpc-filters-submit-button:focus,a.wpc-filters-submit-button:hover{opacity:.85}.wpc-filters-widget-controls-container a:active,.wpc-filters-widget-controls-container a:focus,.wpc-filters-widget-controls-container a:hover{opacity:.6;box-shadow:none}body .wpc-filters-open-button-container a.wpc-filters-open-widget,body .wpc-filters-open-button-container a.wpc-open-close-filters-button{display:inline-block;text-align:left;border:1px solid #2c2d33;border-radius:2px;line-height:1.5;padding:7px 12px;background-color:transparent;color:#2c2d33;box-sizing:border-box;text-decoration:none!important;font-weight:400;transition:none;position:relative}.wpc-filters-scroll-container .wpc-filters-widget-wrapper{transition:opacity .25s;position:relative}.wpc-spinner{width:28px;height:28px;position:fixed;left:calc(50% - 14px);top:calc(50% - 14px);display:none;z-index:1000001}.wpc-spinner:after{content:"";position:absolute;opacity:1;border:1px solid #f3f3f3;border-top:1px solid #9f9f9f;border-radius:50%;width:28px;height:28px;top:0;left:0;bottom:0;right:0;margin:auto;animation:.5s linear infinite wpc-spinner}.wpc-filters-overlay{content:" ";background:#252525;opacity:0;position:fixed;left:0;right:0;bottom:0;z-index:99999;margin:0;transition:opacity 50ms linear}.wpc-filters-widget-controls-item{width:45%}.wpc-filters-widget-controls-one{text-align:left}.wpc-filters-widget-controls-two{text-align:right}.wpc-filters-toolbar .wpc-filter-chips-list{margin:0 0 0 .5em;display:flex;-webkit-box-pack:start;place-content:center flex-start;-webkit-box-align:center;align-items:center;overflow-x:auto}.wpc-filters-section:not(.wpc-filter-post_meta_num) .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar{width:6px;border-radius:6px;background:#e9e9eb}.wpc-filters-section:not(.wpc-filter-post_meta_num) .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-track{border-radius:6px}.wpc-filters-section:not(.wpc-filter-post_meta_num) .wpc-filter-content ul.wpc-filters-ul-list::-webkit-scrollbar-thumb{background:#c4c4c4;border-radius:6px}#sidebar:after,.fusion-sidebar-inner-content:after{content:"";clear:both;display:block;width:1px;height:1px}.wpc-icon-html-wrapper{position:relative;margin-right:10px;top:2px}.wpc-filters-open-widget.wpc-opened .wpc-icon-html-wrapper{transform:rotate(0)}.rtl .wpc-icon-html-wrapper{margin-right:0;margin-left:10px}.wpc-widget-close-container .wpc-icon-html-wrapper{top:1px;margin:0;left:20px;background:#f5f5f5;border-radius:50%;padding:14px 7px;display:block}.rtl .wpc-widget-close-container .wpc-icon-html-wrapper{left:auto;right:20px}.wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-line-1,.wpc-widget-close-container .wpc-widget-close-icon span.wpc-icon-line-3{height:1px;margin-bottom:-1px}.wpc-icon-html-wrapper span{display:block;height:1px;width:18px;border-radius:3px;background:#2c2d33;margin-bottom:4px;position:relative}span.wpc-icon-line-1:after,span.wpc-icon-line-2:after{border:1px solid #2c2d33;display:block;position:absolute}.wpc-widget-close-container .wpc-icon-html-wrapper:hover span{background:#c00}span.wpc-icon-line-1:after{border-radius:50%;left:5px}span.wpc-icon-line-2:after{border-radius:50%;left:12px}span.wpc-icon-line-3:after{display:block;border:1px solid #2c2d33;border-radius:50%;position:absolute;left:2px}.wpc-opened span.wpc-icon-line-1:after,.wpc-opened span.wpc-icon-line-2,.wpc-opened span.wpc-icon-line-2:after,.wpc-opened span.wpc-icon-line-3:after,.wpc-widget-close-icon span.wpc-icon-line-1:after,.wpc-widget-close-icon span.wpc-icon-line-2,.wpc-widget-close-icon span.wpc-icon-line-2:after,.wpc-widget-close-icon span.wpc-icon-line-3:after{border-color:#fff;display:none}.wpc-opened span.wpc-icon-line-1,.wpc-widget-close-icon span.wpc-icon-line-1{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.wpc-opened span.wpc-icon-line-3,.wpc-widget-close-icon span.wpc-icon-line-3{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}.wpc-opened span.wpc-icon-line-1,.wpc-opened span.wpc-icon-line-3,.wpc-widget-close-icon span.wpc-icon-line-1,.wpc-widget-close-icon span.wpc-icon-line-3{margin-bottom:-1px;top:-3px}.wpc-widget-close-icon span.wpc-icon-line-1,.wpc-widget-close-icon span.wpc-icon-line-3{top:-1px;margin-bottom:-2px;height:2px}.wpc-widget-close-icon .wpc-icon-html-wrapper span{width:14px}.wpc-filter-few-terms .wpc-see-less-control,.wpc-filter-few-terms .wpc-see-more-control,.wpc-filter-layout-rating.wpc-closed .flrt-stars-wpc-filter-content,.wpc-search-active .wpc-toggle-a{display:none!important}.wpc-filter-has-selected .wpc-see-less-control,.wpc-filter-has-selected.wpc-show-less .wpc-see-more-control,.wpc-filter-more-less .wpc-see-more-control,.wpc-filter-more-less.wpc-show-more .wpc-see-less-control,.wpc-show-more-reverse.wpc-filter-more-less .wpc-see-less-control,.wpc-show-more-reverse.wpc-filter-more-less.wpc-show-less .wpc-see-more-control{display:inline}.wpc-filter-has-selected.wpc-filter-more-less .wpc-filters-ul-list>li,.wpc-filter-more-less.wpc-show-more .wpc-filters-ul-list>li,.wpc-search-active .wpc-filters-ul-list li.showli,.wpc-search-active.wpc-filter-more-less .wpc-filters-ul-list li.showli,.wpc-show-more-reverse .wpc-filters-ul-list>li{display:list-item}.theme-Avada .woocommerce-container .wpc-filters-open-button-container,.theme-generatepress.woocommerce .wpc-filters-open-button-container{padding-left:0;padding-right:0}.theme-Avada .wpc-filters-open-button-container,.theme-generatepress .wpc-filters-open-button-container{padding-left:30px;padding-right:30px}.wpc-overlay-visible .theme-neve .nv-sidebar-wrap.shop-sidebar{opacity:1;z-index:100000;position:relative;pointer-events:initial}.wpc-term-count{white-space:nowrap;margin:0;display:inline-block;opacity:.3}.select2-container .wpc-term-count{margin-left:.5em}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next span,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev span,.wpc-filter-has-swatches.wpc-filter-hidden-term-names .wpc-term-count,.wpc-filter-layout-labels.wpc-filter-has-swatches .wpc-term-count,.wpc-sorting-form{margin:0}.wpc-filters-main-wrap .wpc-filter-layout-labels.wpc-filter-visible-term-names.wpc-filter-has-swatches .wpc-filters-labels{display:flex;flex-wrap:unset;justify-content:unset;flex-direction:column}.wpc-filter-has-brands .wpc-term-count,.wpc-filter-has-swatches .wpc-term-count{display:inline-flex;align-items:center}.select2-container--default.select2-container--open .wpc-filter-everything-dropdown.select2-dropdown{border-color:#c9d1e0}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single,.wpc-sorting-form .select2-container--default .select2-selection--single{border-color:#c9d1e0;border-radius:6px}.theme-Avada .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,.theme-Avada .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:36px}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:inherit;color:inherit;display:flex}.sidebar .widget .wpc-filter-everything-dropdown li.select2-results__option,.wpc-filter-everything-dropdown .select2-results__option{line-height:inherit;font-size:inherit;padding:6px 16px;margin:0;display:flex}.wpc-filter-layout-dropdown .select2-container .select2-selection--single,.wpc-sorting-form .select2-container .select2-selection--single{height:auto;padding:6px 40px 6px 16px}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow{height:100%;border:none;background-color:transparent;width:40px;border-radius:6px;top:1px;right:1px}.select2-dropdown.wpc-filter-everything-dropdown{border-color:#c9d1e0;z-index:999999}.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown{padding:4px 16px}body.theme-twentytwentyfive .wpc-filters-widget-content,body.theme-twentytwentyfour .wpc-filters-widget-content,body.theme-twentytwentyone .wpc-filters-widget-content,body.theme-twentytwentythree .wpc-filters-widget-content,body.theme-twentytwentytwo .wpc-filters-widget-content{font-size:16px}.wpc-filters-widget-content .select2-search--dropdown .select2-search__field{padding:8px 16px}.select2-container--default .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field{border-color:#c9d1e0;box-shadow:none;border-radius:6px;height:auto}.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow b{border-left:1px solid #6d6d6d;border-top:1px solid #6d6d6d;width:9px;height:9px;font-size:16px;transform:rotate(-135deg);right:16px;top:calc(50% + -6px);left:auto;margin:0;display:block;border-right:none;border-bottom:none;background:unset}.wpc-filter-layout-dropdown .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,.wpc-sorting-form .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{transform:rotate(45deg);border-left:1px solid #6d6d6d;border-top:1px solid #6d6d6d;top:calc(50% + -2px)}.wpc-help-tip{color:#929292;display:inline-block;font-style:normal;height:16px;line-height:16px;position:relative;vertical-align:middle;width:16px;min-width:16px;border-radius:50%;box-sizing:content-box;border:1px solid #c7d1e2}.wpc-help-tip::after{speak:none;font-weight:700;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;margin:0;text-indent:0;position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;content:"?";cursor:help;color:#c8d1e1;font-size:11px;line-height:16px;font-family:arial;background-color:transparent}.wpc-help-tip:hover::after{opacity:.7;cursor:help}.wpc-help-tip:active::after{opacity:.5}.wpc-filter-title .wpc-help-tip{font-size:1em}#tiptip_holder{display:none;z-index:8675309;position:absolute;top:0;left:0}#tiptip_holder.tip_top{padding-bottom:5px}#tiptip_holder.tip_top #tiptip_arrow_inner{margin-top:-7px;margin-left:-6px;border-top-color:#333}#tiptip_holder.tip_bottom{padding-top:5px}#tiptip_holder.tip_bottom #tiptip_arrow_inner{margin-top:-4px;margin-left:-5px;border-bottom-color:#333}#tiptip_holder.tip_right{padding-left:5px}#tiptip_holder.tip_right #tiptip_arrow_inner{margin-top:-6px;margin-left:-5px;border-right-color:#333}#tiptip_holder.tip_left{padding-right:1px}#tiptip_holder.tip_left #tiptip_arrow_inner{margin-top:-4px;margin-left:-7px;border-left-color:#333}#tiptip_content,.chart-tooltip,.wc_error_tip{color:#fff;font-size:.75em;background:#333;border-radius:3px;padding:.618em 1em;box-shadow:0 1px 3px rgba(0,0,0,.2)}#tiptip_content code,.chart-tooltip code,.wc_error_tip code{padding:1px;background:#888}#tiptip_arrow,#tiptip_arrow_inner{position:absolute;border:6px solid transparent;height:0;width:0}.wpc-wrap-icons{display:flex;align-items:center;flex-wrap:wrap;width:100%;line-height:1}.wpc-wrap-icons>*{flex-grow:1}.wpc-wrap-icons .wpc-help-tip{margin-left:10px;margin-right:10px;flex-grow:initial}.wpc-wrap-icons .wpc-filter-selected-values{flex-grow:2;min-width:100%}.wpc-debug-message{padding:16px;font-size:14px;border:1px dashed #ccc;margin-bottom:20px}body .wpc-debug-title{font-size:13px;margin-bottom:24px;font-style:italic;visibility:visible}.wpc-edit-filter-set{font-size:13px}.wpc-orderby-select{width:100%;max-width:300px}.select2.select2-container.select2-container--default{min-width:140px!important}.sidebar .widget .wpc-filter-everything-dropdown li.select2-results__option>span,.wpc-filter-everything-dropdown .select2-results__option>span,.wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered>span,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-results__option,.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{display:flex;align-items:center;min-height:32px}.wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__rendered{min-height:32px}.wpc-force-visibility{display:block!important;opacity:1!important;visibility:hidden!important;height:0!important;margin:0!important;padding:0!important;transform:none!important;position:static!important;transition:none!important;overflow:visible!important;z-index:999999!important;width:0!important;left:auto!important;right:auto!important;bottom:auto!important;top:auto!important}.wpc-force-visibility .widget_wpc_filters_widget,.wpc-force-visibility .wpc-filters-main-wrap{visibility:visible!important;display:block!important}.wpc-widget-top-inside .wpc-inner-widget-chips-wrapper{width:100%}.wpc_show_bottom_widget .wpc-widget-top-inside .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list{margin:0;padding:2px 0 10px}.wpc-widget-popup-title{position:absolute;top:0;text-align:center;bottom:0;right:0;left:0;display:flex;align-items:center;justify-content:center;font-size:18px;color:#333;font-weight:600}.wpc-term-image-wrapper{position:relative;width:70px;min-width:70px;height:40px;border:1px solid rgba(0,0,0,.1);text-align:center;display:flex;padding:4px;justify-content:center;align-items:center;border-radius:8px}.select2-container .wpc-term-image-wrapper{border:none;width:56px;height:32px}.wpc-dropdown-default .wpc-term-image-wrapper,.wpc-dropdown-default .wpc-term-swatch-wrapper{width:0!important;min-width:0;border-color:transparent;margin:0!important;padding:0}.wpc-filter-visible-term-names .wpc-term-image-wrapper,.wpc-item-has-brand .wpc-term-image-wrapper{margin-right:.5em}.wpc-term-swatch-wrapper{position:relative;margin-right:8px;width:25px;height:25px;border:1px solid transparent;border-radius:2px;box-sizing:content-box;overflow:hidden}.wpc-term-swatch-no-image{border:1px solid;box-sizing:border-box;display:flex;justify-content:center;align-items:center}.wpc-term-swatch-wrapper:has(.wpc-term-swatch[style*="background-color: #ffffff"]),.wpc-term-swatch-wrapper:has(.wpc-term-swatch[style*="background-color:#ffffff"]){border-color:#c7d1e2}.rtl .wpc-term-swatch-wrapper{margin-left:5px;margin-right:0}.wpc-term-image-wrapper:before,.wpc-term-swatch-wrapper:before{content:"";left:0;right:0;top:0;bottom:0;position:absolute;background:#000;opacity:.15;display:none;z-index:10}.wpc-term-swatch-wrapper:after{content:"";left:7px;top:7px;width:10px;height:5px;position:absolute;border-left:2px solid #fff;border-bottom:2px solid #fff;display:none;transform:rotate(-45deg);box-sizing:content-box;z-index:20}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-has-image input[type=checkbox]:checked+label a,.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-has-image label:hover a{border-color:rgba(0,0,0,.1)}.wpc-filters-labels li.wpc-term-has-image input[type=checkbox]:checked+label .wpc-filter-label-wrapper .wpc-term-image-wrapper,.wpc-filters-labels li.wpc-term-has-image label:hover .wpc-filter-label-wrapper .wpc-term-image-wrapper{border-width:2px;padding:4px}.wpc-filters-labels li.wpc-term-has-image input[type=checkbox]:checked+label .wpc-filter-label-wrapper .wpc-term-image-wrapper img,.wpc-filters-labels li.wpc-term-has-image label:hover .wpc-filter-label-wrapper .wpc-term-image-wrapper img{border-width:0}.wpc-filters-labels li.wpc-term-item label:active .wpc-term-swatch-wrapper:before{background:#fff;opacity:.05}.wpc-filter-has-brands .wpc-filters-labels li.wpc-term-has-image label:active .wpc-term-image-wrapper:before{display:block;background:#fff;opacity:.2}.wpc-term-image-container{position:relative;display:block;background-position:center center;background-size:contain;background-repeat:no-repeat;vertical-align:middle;width:32px;height:24px}.wpc-filter-link{margin-right:6px}.wpc-filter-has-brands li.wpc-term-item a,.wpc-filter-has-brands li.wpc-term-item label,.wpc-filter-has-swatches ul.wpc-filters-ul-list li.wpc-term-item a,span.wpc-dropdown-default,span.wpc-item-has-brand,span.wpc-item-has-swatch{display:inline-flex;align-items:center;flex-direction:row}.wpc-filter-search-wrapper{margin-bottom:12px;position:relative}.wpc-search-field{width:100%;margin:0}.wpc-filters-date-range-wrapper input[type=text]{box-sizing:border-box;min-width:100%}.wpc-filters-main-wrap input.wpc-filter-search-field{padding-right:30px;width:100%;margin:0}.wpc-search-icon{position:absolute;top:0;bottom:0;left:12px;width:24px;display:flex;align-items:center}.wpc-search-icon:before{content:"";display:inline-block;vertical-align:baseline;line-height:1;width:20px;height:20px;background-image:url('data:image/svg+xml,%3Csvg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Ccircle cx="11" cy="11" r="7" stroke="%23C7D1E2" stroke-width="2"/%3E%3Cpath d="M20 20L17 17" stroke="%23C7D1E2" stroke-width="2" stroke-linecap="round"/%3E%3C/svg%3E');background-repeat:no-repeat;background-size:20px}.wpc-filters-widget-content .wpc-filters-section .wpc-filter-search-form .wpc-search-field{padding-left:48px}.wpc-filter-search-wrapper button.wpc-search-clear,.wpc-filters-range-column button.wpc-range-clear,.wpc-search-field-wrapper .wpc-search-clear-icon-wrapper{position:absolute;right:1px;top:1px;height:calc(100% - 2px);background:0 0;border:none;font-size:29px;font-weight:400;font-family:"Times New Roman",serif;padding:0;width:38px;outline:0;color:#b5bed2;box-shadow:none;display:none;line-height:1;margin:0;cursor:pointer;-webkit-appearance:none;min-height:0;border-top-right-radius:6px;border-bottom-right-radius:6px}.wpc-search-field-wrapper .wpc-search-clear-icon-wrapper{width:40px;right:0}.wpc-search-field-wrapper a.wpc-search-clear-icon{text-decoration:none!important;position:absolute;left:0;right:0;top:0;cursor:pointer;font-size:29px;bottom:0;display:flex;justify-content:center;align-items:center;font-weight:400!important;color:inherit}.rtl .wpc-filters-main-wrap input.wpc-filter-search-field{padding-left:30px;padding-right:5px}.wpc-search-clear:hover{cursor:pointer;background:0 0;box-shadow:none;border:none;outline:0}.select2-selection span.wpc-term-swatch,li.select2-results__option span.wpc-term-swatch,li.wpc-term-item label span.wpc-term-swatch{display:block;border-radius:1px;width:100%;height:100%}@media (min-width:769px){.wpc-filters-main-wrap .wpc-term-swatch-wrapper,.wpc-filters-main-wrap li.wpc-term-item label span.wpc-term-swatch{width:28px;min-width:28px;height:28px}.wpc-filters-main-wrap .wpc-term-swatch-wrapper:after{width:10px;height:5px;position:absolute;top:calc(50% - 1px);left:50%;transform:translate(-50%,-50%) rotate(-45deg)}}li.wpc-term-item label span.wpc-term-swatch.wpc-no-swatch-yet{display:flex;justify-content:center;align-items:center}.wpc-term-swatch.wpc-no-swatch-yet:before{content:"";display:block;width:100%;height:100%;color:#9d9d9d;position:relative;z-index:30;text-align:center;line-height:15px;background-image:url(//tatisinspire.gr/wp-content/plugins/filter-everything-pro/assets/img/no-image.png);background-size:contain;background-repeat:no-repeat}.widget-area .widget li.wpc-term-item label img.wpc-term-image,.wpc-filters-main-wrap li.wpc-term-item label img.wpc-term-image,li.select2-results__option img.wpc-term-image{width:auto;max-width:100%;display:block;border-radius:0;margin:0}.wpc-term-image-wrapper img{display:inline;max-height:100%;border:1px solid transparent;box-shadow:none}.wpc-horizontal-layout .wpc-filters-widget-wrapper{display:flex;width:100%;justify-content:flex-start;flex-wrap:wrap;align-items:flex-start}.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:49%;width:49%;margin-right:2%}.flrt-star-label a,.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(4n+1),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(5n+1){margin-right:0!important}.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:32%;width:32%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:24%;width:24%;margin-right:1.33333%}.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:19%;width:19%;margin-right:1.25%}.wpc-horizontal-layout .wpc-filter-layout-submit-button,.wpc-horizontal-layout .wpc-inner-widget-chips-wrapper,.wpc-horizontal-layout .wpc-posts-found{max-width:100%;flex-basis:100%}.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-submit-button{width:23.5%;max-width:23.5%;margin-right:2%;padding-left:0;padding-right:0}.wpc-horizontal-layout a.wpc-filters-reset-button,.wpc-horizontal-layout a.wpc-filters-submit-button{width:15%;white-space:inherit;display:flex;align-items:center;justify-content:center;max-width:15%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button{width:11.33333%;max-width:11.33333%;margin-right:1.33333%;padding-left:0;padding-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:14%;max-width:14%;margin-right:1.25%;padding-left:0;padding-right:0}.wpc-horizontal-layout .wpc-filter-layout-submit-button{justify-content:flex-end}#ui-datepicker-div{z-index:100!important}.wpc-filter-datepicker{font-size:15px;min-width:250px;max-width:500px}.wpc-counter-length-1.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-2.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-3.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-4.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count,.wpc-counter-length-5.wpc-filter-layout-labels:not(.wpc-filter-has-swatches):not(.wpc-filter-has-brands) .wpc-term-count{width:auto}.wpc-counter-length-1 .wpc-term-count{width:1.5em}.wpc-counter-length-2 .wpc-term-count{width:2em}.wpc-counter-length-3 .wpc-term-count{width:2.5em}.wpc-counter-length-4 .wpc-term-count{width:3em}.wpc-counter-length-5 .wpc-term-count{width:3.5em}#ui-datepicker-div.wpc-filter-datepicker.ui-widget-content{border:1px solid #c7d1e2;padding:.2em .2em 0}#ui-datepicker-div.wpc-filter-datepicker th{opacity:.6}#ui-datepicker-div.wpc-filter-datepicker .ui-state-default,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-default,#ui-datepicker-div.wpc-filter-datepicker.ui-widget-content .ui-state-default{background:#fff;border:1px solid #fff;text-align:center;line-height:normal;padding-top:6px;padding-bottom:6px;border-radius:4px;color:#000;width:32px;height:32px;box-sizing:border-box;margin:0 auto}#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-hover,#ui-datepicker-div.wpc-filter-datepicker .ui-state-active,#ui-datepicker-div.wpc-filter-datepicker .ui-state-hover,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-active,#ui-datepicker-div.wpc-filter-datepicker.ui-widget-content .ui-state-active{color:#fff}#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-active,#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-hover.ui-state-active{opacity:1}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-title{display:flex;align-items:center;justify-content:center;gap:2px}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev{display:flex;align-items:center;justify-content:center;top:12px;width:14px;height:28px;box-sizing:border-box}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev{left:24px}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next{right:24px}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next.ui-state-hover,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev.ui-state-hover{border-color:unset;background:unset}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next .ui-icon,#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon{background-image:unset;border:2px solid #7b879c;transform:rotate(45deg);width:9px;height:9px;position:unset}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-prev .ui-icon{border-right:none;border-top:none}#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-datepicker-next .ui-icon{border-left:none;border-bottom:none}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-div .ui-timepicker-select{-webkit-appearance:none;line-height:2;color:#2c3338;border:1px solid #c7d1e2;box-shadow:none;border-radius:3px;padding:0 24px 0 8px;min-height:38px;max-width:25rem;margin-left:4px;margin-right:4px;width:max-content}.ui-datepicker.wpc-filter-datepicker .ui-widget-content button,.ui-datepicker.wpc-filter-datepicker .ui_tpicker_time_label{font-size:14px;font-weight:400}.ui-datepicker.wpc-filter-datepicker .ui-widget-content button{padding:.4em 1.6em}.ui-datepicker.wpc-filter-datepicker .ui-timepicker-div dl{margin:7px 0}.ui-datepicker.wpc-filter-datepicker .ui-datepicker-title select,.ui-datepicker.wpc-filter-datepicker select{font-size:14px;line-height:2;color:#2c3338;border:1px solid #c7d1e2;box-shadow:none;border-radius:3px;padding:0 16px 0 8px;min-height:44px;max-width:25rem;cursor:pointer;vertical-align:middle;background:#fff}.ui-datepicker.wpc-filter-datepicker.ui-widget-content{border:1px solid #e1e1e1;background:#fff;color:#444;border-radius:3px}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-oneLine{border-top:1px solid #c7d1e2;margin:0 -.2em;padding:12px 0}#ui-datepicker-div.wpc-filter-datepicker .ui-timepicker-oneLine dl{display:flex;align-items:center;justify-content:center;margin:0}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-buttonpane{border-top:1px solid #c7d1e2;padding:12px;margin:0 -.2em}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-buttonpane button.ui-priority-primary{float:unset;width:100%;padding:10px 0;margin:0;height:unset;font-weight:600}#ui-datepicker-div.wpc-filter-datepicker{z-index:9999999!important}.wpc-filters-date-range-from-column{margin-bottom:10px}.wpc-filters-date-range-column label{display:block;font-size:95%;margin-bottom:4px}html[lang=es] .wpc-filters-date-range-column label{min-width:65px}.wpc-filters-widget-content input[type=email],.wpc-filters-widget-content input[type=number],.wpc-filters-widget-content input[type=password],.wpc-filters-widget-content input[type=search],.wpc-filters-widget-content input[type=tel],.wpc-filters-widget-content input[type=text],.wpc-filters-widget-content input[type=url],.wpc-filters-widget-content select{min-height:32px;box-sizing:border-box;padding:8px 16px;border:1px solid #c7d1e2}.wpc-filters-widget-content .wpc-filter-search-wrapper .wpc-filter-search-field{padding:8px 16px 8px 48px}body .wpc-filters-widget-containers-wrapper .wpc-no-filter-terms{display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:1050px){.wpc-horizontal-layout a.wpc-filters-reset-button,.wpc-horizontal-layout a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-submit-button{padding-left:0;padding-right:0}}@media screen and (max-width:1000px){.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:24%;width:24%;margin-right:1.33333%}.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(4n+1){margin-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button{width:14%;max-width:14%;margin-right:1.25%;padding-left:0;padding-right:0}}@media screen and (max-width:900px){.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:32%;width:32%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(3n+1){margin-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:15%;white-space:inherit;display:flex;align-items:center;justify-content:center;max-width:15%;margin-right:2%}}@media screen and (max-width:700px){.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:49%;width:49%;margin-right:2%}.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(odd){margin-right:0}.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:23.5%;max-width:23.5%;margin-right:2%;padding-left:0;padding-right:0}}@media screen and (max-width:500px){.wpc-horizontal-layout .wpc-filters-widget-wrapper{display:block;width:100%}.wpc-horizontal-layout .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:not(.wpc-filter-layout-submit-button),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:not(.wpc-filter-layout-submit-button){max-width:100%;width:auto;margin-right:0}.wpc-horizontal-layout .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-2 .wpc-filters-section:nth-child(odd),.wpc-horizontal-layout.wpc-horizontal-cols-3 .wpc-filters-section:nth-child(3n+1),.wpc-horizontal-layout.wpc-horizontal-cols-4 .wpc-filters-section:nth-child(4n+1),.wpc-horizontal-layout.wpc-horizontal-cols-5 .wpc-filters-section:nth-child(5n+1){margin-right:0}.wpc-horizontal-layout a.wpc-filters-reset-button,.wpc-horizontal-layout a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-2 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-3 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-4 a.wpc-filters-submit-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-reset-button,.wpc-horizontal-layout.wpc-horizontal-cols-5 a.wpc-filters-submit-button{width:45%;max-width:none;margin:0;padding-left:14px;padding-right:14px}.wpc-horizontal-layout form.wpc-filter-range-form{margin-bottom:inherit}}@keyframes wpc-spinner{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.flrt-stars-filter{display:flex;justify-content:left;margin:0;padding:0!important}.flrt-stars-filter li{margin:0!important}.flrt-star-label{height:20px!important;width:20px;align-items:center!important;margin-left:2px!important}input.flrt-star-input{width:1px!important;height:1px!important;display:none;position:absolute!important;left:0!important;border:none!important;background-color:none!important}.flrt-star-label a,.flrt-stars-wpc-filter-content{display:flex!important}.flrt-star-label svg{height:20px;width:20px;fill:transparent;stroke-linejoin:round}.flrt-star-label a{align-items:center!important}.wpc-filter-layout-rating.wpc-opened .flrt-stars-wpc-filter-content{align-items:center!important}#flrt-wpc-term-count{margin-left:8px;height:24px}.flrt-star-label-not-checked svg{fill:transparent!important}.wpc-chip-stars{display:flex;margin-right:.5em;margin-top:0;padding:2px 0}.wpc-chip-stars svg{overflow:visible;width:16px;height:16px}.flrt-star-rating-checkbox{display:flex}.wpc-pc-sticky-buttons{position:relative;left:0;margin:16px 0}.wpc-pc-apply-button{margin-left:4px}.wpc-sticky-buttons{position:relative;display:flex;width:100%;justify-content:space-between;flex-direction:row-reverse;background:#fff;padding:16px;border:1px solid #eaf0fc;border-radius:6px;--sticky-top:16px;--sticky-bottom:16px}input[type=number].wpc-filters-range-max::-webkit-inner-spin-button,input[type=number].wpc-filters-range-max::-webkit-outer-spin-button,input[type=number].wpc-filters-range-min::-webkit-inner-spin-button,input[type=number].wpc-filters-range-min::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number].wpc-filters-range-max,input[type=number].wpc-filters-range-min{-moz-appearance:textfield;appearance:textfield}input.wpc-filter-search-field,input[type=number].wpc-filters-range-max,input[type=number].wpc-filters-range-min{padding-right:40px!important}@media screen and (min-width:769px){.wpc_show_bottom_widget .wpc-filters-widget-content{height:auto!important}body.wpc_show_open_close_button .wpc-filters-widget-content.wpc-closed,body.wpc_show_open_close_button .wpc-filters-widget-content.wpc-opened,body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened){display:block!important}}@media screen and (min-width:768px){.wpc-custom-selected-terms{clear:both;width:100%}.wpc-custom-selected-terms ul.wpc-filter-chips-list{display:flex;overflow-x:auto;padding-left:0}.wpc-filters-main-wrap .wpc-custom-selected-terms ul.wpc-filter-chips-list{display:block;overflow:visible}html.is-active .wpc-filters-overlay{top:0;opacity:.3;background:#fff}.wpc-filters-main-wrap input.wpc-label-input+label:hover{border:1px solid rgba(0,0,0,.25);border-radius:5px}.wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper{color:#333;background-color:rgba(0,0,0,.25)}.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a{color:#333}.theme-storefront #primary .storefront-sorting .wpc-custom-selected-terms{font-size:inherit}.theme-storefront #primary .wpc-custom-selected-terms{font-size:.875em}}@media screen and (max-width:768px){.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:after,.wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:before{display:none;}.wpc_show_bottom_widget .wpc-filters-widget-top-container,.wpc_show_open_close_button .wpc-filters-widget-top-container{text-align:center}.wpc_show_bottom_widget .wpc-filters-widget-top-container{position:sticky;top:0;z-index:99999;border-bottom:1px solid #f7f7f7}.wpc-custom-selected-terms:not(.wpc-show-on-mobile),.wpc-edit-filter-set,.wpc_show_bottom_widget .widget_wpc_selected_filters_widget,.wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filter-set-widget-title,.wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title,.wpc_show_bottom_widget .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button,.wpc_show_bottom_widget .wpc-posts-found,body.wpc_show_bottom_widget .wpc-open-close-filters-button,body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened){display:none}.wpc_show_bottom_widget .wpc-filters-widget-top-container:not(.wpc-show-on-desktop),.wpc_show_bottom_widget .wpc-spinner.is-active,.wpc_show_bottom_widget .wpc-widget-close-container,html.is-active body:not(.wpc_show_bottom_widget) .wpc-spinner{display:block}body .wpc-filters-main-wrap li.wpc-term-item{padding:2px 0}.wpc-chip-empty{width:0;display:list-item;visibility:hidden;margin-right:0!important}.wpc-overlay-visible #secondary{z-index:auto}html.is-active:not(.wpc-overlay-visible) .wpc-filters-overlay{top:0;opacity:.2;background:#fff}.wpc-custom-selected-terms.wpc-show-on-mobile ul.wpc-filter-chips-list{display:flex;overflow-x:auto;padding-left:0}html.is-active body:not(.wpc_show_bottom_widget) .wpc-filters-overlay{top:0;opacity:.3;background:#fff}body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-closed,body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-opened,body.wpc_show_bottom_widget .wpc-filters-widget-content:not(.wpc-opened){display:block!important}.wpc-open-close-filters-button{display:block;margin-bottom:20px}.wpc-overlay-visible body,html.wpc-overlay-visible{overflow:hidden!important}.wpc_show_bottom_widget .widget_wpc_filters_widget,.wpc_show_bottom_widget .wpc-filters-main-wrap{padding:0!important;margin:0!important}.wpc_show_bottom_widget .wpc-filters-range-column{width:48%;max-width:none}.wpc_show_bottom_widget .wpc-filters-toolbar{display:flex;margin:1em 0}.wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper{display:block;padding-left:20px;padding-right:20px}.wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title.wpc-filter-title{display:flex}.wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list,.wpc_show_open_close_button .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list{display:flex;-webkit-box-pack:start;place-content:center flex-start;overflow-x:auto;padding-top:5px;padding-bottom:5px;margin-left:0;padding-left:0}.wpc-overlay-visible .wpc_show_bottom_widget .wpc-filters-overlay{top:0;opacity:.4}.wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-spinner.is-active+.wpc-filters-widget-content .wpc-filters-scroll-container .wpc-filters-widget-wrapper{opacity:.6;pointer-events:none}.wpc_show_bottom_widget .wpc-filters-open-button-container{margin-top:1em;margin-bottom:1em}.wpc_show_bottom_widget .wpc-filters-widget-content{position:fixed;bottom:0;right:0;left:0;top:5%;z-index:999999;padding:0;background-color:#fff;margin:0;box-sizing:border-box;border-radius:7px 7px 0 0;transition:transform .25s;transform:translate3d(0,120%,0);-webkit-overflow-scrolling:touch;height:auto}.wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper{padding:0;margin:0;overflow-y:scroll;box-sizing:border-box;position:fixed;top:56px;left:0;right:0;bottom:0}.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-filters-widget-opened{transform:translate3d(0,0,0)}.theme-twentyfourteen .wpc_show_bottom_widget .wpc-filters-widget-content,.theme-twentyfourteen.wpc_show_bottom_widget .wpc-filters-scroll-container{background-color:#000}.wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list,.wpc_show_open_close_button .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list{max-height:none}.wpc_show_bottom_widget .wpc-filters-scroll-container{background:#fff;min-height:100%}.wpc_show_bottom_widget .wpc-filters-widget-wrapper{padding:20px 20px 15px}.wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field,.wpc-sorting-form select,.wpc_show_bottom_widget .wpc-filters-main-wrap input[type=number],.wpc_show_bottom_widget .wpc-filters-main-wrap input[type=text],.wpc_show_bottom_widget .wpc-filters-main-wrap select,.wpc_show_bottom_widget .wpc-filters-main-wrap textarea,.wpc_show_bottom_widget .wpc-search-field,.wpc_show_open_close_button .wpc-search-field,.wpc_show_open_close_button .wpc-filter-search-field{font-size:16px}.wpc-filter-layout-dropdown .select2-container .select2-selection--single,.wpc-sorting-form .select2-container .select2-selection--single{height:auto;padding:6px}.wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list{overflow-y:visible}.theme-twentyeleven #primary,.theme-twentyeleven #secondary{margin-left:0;margin-right:0;clear:both;float:none}#main>.fusion-row{max-width:100%}.wpc_show_bottom_widget .wpc-filters-open-button-container,.wpc_show_bottom_widget .wpc-filters-widget-controls-container,.wpc_show_bottom_widget .wpc-filters-widget-top-container,.wpc_show_open_close_button .wpc-filters-open-button-container{display:block}}
.wpc-preload-img{display:none;}.wpc-filter-more-less:not(.wpc-search-active) .wpc-filters-ul-list > li:nth-child(-n+5){display: list-item;}
li.wpc-term-item label span.wpc-term-swatch,.wpc-term-swatch-wrapper{width:32px;min-width:32px;height:32px;}
.wpc-term-swatch-wrapper:after{width:12.8px;height:6.4px;left:9.1428571428571px;top:9.1428571428571px;}.wpc-term-image-wrapper{width:70px;min-width:70px;height:40px;}.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown):not(.wpc-filter-terms-count-0) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list{
max-height: 550px;
overflow-y: auto;
}
.wpc-filters-range-inputs .ui-slider-horizontal .ui-slider-range{
background-color: #0570e2;
}
.wpc-spinner:after {
border-top-color: #0570e2;
}
.theme-Avada .wpc-filter-product_visibility .star-rating:before,
.wpc-filter-product_visibility .star-rating span:before{
color: #0570e2;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{
background-color: #0570e2;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label{
border-color: #0570e2;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input:checked+label span.wpc-filter-label-wrapper{
background-color: #d8d8d8;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input:checked+label{
border-color: #d8d8d8;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input+label:hover{
border-color: #d8d8d8;
}
body .wpc-filters-main-wrap .wpc-term-disabled input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item.wpc-term-disabled input:checked+label a{
color: #333333;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-wrapper,
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input:checked+label a{
color: #f5f5f5;
}
body .wpc-filter-chips-list li.wpc-filter-chip:not(.wpc-chip-reset-all) a{
border-color: #0570e2;
}
body .wpc-filters-main-wrap .wpc-filters-widget-controls-container a.wpc-filters-apply-button,
body .wpc-filters-main-wrap a.wpc-filters-submit-button{
border-color: #0570e2;
background-color: #0570e2;
color: #f5f5f5;
}
body .wpc-filter-chips-list li.wpc-filter-chip a:hover{
opacity: 0.9;
}
body .wpc-filter-chips-list li.wpc-filter-chip a:active{
opacity: 0.75;
}
.star-rating span,
.star-rating span:before{
color: #0570e2;
}
body a.wpc-filters-open-widget:active, a.wpc-filters-open-widget:active, 
.wpc-filters-open-widget:active{
border-color: #0570e2;
background-color: #0570e2;
color: #f5f5f5;
}
a.wpc-filters-open-widget:active span.wpc-icon-line-1:after,
a.wpc-filters-open-widget:active span.wpc-icon-line-2:after,
a.wpc-filters-open-widget:active span.wpc-icon-line-3:after{
background-color: #0570e2;
border-color: #f5f5f5;
}
a.wpc-filters-open-widget:active .wpc-icon-html-wrapper span{
background-color: #f5f5f5;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover span.wpc-filter-label-wrapper{
color: #f5f5f5;
background-color: #0570e2;
}
body .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input+label:hover a{
color: #f5f5f5;
}
body .wpc-filters-main-wrap input.wpc-label-input+label:hover{
border-color: #0570e2;
}
#ui-datepicker-div.wpc-filter-datepicker .ui-state-active, 
#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-active, 
#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-active{
border-color: #0570e2;
background: #0570e2;
opacity: 0.95;
}
#ui-datepicker-div.wpc-filter-datepicker .ui-state-hover, 
#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-hover, 
#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-hover, 
#ui-datepicker-div.wpc-filter-datepicker .ui-state-focus, 
#ui-datepicker-div.ui-widget-content.wpc-filter-datepicker .ui-state-focus, 
#ui-datepicker-div.wpc-filter-datepicker .ui-widget-header .ui-state-focus{
border-color: #0570e2;
background: #0570e2;
opacity: 0.6;
}#ui-datepicker-div.wpc-filter-datepicker .ui-datepicker-close.ui-state-default{
background: #0570e2;
color: #f5f5f5;
}
.flrt-star-label svg{
stroke: #0570e2;
}
.flrt-star-label-hover svg, .wpc-chip-stars svg{
fill: #0570e2;
}
.wpc-filter-label-stars-wrapper{
padding: 4px 5px !important;
}
.wpc-filter-label-stars-wrapper .flrt-star-label svg{
height: 17px;
width: 17px;
}
body .wpc-filters-main-wrap input.wpc-label-input:checked+label span.wpc-filter-label-stars-wrapper .flrt-star-label svg, 
span.wpc-filter-label-stars-wrapper:hover .flrt-star-label svg{
fill: #f5f5f5;
}
@media screen and (min-width: 768px) {
html.is-active .wpc-spinner{
display: block;
}}
@media screen and (min-width: 768px) {
html.is-active .wpc-filters-overlay{
opacity: .15;
background: #000000;
}}