html, 
body { 
min-height: 100% !important; 
height: auto !important; 
}
.spu-box, .spu-box *{
box-sizing: border-box;
}
.spu-bg{
position: fixed;
width: 100%;
height: 100%;
top: 0;
left: 0;
display: none;
z-index: 99999;
}
.spu-box:before,
.spu-box:after {
content:"";
display:table;
}
.spu-box:after {
clear:both;
} .spu-box {
zoom:1;
}
.spu-box { 
position:fixed;
z-index: 999999;
margin: 10px;
max-width: 100%;
}
.spu-box.spu-centered{
margin: 0;
} .spu-box img{
max-width: 100%;
height: auto;
} .spu-box.spu-top-left{ 
top: 0; left: 0; bottom: auto; right: auto;
}
.spu-box.spu-top-right{ 
top: 0; right: 0; bottom: auto; left: auto;
}
.spu-box.spu-bottom-left{ 
bottom: 0; left: 0; top: auto; right: auto;
}
.spu-box.spu-bottom-right{ 
bottom: 0; right: 0; top: auto; left: auto;
}
.spu-content > *:first-child {	
margin-top: 0; padding-top: 0;
}
.spu-content > *:last-child {
margin-bottom:0; padding-bottom:0;
}
.spu-close{ 
position:absolute;
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
line-height: 1;
}
.spu-close.top_right{
right:8px;
top:5px;
}
.spu-close.top_left{
left:8px;
top:5px;
}
.spu-close.bottom_right{
right:8px;
bottom:5px;
}
.spu-close.bottom_left{
left:8px;
bottom:5px;
}
p.spu-powered {
position: absolute;
bottom: -55px;
width: 100%;
text-align: center;
color: #fff;
left: 0px;
}
p.spu-powered a{
color: #ccc;
text-decoration: underline;
}
.spu-close:hover, .spu-close:focus {
text-decoration: none;
cursor: pointer;
}
.spu-shortcode {
float: left;
line-height: normal !important;
}
.spu-facebook-page{
text-align: center;
display: block;
}
.spu-shortcode iframe{
max-width: 1200px;
}
.spu_shortcodes{
zoom: 1;
}
.spu-content .wysija-msg li{
list-style: none;
}
.spu_shortcodes:before, 
.spu_shortcodes:after { content: ""; display: table; }
.spu_shortcodes:after { clear: both; }
@font-face {
font-family: 'spufont';
src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/popups/public/assets/fonts/spufont.eot?sze5my);
src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/popups/public/assets/fonts/spufont.eot?#iefixsze5my) format('embedded-opentype'),
url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/popups/public/assets/fonts/spufont.woff?sze5my) format('woff'),
url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/popups/public/assets/fonts/spufont.ttf?sze5my) format('truetype'),
url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/popups/public/assets/fonts/spufont.svg?sze5my#spufont) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="spu-icon-"], [class*=" spu-icon-"] {
font-family: 'spufont';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.spu-icon-envelope:before {
content: "\f003";
}
.spu-icon-check:before {
content: "\f00c";
}
.spu-icon-close:before {
content: "\f00d";
}
.spu-icon-eye:before {
content: "\f06e";
}
.spu-icon-gears:before {
content: "\f085";
}
.spu-icon-angle-up:before {
content: "\f106";
}
.spu-icon-angle-down:before {
content: "\f107";
}
.spu-icon-spinner:before {
content: "\f110";
}
.spu-spinner {
-webkit-animation: spu-rotate 1s infinite linear;
-moz-animation: spu-rotate 1s infinite linear;
-o-animation: spu-rotate 1s infinite linear;
margin: 5px;
display: none;
} .spu-box.spu-top-bar,
.spu-box.spu-bottom-bar{
margin: 0;
width: 100% !important;
padding: 10px 30px !important;
border-left: none !important;
border-right: none !important;
border-radius: 0;
position: fixed;
box-shadow: none;
z-index: 1000;
}
.spu-box.spu-top-bar.with-spu-gdpr{
padding-bottom: 40px !important;
}
.spu-box.spu-top-bar{
top: 0;
border-top: none !important;
}
.spu-box.spu-bottom-bar{
bottom: 0;
border-bottom: none !important;
}
.spu-box.spu-top-bar h1,
.spu-box.spu-top-bar h2,
.spu-box.spu-top-bar h3,
.spu-box.spu-top-bar h4,
.spu-box.spu-top-bar h5,
.spu-box.spu-top-bar h6,
.spu-box.spu-top-bar p,
.spu-box.spu-bottom-bar h1,
.spu-box.spu-bottom-bar h2,
.spu-box.spu-bottom-bar h3,
.spu-box.spu-bottom-bar h4,
.spu-box.spu-bottom-bar h5,
.spu-box.spu-bottom-bar h6,
.spu-box.spu-bottom-bar p{
margin: 0;
}
@keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-webkit-keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-moz-keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@-o-keyframes spu-rotate {
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
}
@media only screen and (max-width: 620px) {
.spu-box.taller-than-viewport {
left: 0 !important;
top: 100px !important;
position: absolute !important;
}
.spu-box{
margin: 0;
}
}.chosen-container,.noUi-target,.noUi-target *{-webkit-user-select:none;-ms-user-select:none}.chosen-container{position:relative;display:inline-block;vertical-align:middle;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover,.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 0 2px no-repeat}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) 100% -20px no-repeat;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;outline:0;border:0!important;background:0 0!important;-webkit-box-shadow:none;box-shadow:none;font-size:100%;line-height:normal;border-radius:0;width:25px}.chosen-container-multi .chosen-choices li.search-choice{position:relative;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close,.chosen-disabled .chosen-single{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite.png) -30px -20px no-repeat;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/search-filter-pro/public/assets/css/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important;white-space:nowrap!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:1px solid #000;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.noUi-pips,.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent;border-style:solid;border-width:5px 4px 0;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:4px 0 0 4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888;border-width:0 4px 5px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0,#eee 50%);background-image:-o-linear-gradient(top,#fff 0,#eee 50%);background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.searchandfilter-date-picker .ui-helper-hidden{display:none}.searchandfilter-date-picker .ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.searchandfilter-date-picker .ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.searchandfilter-date-picker .ui-helper-clearfix:after,.searchandfilter-date-picker .ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.searchandfilter-date-picker .ui-helper-clearfix:after{clear:both}.searchandfilter-date-picker .ui-helper-clearfix{min-height:0}.searchandfilter-date-picker .ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.searchandfilter-date-picker .ui-front{z-index:100}.searchandfilter-date-picker .ui-state-disabled{cursor:default!important}.searchandfilter-date-picker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.searchandfilter-date-picker .ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.searchandfilter-date-picker .ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev{position:absolute;top:2px;width:1.8em;height:1.8em}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover{top:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev{left:2px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next{right:2px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev-hover{left:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next-hover{right:1px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-next span,.searchandfilter-date-picker .ui-datepicker .ui-datepicker-prev span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.searchandfilter-date-picker .ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0;display:inline-block}.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month-year{width:100%}.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-month,.searchandfilter-date-picker .ui-datepicker select.ui-datepicker-year{width:49%}.searchandfilter-date-picker .ui-icon{width:16px;height:16px;background-position:16px 16px}.searchandfilter-date-picker .ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.searchandfilter-date-picker .ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:700;border:0}.searchandfilter-date-picker .ui-datepicker td{border:0;padding:1px}.searchandfilter-date-picker .ui-datepicker td a,.searchandfilter-date-picker .ui-datepicker td span{display:block;text-align:center;text-decoration:none}.searchandfilter-date-picker .ui-widget{font-family:Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;font-size:1.1em}.ll-skin-melon .ui-datepicker{padding:0}.ll-skin-melon .ui-datepicker-header{border:none;background:0 0;font-weight:400;font-size:15px}.ll-skin-melon .ui-datepicker-header .ui-state-hover{background:0 0;border-color:transparent;cursor:pointer;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0}.ll-skin-melon .ui-datepicker .ui-datepicker-title{margin-top:.4em;margin-bottom:.3em;color:#e9f0f4}.ll-skin-melon .ui-datepicker .ui-datepicker-next,.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,.ll-skin-melon .ui-datepicker .ui-datepicker-prev,.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{top:.9em;border:none}.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover{left:2px}.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover{right:2px}.ll-skin-melon .ui-datepicker .ui-datepicker-next span,.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-image:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/search-filter-pro/public/assets/img/ui-icons_ffffff_256x240.png);background-position:-32px 0;margin-top:0;top:0;font-weight:400}.ll-skin-melon .ui-datepicker .ui-datepicker-prev span{background-position:-96px 0}.ll-skin-melon .ui-datepicker table{margin:0}.ll-skin-melon .ui-datepicker th{padding:1em 0;color:#ccc;font-size:13px;font-weight:400;border:none;border-top:1px solid #3a414d}.ll-skin-melon .ui-state-disabled{opacity:1}.ll-skin-melon .ui-state-disabled .ui-state-default{color:#fba49e} .noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-ms-touch-action:none;touch-action:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr;background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-base,.noUi-connects{width:100%;height:100%;position:relative;z-index:1}.noUi-connects{overflow:hidden;z-index:0;border-radius:3px}.noUi-handle,.noUi-tooltip{position:absolute;border:1px solid #D9D9D9}.noUi-connect,.noUi-origin{will-change:transform;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-ms-transform-origin:0 0;-webkit-transform-origin:0 0;transform-origin:0 0}html:not([dir=rtl]) .noUi-horizontal .noUi-origin{left:auto;right:0}.noUi-vertical .noUi-origin{width:0}.noUi-horizontal .noUi-origin{height:0}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:transform .3s;transition:transform .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}html:not([dir=rtl]) .noUi-horizontal .noUi-handle{right:-17px;left:auto}.noUi-connect{background:#3FB8AF}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute}.noUi-value{position:absolute;white-space:nowrap;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.noUi-rtl .noUi-value-horizontal{-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate(0,-50%);transform:translate(0,-50%,0);padding-left:25px}.noUi-rtl .noUi-value-vertical{-webkit-transform:translate(0,50%);transform:translate(0,50%)}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center;white-space:nowrap}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}.searchandfilter p{margin-top:1em;display:block}.searchandfilter ul{display:block;margin-top:0;margin-bottom:0}.searchandfilter ul li{list-style:none;display:block;padding:10px 0;margin:0}.searchandfilter ul li li{padding:5px 0}.searchandfilter ul li ul li ul{margin-left:20px}.searchandfilter label{display:inline-block;margin:0;padding:0}.searchandfilter>ul>li[data-sf-combobox="1"] label{display:block}.searchandfilter li[data-sf-field-input-type=checkbox] label,.searchandfilter li[data-sf-field-input-type=radio] label,.searchandfilter li[data-sf-field-input-type=range-radio] label,.searchandfilter li[data-sf-field-input-type=range-checkbox] label{padding-left:10px}.searchandfilter .sf-date-prefix{padding-right:5px;display:inline-block}.searchandfilter .sf-count,.searchandfilter .sf-date-postfix{padding-left:5px;display:inline-block}.searchandfilter .screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.searchandfilter h4{margin:0;padding:5px 0 10px;font-size:16px}.searchandfilter .sf-range-max,.searchandfilter .sf-range-min{max-width:80px}.searchandfilter .sf-meta-range-radio-fromto .sf-range-max,.searchandfilter .sf-meta-range-radio-fromto .sf-range-min{display:inline-block;vertical-align:middle}.searchandfilter .sf-meta-range-radio-fromto span.sf-range-values-seperator{vertical-align:middle;display:inline-block;margin:0 15px}.searchandfilter .datepicker{max-width:170px}.searchandfilter select.sf-input-select{min-width:170px}.searchandfilter select.sf-range-max.sf-input-select,.searchandfilter select.sf-range-min.sf-input-select{min-width:auto}.searchandfilter ul>li>ul:not(.children){margin-left:0}.searchandfilter .meta-slider{margin-top:10px;margin-bottom:10px;height:15px;max-width:220px}.searchandfilter .noUi-connect{background-color:#526E91}.searchandfilter.search-filter-disabled .noUi-connect{opacity:.7}.searchandfilter .noUi-horizontal.noUi-extended{padding:0 10px}.searchandfilter .noUi-horizontal.noUi-extended .noUi-origin{right:-10px}.searchandfilter .noUi-handle{border-color:#ccc}.searchandfilter .noUi-horizontal .noUi-handle{width:24px;height:24px;top:-5px;border-radius:20px;left:-12px}.searchandfilter .noUi-horizontal .noUi-handle:after,.searchandfilter .noUi-horizontal .noUi-handle:before{height:9px;top:7px}.searchandfilter .noUi-horizontal .noUi-handle:before{left:9px}.searchandfilter .noUi-horizontal .noUi-handle:after{left:12px}.search-filter-scroll-loading{display:block;margin:20px 10px 10px;height:30px;width:30px;animation:search-filter-loader-rotate .7s infinite linear;border:5px solid rgba(0,0,0,.15);border-right-color:rgba(0,0,0,.6);border-radius:50%}@keyframes search-filter-loader-rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.ll-skin-melon{font-size:90%}.ll-skin-melon .ui-datepicker td{background:#f7f7f7;border:none;padding:0}.ll-skin-melon .ui-datepicker th{border-color:#4D6077}.ll-skin-melon .ui-widget{font-family:inherit;background:#526E91;border:none;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;-moz-box-shadow:0 0 3px rgba(0,0,0,.3);-webkit-box-shadow:0 0 3px rgba(0,0,0,.3);box-shadow:0 0 3px rgba(0,0,0,.3)}.searchandfilter.horizontal ul>li{display:inline-block;padding-right:10px}.searchandfilter.horizontal ul>li li{display:block}.ll-skin-melon td .ui-state-default{background:0 0;border:none;text-align:center;padding:.3em;margin:0;font-weight:400;color:#6C88AC;font-size:14px}.ll-skin-melon td .ui-state-active{background:#526E91;color:#fff}.ll-skin-melon td .ui-state-hover{background:#C4D6EC}.searchandfilter li.hide,.searchandfilter select option.hide{display:none}.searchandfilter .disabled{opacity:.7}.chosen-container-multi .chosen-choices li.search-field input[type=text]{height:auto;padding:5px;color:#666;font-family:inherit}.chosen-container{font-size:14px}.chosen-container-single .chosen-single{height:auto}.chosen-container-multi .chosen-choices li.search-choice{margin:3px 3px 3px 5px}.search-filter-results .sf-active{font-weight:700}.search-filter-results .sf-disabled{opacity:.5}.selectBox-dropdown{min-width:150px;position:relative;border:solid 1px #bbb;line-height:1.5;text-decoration:none;text-align:left;color:#000;outline:0;vertical-align:middle;background:#f2f2f2;background:-moz-linear-gradient(top,#f8f8f8 1%,#e1e1e1 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#f8f8f8),color-stop(100%,#e1e1e1));-moz-box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-box-shadow:0 1px 0 rgba(255,255,255,.75);box-shadow:0 1px 0 rgba(255,255,255,.75);-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;display:inline-block;cursor:default}.selectBox-dropdown:focus,.selectBox-dropdown:focus .selectBox-arrow{border-color:#666}.selectBox-dropdown.selectBox-menuShowing{-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.selectBox-dropdown .selectBox-label{padding:2px 8px;display:inline-block;white-space:nowrap;overflow:hidden}.selectBox-dropdown .selectBox-arrow{position:absolute;top:0;right:0;width:23px;height:100%;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.gif) 50% center no-repeat;border-left:solid 1px #bbb}.selectBox-dropdown-menu{position:absolute;z-index:99999;max-height:200px;min-height:1em;border:solid 1px #bbb;background:#fff;-moz-box-shadow:0 2px 6px rgba(0,0,0,.2);-webkit-box-shadow:0 2px 6px rgba(0,0,0,.2);box-shadow:0 2px 6px rgba(0,0,0,.2);overflow:auto;-webkit-overflow-scrolling:touch}.selectBox-inline{min-width:150px;outline:0;border:solid 1px #bbb;background:#fff;display:inline-block;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;overflow:auto}.selectBox-inline:focus{border-color:#666}.selectBox-options,.selectBox-options LI,.selectBox-options LI A{list-style:none;display:block;cursor:default;padding:0;margin:0}.selectBox-options LI A{line-height:1.5;padding:0 .5em;white-space:nowrap;overflow:hidden;background:6px center no-repeat}.selectBox-options LI.selectBox-hover A{background-color:#eee}.selectBox-options LI.selectBox-disabled A{color:#888;background-color:transparent}.selectBox-options LI.selectBox-selected A{background-color:#c8def4}.selectBox-options .selectBox-optgroup{color:#666;background:#eee;font-weight:700;line-height:1.5;padding:0 .3em;white-space:nowrap}.selectBox.selectBox-disabled{color:#888!important}.selectBox-dropdown.selectBox-disabled .selectBox-arrow{opacity:.5;border-color:#666}.selectBox-inline.selectBox-disabled{color:#888!important}.selectBox-inline.selectBox-disabled .selectBox-options A{background-color:transparent!important}@font-face{font-family:FontAwesome;src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}:root{--woocommerce:#720eec;--wc-green:#007518;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px;--wc-destructive:#cc1818;--wc-card-border-radius:8px}@font-face{font-family:star;src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}div.pp_woocommerce .pp_content_container{background:#fff;border-radius:3px;box-shadow:0 1px 30px rgba(0,0,0,.25);padding:20px 0}div.pp_woocommerce .pp_content_container::after,div.pp_woocommerce .pp_content_container::before{content:" ";display:table}div.pp_woocommerce .pp_content_container::after{clear:both}div.pp_woocommerce .pp_loaderIcon::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}div.pp_woocommerce div.ppt{color:#000}div.pp_woocommerce .pp_gallery ul li a{border:1px solid rgba(0,0,0,.5);background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.2);border-radius:2px;display:block}div.pp_woocommerce .pp_gallery ul li a:hover{border-color:#000}div.pp_woocommerce .pp_gallery ul li.selected a{border-color:#000}div.pp_woocommerce .pp_next::before,div.pp_woocommerce .pp_previous::before{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;font-family:WooCommerce;content:"\e00b";text-indent:0;display:none;position:absolute;top:50%;margin-top:-10px;text-align:center}div.pp_woocommerce .pp_next::before:hover,div.pp_woocommerce .pp_previous::before:hover{background-color:#000}div.pp_woocommerce .pp_next:hover::before,div.pp_woocommerce .pp_previous:hover::before{display:block}div.pp_woocommerce .pp_previous::before{left:1em}div.pp_woocommerce .pp_next::before{right:1em;font-family:WooCommerce;content:"\e008"}div.pp_woocommerce .pp_details{margin:0;padding-top:1em}div.pp_woocommerce .pp_description,div.pp_woocommerce .pp_nav{font-size:14px}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_nav,div.pp_woocommerce .pp_nav .pp_pause,div.pp_woocommerce .pp_nav p,div.pp_woocommerce .pp_play{margin:0}div.pp_woocommerce .pp_nav{margin-right:1em;position:relative}div.pp_woocommerce .pp_close{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;top:-.5em;right:-.5em;font-size:1.618em!important}div.pp_woocommerce .pp_close:hover{background-color:#000}div.pp_woocommerce .pp_close::before{font-family:WooCommerce;content:"\e013";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;position:relative;margin-top:-1px}div.pp_woocommerce .pp_arrow_next:hover,div.pp_woocommerce .pp_arrow_previous:hover{background-color:#000}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before{font-family:WooCommerce;content:"\e00b";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce .pp_arrow_previous{margin-right:.5em}div.pp_woocommerce .pp_arrow_next{margin-left:.5em}div.pp_woocommerce .pp_arrow_next::before{content:"\e008"}div.pp_woocommerce a.pp_contract,div.pp_woocommerce a.pp_expand{border-radius:100%;height:1em;width:1em;text-shadow:0 1px 2px rgba(0,0,0,.5);background-color:#444;color:#fff!important;font-size:16px!important;line-height:1em;transition:all ease-in-out .2s;right:auto;left:-.5em;top:-.5em;font-size:1.618em!important}div.pp_woocommerce a.pp_contract:hover,div.pp_woocommerce a.pp_expand:hover{background-color:#000}div.pp_woocommerce a.pp_contract::before,div.pp_woocommerce a.pp_expand::before{font-family:WooCommerce;content:"\e005";display:block;position:absolute;top:0;left:0;right:0;bottom:0;text-align:center;text-indent:0}div.pp_woocommerce a.pp_contract::before{content:"\e004"}div.pp_woocommerce #respond{margin:0;width:100%;background:0 0;border:none;padding:0}div.pp_woocommerce #respond .form-submit{margin-top:0;float:none}div.pp_woocommerce .pp_inline{padding:0!important}.rtl div.pp_woocommerce .pp_content_container{text-align:right}@media only screen and (max-width:768px){div.pp_woocommerce{left:5%!important;right:5%!important;box-sizing:border-box;width:90%!important}div.pp_woocommerce .pp_contract,div.pp_woocommerce .pp_expand,div.pp_woocommerce .pp_gallery,div.pp_woocommerce .pp_next,div.pp_woocommerce .pp_previous{display:none!important}div.pp_woocommerce .pp_arrow_next,div.pp_woocommerce .pp_arrow_previous,div.pp_woocommerce .pp_close{height:44px;width:44px;font-size:44px;line-height:44px}div.pp_woocommerce .pp_arrow_next::before,div.pp_woocommerce .pp_arrow_previous::before,div.pp_woocommerce .pp_close::before{font-size:44px}div.pp_woocommerce .pp_description{display:none!important}div.pp_woocommerce .pp_details{width:100%!important}.pp_content{width:100%!important}.pp_content #pp_full_res>img{width:100%!important;height:auto!important}.currentTextHolder{line-height:3}}div.pp_pic_holder a:focus{outline:0}div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}.pp_top{height:20px;position:relative}* html .pp_top{padding:0 20px}.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_top .pp_middle{left:0;position:static}.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_content{height:40px;min-width:40px}* html .pp_content{width:40px}.pp_fade{display:none}.pp_content_container{position:relative;text-align:left;width:100%}.pp_content_container .pp_left{padding-left:20px}.pp_content_container .pp_right{padding-right:20px}.pp_content_container .pp_details{float:left;margin:10px 0 2px}.pp_description{display:none;margin:0}.pp_social{float:left;margin:0}.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}.pp_social .twitter{float:left}.pp_nav{clear:right;float:left;margin:3px 10px 0 0}.pp_nav p{float:left;margin:2px 4px;white-space:nowrap}.pp_nav .pp_pause,.pp_nav .pp_play{float:left;margin-right:4px;text-indent:-10000px}a.pp_arrow_next,a.pp_arrow_previous{display:block;float:left;height:15px;margin-top:3px;text-indent:-100000px;width:14px}.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}.pp_gallery div{float:left;overflow:hidden;position:relative}.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,.5) solid;display:block;float:left;height:33px;overflow:hidden}.pp_gallery li.selected a,.pp_gallery ul a:hover{border-color:#fff}.pp_gallery ul a img{border:0}.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}.pp_gallery li.default a{display:block;height:33px;width:50px}.pp_gallery li.default a img{display:none}.pp_gallery .pp_arrow_next,.pp_gallery .pp_arrow_previous{margin-top:7px!important}a.pp_next{display:block;float:right;height:100%;text-indent:-10000px;width:49%}a.pp_previous{display:block;float:left;height:100%;text-indent:-10000px;width:49%}a.pp_contract,a.pp_expand{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}a.pp_close{position:absolute;right:0;top:0;display:block;text-indent:-10000px}.pp_bottom{height:20px;position:relative}* html .pp_bottom{padding:0 20px}.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}* html .pp_bottom .pp_middle{left:0;position:static}.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}.pp_loaderIcon{display:block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}#pp_full_res .pp_inline{text-align:left}div.ppt{color:#fff!important;font-weight:700;display:none;font-size:17px;margin:0 0 5px 15px;z-index:9999}.woocommerce a.selectBox{background:#fff;min-width:100px;margin-right:10px;color:inherit}.woocommerce a.selectBox,.woocommerce a.selectBox:hover{border-bottom:1px solid #bbb!important}.woocommerce a.selectBox:hover{color:inherit}.woocommerce a.selectBox:focus{border:1px solid #ccc}.selectBox-dropdown .selectBox-label{vertical-align:middle;padding:3px 8px}.selectBox-dropdown .selectBox-arrow{border:none;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center right no-repeat}.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow{background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/yith-woocommerce-wishlist/assets/images/jquery.selectBox-arrow.png) center left no-repeat}.selectBox-dropdown-menu{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:5px;font-size:80%}.selectBox-dropdown-menu li a{color:inherit;padding:5px 8px;border-radius:3px}.selectBox-dropdown-menu a:hover{color:inherit;text-decoration:none}select.selectBox.change-wishlist{max-width:100px}.selectBox.change-wishlist{width:auto!important}.change-wishlist-selectBox-dropdown-menu{width:auto!important}.yith-wcwl-with-pretty-photo{overflow:hidden}.yith-wcwl-with-pretty-photo .pp_content{height:auto!important}.woocommerce .wishlist-fragment .blockUI.blockOverlay::before,.woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay::before{display:none}.yith-wcwl-popup{display:none}.yith-wcwl-popup-content h3{text-align:center;font-size:1.5em}.yith-wcwl-popup-content .heading-icon,.yith-wcwl-popup-feedback .heading-icon{text-align:center;display:block;font-size:70px;color:#333;margin-bottom:15px}.yith-wcwl-popup-content .popup-description{text-align:center;font-weight:600;margin-bottom:15px}.yith-wcwl-popup-content .popup-description a.show-tab.active{cursor:inherit;color:inherit;pointer-events:none}.yith-wcwl-popup-feedback p.feedback{margin-top:1.5em;text-align:center;font-size:1.1rem;font-weight:600}.yith-wcwl-popup-content label{display:block}.yith-wcwl-popup-content input[type=text],.yith-wcwl-popup-content select{padding:10px 7px}.yith-wcwl-popup-content .create{display:none}.yith-wcwl-popup-content .yith-wcwl-second-row{display:none}.yith-wcwl-popup-footer{margin:15px 0}.yith-wcwl-popup-footer .button.wishlist-submit{display:block;width:100%;text-align:center}.pp_pic_holder.pp_woocommerce.feedback{max-width:450px!important}.pp_pic_holder.pp_woocommerce.feedback .pp_content{width:auto!important}.yith-wcwl-popup-feedback{margin-top:2em;margin-bottom:2em}.yith-wcwl-add-button.with-dropdown{position:relative;padding:15px 0}.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown{display:none;list-style:none;margin-bottom:0;padding:5px 25px;border:1px solid #cdcdcd;background:#fff;position:absolute;z-index:15;top:calc(100% - 5px);min-width:200px}.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown{display:block}.yith-wcwl-add-button ul.yith-wcwl-dropdown li{padding:15px;padding-left:0;text-transform:uppercase;font-size:.8em}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a{font-size:1em!important;color:inherit;box-shadow:none}.yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover{color:initial}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:before{font-family:FontAwesome;content:'\f067';margin-right:15px}.yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child){border-bottom:1px solid #cdcdcd}.yith-wcwl-add-to-wishlist .separator+[data-title]{display:inline-block}.yith-wcwl-add-to-wishlist .with-tooltip{position:relative}.yith-wcwl-tooltip{z-index:10;padding:5px 10px;border-radius:5px;text-align:center;top:calc(100% + 5px);pointer-events:none;cursor:initial;font-size:.6875rem;line-height:normal;display:none}.with-dropdown .yith-wcwl-tooltip{top:auto;bottom:calc(100% + 10px)}.with-tooltip .yith-wcwl-tooltip{position:absolute}.with-tooltip .yith-wcwl-tooltip:before{content:'';display:block;position:absolute;top:-5px;left:calc(50% - 2px);width:0;height:0;background:0 0!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:5px solid}.with-dropdown .with-tooltip .yith-wcwl-tooltip:before{bottom:-5px;top:auto;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;border-bottom:none}#yith-wcwl-popup-message{font-weight:700;line-height:50px;text-align:center;background:#fff;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3);position:fixed;top:50%;left:50%;padding:7px 40px;z-index:10000}.wishlist-title{display:inline-block}.wishlist-title h2{display:inline-block;padding:5px}.wishlist-title.wishlist-title-with-form h2:hover{background:#efefef}.wishlist-title a.show-title-form{cursor:pointer;visibility:hidden}.wishlist-title:hover a.show-title-form{visibility:visible}.hidden-title-form{position:relative;margin:25px 0 39px}.yes-js .hidden-title-form{display:none}.hidden-title-form .edit-title-buttons{position:absolute;right:5px;top:calc(50% - 15px)}.hidden-title-form>input[type=text]{padding-right:65px;line-height:1}.hidden-title-form a{cursor:pointer;display:inline-block;width:30px;height:30px;line-height:30px;text-align:center;vertical-align:middle;font-size:1.3em}.hidden-title-form a i{margin:0;display:inline-block}table.wishlist_table{font-size:80%}table.wishlist_table tr{position:relative}table.wishlist_table thead th{border-top:1px solid;padding:16px 12px}table.wishlist_table tbody td{padding:16px 12px}table.wishlist_table tbody td,table.wishlist_table thead th{border-color:#e7e7e7}p.wishlist-empty,table.wishlist_table tbody td.wishlist-empty{text-align:center;margin:100px 0}.wishlist_table tr td,.wishlist_table tr th.product-checkbox,.wishlist_table tr th.wishlist-delete{text-align:center}.wishlist_table tr th.product-checkbox{vertical-align:middle;width:40px}.wishlist_table tr th.product-remove{vertical-align:middle;width:40px}.wishlist_table tr th.product-thumbnail{width:80px}.wishlist_table tfoot td,.wishlist_table tr td.product-name,.wishlist_table tr td.product-thumbnail,.wishlist_table tr td.wishlist-name,.wishlist_table tr td.wishlist-privacy{text-align:left}.wishlist_table tr td.product-remove{padding:16px 0}.wishlist_table tr td.product-thumbnail a{display:block;border:none;max-width:80px}.wishlist_table tr td.product-thumbnail a img{width:100%}.wishlist_table tr td.product-arrange{cursor:grab}.wishlist_table tr td.product-arrange:active{cursor:grabbing}.wishlist_table .product-stock-status span.wishlist-in-stock{color:#297e29}.wishlist_table .product-stock-status span.wishlist-out-of-stock{color:red}.wishlist_table .product-add-to-cart span.dateadded{display:block}.wishlist_table .product-add-to-cart a{display:table!important;margin:0 auto 5px!important;text-align:center}.wishlist_table .product-add-to-cart a.button{padding:6px 25px!important}.wishlist_table .product-add-to-cart a>img{display:inline;max-width:2em}.wishlist_table .price-variation{display:block}.wishlist_table .price-variation.decrease .variation-rate{color:red}.wishlist_table .price-variation .old-price{display:block}.wishlist_table a.button{white-space:normal;margin-bottom:5px!important}.wishlist_table.modern_grid{list-style:none;margin:0 -7px 35px;font-size:0}.wishlist_table.modern_grid li{display:inline-block;vertical-align:top;width:33.33%;padding:0 7px;margin-bottom:15px}.wishlist_table.images_grid li.wishlist-empty,.wishlist_table.modern_grid li.wishlist-empty{width:100%;font-size:1rem;text-align:center;margin:50px 0}.wishlist_table.images_grid li.show{z-index:10}.wishlist_table.images_grid.products li.product.first,.wishlist_table.images_grid.products li.product.last{clear:none}.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1),.wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1),.wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1),.wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1),.wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1){clear:both}.wishlist_table.modern_grid li .item-wrapper{display:table;margin:0 -7px}.wishlist_table.modern_grid li .item-details,.wishlist_table.modern_grid li .product-thumbnail{display:table-cell;vertical-align:top;box-sizing:border-box;width:50%;padding:0 7px;font-size:1rem}.wishlist_table.images_grid li .product-thumbnail,.wishlist_table.modern_grid li .product-thumbnail{position:relative}.wishlist_table.images_grid li .product-thumbnail .product-checkbox,.wishlist_table.modern_grid li .product-thumbnail .product-checkbox{position:absolute;top:7px;left:15px;z-index:2}.wishlist_table.modern_grid li .product-thumbnail>a{display:block}.wishlist_table.modern_grid li .product-thumbnail>a img{display:block}.wishlist_table.images_grid li.show .product-thumbnail>a img,.wishlist_table.images_grid li:hover .product-thumbnail>a img{filter:brightness(1.1)}.wishlist_table.modern_grid.wishlist_view li .item-details{position:relative}.wishlist_table.modern_grid.wishlist_view li .item-details:before{content:'';display:block;top:0;bottom:0;left:7px;background:#fff;position:absolute;right:7px;z-index:0;border:1px solid #cdcdcd}.wishlist_table.images_grid li .item-details{display:none;position:absolute;z-index:2;bottom:15px;left:calc(50% - 150px);width:300px;background:#fff;padding:10px 20px;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.wishlist_table.images_grid li.show .item-details{display:block}.wishlist_table.modern_grid li .item-details .item-details-wrapper{padding:15px 20px;line-height:normal;position:relative}.wishlist_table.images_grid li .item-details a.close{position:absolute;top:10px;right:20px}.wishlist_table.images_grid li .item-details h3,.wishlist_table.mobile li .item-details h3,.wishlist_table.modern_grid li .item-details h3{margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table,.wishlist_table.mobile li .item-details table.item-details-table,.wishlist_table.mobile li table.additional-info,.wishlist_table.modern_grid li .item-details table.item-details-table{border:none;margin-bottom:7px}.wishlist_table.images_grid li .item-details table.item-details-table td,.wishlist_table.mobile li .item-details table.item-details-table td,.wishlist_table.mobile li table.additional-info td,.wishlist_table.modern_grid li .item-details table.item-details-table td{border:none;font-size:.7em;padding:3px;vertical-align:top}.wishlist_table.images_grid li .item-details table.item-details-table td.label,.wishlist_table.mobile li .item-details table.item-details-table td.label,.wishlist_table.mobile li table.additional-info td.label,.wishlist_table.modern_grid li .item-details table.item-details-table td.label{text-align:left;font-weight:700;width:40%}.wishlist_table.images_grid li .item-details table.item-details-table td.value,.wishlist_table.mobile li .item-details table.item-details-table td.value,.wishlist_table.mobile li table.additional-info td.value,.wishlist_table.modern_grid li .item-details table.item-details-table td.value{text-align:right}.wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_table.images_grid li .item-details table.item-details-table td.value input,.wishlist_table.mobile li table.additional-info td.value input,.wishlist_table.modern_grid li .item-details table.item-details-table td.value input{width:auto}.wishlist_table.images_grid li .item-details .product-add-to-cart,.wishlist_table.modern_grid li .item-details .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .move-to-another-wishlist,.wishlist_table.modern_grid li .item-details .move-to-another-wishlist{text-align:center;margin-bottom:7px}.wishlist_table.images_grid li .item-details .product-remove,.wishlist_table.modern_grid li .item-details .product-remove{text-align:right}.wishlist_table.images_grid li .item-details .product-remove a,.wishlist_table.modern_grid li .item-details .product-remove a{border:none;border-radius:0;display:inline-block}.wishlist_table.mobile{list-style:none;margin-left:0}.wishlist_table.mobile li{margin-bottom:7px}.wishlist_table.mobile li .product-checkbox{display:inline-block;width:20px;vertical-align:top}.wishlist_table.mobile li .item-wrapper{display:inline-block;width:calc(100% - 25px);vertical-align:top;margin-bottom:7px}.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty{text-align:center}.wishlist_table.wishlist_manage_table.mobile li .item-wrapper{width:100%}.wishlist_table.mobile li .item-wrapper .product-thumbnail{display:inline-block;max-width:60px;margin-right:10px}.wishlist_table.mobile li .item-wrapper .item-details{display:inline-block;width:calc(100% - 80px);vertical-align:top}.wishlist_table.mobile.with-checkbox li .additional-info-wrapper{padding-left:20px}.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart{text-align:center;margin-bottom:7px}.wishlist_table.mobile li .additional-info-wrapper .product-remove{text-align:right}a.add_to_wishlist{cursor:pointer}.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon{margin-right:5px}.yith-wcwl-add-to-wishlist a.add_to_wishlist>img,.yith-wcwl-add-to-wishlist a.delete_item>img,.yith-wcwl-add-to-wishlist a.move_to_another_wishlist>img{max-width:32px;display:inline-block;margin-right:10px}a.add_to_wishlist+a.view-wishlist,a.delete_item+a.view-wishlist{margin-left:15px}.summary .single_add_to_wishlist.button,div.product .woocommerce-price-and-add .single_add_to_wishlist.button{margin:0}.wishlist_table .add_to_cart.button{padding:7px 12px;line-height:normal}.yith-wcwl-add-to-wishlist{margin-top:10px}.hidden-title-form button i,.wishlist-title a.show-title-form i,.wishlist_manage_table tfoot a.create-new-wishlist i,.wishlist_manage_table tfoot button.submit-wishlist-changes i,.wishlist_table .add_to_cart.button i,.wishlist_table .ask-an-estimate-button i,.yith-wcwl-add-button>a i,.yith-wcwl-wishlist-new button i,.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin-right:10px}.hidden-title-form a.hide-title-form,.wishlist-title a.show-title-form,.wishlist_manage_table a.create-new-wishlist,.wishlist_manage_table button.submit-wishlist-changes,.wishlist_table .add_to_cart.button,.wishlist_table a.ask-an-estimate-button,.woocommerce .yith-wcwl-wishlist-new button,.yith-wcwl-add-button a.add_to_wishlist,.yith-wcwl-popup-button a.add_to_wishlist,.yith-wcwl-wishlist-search-form button.wishlist-search-button{margin:0;box-shadow:none;text-shadow:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist{position:absolute;z-index:10;margin:0;top:10px;left:10px}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown{padding:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item,.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist{font-size:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback{display:none}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback+a{font-size:0;background:0 0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i{font-size:1.6rem;margin:0}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img{margin:0}.woocommerce .wishlist-title{margin-bottom:30px}.woocommerce .wishlist-title h2{vertical-align:middle;margin-bottom:0}.woocommerce .hidden-title-form button{padding:7px 24px;vertical-align:middle;border:none;position:relative}.woocommerce .hidden-title-form button:active{top:1px}.woocommerce .back-to-all-wishlists{margin-bottom:20px}.woocommerce #content table.wishlist_table.cart a.remove{color:#c3c3c3;margin:0 auto}.woocommerce #content table.wishlist_table.cart a.remove:hover{background-color:#c3c3c3;color:#fff}.yith-wcwl-share{margin-bottom:35px}.yith-wcwl-share h4.yith-wcwl-share-title{margin:10px 0}.yith-wcwl-share ul{margin:5px 0;padding:0}.entry-content .yith-wcwl-share ul li,.yith-wcwl-share ul li{display:inline-block;margin-left:0;margin-right:0}.yith-wcwl-share li a{color:#fff;text-align:center;text-decoration:none;line-height:1;padding:5px;display:block;border:none;min-width:26px;min-height:26px}.yith-wcwl-share li a:hover{color:#fff}.yith-wcwl-share li a>img{max-width:1em}.copy-trigger{cursor:pointer}.woocommerce .ask-an-estimate-button>img{max-width:1em;display:inline;margin-right:5px}#ask_an_estimate_popup{display:none}.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup{width:100%}.wishlist-ask-an-estimate-popup .woocommerce-error{margin-bottom:0}.wishlist-ask-an-estimate-popup #additional_notes{min-height:150px}.ask-an-estimate-confirmation{padding:0 30px;text-align:center}.yith_wcwl_wishlist_footer>div{margin-bottom:15px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action{float:left}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label{display:inline-block;margin-right:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions{min-width:250px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit]{margin:0;margin-left:10px}.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update{float:right}.yith_wcwl_wishlist_footer .yith-wcwl-share{float:left;clear:both}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*{vertical-align:middle}.yith_wcwl_wishlist_update+.yith_wcwl_footer_additional_action{clear:both}.wishlist-page-links{clear:both}#move_to_another_wishlist{display:none}.yith-wcwl-wishlist-new{padding:20px 0}.yith-wcwl-popup-content .yith-wcwl-wishlist-new{padding:0}.yith-wcwl-wishlist-new .wishlist-name{display:inline-block}.yith-wcwl-wishlist-new .wishlist-privacy-radio label{display:block}.yith-wcwl-popup-content .create-wishlist-button{margin-top:15px;width:100%}#create_new_wishlist{display:none}.wishlist_manage_table select{vertical-align:middle;margin-right:10px}.wishlist_manage_table td.wishlist-name .wishlist-title{margin-bottom:0}.wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form{display:inline-block;padding:0;border:none;background:0 0;top:0;margin:0}.wishlist_manage_table td.wishlist-name a.show-title-form i{padding:5px;margin:0}.wishlist_manage_table td.wishlist-name:hover a.show-title-form{visibility:visible}.wishlist_manage_table td.wishlist-name .hidden-title-form{margin:0!important;width:100%}.wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table td.wishlist-name .hidden-title-form{position:relative}table.wishlist_manage_table tfoot td{text-align:right;padding:24px 12px}.wishlist_manage_table tfoot button.submit-wishlist-changes{padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.wishlist_manage_table tfoot button.submit-wishlist-changes:active{top:1px}.wishlist_manage_table tfoot a.create-new-wishlist{vertical-align:middle;line-height:normal;padding:7px 24px}.wishlist_manage_table.modern_grid li.wishlist-empty{margin:50px 0}.wishlist_manage_table.modern_grid li .item-wrapper{display:block;margin:0;padding:40px 50px;background:#fff;border:1px solid #cdcdcd}.wishlist_manage_table.modern_grid li .item-details,.wishlist_manage_table.modern_grid li .product-thumbnail{display:block;width:100%;padding:0}.wishlist_manage_table.modern_grid li .item-details .hidden-title-form{width:100%}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box{display:flex;background:#f2f2f2;min-height:400px;align-items:center;justify-content:center;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p{font-size:1em;line-height:1.5em;font-weight:600}.wishlist_manage_table.modern_grid li .product-thumbnail img:first-child{width:100%;margin-bottom:15px}.wishlist_manage_table.modern_grid li .product-thumbnail img{width:calc(50% - 8px)}.wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3){margin-left:15px}.wishlist_manage_table.modern_grid li .wishlist-title-with-form{display:block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form h3{display:inline-block}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form,.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover{visibility:visible;float:right;margin:0;background:0 0;color:inherit}.wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i{margin:0}.wishlist_manage_table.modern_grid li .hidden-title-form{margin-top:0!important}.wishlist_manage_table.modern_grid li .hidden-title-form input[type=text]{width:100%;min-width:0}.wishlist_manage_table.mobile li{margin-bottom:30px}.wishlist_manage_table.mobile li .item-wrapper .item-details{width:100%}.wishlist_manage_table.mobile li .item-details .hidden-title-form{position:relative}.wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text]{width:100%}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title{display:block;border-bottom:1px solid #cdcdcd;position:relative}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form{position:absolute;right:0;top:0;visibility:visible}.wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox{margin-right:0}.wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download{float:left}.yith-wcwl-wishlist-search-form{text-align:center;padding:20px 0}.yith-wcwl-wishlist-search-form #wishlist_search{display:inline-block;max-width:300px;vertical-align:middle}.yith-wcwl-wishlist-search-form button.wishlist-search-button{display:inline-block;padding:7px 24px;vertical-align:middle;border:1px solid;border-radius:3px;position:relative;line-height:normal}.yith-wcwl-wishlist-search-form button.wishlist-search-button i{margin:0}.yith-wcwl-wishlist-search-form button.wishlist-search-button:active{top:1px}.yith-wcwl-search-results .wishlist-owner{text-align:left}.yith-wcwl-search-results .wishlist-owner .thumb{display:inline-block;margin-right:15px}.yith-wcwl-add-to-wishlist .ajax-loading{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;display:inline!important;margin-left:5px;vertical-align:middle;visibility:hidden;width:16px!important;height:16px!important}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li,.widget_yith-wcwl-lists ul.dropdown li{padding:0}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown>li a{display:block;padding:5px 15px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists>li a,.widget_yith-wcwl-lists ul.dropdown ul.lists>li a{padding:5px 25px}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown>li.lists-section,.widget_yith-wcwl-lists ul.dropdown>li.lists-section{border-bottom:1px solid #e7e7e7}.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists,.widget_yith-wcwl-lists ul.dropdown ul.lists{margin:0}.elementor-widget-wp-widget-yith-wcwl-items .mini,.widget_yith-wcwl-items .mini{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .heading,.widget_yith-wcwl-items .heading{text-align:center;cursor:pointer}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading,.widget_yith-wcwl-items .mini .heading{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items .heading a,.widget_yith-wcwl-items .heading a{color:inherit}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter,.widget_yith-wcwl-items .extended .heading .items-counter{position:relative}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i,.widget_yith-wcwl-items .extended .heading .items-counter i{font-size:70px;position:relative;margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i,.widget_yith-wcwl-items .mini .heading .items-counter i{font-size:30px}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count,.widget_yith-wcwl-items .extended .heading .items-counter .items-count{display:block;position:absolute;left:0;right:0;text-align:center;top:calc(50% - 20px);font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count,.widget_yith-wcwl-items .mini .heading .items-counter .items-count{font-size:1rem}.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after,.widget_yith-wcwl-items .extended .heading h3:after{content:'';display:block;max-width:80px;border-bottom:1px solid #cdcdcd;margin:10px auto}.elementor-widget-wp-widget-yith-wcwl-items .mini .list,.widget_yith-wcwl-items .mini .list{position:absolute;z-index:1;left:0;background:#fff;padding:25px 40px;display:none;-webkit-box-shadow:0 0 15px rgba(0,0,0,.3);-moz-box-shadow:0 0 15px rgba(0,0,0,.3);box-shadow:0 0 15px rgba(0,0,0,.3)}.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list,.widget_yith-wcwl-items .mini:hover .list{display:block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget,.widget_yith-wcwl-items ul.product_list_widget{margin-bottom:40px!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{max-height:30vh;overflow-y:auto}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar{-webkit-appearance:none;width:7px}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb,.widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,.4);box-shadow:0 0 1px rgba(255,255,255,.4)}.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist,.widget_yith-wcwl-items p.empty-wishlist{margin-bottom:0!important}.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget,.widget_yith-wcwl-items .mini ul.product_list_widget{margin-left:-20px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li,.widget_yith-wcwl-items ul.product_list_widget li{display:table}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child),.widget_yith-wcwl-items ul.product_list_widget li:not(:last-child){margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{display:table-cell;vertical-align:middle}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists,.widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists{font-size:1.2rem}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img,.widget_yith-wcwl-items ul.product_list_widget li .image-thumb img{margin-left:10px;max-width:40px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info{display:inline-block;vertical-align:middle;margin-left:10px}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a{display:inline-block}.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*,.widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info>*{display:block}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items a.add_all_to_cart{display:block!important}.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist,.widget_yith-wcwl-items .show-wishlist{margin-bottom:10px}.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart,.widget_yith-wcwl-items a.add_all_to_cart{text-align:center}@media(max-width:768px){.yith_wcwl_wishlist_bulk_action select{width:100%;margin-bottom:15px}.yith_wcwl_wishlist_bulk_action input{float:right}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action{float:none}.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button{width:100%;text-align:center}}:root {
--red: #ed1b24;
}
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family: 'montserratregular';font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}
.contacts__image {
overflow: hidden;
border:1px solid #ddd;
}
.img-thumbnail {    
line-height:1.42857143;
background-color:#fff;
border:1px solid #ddd;
border-radius:4px;
-webkit-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out;
display:inline-block;
width:100% !important;
height: 100% !important;
object-fit: cover;
}
.contacts__image img {
width:100% !important;
height: 100% !important;
object-fit: cover;
}
.contacts h3 {
font-size: 18px;
line-height: 140%;
font-weight: 700; 
}
.contacts h4 {
font-size: 16px;
line-height: 140%;
font-weight: 700; 
margin-bottom: 1rem;
}
.contacts__tel {
color: var(--red);
font-size: 20px;
}
.contacts__box a {
display: block;
}
.contacts__box p {
font-size: 18px;
} .cooperation {
padding-top:10px;
padding-bottom:10px;
background: #ddd;
}
a.cooperation__btn, .article__navigation a.btn-red-transparent {
padding: 4px 20px;
color: var(--red);
background: transparent;
border:2px solid var(--red);
font-size: 13px;
transition: all .3s ease-in-out;
}
a.cooperation__btn:hover, .article__navigation a.btn-red-transparent:hover,
a.cooperation__btn:focus, .article__navigation a.btn-red-transparent:focus,
a.cooperation__btn:active, .article__navigation a.btn-red-transparent:active {    
color: #fff;
background: var(--red);   
transition: all .3s ease-in-out;
}  .map {
height: 600px;
}
.map__image {
height: 160px;
overflow: hidden;
margin-bottom: 2rem;
}
.map__image img {
width: 100%;
height: 100%;
object-fit: cover;
}
.map .ymaps-2-1-79-balloon__close+.ymaps-2-1-79-balloon__content { 
width: 204px;
height: fit-content;
}  .faq .accordion-item {
border: 0;
margin-bottom: 20px;
box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.06);
border-radius: 10px;
}
.faq .accordion-item:last-child {
margin-bottom: 0;
}
.faq .accordion-collapse {
border: 0;
}
.faq .accordion-button {
padding: 20px 50px 20px 20px;
font-weight: 600;
border: 0;
font-size: 18px;
line-height: 24px;
color: #000;
text-align: left;
background: #fff;
box-shadow: none;
border-radius: 10px;
}
.faq .accordion-flush {
padding-right: 10px;
}
.faq .accordion-button:not(.collapsed) {
color: grey;
border-bottom: 0;
box-shadow: none;
}
.faq .accordion-button:after {
position: absolute;
right: 20px;
top: 20px;
}
.faq .accordion-body {
padding: 0 40px 30px 45px;
border: 0;
border-radius: 10px;
background: #fff;
box-shadow: none;
}  .delivery p, .delivery ul {
margin-bottom: 1.5rem;
}
.delivery ul {
list-style: disc !important;
padding-left: 20px;
} @media (max-width:767px) {
.contacts h3 {
font-size: 16px;
}
.contacts h4 {
font-size: 14px;
}
.contacts__tel {
font-size: 18px;
}
}
.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1430px){.container{width:1194px}}.container-fluid{margin-right:auto;margin-left:auto;padding-left:15px;padding-right:15px}.row{margin-left:-15px;margin-right:-15px}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-left:15px;padding-right:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1250px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{content:" ";display:table}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-left:auto;margin-right:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}
.one-head {
display: inline-block;
width: 100%;
padding-top: 30px;
padding-bottom: 10px;
}
body {
font-family: 'Inter', sans-serif;
}
div.site-description {
font-size: 14px;
line-height: 21px;
padding: 12px 0;
padding-left: 10px;
float: left;
width: calc(100% - 65px);
max-width: 160px;
}
footer#footer div.site-description {
padding-left: 0;
padding-right: 10px;
}
.one-head .col-md-3 {
padding: 0; }
.one-head .col-md-3:first-child img {
float: left;
}
.col-md-3.connt p,.col-md-3.connt span {
font-size: 14px;
line-height: 21px;
font-weight: 400;
}
.col-md-3.connt a {
display: inline-block;
width: 100%;
font-size: 20px;
line-height: 30px;
font-weight: 600;
color: #1d1d1d;
text-decoration: none !important;
transition: 0.4s;
margin: 5px 0;
}
.col-md-3.connt a:hover {
color: #ed1c24;
}
.col-md-3.connt {
padding: 0 38px;
border-left: solid 1px #e6e6e6;
border-right: solid 1px #e6e6e6;
}
.col-md-3.connt:nth-child(2) {
border-right: 0;
}
.one-head .col-md-3:last-child {
width: calc(25% - 56px);
}
.cart-contents-count {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
top: -6px;
right: -4px;
width: 19px;
height: 19px;
font-size: 12px;
font-weight: 500;
color: #fff;
background-color: #9b5c8f;
border-radius: 50%;
-webkit-box-align: center;
-webkit-box-pack: center;
-ms-flex-align: center;
-ms-flex-pack: center;
}
.col-md-3 {}
.col-md-3.connt {
width: calc(25% + 28px);
margin-top: -9px;
}
a.cartt span {
padding: 7px 12px;
background: #f6f6f6;
border-radius: 999px;
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #1d1d1d;
min-width: 102px;
text-align: center;
display: inline-block;
margin-left: 3px;
position: relative;
top: 3px;
}
.all-services {
margin: 40px auto 0 0 !important;
display: flex !important;
align-items: center;
justify-content: center;
} section {
padding: 60px 0;
overflow: hidden;
}
.section-bg {
background-color: #f4f9fc;
}
.section-title {
margin-bottom: 30px;
}
h1.section-title {
font-size: 36px;
font-weight: bold;
margin: 0 auto 3rem 0;
}
.section-title h2, h2.zag {
font-size: 32px;
font-weight: bold;
position: relative;
margin-bottom: 30px; 
text-transform: uppercase;
z-index: 2;
}
.section-title h3 {
font-weight: 700;
font-size: 20px;
line-height: 140%;
}
.section-title p {
margin-bottom: 0;
} .hero {
width: 100%;
height: 41vh;
background-repeat: no-repeat;
background-size: cover;
position: relative;    
}
.hero .hero-container {
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
}
.hero.hero__bg {
position: relative;
}
.hero.hero__bg::after {
position: absolute;
content: "";
display: block;
top:0;
left:0;
width:100%;
height:100%;
background-color: rgba(0,0,0,.62);
}
.hero.hero__bg .hero-container {
position: relative;
z-index: 2;
height: 100%;
}
.hero h1 {
margin: 0 0 10px 0;
font-size: 4.7rem;
font-weight: 700;
line-height: 5.2rem;
color: #fff;
}
@media (min-width: 1024px) {
.hero {
background-attachment: fixed;
}
}
.kvarc.row .col-md-4 {
width: 25%;
}
@media (max-width: 768px) {
.hero h1 {
font-size: 28px;
line-height: 36px;
}.kvarc.row .col-md-4 {
width: 100%;
}
} .about-text {
padding-top: 90px;
padding-top: 120px;
}
.about-text__left {
height: 30vw;
background-repeat: no-repeat;
background-size: cover;
}
.about-text__right {
padding-right: 8vw;
}
.about-text__right p {
font-size: 16px;
margin-bottom: 2rem;
}
.highrise .icon-box {
margin-top: 30px;
text-align: center;
}
.highrise .icon-box .advantages__img {
margin: 10px auto;
}
.highrise .icon-box h4 {
font-size: 20px;
font-weight: 700;
margin: 0 0 10px 0;
}
.highrise .icon-box p {
font-size: 15px;
color: #848484;
}
.highrise .contact-title {
font-size: 20px;
font-weight: 700;
margin-top: 70px;
text-align: center;
}
.highrise .contact-boxes {
display: flex;
margin: 20px 0 50px;
justify-content: center;
}
.highrise .contact-box {
margin: 20px;
font-size: 20px;
}
.highrise .contact-box a {
display: flex;
align-items: center;
gap: 10px;
}  .about {
padding-top: 90px;
}
.about .content {
padding: 10px 30px 30px 0;
}
.about .content h3 {
font-weight: 700;
font-size: 34px;
margin-bottom: 30px;
}
.about .content p {
margin-bottom: 30px;
}
.about .icon-boxes .icon-box {
margin-top: 30px;
}
.about .icon-boxes .icon-box i {
font-size: 40px;
color: #d20606;
margin-bottom: 10px;
}
.about .icon-boxes .icon-box h4 {
font-size: 20px;
font-weight: 700;
margin: 0 0 10px 0;
}
.about .icon-boxes .icon-box p {
font-size: 15px;
color: #848484;
}
.about-btn {
margin-left: 0; 
}
.advantages__img {
width:38px;
height:38px;
margin-bottom: 1.5rem;
background-repeat: no-repeat;
background-size: contain;
background-position: center;
}
@media (max-width: 1675px) {
.about-text__left {
height: 45vw;
}
}
@media (max-width: 1399px) {
.about-text__left {
height: 53vw;
}
}
@media (max-width: 1199px) {
.hero {       
height: 35vh;
}
.about {
padding-top: 40px;
}
.about-text__right p {
font-size: 15px;
margin-bottom: 1rem;
}    
}  .counts {
padding-top: 60px;
padding-bottom: 30px;
}
.section-bg {
background-color: #eee;
}
.counts .count-box {
padding: 30px;
width: 100%;
}
.counts .count-box i {
display: block;
font-size: 44px;
color: #d20606;
float: left;
line-height: 0;
}
.counts .count-box span {
font-size: 48px;
line-height: 40px;
display: block;
font-weight: 700;
margin-left: 60px;
}
.counts .count-box p {
padding: 15px 0 0 0;
margin: 0 0 0 60px;
font-size: 14px;
}  section.team {
padding: 120px 0 60px 0;
}
.team .member {
text-align: center;
margin-bottom: 80px;
position: relative;
}
.team .member .pic {
overflow: hidden;
height: 420px;
}
.team .member .pic img {
width:100%;
height:100%;
object-fit: cover;
}
.team .member .member-info {
position: absolute;
top: 85%;
left: 20px;
right: 20px;
background: #fff;
padding: 20px 0;  
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
max-height: 95px;
overflow: hidden;
transition: max-height 0.5s ease-in-out;
}
.team .member:hover .member-info {
max-height: 300px;
}
.team .member h4 {
font-weight: 700;
margin-bottom: 10px;
font-size: 18px;   
position: relative;
padding-bottom: 10px;
}
.team .member h4::after {
content: "";
position: absolute;
display: block;
width: 60px;
height: 2px;
background: var(--red);
bottom: 0;
left: calc(50% - 25px);
}
.team .member span { 
display: block;
font-size: 13px;
}
.team .member .social {
margin-top: 15px;
}
.team .member .social a {
transition: color 0.3s;
color: #d20606;
}
.team .member .social a:hover {
color: #d20606;
}
.team .member .social i {
font-size: 16px;
margin: 0 2px;
}
@media (max-width: 992px) {
.team .member {
margin-bottom: 110px;
}
}  .woocommerce .awooc-custom-order-wrap .wpcf7-form-control {
box-shadow: none !important;
padding: 6px 16px;
min-height: 42px !important;
}
.awooc-col.columns-right form {
padding-top: 24px;
}
.awooc-form-custom-order-title.awooc-popup-title {
margin-bottom: 2rem;
}
.awooc-popup-image img {
margin-bottom: 3rem !important;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
margin-left:0;
margin-right:0;
}
.woocommerce-page .blockUI.blockMsg.blockPage {
left: 50% !important;
}
.single.single-product .awooc-custom-order-button {
display: none;
}
.account1 {
position: relative;
}
#block-7 ul.wc-block-product-categories-list, #prdctfltr-2 .prdctfltr_filter.prdctfltr_product_cat.prdctfltr_attributes .prdctfltr_checkboxes { }
#block-7 ul.wc-block-product-categories-list li:nth-of-type(4), .prdctfltr_checkboxes .prdctfltr_ft_lakokrasochnye-materialy {
order:-1;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(6), .prdctfltr_checkboxes .prdctfltr_ft_napolnye-pokrytiya {
order:0;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(12), .prdctfltr_checkboxes .prdctfltr_ft_teplyj-pol {
order:1;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(2), .prdctfltr_checkboxes .prdctfltr_ft_dekorativnye-pokrytiya {
order:2;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(5), .prdctfltr_checkboxes .prdctfltr_ft_malyarnyj-instrument {
order:3;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(9), .prdctfltr_checkboxes .prdctfltr_ft_plintus-napolnyj {
order:4;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(3),  .prdctfltr_checkboxes .prdctfltr_ft_zatirka-dlya-shvov {
order:5;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(7), .prdctfltr_checkboxes .prdctfltr_ft_oboi-stekloholst-klej  {
order:6;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(8), .prdctfltr_checkboxes .prdctfltr_ft_pena-montazhnaya-germetiki-kleya {
order:7;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(10), .prdctfltr_checkboxes .prdctfltr_ft_podlozhka-pod-laminat-klej-dlya-pvh {
order:8;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(11), .prdctfltr_checkboxes .prdctfltr_ft_santehnicheskie-lyuki  {
order:9;
}
#block-7 ul.wc-block-product-categories-list li:nth-of-type(13), .prdctfltr_checkboxes .prdctfltr_ft_terrasnaya-doska {
order:10;
} .one-head .col-md-3:last-child a {
float: right;
}
a.account {
margin-right: 10px;
}
.one-head .col-md-3:last-child {
padding-top: 12px;
}
.second-header .col-md-3 {
padding: 0;
}
span.cat {
background: #ed1b24;
color: #fff;
line-height: 24px;
font-size: 16px;
font-weight: 400;
padding: 13px 10px;
display: inline-block;
width: 100%;
text-align: center;
cursor: pointer;
max-width: 260px;
}
span.bur span {
width: 18px;
height: 2px;
background: #fff;
display: inline-block;
margin-bottom: 4px;
}
span.bur {
display: inline-block;
width: 18px;
line-height: 0;
position: relative;
top: 5px;
margin-right: 14px;
}
.second-header .col-md-6 {
padding: 0;
width: calc(50% + 38px);
margin-left: -10px;
}
.second-header form {
border: none;
line-height: 48px;
padding: 0;
margin:0;
box-shadow: none !important;
}
.second-header form input {
border: none;
font-size: 16px;
color: #8B8B8B;
background: #f6f6f6;
width: 100%;
background-image: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/ci_search.png);
background-repeat: no-repeat;
background-position: 16px;
padding-left: 50px;
padding-right: 15px;
max-width: 620px;
}
.second-header .col-md-3:last-child {
max-width: calc(25% - 33px);
float: right;
}
span.napisat {
font-size: 16px;
line-height: 24px;
}
span.napisat ~ a {
margin: 0 4px;
}
li.outofstock a.button.product_type_simple {
font-size: 0 !important;
max-width: 120px;
padding: 13px !important;
}.page-block .col-md-9 .category-wrapper {
display: none !important;
}
.right-burger {
width: 25px;
display: inline-block;
line-height: 2px;
float: right;
margin-top: 18px;
cursor: pointer;
z-index:10;
}a.button.product_type_simple.add_to_cart_button { padding: 13px !important;
}
section.related.products .instock a.button.product_type_simple.add_to_cart_button:before {
content: "В корзину";
font-size: 16px;
}
section.related.products .instock a.button.product_type_simple.add_to_cart_button {
font-size: 0 !important;
padding: 16px 13px !important;
max-width: 130px;
float: right;
}
.right-burger span {
height: 2px;
width: 25px;
background: #000;
display: inline-block;
margin-bottom: 5px;
float: left;
}
.right-burger span:nth-child(2) {
width: 18px;
float: right;
}
.social {
display: inline-block;
padding-left: 20px;
padding-top: 12px;
}
nav#menu {
max-width: 260px;
width: 100%;
border: solid 2px #ed1b24;
}
nav#menu li { }
nav#menu a {
color: #1d1d1d;
font-size: 14px; padding: 5px 10px;
display: inline-block;
width: 100%;
text-decoration: none;
transition: 0.4s;
}
nav#menu li:last-child {
border: none;
width: 100%; } nav#menu {
height: 0;
overflow: hidden;
transition: 0.4s;
opacity: 0;
border-top: none !important;
}
ul.sub-menu {
position: absolute;
background: #fff;
left: 100%;
top: 0;
border: solid 2px #ed1c24;
min-width: 208px;
display: none;
}
li.menu-item-has-children:hover  ul.sub-menu {
display: inline-block;
}
span.cat.opened ~ nav#menu {
overflow: visible;
}
span.cat.opened + nav#menu {
height: auto;
opacity: 1;
}
nav#menu {
position: absolute;
z-index: 9;
background: #fff;
}
.menu-right {
max-width: 160px;
width: 100%;
border: solid 2px #ed1b24;
background: #fff;
position: absolute;
z-index: 9;
right: 0;
height: 0;
overflow: hidden;
opacity: 0;
transition: 0.4s;
}
.menu-right a {
color: #1d1d1d;
font-size: 14px; padding: 8px 10px;
display: inline-block;
width: 100%;
text-decoration: none;
transition: 0.4s;
}
.menu-right li {
border-bottom: solid 1px rgb(237 27 36 / 24%);
}
.menu-right li:last-child {
border: none;
}
.right-burger.opened + .menu-right, .menu-right.opened {
opacity: 1;
overflow: visible;
height: auto;
display: block;
}
span.cat.opened span span:nth-child(2) {
opacity: 0;
}
span.cat span span {
position: relative;
}
span.cat.opened span span:first-child {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 6px;
}
span.cat.opened span span:last-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -6px;
}
.right-burger span {
position: relative;
transition: 0.4s;
}
.right-burger.opened span {
background: #ed1b24;
}
.right-burger.opened span:nth-child(2) {
opacity: 0;
}
.right-burger.opened span:first-child {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
top: 7px;
}
.right-burger.opened span:last-child {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
top: -7px;
}.block-11 {
min-height: 500px;
}
footer#footer {
background: #35302d;
color: #fff;
padding-top: 50px;
padding-bottom: 15px;
}
div#copyright {
display: inline-block;
width: 100%;
font-size: 12px;
line-height: 18px;
color: #C0C0C0;
margin-top: 22px;
}
img.logotip {
float: left;max-width: 70px;
}
img.footer__logo {
max-width: 70px;
}
footer#footer li a {
font-size: 14px;
color: #C0C0C0;
line-height: 21px;
margin-bottom: 10px;
display: inline-block;
width: 100%;
text-decoration: none;
transition: 0.4s;
}
footer#footer h3 {
font-size: 16px;
line-height: 24px;
font-weight: 600;
margin-bottom: 10px;
}
footer#footer  .col-md-3-connt a {
font-size: 16px;
line-height: 24px;
color: #fff;
display: inline-block;
width: 100%;
margin: 6px 0;
transition: 0.4s;
text-decoration: none;
}
footer#footer .col-md-3-connt {
margin-bottom: 20px;
}
footer#footer  .social {
padding: 0;
}
footer#footer .col-md-2 {
padding: 0;
}
footer span.napisat {
font-size: 14px;
}
footer#footer .col-md-3 {
padding: 0;
}
footer .col-md-7 {
padding: 0;
}
footer .col-md-5 { }
footer .col-md-4 {
padding-left: 0;
}
footer#footer li a:hover {
color: #fff;
}
footer#footer .col-md-3-connt a:hover {
color: #c2c2c2;
}
* {
outline: none !important;
}
.fot-text {
font-size: 12px;
line-height: 18px;
display: inline-block;
width: 100%;
margin-top: 15px;
max-width: 240px;
}
.owl-stage {
min-width: 100%;
}
.blockk-6-item {
width: calc(33.333% - 30px);
float: left;
margin: 15px;
background-size: cover;
}
.blockk-6-item:nth-child(4),.blockk-6-item:nth-child(5) {
width: calc(50% - 30px);
}
.blockk-6-item:nth-child(6) {
width: calc(35% - 30px);
}
.blockk-6-item:nth-child(7) {
width: calc(65% - 30px);
}
.blockk-6-item:nth-child(8) {
width: calc(34% - 30px);
}
.blockk-6-item:nth-child(9) {
width: calc(66% - 30px);
}
.blockk-6-item:nth-child(10) {
width: calc(48% - 30px);
}
.blockk-6-item:nth-child(11) {
width: calc(52% - 30px);
}
span.inl {
padding: 18px 18px;
display: inline-block;
text-transform: uppercase;
background: rgb(255 255 255 / 85%);
border-radius: 999px;
font-size: 14px;
line-height: 21px;
font-weight: 600;
color: #1d1d1d;
margin-bottom: 20px;
margin-top: 173px;
margin-left: 20px;
}
.blockk-6-item a {
transition: 0.4s;
display: inline-block;
width: 100%;
height: 100%;
}
.blockk-6-item a:hover {
opacity: 0.6;
}
.block-6 {
display: inline-block;
width: 100%;
background: #f0ebe5;
padding-top: 105px;
padding-bottom: 105px;
} .block-7 {
padding-top: 120px;
padding-bottom: 60px;
}
a.add_to_wishlist.single_add_to_wishlist {
display: inline-block;
width: 100%;
padding: 8px 0;
}
.yith-wcwl-add-to-wishlist {
width: 32px;
height: 32px;
background: #fff;
box-shadow: 0 0 20px rgb(0 0 0 / 20%);
text-align: center;
border-radius: 999px;
right: 15px;
left: auto !important;
top: 15px !important;
}
.yith-wcwl-add-to-wishlist i {
color: #ed1b24;
}
h2.woocommerce-loop-product__title {
font-size: 16px;
line-height: 24px;
font-weight: 700;
color: #1d1d1d;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
display: inline-block;
width: 100%;
}
.woocommerce ul.products li.product a.woocommerce-LoopProduct-link.woocommerce-loop-product__link img {
height: 164px;
object-fit: contain;
border: none !important;
}
.woocommerce ul.products li.product {
border: solid 1px #eee;
padding: 10px;
}
li span.price * {
font-size: 14px;
line-height: 21px;
font-weight: 700 !important;
color: #1d1d1d;
}
span.woocommerce-Price-currencySymbol:before {
content: "руб.";
font-size: 14px !important;
}
span.woocommerce-Price-currencySymbol {
font-size: 0 !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart {
padding-top: 13px;
padding-bottom: 13px;
width: fit-content;
display: flex;
align-items:center;
justify-content:space-between;
background: #ed1b24;
background-image: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/carbon_shopping-cart-1.png);
background-repeat: no-repeat;
color: #fff;
text-shadow: none !important;
font-size: 16px;
line-height: 24px;
font-family: 'inter',sans-serif;
font-weight: 400;
border-radius: 0;
margin: 0;
float: right;
padding-left: 25px;
padding-right: 25px;
background-position: 10px;
transition: 0.4s;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart:hover {
opacity: 0.6;
}
.woocommerce ul.products li.product .price {
width: calc(100% - 128px);
float: left;
margin: 0 !important;
padding: 12px 0;
margin-bottom: -60px !important;
padding-bottom: 0;
top: 5px;
position: relative;
}
p.brennd {
font-size: 14px;
line-height: 21px;
color: #1d1d1d;
margin-bottom: 20px;
}
.block-4 {
position: relative;
width: 100%;
display: inline-block;
background: #f0ebe5;
padding-top: 75px;
padding-bottom: 90px;
}
.blockk-4-item h3 {
font-size: 25px;
line-height: 39px;
color: #fff;
font-weight: 700;
padding: 28px;
height: 400px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.block-5 {
position: relative;
width: 100%;
display: inline-block;
padding-top: 120px;
padding-bottom: 60px;
}
div#owl-carousel1m1 {   padding: 20px 55px;
border: solid 1px #eee;
border-left: 0;
border-right: 0;
margin-bottom: 120px;
margin-top: 65px;
}
.owl-nav {
height: 0;
position: absolute;
width: 100%;
left: 0;
top: calc(50% - 25px);
}
.owl-nav div {
font-size: 0;
float: left;
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Group-446-1.png);
width: 50px;
height: 50px;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
border-radius: 999px; }
.owl-nav div:last-child {
float: right;
}
.owl-nav div:first-child {
transform: scale(-1,1);
}
.owl-item {
height: 100%;
vertical-align: middle !important;
display: table-cell;
float: none !important;
}
div#owl-carousel1m1 ,div#owl-carousel1m1 * {
vertical-align: middle !important;
}
div#owl-carousel1m1 .owl-item img {
width: auto !important;
}
div#owl-carousel1m1 .owl-stage {
display: table !important;
}
div#owl-carousel1m1 .owl-nav div {
width: 20px;
background-size: auto;
}
.block-3 {
display: inline-block;
width: 100%;
padding-top: 125px;
}
div#owl-carousel1m {
max-width: 1164px;
margin: 0 auto;
}
.blockk-2-item h3 {
font-size: 20px;
line-height: 30px; max-width: 200px;
}
.blockk-2-item {
display: flex;
width: calc(100% - 150px);
flex-direction: column;
padding: 20px;
justify-content: space-between;
background-size: cover;
}
.col-md-4:last-child .blockk-2-item h3 {
max-width: 100px;
}
.block-2 {
display: inline-block;
width: 100%;
padding-top: 20px;
}
.blockk-2-item a {
margin-top: 25px;
display: inline-block;
color: #ED1C24;
font-size: 16px;
line-height: 25px;
font-weight: 600;
transition: 0.4s;
text-decoration: none !important;
}
.col-md-4:first-child .blockk-2-item a {
visibility: visible;
}
.col-md-4:nth-child(2) .blockk-2-item a {
visibility: visible;
}.col-md-4:nth-child(3) .blockk-2-item a {
visibility: visible;
}
.blockk-2-item a:hover {
color: #1d1d1d;
}
.block-4 a {
text-decoration: none !IMPORTANT;
display: inline-block;
width: 100%;
}.social a {
transition: 0.4s;
}
.social a:hover {
opacity: 0.7;
}
.one-head .col-md-3:first-child a {
transition: 0.4s;
}
.one-head .col-md-3:first-child a:hover {
opacity: 0.7;
}
a.cartt {
text-decoration: none !important;
transition: 0.4s;
}
a.cartt:hover img {
opacity: 0.3;
}
a.cartt img {
transition: 0.4s;
}
a.account img {
transition: 0.4s;
}
a.account:hover img {
opacity: 0.3;
}
span.cat:hover {
background: #a0080e;
}
span.cat {
transition: 0.4s;
}
.right-burger * {
transition: 0.4s;
} .owl-nav div {
transition: 0.4s;
}
.owl-nav div:hover {
opacity: 0.5;
}
div#owl-carousel1m .owl-nav {
width: calc(100% - 40px);
left: 20px;
}.blockk-1.item h2 {
font-size: 44px;
line-height: 58px;
font-weight: bold;
color: #fff;
}
.blockk-1.item {
padding: 70px 120px;
height: 515px;
background-size: cover;
}
.blockk-1.item h2,.sli-desc {
}
.blockk-4-item {
background-size: 200%;
background-position: right bottom;
background-repeat: no-repeat;
position: relative;    
}
.cta-coop.blockk-4-item {
background-size: cover;
background-position: center;
}
.cta-coop.blockk-4-item .container {
position: relative;
z-index: 1;
}
.cta__сoop {
width: 60%;
margin: 0 auto;
}
.cta__form.cta__сoop input.wpcf7-form-control.has-spinner.wpcf7-submit {
margin: 0 auto 70px auto;
}
.blockk-4-item::after {
position: absolute;
content: "";
top:0;
left:0;
display: block;
width:100%;
height:100%;
background-color: rgba(0,0,0,.45);
}
.blockk-4-item h3 {
text-decoration: none !IMPORTANT;
position: relative;
z-index: 1;
}
.block-4 .col-md-4 {
width: 100%;
}
div#owl-carousel1ma .owl-item:nth-child(1) .blockk-4-item {
background-color: #af67b7;
}
div#owl-carousel1ma .owl-item:nth-child(2) .blockk-4-item {
background-color: #43a930;
}
div#owl-carousel1ma .owl-item:nth-child(3) .blockk-4-item {
background-color: #49a783;
}
.blockk-1.item {
}
.block-1 {
display: inline-block;
width: 100%;
padding-top: 20px;
}
.sli-desc h3 {
font-size: 62px;
line-height: 82px;
font-weight: 700;
color: #fff;
margin-top: 20px;
margin-bottom: 20px;
}
.sli-desc  a {
font-size: 16px;
line-height: 24px;
color: #fff;
display: inline-block;
border: solid 1px #fff;
width: 100%;
max-width: 176px;
text-align: center;
line-height: 58px;
text-decoration: none !important;
transition: 0.4s;
}
.sli-desc  a:hover {
background: #ed1c24;
border-color: #ed1c24;
}
.sli-desc p {
font-size: 19px;
line-height: 25px;
color: #fff;
font-weight: 700;
}
.sli-desc p:first-child {
margin-top: 20px;
}
.sli-desc p ~ a { }
nav#menu a:hover {
color: #fff;
background: #ed1b24;
}
.menu-right a:hover {
color: #fff;
background: #ed1b24;
}
.second-header {
position: sticky;
top: 87px;
z-index: 999;
background: #fff;
padding: 10px 0;    margin-top: 129px;
}
.mobile-foot {
position: fixed;
bottom: -2px;
}
a.pddf img {
max-width: 30px;
margin-right: 10px;
}.blockUI.blockMsg.blockPage {
left: calc(50% - 150px) !important;
}
.woocommerce-MyAccount-content form .form-row {
width: 100% !important;
}
header#header.glide {
}
header#header.glide .one-head {
padding: 10px 0;
padding-bottom: 0;
}
header#header.glide .one-head .col-md-3.connt { }header#header * {}
.second-header *, header#header *, header#header,.second-header {
transition: 0.2s;
}
header#header.glide .one-head .col-md-3.connt p {
display: none;
}
header#header.glide .one-head .col-md-3.connt {
padding: 0 10px;
text-align: center;
}
header#header.glide .one-head .col-md-3.connt a {
margin-bottom: 0;
}.mobile-foot {
z-index: 9999;
}
header#header.glide .one-head .col-md-3:last-child {
float: right;
padding-top: 0;
}
.glide img.logotip {
max-height: 40px;
}
.glide div.site-description {
padding: 0 10px;
padding-right: 0;
}
header#header {
position: fixed;
top: 0px;
z-index: 999;
background: #fff;
width: 100%;
z-index: 999;
}
header#header.glide {
top: 0px;
}
header#header.glide ~ .second-header {
box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
top: 57px;
}.top-bar {
padding: 10px;
background: #ed1b24;
text-align: center;
position: fixed;
z-index: 99999;
width: 100%;
top: 0;
left: 0;
font-weight: bold;
text-transform: uppercase;
color: #fff;
}
div#owl-carousel1m  .owl-stage-outer {
overflow: visible;
}
.block-1 {
overflow: hidden;
}
div#owl-carousel1m .owl-item {
padding: 0 30px;
opacity: 0.5;
}
div#owl-carousel1m .owl-item.active {
padding: 0;
opacity: 1;
}ul.products.phoen_grid li.product {
min-width: 30.74%;
}ul.product-cats.products.phoen_grid li.product { margin: 5px !important;
padding: 10px !important;
}
ul.product-cats.products.phoen_grid {
margin-left: -5px;
margin-right: -5px;
margin-top: -5px;
}
ul.products.phoen_grid .phoen_grid_list_main_div .phoeniixx_short_desc {
display: none;
}
ul.products.phoen_list .phoeniixx_short_desc {
overflow: hidden;
max-height: 60px;
margin-bottom: 10px;
}
.woocommerce ul.products .pro.col-md-31:last-child  li.first {
clear: none;
float: right;
margin: 0;
}
.pro.col-md-31 { }
.block-5 ul.products .pro.col-md-31 li.first, .block-5 ul.products .pro.col-md-31 li.last {
clear: none;
float: right;
}
.row1 {
display: inline-block;
width: 100%;
}ul.products.phoen_list a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:first-child {
width: 30%;
float: left;
padding-right: 15px;
}
ul.products.phoen_list a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:first-child img {
width: 100%;
min-width: 100%;
}
ul.products.phoen_list a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:nth-child(2) { }
ul.products.phoen_list .phoen_grid_list_main_div {
width: 70%;
float: right;
}
.phoeniixx_short_desc a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
width: 100% !important;
pointer-events: none !important;
color: #1d1d1d;
}ul.products.phoen_list li div a.woocommerce-LoopProduct-link.woocommerce-loop-product__link:first-child {
width: 70%;padding: 0;
}
ul.products.phoen_list p.brennd {
margin-bottom: 0;
}
ul.products.phoen_grid p.brennd {
}
.top-pan {
display: inline-block;
width: 100%;
background: #F6F6F6;
padding: 10px 20px;
}
.top-pan h1 {
margin: 0;
display: inline-block;
float: left;
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #000;
margin-right: 10px;    max-width: 330px;
}
p.woocommerce-result-count {
font-size: 16px;
line-height: 30px;
font-weight: 400;
color: #000;
margin: 0 !important;
}
form.woocommerce-ordering {
margin: 0 !important;
}
select.orderby {
line-height: 21px;
font-size: 14px;
border: none;
border-radius: 999px;
appearance: none;
padding: 7px 20px;
color: #5B5B5B;
max-width: 211px;
background-image: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Vector.svg);
background-repeat: no-repeat;
background-position: 94%;
margin-top: -3px;
margin-bottom: -2px;
}
nav.phoen_gridlist_toggle {
float: right;
clear: none;
padding: 2px 30px;
padding-right: 0;
}
.page-block .col-md-9 {
padding-right: 0;
}
.top-pan {
margin-bottom: 25px;
margin-top: 15px;
}.prdctfltr_filter_wrapper.prdctfltr_columns_1 {
display: flex;
}
nav.phoen_gridlist_toggle * {
TEXT-DECORATION: NONE !IMPORTANT;
border: none !important;
}
nav.phoen_gridlist_toggle {
text-decoration: none !important;
border: none !important;
}
a#phoen_grid {
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Category-1.svg);
background-repeat: no-repeat;
background-position: center;
width: 25px;
height: 25px;
display: inline-block;
float: right;
margin-left: 5px;
}
a#phoen_grid.active {
background-image: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Category.svg);
}
.phoen_gridlist_toggle a * {
opacity: 0;
}
a#phoen_list.active {
background-image: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/ant-design_unordered-list-outlined-1.svg);
background-repeat: no-repeat;
background-position: center;
width: 25px;
height: 25px;
display: inline-block;
}
a#phoen_list {
background-image: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/ant-design_unordered-list-outlined.svg);
background-repeat: no-repeat;
background-position: center;
width: 25px;
height: 25px;
display: inline-block;
}
nav.woocommerce-pagination {
margin-bottom: 50px;
}
ul.page-numbers li a,ul.page-numbers li span {
padding: 0 !important;
width: 40px;
height: 40px;
line-height: 40px !important;
font-size: 16px !important;
font-weight: 700 !important;
color: #222 !important;
border-radius: 999px !important;
}
ul.page-numbers li {
border: none !important;
margin: 0 5px !important;
}
ul.page-numbers {
border: none !important;
}
.bread * {
font-size: 16px;
line-height: 24px;
color: #000;
}
.bread {
margin-top: 20px;
margin-bottom: 30px;
}
ul.products.phoen_grid.phoen_list p.brennd {
margin-top: 0;
}ul.products.phoen_grid .phoen_grid_list_main_div .phoeniixx_short_desc {
}
.phoen_grid_list_main_div .phoeniixx_short_desc { }
.phoen_grid_list_main_div .phoen_grid_list_main_div .phoeniixx_short_desc {
display: inline-block !important;
}
.phoen_grid_list_main_div .phoen_grid_list_main_div {
width: 100% !important;
padding: 0 !important;
}ul.products.phoen_grid .phoeniixx_short_desc { min-height: 100px;
}
ul.products.phoen_list .phoen_grid_list_main_div .phoeniixx_short_desc {
display: block !important;
}select.orderby {
padding-right: 30px;
}.price-111-my-class.nnmz, .price-111-my-class.nnmz * {
color: #222 !important;
font-size: 14px !important;
}
body .prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label {
display: table-header-group !important;;
visibility: visible;
}
body .prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label.prdctfltr_ft_none:first-child {display: none !important;}
.prdctfltr_sub {
display: table-footer-group;
}
.prdctfltr_filter.prdctfltr_product_cat.prdctfltr_attributes .prdctfltr_checkboxes {
display: table;
}
.prdctfltr_filter.prdctfltr_product_cat.prdctfltr_attributes.prdctfltr_multi.prdctfltr_expand_parents.prdctfltr_hierarchy.prdctfltr_subonlyback.prdctfltr_inline.prdctfltr_text {}
span.prdctfltr_filter_title {
display: none !important;
}
.prdctfltr_filter.prdctfltr_product_cat .pf-help-title { }
span.prdctfltr_reset {
display: none !important;
}
span.prdctfltr_instock {
display: none !important;
}
.pf-help-title.openeed ~ .prdctfltr_add_scroll.prdctfltr_down {
height: 30px;
overflow: hidden !important;
}
.pf-help-title.openeed ~ .prdctfltr_add_scroll {
height: 0;
overflow: hidden !important;    padding-top: 0;
}
.prdctfltr_add_scroll {
padding-top: 10px;
}
.pf-help-title.openeed:before {
transform: scale(-1,-1);
}
.prdctfltr_add_scroll {
transition: 0.4s;
}
span.prdctfltr_sale label span1 {
font-size: 0;
}
body .prdctfltr_woocommerce_ordering .prdctfltr_sale span:before {
width: 15px;
height: 15px;
content: "";
border: solid 2px #404040;
margin-top: -1px;
vertical-align: top;
border-radius: 2px;
margin-right: 5px;
}
.prdctfltr_wc.prdctfltr_woocommerce * { }
span.prdctfltr_count {
display: none;
}
span.prdctfltr_widget_title {
line-height: 21px;
font-weight: 700;
margin-bottom: 10px;
width: 100%;
display: inline-block;
}
.prdctfltr_wc.prdctfltr_woocommerce * {
line-height: 21px; }
label.prdctfltr_ft_none {
display: none;
}
.prdctfltr_filter.prdctfltr_product_cat {
padding: 0;
}
.prdctfltr_woocommerce.prdctfltr_wc .prdctfltr_inline.prdctfltr_filter label>span:before {
display: none;
}
.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label {
margin: 0 !important;
width: 100%;  }
.prdctfltr_checkboxes {
width: 100%;
}
.prdctfltr_checkboxes * {
line-height: 30px !important;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
display: none;
}
.prdctfltr_filter {
border: solid 1px #dedede;
padding: 10px !important;
}
.prdctfltr_sub {
margin-top: 5px;
}body .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
margin-bottom: 30px;
}
body .top-page-filters .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
margin-bottom: 0;
}.top-page-filters .prdctfltr_wc .prdctfltr_filter_inner { }
label.prdctfltr_ft_none {
display: none !important;
}
.top-page-filters li#prdctfltr-2 #filter {
background: #ed1b24;}
.prdctfltr_filter.prdctfltr_product_cat {
padding: 0;
}
.prdctfltr_woocommerce.prdctfltr_wc .prdctfltr_inline.prdctfltr_filter label>span:before {
display: none;
}
.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label {
margin: 0 !important;
width: 100%;  }
.prdctfltr_checkboxes {
width: 100%;
}
.prdctfltr_checkboxes * {
line-height: 30px !important;
}
.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before {
display: none !important;
}
.prdctfltr_filter {
border: solid 1px #dedede;
padding: 10px !important;
}
.prdctfltr_sub {
margin-top: 5px;
}
.page-block .col-md-3 {
padding: 0;    
}
.prdctfltr_woocommerce.prdctfltr_wc .prdctfltr_inline.prdctfltr_filter label>span:before {
display: none !important;
}
.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label.pfw--has-childeren.prdctfltr_hiddenparent {
font-weight: bold;
}
label.prdctfltr_active span {
color: #ed1b24 !important;
font-weight: 400 !important;
}
label.prdctfltr_active.pfw--has-childeren.prdctfltr_hiddenparent span {
color: #222 !important;
font-weight: 700 !important;
}body.archive.post-type-archive.post-type-archive-product.prdctfltr-shop .prdctfltr_sub {
display: none;
}
.prdctfltr_add_scroll.prdctfltr_down .prdctfltr_sub {
display: block !important;
} .prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label.pfw--has-childeren.prdctfltr_hiddenparent span {
line-height: 20px !IMPORTANT;
}.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label.pfw--has-childeren.prdctfltr_hiddenparent span {
line-height: 20px !IMPORTANT;
padding-left: 30px;
position: relative;
}
.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label.pfw--has-childeren.prdctfltr_hiddenparent span:before {
content: "x";
position: absolute;
color: #000;
display: inline-block !IMPORTANT;
width: 18px;
height: 18px;
text-align: center;
color: #f00;
font-size: 15px !important;
font-family: monospace;
line-height: 16px;
border-color: #621919;
left: 0;
border: solid 2px #dedede;    margin-top: 0;
}
body.archive.tax-product_cat .prdctfltr_filter.prdctfltr_product_cat .pf-help-title {
display: inline-block !important;
width: 40px;
position: absolute;
z-index: 9;
background: none;
top: 0;
right: 0;
height: 40px;
font-size: 0;
}.prdctfltr_buttons {
margin-top: 30px !important;
border: solid 1px #dedede;
padding: 10px !important;
padding-top: 15px !important;
}
body .prdctfltr_woocommerce_ordering .prdctfltr_sale 
label.prdctfltr_active span:before {
content: "✓";
font-size: 16px !IMPORTANT;
line-height: 5px !important;
color: #000 !important;
padding: 1px;
}
body .prdctfltr_buttons span {
color: #000 !important;
}
.pf-help-title:before {
width: 10px;
height: 10px;
content: "";
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Vector-1.svg);
position: absolute;
background-repeat: no-repeat;
background-position: center;
top: 15px;
right: 15px;
background-size: contain;
}
.prdctfltr_filter .pf-help-title {
cursor: pointer;
}
span.prdctfltr_widget_title {
margin-bottom: 0 !important;
}body.archive.tax-product_cat .prdctfltr_add_scroll.prdctfltr_down {
padding-top: 0;
}
body.archive.tax-product_cat .prdctfltr_filter.prdctfltr_product_cat .pf-help-title:before {
top: 20px;
}p.woocommerce-result-count {
display: inline-block;
}form.woocommerce-ordering {
display: inline-block;
float: right;
}input#wc-block-search__input-1 {
line-height: 40px;
padding-left: 50px;
}.page-block .col-md-12 {
padding: 0;
padding-bottom: 50px;
}
.page-block .col-md-12 h1 {
font-weight: 700;
}
a.post-edit-link {
display: none !important;
}
.entry-content h3 {
font-size: 22px;
font-weight: bold;
}.product_meta {
display: none !important;
}
.yith-wcwl-add-button span {
display: none !important;
}
h1.main-title {
font-size: 24px;
line-height: 36px;
font-weight: bold;
padding-right: 60px;
}
.col-md-3456 {
display: inline-block;
width: 100%;
background: #f6f6f6;
text-align: center;
font-size: 16px;
line-height: 24px;
padding: 13px 0;
text-align: center;
}
.yith-wcwl-add-button { }
.summary .yith-wcwl-add-to-wishlist {
position: absolute;
text-align: center;
margin: 0;
top: 0px !IMPORTANT;
bottom: auto;
right: 10px;
}
.summary .yith-wcwl-add-to-wishlist i {
width: 100%;
}
.stock {
font-weight: 700;
font-size: 16px;
color: #18A426 !important;
line-height: 24px;
}
.col-md-4.pricee {
position: relative;
top: -8px;
}
.col-md-4.pricee * {
font-size: 25px !important;
line-height: 40px !IMPORTANT;
font-weight: 700;
color: #000 !important;
}
.col-md-4.pricee 
span.woocommerce-Price-currencySymbol {
font-size: 0 !important;
}
form#commentform label {
display: inline-block;
min-width: 70px;
}
form#commentform input {
border: solid 1px #767676;
padding: 5px 10px;
}
.col-md-4.pricee p { }
.ggddss {
display: inline-block;
width: 100%;
border: solid 1px #f6f6f6;
margin: 10px 0;
}
.ggddss * {
font-size: 14px;
line-height: 21px;
color: #000;
font-weight: 700;
}
.ggddss a {
display: inline-block;
width: 100%;
color: #0185FF !important;
font-weight: 400;
}
.ggddss .col-md-5 {
padding-left: 50px;
padding-right: 0;
}
.ggddss div {
padding-top: 24px;
padding-bottom: 24px;
}
.ggddss  .col-md-7 {
padding-left: 30px;
}
label.screen-reader-text {
display: none !important;
}
button.plus, button.minus,.woocommerce .quantity .qty {
font-family: 'Inter', sans-serif;
border: none !important;
background: #f2f2f2;
font-size: 16px;
line-height: 48px;
max-width: 40px;
text-align: center !important;
appearance: none !important;
}
button.plus, button.minus {
font-size: 24px;
font-weight: 500;
line-height: 50px !important;
padding: 0 !important;
width: 37px;
}
div#ploshad:after {content: "руб.";margin-left: 5px;font-size: 14px;}
button.plus {
float: right;
}
button.minus {
float: left;
}
p.comment-form-cookies-consent {
display: inline-block;
}
.woocommerce .summary button.button {
background: #ed1b24 !important;
font-size: 16px !important;
font-weight: normal !important;
border-radius: 0 !important;
line-height: 50px;
padding: 0 10px;
margin: 0 6px;
width: 100%;
max-width: 202px;
transition: 0.4s;
}input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button { -webkit-appearance: none;
margin: 0; }
.woocommerce div.product form.cart button.single_add_to_cart_button.clickBuyButton {
margin-right: 0 !important;
float: right !important;
border: solid 1px #ed1b24 !important;
line-height: 48px !important;
background: #fff !important;
color: #ed1b24 !important;
}
.woocommerce .summary button.button:hover {
opacity: 0.6;
}
.woocommerce div.product form.cart {
margin-top: 10px;
}
h1.main-title {
margin-bottom: 20px;
}.voproci {
display: inline-block;
padding: 28px 85px;
border: solid 1px #f2f2f2;
}
.voproci .col-md-6 {
padding: 0;
font-size: 16px;
line-height: 24px;
color: #000;
}
.col-md-6.ggf1 .social {
margin: 0 !important;
padding: 0;
}
a.hbtn {
background: #ed1b24 !important;
font-size: 16px !important;
font-weight: normal !important;
border-radius: 0 !important;
line-height: 50px;
padding: 0 10px;
width: 100%;
max-width: 220px;
transition: 0.4s;
display: inline-block;
text-align: center;
color: #fff;
margin-top: 10px;
text-decoration: none !important;
}
a.hbtn:hover {
opacity: 0.6;
}
.col-md-6.ggf p {
margin-top: 15px;
}h2.tit {
font-family: 'prata',serif;
font-size: 24px;
line-height: 36px;
color: #000; margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel {
border: solid 1px #eee;
padding: 40px;
margin-top: 40px;
}
div#tab-relation_information {
padding: 0;
border: none;
}
div#tab-relation_information .tit {
padding: 0 40px;
}
ul.tabs.wc-tabs {
padding: 0 40px !important;
border-bottom: solid 1px #dedede;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
border: none !important;
background: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 18px;
line-height: 27px;
color: #000 !important;
font-weight: normal;
padding: 0;
position: relative;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: #f00 !important;
border-bottom: solid 1px #ed1b24 !important;
font-weight: bold;
}
.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
margin-bottom: 52px;
}h2.woocommerce-Reviews-title {
font-family: 'prata',serif;
font-size: 24px;
line-height: 36px;
color: #000; margin-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel p {
font-size: 16px;
line-height: 24px;
color: #000;
margin-bottom: 10px;
}
tr.woocommerce-product-attributes-item {
width: 50%;
float: left;
display: inline-block;
text-align: left;
max-width: 400px;
margin-bottom: 12px;
position: relative;
}
td.woocommerce-product-attributes-item__value {
float: right;
}
th.woocommerce-product-attributes-item__label {
float: left;
}
table.woocommerce-product-attributes.shop_attributes, table.woocommerce-product-attributes.shop_attributes * {
border: none !important;
background: none !important;
font-size: 16px;
font-style: normal !important;
font-weight: 400 !important;
}
.woocommerce table.shop_attributes th {
width: auto;
background: #fff !important;
padding: 0;
padding-right: 10px !important;
position: relative;
}
td.woocommerce-product-attributes-item__value p {
padding: 0 !important;
margin: 0 !important;
}
table.woocommerce-product-attributes.shop_attributes td.woocommerce-product-attributes-item__value {
padding-left: 10px !important;
background: #fff !important;
position: relative;
}
tr.woocommerce-product-attributes-item:nth-child(2n) {
float: right;
}
tr.woocommerce-product-attributes-item:before {
width: 100%;
position: absolute;
left: 0;
bottom: 5px;
height: 1px;
border: dashed 1px #00000094;
content: "";
}
table.woocommerce-product-attributes.shop_attributes {
margin-top: 30px !important;
margin-bottom: 0 !important;
}section.related.products .phoeniixx_short_desc {
display: none !IMPORTANT;
}section.related.products .phoeniixx_short_desc {
display: none !IMPORTANT;
}
.woocommerce p.stars a {
color: #ed1b24 !important;
}
.woocommerce p.stars {
margin-top: 10px !important;
}form#buyoneclick_form_order th:last-child,form#buyoneclick_form_order td:last-child {
display: none;
}
form#buyoneclick_form_order h2 {
font-family: 'prata',serif;
text-align: center;
font-size: 24px;
padding: 20px 0;
}
input.buyvalide.input-text {
border: none !important;
background: #eee !important;
line-height: 50px !important;
height: auto !important;
border-radius: 0 !important;
padding: 0 15px !important;
}
button.button.alt.buyButtonOkForm.ld-ext-left {
font-weight: 400;
border-radius: 0 !important;
background: #d20606 !important;
padding: 17px 20px !important;
transition: 0.4s;
}
button.button.alt.buyButtonOkForm.ld-ext-left:hover {
opacity: 0.7;
}.popup {
border-radius: 0 !important;
}
.spu-content h2 {
font-family: 'prata',serif;
text-align: center;
font-size: 24px;
padding: 20px 0 !important;
padding-bottom: 10px !important;
}
.yith-wcwl-wishlistaddedbrowse span ~ a {
display: none !important;
}
.yith-wcwl-wishlistaddedbrowse span.feedback {
font-size: 0 !important;
}
.yith-wcwl-wishlistaddedbrowse span.feedback i {
font-size: 16px !important;
height: 32px;
line-height: 32px;
}
.yith-wcwl-wishlistexistsbrowse span ~ a {
display: none !important;
}
.yith-wcwl-wishlistexistsbrowse span.feedback {
font-size: 0 !important;
}
.yith-wcwl-wishlistexistsbrowse span.feedback i {
font-size: 16px !important;
height: 32px;
line-height: 32px;
}.block-7 .phoeniixx_short_desc {
display: none !important;
}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback i {
margin: 0 auto;
}.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback {
display: block !important;
width: 100% !important;
display: inline-block !important;
text-align: center !IMPORTANT;
}.yith-wcwl-add-to-wishlist.exists:before {
content: "\f004";
font: normal normal normal 16px/1 FontAwesome;
color: #ed1b24;
line-height: 32px;
}.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse {
display: none !important;
}.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse {
display: none !important;
}.yith-wcwl-add-to-wishlist.exists.wishlist-fragment.on-first-load ~ .yith-wcwl-add-to-wishlist.wishlist-fragment.on-first-load {
display: none !important;
}.wishlist-title-container {
display: none !important;
}
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive {
border: none !important;
font-size: 16px;
}
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive a {
color: #4c4c4c;
}
table.shop_table.cart.wishlist_table.wishlist_view.traditional.responsive a.product_type_simple.add_to_cart_button {
background: #ed1b24;
color: #fff;
padding: 10px 10px;
font-size: 14px;
}li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
display: none;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
display: none;
}
nav.woocommerce-MyAccount-navigation ul li a {
font-size: 16px;
line-height: 30px;
color: #222;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a {
color: #ed1b24;
}
.woocommerce-MyAccount-content a {
color: #222;
text-decoration: underline;
}
.woocommerce-MyAccount-content {
font-size: 16px;
}.woocommerce-MyAccount-content form input {
background: #eee;
border: none !important;
line-height: 48px !important;
font-size: 16px;
height: auto;
padding: 0 20px;
}
.woocommerce-MyAccount-content button.button {
margin: 20px 0;
background: #ed1b24 !important;
border-radius: 0 !important;
color: #fff !important;
font-weight: normal !important;
}.woocommerce-Address {
margin: 30px 0;
}
.spu-box {
background: #fff !important;
}span.wpcf7-spinner {}
span.wpcf7-spinner {
margin: 0 !important;
position: absolute;
right: 0;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit, .all-services,
.about .content .about-btn {
font-weight: 400;
border-radius: 0 !important;
background: #d20606 !important;
padding: 14px 20px !important;
transition: 0.4s;
border: none !important;
float: none;
color: #fff !important;
font-size: 16px !important;
margin: 20px auto;
display: block;
width: 100%;
max-width: 220px;
}
.spu-content input,.spu-content textarea {
background: #eee !important;
border: none !important;
padding: 14px 15px;
max-width: 100%;
font-size: 16px;
margin: 10px auto;
max-height: 150px;
}.coupon {
display: none !important;
}
td.product-quantity .quantity {
max-width: 114px;
}
td.product-name a {
color: #222;
text-decoration: underline;
}
tr.woocommerce-cart-form__cart-item.cart_item {
font-size: 16px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
border-radius: 0 !important;
}
table.shop_table.shop_table_responsive {
border-radius: 0 !important;
}
.cart_totals h2 {
margin-bottom: 20px;
font-size: 16px;
font-weight: bold;
}
a.checkout-button.button.alt.wc-forward {
background: #ed1b24;
font-size: 16px;
font-weight: normal;
border-radius: 0;
max-width: 220px;
float: right;
width: 100%;
transition: 0.4s;
}
a.checkout-button.button.alt.wc-forward:hover {
opacity: 0.6;
}form.checkout.woocommerce-checkout .col2-set .col-2 {
width: 100% !important;
margin-bottom: 30px !important;
}
p#order_comments_field {
}
p#order_comments_field label {
display: none;
}
textarea#shipping_rec {
min-height: 150px;
padding: 10px;
}p#shipping_rec_field label {
display: none !IMPORTANT;
}
textarea#order_comments {
min-height: 150px;
}.woocommerce-additional-fields {
display: none !important;
}
h3#ship-to-different-address {
font-size: 0px !important;
margin-bottom: 20px;
}
h3#ship-to-different-address:before {
content: "Оплата по счету (для юр. лиц)";
font-size: 16px !important;
}
h3#ship-to-different-address label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
width: 300px;
height: 30px;
display: inline-block;
position: absolute;
left: 0;
}
h3#ship-to-different-address {
padding-left: 30px !important;
}
h3#ship-to-different-address input {
float: left;
margin: 5px 10px;
}
.shipping_address {
margin: 0 10px;
}
form.checkout.woocommerce-checkout .col2-set .col-1 {
width: 100% !important;
}
form.checkout.woocommerce-checkout .col2-set .col-1 input {
background: #eee;
border: none !important;
line-height: 50px;
padding: 0 15px;
}
.woocommerce form .form-row {
width: 33%;
float: left;
clear: none;
}
p#billing_country_field {
display: none !important;
}
p#billing_address_2_field {
display: none !important;
}
.woocommerce-billing-fields__field-wrapper {
display: inline-block;
width: 100%;
margin: 30px 0;
}
table.shop_table.woocommerce-checkout-review-order-table {
border-radius: 0 !important;
margin: 10px 0;
}
.woocommerce-terms-and-conditions-wrapper {
display: none !important;
}
.form-row.place-order {
float: right !important;
}
ul.wc_payment_methods.payment_methods.methods {
border-radius: 0 !important;
}
div#payment {
border-radius: 0 !important;
}
button#place_order {
background: #ed1b24;
color: #fff;
font-weight: normal;
border-radius: 0;
width: 100%;
max-width: 220px;
line-height: 50px;
font-size: 16px;
transition: 0.4s;
padding: 0 15px;
}
button#place_order:hover {
opacity: 0.7;
}a.added_to_cart.wc-forward {
display: none !important;
}.woocommerce div.product {
position: relative;
}
td.product-quantity {
padding: 10px 0 !important;
}body.page-template-default .entry-content {
font-size: 16px;
line-height: 24px;
}
.row.act img {
max-width: 100%;
}
.row.act {
margin-bottom: 30px;
}body.page-template-default .entry-content a {
color: #ed1b24;
}
body.page-template-default .entry-content a.btn.btn-primary {
background: #2fc751;
margin-right: 10px;
padding: 5px 10px;
display: inline-block;
color: #fff;
border-radius: 5px;
}.entry-content .spu-content {
max-width: 400px;
margin: 30px auto;
margin-top: 60px;
}
.entry-content .spu-content h3 {
margin: 20px 0;
font-family: 'portu',serif;
text-align: center;
font-weight: normal;
font-size: 30px;
}h2.wsp-pages-title {
font-weight: bold;
}
ul.wsp-pages-list {
padding-left: 20px;
line-height: 40px;
}
h2.wsp-product_cats-title {
font-weight: bold;
}
ul.wsp-product_cats-list {
padding-left: 20px;
line-height: 40px;
}.llef, .rri {
width: 50%;
float: left;
}
.llef h4, .rri h4 {
font-size: 24px;
border-bottom: solid 1px #dedede;
display: inline-block;
padding-bottom: 10px;
margin-bottom: 20px;
}
.row-v {
display: inline-block;
width: 100%;
padding-right: 20px;
font-size: 14px;
}
.row-v-left {
width: 25%;
float: left;
line-height: 50px;
}
.row-v-right {
width: 75%;
float: right;
}
span.wpcf7-list-item {
margin: 0;
font-size: 13px;
}
.row-v input {
width: 100%;
background: #eee;
border: none !important;
padding: 0px 20px;
line-height: 50px;
font-size: 16px;
}
.row-v input[type="radio"] {
width: auto;
top: 2px;
position: relative;
}
.rri .row-v:nth-child(6) .row-v-left {
line-height: 24px;
}
span.wpcf7-form-control-wrap.radio-6361 span.wpcf7-list-item.last {
margin-left: 20px;
}
body.page-template-default.page.page-id-10  textarea {
width: 100%;
background: #eee;
padding: 10px 20px;
font-size: 16px;
border: none !important;
max-height: 100px;
}.row-v.llk .row-v-left {
max-width: 140px;
}
.row-v.llk .row-v-right {
width: calc(100% - 140px);
}
strong.action {
background: #fff;
font-family: 'Inter';
font-style: normal;
font-weight: 700;
font-size: 62px;
line-height: 120%;  color: #ED1C24;
padding: 3px 10px;
}
em.old-price {
font-family: 'Inter';
font-style: normal;
font-weight: 500;
font-size: 32px;
line-height: 132.5%; color: #FFFFFF;
position: relative;
margin-left: 20px;
}
em.old-price:before {
width: 100%;
height: 2px;
position: absolute;
content: "";
background: #fff;
top: 18px;
-webkit-transform: rotate(-15deg);
-moz-transform: rotate(-15deg);
-o-transform: rotate(-15deg);
-ms-transform: rotate(-15deg);
transform: rotate(-15deg);
}
@media (min-width: 1160px){
.container {
width: 1160px;
}}
@media (max-width: 1250px) {
.col-md-3.connt a {
font-size: 18px;
}
.col-md-3.connt {
padding: 0 10px;
}
a.cartt span {
margin-left: 0;
padding-left: 15px;
padding-right: 15px;
min-width: 0;
}
a.account {
margin: 0; }
.social {
padding-left: 5px;
}
span.napisat {
font-size: 12px;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart { background-position: 10px; }
.woocommerce ul.products li.product .price { width: 100%;
display: block;
margin-bottom: 0 !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart, .product_type_simple {
width: 100%;
text-align: center;
justify-content: center;
margin-top: 14px !important;
max-width: 100%;
}
.woocommerce ul.products li.product .button.product_type_simple {
margin-top: 14px !important;
}
span.inl {
font-size: 12px;
padding: 12px 10px;
}
footer span.napisat {
font-size: 12px;
}
footer#footer .social a:last-child {
margin: 0;
}.ggddss .col-md-5 {
padding-left: 15px;
}
.woocommerce .summary button.button {
max-width: 170px;
margin-right: 0;
margin-left: 0;
}
.voproci {
padding: 20px;
}.row-v-left {
font-size: 12px;
}
}
@media (max-width: 992px) {
.one-head {
padding: 15px 0;
}p.woocommerce-mini-cart__total.total span.woocommerce-Price-currencySymbol:before {display: none;}
p.woocommerce-mini-cart__total.total span.woocommerce-Price-currencySymbol {font-size: 12px !important;}
header p.woocommerce-mini-cart__total.total * {font-size: 12px; }
header p.woocommerce-mini-cart__total.total {max-width: 80px;min-width: 0;}
.one-head .col-md-3 {
float: left;
width: 25%;
}
div.site-description {
padding-top: 0;
padding-bottom: 0;
}
.col-md-3.connt a {
font-size: 15px;
} .glide  .col-md-3.connt span {
font-size: 12px;
line-height: 14px !important;
display: inline-block;
}
.glide div.site-description {
line-height: 16px;
}
.col-md-3.connt p {
display: none;
}
.one-head .col-md-3:last-child {
width: 25%;
}
.second-header .col-md-3 {
width: 200px;
float: left;
}
.second-header .col-md-6 {
width: 45%;
float: left;
padding: 0 15px;
padding-right: 0;
}
.second-header .col-md-3:last-child {
max-width: calc(55% - 200px);
}
span.napisat {
font-size: 0;
}
.block-1 {
padding-top: 0;
}
.block-2 .col-md-4 {
width: 33%;
float: left;
}
.blockk-2-item {
background-position: 40%;
}
.block-3 {
padding-top: 0;
}
h2.zag {
font-size: 28px;
} .woocommerce ul.products li.product .price {
width: 50%;
margin-bottom: 0 !important;
}
.block-4 .col-md-4 {
width: 33%;
float: left; }
.blockk-4-item h3 {
font-size: 20px;
}
div#owl-carousel1m1 {
margin: 0;
margin-bottom: 30px;
}
.block-6 {
padding: 50px 0;
}
.block-6.mobile-get {
padding-top:0;
}
.block-7 {
padding: 50px 0;
}
footer#footer .col-md-3 {
width: 100%;
float: left;
text-align: center;
}
.fot-text {
display: inline-block;
width: 100%;
max-width: 390px;
text-align: center;
margin-bottom: 30px;
}
footer#footer .col-md-3 img {
float: none;
}
footer#footer .col-md-3 div.site-description {
float: none;
margin: 20px auto;
margin-bottom: 0;
}
footer#footer .col-md-7 .col-md-3,footer#footer .col-md-7 .col-md-5,footer#footer .col-md-7 .col-md-4 {
width: 33%;
float: left;
text-align: center;
}
footer#footer .col-md-2 {
width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-top: 30px;
}
footer#footer .col-md-3-connt,footer .social {
width: 33%;
float: left;
}
.col-md-2 {}
div#copyright {
text-align: center;
}
.blockk-6-item {
margin: 10px !important;
width: calc(50% - 20px ) !important;
}	
th.product-thumbnail,td.product-thumbnail {
display: none;
}
td.product-name {
max-width: 300px;
}
form.woocommerce-shipping-calculator {
display: none !important;
}
p.woocommerce-shipping-destination {
display: none !important;
}
.cart_totals {
width: 100% !important;
}	
p#billing_company_field {
display: none !important;
}
.woocommerce form .form-row {
width: 50%;
}	
nav#menu a {
font-size: 12px;
}
.llef, .rri {
width: 100%;
margin-bottom: 20px;
}
.row-v.llk .row-v-left {
max-width: 25%;
}
.row-v.llk .row-v-right {
width: 75%;
}
.row.act img {
margin-bottom: 20px;
}	
.right-burger.opened ~ div .menu-footer-1-container {
height: auto;
}body.page-template-default.page.page-id-11  .entry-content a {
font-size: 14px;
}  .wishlist_table.mobile li .additional-info-wrapper .product-remove {
float: left;
}
}
form.woocommerce-shipping-calculator {
display: none !important;
}
p.woocommerce-shipping-destination {
display: none !important;
}p#billing_company_field {
display: none !important;
}.blockk-1.item h4 {font-size: 40px;
line-height: 53px;
font-weight: bold;
color: #fff;}
.blockk-1.item a {margin-top: 20px;}
div#owl-carousel1ma .owl-item:nth-child(4) .blockk-4-item {background-color: #605a5a;}
div#owl-carousel1ma .owl-item:nth-child(5) .blockk-4-item {background-color: #72635c;}
div#owl-carousel1ma .owl-item:nth-child(6) .blockk-4-item {background-color: #816852;}
div#owl-carousel1ma .owl-item:nth-child(7) .blockk-4-item {background-color: #57a47a;}
div#owl-carousel1ma .owl-item:nth-child(8) .blockk-4-item {background-color: #57a47a;background-size: cover;}
div#owl-carousel1ma .owl-item:nth-child(9) .blockk-4-item {background-size: cover;}
.c-p {position: absolute;bottom: -55px;font-weight: bold;left: 0;}
.phoen_grid_list_main_div {position: relative;}
ul.products.phoen_list .c-p {bottom: 0;}
div#wcspc-area {
width: 400px;
}.wcspc-action-left {display: none !important;}
.wcspc-action-right {padding: 0 !important;}
.wcspc-action-right a {display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
width: 100%;
border-radius: 7px;
-webkit-justify-content: center;
justify-content: center; background-color: #fff !important;
color: #DA0916 !important;border-color: #DA0916 !important;line-height: 46px !important;height: 50px !important;}
.wcspc-action-right a {border-width: 1px !important;}
span#wcspc-continue {border-width: 1px !important;}
.wcspc-total-left {display: none !important;}
div#wcspc-subtotal {width: 100% !important;text-align: center;max-width: 100% !important;display: inline-block !important;text-align: center !important;}
div#wcspc-subtotal span,div#wcspc-subtotal span * {font-size: 20px;color: #282828;font-family: 'Inter', sans-serif !important;}
.wcspc-area-bot {box-shadow: 0px -10px 10px rgb(0 0 0 / 15%);padding-top: 25px;}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner {border: none !important;background: none !important;}
.top-page-filters .prdctfltr_add_scroll {display: none !important;position: absolute;left: 0;top: 41px;background: #fff;z-index: 99;min-width: 300px;padding: 15px;}
.top-page-filters * {list-style-type: none !important;}
.prdctfltr_add_scroll {}
.top-page-filters .prdctfltr_filter {display: inline-block !important;width: auto !important;border: none !important;padding-right: 45px !important;background: #ed1b24;cursor: pointer;}
.top-page-filters .prdctfltr_buttons {display: none;}
.top-page-filters .pf-help-title {cursor: pointer;}
.top-page-filters .pf-help-title {color: #fff;}
.top-page-filters .pf-help-title:before {background-image: url(https://xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/07/Vector-1.svg);}
.top-page-filters .prdctfltr_filter:hover .pf-help-title {opacity: 0.7;}
.top-page-filters .prdctfltr_filter .pf-help-title {transition: 0.5s;}
.top-page-filters .prdctfltr_filter:hover  .prdctfltr_add_scroll {display: inline-block !important;}
.top-page-filters {display: inline-block;width: 100%;position: sticky;top: 129px;z-index: 99;padding-left: 10px; padding-right:10px; margin-bottom: -20px;}
.top-page-filters span.prdctfltr_widget_title {font-size: 14px;position: relative !important;}
body.archive.tax-product_cat .top-page-filters .prdctfltr_filter.prdctfltr_product_cat .pf-help-title {position: static !important;width: auto !important;margin: 0 !important;height: auto !important; font-size: 14px;}
body.archive.tax-product_cat .top-page-filters  .prdctfltr_filter.prdctfltr_product_cat .pf-help-title:before {top: 15px;}
@media (max-width: 1100px) {
.top-page-filters .prdctfltr_filter {padding-right: 24px !important;}
.top-page-filters .pf-help-title:before {right: 5px;margin-top: 2px;}}
div#ploshad-7608 {}
.price-111-my-class {
width: calc(100% - 128px);
}
.price-111-my-class,.price-111-my-class * {
font-size: 14px;
line-height: 21px;
font-weight: 700 !important;
color: #1d1d1d;
}
.price-111-my-class {
margin-bottom: 20px;
float: left;
clear: left;
position: absolute;
margin-top: -5px;
}
span.nnnvvc {
padding-left: 3px;
}li.category-product.product:nth-child(3n) {
margin-right: 0 !important;
}h2.woocommerce-loop-product__title a {
color: #222 !important;
}body.effect-template-default.single.single-effect h1.entry-title {
text-align: center;
}
.product.type-product .catalog__img .page-block img {
max-width: 100%;  
width: 100%;
height: 100%;
object-fit: cover;
}
p.cdrty {
font-size: 24px;
line-height: 22px;
margin-bottom: 10px;
font-weight: 300;
text-align: right;
font-weight: 600;
}
.rating {
margin-right: 35px;
margin-left: 5px;
display: inline-block;
margin-top: 20px; }
.rating .stars {
border-bottom: 1px solid #000;
text-align: center;
padding: 14px 5px 7px;
margin-bottom: 15px;
font-size: 23px;
color: #ed1b24;
letter-spacing: 8px;
}
.rating .text.text-center {
width: 160px;
font-size: 13px;
font-weight: 400;
line-height: 15px;
text-transform: uppercase;
margin: 0 auto;
}
.b-product-payment-new {
display: -webkit-box;
display: -ms-flexbox;
display: flex; padding: 26px 26px 16px;
border: 1px solid #222;
margin-top: 40px;
}.b-product-payment-new .payment {
width: 48%;
border-right: solid 1px #222;
}.b-product-payment-new .h2, .b-product-payment-new h2 {
font-size: 14px;
font-weight: 600;
line-height: 19px;
text-transform: uppercase;
margin-bottom: 17px;
}.b-product-payment-new .h2.padding-left, .b-product-payment-new h2.padding-left {
padding-left: 30px;
}.b-product-payment-new .delivery-methods {
font-size: 13px;
font-weight: 400;
line-height: 18px;
padding-left: 30px;
color: #222;
}
.b-product-payment-new a {
color: #000;
text-decoration: underline;
}
#sticky-wrapper {
margin-bottom: 30px;
}#sticky-wrapper .b-tabs {
border-bottom: none;
}.b-tabs {
background-color: #fff;
height: auto;
position: relative;
z-index: 100!important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: left;  box-shadow: none;
border-bottom: 1px solid #f0efee;
}.b-tabs .tabs-decorazza {
padding: 0;
}.b-tabs .tabs-decorazza {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
list-style-type: none;
font-size: 13px;
text-transform: uppercase;
white-space: nowrap; margin: 0;
padding: 10px 0;
}.b-tabs .tabs-decorazza .item-tabs:first-child {
border-right: 1px solid #222;
border-top: 1px solid #222;
border-left: 1px solid #222;
border-bottom: none;
padding: 10px 50px;
}.b-tabs .tabs-decorazza .item-tabs {
border-bottom: 1px solid #222;
padding: 10px 25px;
}.b-tabs .tabs-decorazza .item-tabs a {
margin: 0;    color: #222;
text-decoration: none;
}
.hidden-md-down {
margin-top: 40px;
}.b-colors-list {
margin-bottom: 40px;
padding: 8px 24px;
}
.bg-white, hr.white:before {
background-color: #fff;
}.b-colors-list .colors .color-container {
width: 14.28571%;
float: left;
padding: 0;
}.b-colors-list .colors .color {
text-decoration: none;
display: block;
position: relative;
min-height: 148px;
}.b-colors-list .colors .color .image {
width: 100%;
height: 100px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 18px;
}.b-colors-list .colors .color .name {
text-transform: uppercase;
font-size: 10px;
font-weight: 400;
line-height: 12px;
color: #000;
}.b-colors-list .colors .color .color-drop {
background: #fff;
width: 280px;
padding-top: 18px;
text-align: center;
position: absolute;
left: -65px;
margin-top: -6px;
box-shadow: 0 0 16px 0 rgb(0 0 0 / 16%);
opacity: 0;
z-index: -1;
transition: all .2s ease;
}.b-colors-list .colors .color:hover .color-drop {
opacity: 1;
z-index: 9;
}.b-colors-list .colors .color .color-drop .preview {
width: 250px;
height: 145px;
margin-bottom: 10px;
display: inline-block;
}.b-colors-list .colors .color .color-drop .name {
font-size: 20px;
color: #171848;
padding: 0 20px;
margin-bottom: 10px;
line-height: 28px;
}hr {
box-sizing: content-box;
height: 0;
overflow: visible;
margin-top: 1rem;
margin-bottom: 1rem;
border: 0;
border-top: 1px solid rgba(0,0,0,.1);
background: #201e1c;
}hr:before {
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
width: 16px;
background-color: #fff;
}hr:after, hr:before {
content: '';
position: absolute;
left: 50%;
height: 5px;
}hr:after {
width: 5px;
-webkit-transform: translate(-50%,-50%) rotate(45deg);
transform: translate(-50%,-50%) rotate(45deg);
background-color: inherit;
}
.b-gaining-effect .h2, .b-gaining-effect h2 { font-size: 40px;
font-weight: 700;
line-height: 40px;
margin-bottom: 45px;
text-align: center;
}.b-gaining-effect {
padding-top: 65px;
margin-bottom: 30px;
}
.b-gaining-effect .instruction {
padding-top: 80px;
padding-bottom: 50px;
position: relative;
}.b-gaining-effect .step-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}.b-gaining-effect .step {
position: relative;
display: flex;
flex-direction: column;
justify-content: space-between;
max-width: 535px;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
background-color: #fff;
margin-bottom: 50px;
padding: 44px;
height: 100%;
}.b-gaining-effect .step .number-step {
font-family: "Liberation Serif","Open Sans",serif;
display: inline-block;
position: absolute;
left: -35px;
top: -35px;
background-color: #fff;
font-size: 70px;
font-weight: 600;
line-height: 77px;
text-align: center;
color: #3b3b3b;
width: 77px;
height: 77px;
box-shadow: 0 0 3px 0 rgb(0 0 0 / 75%);
border-radius: 50%;
}.b-gaining-effect .step .title, .b-gaining-effect .step h3 {
font-size: 20px;
font-weight: 300;
letter-spacing: .1px;
line-height: 18px;
color: #a09182;
margin-bottom: 10px;
}.b-gaining-effect .step .description {
font-size: 13px;
font-weight: 300;
line-height: 20px;
margin-bottom: 25px;
}.b-gaining-effect .step .paints {
margin-bottom: 35px;
}.b-gaining-effect .step .instruments-and-time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}.b-gaining-effect .step .paints .img {
max-width: 140px;
width: 100%;
margin-bottom: 10px;
}.b-gaining-effect .step .paints .appointment, .b-gaining-effect .step .paints .name {
font-size: 16px;
font-weight: 700;
margin-top: 14px; 
line-height: 20px;
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;    
}.b-gaining-effect .step .time .time-text {
font-size: 12px;
line-height: 13px;
}.b-gaining-effect .step .instruments-and-time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.price del {
margin-right: 20px;
}
.b-gaining-effect .step .instruments-and-time .instruments-and-name, .b-gaining-effect .step .time {
-ms-flex-preferred-size: 66%;
flex-basis: 66%;
-ms-flex-negative: 0;
flex-shrink: 0;
}.b-gaining-effect .step .instruments-and-time .instruments-and-name .instruments {
border-right: 2px solid #aaa;
margin-bottom: 0;
padding-right: 10px;
}.b-gaining-effect .step .instruments-and-time .instruments-and-name .instruments .instrument {
width: 45px;
height: 45px;
border: 1px solid #000;
margin-right: 17px;
margin-bottom: 10px;
float: left;
}.instrument object {
display: block;
width: 100%;
max-width: 30px;
}.b-gaining-effect .step .instruments-and-time .instruments-and-name .name-instruments {
font-size: 12px;
font-weight: 100;
line-height: 13px;
color: #aaa;
width: 230px;
clear: left;
}.instrument object {
display: block;
width: 100%;
max-height: 30px;
margin: 7px 5px;
}.b-gaining-effect .step .time {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-preferred-size: 170px;
flex-basis: 170px;
padding-left: 15px;
margin-left: auto;
border-left: solid 1px #dedede;
}.b-gaining-effect .step .time svg {
max-width: 35px;
max-height: 35px;
width: 100%;
height: 100%;
fill: #a09182;
margin-right: 10px;
}.b-gaining-effect .step .time .time-text {
font-size: 12px;
line-height: 13px;
}.b-gaining-effect .step .time .time-text .text {
font-weight: 100;
margin-bottom: 5px;
}.b-gaining-effect .step .time .time-text .clock {
font-weight: 700;
}
.col-lg-6.col-12.step-col:nth-child(2n + 1) {
clear: left;
}.b-gaining-effect .instruction .clarification {
font-size: 20px;
font-weight: 400;
line-height: 18px;
text-transform: uppercase;
text-align: center;
}.b-gaining-effect .instruction .clarification div {
border: 1px solid #000;
padding: 18px 50px;
display: inline-block;
letter-spacing: -.6px;
}
.video-block {
text-align: center;
}
.video-block h2 {
font-size: 24px;
margin-bottom: 20px;
}
div#effects:before {
content: "";
position: absolute;
right: calc(580px - 50vw);
width: 100vw;
background: #dedede;
height: calc(100% - 160px);
top: 160px;
}
div#effects {
position: relative;
}.b-gaining-effect .step-col {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.instruction .row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.paints button.single_add_to_cart_button.button, .add_to_cart_button {
background: #ed1b24 !important;
font-size: 16px !important;
font-weight: normal !important;
border-radius: 0 !important;
line-height: 50px;
padding: 0 10px;
margin: 0 6px;
width: 100%;
max-width: 220px;
transition: 0.4s;
border: none !important;
color: #fff !important;
margin-top: 20px;
display: block;
text-align:center;
}
.paints button.single_add_to_cart_button.button:hover, .add_to_cart_button:hover {
opacity: 0.6;
}.b-effects .slide-name .title .name {
font-weight: 300;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #000;
}.mt-4 {
margin-top: 1.5rem!important;
}.b-effects {
margin-bottom: 70px;
padding-top: 10px;
}.b-effects .h2, .b-effects h2 {
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-bottom: 35px;
margin-top: 50px;
text-align: center;
}.b-effects .slide-name {
background-color: #fff;
margin-bottom: 8px;
position: relative;
transition: box-shadow 300ms;
text-decoration: none!important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
.b-effects .image-wrapper {
height: 230px;
overflow: hidden;
margin: 0;
position: relative;
}.b-effects  .image-wrapper {
height: 315px;
padding: 15px 15px 0;
}.b-effects  .image-wrapper img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.b-effects  img {
transition: all 500ms;
}.dp-picture-n {
position: absolute;
top: 0px;
left: 0px;
padding: 15px 15px 0;
z-index: -1;
opacity: 0;
transition: all 500ms;
}.b-effects  .label {
position: absolute;
color: #fff;
right: 20px;
z-index: 400;
bottom: 0;
background-color: #a09182;
padding: 5px 15px;
box-shadow: 4px 4px 12px 2px rgb(0 0 0 / 12%);
}.hidden-lg-up {
display: none!important;
}
.b-effects  .slide-name {
padding: 20px 15px;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}.b-effects .slide-name {
padding: 7px 15px 20px;
}.b-effects  .slide-name .title {
line-height: 1.3;
color: #a09182;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-decoration: none;
margin-bottom: 6px;
font-size: 24px;
}
.b-effects .slide-name .title .name {
font-weight: 300;
-webkit-box-flex: 1;
-ms-flex: 1;
flex: 1;
color: #000;
}.b-effects .slide-name .title .price {
font-weight: 600;
color: #000;
margin-left: 10px;
font-size: 20px;
margin-top: 0;
}
.b-effects .slide-name .title .name a {
color: #000;
font-size: 20px;
}.b-effects .slide-name .bottom {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 8px 0 0;
}.b-effects  .dop_txt {
font-size: 14px;
color: #222;
line-height: 1.429;
padding-right: 10px;
overflow: hidden;
max-height: 100px;
}.justify-content-end {
-webkit-box-pack: end!important;
-ms-flex-pack: end!important;
justify-content: flex-end!important;
}.b-effects  .effects_href {
width: 100%;
margin-top: 5px;
background: #fff;
border: 2px solid #190810;
}
.detail-link-collection {
display: inline-block;
color: #000;
text-transform: uppercase;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all .2s ease-in-out;
font-size: 15px;
border: 1px solid #190810;
padding: 7px 22px 8px;
cursor: pointer;
line-height: 1.25;
}.b-effects  .effects_href:hover {
background: #000;
color: #fff;
}
.slide-name * {
text-decoration: none !important;
}div#video {
margin-bottom: 50px;
}
.b-effects .image--img:hover {
box-shadow: 1px 1px 12px -2px rgb(0 0 0 / 40%);
}.b-effects .image--img:hover img {
transform: scale(1.11);
}
form#search-filter-form-9802>ul>li {
display: inline-block;
width: 33%;
float: left;
padding: 0 15px;
margin-bottom: 30px;
}
form#search-filter-form-9802>ul>li:nth-child(3n + 1) {
clear: left;
}
.searchandfilter>ul>li>ul {
overflow: hidden;
max-height: 0;
transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}.searchandfilter>ul>li label {
overflow: hidden;
max-height: 0;
transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}
.searchandfilter>ul>li h4 {
cursor: pointer;
position: relative;
border-bottom: solid 2px #7f7f7f;
font-weight: 500;
text-transform: uppercase;
}
.searchandfilter>ul>li h4:before {
content: "❯";
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 10px;
position: absolute;
transition: 0.4s;
}.searchandfilter>ul>li input:checked ~ label h4.open:before {
content: "❯";
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.searchandfilter>ul>li .open ~ ul, .searchandfilter>ul>li .open ~ label {max-height: 1000px;}
.eff-filter {
display: inline-block;
width: 100%;
}
select.sf-input-select {
display: inline-block;
width: 100%;
margin: 20px 0;
}
.searchandfilter>ul>li>h4 ~ label {
width: 100%;
display: inline-block;
border-radius: 0;
}
.searchandfilter>ul>li>h4 ~ label select {
border-radius: 0;
border: solid 2px #838383;
padding: 10px 15px;
font-size: 16px;
}label.sf-label-checkbox {
max-height: 1000px !important;
max-width: calc(100% - 23px);
}
.searchandfilter ul li li input {
position: relative;
top: 3px;
float: left;
}
.searchandfilter ul li:first-child li {
width: 50%;
float: left;
}
.searchandfilter>ul>li>ul { }label.yyyy {
max-height: 1000px !important;
width: 100%;
display: inline-block;
padding: 0 !important;
}
input.yyy {
position: absolute;
left: -99999px;
}
.searchandfilter>ul>li .open ~ label {
max-height: 1000px !IMPORTANT;
}
label {}
li.sf-field-sort_order label {
max-height: 1000px !important;
max-width: calc(100% - 130px);
float: right !important;
overflow: auto !important;
margin-top: -10px;
}
li.sf-field-sort_order {
float: right !important;
margin-bottom: -40px !important;
}
li.sf-field-sort_order h4:before {
display: none;
}
li.sf-field-sort_order h4 {
border: none !important;
padding: 0 !important;
text-transform: none !important;
max-width: 120px;
float: left;
}
li.sf-field-sort_order {
margin-right: 1% !important;
}
.col-12.col-md-6.js-load-more-item {
margin-bottom: 30px;
}
li.sf-field-sort_order select {
margin: 0 !important; }
form#search-filter-form-9802 {
display: inline-block;
width: 100%;
margin-bottom: -30px;
}
.top-page-filters .prdctfltr_filter.prdctfltr_product_cat {
display: none !important;
}
@media (max-width: 992px) {
.block-4 .col-md-4 {
width: 100%;
}
.block-4 .col-md-4 {
font-size: 26px;
}
.blockk-1.item h4 {
font-size: 22px;
}
}
@media (max-width: 991px) {
.price-111-my-class {
margin-top: 35px !important;
}
li.product span.product-price-list-item.bbbvff {
position: relative;
}
strong.action {
font-size: 20px;
display: inline-block;
margin-top: 20px;
}
em.old-price {}
em.old-price {
font-size: 20px;
}
em.old-price:before {
top: 10px;
}
.mob-buttons {
display: inline-block !important;
position: fixed;
z-index: 9999;
bottom: 0;
left: 0;
width: 100%;
}
.mob-buttons svg {
max-width: 30px;
float: left;
margin: 5px 10px;
}.price-111-my-class {
width: 100%;
position: relative;
}
.mob-buttons a {
display: inline-block;
width: 50%;
float: left;
height: 61px;
font-weight: 500;
padding: 10px;  }
a.wha {
background: #439854;
color: #fff;
}
a.whatrr {
color: #fff;
background: #9b5c8f;
padding: 20px 10px !important;
}
a.whatrr svg {
margin-top: 0;
fill: #fff;
position: relative;
top: 4px;
}
body.archive.tax-product_cat.term-lakokrasochnye-materialy .col-md-3.w-fff {
display: none;
}
ul.product-cats.products.phoen_grid li.product {
max-width: calc(50% - 10px);
}.tit-f {
position: relative;
display: inline-block !important;
width: 100%;
text-transform: uppercase;
font-size: 18px;
font-weight: bold;
padding: 20px;
border: solid 2px #878787;
}.tit-f.filter-open {}
.tit-f.filter-open ~ .eff-filter {
display: inline-block;
}
.tit-f.filter-open {
position: fixed;
top: 0;
z-index: 999999;
left: 0;
border: none !important;
text-align: center;
}
.tit-f.filter-open:after {
content: "X";
font-family: cursive;
right: 20px;
font-size: 20px;
}.tit-f.filter-open {
background: #fff;
}
.searchandfilter ul li:first-child li {
width: 100%;
}
.tit-f:after {
content: "❯";
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
right: 40px;
position: absolute;
transition: 0.4s;
}
form#search-filter-form-9802>ul>li {
width: 100% !important;
margin: 0 !important;
margin-bottom: 10px !important;
padding: 0 !important;
}
form#search-filter-form-9802 {
margin-bottom: 20px;
}
.eff-filter {
display: none;
height: 100vh;
position: fixed;
background: #fff;
top: 0;
left: 0;
z-index: 999;
padding: 20px;
overflow-y: scroll; padding-top: 90px;
}
.eff-filter form {
height: calc(100vh - 90px);
}
.search-filter-results {
text-align: center;
}form#search-filter-form-9802>ul>li.sf-field-taxonomy-coating {
margin-bottom: -10px !important;
}
form#search-filter-form-9802>ul>li.sf-field-taxonomy-surface {
margin-bottom: -10px !important;
}
.b-effects .slide-name .title {
display: inline-block;
}
.b-effects .slide-name .bottom {
display: inline-block;
}
.b-effects .slide-name .title .name {
margin-bottom: 20px;
}
.b-effects .dop_txt {
margin-bottom: 20px;
}
.wcspc-area.wcspc-effect-01.wcspc-area-show {
-webkit-transform: translate3d(-100%, 0, 0) !important;
transform: translate3d(-100%, 0, 0) !important;
}
div#wcspc-area {
width: 100%;
}p.cdrty {
margin-top: 30px;
}
.b-gaining-effect .h2, .b-gaining-effect h2 {
font-size: 24px;
} .b-gaining-effect .instruction {
padding-top: 0;
}
.b-gaining-effect .step .number-step {
width: 40px;
height: 40px;
left: 0;
font-size: 30px;
line-height: 40px;
}
.b-gaining-effect .step .instruments-and-time .instruments-and-name { max-width: 170px;
}
div#video iframe {
width: 100%;
max-height: 300px;
}
.b-tabs .tabs-decorazza {
white-space: break-spaces;
}
.b-tabs .tabs-decorazza li {
padding: 10px 15px !important;
}
table.shop_table.woocommerce-checkout-review-order-table * {font-size: 13px;padding-right: 5px !important;}
table.shop_table.woocommerce-checkout-review-order-table td:first-child {max-width: 170px;padding-right: 0 !important;}
.woocommerce nav.woocommerce-pagination ul.page-numbers {text-align: center;margin-left: -15px;margin-right: -15px;width: calc(100% + 30px);}
.woocommerce nav.woocommerce-pagination ul.page-numbers li {margin-right: 3px !important;float: none;display: inline-block;}
.blockk-1.item h4 {font-size: 18px;line-height: 23px;margin-top: 10px;}
.blockk-1.item a {  margin-top: 0 !important;
display: inline-block;
line-height: 40px;
padding: 0px 10px !important;
border: solid 1px #fff !important;
display: inline-block !important;
text-align: center !important;
margin-top: 10px !important;
max-width: 100px;}
.col-md-4.sht {width: 50%;float: left;}
.col-md-4.pricee {width: 50%;float: left;}
.col-md-3456 .col-md-4:first-child {width: 100%;display: inline-block;}
nav#menu a {
font-size: 12px;
}.page-block .col-md-9, .page-block .col-md-3 {
padding: 0;
}.page-block .col-md-9 {
padding: 0;
}
.page-block .col-md-3 {
padding: 0 10px;
width: 100%; }
.mobile {
width: calc(100% + 20px);
display: inline-block !important;
margin-left: -10px;
margin-top: -20px;
}
.mobile h1.woocommerce-products-header__title.page-title {
font-size: 14px;
line-height: 21px;
text-transform: uppercase;
font-weight: bold; }
span.fillll {
font-size: 12px;
line-height: 18px;
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Slider_01.svg);
padding-left: 20px;
background-repeat: no-repeat;
background-position: left;
float: right;
margin-bottom: 10px;
position: relative;
}
span.fillll::after {
content: "\2716";
position: absolute;
top: 31%;
right: 17px;
color: transparent;
display: block;
font-size: 20px;
}
span.fillll.active::after {
color: #fff;   
}
.mobile.openeed1 span.fillll {
position: fixed;
z-index: 999999;
left: 0;
top: -10px;
width: 100%;
}
span.fillll {transition: 0s !important;}
aside#sidebar,aside#sidebar * {transition: 0s !important;}
aside#sidebar {
height: 0;
overflow: hidden;
transition: 0.4s;
padding: 0 10px;
width: calc(100% + 20px);
margin-left: -10px;
}
.mobile.openeed1 ~ aside#sidebar {
position: fixed;
z-index: 999;
height: 93vh;
top: 20px;
background: #fff;
width: 100%;
left: 0;
padding: 40px;
overflow: scroll;
}
.page-block .col-md-9 {
padding: 0;
width:100%;
} .m-or {
float: left;
font-size: 12px !important;
}
.m-or * {
font-size: 12px !important;
}
.m-or select {
padding-left: 0 !important;
padding-top: 0;
border-radius: 0;
background-position: right 5px; width: 100%;
max-width: 100%;
font-size: 13px !important;
text-transform: uppercase;
font-weight: bold;
color: #000;
}
.mobile h1.woocommerce-products-header__title.page-title, .mobile .m-or {
display: none;
}
.mobile {
margin-bottom: 10px;
}
.m-or select option {
padding: 0 10px !important; }.second-header {
margin-top: 114px;
}
.top-page-filters {display: none;}
span.fillll {cursor: pointer;
padding: 15px 20px;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;width: 100%;background-color: #ed1b24;padding-left: 45px;color: #fff;background-position: 20px;background-image: url(https://xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/07/Slider_01.svg);margin-top: 10px;}
.m-or {width: 100%;}
form.woocommerce-ordering {width: 100%;}	
}
input.bbackk {
background: #ed1c24;
border: none !important;
padding: 5px 20px;
color: #fff;
position: relative;
top: -2px;
transition: 0.4s;
}
input.bbackk:hover {
opacity: 0.6;
}
ul.tabs.wc-tabs {
position: sticky !important;
top: 125px;
background: #fff;
padding: 15px !important; padding-bottom: 0 !important;
z-index: 9;
}
.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_text label {
position: relative;
padding-left: 20px;
}
.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_text label:before {
display: inline-block !important;
content: "";
position: absolute;
left: 0;
top: 8px;
border: solid 2px #a0080e57;
width: 15px;
height: 15px;
border-radius: 3px;
line-height: 10px;
font-weight: bold;
text-align: center;
font-family: monospace;
color: #a0080e; }
.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_text label.prdctfltr_active:before {
content: "x";
}.prdctfltr_filter.prdctfltr_product_cat.prdctfltr_attributes.prdctfltr_single.pf_adptv_default.prdctfltr_adoptive.prdctfltr_hierarchy.prdctfltr_drillback.prdctfltr_inline.prdctfltr_text label:before {
display: none !important;
}.woocommerce ul.products li.product .woocommerce-loop-product__title {
}
@media (max-width: 930px) and (max-height: 420px) {
.right-burger.opened + .menu-right, .menu-right.opened { 
height: 40vh;     
max-width: 300px;
overflow-y: scroll;
position: fixed;
}
.block-3, .block-7 {
padding-bottom: 0;
padding-top: 50px;
}
}
@media (max-width: 767px) {
header#header {
top: 60px;
}
.mobile.openeed1 ~ aside#sidebar {
padding: 40px 20px;
}
.widget-container.prdctfltr-widget {
overflow-y: visible;
}
.second-header {
top: 55px !important;
margin-bottom: 70px;
}
.block-4 .owl-carousel, .owl-carousel.owl-loaded {
padding: 0;
}
.prdctfltr-widget {
height: 100vh;
overflow-y: scroll;
display: inline-block;
}.mobile.openeed1 .fillll:before {
font-size: 24px;
content: "✖";
position: absolute;
right: 15px;
color: #fff !important;
}body.ofr {
overflow: hidden;
}
header#header {
position: relative;
}.woocommerce div.product .woocommerce-tabs ul.tabs {
top: 0 !important;
margin-left: -15px;
margin-right: -15px;
}
.block-4 .row {
margin: 0;
}form.prdctfltr_woocommerce_ordering {
padding-bottom: 120px;
}
.second-header {
margin-top: 0;
}
header .col-md-3.connt span {
display: none !IMPORTANT;
}
input.bbackk {
margin-bottom: 10px !IMPORTANT;
display: inline-block;
width: 100%;
}
header#header.glide {
position: relative;
top: 0;
}
.blockUI.blockMsg.blockPage {
left: 5% !IMPORTANT;
width: 90% !IMPORTANT;
}
.one-head .col-md-3.connt { }
.second-header .col-md-3:first-child {
width: 50px;
}
.second-header .col-md-3:last-child .social {
padding: 0;
}
.one-head .col-md-3:last-child { }
header p.woocommerce-mini-cart__total.total {
display: none;
}
.second-header span.napisat {
display: none;
}
span.cat {
font-size: 0;
line-height: 11px;
}
span.cat span {
}
span.cat span {
line-height: 7px;
margin: 0 auto;
}
.col-md-6 {}
.one-head .col-md-3 {
width: calc(100% - 30px);
}
.one-head .col-md-3 img {
width: 40px;
}
.second-header .col-md-6 {
padding: 0;
width: calc(100% - 55px);
float: right;
margin: 0;
}
.one-head {
padding: 10px 0; }
.right-burger {
position: absolute;
top: -73px;
right: 0;
margin: 0;
margin-top: 3px;
}
.right-burger.right-burger__mobile {
position: relative;
}
.second-header {
position: relative; z-index: 999;    top: 0;
}
.second-header .col-md-3:last-child {
max-width: 110px;
padding: 0;
position: absolute;
top: -78px;
right: 15px;
}
.menu-right {
min-width: 100vw;
}
.bread {
font-size: 0;
}
.bread span {
background: #eee;
font-size: 11.5px;
border-radius: 99px;
margin-right: 5px;
line-height: 18px;
display: inline-block;
padding: 3px 12px;
}
.bread span span {
margin: 0;
padding: 0 !important;
position: relative; }
.bread span:last-child {
margin: 0 !important;
}
.bread span:last-child span {
top: 0;
}
.bread a {
display: inline-block;
line-height: 0;
}
.bread span {
margin-bottom: 5px;
}
ul.products.phoen_grid li.product, .woocommerce ul.products li.product {
margin: 0 1% !important;
width: 100% !important;
margin-bottom: 10px !important;
padding-top: 90px;
}
ul.page-numbers li a, ul.page-numbers li span {
width: 30px;
height: 30px;
line-height: 30px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
margin-left: 0 !important;
}
.woocommerce ul.products li.product .price {
width: 100%;
float: left;
margin-bottom: 20px !important;
}
.woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart {
max-width: 100%;
}
footer#footer .col-md-7 .col-md-3, footer#footer .col-md-7 .col-md-5, footer#footer .col-md-7 .col-md-4 {
width: 100% !important;
}
footer#footer .col-md-3-connt, footer .social {
width: 100%;
}
.prdctfltr_buttons {
margin-bottom: 40px !important;
}
body.archive.tax-product_cat .bread span:nth-child(2) {
display: none;
}	.blockk-1.item h2 {
font-size: 12px;
line-height: 18px;
}
.sli-desc h3 {
font-size: 14px;
line-height: 19px;
}
.sli-desc a {
border: none;
font-size: 12px;
padding: 0 !important;
text-align: left !important;
}
.blockk-1.item {
padding: 16px 28px;
height: fit-content;
min-height: 200px; */
background-size: contain;
background-repeat: no-repeat;
}
div#owl-carousel1m .owl-nav {
left: 0;
width: 100%;
}
div#owl-carousel1m {
padding: 0 15px;
}
.sli-desc p {
font-size: 10px;
line-height: 11px;
margin: 0 !important;
font-weight: normal;
}
.blockk-1.item h2 br {
display: none;
}.block-2 .col-md-4 {
width: 100%;
margin-bottom: 18px;
}
.blockk-2-item h3 {
font-size: 16px;
max-width: 120px;
}
.blockk-2-item a {
font-size: 14px;
}
h2.zag {
font-size: 22px;
line-height: 33px;
padding-bottom: 10px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
margin: 0;
width: 100%;
margin-bottom: 15px;
}
.block-3 {
padding-bottom: 0;
padding-top: 50px;
}
.block-4 {
padding: 30px 0;
}
.block-4 .col-md-4 {
width: 100%;
margin-bottom: 15px;
padding: 0;
}
.blockk-4-item {
height: 96vw;
background-size: 700px;
}
.owl-nav div {
width: 40px;
height: 40px;
position: relative;
}
.owl-nav div.owl-prev {
left:-10px;
}
.owl-nav div.owl-next {
right:-10px;
}
.owl-carousel h2.woocommerce-loop-product__title {
padding-left: 23px !important;
padding-right: 23px !important;
}
.block-5, .block-7 {
padding: 50px 0;
padding-bottom: 0;
}
.blockk-6-item {
background-size: cover;
width: calc(100% - 30px) !important;
margin: 5px 15px !important; }
.blockk-6-item span.inl {
margin-top: 75px;
}
span.inl {
margin-left: 2px;
font-size: 11px;
}
footer#footer {
padding: 20px 0;
FO: JIS04;
}
footer#footer .col-md-3 img {
max-height: 36px;
float: left;
}
footer#footer .col-md-3 div.site-description {
margin: 0;
width: calc(100% - 46px);
float: left;
text-align: left;
font-size: 12px;
line-height: 18px;
}
.fot-text {
text-align: left;
}
footer#footer .col-md-7 .col-md-3, footer#footer .col-md-7 .col-md-5, footer#footer .col-md-7 .col-md-4 {
padding: 0;
}
footer#footer .col-md-7 .col-md-4 h3 {
display: none;
}
footer#footer .col-md-3-connt a {
font-size: 6vw;
}
footer .col-md-3-connt {
text-align: left;
font-size: 12px;
}
span.napisat {
font-size: 14px;
}
footer#footer .social {
text-align: left;
}
div#copyright {
text-align: left;
}
footer .col-md-7 * {
text-align: left;
}
footer#footer {
padding-bottom: 80px;
}
.right-burger span {
background: #222;
width: 25px !important;
}span.napisat ~ a {
margin: 0 5px;
}
h3.togd {
display: inline-block;
float: left;
padding-right: 20px;
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Vector.png);
background-repeat: no-repeat;
background-position: right;
}
h3.togd1 {
display: inline-block;
float: left;
padding-right: 20px;
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Vector.png);
background-repeat: no-repeat;
background-position: right;
}
.menu-footer-1-container {
height: 0;
overflow: hidden;
}
.menu-footer-2-container {
height: 0;
overflow: hidden;
}
.menu-footer-3-container {
overflow: hidden;
height: 0;
}
footer#footer .col-md-2 {
margin-top: 10px;
}.col-md-7.opened55 .menu-footer-1-container {
height: auto;
width: 100%;
}
.opened551 .menu-footer-2-container {
height: auto;
}
.menu-footer-2-container,.menu-footer-1-container {
width: 100%;
}.mobile-foot {
display: block !important;
width: 100% !important;
background: #fff;
position: absolute;
bottom: 0;
left: 0;
border-radius: 5%;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;    position: fixed;
bottom: 57px;
z-index: 99;
}
.mobile-foot .col-md-3 {
width: 25% !important;
float: left !important;
text-align: center !IMPORTANT;
}
.mobile-foot img {
margin: 0 auto;
}
.mobile-foot .col-md-3 a {
display: inline-block;
padding: 22px 0;
color: #000;
line-height: 26px;
font-weight: bold;
}
footer#footer {
position: relative;
}.wishlist_table.mobile li .item-wrapper {
margin: 0 12px;
position: relative;
}
.additional-info-wrapper {
padding: 0 12px;
}
.wishlist_table.mobile li {
position: relative;
}
.product-remove {
position: absolute;
top: 5px;
right: 15px;
}tr.woocommerce-cart-form__cart-item.cart_item td.product-name {
padding-right: 60px;
}.form-row.place-order {
width: 100% !important;
text-align: right !important;
padding: 10px 0 !important;
}.row-v-left {
width: 30%;
}
.row-v-right {
width: 70%;
}
.row-v.llk .row-v-left {
max-width: 30%;
}
.row-v.llk .row-v-right {
width: 70%;
}.col-md-7.opened551 .menu-footer-3-container {
height: auto;
}tr.woocommerce-product-attributes-item {
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin-top: 20px;
padding: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
font-size: 12px;
}
ul.tabs.wc-tabs {
padding: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0 5px !important;
margin: 0 !important;
}
.col-md-3456 .col-md-4 {
display: inline-block;
padding: 15px 5px;
font-size: 14px;
}
.ggddss .col-md-5,.ggddss .col-md-7 {
padding: 15px 0 !important;
width: 45% !important;
float: left;
margin: 0 2.5% !important;
text-align: center;
}
.woocommerce div.product form.cart button.single_add_to_cart_button.clickBuyButton {
margin: 10px 0 !important;
float: left !important;
display: block !important;
width: 100%;
max-width: 100%;
}
.col-md-6.ggf1 * {
font-size: 16px !important;
}
div.site-description {
display: none;
}
.one-head .col-md-3:first-child {
width: 40px;
float: left;
}
.col-md-3.connt span {
display: none;
}
.one-head .col-md-3.connt {
text-align: center;
width: fit-content;
border: none;
margin-left: 0;
margin-right: 0;
margin-top: 0 !important;padding: 0;
padding: 0;
position: absolute;
left: 50%;
transform: translateX(-50%);
}
.one-head .col-md-3.connt a {
line-height: 35px;
margin: 0;
}
.one-head .col-md-3.connt:nth-child(3) {
margin-bottom: -15px;    display: none;
}
.second-header { }
.menu-right {
height: 100vh !important;
top: 0;
right: 0;
transition: 0.4s !important;
border: none;
padding: 80px 10px;
position: fixed;
width:100%;
z-index: 0;
display: none;
}
.hfeed {
overflow-x: hidden !important;
width: 100%;
}
body.right-m {  left: -100vw;
}
body {
transition: 0.4s;
position: relative;
}
body.right-m .hfeed {
overflow-x: visible !important;
}
.second-header *, header#header *, header#header, .second-header {
transition: 0.4s;
}
.menu-right * {
border: none !important;
text-align: right;
font-size: 16px !important;
}	
body.right-m:before {
height: 100vh; right: 200px;
content: "";
background: #000;
opacity: 0.4;
position: fixed;
top: 0;
z-index: 9999;
}
body.left-m #wrapper:before {
height: 100vh;
width: 0;
left: 280px;
content: "";
background: #000;
opacity: 0.4;
position: fixed;
top: 0;
z-index: 9999;
}
.right-burger.opened {
z-index: 9999999999 !important;
position: fixed !important;
top: 50px;
right: 18px;
transition: 0s !important;
}
.right-burger {transition: 0s !important;}
body.left-m #wrapper {
left: 280px;
position: relative;
}
span.cat.opened {
position: fixed !important;
left: 235px;
z-index: 999999999999999 !important;
width: 50px;
top: 0px;
background: none !important;
}
span.cat.opened span span {background: #000 !important;}
span.cat {transition: 0s !important;}
html.over {
overflow: hidden;
}
body.left-m {
overflow: hidden;
}span.cat.opened span span:first-child {
top: 7px;
}
span.cat.opened span span:last-child {
top: -7px;
}
div#wrapper {
position: relative;
}
.right-burger.opened * { }
header#header,.second-header { }
body.right-m {
overflow: hidden;
}	
nav#menu {
width: 100%;
height: 100vh;
position: fixed;
left: 0;
top: 0;
border: none;
padding: 0px 10px 0 30px;
left: -100%;
max-width: 100% !important;
opacity: 1 !important;
overflow: auto !important;
visibility: visible !important;
}
span.cat.opened + nav#menu {
left: 0;
}span.cat.opened ~ nav#menu {
left: 0;
}
nav#menu * {
border: none !important;
}
nav#menu a {
text-transform: none;
border: none !important;
text-align: left;
font-size: 14px !important;
padding-right: 25px;
}
li#block-7 { display: inline-block;
padding: 50px 0;padding-top: 0;
}	
li#block-8 {
padding-top: 92px;
}
ul.side {
height: 100vh;
overflow-y: scroll;
}
.left-m  nav#menu {
left: 0 !important;
}
.left-m  span.cat {
left: 0 !important;
position: fixed !important; 
z-index: 999999999999999 !important;
width: 50px;
top: 44px;
background: none !important;
}	
.widget-container {
height: 100vh;
overflow-y: scroll;
display: inline-block;
}	body .prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter {
margin: 0;
}.prdctfltr_wc .prdctfltr_buttons {
margin: 0 !important;
} ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1.left-mmm {
position: relative !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1.left-mmm li {
display: inline-block !important;
width: 100% !important;
}
ul.left-mmm .tuy {
top: -29px;
}
.tuy {
transition: none !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 li {display: none;}	
}html.mobile {
margin: 0 !IMPORTANT;max-width: 100%;
}tr.woocommerce-cart-form__cart-item.cart_item {
position: relative;
}td.product-name {
max-width: 500px;
}h2.wsp-product_cats-title {
padding: 20px 0;
}
h2.wsp-pages-title {
padding: 20px 0;
}.m-or, .m-or * {
background-color: #fff !important;
}.u-column1.col-1 h2,.u-column2.col-2 h2 {
font-weight: bold;
}
div#customer_login  form .form-row {
width: 100%;
}
div#customer_login form .form-row input {
background: #eee;
border: none !important;
line-height: 40px;
}
.woocommerce-privacy-policy-text {}
.woocommerce-privacy-policy-text {
display: none;
display: none;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
display: inline-block;
width: 100%;
}.blockUI.blockMsg.blockPage a {
background: #cc2020;
color: #fff;
text-decoration: none;
padding: 10px 10px;
display: inline-block;
margin: 10px;
}.one-head .col-md-3:last-child img {
max-width: 28px;
}
.one-head .col-md-3:last-child {
line-height: 40px;
}a.account1:before {
content: "\f08a";
font: normal normal normal 16px/1 FontAwesome;
color: #ed1b24;
line-height: 41px;
position: relative;
font-size: 22px;
margin-right: 10px;
}
a.account1 {
text-decoration: none !important;
}a.hbtn.spu-open-7542 {
margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel { width: 100%;
}li#block-7 {
list-style-type: none;
}
ul.wc-block-product-categories-list  ul.wc-block-product-categories-list {
position: absolute;
background: #fff;
left: 100%;
top: 0;
border: solid 2px #ed1c24;
min-width: 258px;
display: none;
height: 100%;
overflow-y: scroll;
width: calc(100vw - 430px);
max-width: 892px;
}
ul.wc-block-product-categories-list li:hover > ul.wc-block-product-categories-list {
display: inline-block;
}
ul.wc-block-product-categories-list li:hover > ul.wc-block-product-categories-list ul.wc-block-product-categories-list {
display: none;
}
ul.wc-block-product-categories-list li:hover > ul.wc-block-product-categories-list li:hover > ul.wc-block-product-categories-list {
display: grid;
}
ul.wc-block-product-categories-list li { }ul.wc-block-product-categories-list ul.wc-block-product-categories-list a {
padding: 4px 5px !important;
}footer .col-md-4 h3 {
opacity: 0;
}
body .prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label span {
padding-right: 20px;
display: inline-block;
}body.archive.search.search-no-results .page-block .col-md-3, body.archive.search.search-no-results .page-block .col-md-9 {
width: 100%;
padding: 0;
}li.outofstock a.button.product_type_simple {
padding-top: 13px;
padding-bottom: 13px;
background: #ed1b24;
background-image: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/carbon_shopping-cart-1.png);
background-repeat: no-repeat;
color: #fff;
text-shadow: none !important;
font-size: 0;
line-height: 20px;
font-family: 'inter',sans-serif;
font-weight: 400;
border-radius: 0;
margin: 0 !important;
float: right;
padding-left: 54px;
padding-right: 20px;
background-position: 20px;
transition: 0.4s;
}
li.outofstock a.button.product_type_simple:before {
content: "Заказать";
font-size: 16px;
position: relative;
top: 3px;
}li.outofstock a.button.product_type_simple:hover {
opacity: 0.6;
}.owl-pro li.product.type-product {width: calc(100% - 30px) !important;margin: 0 15px !important;}
span.poias {
font-size: 12px;
text-transform: uppercase;
color: rgb(122 122 122);
}
.owl-pro, .owl-pro * {vertical-align: top !important;}
.not ~ form.cart {
display: none;
}ul.products {
display: flex;
flex-flow: row wrap; } .woocommerce ul.products li.product .woocommerce-loop-product__title {
min-height: 93px;word-break: break-all;
}p.brennd {
display: none !IMPORTANT;
}.prdctfltr_filter.prdctfltr_product_cat.prdctfltr_attributes.prdctfltr_single.pf_adptv_default.prdctfltr_adoptive.prdctfltr_hierarchy.prdctfltr_drillback.prdctfltr_inline.prdctfltr_text.svernut .pf-help-title.openeed ~ .prdctfltr_add_scroll.prdctfltr_down {
height: 40px;
}label.prdctfltr_ft_both {
display: none !important;
}div#spu-8850 p {
font-size: 20px;
padding: 20px !important;
}div#spu-8914 p {
font-size: 20px;
padding: 20px !important;
}div#spu-8913 p {
font-size: 20px;
padding: 20px !important;
}
body.page-template-default.page.page-id-108 .entry-content li#block-7 ul {position: static !important;display: inline-block !important;width: 100% !important;border: none !important;padding-left: 20px !important;}
body.page-template-default.page.page-id-108 .entry-content li#block-7  a {line-height: 40px !important;}
.one-m {display: none;}
div#pri {
display: none !important;
}
div#ploshad {display: none;}
div#ploshad.my-class {display: inline-block;}
p#ploshad1 {display: none;line-height: 32px;}
p#ploshad1.my-class1 {display: inline-block;width: 100%;}
body.page-template-default.page.page-id-113 .entry-content h2 {font-size: 20px;font-weight: bold;margin: 30px auto;}
body.page-template-default.page.page-id-113 .entry-content .wpcf7 {max-width: 400px;margin: 0 auto;}
body.page-template-default.page.page-id-113 .entry-content .wpcf7 input {padding-left: 15px;border: solid 2px #dedede;line-height: 40px;margin-bottom: 15px;padding-right: 15px;}
body.page-template-default.page.page-id-113 .entry-content .wpcf7 input.wpcf7-form-control.wpcf7-submit {line-height: 20px;}
.woocommerce ul.products li.product .star-rating {
display: none !important;
}
span.onsale {
display: none !important;
}li span.price ins {
text-decoration: none !important;
}
input.agree:checked ~ p * {
pointer-events: none;
}
.sale .c-p {
bottom: -75px;
}
.col-md-4.pricee span.sale-p ~ p * {
text-decoration: line-through;
color: #838383 !important;
font-weight: normal !important;
}.woocommerce ul.products li.product .price del {
display: inline-block;
margin-bottom: -5px;
}.col-md-4.pricee span.sale-p {
float: left;
}li.outofstock a.button.product_type_simple {
padding-left: 40px;
background-position: 10px;
}ul.woocommerce-mini-cart.cart_list.product_list_widget {display: none;}
ul.woocommerce-mini-cart.cart_list.product_list_widget ~ p.woocommerce-mini-cart__buttons.buttons {display: none;}
ul.woocommerce-mini-cart.cart_list.product_list_widget ~ p.woocommerce-mini-cart__total.total strong {display: none;}
p.woocommerce-mini-cart__total.total {padding: 7px 12px;
background: #f6f6f6;
border-radius: 999px;
font-size: 16px;
line-height: 24px;
font-weight: 600;
color: #1d1d1d;
min-width: 102px;
text-align: center;
display: inline-block;
margin-left: 3px;
position: relative;
top: 3px;float: right;}
div#site-description h1 {
font-size: 14px;
line-height: 21px;
margin: 0;
}div#product_total_price span {
color: #000;
font-weight: bold;
}.row-dop {margin-bottom: 20px;width: 100%;display: inline-block;}
div#metrazh {display: inline-block;margin-right: 20px;}
div#product_total_price {display: inline-block;}
span#ljk {color: #000;
font-weight: bold;
font-size: 1.25em;}
.wcspc-item-thumb {}
.wcspc-area-top.wcspc-items .wcspc-item-price span.woocommerce-Price-currencySymbol {font-size: 0 !important;}
.wcspc-area-top.wcspc-items .wcspc-item-price span.woocommerce-Price-amount.amount {font-size: 20px !important;}
.wcspc-total-left {font-size: 0;}
.wcspc-total-left:before {content: 'Итого';font-size: 16px;}
.wcspc-action-left a:before {content: "Корзина";font-size: 14px;}
.wcspc-action-left a {font-size: 0;}
.wcspc-action-right a:before {    content: "Оформить";
font-size: 20px;
font-weight: normal;
text-transform: none;}
.wcspc-action-right a {font-size: 0;}
.wcspc-count span {
background: #212121 !important;
}
span#wcspc-continue {font-size: 0;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
width: 100%;
border-radius: 7px;
-webkit-justify-content: center;
justify-content: center; background-color: #fff !important;
color: #DA0916 !important;
border: solid 2px #2b2b2b !important;
line-height: 50px !important;
height: 50px !important;
border-radius: 5px;}
span#wcspc-continue:before {    content: "Продолжить покупки";
font-size: 20px;
text-transform: none;}
.wcspc-area::after {
background: #ffffff !important;
}div#wcspc-area ~ div#wcspc-count {
display: none !important;
}a#wcspc-count {
cursor: pointer;
position:relative;
}.wcspc-area-top.wcspc-items .wcspc-item-thumb {min-width: 117px;}
.wcspc-area-top.wcspc-items .wcspc-item-thumb img {width: 100% !important;
height: auto !important;}
.wcspc-item {padding: 0 5px;}
.wcspc-area-top.wcspc-items .wcspc-item-title a {padding-left: 10px;display: inline-block;font-size: 16px;font-weight: normal;}
span.wcspc-item-price {color: #000 !important;padding-left: 10px;}
.wcspc-item-qty {display: inline-block !important;float: right; width: calc(100% - 117px) !important;padding-left: 10px;}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner > div {display: inline-block !important;}
.wcspc-item-info {width: calc(100% - 117px);}
.wcspc-item-qty {}
.wcspc-item-qty span.wcspc-item-qty-plus {float: right !important;position: relative !important;top: 0 !important;font-size: 24px !important;
line-height: 31px !important;
height: 2.1875vw !important;color: #a0a0a0 !important;transition: 0.4s;}
span.wcspc-item-qty-minus {float: left !important;position: relative !important;bottom: 0 !important;font-size: 25px !important;
line-height: 31px !important;
height: 2.1875vw !important;
color: #a0a0a0 !important;transition: 0.4s;}
input.wcspc-item-qty-input {display: inline-block !important;font-size: 1vw !important;
line-height: 1.5vw !important;
height: 2.1875vw !important;}
.wcspc-item-qty-inner * {background: none !important;}
.wcspc-item-qty-inner {border: solid 1px #8c8c8c;border-radius: 6px;max-width: 122px;}
span.wcspc-item-qty-plus:hover, span.wcspc-item-qty-minus:hover {background: #ebebeb !important;border-radius: 7px;}
.wcspc-item-qty {padding-top: 0px !important;}
span.wcspc-item-remove.wcspc-icon-remove:before {color: #b1b1b1  !important;font-size: 30px !important;}
.wcspc-item {padding: 0 5px !important;padding-right: 10px !important;}
span.wcspc-item-remove.wcspc-icon-remove {top: auto !important;bottom: 7px !important;right: 30px !important;}
span.wcspc-item-qty-minus {
border-top-right-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}span.wcspc-item-qty-plus {
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
}.wcspc-area-top.wcspc-items.ps-container.ps-theme-wcspc.ps-active-y {
padding-bottom: 50px !important;
}.name ~ .name * {
color: #72181c;
display: inline-block;
margin-top: 7px;
}.image__wrap:hover img {
opacity: 0;
}
.oi {
padding-top: 80px;
font-size: 60px;
color: #f00;
color: #;
}
.oi2 {
text-transform: uppercase;
font-size: 26px;
font-weight: bold;
padding-bottom: 40px;
}
.oi ~ .seqr {
font-weight: bold;
color: #222;
font-size: 18px;
margin-bottom: 20px;
}
.oi ~ form {
padding: 0 10px;
max-width: 380px;
}
.block-404 img {
max-width: 100%;
}
.block-404 {
margin-bottom: 40px;
}
.kvarc.row {
width: 100%;
margin-top: 50px;
}
@media (max-width: 768px) {
.wcspc-area-top.wcspc-items .wcspc-item-thumb {min-width: 70px;}
.oi {
padding-top: 0;
}
.wcspc-item-qty {width: calc(100% - 80px) !important;}
.wcspc-item-qty * {line-height: 30px !important;display: inline-block !important;min-height: 32px !important;}
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove {right: 50px !important;}
input.wcspc-item-qty-input { color: #000 !important;}
input.wcspc-item-qty-input {
font-size: 16px !important;
}
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0>li.wc-block-product-categories-list-item:nth-child(1) {
display: none !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-0>li.wc-block-product-categories-list-item:nth-child(2) {
display: none !important;
}.price-111-my-class ~ span.price,.price-111-my-class ~ .c-p {
display: none !important;
}
.price-111-my-class {
margin-top: 12px;
}div#product_total_price.xxz {
width: 100%;
margin-bottom: 20px;
}span.wcspc-item-price del {
color: #767676;
}
span.wcspc-item-price ins {
display: inline-block;
padding-left: 10px;
}.blockk-1.item h4 em {
text-decoration: line-through;
}.popp.qq111 .price {
padding-top: 0 !important;
}
.popp.qq111 bdi,.popp.qq111 del {
color: #222 !important;
opacity: 1 !important;
}
.popp.qq111 ins * {
color: #ca0808 !important;
font-size: 18px;
}
.popp.qq111 ins ,.popp.qq111 del {
width: 100%;
display: inline-block;
}
.popp {   }
.woocommerce ul.products li.product.sale:before {
font-weight: 600;
content: "Отличная цена";
position: absolute;
z-index: 9;
background: #ed1b24;
top: 10px;
padding: 2px 20px;
left: 0;
color: #fff;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
max-width: 100px;
height: 39px;
}.woocommerce ul.products li.product.sale:before {
font-size: 10px;
padding-top: 5px;
background: #1f7b26;
}
.woocommerce ul.products li.product.sale:after {
content: "";
position: absolute;
left: 100px;
width: 0;
height: 0;
border-top: 39px solid #1f7b26;
border-right: 15px solid transparent;
top: 10px;
}.woocommerce ul.products li.product .onsale {
display: inline-block !important;
background: #ed1b24;
border-radius: 0 !important;
left: 0;
right: auto;
top: 60px;
line-height: 30px;
padding: 0 10px;
max-height: 30px;
min-height: 0;
width: 75px;
}
span.onsale:before {
content: "";
position: absolute;
left: 74px;
width: 0;
height: 0;
border-top: 30px solid #ed1b24;
border-right: 15px solid transparent;
top: 0px;
}
@media (max-width: 768px) and (min-width: 650px) {
.one-head .col-md-3:first-child img.logotip {
max-width: 50px;
}
div#site-description h1 {
line-height: 18px;
}
.glide div.site-description h1 {
line-height: 14px !important;
}
a.account1:before {
margin-right: 5px;
}
.one-head .col-md-3:last-child {
padding-top: 0;
}
header p.woocommerce-mini-cart__total.total {
padding: 12px 3px;
}
header#header.glide .one-head .col-md-3:last-child {
margin-top: -5px;
}
.col-md-3.connt a {
line-height: 16px;
}
.col-md-3.connt span {
display: inline-block;
text-align: center !important;
font-size: 12px;
}
.blockk-1.item a {
margin-top: 20px !important;
display: inline-block;
}
.price-111-my-class ~ .popp {
display: none;
}
.price-111-my-class {
width: 50%;
}
ul.tabs.wc-tabs {
background: #fff;
z-index: 9;
}
p.form-submit {
display: inline-block;
width: 100%;
}
table.woocommerce-product-attributes.shop_attributes tr {
position: relative;
left: -10px;
}
table.woocommerce-product-attributes.shop_attributes tr:nth-child(2n) {
right: -10px;
left: auto;
}
.voproci {
display: block;
max-width: 350px;
margin: 0 auto;
text-align: center;
}.stock {}
.ggddss .col-md-5,.ggddss .col-md-7 {
width: 50%;
text-align: center;
float: left;
}
.woocommerce div.product form.cart {
display: inline-block;
text-align: center;
max-width: 470px;
}
.summary.entry-summary {
text-align: center;
}
.col-md-4.pricee p {
display: inline-block;
width: 100%;
}
.col-md-4.pricee span.sale-p {
width: 100%;
}
.col-md-3456 .col-md-4 {
width: 33%;
float: left;
max-width: 33%;
}td.product-remove {}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-remove {
position: absolute;
right: 0;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-quantity {
padding: 10px !important;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .quantity { float: right;
margin-bottom: 10px;
}
table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td.product-subtotal {
width: 100%;
display: inline-block;
}
.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {  }
.cart-collaterals {}
button.button {}
td.actions button.button {
max-width: 210px;
float: left !important;
}ul.products.phoen_grid li.product {
min-width: 47%;
margin: 10px 1.5%;
}
select.orderby {
padding: 10px; max-width: 230px;
background-position: right center;
}
.m-or {
display: inline-block;
float: right;
max-width: 230px;
margin-top: -50px;
}
span.fillll { float: left; }.price-111-my-class ~ .popp {
display: none;
}
}
.price-111-my-class ~ .popp {
display: none;
}
h1 ~ span.onsale {
display: inline-block !important;
background: #ed1b24 !important;
border-radius: 0 !important;
left: 0 !important;
right: auto;
top: 110px !important;
line-height: 30px !important;
padding: 0 20px;
max-height: 30px !important;
min-height: 0 !important;
width: 75px;
padding: 0 !important;
}
.page-block div.product.sale:before {
height: 29px;
font-weight: 600;
content: "Отличная цена";
position: absolute;
z-index: 99;
background: #ed1b24;
top: 60px;
padding: 2px 20px;
left: 0;
color: #fff;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
max-width: 160px;
height: 39px;
line-height: 32px;
}
.page-block div.product.sale:after {
content: "";
content: "";
position: absolute;
left: 157px;
width: 0;
height: 0;
border-top: 39px solid #ed1b24;
border-right: 15px solid transparent;
top: 60px;
}
.page-block div.product.sale:after {
border-top-color: #1f7b26;
}.page-block div.product.sale:before {
background: #1f7b26;
}
@media (max-width: 640px){
li a.button.product_type_simple {
min-width: 100%;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
min-width: 100%;
}
h1.main-title {
padding-right: 0;
min-height: 108px;
}
h1 ~ span.onsale {
top: 170px !important;
}
.page-block div.product.sale:before {
top: 120px;
}
.page-block div.product.sale:after {
top: 120px !important;
}
}
p.yes-sale {
margin-top: 25px;
}
.col-md-4.pricee span.sale-p {
width: 100%;
}.bbbvff span.woocommerce-Price-currencySymbol:before {
content: "руб./м2";
}
.bbbvff {
position: relative;
top: 10px;
}.blockk-1.item h4 span {
color: #f00;
}span.sale-p ~ p.price ins {
display: none !important;
}
.col-md-4.pricee span.woocommerce-Price-currencySymbol {
border: none !important;
text-decoration: none !important;
}.single .col-md-4.pricee span.sale-p {
color: #ed1b24 !important;
margin-bottom: 6px;
}span.product-price-list-item.bbbvff span.woocommerce-Price-currencySymbol {
text-decoration: none !important;
}span.product-price-list-item.bbbvff ~ .price-111-my-class,span.product-price-list-item.bbbvff ~ .price-111-my-class * {
color: #ed1b24;
font-size: 17px;
padding: 0;
}.col-12.col-md-6.js-load-more-item:nth-child(2n + 1) {
clear: left;
}.search-filter-results .container ~ .container, .search-filter-results .container ~ .pagination {
display: none;
}.search-filter-scroll-loading {background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2023/03/loading.png);display:inline-block;
width:30px;
height:30px;
margin-left:calc(50% - 15px);
}span.price del bdi {
text-decoration: line-through !important;
} .page-block .instruments-and-name img {
max-width: 80px;
}
.product-item__one-click {
font-weight: 300 !important;
border-radius: 0 !important;
width: 100%;
} ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {     
grid-template-columns: repeat(4, 1fr);
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
height: auto;
row-gap: 30px;
max-height: 100%;
padding-bottom: 20px;
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 li a {
font-weight: 600;
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1.opened { }
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 {    
position: static;
width: fit-content;
overflow: visible;
border: none;
min-width: auto;    
}
.wc-block-product-categories-list--depth-1 .wc-block-product-categories-list-item {
border-top: solid 1px rgb(237 27 36 / 24%);
} 
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 li {
border: none !important;
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 li a {
font-size: 12px !important;
font-weight: 400;
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2.opened {
display: block !important;
} .advantages-wrapper {
gap:12px;
display: flex;
}
.advantages {
width: calc(33% - 12px);
display: flex;
justify-content:space-between;
position: relative;
border-radius: 10px;
transition: background-color .25s ease-in, color .25s ease-in;
}
.advantages:hover {
background-color: #9b5c8f;
transition: background-color .25s ease-in, color .25s ease-in;
}
.advantages:hover *, .advantages:hover a {
color: #fff;
transition: color .25s ease-in;
}
.advantages__item_image {
height:150px;
width:150px;
overflow: hidden;
border: 2px solid #9b5c8f;
border-radius: 10px;
}
.advantages__item_image img {
width:100%;
height:100%;
object-fit:contain;
}
.advantages__link::after {
position: absolute;
content:"";
display: block;
top:0;
left:0;
width:100%;
height:100%;
}  .article__wrapper {
display: grid;
grid-template-columns: 1fr 300px;
gap: 60px;
}
.post__sidebar h2 {
font-weight: 700;
font-size: 2.5rem;
line-height: 2.5rem;
margin-bottom: 2rem;
}
.post__sidebar ul li {
margin-bottom: 2rem;
padding-bottom: 2rem;
border-bottom: 1px solid lightgrey;
}
.post__sidebar ul li a {
color: #212121;
font-size: 1.6rem;
line-height: 2rem;
margin-bottom: 0.5rem;
display: block;
font-weight: 600;
transition: color .3s ease-in-out;
}
.article__image {
margin-bottom: 2.5rem;
}
.post p {
margin-bottom:1rem;
}
.post__sidebar {
padding-top: 30px;
}
.post__left button {
border: none;
background: transparent;
background-size:auto 100%;
background-repeat: no-repeat;
background-position: left center;
}
.article__navigation {
display: flex;
justify-content: space-between;
margin: 2rem 0 2rem;
}
.article__navigation button {
transition: filter .3s ease-in-out;
}
.article__navigation button:hover {
transition: filter .3s ease-in-out;
filter: grayscale(.6);
}
.article__navigation a {
color: #000;
font-size: 16px;
transition: color .3s ease-in-out;
}
.post__sidebar ul li a:hover, .article__navigation a:hover {
color:#ed1b24;
text-decoration:none !important;
transition: color .3s ease-in-out;
}
.article__prev {
padding-left: 38px;
}
.post__left button.article__next {
padding: 0;
background-position: right 3px center;
}
.post__left button.article__next a {
display: block;
padding-right: 35px;
}
.post__left button.article__prev {
padding: 0;
background-position: left 3px center;
}
.post__left button.article__prev a {
display: block;
padding-left: 35px;
}  .cta {
padding-top: 60px;
padding-bottom:0;
}
.cta .conntt {
font-size:2.5rem;
font-weight:700;
margin:0 auto 5rem;
}
.cta__form input, .cta__form textarea {
border: none;
height: 48px;
background: #eee;
padding: 4px 16px;
margin-bottom: 1rem;
width: 100%;
}
.cta__form form label {
width:100%;
}
.cta__form textarea {
width:100% !important;
height:128px;
max-width:100%;
}
.cta__wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap:60px;
align-items: flex-end;
}
.cta__form input.wpcf7-form-control.has-spinner.wpcf7-submit {
margin:0 auto 70px 0;
}
.cta__figure {
height: 550px;
background-position: center bottom;
background-repeat: no-repeat;
background-size: contain;
} .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ed1b24 !important;
}
.menu-right.opened .container {
width: auto;
}
@media (max-width:1440px) and (max-height:760px) {
span.cat.opened + nav#menu .side {
height: 65vh;
overflow-y: scroll;
}
}
@media (max-width:1199px) {
ul.wc-block-product-categories-list ul.wc-block-product-categories-list {  
max-width: 732px;
width: calc(100vw - 258px);
}
div#effects:before {
right: -28px;
}
.b-gaining-effect .step .number-step {
left: -20px;
}
.instruction .row {
margin-right: 0;
margin-left: 0;
}
.effect-inner {
padding:0;
}
.b-gaining-effect .step .instruments-and-time .instruments-and-name .name-instruments {
width: fit-content;
}
.b-gaining-effect .step .instruments-and-time .instruments-and-name {
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.blockk-2-item {
width: 55%;
}
.advantages__item_image {
width: 13vw;
height: 130px;
}
.blockk-2-item a {
margin-top: 7px;
}
header#header {    
top: 33px;
}
.section-title h2, h2.zag {
font-size: 26px;
}
.col-md-3456 .col-md-4 {
padding: 0 8px;
}   
.summary.entry-summary .col-md-4.sht * {
font-size: 15px;
} 
.col-md-4.pricee * {
font-size: 22px !important;
}
}
@media (max-width: 991px) {
.color-container.js-color-container {	   
grid-template-columns: repeat(3, 1fr);		
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
grid-template-columns: repeat(3, 1fr);
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list {
max-width: 502px;       
}
div#effects:before {
right: 0;
width: 100%;
top: 129px;
}
.b-gaining-effect .h2, .b-gaining-effect h2 {
font-size: 33px;
position: relative;
}
.advantages-wrapper {
flex-wrap: wrap;
row-gap: 30px;
margin: 0;
}
.advantages {
width: calc(50% - 12px);
}
.advantages__item_image {
width: 16vw;
}
.article__wrapper {
grid-template-columns: 1fr; 
}
.page-block .col-md-12.article__wrapper {
padding-bottom: 0;
}
.cta__wrapper {    
grid-template-columns: 30% 70%;
gap: 0;
}
.cta__form {
padding-left: 40px;
}
.post__sidebar h2 { 
font-size: 2rem;
}
.cta .conntt {
font-size: 2rem;     
margin: 0 auto 2rem;
}
.cta__form input.wpcf7-form-control.has-spinner.wpcf7-submit {
margin: 0 auto 40px 0;
}
.cta__figure {
height: 400px;
}
.section-title h2, h2.zag {
font-size: 22px;
line-height: 140%;   
margin-bottom: 14px !important;
}
.about .content {
padding: 0 6px;
}
.about-text { 
padding-top: 60px;
padding-bottom: 0;
}
.about-text__wrapper {
flex-direction: column-reverse;
}
.contacts__tel {    
font-size: 14px;
display: block;
}
.contacts__box p {
font-size: 14px;
}
section.contacts-params {
padding-top: 0;
}
.cta__form {
margin-top: 80px;
}
.cta__form.cta__сoop {
margin-top: 0;
}
}
@media (max-width: 930px) and (max-height: 420px) {
header p.woocommerce-mini-cart__total.total, footer#footer .col-md-3 div.site-description {
display: none;
}   
footer#footer .col-md-3 img.footer__logo {
display: none;
}
.fot-text {
margin-top: 0;
}
h3.togd {
display: inline-block;
float: none;
padding-right: 20px;
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Vector.png);
background-repeat: no-repeat;
background-position: right;
}
h3.togd1 {
display: inline-block;
float: none;
padding-right: 20px;
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/uploads/2022/05/Vector.png);
background-repeat: no-repeat;
background-position: right;
}
.menu-footer-1-container {
height: 0;
overflow: hidden;
}
.menu-footer-2-container {
height: 0;
overflow: hidden;
}
.menu-footer-3-container {
display: none;
}
footer#footer .col-md-2 {
margin-top: 20px;
}.col-md-7.opened55 .menu-footer-1-container {
height: auto;
width: 100%;
}
.opened551 .menu-footer-2-container {
height: auto;
}
.menu-footer-2-container,.menu-footer-1-container {
width: 100%;
}
footer .col-md-7 {        
width: 100%;
justify-content: center;
display: flex;
}
footer#footer .col-md-3-connt, footer .social {
width: 50%;
}
}
@media (max-width: 767px) {
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 { position: relative !important;
min-width: 0 !important;
left: 0 !important;
padding-left: 20px !important;
width: 100%; transition: 0.4s;
grid-template-columns: 1fr !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 li {
display: block;
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list {
max-width: 100%;
width: 100%;
overflow-y: visible !important;
height: auto;
}
span.cat.opened + nav#menu .side {
height: 100%;
overflow-y: visible;
padding-top: 50px;
}
ul.wc-block-product-categories-list ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
row-gap: 12px;
padding-top: 10px;
}
section {
padding: 30px 0;
}
span.cat.opened + nav#menu {
height: 100%;
}
#footer p {
font-size: 7vw;
}
.color-container.js-color-container {	   
grid-template-columns: repeat(2, 1fr);		
}
div#effects:before {
top: 168px;
}
.b-gaining-effect .h2, .b-gaining-effect h2 {
font-size: 26px;
}
.b-gaining-effect .step {
padding: 14px;
}
.b-gaining-effect .step-col {
padding: 0;
}
.woocommerce .awooc-custom-order-wrap .wpcf7-form-control.wpcf7-submit {
margin: 0;
max-width: 100%;
}
.advantages {
width: 100%;
}
.advantages-wrapper {
row-gap: 0;
}
.advantages-wrapper .advantages:not(:last-of-type) {
margin-bottom: 8px;
}
.advantages__item_image {
width: 130px;
}
.blockk-2-item {
width: calc(100% - 130px);
}
.search-to-button {
padding: 4px 13px;
}
.article__navigation button { 
height: 30px;
}
.article__navigation a {    
font-size: 0;   
display: block;
}
.cta__wrapper {
grid-template-columns: 1fr;
}
.cta__form {
padding-left: 0;
order: -1;
}
input.wpcf7-form-control.has-spinner.wpcf7-submit, .all-services {
max-width: 100%;
}
.top-bar * {
font-size: 12px;
}
.top-bar .container {
padding-left: 0;
padding-right: 0;
}
.second-header .container {
position: relative;
}
.search-to-button {    
font-size: 0;
background: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/themes/blankslate/img/enter.svg) no-repeat center/20px auto;
}
.hero {
height: 28vh;
}
.section-title h2, h2.zag {
font-size: 18.5px;
}
.about .icon-boxes .icon-box h4 {
font-size: 17px;
}
.about-text {
padding-top: 10px;
}
.about-text__right p {
font-size: 14px;
}
.counts .count-box span {
font-size: 33px;
}
section.team {
padding: 60px 0 0 0;
}
.contacts__tel {
font-size: 18px;
}
.faq__wrapper {
margin: 0;  
}
.faq__accord {
order: -1;
padding: 0; 
}
.faq .accordion-body {
padding: 0 30px 20px 30px;
}
.cta__сoop {
width: 100%;
}
#footer p {
font-size: 18px;
}
#footer a {
font-size: 20px;
}
#footer .mob-buttons a {
font-size: 12.5px;         
display: -webkit-box;         
display: -ms-flexbox;         
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
#footer span {
font-size: 16px;
}
#footer .social a img {
width: 32px;
height: 32px;
margin: 0 5px;
} .one-head {
display: flex;
flex-wrap: wrap;
row-gap: 1rem;   
position: relative;
align-items: center;
justify-content: space-between;
}
.one-head__logo {
width: 40px; 
}
.one-head__cart, .one-head .col-md-3:last-child, .second-header .col-md-3:last-child .social { display: none;
}
footer#footer .footer__wrapper {
display: grid;
grid-template-columns: 55px 1fr;
gap: 10px;
padding: 20px 20px 0;
}
footer#footer .col-md-3 img.footer__logo {
max-height: fit-content;
float: left;
width: 100%;
height: auto;
}
.fot-text {
margin-top: 0;
margin-bottom: 10px;
}
.woocommerce div.product form.cart .button { 
max-width: 100%;
margin-top: 10px;
}
.col-md-3456 .stock br {
display: none;
}
.col-md-3456 .stock {
margin-bottom: 1rem;
}    
}
@media (max-width: 767px) and (max-height: 420px) {
header p.woocommerce-mini-cart__total.total {
display: none;
}
}
@media (max-width: 440px) {
.top-bar * {
font-size: 3.1vw;
}
}
@media (max-width: 374px) {
a.cooperation__btn {
padding: 4px 8px;
}
.one-head .col-md-3.connt {
min-width: 160px;
}
.woocommerce .summary button.button {
font-size: 14px !important;
}
}
@media (max-width: 321px) {
.right-burger { 
top: -71px;
}
}
.top-page-filters li#prdctfltr-2.scroll #filter {
padding-right: 30px;
background: #ed1b24;
margin-right: -5px;
transition: 0.4s;  margin-left: -5px;
padding-left: 10px;
}
.top-page-filters li#prdctfltr-2.scroll #filter .prdctfltr_filter {
display: none !important;
}
.top-page-filters li#prdctfltr-2.scroll #filter .prdctfltr_filter:nth-child(2),.top-page-filters li#prdctfltr-2.scroll #filter .prdctfltr_filter:nth-child(3),.top-page-filters li#prdctfltr-2.scroll #filter .prdctfltr_filter:nth-child(4),.top-page-filters li#prdctfltr-2.scroll #filter .prdctfltr_filter:nth-child(5),.top-page-filters li#prdctfltr-2.scroll #filter .prdctfltr_filter:nth-child(6) {
display: inline-block !important;
}
.scroll ~ .eshe {
position: absolute;
right: 15px;
top: 8px;
padding-right: 5px;
font-weight: bold;
color: #fff;
border-bottom: dashed 1px;
padding-left: 5px;
display: inline-block !important;
cursor: pointer;
transition: 0.4s;
}
.eshe {
display: none;
}
.eshe:hover {
opacity: 0.6;
}.col-md-3.w1-fff ~ .col-md-9 {
margin-top: -15px;
}
.catalog-panel {
margin-top: 15px;
}
li.wc-block-product-categories-list-item.q1238 li.wc-block-product-categories-list-item.q12449 li.wc-block-product-categories-list-item {
display: inline-block !important;
}
li.wc-block-product-categories-list-item.q1238 li.wc-block-product-categories-list-item.q12449 {
display: inline-block !important;
}
li.wc-block-product-categories-list-item.q1238 li.wc-block-product-categories-list-item {
display: none !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2.opened {
max-height: 9999px !important;
}
li.wc-block-product-categories-list-item.q115 {
display: none !important;
}
body ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-1 {
height: 260px;
overflow-y: scroll !important;
}
body div ul ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-3 {
position: relative !important;
left: 0 !important;
margin-left: 20px;
max-width: 200px !important;
border: none !important;
}
ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-3 {
display: inline-block !important;
}
li.wc-block-product-categories-list-item.q12449 ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 li a {
font-weight: bold  !important;
}
li.wc-block-product-categories-list-item.q12449 ul.wc-block-product-categories-list.wc-block-product-categories-list--depth-2 li ul li a {
font-weight: normal !important;
}.widget-area ul.main_categories_list {
border: solid 1px #dedede;
padding: 10px !important;
margin-left: -10px;
margin-right: -10px;
margin-bottom: 30px;
}
.widget-area ul.main_categories_list li a {
color: #222;
line-height: 32px;
}.term-238 ul.main_categories_list li.qq2449 {
display: inline-block;
}
li.qq2183 a {
font-weight: bold;
}p.col {
color: #ed1b24;
text-transform: uppercase;
font-weight: bold;
font-size: 16px;
}
.term-238 ul.main_categories_list li {
}
li.qq2183 a {
color: #ed1b24 !important;
text-transform: uppercase;
}
ul.main_categories_list1 {
padding-left: 20px;
}
ul.main_categories_list.rrff li a {
font-weight: bold;
}
ul.main_categories_list.rrff li ul a {
font-weight: normal;
color: #000 !important;
}
div.text-container {
margin: 0 auto;
width: 75%;    
}
.hideContent {
overflow: hidden;
line-height: 1em;
height: 200px;
}
.showContent {
line-height: 1em;
height: auto;
}
.showContent{
height: auto;
}
.show-more {
padding: 10px 0;
text-align: center;
}
.show-more a {
font-weight: 400;
border-radius: 0 !important;
background: #d20606 !important;
padding: 14px 20px !important;
transition: 0.4s;
border: none !important;
float: none;
color: #fff !important;
font-size: 16px !important;
margin: 20px auto;
display: block;
width: 100%;
max-width: 220px;
float: left;
}
.seo-block {
display: inline-block;
width: 100%;
margin-top: 60px;
margin-bottom: 50px;
}
#content {
max-height: 180px;
overflow: hidden; transition: max-height 0.7s;
}
#content.open {
max-height: 1000px; transition: max-height 0.7s;
}
#show-more {
font-weight: 400;
border-radius: 0 !important;
background: #d20606 !important;
padding: 14px 20px !important;
transition: 0.4s;
border: none !important;
float: none;
color: #fff !important;
font-size: 16px !important;
margin: 20px auto;
display: block;
width: 100%;
max-width: 220px;
float: left;
text-align: center;
}.seo-block h2 {
font-size: 28px;
}
.image__wrap img {
max-width: 100%;
}
.seo-block p {
font-size: 18px;
margin: 20px 0; 
}
.seo-block p {
}
body.post-template-default.single.single-post .entry-content img {
max-width: 100%;
height: auto;
}.entry-content.ggh1 img {
max-width: 100%;
height: auto;
}
.entry-content.ggh1 .button {
background: #ed1b24;
color: #fff;
line-height: 24px;
font-size: 16px;
font-weight: 400;
padding: 13px 10px;
display: inline-block;
width: 100%;
text-align: center;
cursor: pointer;
max-width: 210px;
float: right;
margin-top: 30px;
}
.col-md-1111 {
position: relative;
border-radius: 10px;
padding: 20px;
padding-top: 180px;
background-size: cover;
background-position: center top;
}
.col-md-1111:before {
content: "";
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
background: #000;
border-radius: 10px;
opacity: 0.6;
}
.col-md-1111 * {
position: relative;
color: #fff !important;
}
.ggaa {}
.ggaa p {
display: inline-block;
float: left;
line-height: 20px;
}
.ggaa svg {
height: 18px;
position: relative;
top: -2px;
top: -1px;
}
.ggaa {
width: 100%;
display: inline-block;
margin-bottom: 20px;
}
.ggaa p:last-child {
margin-left: 15px;
padding-left: 10px;
border-left: solid 1px #fff;
}
.col-md-1111 h1 {
font-size: 18px !important;
}
.col-md-1111 h2 {
font-size: 18px !important;
margin: 0.67em 0 !important;
}
.entry-content.ggh1.col-md-6 {
margin-bottom: 30px;
}
.entry-content.ggh1.col-md-6:nth-child(2n + 1) {
clear: left;
}.menu-right .container {
padding: 0;
}.search-to-button {
line-height: 20px;
height: 44px;
}
div.main-head.mobile-get {
font-size: 24px;
margin: 0.67em 0 0 0;
font-weight: 500;
color: #474A51;
line-height: 130%;
}
.prdctfltr_filter_wrapper.prdctfltr_columns_1 {
width: 100%;
}
.prdctfltr_wc .prdctfltr_filter_inner {
width: 100%;
}
.one-head {
display: flex;
}
.one-head__cart {
margin-left: auto;
}
nav.woocommerce-breadcrumb {
display: none;
}
button.product-item__one-click {
border: solid 1px #ed1b24 !important;
color: #ed1b24 !important;
background: #fff !important;
transition: 0.4s;
}
button.product-item__one-click:hover {
background: #ed1b24 !important;
color: #ffffff !important;
}
.widget-area ul.main_categories_list {
margin: 0 !important;
}
.prdctfltr_wc .prdctfltr_woocommerce_ordering {
MARGIN: 0 !IMPORTANT;
}
ul.product-cats li img {
HEIGHT: 150px;
object-fit: cover;
}
form.woocommerce-ordering ~ ul.products {
margin-top: 30px !important;
display: inline-block;
}
p.woocommerce-result-count { }
body.archive.post-type-archive.post-type-archive-product h1.woocommerce-products-header__title.page-title {
margin-top: 0;
}
span.cart-contents-count {
background: #ff424a;
}body.wp-singular.product-template-default.single.single-product aside#sidebar
{
display: none;
}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
color: #000;
}
.woocommerce div.product p.price ins {
text-decoration: none;
}.wc-block-product-search__fields {
position:relative;
}
.search-to-button {
position: absolute;
right: 0;
top: 0;
height: 100%;
background-color: lightgrey;
border: none;
padding: 4px 24px;
transition: background-color .3s ease-in, color .3s ease-in;
}
.search-to-button:hover, .search-to-button:focus, .search-to-button:active {
transition: background-color .3s ease-in, color .3s ease-in;
background-color: grey;
color: #fff;
} .search {
position: relative;
}
.search .result-search {
display: none;
position: absolute;
z-index: 5;
top: 58px;
width: 100%;
padding: 0;
}
.search .result-search .preloader {
display: none;
width: 30px;
border: 1px solid #eee;
border-top: none;
background: #fff;
}
.search .result-search .preloader .loader {
display: block;
width: 30px;
height: 30px;
margin: 0 auto;
}
.search .result-search .result-search-list {
box-sizing: border-box;
font-size:0;
display: none;
overflow-y: auto;
width: 100%;
padding: 10px;
border: 1px solid #eee;
border-top: none;
background: #fff;
}
.search .result-search .result-search-list .result_item {
box-sizing: border-box;
display: block;
width: 100%;
margin-top: 24px;
padding-bottom: 16px;
border-bottom: 1px solid #eee;
line-height: 15px;
}
.search .result-search .result-search-list .result_item:first-child {
margin-top: 0;
padding-top: 0;
}
.search .result-search .result-search-list .result_item:last-child {
padding-bottom: 0;
border-bottom: none;
}
.search .result-search .result-search-list .result_item a {
display: block;
margin-bottom: 5px;
color: #4f4f4f;
font-size: 14px;
font-weight: 600;
}
.search .result-search .result-search-list .result_item span {
float: left;
height: 100%;
min-height: 100px;
}
.search .result-search .result-search-list .result_item p {
font-size: 13px;
line-height: 120%;
color: #7c83a0;
background-color: white;
}
.search .result-search .result-search-list .result_item img {
float: left;
width: 70px;
height: 70px;
margin: 0 14px 5px 0;
border: 1px solid #eee;
background-color: #eee;
}
@media (max-width:1199px) {
.search .result-search .result-search-list .result_item img {
width: 50px;
height: 50px;
}
}.woocommerce ul.products.catalog__list li.product {
padding-left: 20px;
padding-right: 20px;
position: relative;
}
.woocommerce ul.products.catalog__list li.product:nth-child(3n) {
margin-right: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title.catalog__name {
min-height: fit-content;
display: inline-block;
}
.catalog__img {
height: 175px;
overflow: hidden;
}
.catalog__count {
color: #9b5c8f;
display: inline-block;
margin-left: 8px;
}
.woocommerce ul.products.catalog__list li.product a::after {
content: "";
display: block;
position: absolute;
width:100%;
height:100%;
top:0;
left:0;
border: 2px solid transparent;
-webkit-transition: border-color .3s ease-in-out;
-o-transition: border-color .3s ease-in-out;
transition: border-color .3s ease-in-out;
}
.woocommerce ul.products.catalog__list li.product a:hover::after {
border-color: #9b5c8f;
-webkit-transition: border-color .3s ease-in-out;
-o-transition: border-color .3s ease-in-out;
transition: border-color .3s ease-in-out;
}
#chaty-widget-0 .chaty-i-trigger .chaty-cta-button button {
background-color: #9b5c8f !important;
}
body[class*="term-napolnye-pokrytiya"] nav.woocommerce-pagination { width: 100%;
}
body[class*="term-napolnye-pokrytiya"] .col-md-3.w1-fff { } 
body[class*="term-napolnye-pokrytiya"] .col-md-3.w1-fff #sidebar { }
body[class*="term-napolnye-pokrytiya"] .page-block .col-md-9 { }
body[class*="term-napolnye-pokrytiya"] .products.phoen_grid { }
body[class*="term-napolnye-pokrytiya"] .category-wrapper .products.phoen_grid, body[class*="term-napolnye-pokrytiya"] .products.phoen_grid.catalog__list {
display: block;
}
body[class*="term-napolnye-pokrytiya"] .products.phoen_grid.catalog__list { 
margin: 0 -12px;
padding-top: 10px;
}
body[class*="term-kvarz-vinil"] ul.products.phoen_grid.catalog__list {
display: flex;
}
body[class*="term-laminat-napolnye-pokrytiya"] ul.products.phoen_grid.catalog__list {
display: flex;
}
body[class*="term-kvarz-vinil"] nav.woocommerce-pagination {
display: none;
}
body[class*="term-kvarz-vinil"] .col-md-3.w1-fff {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
width: 100%;
} 
body[class*="term-kvarz-vinil"] .col-md-3.w1-fff #sidebar {
display: none;
}
body[class*="term-kvarz-vinil"] .page-block .col-md-9 {
width:100%;
padding-right: 0;
padding-left: 0;
}
body[class*="term-kvarz-vinil"] .products.phoen_grid {
display: none;
}
body[class*="term-kvarz-vinil"] .category-wrapper .products.phoen_grid, body[class*="term-kvarz-vinil"] .products.phoen_grid.catalog__list {
display: block;
}
body[class*="term-kvarz-vinil"] .products.phoen_grid.catalog__list { 
margin: 0 -12px;
padding-top: 10px;
}
body[class*="term-laminat-napolnye-pokrytiya"] nav.woocommerce-pagination {
display: none;
}
body[class*="term-laminat-napolnye-pokrytiya"] .col-md-3.w1-fff {
flex-grow: 1;
display: flex;
flex-wrap: wrap;
width: 100%;
} 
body[class*="term-laminat-napolnye-pokrytiya"] .col-md-3.w1-fff #sidebar {
display: none;
}
body[class*="term-laminat-napolnye-pokrytiya"] .page-block .col-md-9 {
width:100%;
padding-right: 0;
padding-left: 0;
}
body[class*="term-laminat-napolnye-pokrytiya"] .products.phoen_grid {
display: none;
}
body[class*="term-laminat-napolnye-pokrytiya"] .category-wrapper .products.phoen_grid, body[class*="term-laminat-napolnye-pokrytiya"] .products.phoen_grid.catalog__list {
display: block;
}
body[class*="term-laminat-napolnye-pokrytiya"] .products.phoen_grid.catalog__list { 
margin: 0 -12px;
padding-top: 10px;
}  .archive.tax-product_cat .mobile { padding-right: 20px;
}ul.products.phoen_grid.catalog__list {
display: none !important;
}
.category-wrapper {
display: grid;
grid-template-columns: 25% 1fr;
gap: 20px;
padding-left: 10px;
}
.archive.tax-product_cat .page-block .container {
display: flex;
flex-wrap: wrap;
}
.archive.tax-product_cat .page-block .container .bread {
width:100%;
}
.prdctfltr_woocommerce_filter_submit {
min-height: 44px;
display: -webkit-box !important;
display: -ms-flexbox !important;
display: flex !important;
max-width: 250px !important;
-webkit-box-align: center !important;
-ms-flex-align: center !important;
align-items: center !important;
-webkit-box-pack: center !important;
-ms-flex-pack: center !important;
justify-content: center !important;
background-color: #ed1b24 !important;
color: #fff !important;
outline:2px solid transparent !important;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.prdctfltr_woocommerce_filter_submit:hover, .prdctfltr_woocommerce_filter_submit:focus {
color: #d20606;
outline-color: #9b5c8f;
-webkit-transition: all .3s ease-in-out;
-o-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.mobile-get {
display: none;
}
h1.main-head {
font-size: 24px;
margin-bottom: 0;
font-weight: 500;
color: #474A51;
line-height: 130%;
}
.purple-btn {
background-color: #a46497;
color: #fff;
font-size: 18px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
min-height: 44px;
width: fit-content;
padding: 10px 80px;
margin: 20px 0;
-webkit-transition: background-color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.purple-btn:hover, .purple-btn:focus {
background-color: #96588a;
-webkit-transition: background-color .3s ease-in-out;
-o-transition: background-color .3s ease-in-out;
transition: background-color .3s ease-in-out;
}
.more-button {
max-width: 300px;
margin: 2rem auto;
border: none;
}
.summary.entry-summary .col-md-4 * {
font-size: 18px;
}
.wishlist .woocommerce-MyAccount-navigation {
display: none;
}
.wishlist .woocommerce-account .woocommerce-MyAccount-content {
float: left;
width: 100%;
}
.shop_table.cart.wishlist_table tr td a {
text-decoration: none !important;
}
.shop_table.cart.wishlist_table li {
display: grid;
grid-template-columns: 1fr 220px;
}
.shop_table.cart.wishlist_table li .product-name a {
text-decoration: none !important;
}
.item-details-table tr td {
font-size: 20px !important;
}
.item-details-table tr td del {
margin-right: 14px;
}
.wcspc-area.wcspc-effect-01 .wcspc-close {
left: 10px !important;
top: 10px;
}
.wcspc-icon-close:before {
color: #212121;    
}
.wcspc-item-inner .wcspc-item-thumb {
overflow: hidden;
border: 2px solid #9b5c8f;
border-radius: 10px;
}
.footer__documents {
padding-right: 20px;
margin-top: 2rem;
}
footer#footer .footer__documents li a {
margin-bottom: 3px;
font-size: 13px;
}
.page-search ul.products.phoen_grid li:nth-of-type(3n) {
margin-right:0;
} #cookie-notice .cookie-notice-container {
display: grid !important;
grid-template-columns: 1fr 300px !important;
}
#cookie-notice .cookie-notice-container #cn-notice-text {
text-align: left !important;
}
.coockies-btn {
border-radius: 0;
background: #d20606;
padding: 6px 12px;
color: #fff;
-webkit-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.coockies-btn:hover, .coockies-btn:focus {
text-decoration: none !important;
opacity: 0.6;
color: #fff;
-webkit-transition: opacity .25s ease-in-out;
-o-transition: opacity .25s ease-in-out;
transition: opacity .25s ease-in-out;
}
.main-title {
margin-top:0;
}
.like-news__item-img {
height: 160px;
margin-bottom: 2rem;
overflow: hidden;
}
.like-news__item-img img {
width:100%;
height:100%;
object-fit: contain;
}
.like-news__item-title {
line-height: 24px;
margin-bottom: 0.5rem;
font-size:1em;
font-weight: 700;
color: #1d1d1d;
display: block;
}
.like-news__item-title:hover, .like-news__item-title:focus {
color: #d20606;
}
.like-news__item-date {
margin-bottom: 0.5rem;
}
.one-item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
position: relative;
}
.one-item__btn {
margin-top: 1rem;
display: block;
color: #d20606;
font-weight: 600;
font-size: 16px; 
}
.one-item__btn::after {
content: "";
display: block;
position: absolute;
width:100%;
height:100%;
top:0;
left:0;
border: 2px solid transparent;
-webkit-transition: border-color .3s ease-in-out;
-o-transition: border-color .3s ease-in-out;
transition: border-color .3s ease-in-out;
}
.one-item:hover .one-item__btn::after {
border-color: #9b5c8f;
-webkit-transition: border-color .3s ease-in-out;
-o-transition: border-color .3s ease-in-out;
transition: border-color .3s ease-in-out;
}
.page-numbers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
gap: 4px;
}
.page-numbers li .page-numbers.current {
color: #d20606 !important;
}
.article.page-block .article__image {
margin-bottom: 4rem;
}
.article.page-block .post p {
font-size: 16px;
}
.article.page-block .post p img {
margin: 2.5rem 0;
}
.article.page-block ~ .popular {
padding-top:0;
} .gallery__wrapper {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 8px;
}
.gallery__wrapper .gallery-item a {
display: block;
height: 400px;
overflow: hidden;
}
.gallery__wrapper .gallery-item a .img-fluid {
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-webkit-transition: -webkit-transform 2.5s linear;
transition: -webkit-transform 2.5s linear;
-o-transition: transform 2.5s linear;
transition: transform 2.5s linear;
transition: transform 2.5s linear, -webkit-transform 2.5s linear;
}
.gallery__wrapper .gallery-item a .img-fluid:hover {
-webkit-transform: scale(1.5);
-ms-transform: scale(1.5);
transform: scale(1.5);
-webkit-transition: -webkit-transform 2.5s linear;
transition: -webkit-transform 2.5s linear;
-o-transition: transform 2.5s linear;
transition: transform 2.5s linear;
transition: transform 2.5s linear, -webkit-transform 2.5s linear;
} .accordion-body ul {
list-style-type: disc;
padding-left: 20px;
margin: 1.5rem 0;
}
.accordion-body ul li:not(:last-of-type) {
margin-bottom: 1rem;
}
.prdctfltr_woocommerce_filter_submit.reset-all {   
border: none;
margin: 0;
min-height: 36px;
padding: 4px 20px;
font-weight: 500;
} @media (max-width: 1399px) {
section.team.team__gallery {
padding: 60px 0;
}
}
@media (max-width: 1199px) {
.gallery__wrapper .gallery-item a {      
height: 316px;
}
}
@media (max-width: 992px) {
footer#footer .col-md-7 {
width: 100%;
margin: 0 0 20px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
footer#footer .col-md-7 #menu-footer-4 {
display: none;
}
.footer__documents {
margin-top: 0;
margin-bottom: 40px;
}
}
@media (max-width: 991px) {
.archive.tax-product_cat .mobile {
padding-right: 0;
}
.category-wrapper {   
grid-template-columns: 1fr; 
padding-left: 0;
}
body[class*="term-"].woocommerce ul.products li.first, body[class*="term-"].woocommerce-page ul.products li.first {
clear: none;
}
body[class*="term-"] .col-md-3.w1-fff #sidebar {
display: block;
}
.wishlist .woocommerce-account .woocommerce-MyAccount-content {
margin-top: 42px;
}
.shop_table.cart.wishlist_table li .product-name a {
font-size: 18px;
line-height: 150%;
}
.shop_table.cart.wishlist_table li {
margin-bottom: 30px;
}
.shop_table.cart.wishlist_table.mobile {
width: 100%;
display: block !important;
}
footer#footer .col-md-7 .col-md-3, footer#footer .col-md-7 .col-md-5, footer#footer .col-md-3-connt {
width: 50%;
padding: 0 20px;
}
.gallery__wrapper .gallery-item a {
height: 226px;
}
}
@media (max-width: 930px) and (max-height: 420px){
.catalog__img {
height: 100px;
}
.mobile-none {
display: none;
}
.mobile-get {
display: block;
}
.main-head.mobile-get {
display: none;
}
.one-head .col-md-3.connt a {
font-size: 14px;
margin-bottom: -10px;
}
.article.page-block .post__sidebar {
padding-top: 0;
}
.article__wrapper {  
gap: 30px;
}
}
@media (max-width: 768px) {
body[class*="term-"] .products.phoen_grid.catalog__list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 40px 20px;
}
body[class*="term-"] .products.phoen_grid.catalog__list::before {
display: none;
}
.woocommerce ul.products.catalog__list li.product {  
float: none;
min-width: 100%;
margin: 0;
}
.page-search ul.products.phoen_grid li:nth-of-type(3n) {
margin-right: 1.5%;
}
.page-search ul.products.phoen_grid li:nth-of-type(2n) {
margin-right: 0;
}
}
@media (max-width: 767px) {
.catalog__img {
height: 100px;
}
.more-button {
max-width: 100%;
margin: 1rem auto;
}
.woocommerce ul.products.catalog__list li.product {
padding-left: 10px;
padding-right: 10px;
}
.catalog__list {
margin-bottom: 40px;
}
.prdctfltr_woocommerce_filter_submit {  
max-width: 100% !important;
}
.mobile-none {
display: none;
}
.mobile-get {
display: block;
}
.shop_table.cart.wishlist_table li {
margin-bottom: 42px;
grid-template-columns: 1fr;
}
.item-details-table tr td {
font-size: 18px !important;
width: fit-content !important;
}
.item-details-table td.value {
text-align: left !important;
}
.item-details-table tr td del {
font-size: 14px !important;
}
.item-details-table tr td ins {
text-decoration: none !important;
font-size: 16px !important;
}
.shop_table.cart.wishlist_table .product-add-to-cart a {
max-width: 100%;
}
.wcspc-item-info {
width: calc(100% - 90px);
margin-left: 12px;
margin-bottom: 16px;
}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner { 
width: 100% !important;
}
footer#footer .col-md-7 {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
footer#footer .col-md-7 .col-md-3, footer#footer .col-md-7 .col-md-5 {
margin-bottom: 14px;
border-bottom: 1px solid rgba(255,255,255, .6);
}
footer#footer .col-md-3-connt {
width: 100%;
}
footer#footer .col-md-3-connt:not(:last-of-type) {
margin-bottom: 30px;
}
.footer__documents {
grid-column: 1/3;
text-align: left;
}
ul.products.phoen_grid li.product.one-item {
padding-top: 10px;
}
.article.page-block .post__sidebar {
padding-top: 0;
}
.article__wrapper {  
gap: 40px;
}
.gallery__wrapper {
grid-template-columns: repeat(2, 1fr);
gap: 4px;
}
.gallery__wrapper .gallery-item a {
height: 143px;
}
.purple-btn {
width: 100%;
}
}
@media (max-width: 767px) and (max-height: 420px){  
.main-head.mobile-get {
display: block;
} 
.menu-right {
padding: 80px 30px;
}   
}
@media (max-width: 390px) {
body[class*="term-"] .products.phoen_grid.catalog__list {    
grid-template-columns: 1fr;
gap: 20px;
}
.catalog__img {
height: 180px;
}
}
@media (max-width: 374px) {
.item-details-table tr td.label {
display: none;
}
}.ps-container{-ms-touch-action:auto;touch-action:auto;overflow:hidden !important;-ms-overflow-style:none}@supports (-ms-overflow-style: none){.ps-container{overflow:auto !important}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.ps-container{overflow:auto !important}}.ps-container.ps-active-x>.ps-scrollbar-x-rail,.ps-container.ps-active-y>.ps-scrollbar-y-rail{display:block;background-color:transparent}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container>.ps-scrollbar-x-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;bottom:0px;height:15px}.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;bottom:2px;height:6px}.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x,.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x{height:11px}.ps-container>.ps-scrollbar-y-rail{display:none;position:absolute;opacity:0;-webkit-transition:background-color .2s linear, opacity .2s linear;-o-transition:background-color .2s linear, opacity .2s linear;-moz-transition:background-color .2s linear, opacity .2s linear;transition:background-color .2s linear, opacity .2s linear;right:0;width:15px}.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y{position:absolute;background-color:#aaa;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;-o-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;-moz-transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;transition:background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;right:2px;width:6px}.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y{width:11px}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x{background-color:#999;height:11px}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail{background-color:#eee;opacity:.9}.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y{background-color:#999;width:11px}.ps-container:hover>.ps-scrollbar-x-rail,.ps-container:hover>.ps-scrollbar-y-rail{opacity:.6}.ps-container:hover>.ps-scrollbar-x-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x{background-color:#999}.ps-container:hover>.ps-scrollbar-y-rail:hover{background-color:#eee;opacity:.9}.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y{background-color:#999}.ps-theme-wcspc {
-ms-touch-action: none;
touch-action: none;
overflow: hidden !important;
-ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
.ps-theme-wcspc {
overflow: auto !important;
}
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.ps-theme-wcspc {
overflow: auto !important;
}
}
.ps-theme-wcspc.ps-active-x > .ps-scrollbar-x-rail,
.ps-theme-wcspc.ps-active-y > .ps-scrollbar-y-rail {
display: block;
background-color: transparent;
}
.ps-theme-wcspc.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wcspc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc > .ps-scrollbar-x-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0; height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-x-rail > .ps-scrollbar-x {
position: absolute; background-color: rgba(0, 0, 0, .2);
border-radius: 0;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 0; height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-theme-wcspc > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
height: 10px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail {
display: none;
position: absolute; opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0; width: 10px;
border-radius: 5px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail > .ps-scrollbar-y {
position: absolute; background-color: rgba(0, 0, 0, .4); transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 0; width: 4px;
border-radius: 2px;
}
.ps-theme-wcspc > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-theme-wcspc > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
width: 10px;
border-radius: 5px;
}
.ps-theme-wcspc:hover.ps-in-scrolling {
pointer-events: none;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail,
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail {
opacity: 0.6;
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail:hover {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
background-color: rgba(0, 0, 0, .2);
}
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail:hover {
background-color: rgba(0, 0, 0, .2);
opacity: 0.9;
}
.ps-theme-wcspc:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
background-color: rgba(0, 0, 0, .2);
}@font-face {
font-family: 'ata_smart_fly_cart';
src: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocomm-popup-cart-ajax/assets/css/fonts/ata_smart_fly_cart.eot?);
src: url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocomm-popup-cart-ajax/assets/css/fonts/ata_smart_fly_cart.eot?#iefix) format('embedded-opentype'),
url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocomm-popup-cart-ajax/assets/css/fonts/ata_smart_fly_cart.woff?) format('woff'),
url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocomm-popup-cart-ajax/assets/css/fonts/ata_smart_fly_cart.ttf?) format('truetype'),
url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/woocomm-popup-cart-ajax/assets/css/fonts/ata_smart_fly_cart.svg?#ata_smart_fly_cart) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="wcspc-icon-"], [class*=" wcspc-icon-"] { font-family: 'ata_smart_fly_cart' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.wcspc-icon-loading:before {
content: "\E832";
}
.wcspc-icon-cart1:before {
content: "\E800";
}
.wcspc-icon-cart2:before {
content: "\E801";
}
.wcspc-icon-cart3:before {
content: "\0030";
}
.wcspc-icon-cart4:before {
content: "\E803";
}
.wcspc-icon-cart5:before {
content: "\E804";
}
.wcspc-icon-cart6:before {
content: "\E805";
}
.wcspc-icon-cart7:before {
content: "\E806";
}
.wcspc-icon-cart8:before {
content: "\F217";
}
.wcspc-icon-cart9:before {
content: "\F218";
}
.wcspc-icon-cart10:before {
content: "\F291";
}
.wcspc-icon-close:before {
content: "\E809";
}
.wcspc-icon-remove:before {
content: "\E807";
}@keyframes spinner {
to {
transform: rotate(360deg); } }
@-webkit-keyframes spinner {
to {
-webkit-transform: rotate(360deg); } }
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0); }
20%, 80% {
transform: translate3d(2px, 0, 0); }
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0); }
40%, 60% {
transform: translate3d(4px, 0, 0); } }
.wcspc-area.wcspc-area-loading:before {
content: '\E832';
font-family: 'ata_smart_fly_cart';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #ffffff;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
z-index: 97;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite; }
.wcspc-area.wcspc-area-loading:after {
content: '';
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.7);
position: absolute;
top: 0;
left: 0; 
}
.wcspc-count {
width: 60px;
height: 60px;
line-height: 60px;
text-align: center;
background-color: #ffffff;
display: block;
cursor: pointer;
position: fixed;
left: 40px;
bottom: 40px;
z-index: 99999997;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.wcspc-count:hover {
bottom: 45px; 
}
.wcspc-count i {
font-size: 24px;
line-height: 60px;
color: #444444; 
}
.wcspc-count span {
position: absolute;
top: -10px;
right: -10px;
height: 28px;
width: 28px;
font-size: 12px;
line-height: 28px;
text-align: center;
background: #9b5c8f;
color: #ffffff;
border-radius: 50%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
}
.wcspc-count.wcspc-count-bottom-right {
right: 40px;
left: auto;
}
.wcspc-count.wcspc-count-top-left {
top: 40px;
bottom: auto; 
}
.wcspc-count.wcspc-count-top-left:hover {
top: 45px; 
}
.wcspc-count.wcspc-count-top-right {
top: 40px;
right: 40px;
bottom: auto;
left: auto; 
}
.wcspc-count.wcspc-count-top-right:hover {
top: 45px; 
}
.wcspc-count.wcspc-count-loading i {
display: none; 
}
.wcspc-count.wcspc-count-loading:before {
content: '\E832';
font-family: 'ata_smart_fly_cart';
font-size: 24px;
-webkit-font-smoothing: antialiased;
text-align: center;
line-height: 24px;
color: #444444;
display: block;
width: 24px;
height: 24px;
margin-top: -12px;
margin-left: -12px;
position: absolute;
vertical-align: baseline;
top: 50%;
left: 50%;
-webkit-animation: spinner 1s linear infinite;
-moz-animation: spinner 1s linear infinite;
-ms-animation: spinner 1s linear infinite;
-o-animation: spinner 1s linear infinite;
animation: spinner 1s linear infinite;
}
.wcspc-count.wcspc-count-shake {
animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px; 
}
.wcspc-count.wcspc-count-hide {
display: none !important; 
}
.wcspc-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.7);
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
z-index: 99999998; 
}
body.wcspc-body-show .wcspc-overlay {
opacity: 1;
visibility: visible; 
} .wcspc-area {
position: fixed;
top: 0;
left: 100%;
width: 80%;
max-width: 400px;
height: 100%;
max-height: 100%;
box-sizing: border-box;
text-align: left;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
z-index: 99999999;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;  
}
.wcspc-area::after {
content: '';
top: 0;
left: 0;
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(155,92,143,0.97) 100%);
}	
.wcspc-area .wcspc-close {
position: absolute;
top: 0px;
width: 32px;
height: 32px;
display: block;
cursor: pointer;
opacity: 0;
visibility: hidden;
font-size: 20px;
color: #fff;
text-align: center;
line-height: 32px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area .wcspc-close:hover {
opacity: 1;
visibility: visible;
}
.wcspc-area.wcspc-area-show .wcspc-close {
opacity: .7;
visibility: visible; 
} .wcspc-area.wcspc-effect-01 {
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
.wcspc-area.wcspc-effect-01 .wcspc-close {
left: -32px;
}
.wcspc-area.wcspc-effect-01.wcspc-area-show {
-webkit-transform: translate3d(-400px, 0, 0);
transform: translate3d(-400px, 0, 0); 
} .wcspc-area.wcspc-effect-02 {
left: 0;
width: 80%;
text-align: left;
-webkit-transform: translate3d(-320px, 0, 0);
transform: translate3d(-320px, 0, 0); 
}
.wcspc-area.wcspc-effect-02 .wcspc-close {
right: -32px;
left:auto;
}
.wcspc-area.wcspc-effect-02.wcspc-area-show {
-webkit-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
} .wcspc-area.wcspc-effect-03 {
top: -100%;
left:50%;
max-height: 80%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.wcspc-area.wcspc-effect-03 .wcspc-close {
right: -32px;
}
.wcspc-area.wcspc-effect-03.wcspc-area-show {
top:0;
} .wcspc-area.wcspc-effect-04 {
top: auto;
bottom: -100%;
left: 50%;
max-height: 80%;
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
}
.wcspc-area.wcspc-effect-04.wcspc-area-show {
bottom: 0; 
}
.wcspc-area.wcspc-effect-04 .wcspc-close {
right: -32px;
} .wcspc-area.wcspc-effect-05 {
top: 40%;
opacity: 0;
left: 50%;
max-height: 80%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
visibility:hidden;
}
.wcspc-area.wcspc-effect-05 .wcspc-close {
right: -32px;
}
.wcspc-area.wcspc-effect-05.wcspc-area-show {
opacity: 1;
visibility: visible;
top: 50%;
} .wcspc-area {
background-color:#E0E0E0;
font-family:Helvetica, Arial, sans-serif;
font-size: 14px;
display: flex;
flex-direction: column;
padding: 20px 0;
}
.wcspc-area a, .wcspc-area input, .wcspc-area p {
font-family: Helvetica, Arial, sans-serif; 
}
.wcspc-area .wcspc-area-top {
flex-grow: 1;
position: relative;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow-y: hidden;
} .wcspc-item {
padding: 0 20px;
margin:0px 0px 15px 0px;
} .wcspc-area-top.wcspc-items .wcspc-item a {
text-decoration: none;
outline: none; 
}
.wcspc-area-top.wcspc-items .wcspc-item:first-child .wcspc-item-inner {
border-top: 1px dashed #eeeeee;
}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner {
padding: 10px 0px 10px 10px;
display: table;
width: 90%;
background-color: #ffffff;
border-bottom: 1px dashed #eeeeee;
margin: 0;
box-sizing: border-box;
position: relative;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px; 
}
.wcspc-area-top.wcspc-items .wcspc-item .wcspc-item-inner > div {
display: table-cell;
vertical-align: middle;
padding-top: 15px;
}
.wcspc-area-top.wcspc-items .wcspc-item-thumb {
width: 50px; 
}
.wcspc-area-top.wcspc-items .wcspc-item-thumb img {
width: 40px;
height: 40px;
display:block;
margin-right: 10px;
box-shadow: none;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
.wcspc-area-top.wcspc-items .wcspc-item-title {
display: block;
font-size: 14px;
font-weight: 700;
margin-bottom: 5px;
line-height: 1.2;
}
.wcspc-area-top.wcspc-items .wcspc-item-title a {
text-decoration: none;
color: #222222; 
}
.wcspc-area-top.wcspc-items .wcspc-item-data,
.wcspc-area-top.wcspc-items .wcspc-item-data .wcspc-item-price {
font-size: 12px;
font-weight: 400;
line-height: 1.2;
margin-bottom: 5px;
display: block;
}
.wcspc-area-top.wcspc-items .wcspc-item-data span {
text-transform: capitalize;
}
.wcspc-area-top.wcspc-items .wcspc-item-data del {
color: #999999;
}
.wcspc-area-top.wcspc-items .wcspc-item-data ins {
background: none;
}
.wcspc-area-top.wcspc-items  .wcspc-item-price span {
font-size: 12px !important;
font-weight: 400 !important;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty {
width: 40px;
}
.wcspc-area-top.wcspc-items .wcspc-item-qty .wcspc-item-qty-inner {
position: relative;
}
.wcspc-area-top.wcspc-items .wcspc-item-qty .wcspc-item-qty-inner input {
width: 40px;
height: 28px;
line-height: 28px;
padding: 0;
text-align: center;
border: none;
outline: none;
display: block;
color: #444444;
background-color: #eeeeee;
-moz-appearance: textfield;
font-size: 12px;
font-weight: 400; 
}
.wcspc-area-top.wcspc-items input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus,
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus {
width: 40px;
height: 16px;
line-height: 16px;
text-align: center;
color: #444444;
background-color: #eeeeee;
font-size: 12px;
font-weight: 400;
position: absolute;
display: block;
cursor: pointer;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus:hover,
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus:hover{
background-color: #dddddd;
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-plus{
top: -17px;
left: 0; 
}
.wcspc-area-top.wcspc-items  .wcspc-item-qty-minus {
bottom: -17px;
left: 0; 
}
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove {
position: absolute;
top: 50%;
right: 0px;
transform: translate(30px, -50%);
display: block;
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
outline: none;
text-decoration: none;
border: none;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.wcspc-area-top.wcspc-items .wcspc-item-inner .wcspc-item-remove:before {
color:#FFF;
font-size: 20px;
} .wcspc-area-bot {
padding: 15px 20px 0 20px;
margin: 0;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner {
display: table;
padding: 0;
width: 100%;
border-collapse: separate;
color: #222222;
line-height: 1;
padding-bottom:15px;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div {
display: table-cell;
width: 50%;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div.wcspc-total-left {
text-align: left;
}
.wcspc-area .wcspc-area-bot .wcspc-total .wcspc-total-inner > div.wcspc-total-right {
text-align: right;
font-size: 18px;
font-weight: 700; 
}
.wcspc-area .wcspc-area-bot .wcspc-action .wcspc-action-inner {
display: table;
width: 100%;
border-collapse: separate; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div {
display: table-cell;
width: 50%; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div.wcspc-action-left {
padding-right: 5px;
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div.wcspc-action-right {
padding-left: 5px; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a {
height: 40px;
line-height: 36px;
text-align: center;
padding: 0 10px;
box-sizing: border-box;
background-color: #ffffff;
color: #9b5c8f;
font-weight: 700;
border: 2px solid #ffffff;
text-decoration: none;
display: inline-block;
width: 100%;
text-transform: uppercase;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area-bot .wcspc-action .wcspc-action-inner > div a:hover {
background-color: transparent;
color: #ffffff; 
}
.wcspc-area-bot .wcspc-continue {
text-align: center;
margin-top: 15px; 
}
.wcspc-area-bot .wcspc-continue span {
color: #ffffff;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-ms-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; 
}
.wcspc-area-bot .wcspc-continue span:hover {
opacity: .7;
}
.wcspc-no-item, .wcspc-area.wcspc-style-01 .wcspc-error {
text-align: center;
color: #ffffff; 
}
.wcspc-area .wcspc-no-item, .wcspc-area .wcspc-error {
text-align: center;
color: #222222; 
}
.wcspc-area.wcspc-style-05:after {
content: '';
top: 0;
left: 0;
z-index: -1;
position: absolute;
width: 100%;
height: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%);
background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(157, 94, 145, 0.97) 100%); 
}
.wcspc-item-info .variation{
display:block;
padding-top:5px;	
}
.wcspc-item-info .variation,.wcspc-item-info.variation dt,.wcspc-item-info .variation dd{
font-size:12px;
line-height:16px;	
}.prdctfltr_wc{position:relative;clear:both}.prdctfltr_wc:before,.prdctfltr_wc:after{content:'';display:table;clear:both}.prdctfltr_wc a{text-decoration:none;outline:none}.prdctfltr_wc img{display:block}.prdctfltr_wc .prdctfltr_woocommerce_ordering{position:relative;margin-left:-10px;margin-right:-10px}.prdctfltr_wc .prdctfltr_filter_inner{padding:0}.prdctfltr_wc .prdctfltr_filter{position:relative;float:left;display:block;padding-left:10px;padding-right:10px;padding-bottom:10px;box-sizing:border-box}.prdctfltr_wc .prdctfltr_add_inputs{display:none}.prdctfltr_wc.prdctfltr_mobile,.prdctfltr_wc.prdctfltr_mobile_show{display:none}.prdctfltr_filter_inner:before,.prdctfltr_filter_inner:after{content:'';display:table;clear:both}.prdctfltr_sc_products:before,.prdctfltr_sc_products:after{content:'';display:table;clear:both}.prdctfltr_overlay{position:fixed;top:0;right:100%;bottom:0;left:0;background:#000;background:linear-gradient(90deg, rgba(0,0,0,0.2875) 0%, rgba(0,0,0,0.1875) 100%);opacity:0;transition:opacity 200ms;z-index:2000;cursor:pointer}.prdctfltr_overlay.prdctfltr_prepare{right:0;opacity:0}.prdctfltr_overlay.prdctfltr_active{right:0;opacity:.2}.prdctfltr_title_added{color:#80c40f}.prdctfltr_customization_search{display:none}.prdctfltr_add_scroll.prdctfltr_max_height{overflow-y:auto;overflow-x:hidden}.prdctfltr_wc .pf_range_val{display:none}.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_add_scroll{overflow:visible}.prdctfltr_always_visible .prdctfltr_woocommerce_filter{cursor:default !important}.prdctfltr_woocommerce.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_woocommerce_ordering{display:block}.pf_content_center .prdctfltr_regular_title,.pf_content_center .prdctfltr_description,.pf_content_center form>.prdctfltr_collector:first-child,.pf_content_center .prdctfltr_buttons,.pf_content_center .prdctfltr_filter_title{text-align:center}.pf_content_right .prdctfltr_regular_title,.pf_content_right .prdctfltr_description,.pf_content_right form>.prdctfltr_collector:first-child,.pf_content_right .prdctfltr_buttons,.pf_content_right .prdctfltr_filter_title{text-align:right}.prdctfltr_woocommerce_ordering>span{display:inline-block;margin-left:12px}.prdctfltr_woocommerce_ordering label{cursor:pointer}.prdctfltr_filter label{display:block;font-size:14px;line-height:24px}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_terms_customized:not(.prdctfltr_terms_customized_select) input[type="checkbox"]{display:none !important}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter label>span{position:relative}.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border-radius:50%;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_round .prdctfltr_filter label.prdctfltr_active>span:before{content:'';display:inline-block;width:5px;height:5px;padding:0;border-radius:50%;border:3px double #777;margin-top:3px;margin-right:12px;box-sizing:content-box}.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_square .prdctfltr_filter label.prdctfltr_active>span:before{content:'';display:inline-block;width:5px;height:5px;padding:0;border:3px double #777;margin-top:3px;margin-right:12px;box-sizing:content-box}.prdctfltr_wc.prdctfltr_bold .prdctfltr_filter label.prdctfltr_active>span:before{content:''}.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span{font-weight:600}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label.prdctfltr_active>span:after{content:"" !important;position:absolute;top:0;left:0;font-family:'prdctfltr';font-size:14px;line-height:18px;vertical-align:middle}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter label>span:before{content:'';display:inline-block;width:9px;height:9px;padding:0;border:1px double #ccc;margin-top:3px;margin-bottom:6px;margin-right:12px;vertical-align:middle;box-sizing:content-box;background-color:#fff}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select label.prdctfltr_active>span:after{content:"" !important}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized label.prdctfltr_active>span:after{content:"" !important}.prdctfltr_wc .prdctfltr_filter input[type="checkbox"]{position:absolute;width:0;height:0;overflow:hidden;z-index:-1;left:-99999px}.prdctfltr_wc.prdctfltr_system .prdctfltr_filter label>span:before{display:none}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter input[type="checkbox"]{position:relative;display:inline-block;vertical-align:middle;visibility:visible;width:auto;height:auto;margin-right:.25em;overflow:visible;z-index:auto;left:auto}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized_select label input[type="checkbox"]+span,.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_text label input[type="checkbox"]+span{margin-left:-15px;padding-left:20px}.prdctfltr-down,.prdctfltr-up{display:none}.prdctfltr_terms_customized_select .prdctfltr-down,.prdctfltr_terms_customized_select .prdctfltr-up,.pf_default_select .prdctfltr-down,.pf_default_select .prdctfltr-up,.pf_select .prdctfltr-down,.pf_select .prdctfltr-up{display:block}.pf_default_select .prdctfltr_filter_wrapper,.pf_select .prdctfltr_filter_wrapper{margin-bottom:-10px}.pf_default_select .prdctfltr_filter .prdctfltr_regular_title,.pf_select .prdctfltr_filter .prdctfltr_regular_title{overflow:hidden;border:1px solid #ddd;background-color:#fff;padding:10px 15px;padding-right:32px;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;cursor:pointer;color:#444}.prdctfltr_terms_customized_system select{width:100%;max-width:320px}.prdctfltr_terms_customized_system .prdctfltr_checkboxes,.prdctfltr_terms_customized_selectize .prdctfltr_checkboxes{display:none}.prdctfltr_wc .button{margin-top:20px;margin-bottom:20px}.prdctfltr_wc .prdctfltr_buttons{margin-top:1em;margin-bottom:1em;padding:0 10px 0px}.prdctfltr_wc .prdctfltr_buttons label{position:relative}.prdctfltr_wc .prdctfltr_buttons label input{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;margin:0;padding:0;cursor:pointer}.prdctfltr_wc .prdctfltr_buttons label,.prdctfltr_wc .prdctfltr_buttons span{display:inline-block;line-height:1;vertical-align:middle}.prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons{padding-left:10px;padding-right:10px}.prdctfltr_wc.prdctfltr_wc_widget.pf_default_select .prdctfltr_buttons span,.prdctfltr_wc.prdctfltr_wc_widget.pf_default_inline .prdctfltr_buttons span,.prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_css .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar_right .prdctfltr_buttons span,.prdctfltr_wc.pf_sidebar .prdctfltr_buttons span{display:block;margin-bottom:.175em}.prdctfltr_wc.prdctfltr_wc_widget.pf_default_select .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.prdctfltr_wc_widget.pf_default_inline .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.prdctfltr_wc_widget.pf_default .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_filter_submit{margin-top:0 !important;margin-bottom:20px !important}.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar_css .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar_right .prdctfltr_buttons,.prdctfltr_wc.pf_sidebar .prdctfltr_buttons{padding:0 20px 20px}.prdctfltr_wc .prdctfltr_sale{margin-right:6px}.prdctfltr_wc.prdctfltr_click_filter .prdctfltr_sale{margin-top:0}.prdctfltr_woocommerce_ordering .prdctfltr_sale span:before{content:'\f003';font-family:'prdctfltr';vertical-align:middle;font-size:24px;line-height:20px;margin-right:2px;width:24px;display:inline-block;text-align:center}.prdctfltr_woocommerce_ordering .prdctfltr_sale label.prdctfltr_active span:before{color:#fe4641}.prdctfltr_wc span.prdctfltr_instock{margin-right:6px}.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_instock{margin-top:0}.prdctfltr_woocommerce_ordering span.prdctfltr_instock span:before{content:'\f012';font-family:'prdctfltr';vertical-align:middle;font-size:22px;line-height:20px;margin-right:2px;width:24px;display:inline-block;text-align:center}.prdctfltr_woocommerce_ordering span.prdctfltr_instock label.prdctfltr_active span:before{color:#fe4641}.prdctfltr_wc span.prdctfltr_reset{margin-right:6px}.prdctfltr_wc.prdctfltr_click_filter span.prdctfltr_reset{margin-top:0}.prdctfltr_woocommerce_ordering span.prdctfltr_reset span:before{content:'\f013';font-family:'prdctfltr';vertical-align:middle;font-size:20px;line-height:20px;margin-right:3px;width:24px;display:inline-block;text-align:center}.prdctfltr_woocommerce_ordering span.prdctfltr_reset label.prdctfltr_active span:before{color:#fe4641}.prdctfltr_filter .prdctfltr_regular_title{display:block;font-weight:600;line-height:26px;padding-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prdctfltr_wc .prdctfltr_description{font-size:90%;margin-bottom:10px}.prdctfltr_wc.pf_select .prdctfltr_description,.prdctfltr_wc.pf_default_select .prdctfltr_description,.prdctfltr_wc .prdctfltr_terms_customized_select .prdctfltr_description{margin-top:10px;margin-bottom:0}.prdctfltr_custom_scroll *{scrollbar-width:thin;scrollbar-color:#666666 #fff}.prdctfltr_custom_scroll *::-webkit-scrollbar{width:.6em;height:.6em}.prdctfltr_custom_scroll *::-webkit-scrollbar-track{background-color:#fff;border-radius:20px}.prdctfltr_custom_scroll *::-webkit-scrollbar-thumb{background-color:#666666;border-radius:20px;border:3px solid #fff}.prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering{position:relative;padding:0}.prdctfltr_wc_regular.pf_default:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering{overflow:hidden;opacity:0;transition:opacity 200ms;transition-timing-function:ease-in-out;height:0;transform-origin:center top}.prdctfltr_wc_regular.pf_default:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0;transition:opacity 200ms}.prdctfltr_wc_regular.pf_default .prdctfltr_filter_wrapper{margin-bottom:0}.prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_filter_submit{margin-right:12px}.wc-prdctfltr-deflate .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering{height:auto;opacity:0}.wc-prdctfltr-deflate .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0}.wc-prdctfltr-active .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering{height:auto;opacity:1}.wc-prdctfltr-active .prdctfltr_wc_regular.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:1}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_filter_submit{margin-right:12px}.prdctfltr_wc.pf_arrow .prdctfltr_buttons{padding:0px 20px}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{position:absolute;left:0px;top:30px;z-index:-1;height:0;width:0;border:.5px solid #d2d6d8;border-radius:1em;box-shadow:-0.25em 0.125em 1em -0.15em rgba(0,0,0,0.1);background-color:#fafafa;overflow:hidden;opacity:0;transition:opacity 200ms}@media (max-width: 767px){.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{width:100%;max-width:100%;min-width:300px}}@media (min-width: 769px){.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{width:100%;min-width:840px;max-width:960px}}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{background-color:#fff;padding:10px}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper .prdctfltr_filter{padding-left:18px;padding-right:18px}.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering>.prdctfltr_collector{margin:0 20px 10px}.prdctfltr_wc.pf_arrow .prdctfltr_close_sidebar{display:inline-block;padding:10px 20px;cursor:pointer;text-transform:uppercase}.wc-prdctfltr-deflate .prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{opacity:0;height:unset;z-index:101}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_arrow .prdctfltr_woocommerce_ordering{opacity:1;height:unset;z-index:101}.prdctfltr_wc .prdctfltr_woocommerce_filter_submit{margin-top:0 !important;margin-bottom:0 !important}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter_inner{padding-bottom:0;overflow:visible}.prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering{position:relative;padding:0}.prdctfltr_wc.pf_select:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering{overflow:hidden;opacity:0;transition:opacity 200ms;transition-timing-function:ease-in-out;height:0;transform-origin:center top}.prdctfltr_wc.pf_select:not(.prdctfltr_always_visible) .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0;transition:opacity 200ms}.wc-prdctfltr-deflate .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering{overflow:visible;height:auto;opacity:0}.wc-prdctfltr-deflate .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:0}.wc-prdctfltr-active .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering{overflow:visible;height:auto;opacity:1}.wc-prdctfltr-active .prdctfltr_wc.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{opacity:1}.prdctfltr_wc.prdctfltr_woocommerce.pf_select>span span{cursor:pointer}.prdctfltr_wc.pf_mod_row.pf_select .prdctfltr_filter_inner .prdctfltr_filter:first-child{padding-left:10px}.prdctfltr_terms_customized_select .prdctfltr_add_scroll,.pf_select .prdctfltr_add_scroll{overflow:auto}.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll .prdctfltr_checkboxes{display:block}.prdctfltr_wc_regular.prdctfltr_wc.prdctfltr_woocommerce.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll,.prdctfltr_wc.prdctfltr_woocommerce.pf_select.prdctfltr_scroll_default .prdctfltr_add_scroll{position:absolute;display:none;top:48px;margin-top:-1px;background-color:#fff;width:90%;width:-moz-calc(100% - 20px);width:-webkit-calc(100% - 20px);width:calc(100% - 20px);padding:15px;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;-webkit-box-shadow:0px 0px 5px 0px rgba(128,128,128,0.2);-moz-box-shadow:0px 0px 5px 0px rgba(128,128,128,0.2);box-shadow:0px 0px 5px 0px rgba(128,128,128,0.2);border:1px solid #ddd;z-index:2}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_filter_submit{margin-right:12px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-down,.prdctfltr_wc.prdctfltr_woocommerce.pf_select i.prdctfltr-up{position:absolute;top:11px;right:18px}.prdctfltr_wc.prdctfltr_woocommerce.pf_select .prdctfltr_filter .prdctfltr_regular_title{cursor:pointer}.prdctfltr_wc.pf_select .prdctfltr_filter_inner{margin-bottom:0}.prdctfltr_wc.pf_select .prdctfltr_filter{margin-bottom:0}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-down,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr-up{display:block}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter .prdctfltr_regular_title{overflow:hidden;border:1px solid #ddd;background-color:#fff;padding:10px 15px;padding-right:32px;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;cursor:pointer;color:#444}.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.prdctfltr_wc_regular .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{float:right;position:absolute;top:9px;right:18px;z-index:2}.prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-down,.prdctfltr_wc_regular.pf_mod_masonry .prdctfltr_terms_customized_select.prdctfltr_filter i.prdctfltr-up{top:10px;right:23px}.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label{display:block}.prdctfltr_wc.prdctfltr_wc_regular .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before{display:inline-block}.pf_select .prdctfltr_aftertitle,.prdctfltr_terms_customized_select .prdctfltr_aftertitle{margin-top:10px}body.wc-prdctfltr-active-fullscreen{overflow:hidden}.prdctfltr_wc.pf_fullscreen .prdctfltr_close_sidebar{padding:0 5px 0;margin-bottom:10px;cursor:pointer;text-transform:uppercase;max-width:1024px;display:block;margin-left:auto;margin-right:auto;box-sizing:border-box}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering{position:fixed;top:0;left:0;bottom:100%;right:0;z-index:9999999999;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;background-color:#fff;box-shadow:0 3px 15px rgba(0,0,0,0.3);margin-left:0;margin-right:0;opacity:0;transition:opacity 200ms}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_buttons{padding:0 10px 20px;max-width:1024px;display:block;margin-left:auto;margin-right:auto;box-sizing:border-box}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper{width:100%;max-width:1024px;padding:1em;display:block;box-sizing:border-box;overflow:hidden;overflow-y:auto}.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_filter_submit{margin-right:12px}.wc-prdctfltr-deflate .prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering{bottom:0;opacity:0}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_fullscreen .prdctfltr_woocommerce_ordering{bottom:0;opacity:1}.prdctfltr_close_sidebar{padding-left:10px;padding-right:10px;cursor:pointer;text-transform:uppercase;font-weight:500}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{position:fixed;top:0;left:0;width:320px;height:100%;background-color:#fff;overflow-y:auto;box-sizing:border-box;box-shadow:0 3px 15px rgba(0,0,0,0.3);z-index:99999;transition:transform 200ms;transform:translateX(-320px);opacity:0}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering>.prdctfltr_collector,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering>.prdctfltr_collector,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering>.prdctfltr_collector,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering>.prdctfltr_collector{margin:10px 20px 0}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar{padding-top:10px}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering .prdctfltr_close_sidebar{padding-left:20px;padding-right:20px}.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering,.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(-320px)}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_ordering,.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(10px)}.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{left:auto;right:0;transform:translateX(320px);padding-left:0}.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.wc-prdctfltr-deflate .prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(320px)}.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_ordering,.wc-prdctfltr-active .xwc--pf-show-sidebar.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_ordering{opacity:1;transform:translateX(-10px)}.prdctfltr_wc.pf_sidebar .prdctfltr_filter_wrapper,.prdctfltr_wc.pf_sidebar_right .prdctfltr_filter_wrapper,.prdctfltr_wc.pf_sidebar_css .prdctfltr_filter_wrapper,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_filter_wrapper{margin-bottom:0}.prdctfltr_wc.pf_sidebar .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_right .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css .prdctfltr_woocommerce_filter_submit,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_woocommerce_filter_submit{margin-bottom:10px}.prdctfltr_wc.pf_sidebar .prdctfltr_filter_inner,.prdctfltr_wc.pf_sidebar_right .prdctfltr_filter_inner,.prdctfltr_wc.pf_sidebar_css .prdctfltr_filter_inner,.prdctfltr_wc.pf_sidebar_css_right .prdctfltr_filter_inner{padding:10px}@media (max-width: 900px){.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{margin:0 -10px !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter{float:left !important;display:block !important;width:50% !important;padding:0 10px !important;margin-right:-4px !important;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_single_filter .prdctfltr_filter{float:left !important;display:block !important;width:100% !important;margin-right:0 !important;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner{white-space:normal}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear{display:none !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child{display:block !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit{margin-bottom:12px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter{margin-bottom:10px}}@media (max-width: 640px){.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering{margin:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_default .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_select .prdctfltr_woocommerce_ordering .prdctfltr_filter,.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_fullscreen .prdctfltr_woocommerce_ordering .prdctfltr_filter{float:left !important;display:block !important;width:100% !important;padding:0;margin-right:0;margin-bottom:0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_filter_inner{white-space:normal}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_mod_row .prdctfltr_filter_inner{width:auto !important;margin:0 -36px 0 0}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear{display:none !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_ordering .prdctfltr_clear:last-child{display:block !important}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce .prdctfltr_woocommerce_filter_submit{margin-bottom:12px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.woocommerce.pf_select .prdctfltr_filter{margin-bottom:10px}.prdctfltr_wc.prdctfltr_wc_regular.prdctfltr_woocommerce.pf_arrow .prdctfltr_woocommerce_ordering{width:auto}}@media (min-width: 321px){.prdctfltr_aside{display:flex;align-items:flex-start}.prdctfltr_aside .prdctfltr-widget{width:25%;min-width:16em;margin-right:2em}}.prdctfltr_clearnext+.prdctfltr_filter{clear:both}.prdctfltr_columns_1 .prdctfltr_filter{width:100%}.prdctfltr_columns_1 .prdctfltr_filter:before,.prdctfltr_columns_1 .prdctfltr_filter:after{content:'';display:table;clear:both}.prdctfltr_columns_2 .prdctfltr_filter{width:50%}.prdctfltr_columns_3 .prdctfltr_filter{width:33.33%}.prdctfltr_columns_4 .prdctfltr_filter{width:25%}.prdctfltr_columns_5 .prdctfltr_filter{width:20%}.prdctfltr_columns_6 .prdctfltr_filter{width:16.66%}.prdctfltr_columns_7 .prdctfltr_filter{width:14.28%}.prdctfltr_columns_8 .prdctfltr_filter{width:12.5%}.prdctfltr_columns_9 .prdctfltr_filter{width:11.11%}.prdctfltr_columns_10 .prdctfltr_filter{width:10%}.prdctfltr_wc_widget.prdctfltr_wc{position:relative}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter_inner{overflow:visible}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter_wrapper+.prdctfltr_buttons{margin:30px 0 0}.prdctfltr_wc_widget.prdctfltr_wc span.prdctfltr_reset{display:block}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter{margin-bottom:20px}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_filter:last-child{margin-bottom:0}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_woocommerce_filter_submit{margin-top:0;margin-bottom:20px}.prdctfltr_wc_widget.prdctfltr_wc .prdctfltr_loader{position:absolute;top:0;right:0;height:30px;width:auto}.prdctfltr_woocommerce_filter_submit{margin-top:12px}.prdctfltr_scroll_default .prdctfltr_terms_customized_select .prdctfltr_add_scroll .prdctfltr_checkboxes,.prdctfltr_scroll_default.pf_default_select .prdctfltr_add_scroll .prdctfltr_checkboxes{padding-top:5px;padding-right:10px;box-sizing:border-box}.prdctfltr_terms_customized_select i.prdctfltr-down,.prdctfltr_terms_customized_select i.prdctfltr-up,.pf_default_select i.prdctfltr-down,.pf_default_select i.prdctfltr-up{float:right}.prdctfltr_terms_customized_select .prdctfltr_widget_title,.pf_default_select .prdctfltr_widget_title{cursor:pointer;display:block}.prdctfltr_terms_customized_select .prdctfltr_add_scroll,.pf_default_select .prdctfltr_add_scroll{display:none}.pf_adptv_default.prdctfltr_adoptive .pf_adoptive_hide{display:none !important}.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown .option,.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-disabled],.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-disabled] [data-selectable].option{display:none !important}.prdctfltr_wc .pf_adptv_default.prdctfltr_adoptive .selectize-dropdown [data-selectable].option{display:block !important}.pf_adptv_unclick.prdctfltr_adoptive .pf_adoptive_hide{display:block;opacity:0.5 !important;cursor:default !important}.prdctfltr_woocommerce .prdctfltr_inline.pf_adptv_unclick.prdctfltr_adoptive .pf_adoptive_hide{position:relative !important;display:inline-block !important}.pf_adptv_click.prdctfltr_adoptive .pf_adoptive_hide{display:block;opacity:0.5 !important}.prdctfltr_woocommerce .prdctfltr_inline .prdctfltr_checkboxes .prdctfltr_sub{margin-left:0}.prdctfltr_filter_wrapper.mCustomScrollbar{padding-bottom:0}.prdctfltr_wc .mCS_no_scrollbar>div,.prdctfltr_wc .mCS_no_scrollbar>div>div{overflow:visible !important}.prdctfltr_wc .prdctfltr_filter.prdctfltr_range .prdctfltr_checkboxes input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.pf_adoptive_hide .prdctfltr_tooltip{display:none !important}.prdctfltr_woocommerce .prdctfltr_reset_this{animation:none;animation-delay:0;animation-direction:normal;animation-duration:0;animation-fill-mode:none;animation-iteration-count:1;animation-name:none;animation-play-state:running;animation-timing-function:ease;backface-visibility:visible;background:0;background-attachment:scroll;background-clip:border-box;background-color:transparent;background-image:none;background-origin:padding-box;background-position:0 0;background-position-x:0;background-position-y:0;background-repeat:repeat;background-size:auto auto;border:0;border-style:none;border-width:medium;border-color:inherit;border-bottom:0;border-bottom-color:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:none;border-bottom-width:medium;border-collapse:separate;border-image:none;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;border-radius:0;border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-spacing:0;border-top:0;border-top-color:inherit;border-top-left-radius:0;border-top-right-radius:0;border-top-style:none;border-top-width:medium;bottom:auto;box-shadow:none;box-sizing:content-box;caption-side:top;clear:none;clip:auto;color:inherit;columns:auto;column-count:auto;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-rule-color:currentColor;column-rule-style:none;column-rule-width:none;column-span:1;column-width:auto;content:normal;counter-increment:none;counter-reset:none;cursor:auto;direction:ltr;display:inline;empty-cells:show;float:none;font:normal;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;height:auto;hyphens:none;left:auto;letter-spacing:normal;line-height:normal;list-style:none;list-style-image:none;list-style-position:outside;list-style-type:disc;margin:0;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;max-height:none;max-width:none;min-height:0;min-width:0;opacity:1;orphans:0;outline:0;outline-color:invert;outline-style:none;outline-width:medium;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;position:static;quotes:'\201C' '\201D' '\2018' '\2019';right:auto;tab-size:8;table-layout:auto;text-align:inherit;text-align-last:auto;text-decoration:none;text-decoration-color:inherit;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;top:auto;transform:none;transform-style:flat;transition:none;transition-delay:0s;transition-duration:0s;transition-property:none;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:0;width:auto;word-spacing:normal;z-index:auto}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms{position:relative;display:block;margin-top:0;margin-bottom:15px}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms i{font-size:16px;opacity:0.33;width:20px;margin-right:-24px;position:relative;display:inline-block;text-align:center;padding:0 0 0 4px;color:#666;color:rgba(0,0,0,0.5)}.prdctfltr_woocommerce .prdctfltr_filter .prdctfltr_search_terms .prdctfltr_search_terms_input{display:inline-block !important;width:100% !important;box-sizing:border-box !important;border:1px solid #ccc !important;padding:.25em .5em !important}.prdctfltr_search .prdctfltr_checkboxes{position:relative}.prdctfltr_search .prdctfltr_checkboxes span{display:none}input.pf_search{width:100%;margin:0 !important;box-sizing:border-box}.pf_search_trigger{position:absolute;top:0;right:0;height:100%;width:32px;background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/checked.svg) center center no-repeat;background-size:20px;display:none}.prdctfltr_woocommerce .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_search_terms{margin-bottom:15px}.prdctfltr_tooltip{position:absolute !important;bottom:100%;left:50%;margin-left:-50px;margin-bottom:0;width:100px !important;max-height:0;font-size:12px;line-height:14px;text-align:center;box-sizing:border-box;overflow:hidden;padding-bottom:10px;z-index:1;opacity:0;transition:all 150ms ease-in-out}.prdctfltr_tooltip *{box-sizing:border-box}.prdctfltr_tooltip>span{display:inline-block;position:relative;height:auto;width:auto;max-width:100%;min-width:32px;background-color:#222;color:#fff;border-radius:3px;padding:3px 6px}.prdctfltr_tooltip>span:after{content:'';border:10px solid transparent;border-top-color:#222;width:1px;height:1px;position:absolute;left:50%;bottom:-20px;margin-left:-10px}.prdctfltr_hover .prdctfltr_tooltip{max-height:300px;margin-bottom:5px;opacity:1}.prdctfltr_error{display:block;border:1px solid rgba(0,0,0,0.1);border-radius:7px;background-color:#fcc2c2;width:100%;margin-bottom:20px}.prdctfltr_error small{display:block;padding:10px;font-size:12px;line-height:15px}div.products h1.prdctfltr_not_found{margin-bottom:20px;color:#ccc;font-size:24px;line-height:28px}.prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr_hiddenparent,.prdctfltr_subonlyback .prdctfltr_checkboxes .prdctfltr_hiddenparent{visibility:hidden;overflow:hidden;height:0}.prdctfltr_drill .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_drillback .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_subonly .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_subonlyback .prdctfltr_checkboxes>.prdctfltr_sub:first-child{margin-left:0;display:block}.prdctfltr_drill .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_drillback .prdctfltr_checkboxes .prdctfltr-plus{display:none}.prdctfltr_checkboxes .prdctfltr-plus{padding-left:6px;z-index:1;position:relative;float:right;font-size:15px;line-height:inherit;color:#aaa;max-height:24px}.prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr-plus{line-height:inherit}.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr_sub,.prdctfltr_terms_customized_color .prdctfltr_checkboxes .prdctfltr_sub,.prdctfltr_terms_customized_image .prdctfltr_checkboxes .prdctfltr_sub{margin-top:0;margin-left:0}.prdctfltr_terms_customized_text .prdctfltr_checkboxes .prdctfltr-plus{float:none}.prdctfltr_checkboxes .prdctfltr_customize_round .prdctfltr-plus,.prdctfltr_terms_customized_color:not(.prdctfltr_side_lables) .prdctfltr_checkboxes .prdctfltr-plus,.prdctfltr_terms_customized_image:not(.prdctfltr_side_lables) .prdctfltr_checkboxes .prdctfltr-plus{position:absolute;bottom:-1px;right:-1px;width:16px;line-height:14px !important;height:14px;text-align:center;background-color:#fff;border:1px solid #aaa;color:#aaa;padding:0;border-radius:2px}.prdctfltr_hierarchy_circle .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f007'}.prdctfltr_hierarchy_circle .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f008'}.prdctfltr_hierarchy_filled .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f018'}.prdctfltr_hierarchy_filled .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f017'}.prdctfltr_hierarchy_lined .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f016'}.prdctfltr_hierarchy_lined .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f015'}.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes i.prdctfltr-plus:before{content:'\f004'}.prdctfltr_hierarchy_arrow .prdctfltr_checkboxes .prdctfltr_show_subs i.prdctfltr-plus:before{content:'\f005'}.prdctfltr_hierarchy_hide i.prdctfltr-plus,.prdctfltr_hierarchy_hide i.prdctfltr-minus{display:none}.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr_sub{display:block}.prdctfltr_wc .prdctfltr_expand_parents .prdctfltr-plus{display:none}.prdctfltr_checkboxes .prdctfltr_sub{margin-left:.5em;display:none}.prdctfltr_sub.prdctfltr_animate{opacity:1 !important}.prdctfltr_show_subs+.prdctfltr_sub{display:block;opacity:1}.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter label.prdctfltr_show_subs,.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter label.prdctfltr_show_subs{flex:0 0 100%}.prdctfltr_searching .prdctfltr_sub{margin-left:0}.prdctfltr_searching i.prdctfltr-plus{display:none}.prdctfltr_wc .prdctfltr_terms_customized_image .prdctfltr_checkboxes label,.prdctfltr_wc .prdctfltr_terms_customized_text .prdctfltr_checkboxes label,.prdctfltr_wc .prdctfltr_terms_customized_color .prdctfltr_checkboxes label{display:inline-block;vertical-align:top}.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized .prdctfltr_checkboxes label>span:before{display:none}.prdctfltr_wc .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_select .prdctfltr_checkboxes label>span:before{display:inline-block}.prdctfltr_terms_customized_text .prdctfltr_customize,.prdctfltr_terms_customized_color .prdctfltr_customize,.prdctfltr_terms_customized_image .prdctfltr_customize{position:relative;display:block;margin:0 5px 5px 0}.prdctfltr_customize_background .prdctfltr-plus{color:#fff !important}.prdctfltr_customize_background{color:#fff;padding:3px 10px}.prdctfltr_active .prdctfltr_customize_border{border-width:2px;padding:2px 9px}.prdctfltr_customize_border{border:1px solid transparent;border-radius:2px;padding:3px 10px;box-sizing:content-box}.prdctfltr_customize_round .prdctfltr_customize_name{line-height:42px;display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.prdctfltr_customize_round{width:42px;height:42px;padding:3px;text-align:center;color:#fff}.prdctfltr_customize_block{padding:3px;border:1px solid #ccc}.prdctfltr_customize_block .prdctfltr_customize_color{display:block;width:42px;height:42px}.prdctfltr_customize_block .prdctfltr_customize_image{display:block}.prdctfltr_customize_block .prdctfltr_customize_image img{display:block;height:42px;width:auto;margin:0 auto}.prdctfltr_terms_customized_color .prdctfltr_customize_block{background-color:#fff}.prdctfltr_terms_customized_image .prdctfltr_customize_block>.prdctfltr_customize_image,.prdctfltr_terms_customized_image .prdctfltr_customize_block>.prdctfltr_customize_image_text{background-color:#fff}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label{display:block}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_checkboxes label.prdctfltr_active .prdctfltr_customize_block{box-shadow:none}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block{padding:0;border:0}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text{display:inline-block;vertical-align:middle;padding:3px;border:1px solid #ccc;width:42px;height:42px;box-sizing:content-box}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_color_text{border:2px solid #222;padding:2px;box-shadow:0px 4px 9px -3px rgba(0,0,0,0.3)}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text span{display:block;width:100%;height:100%}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_color .prdctfltr_customize_block .prdctfltr_customize_color_text_tip{margin-left:12px;vertical-align:middle}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes label{display:block}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_checkboxes label.prdctfltr_active .prdctfltr_customize_block{box-shadow:none}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block{padding:0;border:0}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text{display:inline-block;vertical-align:middle}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text img{display:block;width:auto;height:42px;padding:3px;border:1px solid #ccc}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image label.prdctfltr_active .prdctfltr_customize_block .prdctfltr_customize_image_text img{padding:2px;border:2px solid #222;box-shadow:0px 4px 9px -3px rgba(0,0,0,0.3)}.prdctfltr_wc .prdctfltr_side_lables.prdctfltr_terms_customized.prdctfltr_terms_customized_image .prdctfltr_customize_block .prdctfltr_customize_image_text_tip{margin-left:12px;vertical-align:middle}.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_text input[type="checkbox"],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_color input[type="checkbox"],.prdctfltr_wc.prdctfltr_system .prdctfltr_woocommerce_ordering .prdctfltr_filter.prdctfltr_terms_customized.prdctfltr_terms_customized_image input[type="checkbox"]{display:none !important;visibility:hidden !important;width:0 !important;height:0 !important;z-index:-1 !important}label.prdctfltr_active .prdctfltr_customize_block{padding:2px;border:2px solid #222;box-shadow:0px 4px 9px -3px rgba(0,0,0,0.3)}.pf_adptv_click .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide,.pf_adptv_unclick .prdctfltr_adoptive.prdctfltr_terms_customized .pf_adoptive_hide{display:inline-block !important}.prdctfltr_wc.prdctfltr_checkbox .prdctfltr_filter.prdctfltr_terms_customized label.prdctfltr_active>span:after{content:none}.prdctfltr_2_columns.prdctfltr_terms_customized_color label,.prdctfltr_3_columns.prdctfltr_terms_customized_color label{box-sizing:border-box}.prdctfltr_2_columns.prdctfltr_terms_customized_color label>span,.prdctfltr_3_columns.prdctfltr_terms_customized_color label>span{display:block}.prdctfltr_2_columns.prdctfltr_terms_customized_color label>span .prdctfltr_customize_color,.prdctfltr_3_columns.prdctfltr_terms_customized_color label>span .prdctfltr_customize_color{width:100%}.prdctfltr_2_columns.prdctfltr_terms_customized_text label,.prdctfltr_3_columns.prdctfltr_terms_customized_text label{display:flex;box-sizing:border-box}.prdctfltr_2_columns.prdctfltr_terms_customized_text label>span,.prdctfltr_3_columns.prdctfltr_terms_customized_text label>span{display:block;text-align:center}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter .prdctfltr_checkboxes,.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter .prdctfltr_checkboxes{display:flex !important;flex-flow:wrap}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter .prdctfltr_sub,.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter .prdctfltr_sub{width:100%;margin-left:0}.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter label{flex:0 0 50%}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter.prdctfltr_text label,.prdctfltr_woocommerce .prdctfltr_2_columns.prdctfltr_filter.prdctfltr_text label{padding-right:10px;box-sizing:border-box;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.prdctfltr_woocommerce .prdctfltr_3_columns.prdctfltr_filter label{flex:0 0 33.3%}.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter label{display:inline-block;margin-right:12px}.prdctfltr_woocommerce .prdctfltr_inline.prdctfltr_filter.prdctfltr_terms_customized label{margin-right:0}.prdctfltr_woocommerce.prdctfltr_wc .prdctfltr_inline.prdctfltr_filter label>span:before{margin-right:6px}.prdctfltr_terms_customized_image .prdctfltr_checkboxes>label .prdctfltr_customize_block,.prdctfltr_terms_customized_color .prdctfltr_checkboxes>label .prdctfltr_customize_block{position:relative}div.prdctfltr_terms_customized_image label.prdctfltr_ft_none .prdctfltr_customize_block:after,div.prdctfltr_terms_customized_color label.prdctfltr_ft_none .prdctfltr_customize_block:after{opacity:0.3}div.prdctfltr_terms_customized_image label.prdctfltr_ft_none .prdctfltr_customize_block:after,div.prdctfltr_terms_customized_color label.prdctfltr_ft_none .prdctfltr_customize_block:after,.pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide .prdctfltr_customize_block:after,.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_image .pf_adoptive_hide .prdctfltr_customize_block:after,.pf_adptv_click .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide .prdctfltr_customize_block:after,.pf_adptv_unclick .prdctfltr_woocommerce_ordering div.prdctfltr_terms_customized_color .pf_adoptive_hide .prdctfltr_customize_block:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/outofstock.svg);background-position:center center;background-size:100% 100%}.pf_select .prdctfltr_terms_customized_color .prdctfltr_checkboxes,.pf_select .prdctfltr_terms_customized_image .prdctfltr_checkboxes{margin-top:3px;margin-bottom:-8px}.prdctfltr_inline .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_terms_customized_text .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_terms_customized_color .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_terms_customized_image .prdctfltr_show_subs+.prdctfltr_sub{display:inline}.prdctfltr_2_columns .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_3_columns .prdctfltr_checkboxes>.prdctfltr_sub:first-child,.prdctfltr_2_columns .prdctfltr_show_subs+.prdctfltr_sub,.prdctfltr_3_columns .prdctfltr_show_subs+.prdctfltr_sub{display:flex;flex-wrap:wrap}.prdctfltr_checkboxes .pf_more{display:block;width:100%;cursor:pointer;overflow:hidden;font-size:13px !important;line-height:20px !important;margin-top:6px;opacity:0.6;transition:200ms opacity}.prdctfltr_checkboxes .pf_more:hover{opacity:1}.prdctfltr_checkboxes .pf_more span{position:relative;display:inline-block;text-transform:uppercase}.prdctfltr_checkboxes .pf_more span:before{content:'';width:1000px;height:1px;background-color:rgba(128,128,128,0.6);position:absolute;top:50%;left:100%;margin-left:10px}.prdctfltr_sc_products.prdctfltr_fallback_css .products{margin-left:-10px !important;margin-right:-10px !important}.prdctfltr_sc_products.prdctfltr_fallback_css .products li,.prdctfltr_sc_products.prdctfltr_fallback_css .products .type-product{box-sizing:border-box !important;padding-left:10px !important;padding-right:10px !important;margin-left:0 !important;margin-right:0 !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_1 .products .type-product{width:100% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_2 .products .type-product{width:50% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_3 .products .type-product{width:33.33% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_4 .products .type-product{width:25% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_5 .products .type-product{width:20% !important}.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products li,.prdctfltr_sc_products.prdctfltr_fallback_css.prdctfltr_columns_fallback_6 .products .type-product{width:16.66% !important}nav.prdctfltr-pagination.prdctfltr-pagination-load-more{clear:both;display:block;text-align:center}nav.prdctfltr-pagination.prdctfltr-pagination-load-more.prdctfltr-ignite{opacity:0.5}nav.prdctfltr-pagination.prdctfltr-pagination-load-more .button{width:auto !important;height:auto !important}nav.prdctfltr-pagination.prdctfltr-pagination-default{clear:both;display:block}nav.prdctfltr-pagination.prdctfltr-pagination-default ul{display:inline-block;white-space:nowrap;padding:0;margin:0;border:0}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li{display:inline-block}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a,nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span{display:inline-block;font-size:14px;line-height:16px;font-weight:bold;padding:6px 12px;color:#444;text-decoration:none;vertical-align:bottom;border:2px solid #444;border-radius:2px;box-sizing:border-box}nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:focus,nav.prdctfltr-pagination.prdctfltr-pagination-default ul li a:hover,nav.prdctfltr-pagination.prdctfltr-pagination-default ul li span.current{border-color:#f00;color:#f00}.prdctfltr_tabbed_selection .prdctfltr_filter{position:relative;opacity:.15;transition:opacity 150ms}.prdctfltr_tabbed_selection .prdctfltr_filter:after{content:'';position:absolute;display:block !important;top:0;left:0;bottom:0;right:0;width:100%;height:100%;z-index:2}.prdctfltr_tabbed_selection .prdctfltr_filter:first-child,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_filter,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_clear+.prdctfltr_filter{opacity:1}.prdctfltr_tabbed_selection .prdctfltr_filter:first-child:after,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection:after,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_filter:after,.prdctfltr_tabbed_selection .prdctfltr_filter.prdctfltr_has_selection+.prdctfltr_clear+.prdctfltr_filter:after{content:none}.prdctfltr_collector{margin:10px;font-size:90%}.prdctfltr_collector>span{display:inline-block;white-space:nowrap;padding:.25em 1em;margin-right:.5em;margin-bottom:.5em}.prdctfltr_wc_widget .prdctfltr_collector{margin:0;margin-bottom:.5em}.prdctfltr_aftertitle{margin-bottom:.125em;font-size:90%}.prdctfltr_aftertitle:empty{margin-bottom:0}.prdctfltr_aftertitle:before,.prdctfltr_aftertitle:after{content:'';display:table;clear:both}.prdctfltr_aftertitle>span{display:inline-block;white-space:nowrap;padding:.25em 1em;margin-right:.5em;margin-bottom:.5em}.prdctfltr_collector_flat>span{background-color:#f4f4f4;background-color:rgba(0,0,0,0.05);border-radius:7px}.prdctfltr_collector_border>span{border:1px solid #777;border-color:rgba(0,0,0,0.05);border-radius:7px}.prdctfltr_regular_title>span:after,.prdctfltr_widget_title>span:after{content:'/';margin:0 4px}.prdctfltr_topbar{display:inline}.prdctfltr_topbar>span:before{content:'/';margin:0 4px}.prdctfltr_showing{cursor:pointer}.prdctfltr_showing:before{content:'/';margin:0 4px}.prdctfltr_always_visible .prdctfltr_showing{cursor:unset !important}.pfw-hidden-element{display:none !important}.prdctfltr_wc .prdctfltr_filter_title{display:flex;align-items:center;font-weight:600;font-size:16px}.prdctfltr_wc .prdctfltr_filter_title .prdctfltr_woocommerce_filter{display:flex;align-items:center;justify-content:center;font-size:24px;margin-right:.5em;width:1em;height:1em}.prdctfltr_wc .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title{max-width:20em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;cursor:pointer}.prdctfltr_wc.prdctfltr_always_visible .prdctfltr_filter_title>span.prdctfltr_woocommerce_filter_title{cursor:unset !important}.prdctfltr_woocommerce_filter i{transition:transform 1s;transform:scale(1)}.xwc--pf-loading .prdctfltr_woocommerce_filter{position:relative}.xwc--pf-loading .prdctfltr_woocommerce_filter:after{content:'';position:absolute;top:50%;left:50%;width:1.5em;height:1.5em;margin-top:-0.75em;margin-left:-0.75em;border-radius:100px;border:1px dashed transparent;border-bottom-color:#46586a;animation:spinner .6s linear infinite;box-sizing:border-box}.xwc--pf-loading .prdctfltr_woocommerce_filter i{transform:scale(0.925)}.xwc--pf-loader-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(255,255,255,0.75);z-index:99999}.xwc--pf-loader-overlay:after{content:'';position:absolute;top:50%;left:50%;width:3em;height:3em;margin-top:-1.5em;margin-left:-1.5em;border-radius:100px;border:1px dashed transparent;border-bottom-color:#46586a;animation:spinner .6s linear infinite;box-sizing:border-box}@keyframes spinner{to{transform:rotate(360deg)}}.prdctfltr_count{display:inline-block;vertical-align:middle;margin-left:4px;height:14px;line-height:14px;font-size:10px;padding:0 2px;border:1px solid #aaa;color:#aaa;background-color:#fff;border-radius:2px;min-width:12px;text-align:center}.prdctfltr_customize_count{padding:0 2px;margin-left:4px;min-width:12px;max-width:60px;height:14px;line-height:14px;text-align:center;color:#aaa;border:1px solid #aaa;background-color:#fff;font-size:10px;border-radius:2px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;vertical-align:middle}.prdctfltr_customize_round .prdctfltr_customize_count,.prdctfltr_customize_block .prdctfltr_customize_count{position:absolute;top:-1px;right:-1px}.prdctfltr_wc .prdctfltr_filter label.prdctfltr_active>span .prdctfltr_count{font-weight:600}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"]:focus+span{color:#000}.prdctfltr_wc .prdctfltr_woocommerce_ordering .prdctfltr_filter_wrapper input[type="checkbox"]:focus+span:before{border-color:#000}ul.products li.out-of-stock a img.attachment-woocommerce_thumbnail{filter:grayscale(1) !important;opacity:.67 !important}.xwc--pf-outofstock{position:absolute;top:1em;left:1em;z-index:1;background-color:#f16726;color:#fff;font-size:13px;font-weight:500;line-height:1;padding:.5em .5em} @font-face{font-family:"prdctfltr";src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.eot);src:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.svg#prdctfltr) format("svg"),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.eot?#iefix) format("embedded-opentype"),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.woff) format("woff"),url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/css/fonts/prdctfltr.ttf) format("truetype");font-weight:normal;font-style:normal}[class^="prdctfltr-"]:before,[class*=" prdctfltr-"]:before{font-family:"prdctfltr" !important;font-style:normal !important;font-weight:normal !important;font-variant:normal !important;text-transform:none !important;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.prdctfltr-bars:before{content:"\f001"}.prdctfltr-delete:before{content:"\f002"}.prdctfltr-sale:before{content:"\f003"}.prdctfltr-down:before{content:"\f004"}.prdctfltr-up:before{content:"\f005"}.prdctfltr-filter:before{content:"\f006"}.prdctfltr-plus:before{content:"\f007"}.prdctfltr-minus:before{content:"\f008"}.prdctfltr-instock:before{content:"\f012"}.prdctfltr-clear:before{content:"\f013"}.prdctfltr-check:before{content:"\f014"}.prdctfltr-minus-1:before{content:"\f015"}.prdctfltr-plus-1:before{content:"\f016"}.prdctfltr-minus-2:before{content:"\f017"}.prdctfltr-plus-2:before{content:"\f018"}.prdctfltr-search:before{content:"\f019"}.prdctfltr-style:before{content:"\f020"}.prdctfltr-update:before{content:"\f024"}.prdctfltr_wc .selectize-control.plugin-drag_drop.multi>.selectize-input>div.ui-sortable-placeholder{visibility:visible !important;background:#f2f2f2 !important;background:rgba(0,0,0,0.06) !important;border:0 none !important;-webkit-box-shadow:inset 0 0 12px 4px #fff;box-shadow:inset 0 0 12px 4px #fff}.prdctfltr_wc .selectize-control.plugin-drag_drop .ui-sortable-placeholder::after{content:'!';visibility:hidden}.prdctfltr_wc .selectize-control.plugin-drag_drop .ui-sortable-helper{-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2);box-shadow:0 2px 5px rgba(0,0,0,0.2)}.prdctfltr_wc .selectize-dropdown-header{position:relative;padding:5px 8px;border-bottom:1px solid #d0d0d0;background:#f8f8f8;-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.prdctfltr_wc .selectize-dropdown-header-close{position:absolute;right:8px;top:50%;color:#303030;opacity:0.4;margin-top:-12px;line-height:20px;font-size:20px !important}.prdctfltr_wc .selectize-dropdown-header-close:hover{color:#000000}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup{border-right:1px solid #f2f2f2;border-top:0 none;float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child{border-right:0 none}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup:before{display:none}.prdctfltr_wc .selectize-dropdown.plugin-optgroup_columns .optgroup-header{border-top:0 none}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value]{position:relative;padding-right:24px !important}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value] .remove{z-index:1;position:absolute;top:0;right:0;bottom:0;width:19px;text-align:center;font-weight:normal;font-size:16px;color:inherit;text-decoration:none;vertical-align:middle;display:inline-block;padding:4px;-webkit-border-radius:0 2px 2px 0;-moz-border-radius:0 2px 2px 0;border-radius:0 2px 2px 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:auto;line-height:inherit}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value] .remove:hover{background:rgba(0,0,0,0.05)}.prdctfltr_wc .selectize-control.plugin-remove_button [data-value].active .remove{border-left-color:#cacaca}.prdctfltr_wc .selectize-control.plugin-remove_button .disabled [data-value] .remove:hover{background:none}.prdctfltr_wc .selectize-control.plugin-remove_button .disabled [data-value] .remove{border-left-color:#ffffff}.prdctfltr_wc .selectize-control.plugin-remove_button .remove-single{position:absolute;right:8px;top:0;font-size:23px}.prdctfltr_wc .selectize-control{position:relative}.prdctfltr_wc .selectize-dropdown,.prdctfltr_wc .selectize-input,.prdctfltr_wc .selectize-input input{color:#303030;font-family:inherit;font-size:13px;line-height:18px;-webkit-font-smoothing:inherit}.prdctfltr_wc .selectize-input,.prdctfltr_wc .selectize-control.single .selectize-input.input-active{background:#fff;cursor:text;display:inline-block}.prdctfltr_wc .selectize-input{border:1px solid #d0d0d0;padding:8px 8px;display:inline-block;width:100%;overflow:hidden;position:relative;z-index:1;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);box-shadow:inset 0 1px 1px rgba(0,0,0,0.1);-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.prdctfltr_wc .selectize-control.multi .selectize-input.has-items{padding:6px 8px 3px}.prdctfltr_wc .selectize-input.full{background-color:#fff}.prdctfltr_wc .selectize-input.disabled,.prdctfltr_wc .selectize-input.disabled *{cursor:default !important}.prdctfltr_wc .selectize-input.focus{-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.15);box-shadow:inset 0 1px 2px rgba(0,0,0,0.15)}.prdctfltr_wc .selectize-input.dropdown-active{-webkit-border-radius:3px 3px 0 0;-moz-border-radius:3px 3px 0 0;border-radius:3px 3px 0 0}.prdctfltr_wc .selectize-input>*{vertical-align:baseline;display:-moz-inline-stack;display:inline-block;zoom:1;*display:inline}.prdctfltr_wc .selectize-control.multi .selectize-input>div{cursor:pointer;margin:0 3px 3px 0;padding:4px 8px;background:#69f;color:#fff;border-radius:7px}.prdctfltr_wc .selectize-control.multi .selectize-input>div.active{background:#17439b;color:#fff}.prdctfltr_wc .selectize-control.multi .selectize-input.disabled>div,.prdctfltr_wc .selectize-control.multi .selectize-input.disabled>div.active{color:#fff;background:#7d7d7d}.prdctfltr_wc .selectize-input>input{display:inline-block !important;padding:0 !important;min-height:0 !important;max-height:none !important;max-width:100% !important;margin:0 2px 0 0 !important;text-indent:0 !important;border:0 none !important;background:none !important;line-height:inherit !important;-webkit-user-select:auto !important;-webkit-box-shadow:none !important;box-shadow:none !important}.prdctfltr_wc .selectize-input>input::-ms-clear{display:none}.prdctfltr_wc .selectize-input>input:focus{outline:none !important}.prdctfltr_wc .selectize-input::after{content:' ';display:block;clear:left}.prdctfltr_wc .selectize-input.dropdown-active::before{content:' ';display:block;position:absolute;background:#f0f0f0;height:1px;bottom:0;left:0;right:0}.prdctfltr_wc .selectize-dropdown{position:absolute;z-index:10;border:1px solid #d0d0d0;background:#fff;margin:-1px 0 0 0;border-top:0 none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);box-shadow:0 1px 3px rgba(0,0,0,0.1);-webkit-border-radius:0 0 3px 3px;-moz-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}.prdctfltr_wc .selectize-dropdown [data-selectable]{cursor:pointer;overflow:hidden}.prdctfltr_wc .selectize-dropdown [data-selectable] .highlight{background:rgba(125,168,208,0.2);-webkit-border-radius:1px;-moz-border-radius:1px;border-radius:1px}.prdctfltr_wc .selectize-dropdown .option,.prdctfltr_wc .selectize-dropdown .optgroup-header{padding:5px 8px}.prdctfltr_wc .selectize-dropdown .option,.prdctfltr_wc .selectize-dropdown [data-disabled],.prdctfltr_wc .selectize-dropdown [data-disabled] [data-selectable].option{cursor:inherit;opacity:0.5}.prdctfltr_wc .selectize-dropdown [data-selectable].option{opacity:1;cursor:pointer}.prdctfltr_wc .selectize-dropdown .optgroup:first-child .optgroup-header{border-top:0 none}.prdctfltr_wc .selectize-dropdown .optgroup-header{color:#303030;background:#fff;cursor:default}.prdctfltr_wc .selectize-dropdown .active{background-color:#f5fafd;color:#495c68}.prdctfltr_wc .selectize-dropdown .active.create{color:#495c68}.prdctfltr_wc .selectize-dropdown .create{color:rgba(48,48,48,0.5)}.prdctfltr_wc .selectize-dropdown-content{overflow-y:auto;overflow-x:hidden;max-height:200px;-webkit-overflow-scrolling:touch}.prdctfltr_wc .selectize-control.single .selectize-input,.prdctfltr_wc .selectize-control.single .selectize-input input{cursor:pointer}.prdctfltr_wc .selectize-control.single .selectize-input.input-active,.prdctfltr_wc .selectize-control.single .selectize-input.input-active input{cursor:text}.prdctfltr_wc .selectize-control.single .selectize-input:after{content:' ';display:block;position:absolute;top:50%;right:15px;margin-top:-3px;width:0;height:0;border-style:solid;border-width:5px 5px 0 5px;border-color:#808080 transparent transparent transparent}.prdctfltr_wc .selectize-control.single .selectize-input.dropdown-active:after{margin-top:-4px;border-width:0 5px 5px 5px;border-color:transparent transparent #808080 transparent}.prdctfltr_wc .selectize-control.rtl.single .selectize-input:after{left:15px;right:auto}.prdctfltr_wc .selectize-control.rtl .selectize-input>input{margin:0 4px 0 -2px !important}.prdctfltr_wc .selectize-control .selectize-input.disabled{opacity:0.5;background-color:#fafafa}.prdctfltr_wc .irs{position:relative;display:block;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.prdctfltr_wc .irs-line{position:relative;display:block;overflow:hidden;outline:none !important}.prdctfltr_wc .irs-line-left,.prdctfltr_wc .irs-line-mid,.prdctfltr_wc .irs-line-right{position:absolute;display:block;top:0}.prdctfltr_wc .irs-line-left{left:0;width:11%}.prdctfltr_wc .irs-line-mid{left:9%;width:82%}.prdctfltr_wc .irs-line-right{right:0;width:11%}.prdctfltr_wc .irs-bar{position:absolute;display:block;left:0;width:0}.prdctfltr_wc .irs-bar-edge{position:absolute;display:block;top:0;left:0}.prdctfltr_wc .irs-shadow{position:absolute;display:none;left:0;width:0}.prdctfltr_wc .irs-slider{position:absolute;display:block;cursor:default;z-index:1}.prdctfltr_wc .irs-slider.from{cursor:pointer}.prdctfltr_wc .irs-slider.to{cursor:pointer}.prdctfltr_wc .irs-slider.type_last{z-index:2}.prdctfltr_wc .irs-min{position:absolute;display:block;left:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-max{position:absolute;display:block;right:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-from,.prdctfltr_wc .irs-to,.prdctfltr_wc .irs-single{position:absolute;display:block;top:0;left:0;cursor:default;white-space:nowrap}.prdctfltr_wc .irs-grid{position:absolute;display:none;bottom:0;left:0;width:100%;height:20px}.prdctfltr_wc .irs-with-grid .irs-grid{display:block}.prdctfltr_wc .irs-grid-pol{position:absolute;top:0;left:0;width:1px;height:8px;background:#000}.prdctfltr_wc .irs-grid-pol.small{height:4px}.prdctfltr_wc .irs-grid-text{position:absolute;bottom:0;left:0;white-space:nowrap;text-align:center;font-size:9px;line-height:9px;padding:0 3px;color:#000}.prdctfltr_wc .irs-disable-mask{position:absolute;display:block;top:0;left:-1%;width:102%;height:100%;cursor:default;background:rgba(0,0,0,0);z-index:2}.prdctfltr_wc .irs-disabled{opacity:0.4}.lt-ie9 .irs-disabled{filter:alpha(opacity=40)}.prdctfltr_wc .irs-hidden-input{position:absolute !important;display:block !important;top:0 !important;left:0 !important;width:0 !important;height:0 !important;font-size:0 !important;line-height:0 !important;padding:0 !important;margin:0 !important;outline:none !important;z-index:-9999 !important;background:none !important;border-style:solid !important;border-color:transparent !important}.pf_rngstyle_flat .irs-line-mid,.pf_rngstyle_flat .irs-line-left,.pf_rngstyle_flat .irs-line-right,.pf_rngstyle_flat .irs-bar,.pf_rngstyle_flat .irs-bar-edge,.pf_rngstyle_flat .irs-slider{background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/sprite-skin-flat.png) repeat-x}.pf_rngstyle_flat .irs{height:40px}.pf_rngstyle_flat .irs-with-grid{height:60px}.pf_rngstyle_flat .irs-line{height:12px;top:25px}.pf_rngstyle_flat .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_flat .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_flat .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_flat .irs-bar{height:12px;top:25px;background-position:0 -60px}.pf_rngstyle_flat .irs-bar-edge{top:25px;height:12px;width:9px;background-position:0 -90px}.pf_rngstyle_flat .irs-shadow{height:3px;top:34px;background:#000;opacity:0.25}.lt-ie9 .pf_rngstyle_flat .irs-shadow{filter:alpha(opacity=25)}.pf_rngstyle_flat .irs-slider{width:16px;height:18px;top:22px;background-position:0 -120px}.pf_rngstyle_flat .irs-slider.state_hover,.pf_rngstyle_flat .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_flat .irs-min,.pf_rngstyle_flat .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_flat .irs-from,.pf_rngstyle_flat .irs-to,.pf_rngstyle_flat .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#ed5565;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_flat .irs-from:after,.pf_rngstyle_flat .irs-to:after,.pf_rngstyle_flat .irs-single:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#ed5565}.pf_rngstyle_flat .irs-grid-pol{background:#e1e4e9}.pf_rngstyle_flat .irs-grid-text{color:#999}.pf_rngstyle_html5 .irs{height:55px}.pf_rngstyle_html5 .irs-with-grid{height:75px}.pf_rngstyle_html5 .irs-line{height:10px;top:33px;background:#EEE;background:linear-gradient(to bottom, #DDD -50%, #fff 150%);border:1px solid #CCC;border-radius:16px;-moz-border-radius:16px}.pf_rngstyle_html5 .irs-line-left{height:8px}.pf_rngstyle_html5 .irs-line-mid{height:8px}.pf_rngstyle_html5 .irs-line-right{height:8px}.pf_rngstyle_html5 .irs-bar{height:10px;top:33px;border-top:1px solid #428bca;border-bottom:1px solid #428bca;background:#428bca;background:linear-gradient(to top, #428bca 0%, #7fc3e8 100%)}.pf_rngstyle_html5 .irs-bar-edge{height:10px;top:33px;width:14px;border:1px solid #428bca;border-right:0;background:#428bca;background:linear-gradient(to top, #428bca 0%, #7fc3e8 100%);border-radius:16px 0 0 16px;-moz-border-radius:16px 0 0 16px}.pf_rngstyle_html5 .irs-shadow{height:2px;top:38px;background:#000;opacity:0.3;border-radius:5px;-moz-border-radius:5px}.lt-ie9 .pf_rngstyle_html5 .irs-shadow{filter:alpha(opacity=30)}.pf_rngstyle_html5 .irs-slider{top:25px;width:27px;height:27px;border:1px solid #AAA;background:#DDD;background:linear-gradient(to bottom, #fff 0%, #dcdcdc 20%, #fff 100%);border-radius:27px;-moz-border-radius:27px;box-shadow:1px 1px 3px rgba(0,0,0,0.3);cursor:pointer}.pf_rngstyle_html5 .irs-slider.state_hover,.pf_rngstyle_html5 .irs-slider:hover{background:#FFF}.pf_rngstyle_html5 .irs-min,.pf_rngstyle_html5 .irs-max{color:#333;font-size:12px;line-height:1.333;text-shadow:none;top:0;padding:1px 5px;background:rgba(0,0,0,0.1);border-radius:3px;-moz-border-radius:3px}.lt-ie9 .pf_rngstyle_html5 .irs-min,.lt-ie9 .pf_rngstyle_html5 .irs-max{background:#ccc}.pf_rngstyle_html5 .irs-from,.pf_rngstyle_html5 .irs-to,.pf_rngstyle_html5 .irs-single{color:#fff;font-size:14px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#428bca;border-radius:3px;-moz-border-radius:3px}.lt-ie9 .pf_rngstyle_html5 .irs-from,.lt-ie9 .pf_rngstyle_html5 .irs-to,.lt-ie9 .pf_rngstyle_html5 .irs-single{background:#999}.pf_rngstyle_html5 .irs-grid{height:27px}.pf_rngstyle_html5 .irs-grid-pol{opacity:0.5;background:#428bca}.pf_rngstyle_html5 .irs-grid-pol.small{background:#999}.pf_rngstyle_html5 .irs-grid-text{bottom:5px;color:#99a4ac}.pf_rngstyle_modern .irs-line-mid,.pf_rngstyle_modern .irs-line-left,.pf_rngstyle_modern .irs-line-right,.pf_rngstyle_modern .irs-bar,.pf_rngstyle_modern .irs-bar-edge,.pf_rngstyle_modern .irs-slider{background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/sprite-skin-modern.png) repeat-x}.pf_rngstyle_modern .irs{height:50px}.pf_rngstyle_modern .irs-with-grid{height:70px}.pf_rngstyle_modern .irs-line{height:6px;top:25px}.pf_rngstyle_modern .irs-line-left{height:6px;background-position:0 -30px}.pf_rngstyle_modern .irs-line-mid{height:6px;background-position:0 0}.pf_rngstyle_modern .irs-line-right{height:6px;background-position:100% -30px}.pf_rngstyle_modern .irs-bar{height:6px;top:25px;background-position:0 -60px}.pf_rngstyle_modern .irs-bar-edge{top:25px;height:6px;width:6px;background-position:0 -90px}.pf_rngstyle_modern .irs-shadow{height:5px;top:25px;background:#000;opacity:0.25}.lt-ie9 .pf_rngstyle_modern .irs-shadow{filter:alpha(opacity=25)}.pf_rngstyle_modern .irs-slider{width:11px;height:18px;top:31px;background-position:0 -120px}.pf_rngstyle_modern .irs-slider.state_hover,.pf_rngstyle_modern .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_modern .irs-min,.pf_rngstyle_modern .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:#e1e4e9;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_modern .irs-from,.pf_rngstyle_modern .irs-to,.pf_rngstyle_modern .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#20b426;-moz-border-radius:4px;border-radius:4px}.pf_rngstyle_modern .irs-from:after,.pf_rngstyle_modern .irs-to:after,.pf_rngstyle_modern .irs-single:after{position:absolute;display:block;content:"";bottom:-6px;left:50%;width:0;height:0;margin-left:-3px;overflow:hidden;border:3px solid transparent;border-top-color:#20b426}.pf_rngstyle_modern .irs-grid{height:34px}.pf_rngstyle_modern .irs-grid-pol{background:#c0c0c0}.pf_rngstyle_modern .irs-grid-text{bottom:12px;color:#c0c0c0}.pf_rngstyle_white .irs-line-mid,.pf_rngstyle_white .irs-line-left,.pf_rngstyle_white .irs-line-right,.pf_rngstyle_white .irs-bar,.pf_rngstyle_white .irs-bar-edge,.pf_rngstyle_white .irs-slider{background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/sprite-skin-nice.png) repeat-x}.pf_rngstyle_white .irs{height:40px}.pf_rngstyle_white .irs-with-grid{height:60px}.pf_rngstyle_white .irs-line{height:8px;top:25px}.pf_rngstyle_white .irs-line-left{height:8px;background-position:0 -30px}.pf_rngstyle_white .irs-line-mid{height:8px;background-position:0 0}.pf_rngstyle_white .irs-line-right{height:8px;background-position:100% -30px}.pf_rngstyle_white .irs-bar{height:8px;top:25px;background-position:0 -60px}.pf_rngstyle_white .irs-bar-edge{top:25px;height:8px;width:11px;background-position:0 -90px}.pf_rngstyle_white .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_white .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_white .irs-slider{width:22px;height:22px;top:17px;background-position:0 -120px}.pf_rngstyle_white .irs-slider.state_hover,.pf_rngstyle_white .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_white .irs-min,.pf_rngstyle_white .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:0;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_white .irs-min,.lt-ie9 .pf_rngstyle_white .irs-max{background:#ccc}.pf_rngstyle_white .irs-from,.pf_rngstyle_white .irs-to,.pf_rngstyle_white .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.3);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_white .irs-from,.lt-ie9 .pf_rngstyle_white .irs-to,.lt-ie9 .pf_rngstyle_white .irs-single{background:#999}.pf_rngstyle_white .irs-grid-pol{background:#99a4ac}.pf_rngstyle_white .irs-grid-text{color:#99a4ac}.pf_rngstyle_thin .irs-line-mid,.pf_rngstyle_thin .irs-line-left,.pf_rngstyle_thin .irs-line-right,.pf_rngstyle_thin .irs-bar,.pf_rngstyle_thin .irs-bar-edge,.pf_rngstyle_thin .irs-slider{background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/sprite-skin-thin.png) repeat-x}.pf_rngstyle_thin .irs{height:50px}.pf_rngstyle_thin .irs-with-grid{height:70px}.pf_rngstyle_thin .irs-line{height:12px;top:35px}.pf_rngstyle_thin .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_thin .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_thin .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_thin .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_thin .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_thin .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_thin .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_thin .irs-slider{width:22px;height:23px;top:28px;background-position:0 -120px}.pf_rngstyle_thin .irs-slider.state_hover,.pf_rngstyle_thin .irs-slider:hover{background-position:0 -150px}.pf_rngstyle_thin .irs-min,.pf_rngstyle_thin .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:5px;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:3px;border-radius:3px}.lt-ie9 .pf_rngstyle_thin .irs-min,.lt-ie9 .pf_rngstyle_thin .irs-max{background:#ccc}.pf_rngstyle_thin .irs-from,.pf_rngstyle_thin .irs-to,.pf_rngstyle_thin .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:#ed1b24;-moz-border-radius:3px;border-radius:3px;top:5px}.lt-ie9 .pf_rngstyle_thin .irs-from,.lt-ie9 .pf_rngstyle_thin .irs-to,.lt-ie9 .pf_rngstyle_thin .irs-single{background:#999}.pf_rngstyle_thin .irs-grid-pol{background:#99a4ac}.pf_rngstyle_thin .irs-grid-text{color:#99a4ac}.pf_rngstyle_knob .irs-line-mid,.pf_rngstyle_knob .irs-line-left,.pf_rngstyle_knob .irs-line-right,.pf_rngstyle_knob .irs-bar,.pf_rngstyle_knob .irs-bar-edge,.pf_rngstyle_knob .irs-slider{background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/sprite-skin-knob.png) repeat-x}.pf_rngstyle_knob .irs{height:50px}.pf_rngstyle_knob .irs-with-grid{height:70px}.pf_rngstyle_knob .irs-line{height:12px;top:35px}.pf_rngstyle_knob .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_knob .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_knob .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_knob .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_knob .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_knob .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_knob .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_knob .irs-slider{width:41px;height:50px;top:28px;background-position:0 -120px}.pf_rngstyle_knob .irs-slider.state_hover,.pf_rngstyle_knob .irs-slider:hover{background-position:-50px -120px}.pf_rngstyle_knob .irs-min,.pf_rngstyle_knob .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:4px;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:1px;border-radius:1px}.lt-ie9 .pf_rngstyle_knob .irs-min,.lt-ie9 .pf_rngstyle_knob .irs-max{background:#ccc}.pf_rngstyle_knob .irs-from,.pf_rngstyle_knob .irs-to,.pf_rngstyle_knob .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.3);-moz-border-radius:1px;border-radius:1px;top:4px}.lt-ie9 .pf_rngstyle_knob .irs-from,.lt-ie9 .pf_rngstyle_knob .irs-to,.lt-ie9 .pf_rngstyle_knob .irs-single{background:#999}.pf_rngstyle_knob .irs-grid-pol{background:#99a4ac}.pf_rngstyle_knob .irs-grid-text{color:#99a4ac}.pf_rngstyle_metal .irs-line-mid,.pf_rngstyle_metal .irs-line-left,.pf_rngstyle_metal .irs-line-right,.pf_rngstyle_metal .irs-bar,.pf_rngstyle_metal .irs-bar-edge,.pf_rngstyle_metal .irs-slider{background:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/prdctfltr/includes/images/sprite-skin-metal.png) repeat-x}.pf_rngstyle_metal .irs{height:50px}.pf_rngstyle_metal .irs-with-grid{height:70px}.pf_rngstyle_metal .irs-line{height:12px;top:35px}.pf_rngstyle_metal .irs-line-left{height:12px;background-position:0 -30px}.pf_rngstyle_metal .irs-line-mid{height:12px;background-position:0 0}.pf_rngstyle_metal .irs-line-right{height:12px;background-position:100% -30px}.pf_rngstyle_metal .irs-bar{height:12px;top:35px;background-position:0 -60px}.pf_rngstyle_metal .irs-bar-edge{top:35px;height:12px;width:11px;background-position:0 -90px}.pf_rngstyle_metal .irs-shadow{height:1px;top:34px;background:#000;opacity:0.15}.lt-ie9 .pf_rngstyle_metal .irs-shadow{filter:alpha(opacity=15)}.pf_rngstyle_metal .irs-slider{width:23px;height:50px;top:28px;background-position:0 -120px}.pf_rngstyle_metal .irs-min,.pf_rngstyle_metal .irs-max{color:#999;font-size:10px;line-height:1.333;text-shadow:none;top:6px;padding:1px 3px;background:rgba(0,0,0,0.1);-moz-border-radius:1px;border-radius:1px}.lt-ie9 .pf_rngstyle_metal .irs-min,.lt-ie9 .pf_rngstyle_metal .irs-max{background:#ccc}.pf_rngstyle_metal .irs-from,.pf_rngstyle_metal .irs-to,.pf_rngstyle_metal .irs-single{color:#fff;font-size:10px;line-height:1.333;text-shadow:none;padding:1px 5px;background:rgba(0,0,0,0.3);-moz-border-radius:1px;border-radius:1px;top:6px}.lt-ie9 .pf_rngstyle_metal .irs-from,.lt-ie9 .pf_rngstyle_metal .irs-to,.lt-ie9 .pf_rngstyle_metal .irs-single{background:#999}.pf_rngstyle_metal .irs-grid-pol{background:#99a4ac}.pf_rngstyle_metal .irs-grid-text{color:#99a4ac}.wdp_pricing_table_caption { }
.wdp_pricing_table {
border-collapse: collapse;
font-size: 0.9em;
table-layout: fixed;
}
.wdp_pricing_table td {
border: solid 1px #dfdfdf;
padding: 5px 10px;
text-align: center;
}
.wdp_pricing_table thead {
background: #efefef;
}
.spinner_img {
content:url(//xn----7sbba1bcjbllm1aox.xn--p1ai/wp-content/plugins/advanced-dynamic-pricing-for-woocommerce/BaseVersion/assets/images/spinner-2x.gif);
display: block;
}
del .woocommerce-Price-amount {
display: inline;
}.wdp_deals_table_caption {
font-weight: bold;
}
.wdp_deals_table {
border-collapse: collapse;
font-size: 0.9em;
}
.wdp_deals_table td {
border: solid 1px #dfdfdf;
padding: 5px 10px;
text-align: center;
}
.wdp_deals_table thead {
background: #efefef;
}