@font-face {
font-family: "MyriadPro-Bold";
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Bold.eot);
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Bold.eot?#iefix) format("embedded-opentype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Bold.woff) format("woff"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Bold.ttf) format("truetype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Bold.svg) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MyriadPro-BoldCond";
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-BoldCond.eot);
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-BoldCond.eot?#iefix) format("embedded-opentype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-BoldCond.woff) format("woff"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-BoldCond.ttf) format("truetype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-BoldCond.svg) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MyriadPro-Semibold";
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Semibold.eot);
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Semibold.eot?#iefix) format("embedded-opentype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Semibold.woff) format("woff"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Semibold.ttf) format("truetype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Semibold.svg) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MyriadPro-Regular";
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Regular.eot);
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Regular.eot?#iefix) format("embedded-opentype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Regular.woff) format("woff"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Regular.ttf) format("truetype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Regular.svg) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "MyriadPro-Cond";
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Cond.eot);
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Cond.eot?#iefix) format("embedded-opentype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Cond.woff) format("woff"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Cond.ttf) format("truetype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/MyriadPro-Cond.svg) format("svg");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Days";
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/Days.eot);
src: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/Days.eot?#iefix) format("embedded-opentype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/Days.woff) format("woff"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/Days.ttf) format("truetype"),
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/fonts/Days.svg) format("svg");
font-weight: normal;
font-style: normal;
}.swiper-container {
margin: 0 auto;
position: relative;
overflow: hidden;  }
.swiper-container-no-flexbox .swiper-slide {
float: left;
}
.swiper-container-vertical > .swiper-wrapper {
-webkit-box-orient: vertical;
-moz-box-orient: vertical;
-ms-flex-direction: column;
-webkit-flex-direction: column;
flex-direction: column;
}
.swiper-wrapper {
position: relative;
width: 100%;
height: 100%; display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-transition-property: -webkit-transform;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
-webkit-transform: translate3d(0px, 0, 0);
-moz-transform: translate3d(0px, 0, 0);
-o-transform: translate(0px, 0px);
-ms-transform: translate3d(0px, 0, 0);
transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
-webkit-box-lines: multiple;
-moz-box-lines: multiple;
-ms-flex-wrap: wrap;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
margin: 0 auto;
}
.swiper-slide {
-webkit-flex-shrink: 0;
-ms-flex: 0 0 auto;
flex-shrink: 0;
width: 100%;
height: 100%;
position: relative;
} .swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
-webkit-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-transition-property: -webkit-transform, height;
-moz-transition-property: -moz-transform;
-o-transition-property: -o-transform;
-ms-transition-property: -ms-transform;
transition-property: transform, height;
} .swiper-container .swiper-notification {
position: absolute;
left: 0;
top: 0;
pointer-events: none;
opacity: 0;
z-index: -1000;
} .swiper-wp8-horizontal {
-ms-touch-action: pan-y;
touch-action: pan-y;
}
.swiper-wp8-vertical {
-ms-touch-action: pan-x;
touch-action: pan-x;
} .swiper-button-prev,
.swiper-button-next {
display: none;
position: absolute;
top: 50%;
width: 27px;
height: 44px;
margin-top: -22px;
z-index: 10;
cursor: pointer;
-moz-background-size: 27px 44px;
-webkit-background-size: 27px 44px;
background-size: 27px 44px;
background-position: center;
background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
opacity: 0.35;
cursor: auto;
pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
left: 10px;
right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
right: 10px;
left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
} .swiper-pagination {
position: absolute;
text-align: center;
-webkit-transition: 300ms;
-moz-transition: 300ms;
-o-transition: 300ms;
transition: 300ms;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
opacity: 0;
} .swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
bottom: 10px;
left: 0;
width: 100%;
} .swiper-pagination-bullet {
width: 8px;
height: 8px;
display: inline-block;
border-radius: 100%;
background: #000;
opacity: 0.2;
}
button.swiper-pagination-bullet {
border: none;
margin: 0;
padding: 0;
box-shadow: none;
-moz-appearance: none;
-ms-appearance: none;
-webkit-appearance: none;
appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
background: #fff;
}
.swiper-pagination-bullet-active {
opacity: 1;
background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
right: 10px;
top: 50%;
-webkit-transform: translate3d(0px, -50%, 0);
-moz-transform: translate3d(0px, -50%, 0);
-o-transform: translate(0px, -50%);
-ms-transform: translate3d(0px, -50%, 0);
transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 5px 0;
display: block;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
margin: 0 5px;
} .swiper-pagination-progress {
background: rgba(0, 0, 0, 0.25);
position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
background: #007aff;
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transform-origin: left top;
-moz-transform-origin: left top;
-ms-transform-origin: left top;
-o-transform-origin: left top;
transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
-webkit-transform-origin: right top;
-moz-transform-origin: right top;
-ms-transform-origin: right top;
-o-transform-origin: right top;
transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
width: 100%;
height: 4px;
left: 0;
top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
width: 4px;
height: 100%;
left: 0;
top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
background: #000;
} .swiper-container-3d {
-webkit-perspective: 1200px;
-moz-perspective: 1200px;
-o-perspective: 1200px;
perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
pointer-events: none;
z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-right {
background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-top {
background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
.swiper-container-3d .swiper-slide-shadow-bottom {
background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); } .swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper { -ms-perspective: 1200px;
} .swiper-container-cube,
.swiper-container-flip {
overflow: visible;
}
.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
pointer-events: none;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
z-index: 0;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
} .swiper-container-cube .swiper-slide {
visibility: hidden;
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
width: 100%;
height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
-webkit-transform-origin: 100% 0;
-moz-transform-origin: 100% 0;
-ms-transform-origin: 100% 0;
transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
pointer-events: auto;
visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
position: absolute;
left: 0;
bottom: 0px;
width: 100%;
height: 100%;
background: #000;
opacity: 0.6;
-webkit-filter: blur(50px);
filter: blur(50px);
z-index: 0;
} .swiper-container-fade.swiper-container-free-mode .swiper-slide {
-webkit-transition-timing-function: ease-out;
-moz-transition-timing-function: ease-out;
-ms-transition-timing-function: ease-out;
-o-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
pointer-events: none;
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
-o-transition-property: opacity;
transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
pointer-events: auto;
} .swiper-scrollbar {
border-radius: 10px;
position: relative;
-ms-touch-action: none;
background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
position: absolute;
left: 1%;
bottom: 3px;
z-index: 50;
height: 5px;
width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
position: absolute;
right: 3px;
top: 1%;
z-index: 50;
width: 5px;
height: 98%;
}
.swiper-scrollbar-drag {
height: 100%;
width: 100%;
position: relative;
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
left: 0;
top: 0;
}
.swiper-scrollbar-cursor-drag {
cursor: move;
} .swiper-lazy-preloader {
width: 42px;
height: 42px;
position: absolute;
left: 50%;
top: 50%;
margin-left: -21px;
margin-top: -21px;
z-index: 10;
-webkit-transform-origin: 50%;
-moz-transform-origin: 50%;
transform-origin: 50%;
-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
display: block;
content: "";
width: 100%;
height: 100%;
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
background-position: 50%;
-webkit-background-size: 100%;
background-size: 100%;
background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes swiper-preloader-spin {
100% {
transform: rotate(360deg);
}
}
.tax-product_cat .swiper-slide {
font-size: 18px;
color:#fff;
-webkit-box-sizing: border-box!important;
box-sizing: border-box;
padding: 40px 60px;
}
.parallax-bg {
position: absolute;
left: 0;
top: 0;
width: 130%;
height: 100%;
-webkit-background-size: cover;
background-size: cover;
background-position: center;
}
.tax-product_cat .header-slider{
overflow: hidden;
height: 276px;
}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/css/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/css/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px; width: 1732px;}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:1}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}.jq-checkbox {
top: -1px;
vertical-align: middle;
width: 16px;
height: 16px;
margin: 0 4px 0 0;
border: 1px solid #C3C3C3;
border-radius: 3px;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background:         linear-gradient(#FFF, #E6E6E6);
box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
width: 12px;
height: 12px;
margin: 2px 0 0 2px;
border-radius: 2px;
background: #666;
box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
border: 1px solid #08C;
}
.jq-checkbox.disabled {
opacity: .55;
}
.jq-radio {
top: -1px;
vertical-align: middle;
width: 16px;
height: 16px;
margin: 0 4px 0 0;
border: 1px solid #C3C3C3;
border-radius: 50%;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background:         linear-gradient(#FFF, #E6E6E6);
box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
width: 10px;
height: 10px;
margin: 3px 0 0 3px;
border-radius: 50%;
background: #777;
box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-radio.focused {
border: 1px solid #08C;
}
.jq-radio.disabled {
opacity: .55;
}
.jq-file {
width: 270px;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
height: auto;
line-height: 1em;
cursor: pointer;
}
.jq-file__name {
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: 34px;
padding: 0 80px 0 10px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #FFF;
box-shadow: inset 1px 1px #F1F1F1;
font: 14px/32px Arial, sans-serif;
color: #333;
white-space: nowrap;
text-overflow: ellipsis;
}
.jq-file__browse {
position: absolute;
top: 1px;
right: 1px;
padding: 0 10px;
border-left: 1px solid #CCC;
border-radius: 0 4px 4px 0;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background:         linear-gradient(#FFF, #E6E6E6);
box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
font: 14px/32px Arial, sans-serif;
color: #333;
text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
background: #F5F5F5;
box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-number {
position: relative;
display: inline-block;
vertical-align: middle;
padding: 0 36px 0 0;
}
.jq-number__field {
width: 100px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
border-color: #B3B3B3;
}
.jq-number__field input {
box-sizing: border-box;
width: 100%;
padding: 8px 9px;
border: none;
outline: none;
background: none;
font: 14px Arial, sans-serif;
color: #333;
text-align: left; -moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
margin: 0; -webkit-appearance: none;
}
.jq-number__spin {
position: absolute;
top: 0;
right: 0;
width: 32px;
height: 14px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background:         linear-gradient(#FFF, #E6E6E6);
box-shadow: 0 1px 2px rgba(0,0,0,.1);
box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-shadow: 1px 1px #FFF;
cursor: pointer;
}
.jq-number__spin.minus {
top: auto;
bottom: 0;
}
.jq-number__spin:hover {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
background: #F5F5F5;
box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
content: '';
position: absolute;
top: 4px;
left: 11px;
width: 0;
height: 0;
border-right: 5px solid transparent;
border-bottom: 5px solid #999;
border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
top: 5px;
border-top: 5px solid #999;
border-right: 5px solid transparent;
border-bottom: none;
border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-number.disabled .jq-number__spin:after {
border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
border-top-color: #AAA;
}
.jq-selectbox {
vertical-align: middle;
cursor: pointer;
}
.jq-selectbox__select {
height: 25px;
padding: 0 50px 0 10px;
font: 14px/32px Arial, sans-serif;
color: #333;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/select-right-bg.png)no-repeat 94% 50% #54352e;
}
.jq-selectbox__select:hover {   }
.jq-selectbox__select:active {
background: #54352e;
outline: none;
}
.jq-selectbox.focused .jq-selectbox__select { }
.jq-selectbox.disabled .jq-selectbox__select {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-selectbox__select-text {
display: block;
width: 100%;
height: 25px;
white-space: nowrap; font-family: 'MyriadPro-BoldCond';
font-size: 16px;
text-transform: uppercase;
color: #85bc20;
background: #54352e;
line-height: 29px;
}
.jq-selectbox .placeholder {
olor: #85bc20;
}
.jq-selectbox__trigger {
position: absolute;
top: 0;
right: 0;
width: 34px;
height: 100%;
border-left: 1px solid #CCC;
display: none;
}
.jq-selectbox__trigger-arrow {
position: absolute;
top: 14px;
right: 12px;
width: 0;
height: 0;
border-top: 5px solid #999;
border-right: 5px solid transparent;
border-left: 5px solid transparent;
display: none;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
border-top-color: #AAA;
}
.jq-selectbox__dropdown {
box-sizing: border-box;
width: 100%;
margin: 2px 0 0;
padding: 0;
border: 1px solid #CCC;
border-radius: 4px;
background: #54352e;
font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
margin: 5px;
}
.jq-selectbox__search input {
box-sizing: border-box;
width: 100%;
margin: 0;
padding: 5px 27px 6px 8px;
border: 1px solid #CCC;
border-radius: 3px;
outline: none;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
box-shadow: inset 1px 1px #F1F1F1;
color: #333;
-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
-webkit-appearance: none;
}
.jq-selectbox__not-found {
margin: 5px;
padding: 5px 8px 6px;
background: #F0F0F0;
font-size: 13px;
}
.jq-selectbox ul {
margin: 0;
padding: 0;
}
.jq-selectbox li {
min-height: 18px;
padding: 5px 10px 6px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
color: #85bc20;
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
}
.jq-selectbox li.selected {
background-color: #A3ABB1;
color: #FFF;
}
.jq-selectbox li:hover {
background-color: #af9b85;
color: #FFF;
}
.jq-selectbox li.disabled {
color: #AAA;
}
.jq-selectbox li.disabled:hover {
background: none;
}
.jq-selectbox li.optgroup {
font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
background: none;
color: #231F20;
cursor: default;
}
.jq-selectbox li.option {
padding-left: 25px;
}
.jq-select-multiple {
box-sizing: border-box;
padding: 1px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
background: #FFF;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
font: 14px/18px Arial, sans-serif;
color: #333;
cursor: default;
}
.jq-select-multiple.focused {
border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}
.jq-select-multiple ul {
margin: 0;
padding: 0;
}
.jq-select-multiple li {
padding: 3px 9px 4px;
list-style: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.jq-select-multiple li:first-child {
border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
background: #08C;
color: #FFF;
}
.jq-select-multiple li.disabled {
color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
background: #CCC;
color: #FFF;
}
.jq-select-multiple li.optgroup {
font-weight: bold;
}
.jq-select-multiple li.option {
padding-left: 25px;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
padding: 8px 9px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
font: 14px Arial, sans-serif;
color: #333;
}
input[type='search'].styler {
-webkit-appearance: none;
}
textarea.styler {
overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
border-color: #CCC;
border-top-color: #B3B3B3;
outline: none;
box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
overflow: visible;
padding: 8px 11px;
border: 1px solid #CCC;
border-bottom-color: #B3B3B3;
border-radius: 4px;
outline: none;
background: #F5F5F5;
background: -webkit-linear-gradient(#FFF, #E6E6E6);
background:         linear-gradient(#FFF, #E6E6E6);
box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
font: 14px Arial, sans-serif;
color: #333;
text-shadow: 1px 1px #FFF;
cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
padding: 0;
border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
background: #E6E6E6;
background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
background: #F5F5F5;
box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
border-color: #CCC;
background: #F5F5F5;
box-shadow: none;
color: #888;
}.clearfix:after {
content:"";
display:block;
clear:both;
}
:focus {
outline: none;
}
body{
margin: 0 auto;
min-width: 980px;
}
h1{
font-family: "MyriadPro-Bold";
font-size: 42px;
color: #d6d6d6;
}
h2{
font-family: 'MyriadPro-Semibold';
font-size: 22px;
color: #1c1c1c;
line-height: 5px;
}
h3{
font-family: "MyriadPro-Bold";
font-size: 13px;
color: #ffa200;
line-height: 5px;
}
.main-titles{
position: relative;
font-family: "MyriadPro-Bold";
text-align: center;
font-size: 42px;
text-transform: uppercase;
}
a{
text-decoration: none;
color: inherit;
}
img{
-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
pointer-events: none;
} .header-wrap{
position: relative;
width: 100%; background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/header-bg.jpg) no-repeat top center;
}
.tax-product_cat .header-wrap{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/header-bg.jpg) no-repeat top center; }
.header{
position: relative;
margin: 0 auto;
width: 960px;
min-height: 90px;
}
.logo{
position: absolute;
width: 252px;
height: 71px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/logo.png)no-repeat 50% 50%;
left: -65px;
top: 19px;
}
.logo-uk{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/logo-ukr.png)no-repeat 50% 50%;
}
.logo-en{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/logo-eng.png)no-repeat 50% 50%;
}
.header-phone{
position: absolute;
font-family: "MyriadPro-BoldCond";
text-transform: uppercase;
left: 325px;
top: 21px;
margin: 0;
color: #87bc21;
font-size: 26px;
display: none;
}
.header-phone2{
left: 325px;
top: 46px;
}
.header-phone span{
position: relative;
vertical-align: text-top;
color: #f8eac9;
font-size: 16px;
}
.line{
color: #f8eac9;
font-size: 30px;
padding: 0 2px;
}
.navbar-form{
position: absolute;
left: 540px;
top: 30px;
width: 208px;
}
#searchform{
display: none;
}
#s{
position: relative;
width: 160px;
height: 29px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/search-field-bg.png)no-repeat bottom left;
border: none;
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
text-transform: uppercase;
outline: none;
color: #593825;
padding: 0 0 0 10px;
box-sizing: border-box;
}
#searchsubmit{
position: relative;
width: 17px;
height: 17px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/search-button-bg.png)no-repeat 50% 50%;
border: none;
cursor: pointer;
box-sizing: border-box;
padding: 0;
}
#social-head{
position: absolute;
width: 77px;
height: 35px;
background-color: #54352e;
right: 140px;
top: 29px;
color: #f8eac9;
text-transform: uppercase;
font-size: 16px;
font-family: 'MyriadPro-BoldCond';
text-align: center;
line-height: 39px;
cursor: pointer;
display: none;   }
.sol-lks{
position: absolute;
width: 90px;
height: 35px;
border: 2px solid #593825;
right: 208px;
top: 27px; text-align: center;
}
.soc-link{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin-top: 6px;
background-color: #1b7e5a;
zoom: 1.1;
}
.vk-link{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/vk-link-bg.png);
}
.vk-link:hover{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/vk-link-bg-hover.png);
}
.fb-link{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/fb-link-bg.png);
}
.fb-link:hover{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/fb-link-bg-hover.png);
}
.youtube-link{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/youtube-link-bg.png);
}
.youtube-link:hover{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/youtube-link-bg-hover.png);
}
.instagram-link{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/instagram-link-bg.png);
}
.instagram-link:hover{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/instagram-link-bg-hover.png);
}
.lang-switch{
position: absolute;
width: 128px;
height: 37px;
right: 0;
top: 27px;
}
.lang-button{
position: relative;
height: 35px;
width: 35px;
border: 2px solid #593825;
color: #141414;
text-decoration: none;
font-family: 'MyriadPro-Regular';
font-size: 9px;
display: inline-block;
text-align: center;
line-height: 37px;
}
.lang-button:hover, .lang-active{
border: 2px solid #f8eac9;
color: #f8eac9;
}
.header-slider{
position: relative;
height: 552px;
width: 1732px;
left: 50%;
margin-left: -866px;
margin-bottom: -16px;
}
.header-content{
position: relative;
margin: -606px auto 0;
height: 588px;
width: 960px;
}
.menu{
position: relative;
top: 4px;
}
.menu li{
list-style: none;
margin-bottom: 6px;
z-index: 2;
position: relative;
display: table;
}
.menu .menu-item-has-children li{
display: inline-block;
}
.menu li a{
text-decoration: none;
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
text-transform: uppercase;
color: #f8eac9;
background-color: #54352e;
padding: 10px 21px 6px;
display: inline-block;   }
.menu li a:hover{
color: #ffffff;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/menu-item-hover.png)no-repeat center left;
}
.menu-item-120 .sub-menu{
margin: 6px 0 0 0!important;
}
.menu-item-121 .sub-menu{
margin: 6px 0 0 0!important;
}
.menu-item-122 .sub-menu{
margin-left: 0px!important;
}
.menu-item-122 .sub-menu li{
margin-top: 6px;
}
.sub-menu{
position: relative;
margin: -35px 0 0 154px;
display: none;
}
.sub-menu li{
display: inline-block;
margin-bottom: 4px!important;
}
.menu-item-has-children:hover .sub-menu{
display: inline-block;
margin: 6px 0 0 -35px;
}
.main-menu-goods{
position: relative;
margin: 0 auto;
width: 960px;
}
.main-menu-goods .menu{
position: absolute!important;
z-index: 2;
display: none;
top: 29px;
}
.main-menu-goods-shower{text-decoration: none;
text-decoration: none;
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
text-transform: uppercase;
color: #54352e;
padding: 12px 40px;
display: inline-block;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/menu-item-hover.png)no-repeat center left;
position: absolute;
z-index: 2;
cursor: pointer;
}   .swiper-container2{
width: 903px;
height: 382px;
position: absolute;
bottom: -115px;
left: 145px;
z-index: 1;
}
.archive .swiper-container2{
top: -30px;
}
.swiper-container2 .swiper-slide{
background-repeat: no-repeat;
height: 382px!important;
}
.swiper2-slide-link{
text-decoration: none;
text-transform: uppercase;
color: #54352e;
font-family: 'MyriadPro-Regular';
font-size: 9px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/swiper2-slide-link-bg.png)no-repeat 100% 50%;
width: 72px;
height: 40px;
position: absolute;
right: 80px;
bottom: 110px;
line-height: 44px;
}  .goods-slider{
overflow: hidden;
}
.swiper-container3 {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.swiper-slide {
background-size: cover;
background-position: center;
}
.gallery-top {
height: 100%;
width: 100%;
}
.gallery-thumbs {
box-sizing: border-box;
padding: 10px 0;
width: 616px;
margin: -120px -736px 0 0;
z-index: 1;
overflow: hidden;
height: 122px;
position: absolute;
right: 50%;
}
.gallery-thumbs .swiper-slide {
width: 122px!important;
height: 100%;
opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
opacity: 1;
}   .content-wrap{
position: relative;
width: 100%;
height: 100%;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/main-content-bg.jpg)no-repeat center top;
}
.content{
position: relative;
margin: 0 auto;
width: 960px;
min-height: 1162px; }
.breadcrumbs-wrap{
font-family: 'MyriadPro-Regular';
text-transform: uppercase;
text-decoration: none;
position: absolute;
color: #ffffff;
left: 50%;
margin: -20px 0 0 125px;
height: 66px;
z-index: 1;
font-size: 15px;
letter-spacing: 0.4px; max-width: 375px;
}
.single-product .breadcrumbs-wrap{
margin: -62px 0 0 125px;
height: 52px;
max-width: 356px;
}
.breadcrumbs{
display: table-cell;
vertical-align: middle;
}
.breadcrumbs span{
}
.woocommerce-page .breadcrumbs span:nth-child(3),
.woocommerce-page .breadcrumbs span:nth-child(4){
display: none;
}
.breadcrumbs li{
list-style: none;
display: inline-block;
}
.breadcrumbs a{
text-decoration: none;
color: #ffffff;
}
a[property=item]::after{
content: "";
background: #412924;
mix-blend-mode: overlay;
border-radius: 3px;
width: calc(100% + 10px);
height: 0;
position: absolute;
bottom: -2px;
left: -6px;
transition: all .3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
a[property=item]{
color: white;
text-decoration: none;
position: relative;
}
a[property=item]:hover::after{
height: calc(100% + 8px)
}
a[property=item] span{
pointer-events: none;
}
.breadcrumbs-dot{
position: relative;
display: inline-block;
height: 9px;
width: 5px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/breadcrumbs-dot-bg.png)no-repeat;
margin: 0 8px;
}
.left-anons{
position: relative;
float: left;
width: 246px;
height: 668px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/left-anons-bg.png)no-repeat 50% 50%;
}
.left-anons-title{
font-family: 'MyriadPro-BoldCond';
font-size: 26px;
color: #f8eac9;
text-align: left;
width: 195px;
margin: 21px 0 21px 23px;
line-height: 20px;
}
.woocommerce nav.woocommerce-pagination {
float: right;
width: 700px;
}
.goods-anons-card{
display: block;
position: relative;
width: 201px;
height: 282px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/goods-anons-card-top-bg.jpg)repeat-x top;
margin: 0 auto;
}
.goods-anons-card+.goods-anons-card{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/goods-anons-card-top-bg2.jpg)repeat-x top;
}
.goods-title{
font-family: "Days";
font-size: 16px;
color: #f8eac9;
display: block;
position: absolute;
margin: 0;
pointer-events: none;
}
.goods-title1{ left: 52px;
top: 56px;
padding: 0 0 7px 32px;
line-height: 16px;
}
.goods-title2{ right: 74px;
top: 51px;
line-height: 16px;
}
.anons-image{
position: absolute;
width: 140px;
height: 185px;
}
.anons-image{ top: 171px;
left: 0px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
.anons-image+.anons-image{ top: 451px;
left: 113px;
}
.single-product .anons-image{
top: 109px;
left: 28px;
}
.single-product .anons-image+.anons-image{
top: 394px;
left: 129px;
}
.archive .anons-image{
top: 109px;
left: 5px;
}
.archive .anons-image+.anons-image{
top: 394px;
left: 106px;
}
.goods-description{
font-family: 'MyriadPro-Regular';
position: relative;
font-size: 9px;
color: #f8eac9;
height: 120px;
width: 200px;
float: right;
text-align: justify;
text-transform: uppercase;
margin: 145px 0 0 0;
text-overflow: ellipsis;
overflow: hidden;
pointer-events: none;
}
.right-content{
position: relative;
width: 706px;
min-height: 815px;
float: left;
margin: 84px 0 0 8px;
}
.popular-product{
position: relative;
}
.popular-product .anons-image1{
top: 112px;
left: 23px;
}
.popular-product .anons-image2{
top: 394px;
left: 134px;
}
.content-thumbnail{
position: relative;
display: block;
border: 2px solid #ffffff;
width: 222px;
height: 222px;
float: left;
margin: 0 6px 6px 0; background-size: cover;
overflow: hidden;
}
.content-thumbnail:hover{
border: 2px solid #709921;
}
.woocommerce .products ul, .woocommerce ul.products{ width: 700px;
}
.single-product .products{
width: 675px;
}
.woocommerce ul.products li.first{
clear: none;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
width: 222px;
margin: 0 6px 6px 0;
max-width: inherit;
text-align: center;
}
.woocommerce ul.products li.product{
position: relative;
display: block;
border: 2px solid #ffffff;
height: 222px;
background-size: cover;
overflow: hidden;
max-width: inherit;
}
.woocommerce ul.products li.product:hover {
border: 2px solid #709921;
}
.woocommerce ul.products li.product h3{
display: inherit;
margin: 0 auto!important;
}
.woocommerce-tabs, .upsells h2{
display: none
}
.content-thumbnail:nth-child(1) {
width: 456px;
height: 456px;
}
.content-thumbnail:nth-child(1) .content-thumbnail-description,
.content-thumbnail:nth-child(4) .content-thumbnail-description{
bottom: -94%;
}
.tax-product_cat .content-thumbnail:nth-child(1) .content-thumbnail-description,
.tax-product_cat .content-thumbnail:nth-child(4) .content-thumbnail-description{
bottom: -88%;
}                .content-thumbnail:nth-child(4){
width: 456px;
height: 456px;
float: right;
margin-right: 12px;
}                                    .products  .content-thumbnail:hover .content-thumbnail-description{
bottom: 0%;
}
.products  .content-thumbnail:hover .content-thumbnail-description .content-thumbnail-title,
.product-category a:hover .woocommerce-loop-category__title .content-thumbnail-title,
.right-content .content-thumbnail:hover .content-thumbnail-title{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/content-thumbnail-title-bg.png)no-repeat bottom left;
font-size: 23px;
top: 36px;
left: 6px;
padding: 0 0 9px 34px;
position: relative;
text-align: left;
}
.page-template-loop-home-main .content-thumbnail:nth-child(1):hover .content-thumbnail-description .content-thumbnail-title,
.page-template-loop-home-main .content-thumbnail:nth-child(4):hover .content-thumbnail-description .content-thumbnail-title{
top: 200px!important;
}
.products  .content-thumbnail:first-child:hover .content-thumbnail-description .content-thumbnail-title{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/content-thumbnail-title-bg.png)no-repeat bottom left;
font-size: 26px;
top: 36px;
left: 6px;
padding: 0 0 9px 34px;
}
.product-category{
display: inline-block;
width: 222px!important;
height: 222px;
}
.product-category a:hover .content-thumbnail-description, .product-category a:hover h2{
bottom: -9%;
font-size: 36px!important;
line-height: 34px;
padding: 88px 0 0 0!important;
}
.woocommerce-loop-category__title .count{
display: none;
}
.products .content-thumbnail-title{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/content-thumbnail-title-bg.png)no-repeat 0px 9px;
top: 0;
left: 4px;
padding: 0 0 0 23px;
width: 173px;
font-size: 18px;
text-align: left;
font-weight: normal;
}
.products .content-thumbnail:nth-child(1) .content-thumbnail-description .content-thumbnail-title{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/content-thumbnail-title-bg.png)no-repeat 0px 9px;
top: 0;
left: 4px;
padding: 0 0 0px 23px;
width: 173px;
font-size: 18px;
}
.content-thumbnail-description, .product-category a h2{
font-family: 'Days';
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/content-thumbnail-description-bg1.png);
color: #593825;
position: absolute;
width: 100%;
height: 100%;
bottom: -88%;
opacity: 0.7;
padding: 0!important;
line-height: 30px;
pointer-events: none;
-webkit-transition: ease 1.3s;
-moz-transition: ease 1.3s;
transition: ease 1.3s;
}
.single-product .content-thumbnail-description, .product-category a h2,
.single-product .tax-product_cat .content-thumbnail-description, .product-category a h2,
.single-product .products .content-thumbnail:nth-child(1) .content-thumbnail-description{
bottom: -85%;
}
.product-category a h2{
font-size: 18px!important;
}
.tax-product_cat .product-category .content-thumbnail-description, .product-category a h2{
height: 100%;
}
.content-thumbnail:hover .content-thumbnail-description{
bottom: 0%;
}
.content-thumbnail-title{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/content-thumbnail-title-bg.png)no-repeat 0px 9px;
top: 0;
left: 4px;
padding: 0 0 0px 23px;
font-size: 18px;
}
.content-thumbnail-about{
position: relative;
font-family: 'MyriadPro-Regular';
font-size: 9px;
width: 275px;
text-align: justify;
text-transform: uppercase;
top: 59px;
left: 53px;
display: none;
}
.tax-product_cat .products .content-thumbnail:nth-child(1) .content-thumbnail-description .content-thumbnail-about{
display: none;
}
.tax-product_cat .content-thumbnail-description, .product-category a h2,
.products .content-thumbnail:nth-child(1) .content-thumbnail-description{
height: 100%;
bottom: -88%;
}
.products .content-thumbnail:nth-child(1):hover .content-thumbnail-description{
bottom: 0;
}
.main-pagination{
position: relative;
text-align: center;
margin: 41px auto 0;
}
.page-numbers{
position: relative;
display: inline-block;
text-decoration: none;
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
width: 30px;
height: 40px;
color: #f8eac9;
}
.main-pagination .current{
border-bottom: 2px solid #85bc20;
color: #85bc20;
}
.main-pagination .page-numbers:hover{
border-bottom: 2px solid #85bc20;
color: #85bc20;
}
.main-pagination .prev{
display: none;
}
.next{
display: none!important;
}
.woocommerce-pagination{
position: relative;
text-align: center;
margin: 25px auto 0;
}
.woocommerce-pagination ul{
border: none!important;
width: auto!important;
}
.woocommerce-pagination ul li{
float: none!important;
border: none!important;
}
.woocommerce-pagination ul li span, .woocommerce-pagination ul li a{
padding: 0!important;
box-sizing: border-box;
}
.woocommerce-pagination ul li .page-numbers{
position: relative;
display: inline-block!important;
text-decoration: none;
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
width: 30px;
height: 40px;
color: #f8eac9!important;
background: none!important;
}
.woocommerce-pagination ul li .current{
border-bottom: 2px solid #85bc20;
color: #85bc20!important;
}
.woocommerce-pagination ul li:hover a{
border-bottom: 2px solid #85bc20;
color: #85bc20!important;
}
.woocommerce-pagination ul li .next{
display: none!important;
}   .fotorama__nav-wrap{
position: absolute;
bottom: 0;
right: 0;
}
.fotorama__thumb-border{
border: 3px solid #709921!important;
height: 116px!important;
width: 116px!important;
}
.fotorama__nav--thumbs {
display: inline!important;
margin: 0 5px 0 0;
}
.fotorama__thumb{
border: 3px solid #ffffff!important;
height: 116px!important;
width: 116px!important;
} .card-content-wrap{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/card-content-wrap-bg.png)no-repeat top center #715b44;
margin: 0 auto;
max-width: 1732px;
}
.card-content-wrap .content{
padding-top: 110px;
margin: 0 auto 0;
}
.card-content-wrap .content .breadcrumbs{
}
.goods-card-title{
font-family: 'Days';
font-size: 49px;
color: #f8eac9;
position: relative;
height: 95px;
width: 100%;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/goods-card-title-bg.png)no-repeat left bottom;
padding: 0 0 0 46px;
line-height: 100px;
}
.left-goods-anons{
position: relative;
float: left;
width: 283px;
height: 868px;
} .goods-properties{
position: relative;
width: 260px;
height: 280px;
float: right;
margin: 26px 0 30px 0;
}
.goods-properties .shop_attributes tbody tr th{
font-family: 'Days';
font-size: 16px;
color: #f8eac9;
padding: 0;
text-align: left;
}
.goods-properties .shop_attributes tbody tr:nth-child(2n) th{
color: #54352e;
}
.goods-properties .shop_attributes tbody tr td{
font-family: 'Days';
font-size: 11px;
color: #54352e;
background-color: #f8eac9;
text-align: right;
padding: 0 6px 0 3px;
}
.goods-properties .shop_attributes tbody tr:nth-child(2n) td{
background-color: #54352e;
color: #f8eac9;
}
.property{
position: relative;
height: 34px;
width: 100%;
margin-bottom: 10px;
}
.property-name, .property-value{
display: table;
}
.property-name span, .property-value span{
display: table-cell;
vertical-align: middle;
}
.property-name{
font-family: 'Days';
font-size: 16px;
text-align: left;
width: 140px;
float: left;
height: 100%;
line-height: 17px;
}
.property3 .property-name{
width: 150px;
}
.property-value{
font-family: 'MyriadPro-Semibold';
font-size: 10px;
text-align: right;
float: right;
height: 100%;
padding-right: 15px;
}
.property:nth-child(odd){
color: #f8eac9;
}
.property:nth-child(odd) .property-value{
color: #54352e;
}
.property:nth-child(even){
color: #54352e;
}
.property:nth-child(even) .property-value{
color: #f8eac9;
}
.property1{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/property1-bg.png)no-repeat right center;
}
.property2{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/property2-bg.png)no-repeat right center;
}
.property3{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/property3-bg.png)no-repeat right center;
}
.property4{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/property4-bg.png)no-repeat right center;
}
.property5{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/property5-bg.png)no-repeat right center;
}
.property6{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/property6-bg.png)no-repeat right center;
}
.goods-card-right-content{
position: relative;
width: 649px;
min-height: 1062px;
float: right;
margin: 0px 0 55px 10px;
font-family: 'MyriadPro-Regular';
font-size: 14px;
color: #f8eac9;
text-align: justify;
}
.releat-products{
position: relative;
display: inline-block;
float: right;
text-align: center;
}
.releat-products h2{
display: none;
}  .left-goods-anons .left-anons{
margin-left: 23px;
}  .calculator{
position: relative;
width: 100%;
height: 545px;
float: left;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/calculator-bg.png)no-repeat 50% 50%;
margin-top: 17px;
display: none;
}
.calculator-content{
position: relative;
margin: 0 auto;
width: 238px;
}
.calculator-title{
font-family: 'MyriadPro-BoldCond';
font-size: 26px;
color: #f8eac9;
position: relative;
height: 68px;
width: 238px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/goods-anons-card-top-bg.jpg)repeat-x bottom;
margin: 20px auto 0;
line-height: 21px;
}
.calculator-content .jq-selectbox{
width: 193px;
margin: 42px auto 24px;
display: block!important;
}
.calculator-title .q-selectbox .jq-selectbox__select{
background: transparent;
}
.type-slick{
font-family: 'MyriadPro-BoldCond'!important;
font-size: 16px!important;
text-transform: uppercase;
color: #f8eac9!important;
}
.detail-list{
}
.detail-list-title1{
font-family: 'Days';
font-size: 16px;
color: #85bc20;
}
.detail-list-title2{
font-family: 'MyriadPro-Regular';
font-size: 9px;
color: #f8eac9;
text-transform: uppercase;
}
.calculator-values{
position: relative;
width: 238px;
height: 203px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/calculator-values-bg.png);
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
color: #f8eac9;
text-transform: uppercase;
}
.short-text-input{
position: relative;
float: left;
margin: 28px 0 0 19px;
}
.short-text-input p{
margin: 0;
display: inline-block;
text-transform: uppercase;
}
.short-text-input input{
width: 31px;
height: 29px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/short-text-input-number-bg.png)no-repeat center;
border: none;
color: #85bc20;
margin: 0 0 0 6px;
}
.long-text-input{
position: relative;
margin: 25px 0 0 0;
float: left;
}
.long-text-input p{
display: inline-block;
margin: 0 65px 0 18px;
}
.long-text-input+.long-text-input p{
display: inline-block;
margin: 0 86px 0 18px;
text-align: center;
}
.calculator-values input[type="text"]{
text-align: center;
}
.long-text-input input{
width: 31px;
height: 29px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/short-text-input-number-bg.png)no-repeat center;
border: none;
color: #85bc20;
}
.left-label{
font-family: 'Days';
font-size: 16px;
color: #85bc20;
float: left;
margin: 12px 0 0 3px;
}
.right-result{
font-family: 'MyriadPro-Regular';
font-size: 10px;
color: #f8eaca;
float: right;
margin: 19px 5px 0 40px;
}
.calculator-results{
position: relative;
width: 238px;
} .goods-about{
position: relative;
width: 649px;
height: 185px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/goods-about-bg.png)no-repeat 50% 50%;
float: right;
margin: 0 0 30px 0;
}
.goods-about-content{
font-family: 'MyriadPro-Regular';
font-size: 10px;
color: #f8eac9;
width: 465px;
height: 120px;
text-align: justify;
text-transform: uppercase;
margin: 35px 0 0 120px;
}
.chose-material{
position: relative;
width: 649px;
float: right;
display: none;
}
.chose-material .jq-selectbox{
width: 193px;
margin-left: 25px;
}
.chose-title{
position: relative;
font-family: 'MyriadPro-BoldCond';
font-size: 26px;
color: #f8eac9;
display: block;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/goods-anons-card-top-bg.jpg)repeat-x bottom;
padding: 21px 0;
}
.data-description{
position: relative;
font-family: 'MyriadPro-Regular';
font-size: 9px;
text-transform: uppercase;
color: #f8eac9;
width: 597px;
margin: 25px auto;
}
.chose-color{
position: relative;
width: 649px;
float: right;
display: none;
}
.color-picker{
position: relative;
width: 100%;
height: 94px;
background-color: #f8eac9;
}
.colors{
position: relative;
height: 86px;
width: 480px;
float: left;
margin: 5px 0 0 5px;
}
.color-item{
position: relative;
width: 14px;
height: 24px;
background-color: #724367;
float: left;
margin: 3px 3px 0 0;
}
.color-item:hover{
border: 2px solid #54352e;
box-sizing: border-box;
outline: solid #54352e;
}
.rail-color{
color: #54352e;
}
.rail-color p{
font-family: 'MyriadPro-BoldCond';
font-size: 16px;
text-transform: uppercase;
display: block;
width: 100px;
float: right;
margin: 43px 51px 0 0;
}
.rail-color-value{
font-family: 'MyriadPro-Regular';
font-size: 10px;
display: block;
position: relative;
width: 42px;
height: 29px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/rail-color-value-bg.png)no-repeat 50% 50%;
float: right;
margin: -26px 25px 0 0;
text-align: center;
line-height: 32px;
}
.goods-card-right-content .catalog-title{
position: relative;
display: inline-block;
margin: 58px 0 36px 0;
color: #f8eac9;
line-height: 43px;
}
.goods-card-right-content .content-thumbnail.content-thumbnail:nth-child(4){
width: 210px;
height: 210px;
float: none;
}       .goods-card-right-content .content-thumbnail{
width: 210px;
height: 210px;
float: none;
display: inline-block;
margin: 0 6px 6px 0;
}  .catalog-content-wrap{
background: #54352e url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/catalog-content-bg.jpg)no-repeat center top;
max-width: 1732px;
margin: 0 auto;
padding: 58px 0 0 0;
}
.catalog-content{
margin: 0 auto 0;
}
.catalog-content .breadcrumbs-wrap{
top: 17px;
left: 270px;
}
body.archive.post-type-archive.post-type-archive-product.logged-in.woocommerce.woocommerce-page .woocommerce-pagination{
margin: 14px 0 0 0;
}
.catalog-content .anons-image1{
top: 112px;
}
.catalog-content .anons-image2{
top: 393px;
left: 112px;
}
.catalog-content .right-content{
width: 698px;
margin-left: 16px;
}
.catalog-content .right-content .content-thumbnail:nth-child(1){
width: 222px;
height: 222px;
}
.catalog-content .right-content .content-thumbnail:nth-child(4){
margin: 0 6px 6px 0;
float: left;
width: 222px;
height: 222px;
}
.catalog-content .right-content .content-thumbnail:nth-child(3n+2) {
margin-right: 6px;
}
.filters{
position: relative;
width: 100%;
height: 134px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/filters-bg.jpg)no-repeat top left;
margin: 39px 0 0 9px;
display: none;
}
.filters-title{
font-family: 'MyriadPro-BoldCond';
color: #54352e;
font-size: 26px;
position: absolute;
right: 27px;
top: -67px;
}
.catalog-title{
font-family: 'Days';
font-size: 49px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/filters-title-bg.png)no-repeat bottom left;
color: #f8eac9;
padding: 0 0 13px 40px;
margin: -15px 0 30px 0;
}  .contacts-content{
position: relative;
width: 960px;
margin: 0 auto;
}
.contacts-content h1{
display: none;
}
#main-ancor-scroll{
position: absolute;
top: 130px;
}
#map{
position: relative;
height: 100%;
width: 100%;
}
.gradient-map{
position: absolute;
width: 1239px;
height: 552px;
top: 90px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/gradient-map-bg.png)no-repeat left center;
cursor: move !important;
pointer-events: none;
left: 50%;
margin-left: -866px;
}
.contacts-wrap{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/card-content-wrap-bg.png)no-repeat top center #715b44;
margin: 0 auto;
max-width: 1732px;
height: 140px;
}
.contacts-content{
position: relative;
margin: 0 auto;
width: 960px;
min-height: 135px;
}
.contacts-content .breadcrumbs-wrap{
top: 71px;
}
.contact-title{
}
.contact-title{
font-family: 'Days';
font-size: 49px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/goods-anons-card-top-bg.jpg)repeat-x bottom;
color: #f8eac9;
margin: 0;
width: 629px;
position: absolute;
top: -410px;
padding: 0 0 16px 23px;
}
.main-office{
position: absolute;
height: 87px;
width: 249px;
text-align: left;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/main-office-bg.png)no-repeat center;
top: -479px;
left: 405px;
text-align: right;
display: none;
}
.main-office .director-name{
position: absolute;
right: 21px;
top: 9px;
}
.main-office .shop-phone{
position: absolute;
right: 20px;
top: 38px;
}
.contact-card{
position: absolute;
width: 456px;
height: 172px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/contact-card-bg.png)no-repeat top  center;
top: -302px;
left: 22px;
}
.contact-card-box{
position: relative;
height: 128px;
width: 272px;
top: 12px;
left: 126px;
text-align: right;
}
.profession{
font-family: 'MyriadPro-Regular';
font-size: 9px;
color: #85bc20;
text-align: left;
text-transform: uppercase;
display: none;
}
.director-name{
font-family: 'MyriadPro-BoldCond';
font-size: 26px;
margin: 0;
color: #85bc20;
position: relative;
margin: 30px 0 0 1px;
}
.page-template-loop-home-manufactures-eng .contact-card1 .director-name{
margin: -1px 0 0 1px;
}
.director-name span{
color: #f8eac9;
}
.shop-phone{
font-family: 'MyriadPro-BoldCond';
color: #efe1c1;
font-size: 36px;
margin: 7px 0;
position: relative;
}
.page-template-loop-home-contacts .shop-address .shop-phone{
font-size: 30px;
width: 239px;
margin: 5px 0 0 30px;
}
.page-template-loop-home-contacts .shop-address .shop-phone span{
right: auto;
top: -8px;
position: relative;
font-size: 30px;
padding: 0 5px 0 13px;
top: auto;
}
.contact-card-box .shop-phone{
margin: 19px 0 0;
}
.contact-card-box .shop-phone span{
position: relative;
right: auto;
top: -7px;
margin: 0 7px 0 0;
}
.shop-phone span{
font-size: 26px;
position: absolute;
right: 136px;
top: 1px;
}
.shop-mail{
font-family: 'MyriadPro-Regular';
font-size: 12px;
color: #85bc20;
margin: 12px 0;
text-transform: uppercase;
}
.shop-address{
position: absolute;
height: 57px;
text-align: left;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/shop-address-bg.png);
top: -392px;
left: 652px;
}
.shop-address:after{
content: ' ';
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/shop-address-angle-bg.png)no-repeat 50% 50%;
height: 57px;
width: 50px;
position: absolute;
right: -37px;
top: 0px;
}
.shop-address p{
}
.shop-street{      position: relative;
font-family: 'MyriadPro-Semibold';
font-size: 9px;
text-transform: uppercase;
color: #85bc20;
margin: 0;
padding: 0 35px 0 45px;
}
.shop-rang{
position: relative;
font-family: 'MyriadPro-Semibold';
font-size: 9px;
text-transform: uppercase;
color: #85bc20;
margin: 0;
padding: 0 35px;
display: none;
}
.shop-select-title{
position: absolute;
font-family: 'MyriadPro-BoldCond';
font-size: 26px;
color: #f8eac9; padding: 15px 0px;
left: 22px;
top: -426px;
width: 212px;
}
.contacts-content .jq-selectbox{
position: absolute!important;
top: -383px;
left: 173px;
width: 217px;
}
.contacts-content .jq-selectbox .jq-selectbox__select{
background-color: #271f17;
}
.contacts-content .jq-selectbox .jq-selectbox__select-text{
background-color: #271f17;
}
.contacts-content .jq-selectbox .jq-selectbox__dropdown{
background-color: #271f17;
margin-top: 4px;
}
.jq-selectbox{
padding: 2px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-left-top-bg.png) no-repeat left top,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-right-top-bg.png) no-repeat right top,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-left-bottom-bg.png) no-repeat left bottom,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-right-bottom-bg.png) no-repeat right bottom,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-top-bot-bg.png) repeat-x bottom,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-top-bot-bg.png) repeat-x top;
}
.woof_container_pa_tip, .woof_container_product_cat, .woof_container_pa_matherial, .woof_container_pa_transformatsiya{
position: absolute;
display: block;
}
.woof_container_pa_tip{
top: 31px;
left: 23px;
}
.woof_container_pa_tip .jq-selectbox__select{
padding: 0 154px 0 10px;
}
.woof_container_pa_transformatsiya{
top: 31px;
left: 223px;
}
.woof_container_product_cat{
left: 23px;
top: 81px;
}
.woof_container_pa_matherial{
left: 222px;
top: 32px;
}
.woof_price3_search_container{
position: absolute;
width: 471px;
top: 68px;
left: 24px;
}
.woof_submit_search_form{
width: 182px;
height: 65px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/woof_submit_search_form-bg.png)no-repeat center center;
position: absolute!important;
right: 0;
top: 45px;
}
.woof_reset_search_form{
position: absolute!important;
right: 0;
top: 125px;
}  [class*="page-template-loop-home-manufactures"] .header-slider{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/contacts-manufactures-bg.jpg)no-repeat center;
height: 756px;
}
[class*="page-template-loop-home-manufactures"] .contact-title{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/contact-title2-bg.jpg)no-repeat bottom left;
top: -481px;
font-size: 26px;
padding: 0 0 21px 23px;
}
.department-address{
background: none!important;
position: absolute;
top: -740px!important;
right: -84px;
font-size: 16px!important;
width: 648px;
}
.page-template-loop-home-contacts .contact-title{
top: -343px;
}
.page-template-loop-home-contacts .contact-card{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/contact-card2-bg.png)no-repeat top center;
width: 456px;
height: 280px;
}
.contact-card-box .shop-mail{
position: absolute;
bottom: -74px;
right: 0;
}
.contact-card1 .contact-card-box .shop-mail{
bottom: -65px;
}
.page-template-loop-home-contacts .jq-selectbox__select-text{
color: #f8eac9;
}
[class*="page-template-loop-home-manufactures"] .contact-card{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/contact-card-manufactures-bg.png)no-repeat top center;
width: 456px;
height: 280px;
top: -471px;
left: 482px;
}
[class*="page-template-loop-home-manufactures"] .contact-card1{
top: -684px;
left: 482px;
}
[class*="page-template-loop-home-manufactures"] .contact-card2{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/contact-card2-bg.png)no-repeat top center;
top: -382px;
left: 482px;
}
[class*="page-template-loop-home-manufactures"] .shop-phone{
margin: 19px 0 0 0;
}
[class*="page-template-loop-home-manufactures"] .shop-phone2{
margin: -8px 0 0 0;
}
.page-template-loop-home-contacts .contact-card .sol-lks, [class*="page-template-loop-home-manufactures"] .contact-card .sol-lks{
border: none;
top: auto;
margin: 5px 0 0 0;
position: absolute;
right: -141px;
bottom: -27px;
}
.page-template-loop-home-contacts .contact-card a, [class*="page-template-loop-home-manufactures"] .contact-card a{
display: block;
}
.page-template-loop-home-contacts .contact-card .vk-link, [class*="page-template-loop-home-manufactures"] .contact-card .vk-link{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/vk-link-bg-hover.png);
}
.page-template-loop-home-contacts .contact-card .fb-link, [class*="page-template-loop-home-manufactures"] .contact-card .fb-link{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/fb-link-bg-hover.png);
}
.page-template-loop-home-contacts .contact-card .instagram-link, [class*="page-template-loop-home-manufactures"] .contact-card .instagram-link{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/instagram-link-bg-hover.png);
}
.wpcf7{
position: relative;
width: 432px;
height: 326px;
top: -382px;
left: 24px;
}
.wpcf7 input, .wpcf7 textarea{
position: relative;
padding: 9px 9px 9px 19px;
border: none;
outline: none;
max-width: 431px;
font-family: "MyriadPro-BoldCond";
font-size: 16px;
color: #f8eac9;
text-transform: uppercase; background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-left-top-bg.png) no-repeat left top,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-right-top-bg.png) no-repeat right top,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-left-bottom-bg.png) no-repeat left bottom,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-right-bottom-bg.png) no-repeat right bottom,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-top-bot-bg.png) repeat-x bottom,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/jq-selectbox-top-bot-bg.png) repeat-x top,
url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/contact-form7-input-bg.png);
}
.wpcf7 input::-webkit-input-placeholder, .wpcf7 textarea::-webkit-input-placeholder{
color: #f8eac9;
}
.wpcf7 input::-moz-placeholder, .wpcf7 textarea::-moz-placeholder{
color: #f8eac9;
}
.wpcf7 input:-moz-placeholder, .wpcf7 textarea:-moz-placeholder{
color: #f8eac9;
}
.wpcf7 input:-ms-input-placeholder, .wpcf7 textarea:-ms-input-placeholder{
color: #f8eac9;
}
.your-name, .contact-phone{
width: 179px;
height: 17px;
float: left;
margin: 0 0 35px 0;
}
.your-name{
}
.contact-phone{
margin: 0 0 0 46px;
}
.your-email{
height: 17px;
width: 404px;
}
.your-message{
height: 86px;
width: 404px;
}
.wpcf7-submit{
color: #54352e!important;
font-family: "MyriadPro-BoldCond";
text-transform: uppercase;
font-size: 16px;
width: 117px;
height: 76px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/wpcf7-submit-bg.png)no-repeat center!important;
cursor: pointer;
left: 315px;
top: 23px;
}
.wpcf7-submit:hover{
color: #f8eac9!important;
}
div.wpcf7-validation-errors, .wpcf7-mail-sent-ok{
font-family: "MyriadPro-BoldCond";
color: #f8eac9;
font-size: 18px;
text-transform: uppercase;
padding: 11px 12px!important;
margin: 20px 0 0 0!important;
}
.wpcf7-not-valid{
border-bottom: 3px solid #921114!important;
}
span.wpcf7-not-valid-tip{
display: none;
}  .fassad-price-download{
display: none;
}
.term-76 .fassad-price-download{
display: block;
}
.fassad-price-download-title{
font-family: "MyriadPro-BoldCond";
font-size: 26px;
color: #54352e;
position: absolute;
right: 49px;
top: -67px;
}
.fassad-price-download-text{
font-family: "Days";
font-size: 16px;
color: #709921;
position: absolute;
right: 53px;
top: 3px;
}
.fassad-price-download .shop-phone{
display: inline-block;
position: absolute;
right: 151px;
top: 42px;
}
.fassad-price-download .shop-phone+.shop-phone{
top: 78px;
}
.fassad-price-download{
position: relative;
width: 689px;
height: 134px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/fassad-price-download.jpg)no-repeat center;
margin: 35px 0 103px 0;
}
.download-price{
font-family: "MyriadPro-BoldCond";
font-size: 26px;
color: #54352e;
text-decoration: none;
text-align: right;
position: relative;
display: inline-block;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/download-price-bg.png)no-repeat center;
height: 34px;
width: 165px;
padding: 5px 56px 0 0;
position: absolute;
top: 31px;
left: 28px;
}
.download-price2{
top: 75px;
left: 28px;
}  .footer{
position: relative;
margin: 0 auto;
width: 100%;
max-width: 1732px;
height: 138px;
background: #54352e;
}
.archive .footer{
background: #709921;
}
.archive .footer-content .menu li a{
color: #412924!important;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/footer-menu-hover.png)no-repeat -150px 50%;
background-color: #709921!important;
}
.footer-continue{
position: relative;
margin: 0 auto;
width: 100%;
max-width: 1732px;
height: 138px;
background: #715b44;
display: none;
}
.footer-content{
position: relative;
margin: 0 auto;
width: 960px;
height: 100%;
}
.footer-content .menu{
position: absolute!important;
top: 38px!important;
right: 0!important;
}
.footer-content .menu li{
list-style: none;
display: inline-block;
}
.footer-content .menu li a{
text-decoration: none;
font-family: 'MyriadPro-BoldCond';
color: #85bc20!important;
background-color: #54352e!important;
padding: 20px 13px!important;
display: block!important;
text-transform: uppercase;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/footer-menu-hover.png)no-repeat -150px 50%;
-webkit-transition: ease 0.5s;
-moz-transition: ease 0.5s;
transition: ease 0.5s;
}
.footer-content .menu li a:hover{
color: #f8eac9!important;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/footer-menu-hover.png)no-repeat 50% 50%;
}
.logo-copyrights{
position: relative;
width: 130px;
height: 70px;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/footer-logo-bg.png)no-repeat left center;
left: 24px;
top: 34px;
display: block;
}
.copyrights{
position: absolute;
font-family: 'MyriadPro-Semibold';
text-transform: uppercase;
width: 72px;
font-size: 9px;
color: #f8eac9;
top: 13px;
right: 0;
}
.site-url{
position: absolute;
font-family: "MyriadPro-Cond";
text-transform: uppercase;
width: 84px;
font-size: 16px;
color: #f8eac9;
top: 31px;
right: -12px;
}
.footer-soc-icons{
position: absolute;
right: 2px;
top: 78px;
}
.footer-soc-icons li{
display: inline-block;
list-style: none;
height: 23px;
width: 23px;
}
.footer-soc-icons li a{
display: block;
width: 100%;
height: 100%;
}
.footer-soc-icons .fb{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/soc-icons/footer-fb-bg.png)no-repeat 50% 50%;
}
.footer-soc-icons .tw{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/soc-icons/footer-tw-bg.png)no-repeat 50% 50%;
}
.footer-soc-icons .vk{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/soc-icons/footer-vk-bg.png)no-repeat 50% 50%;
}
.footer-soc-icons .ok{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/soc-icons/footer-ok-bg.png)no-repeat 50% 50%;
}
.footer-soc-icons .ytb{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/soc-icons/footer-ytb-bg.png)no-repeat 50% 50%;
}
body.archive.post-type-archive.post-type-archive-product.logged-in.woocommerce.woocommerce-page .footer{
background-color: #709921;
}
body.archive.post-type-archive.post-type-archive-product.logged-in.woocommerce.woocommerce-page .footer #menu-footer li a{
background-color: #709921!important;
color: #54352e!important;
}  .woof_select{
position: relative;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle{
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/ui-slider-handle-bg.png)no-repeat 50% 50%;
}
.content #map{
width: 100%;
height: 600px;
}
.irs-grid-text{
color: #FFFFFF!important;
}
.irs-grid-pol {
background-color: #FFFFFF!important;
}
.woof_container_inner h4{
display: none;
} @media (max-width: 1732px) {
.header-slider{
max-width: 100%;
left: auto;
margin-left: auto;
}
}
@media (min-width: 1024px) and (max-width: 1385px) {
} .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #service-pause{
position: absolute;
width: 100%;
height: 100%;
background: url(//www.kedr-mebli.com.ua/wp-content/themes/Empty_Theme/img/Kedr-fone.jpg)no-repeat center center #151414;
}
.page-template-loop-home-service-pause-php .header-wrap{
display: none;
}
.page-template-loop-home-service-pause-php .footer{
display: none;
}
.dgwt-wcas-search-wrapp{
top: 27px;
margin: 0 0 0 222px!important;
z-index: 1;
width: 247px!important;
}
.dgwt-wcas-suggestions-wrapp{
border-radius: 0 0 3px 3px;
}
.dgwt-wcas-st{
font-family: 'MyriadPro-BoldCond';
font-size: 26px;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
background: #bfb2a3!important;
}
input[name='s']::placeholder {
color: white!important;
}
input[name='s']::-webkit-input-placeholder { color: white!important;
}
input[name='s']::-moz-placeholder { color: white!important;
}
input[name='s']:-ms-input-placeholder { color: white!important;
}
input[name='s']:-moz-placeholder { color: white!important;
}
.widget{
display: none;
}.dgwt-wcas-block-scroll{overflow:hidden}.dgwt-wcas-search-wrapp{position:relative;display:block;color:#444;min-width:230px;width:100%;text-align:left;margin:0 auto;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.dgwt-wcas-tpd-image img{margin:0 15px 0 0!important;display:block}.rtl .dgwt-wcas-tpd-image img{margin:0 0 0 15px!important}.dgwt-wcas-preloader-wrapp img{margin:10px auto 0 auto;display:block;max-width:200px}.dgwt-wcas-preloader-wrapp img.dgwt-wcas-placeholder-preloader{display:block;width:100%;height:auto;max-width:300px;margin:0}.dgwt-wcas-suggestions-wrapp{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-top:none;padding:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.dgwt-wcas-details-wrapp a:focus,.dgwt-wcas-suggestions-wrapp a:focus{outline:0}.dgwt-wcas-suggestions-wrapp.dgwt-wcas-suggestions-wrapp--top{border:1px solid #ddd;border-bottom:none}.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:550px}.dgwt-wcas-full-width.dgwt-wcas-is-detail-box .dgwt-wcas-suggestion{padding:8px 15px}.dgwt-wcas-details-left .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 0;border-left-color:#eee}.dgwt-wcas-details-right .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px;border-right-color:#eee}.dgwt-wcas-suggestion{cursor:pointer;font-size:12px;line-height:110%;text-align:left;padding:7px 10px;position:relative;border-bottom:1px solid #dfdfdf;display:flex;flex-direction:row;justify-content:space-between;align-items:center;resize:vertical}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{justify-content:center;color:#6d6d6d}a.dgwt-wcas-details-more-products{padding:15px 0 10px 0;display:block;border-top:1px solid #eee;text-align:center;font-size:12px;text-transform:uppercase;color:#6d6d6d;transition:all .2s ease-in-out}a.dgwt-wcas-details-more-products:hover{text-decoration:underline}a.dgwt-wcas-product-details-readmore{display:block;text-align:right;margin-top:15px;color:#6d6d6d;text-transform:uppercase;letter-spacing:1px;font-weight:400;font-size:12px}a.dgwt-wcas-product-details-readmore:hover{text-decoration:underline}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom{border-bottom:none}.dgwt-wcas-suggestion:after{clear:both;display:block;content:''}.dgwt-wcas-suggestion.dgwt-wcas-nores{cursor:default;opacity:.5}.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{padding-top:8px;padding-bottom:8px;min-height:60px}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more,.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more{min-height:30px;text-transform:uppercase}.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more{padding:0 10px;text-align:center}.dgwt-wcas-st{display:block;color:#444;font-size:15px;width:100%;line-height:110%}.dgwt-wcas-st>span{display:inline-block;vertical-align:middle}.dgwt-wcas-has-sku .dgwt-wcas-st-title{margin-right:6px}.dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:block;font-style:italic;font-size:10px;text-transform:uppercase;opacity:.4;line-height:10px;margin-bottom:1px;letter-spacing:2px}.dgwt-wcas-st-breadcrumbs{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:80%;text-align:left;opacity:.6;width:100%;padding-right:10px}.rtl .dgwt-wcas-st-breadcrumbs{padding-right:0;padding-left:10px;text-align:right}.dgwt-wcas-sku{font-size:80%}.dgwt-wcas-si{width:50px;display:block;height:100%}.dgwt-wcas-si img{background:#fff none repeat scroll 0 0;border:1px solid #e8e8e8;border-radius:3px;display:block;margin:auto;padding:2px;height:auto;width:auto;max-height:90%;max-width:100%}.dgwt-wcas-content-wrapp{display:flex;height:100%;width:100%;justify-content:space-between;align-items:center;resize:vertical;padding-left:10px}.rtl .dgwt-wcas-content-wrapp{padding-left:0;padding-right:10px}.dgwt-wcas-sp{color:#555;font-size:14px;line-height:120%;text-align:right;line-height:4px;padding-left:10px}.dgwt-wcas-sp *{line-height:130%}.dgwt-wcas-search-form{margin:0;padding:0}.dgwt-wcas-sp del{opacity:.5;font-size:12px}.dgwt-wcas-sd{color:#777;display:block;line-height:14px;width:100%;margin-top:5px;font-size:.8em}.dgwt-wcas-suggestion-selected{background-color:#eee}.dgwt-wcas-suggestion-selected:first-child{border-top:none}.rtl .dgwt-wcas-suggestion{padding-left:0;padding-right:15px;text-align:right}.dgwt-wcas-details-wrapp{background:#fff none repeat scroll 0 0;border:1px solid #ddd;border-top:none;border-left:none;padding:0;width:300px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;z-index:100;min-height:340px}.rtl .dgwt-wcas-details-wrapp{border-left:1px solid #ddd;border-right:none}.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{margin-top:-1px;border-top:1px solid #ddd}.dgwt-wcas-details-right .dgwt-wcas-details-wrapp{border-left:none;border-right:1px solid #ddd;border-radius:0 5px 5px 0}.dgwt-wcas-details-left .dgwt-wcas-details-wrapp{border-right:none;border-left:1px solid #ddd;border-radius:5px 0 0 5px}.dgwt-wcas-details-notfit .dgwt-wcas-details-wrapp{display:none}.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 5px 0}.rtl.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{border-radius:0 0 5px 0}.rtl.dgwt-wcas-full-width .dgwt-wcas-details-wrapp{border-radius:0 0 0 5px}.dgwt-wcas-details-inner-taxonomy{margin-top:11px}.woocommerce .dgwt-wcas-pd-rating .star-rating{float:left;margin-right:5px;font-size:12px;color:#ccae72}.rtl .dgwt-wcas-pd-rating .star-rating{float:right;margin-left:5px;margin-right:0}.dgwt-wcas-datails-title{border-bottom:1px dashed #eee;display:block;margin-bottom:15px;padding-bottom:5px;font-size:14px}.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;margin-bottom:15px;padding-bottom:5px;display:block;color:#202020;text-decoration:none}.dgwt-wcas-pd-title .product-title{font-weight:900;color:#202020;text-transform:uppercase;letter-spacing:-1px;margin:0}.dgwt-wcas-details-title-tax{text-transform:uppercase;font-weight:900;letter-spacing:-1px;margin-right:3px}.dgwt-wcas-tax-product-details{text-decoration:none;display:flex;align-items:center;justify-content:left;transition:all .2s ease-in-out;padding:5px;margin:0 -5px 15px -5px}.dgwt-wcas-tax-product-details:after{content:'';clear:both;display:block}.dgwt-wcas-tax-product-details:hover{box-shadow:0 0 11px 2px rgba(0,0,0,.05)}.dgwt-wcas-details-wrapp .dgwt-wcas-pd-title{margin-bottom:8px}.dgwt-wcas-tpd-image{width:60px;margin-right:15px}.dgwt-wcas-pd-rest .product-title{display:block;line-height:100%;font-weight:500;margin-bottom:5px}.dgwt-wcas-tpd-rest{max-width:200px}.dgwt-wcas-tpd-rest-title{display:block;line-height:125%;font-size:14px;font-weight:500;letter-spacing:0;margin:0 0 8px;overflow:hidden;color:#000}.dgwt-wcas-suggestion-nores{pointer-events:none;opacity:.45}.dgwt-wcas-pd-price,.dgwt-wcas-tpd-price{font-size:14px;line-height:120%;overflow:hidden;color:#000;margin-top:15px;font-weight:700;font-size:18px}.dgwt-wcas-tpd-price{font-size:12px;color:#777}.dgwt-wcas-pd-price .woocommerce-price-suffix,.dgwt-wcas-tpd-price .woocommerce-price-suffix{font-size:12px;font-weight:lighter;color:#999;margin-left:4px;display:inline-block}.dgwt-wcas-pd-price del .amount,.dgwt-wcas-tpd-price del .amount{font-weight:lighter;background:0 0;font-size:90%;opacity:.6}.dgwt-wcas-pd-price ins,.dgwt-wcas-tpd-price ins{background:0 0;text-decoration:none}.dgwt-wcas-pd-rating{font-size:13px;line-height:13px}.dgwt-wcas-pd-rating:after{content:'';clear:both;display:block}.dgwt-wcas-pd-review{color:#777;font-size:11px;line-height:11px}.dgwt-wcas-datails-title{border-bottom:1px dashed #eee;display:block;margin:5px 0 15px 0;padding-bottom:5px}.dgwt-wcas-pd-title{border-bottom:1px dashed #eee;margin-bottom:15px;padding-bottom:5px;display:block;text-decoration:none}.dgwt-wcas-pd-title .product-title{font-weight:900;text-transform:uppercase;letter-spacing:-1px}.dgwt-wcas-details-title-tax{text-transform:uppercase;font-weight:900;letter-spacing:-1px;margin-right:3px}.rtl .dgwt-wcas-details-title-tax{margin:0 0 0 3px;float:right}.dgwt-wcas-tpd-image{width:70px;padding:4px;background-color:#fff;border:1px solid #e8e8e8;border-radius:4px;display:flex;flex-direction:column;justify-content:center}.dgwt-wcas-details-space{padding:0 15px 15px 15px}.dgwt-wcas-details-main-image{border-bottom:1px solid #eee;min-height:200px;display:flex}.dgwt-wcas-details-main-image img{width:auto;height:auto;display:block;max-height:250px;max-width:100%;margin:0 auto;padding:0;border:none;align-self:center}.dgwt-wcas-details-right .dgwt-wcas-details-main-image img{border-radius:0 3px 0 0}.dgwt-wcas-details-left .dgwt-wcas-details-main-image img{border-radius:3px 0 0 0}a.dgwt-wcas-details-post-title,a.dgwt-wcas-details-product-title{color:#333;display:block;line-height:120%;margin:10px 0 0 0;font-size:21px;font-weight:400;text-decoration:none;text-transform:none}a.dgwt-wcas-details-post-title:hover,a.dgwt-wcas-details-product-title:hover{text-decoration:underline}a.dgwt-wcas-details-post-title{margin-bottom:15px}.dgwt-wcas-details-product-sku{display:block;font-size:12px;line-height:110%;color:#999}.dgwt-wcas-tpd-image img{display:block;max-width:100%;width:100%;height:auto}.dgwt-wcas-details-hr{height:1px;width:100%;border-bottom:1px solid #eee;margin:15px 0}.rtl .dgwt-wcas-tpd-image{float:right;margin-right:0;margin-left:15px}.rtl .dgwt-wcas-tpd-rest{float:right;max-width:190px}.rtl input[type=search].dgwt-wcas-search-input{text-align:right}input[type=search].dgwt-wcas-search-input,input[type=text].dgwt-cas-search-input{-webkit-transition:none;-moz-transition:none;-ms-transition:none;-o-transition:none;transition:none;-webkit-box-shadow:none;box-shadow:none;margin:0;-webkit-appearance:textfield;text-align:left}[type=search].dgwt-wcas-search-input::-ms-clear{display:none}[type=search].dgwt-wcas-search-input::-webkit-search-decoration{-webkit-appearance:none}[type=search].dgwt-wcas-search-input::-webkit-search-cancel-button{display:none}.dgwt-wcas-details-desc{font-size:13px;line-height:157%}.dgwt-wcas-details-desc b,.dgwt-wcas-details-desc strong{font-weight:400;color:#000;margin:0;padding:0}.dgwt-wcas-pd-addtc-form{margin:10px 0;display:flex;align-items:center;justify-content:flex-end}.dgwt-wcas-pd-addtc-form>.quantity{margin-right:10px}.dgwt-wcas-pd-addtc-form .add_to_cart_inline,.dgwt-wcas-pd-addtc-form .quantity input.qty{margin-bottom:0;margin-top:0}.dgwt-wcas-stock{display:block;text-align:right;font-size:14px;line-height:14px;margin-bottom:14px}.dgwt-wcas-stock.in-stock{color:#0f834d}.dgwt-wcas-stock.out-of-stock{color:#e2401c}.dgwt-wcas-pd-addtc .add_to_cart_button,.dgwt-wcas-pd-addtc .add_to_cart_inline{margin:0}.dgwt-wcas-pd-addtc .add_to_cart_button.added{display:none}button.dgwt-wcas-search-submit,input[type=submit].dgwt-wcas-search-submit{position:relative}.dgwt-wcas-ico-magnifier{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;height:65%;display:block}.dgwt-wcas-preloader{height:100%;position:absolute;right:0;top:0;width:40px;z-index:1;background-repeat:no-repeat;background-position:right 15px center;background-size:auto 44%}.rtl .dgwt-wcas-preloader{right:auto;left:5px}.dgwt-wcas-inner-preloader{background-image:url(//www.kedr-mebli.com.ua/wp-content/plugins/ajax-search-for-woocommerce/assets/img/preloader.png);background-repeat:no-repeat;background-position:right 13px center;background-size:auto 22px}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.dgwt-wcas-inner-preloader{background-image:url(//www.kedr-mebli.com.ua/wp-content/plugins/ajax-search-for-woocommerce/assets/img/preloader.gif)}}.dgwt-wcas-close:not(.dgwt-wcas-inner-preloader){cursor:pointer;background-image:url(//www.kedr-mebli.com.ua/wp-content/plugins/ajax-search-for-woocommerce/assets/img/close.png);background-repeat:no-repeat;background-position:right 15px center;background-size:auto 18px;opacity:.6;-webkit-transition:all 160ms ease-in-out;-moz-transition:all 160ms ease-in-out;-ms-transition:all 160ms ease-in-out;-o-transition:all 160ms ease-in-out;transition:all 160ms ease-in-out}.dgwt-wcas-close:hover{opacity:.3}@media screen and (max-width:992px){.dgwt-wcas-is-detail-box .dgwt-wcas-suggestions-wrapp{max-width:none}}.dgwt-wcas-suggestion strong{font-weight:700}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px}.dgwt-wcas-sf-wrapp:after,.dgwt-wcas-sf-wrapp:before{content:"";display:table}.dgwt-wcas-sf-wrapp:after{clear:both}.dgwt-wcas-sf-wrapp{zoom:1;width:100%;margin:0;position:relative;background:0 0}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{width:100%;height:40px;font-size:14px;line-height:100%;padding:10px 15px;margin:0;background:#fff;border:1px solid #ddd;border-radius:3px;-webkit-border-radius:3px;-webkit-appearance:none;box-sizing:border-box}.dgwt-wcas-open .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{border-radius:3px 3px 0 0}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-details-outside .dgwt-wcas-suggestions-wrapp{min-height:0!important;border-radius:0 0 5px 5px;border-right-color:#ddd}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-details-wrapp,.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp{min-height:41px!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.rtl):not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-right-color:transparent}.dgwt-wcas-open.dgwt-wcas-nores .dgwt-wcas-details-wrapp .dgwt-wcas-preloader-wrapp{display:none!important}.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-is-details:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestion-nores{margin-top:5px}.rtl.dgwt-wcas-open.dgwt-wcas-nores.dgwt-wcas-full-width:not(.dgwt-wcas-details-outside) .dgwt-wcas-suggestions-wrapp{border-left-color:transparent}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus{outline:0;background:#fff;box-shadow:0 0 9px 1px rgba(0,0,0,.06)}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-moz-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:-ms-input-placeholder{color:#999;font-weight:400;font-style:italic;line-height:normal}.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{overflow:visible;position:absolute;border:0;padding:0;margin:0;cursor:pointer;height:40px;min-width:50px;right:0;left:auto;top:0;bottom:auto;padding:0 15px;color:#fff;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out;text-transform:uppercase;background-color:#333;border-radius:0 2px 2px 0;-webkit-border-radius:0 2px 2px 0;text-shadow:0 -1px 0 rgba(0,0,0,.3);-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none}.rtl .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{left:0;right:auto}.dgwt-wcas-open .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit{border-radius:0 2px 0 0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover{opacity:.7}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus{opacity:.7;outline:0}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{content:'';position:absolute;border-width:8px 8px 8px 0;border-style:solid solid solid none;border-color:transparent #333 transparent;top:12px;left:-6px;-webkit-transition:all 250ms ease-in-out;-moz-transition:all 250ms ease-in-out;-ms-transition:all 250ms ease-in-out;-o-transition:all 250ms ease-in-out;transition:all 250ms ease-in-out}.rtl .dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before{left:auto;right:-6px;border-width:8px 0 8px 8px;border-style:solid none solid solid}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:hover:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:active:before,.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:focus:before{border-right-color:#333}.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit::-moz-focus-inner{border:0;padding:0}.dgwt-wcas-ico-magnifier{fill:#fff}.dgwt-wcas-details-wrapp .added_to_cart{display:block}.dgwt-wcas-has-desc .dgwt-wcas-sp>*,.dgwt-wcas-has-img .dgwt-wcas-sp>*{display:block}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{min-height:340px}body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child{border-bottom:none}.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product{min-height:40px}.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp{overflow:visible}.dgwt-wcas-is-details .dgwt-wcas-si{width:30px;max-width:100%;box-sizing:border-box}.dgwt-wcas-is-details .dgwt-wcas-sp{display:flex;top:0;flex-direction:column;height:100%;justify-content:center;resize:vertical}.dgwt-wcas-is-details .dgwt-wcas-sd{font-size:11px;line-height:100%}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat],.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag]{padding-left:15px;min-height:0}.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_cat] .dgwt-wcas-st,.dgwt-wcas-has-img .dgwt-wcas-suggestion[data-taxonomy=product_tag] .dgwt-wcas-st{padding-left:0}.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{height:50%;max-height:20px;width:100%;max-width:20px;left:12px;right:auto;opacity:.5;fill:#000}.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier{left:auto;right:12px}.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 15px 10px 40px}.rtl .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{padding:10px 40px 10px 15px}.dgwt-wcas-overlay-mobile-on,.dgwt-wcas-overlay-mobile-on body{overflow:hidden}.dgwt-wcas-om-bar{display:flex;height:45px;width:100%}.dgwt-wcas-om-bar .dgwt-wcas-om-return{width:45px;height:100%;display:block;background:#ccc;cursor:pointer;position:relative}.dgwt-wcas-om-bar .dgwt-wcas-om-return svg{width:23px;height:23px;position:absolute;left:12px;top:12px}.rtl .dgwt-wcas-om-bar .dgwt-wcas-om-return svg{left:11px;top:9px;-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{right:0!important}.rtl .dgwt-wcas-om-bar .dgwt-wcas-has-submit-off .dgwt-wcas-preloader{left:4px!important;right:auto!important}.dgwt-wcas-om-bar .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit{display:none}.dgwt-wcas-om-bar .dgwt-wcas-search-wrapp-mobile{width:calc(100% - 45px);max-width:none}.dgwt-wcas-overlay-mobile{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;background:#fff}.dgwt-wcas-overlay-mobile *{box-sizing:border-box}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input{height:45px!important;border-top:none;border-right:none;border-left:none;border-radius:0;font-size:16px!important}.dgwt-wcas-search-wrapp-mobile input[type=search].dgwt-wcas-search-input:focus{font-size:16px!important}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp{left:0!important;top:45px!important;width:100%!important;height:calc(100% - 45px)!important;position:absolute;overflow-y:auto;border:none}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-enable-mobile-form{display:none}.dgwt-wcas-enable-mobile-form{position:absolute;z-index:100;left:0;top:0;width:100%;height:100%;cursor:pointer}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-mobile .dgwt-wcas-search-form{display:none;position:relative}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-search-wrapp.dgwt-wcas-icon-mobile{min-width:0;display:inline-block;width:28px;height:28px}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler{height:100%;width:100%}html:not(.dgwt-wcas-overlay-mobile-on) .dgwt-wcas-icon-handler .dgwt-wcas-ico-magnifier{opacity:1;position:static;max-width:none;max-height:none}.dgwt-wcas-overlay-mobile-on .dgwt-wcas-icon-handler{display:none}.dgwt-wcas-overlay-mobile-on body.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{height:calc(100% - 45px)!important}.dgwt-wcas-overlay-mobile-on body.dgwt-wcas-is-ios{overflow:visible;overflow-x:hidden}.dgwt-wcas-overlay-mobile-on body.dgwt-wcas-is-ios .dgwt-wcas-suggestions-wrapp{max-height:none!important;height:auto!important}.dgwt-wcas-overlay-mobile-on body.dgwt-wcas-is-ios:not(.dgwt-wcas-theme-flatsome)>:not(.dgwt-wcas-overlay-mobile){display:none}body .dgwt-wcas-content-wrapp .rood,body .dgwt-wcas-content-wrapp .zwave{display:none}.dgwt-wcas-has-headings .dgwt-wcas-suggestion{border-bottom:none}.dgwt-wcas-has-headings .dgwt-wcas-st>span.dgwt-wcas-st--direct-headline{display:none}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline{pointer-events:none;display:block;font-weight:500;white-space:nowrap}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st{border-bottom:1px solid #ddd;padding-bottom:3px;text-transform:uppercase;margin-top:16px;font-size:12px}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{border-bottom:none}.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st{padding:0}.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected,.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover{background:0 0;text-decoration:underline}.dgwt-wcas-is-details .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax{min-height:30px}