html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: #878787;
    font: 12px/21px Meiryo, sans-serif;
    height: 100%;
    background: #f3f3f3!important;
}
html {
    height: 100%;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
a:hover {
    text-decoration: none;
}
.alignleft {
    float: left;
    margin: 0 10px 5px;
}
.alignright {
    float: right;
    margin: 0 0 5px 10px;
}
.aligncenter {
    display: block;
    margin: 0 auto 5px;
}
form span.wpcf7-not-valid-tip {
    font: 11px arial, sans-serif;
    margin: -5px 0 5px;
}
input.wpcf7-not-valid {
    border: 1px solid #f00 !important;
}
div.wpcf7-validation-errors {
    text-align: center;
    font: 11px arial, sans-serif;
    border: none !important;
    margin: 0 !important;
    color: #f00;
}
::-webkit-input-placeholder {
    opacity: 1;
}
::-moz-placeholder {
    opacity: 1;
}
:-moz-placeholder {
    opacity: 1;
}
:-ms-input-placeholder {
    opacity: 1;
}
.select2-container, .select2-dropdown, .select2-search, .select2-results {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
/* -------------------------------WRAPPER----------------------------------- */
* {
    transition: all .25s ease;
    box-sizing: border-box;
}
a {
    transition: all .25s ease;
}
.ins {
    margin: auto;
    max-width: 1300px;
    padding: 0 10px;
}
header {
    height: 502px;
    background: url(../images/bg-header.jpg) no-repeat center top;
}
header.header-inside {
    background: url(../images/bg-header-inside.jpg) no-repeat center 0;
    height: 110px;
}
header.header-inside .logo {
    margin: 28px 20px 0 0;
}
header.header-inside .nav-header {
    margin: 49px 0 0 20px;
}
header.header-inside .search-header {
    top: 28px;
    margin: auto;
}
header .ins {
    max-width: 1486px;
    padding: 0 10px;
}
header .logo {
    float: left;
    margin: 59px 0 0;
}
header h1 {
    padding: 91px 0 0;
    color: #fff;
    text-align: center;
    clear: both;
    font: 700 36px/43px arial, sans-serif;
}
header .nav-header {
    float: right;
    margin: 73px 0 0;
}
header .nav-header span {
    text-decoration: none;
    color: #fff;
    font: 13px/15px Meiryo, sans-serif;
    cursor: pointer;
}
header .nav-header span.help-link {
    padding: 0 0 0 23px;
    background: url(../images/icon-help-link.png) no-repeat 0 center;
}
header .nav-header span.help-link:hover {
    text-decoration: underline;
}
header .search-header {
    max-width: 634px;
    margin: 43px auto 0;
    position: relative;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.21);
    border-radius: 0 0px 0px 0;
    overflow: hidden;
    z-index: 999;
}
.overbg {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.46);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
}
.livesearch {
    position: relative;
}

.livesearch input {

}

.search_result {
    position: inherit;
    display: none;
    border: 0px solid #ccc;
    padding: 5px;
    font-size: 13px;
    margin: 0px;
    height: 250px;
    overflow-y: scroll;
    /*top: 55px;*/
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.21), inset 0 0 7px rgba(0, 0, 0, 0.18);
}

.search_result li {
    list-style: none;
    padding: 3px 5px;
    border-bottom: 1px solid #eaeaea;
}

.search_result li:hover {
    background-color: #f4f3f3;
    cursor: pointer;
}

.search_result li a {
    display: block;
    color: #4e4e4e;
    text-decoration: none;
    padding-left: 60px;
    line-height: 50px;
    float: left;
}

.search_result li .image {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    width: 300px;
    height: 300px;
    float: left;
    cursor: pointer;
}
header .search-header input[type="text"] {
    height: 56px;
    padding: 0 70px 0 21px;
    border: 1px solid #d1d3d4;
    background: #fff;
    color: #9a9a9a;
    font: 21px Meiryo, sans-serif;
    width: 100%;
    z-index: 999;
    position: relative;
}
header .search-header input[type="text"]:hover,
header .search-header input[type="text"]:focus {
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.21), inset 0 0 7px rgba(0, 0, 0, 0.18);
}
header .search-header input[type="submit"] {
    position: absolute;
    border: none;
    cursor: pointer;
    right: 4px;
    top: 4px;
    background: url(../images/icon-submit.png) no-repeat 0 0;
    width: 47px;
    height: 47px;
    transition: all 0s ease;
    z-index: 99999;
}
header .search-header input[type="submit"]:hover {
    background-position: 0 bottom;
}
header .all-furniture {
    margin: 58px 0 0;
    padding: 4px 13px 4px 35px;
    border-radius: 29px;
    float: right;
    background: rgba(0, 0, 0, 0.4) url(../images/icon-all-furnifure.png) no-repeat 4px center;
    color: #fff;
    font: 13px/21px Meiryo, sans-serif;
    text-decoration: none;
}
header .all-furniture:hover {
    text-decoration: underline;
}
.main-inside {
    padding: 27px 0px 32px;
    background: #fff;
}
.breadcrumbs {
    clear: both;
    color: #7f7f7f;
    font: 11px/16px Meiryo, sans-serif;
    padding: 0 0 13px;
}
.breadcrumbs a {
    color: #7f7f7f;
}
.breadcrumbs a:hover {
    color: #2b2a29;
    text-decoration: underline;
}
.breadcrumbs .slash {
    padding: 0 5px;
}
.breadcrumbs ul li {
    display: inline;
}
.card {
    overflow: hidden;
    padding: 42px 0 90px;
}
.card-gallery {
    float: left;
    width: 62%;
    min-width: 500px;
}
.card-info {
    margin: 0 0 0 62%;
    overflow: hidden;
}
.card-info h1 {
    color: #363636;
    text-transform: uppercase;
    font: 700 26px/26px Meiryo, sans-serif;
    margin: 0 0 13px;
}
.card-info .type-product {
    color: #7f7f7f;
    display: block;
    font: 12px/16px Meiryo, sans-serif;
    margin: 0 0 15px;
}
.card-info .price-product {
    color: #d23636;
    display: block;
    font: 700 24px/24px Meiryo, sans-serif;
    margin: 0 0 28px;
}
.card-info .card-info-list {
    margin: 0 0 28px;
}
.card-info .card-info-list li {
    list-style: none;
    font: 12px/24px Meiryo, sans-serif;
    color: #7f7f7f;
}
.card-info .card-info-list li .title-list {
    color: #363636;
    display: inline-block;
    vertical-align: top;
    width: 86px;
}
.card-info .select-color {
    overflow: hidden;
    padding: 0 0 36px;
}
.card-info .select-color .title {
    width: 47px;
    color: #363636;
    font: 12px/29px Meiryo, sans-serif;
    float: left;
}
.card-info .select-color .col-color {
    float: left;
    cursor: pointer;
    margin: -2px 3px 0 0;
    position: relative;
}
.card-info .select-color .col-color img {
    display: block;
    border-radius: 100%;
    border: 2px solid #fff;
    box-shadow: 1px 1px 2px #fff;
}
.card-info .select-color .col-color.active img {
    box-shadow: 1px 1px 2px #bebebe;
}
.card-info .select-color .col-color.active:before {
    width: 23px;
    height: 19px;
    background: url(../images/color-active.png) no-repeat;
    position: absolute;
    right: 0;
    bottom: 7px;
    content: "";
}
.card-info .go-to-shop {
    text-decoration: none;
    max-width: 309px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 55px;
    background: #363636;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 700 16px/55px Meiryo, sans-serif;
    margin: 0 0 25px;
}
.card-info .go-to-shop:hover {
    background: #159fb3;
}
.card-info .availability,
.card-info .delivery {
    padding: 0 0 0 30px;
    color: #7f7f7f;
    font: 12px/22px Meiryo, sans-serif;
    margin: 0 0 3px;
    display: block;
}
.card-info .availability:after,
.card-info .delivery:after {
    display: block;
    content: " ";
    clear: both;
}
.card-info .availability {
    padding: 0;
    /* background: url(../images/icon-availability.png) no-repeat 0 center; */
    font-size: 14px;
}
.card-info .delivery {
    margin: 0 0 27px;
    background: url(../images/icon-delivery.png) no-repeat 0 center;
}
.card-info .tags {
    overflow: hidden;
    margin: 0 0 22px;
    font: 12px/29px Meiryo, sans-serif;
}
.card-info .tags .title {
    width: 47px;
    color: #363636;
    float: left;
}
.card-info .tags a {
    color: #363636;
}
.card-info .tags a:hover {
    color: #149cb2;
}
.similar {
    clear: both;
}
.similar h2 {
    color: #363636;
    text-transform: uppercase;
    font: 700 24px/24px Meiryo, sans-serif;
    margin: 0 0 11px;
}
.similar-products {
    font-size: 0;
}
.similar-products-col {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    text-align: center;
    text-decoration: none;
    padding: 0 15px;
    position: relative;
}
.similar-products-col .discount{
    background: #d43636;
    color: #fff;
    font-size: 13px;
    width: 75px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 10px;
    z-index: 2;
}
.similar-products-col:hover .title-product {
    text-decoration: underline;
}
.similar-products-col:hover .similar-products-col-img:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAF0lEQVQImWMQmrrhPwMMCE3d8J8BtwgABH4Lr9GQqMwAAAAASUVORK5CYII=) repeat-x 0 0;
}
.similar-products-col-img {
    display: table;
    height: 232px;
    position: relative;
    width: 100%;
    margin: 0 0 17px;
}
.similar-products-col-img:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAF0lEQVQImWO4cePGfwYYuHHjxn8G3CIAkvkRpIvNMXAAAAAASUVORK5CYII=) repeat-x;
    height: 5px;
    left: 50%;
    margin: 0 0 0 -94px;
    top: 100%;
    position: absolute;
    content: "";
    width: 188px;
}
.similar-products-col-img span {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    text-decoration: none;
    vertical-align: middle;
    height: 220px;
    text-align: center;
}
.similar-products-col-img span img {
    display: block;
    margin: 0 auto;
    max-width: 90%;
    width: auto;
    max-height: 100%;
    margin-top: 20px;
}
.similar-products-col-text {
    clear: both;
}
.similar-products-col-text .title-product {
    text-transform: uppercase;
    font: 700 13px/18px Meiryo, sans-serif;
    color: #363636;
    display: block;
}
.similar-products-col-text .title-product {
    text-transform: uppercase;
    font: 700 13px/18px Meiryo, sans-serif;
    color: #363636;
    display: block;
    height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.similar-products-col-text .type-product {
    font: 12px/18px Meiryo, sans-serif;
    color: #363636;
    display: block;
    padding: 0 0 11px;
}
.similar-products-col-text .old-price {
    display: inline-block;
    vertical-align: top;
    color: #787878;
    padding: 0 5px;
    font: 12px/16px Meiryo, sans-serif;
    text-decoration: line-through;
}
.similar-products-col-text .new-price {
    display: inline-block;
    vertical-align: top;
    color: #363636;
    padding: 0 5px;
    font: 700 12px/16px Meiryo, sans-serif;
}
#products {
    padding: 27px 0 70px 111px;
    overflow: hidden;
    position: relative;
}
#products .slides_container {
    height: 276px;
    overflow: hidden;
    width: 480px;
    position: relative;
    margin: auto;
}
#products .slides_container .col-slide {
    display: table;
    width: 545px;
    height: 500px;
    transition: all 0s ease 0s;
}
#products .slides_container .col-slide span {
    display: table-cell;
    width: 100%;
    /*vertical-align: middle;*/
}
#products .slides_container .col-slide a img {
    display: block;
    margin: auto;
    max-height: 276px;
    width: auto;
}
#products .pagination {
    width: 125px;
    position: absolute;
    left: 0;
    top: 5px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 310px;
}
#products .pagination li {
    margin: 0 0 4px;
    list-style: none;
    display: table;
}
#products .pagination li a {
    display: table-cell;
    vertical-align: middle;
    width: 111px;
    height: 111px;
    float: left;
    border: 3px solid #fff;
}
#products .pagination li a:hover {
    border-color: #159fb3;
}
#products .pagination li a img {
    display: block;
    margin: auto;
    height: 90%;
    width: 100%;
}
#products .pagination li.current a {
    border: 3px solid #f0f0f0;
}
.main-nav {
    clear: both;
    background: #16a1b4;
    background: -moz-linear-gradient(top, #16a1b4 0%, #149bb2 100%);
    background: -webkit-linear-gradient(top, #16a1b4 0%, #149bb2 100%);
    background: linear-gradient(to bottom, #16a1b4 0%, #149bb2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16a1b4', endColorstr='#149bb2', GradientType=0);
}
.main-nav.nav-inside li a {
    padding: 12px 0 0;
    height: 102px;
}
.main-nav.nav-inside li .icon-nav {
    margin: 0 0 17px;
    display: none;
}
.main-nav ul {
    display: table;
    width: 100%;
}
.main-nav li {
    list-style: none;
    text-align: center;
    display: table-cell;
    vertical-align: top;
    width: 120px;
    position: relative;
}
.main-nav li span {
    display: block;
}
.main-nav li .icon-nav {
    display: none;
    /*display: table;*/
    height: 30px;
    width: 100%;
    margin: 0 0 21px;
}
.main-nav li .icon-nav span {
    display: table-cell;
    vertical-align: middle;
}
.main-nav li .icon-nav span img {
    display: block;
    margin: auto;
}
.main-nav li .linkofferour {
    text-decoration: none;
    color: #a6f4ff;
    padding: 20px 0 38px;
    height: 100%;
    font: 11px/16px Meiryo, sans-serif;
    display: block;
    position: relative;
    text-transform: uppercase;
    height: 70px;

}
.main-nav li .linkofferour:hover {
    color: #fff;
}
.main-nav li .linkofferour:before {
    height: 3px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #149bb2;
    content: "";
    opacity: 0;
    transition: all .25s ease;
}
.main-nav li a:hover:before {
    opacity: 1;
}
.main-nav ul.children {
    display: none;
}
.main-nav ul.children ul {
    display: none;
}
.main-nav li:hover > ul {
    display: block;
    position: absolute;
    right: 0px;
    background: #159cb3;
    width: 200px;
    height: auto;
    border-top: 2px solid #128ca0;
    z-index: 9999;
}
.main-nav li > ul li {
    display: block;
    width: 200px;
}
.main-nav li > ul li .linkofferour {
    display: block;
    padding: 20px 0 30px 10px !important;
    height: 30px !important;
    text-align: left;
    line-height: 14px;
}
.main-nav li > ul li .linkofferour:before {
    height: 0px;
}
.main {
    padding: 50px 10px 32px;
}
.main h1 {
    text-transform: uppercase;
    color: #363636;
    font: 700 24px/24px Meiryo, sans-serif;
    position: relative;
    padding: 0 0 19px;
    margin: 0 0 52px;
}
.main h1:before {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #9b9b9b;
    content: "";
    left: 0;
    top: 100%;
}
.main h2 {
    text-transform: uppercase;
    color: #363636;
    font: 700 24px/24px Meiryo, sans-serif;
    position: relative;
    padding: 0 0 19px;
    margin: 0 0 52px;
}
.main h2:before {
    position: absolute;
    width: 30px;
    height: 3px;
    background: #9b9b9b;
    content: "";
    left: 0;
    top: 100%;
}
.main .catalog-nav {
    font-size: 0;
}
.main .catalog-nav-col {
    width: 16.5%;
    padding: 0 10px 55px 0;
    display: inline-block;
    vertical-align: top;
}
.main .catalog-nav-col li {
    color: #363636;
    list-style: none;
    font: 14px/14px 'arial black', sans-serif;
}
.main .catalog-nav-col a {
    color: #363636;
    text-decoration: none;
    font-size: 14px;
}
.main .catalog-nav-col ul {
    margin: 0 0 22px;
}
.main .catalog-nav-col ul ul {
    margin: 16px 0 0;
}
.main .catalog-nav-col ul ul li {
    list-style: none;
    margin: 0;
    padding: 0 0 0 4px;
}
.main .catalog-nav-col ul ul li a {
    text-decoration: none;
    color: #878787;
    font: 12px/21px Meiryo, sans-serif;
}
.main .catalog-nav-col ul ul li a:hover {
    text-decoration: underline;
}
.main .catalog-nav-col .more {
    cursor: pointer;
    color: #363636;
    display: inline-block;
    margin: 0 0 0 4px;
    vertical-align: top;
    font: 12px/12px arial, sans-serif;
    border-bottom: 1px dashed #363636;
}
.icon-nav {
    display: none;
}

html, .containersite {
    height: 100%;
}
.containersite.container_n {
    display: flex;
    flex-direction: column;
}
.wrapper {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

footer {
    overflow: hidden;
    padding: 8px 0 15px;
    background: #2b2a29;
}
footer ul li {
    color: #fff;
    font: 700 14px/14px arial, sans-serif;
    list-style: none;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
}
footer ul ul {
    margin: 25px 0 0;
}
footer ul li li {
    list-style: none;
    padding: 5px 0;
}
footer ul li li a {
    color: #bdbdbd;
    text-decoration: none;
    font: 11px/12px Meiryo, sans-serif;
}
footer ul li li span {
    color: #bdbdbd;
    text-decoration: none;
    font: 11px/12px Meiryo, sans-serif;
}
footer ul li li a:hover {
    text-decoration: underline;
    color: #fff;
}
footer .footer-wide {
    width: 100%;
    color: #fff;
    font: 18px/24px Meiryo, sans-serif;
    display: inline-block;
    text-align: center;
    margin: 15px;
}
@media screen and (max-width: 768px) {
    footer .footer-wide a {
        display: block;
    }
}
footer .footer-left {
    float: left;
    width: 50%;
    font-size: 0;
}
footer .footer-left .col-nav-footer {
    display: inline-block;
    vertical-align: top;
    width: 45%;
    padding: 0 30px 0 47px;
    position: relative;
}
footer .footer-left .col-nav-footer:first-child {
    /*padding: 0 30px 0 0;*/
}
footer .footer-left .col-nav-footer:after {
    width: 1px;
    background: #464646;
    height: 93px;
    position: absolute;
    right: 0;
    top: 20px;
    content: "";
}
footer .footer-left .col-nav-footer:nth-child(1) {
    /*width: 28%;*/
}
footer .footer-right {
    width: 50%;
    float: right;
    color: #fff;
    font: 12px/21px Meiryo, sans-serif;
}
footer .footer-right p{
    margin: 28px 20px 5px 30px;
    color: #bdbdbd;
    text-decoration: none;
    font: 11px/22px Meiryo, sans-serif;
}
footer .footer-right a {
    color: #aaa9a9;
}
footer .footer-right a:hover {
    color: #fff;
    text-decoration: underline;
}
footer .footer-right .social {
    padding: 9px 0 43px;
    overflow: hidden;
}
footer .footer-right .social a {
    float: left;
    width: 30px;
    height: 20px;
}
footer .footer-right .social a.fb {
    background: url(../images/social.png) no-repeat 2px 0;
}
footer .footer-right .social a.fb:hover {
    background-position: 2px bottom;
}
footer .footer-right .social a.tw {
    background: url(../images/social.png) no-repeat -36px 0;
}
footer .footer-right .social a.tw:hover {
    background-position: -36px bottom;
}
footer .footer-right .social a.vk {
    background: url(../images/social.png) no-repeat -74px 0;
}
footer .footer-right .social a.vk:hover {
    background-position: -74px bottom;
}
footer .footer-right .social a.ok {
    background: url(../images/social.png) no-repeat -110px 0;
}
footer .footer-right .social a.ok:hover {
    background-position: -110px bottom;
}
footer .cats div{
    display: inline-block;
    color: #fff;
}
.logo-mobile {
    display: none;
}
.pushy h3 {
    color: #fff;
    font: 18px/18px Meiryo, sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.pushy {
    position: fixed;
    width: 250px;
    padding: 33px 0 0 25px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #343434;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch /* enables momentum scrolling in iOS overflow elements */;
}
.hidenav{
    background: #16a0b4;
    margin-bottom: 10px;
    color: #fff;
    padding: 2px 10px;
}
.pushy li {
    list-style: none;
    padding: 6px 0;
}
.pushy li a:hover {
    color: #fff;
}
.pushy li a {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #fefefe;
    text-transform: uppercase;
    text-decoration: none;
    font: 11px/16px Meiryo, sans-serif;
    position: relative;
    padding: 0;
}
.pushy li a .img-icon {
    position: absolute;
    left: 0;
    top: 50%;
    display: table;
    width: 27px;
    height: 28px;
    margin: -14px 0 0;
}
.pushy li a .img-icon span {
    display: table-cell;
    vertical-align: middle;
}
.pushy li a .img-icon span img {
    display: block;
    margin: auto;
}
.pushy.pushy-left {
    left: 0;
}
.pushy.pushy-right {
    right: 0;
}
/* Menu Movement */
.pushy-left {
    -webkit-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}
.pushy-open-left .containersite,
.pushy-open-left .push {
    -webkit-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.pushy-right {
    -webkit-transform: translate3d(250px, 0, 0);
    -ms-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}
.pushy-open-right .containersite,
.pushy-open-right .push {
    -webkit-transform: translate3d(-250px, 0, 0);
    -ms-transform: translate3d(-250px, 0, 0);
    transform: translate3d(-250px, 0, 0);
}
.pushy-open-left .pushy,
.pushy-open-right .pushy {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Menu Transitions */
.containersite,
.pushy,
.push {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay {
    display: none;
}
.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    -webkit-animation: fade 500ms;
    animation: fade 500ms;
}
@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Submenu Appearance */
.pushy-submenu {
    /* Submenu Icon */
}
.pushy-submenu ul {
    padding-left: 15px;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}
.pushy-submenu ul .pushy-link {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.pushy-submenu > a {
    position: relative;
}
.pushy-submenu > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed ul {
    max-height: 0;
    overflow: hidden;
}
.pushy-submenu-closed .pushy-link {
    opacity: 0;
}
.pushy-submenu-open {
    /* Submenu Icon */
}
.pushy-submenu-open ul {
    max-height: 1000px;
}
.pushy-submenu-open .pushy-link {
    opacity: 1;
}
.pushy-submenu-open a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d .pushy-submenu-closed ul {
    max-height: none;
    display: none;
}
@media screen and (min-width: 900px) {
    .pushy-open-left .containersite,
    .pushy-open-left .push {
        -webkit-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .pushy-open-left .pushy,
    .pushy-open-right .pushy {
        -webkit-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
.pushy_n h3 {
    color: #363636;
    font: 700 24px/24px Meiryo, sans-serif;
    text-transform: uppercase;
    margin: 0 0 22px;
}
.pushy_n {
    position: fixed;
    width: 280px;
    padding: 29px 0 0 17px;
    height: 100%;
    top: 0;
    z-index: 9999;
    background: #fff url(../images/shadow.png) repeat-y right 0;
    overflow: auto;
    visibility: hidden;
    -webkit-overflow-scrolling: touch /* enables momentum scrolling in iOS overflow elements */;
}
.pushy_n li {
    list-style: none;
    padding: 6px 0;
}
.pushy_n li a:hover {
    color: #fff;
}
.pushy_n li a {
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    color: #fefefe;
    text-transform: uppercase;
    text-decoration: none;
    font: 11px/16px Meiryo, sans-serif;
}
.pushy_n.pushy-left_n {
    left: 0;
}
.pushy_n.pushy-right_n {
    right: 0;
}
/* Menu Movement */
.pushy-left_n {
    -webkit-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}
.pushy-open-left_n .container_n,
.pushy-open-left_n .push_n {
    -webkit-transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}
.pushy-right_n {
    -webkit-transform: translate3d(280px, 0, 0);
    -ms-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0);
}
.pushy-open-right_n .container_n,
.pushy-open-right_n .push_n {
    -webkit-transform: translate3d(-280px, 0, 0);
    -ms-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
}
.pushy-open-left_n .pushy_n,
.pushy-open-right_n .pushy_n {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Menu Transitions */
.container_n,
.pushy_n,
.push_n {
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
    transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}
/* Site Overlay */
.site-overlay_n {
    display: none;
}
.pushy-open-left_n .site-overlay_n,
.pushy-open-right_n .site-overlay_n {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    -webkit-animation: fade_n 500ms;
    animation: fade_n 500ms;
}
@keyframes fade_n {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fade_n {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/* Submenu Appearance */
.pushy-submenu_n {
    /* Submenu Icon */
}
.pushy-submenu_n ul {
    padding-left: 15px;
    -webkit-transition: max-height 0.2s ease-in-out;
    transition: max-height 0.2s ease-in-out;
}
.pushy-submenu_n ul .pushy-link_n {
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}
.pushy-submenu_n > a {
    position: relative;
}
.pushy-submenu_n > a::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
}
/* Submenu Movement */
.pushy-submenu-closed_n ul {
    max-height: 0;
    overflow: hidden;
}
.pushy-submenu-closed_n .pushy-link_n {
    opacity: 0;
}
.pushy-submenu-open_n {
    /* Submenu Icon */
}
.pushy-submenu-open_n ul {
    max-height: 1000px;
}
.pushy-submenu-open_n .pushy-link_n {
    opacity: 1;
}
.pushy-submenu-open_n a::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.no-csstransforms3d_n .pushy-submenu-closed_n ul {
    max-height: none;
    display: none;
}
@media screen and (min-width: 900px) {
    .pushy-open-left_n .container_n,
    .pushy-open-left_n .push_n {
        -webkit-transform: translate3d(0px, 0, 0);
        -ms-transform: translate3d(0px, 0, 0);
        transform: translate3d(0px, 0, 0);
    }
    .pushy-open-left_n .pushy_n,
    .pushy-open-right_n .pushy_n {
        -webkit-transform: translate3d(-250px, 0, 0);
        -ms-transform: translate3d(-250px, 0, 0);
        transform: translate3d(-250px, 0, 0);
    }
}
.img-mobile {
    display: none;
}
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    background: url(../images/checkbox.png) no-repeat 0 0;
    height: 15px;
    width: 15px;
    margin: 0 12px 0 0;
    transition: all 0s ease 0s;
}
.checkbox label {
    padding: 0;
}
.label-col:hover .jq-checkbox {
    background: url(../images/checkbox.png) no-repeat 0 -15px;
}
.label-col:hover .jq-checkbox.checked {
    background: url(../images/checkbox.png) no-repeat 0 bottom;
}
.jq-checkbox.checked {
    background: url(../images/checkbox.png) no-repeat 0 bottom;
}
.page:after {
    content: " ";
    clear: both;
    display: block;
}
.page h1 {
    color: #363636;
    text-transform: uppercase;
    font: 700 24px/24px Meiryo, sans-serif;
    margin: 0 0 26px;
}
.page .sidebar-catalog,
.page .mobile-catalog {
    float: left;
    width: 246px;
}
.page .sidebar-catalog-col,
.page .mobile-catalog-col {
    margin: 0 0 32px;
}
.page .sidebar-catalog-col-content,
.page .mobile-catalog-col-content {
    padding: 23px 0 0;
    transition: all 0s ease 0s;
    display: none;
    position: relative;
}
.page .sidebar-catalog-col-content:after,
.page .mobile-catalog-col-content:after {
    content: " ";
    clear: both;
    display: block;
}
.page .sidebar-catalog-col-content.label-two,
.page .mobile-catalog-col-content.label-two {
    overflow: hidden;
}
.page .sidebar-catalog-col-content.label-two .label-col,
.page .mobile-catalog-col-content.label-two .label-col {
    width: 50%;
    float: left;
}
.page .sidebar-catalog .label-col,
.page .mobile-catalog .label-col {
    cursor: pointer;
    color: #7f7f7f;
    font: 13px/30px Meiryo, sans-serif;
    display: block;
}
.page .sidebar-catalog .label-col:hover,
.page .mobile-catalog .label-col:hover {
    color: #2b2a29;
}
.page .sidebar-catalog .title,
.page .mobile-catalog .title {
    cursor: pointer;
    color: #363636;
    font: 700 12px/25px Meiryo, sans-serif;
    position: relative;
    border-bottom: 2px solid #363636;
}
.page .sidebar-catalog .title:hover,
.page .mobile-catalog .title:hover {
    color: #159fb3;
}
.page .sidebar-catalog .title:after,
.page .mobile-catalog .title:after {
    width: 12px;
    height: 12px;
    transition: all 0.25s ease 0s;
    position: absolute;
    content: "";
    right: 6px;
    top: 50%;
    margin: -6px 0 0;
    background: url(../images/icon-arrow.png) no-repeat 0;
}
.page .sidebar-catalog .title.active:after,
.page .mobile-catalog .title.active:after {
    transform: rotate(90deg);
}
.page .sidebar-catalog .title:hover:after,
.page .mobile-catalog .title:hover:after {
    opacity: 0;
}
.page .sidebar-catalog .title:hover:before,
.page .mobile-catalog .title:hover:before {
    opacity: 1;
}
.page .sidebar-catalog .title:before,
.page .mobile-catalog .title:before {
    z-index: 3;
    width: 12px;
    height: 12px;
    transition: all 0.25s ease 0s;
    position: absolute;
    content: "";
    right: 6px;
    opacity: 0;
    top: 50%;
    margin: -6px 0 0;
    background: url(../images/icon-arrow-hover.png) no-repeat 0;
}
.page .sidebar-catalog .title.active:before,
.page .mobile-catalog .title.active:before {
    transform: rotate(90deg);
}
.page .sidebar-catalog .other-positions,
.page .mobile-catalog .other-positions {
    display: none;
    transition: all 0s ease 0s;
}
.page .sidebar-catalog .show-more,
.page .mobile-catalog .show-more {
    cursor: pointer;
    color: #159fb3;
    border-bottom: 1px dotted #159fb3;
    font: 12px/12px Meiryo, sans-serif;
    display: inline-block;
    vertical-align: top;
    margin: 14px 0 0;
    float: left;
    clear: both;
}
.page .sidebar-catalog .show-more:hover,
.page .mobile-catalog .show-more:hover {
    color: #036ba2;
    border-color: #036ba2;
}
.page .mobile-catalog .title {
    border: none;
}
.page .mobile-catalog .title:after {
    display: none;
}
.page .mobile-catalog-col-content {
    display: block;
}
.page .catalog {
    margin: 0 0 0 280px;
}
.page .catalog-products {
    font-size: 0;
}
.page .catalog-products .similar-products-col {
    width: 25%;
}
.page .catalog .top-catalog {
    overflow: hidden;
}
.page .catalog .top-catalog-sort {
    float: right;
}
.page .catalog .top-catalog-sort .sort-col {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0 9px;
    border: 1px solid #fff;
    color: #363636;
    font: 12px/23px Meiryo, sans-serif;
}
.page .catalog .top-catalog-sort .sort-col.active {
    color: #159fb3;
    border-color: #159fb3;
}
.page .catalog .top-catalog-sort .sort-col:hover {
    color: #149cb2;
}
.page .catalog .top-catalog-show {
    float: right;
}
.page .catalog .top-catalog-show .show-col {
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    padding: 0 9px;
    border: 1px solid #fff;
    color: #363636;
    font: 12px/23px Meiryo, sans-serif;
}
.page .catalog .top-catalog-show .show-col.active {
    color: #159fb3;
    border-color: #159fb3;
}
.page .catalog .top-catalog-show .show-col:hover {
    color: #149cb2;
}
.page .catalog .top-catalog .title {
    color: #363636;
    font: 700 12px/25px Meiryo, sans-serif;
    margin: 0 16px 0 0;
    display: inline-block;
    vertical-align: top;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.ot {
    clear: both;
    float: left;
    font-size: 0;
    overflow: hidden;
    margin: 0 0 16px;
}
.ot .text-before {
    color: #7f7f7f;
    font: 12px/40px Meiryo, sans-serif;
    width: 27px;
    display: inline-block;
    vertical-align: top;
}
.ot .slider-snap-value-lower-length,
.ot .slider-snap-value-lower-length_n {
    color: #7f7f7f;
    border: 1px solid #bfbfbf;
    width: 76px;
    height: 40px;
    font: 12px/40px Meiryo, sans-serif;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.ot .slider-snap-value-lower-length:hover,
.ot .slider-snap-value-lower-length_n:hover,
.ot .slider-snap-value-lower-length:focus,
.ot .slider-snap-value-lower-length_n:focus {
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.27);
}
.ot .slider-snap-value-lower-length input{
    width: 100%;
    border: 0px;
    margin-top: 3px;
}
.do .slider-snap-value-upper-length input{
    width: 100%;
    border: 0px;
    margin-top: 3px;
}
.clear {
    clear: both;
}
.do {
    float: right;
    margin: 0 0 16px;
}
.do .text-before {
    color: #7f7f7f;
    font: 12px/40px Meiryo, sans-serif;
    width: 27px;
    display: inline-block;
    vertical-align: top;
}
.do .slider-snap-value-upper-length,
.do .slider-snap-value-upper-length_n {
    color: #7f7f7f;
    border: 1px solid #bfbfbf;
    width: 76px;
    height: 40px;
    font: 12px/40px Meiryo, sans-serif;
    padding: 0 10px;
    display: inline-block;
    vertical-align: top;
}
.do .slider-snap-value-upper-length:hover,
.do .slider-snap-value-upper-length_n:hover,
.do .slider-snap-value-upper-length:focus,
.do .slider-snap-value-upper-length_n:focus {
    box-shadow: inset 2px 2px 1px rgba(0, 0, 0, 0.27);
}
.slider-snap-value-lower-length,
.slider-snap-value-upper-length,
.slider-snap-value-lower-length_n,
.slider-snap-value-upper-length_n {
    width: 50px;
    display: inline-block;
    vertical-align: top;
}
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    box-sizing: border-box;
    max-width: 310px;
}
.noUi-target {
    position: relative;
    clear: both;
    direction: ltr;
    transition: all 0s ease 0s;
}
.noUi-target * {
    transition: all 0s ease 0s;
}
.noUi-base {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1 /* Fix 401 */;
}
.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
}
.noUi-handle {
    position: relative;
    z-index: 1;
}
.noUi-stacking .noUi-handle {
    /* This class is applied to the lower origin when
     its values is > 50%. */
    z-index: 10;
}
.noUi-state-tap .noUi-origin {
    -webkit-transition: left 0.3s, top 0.3s;
    transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
    cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.top-filter-col .noUi-horizontal {
    width: 164px;
}
.noUi-horizontal {
    height: 9px;
    background: #d8d8d8;
}
.noUi-horizontal .noUi-handle {
    height: 34px;
    width: 23px;
    left: -15px;
    top: -6px;
}
/* Styling;
 */
.noUi-background {
    background: #d8d8d8;
}
.noUi-connect {
    background: #159fb3;
}
/* Handles and cursors;
 */
.noUi-draggable {
    cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
    cursor: n-resize;
}
.noUi-handle.noUi-handle-upper {
    background: url(../images/right-s.png) no-repeat right 0;
    right: 7px;
    left: auto;
}
.noUi-handle {
    cursor: pointer;
    background: url(../images/left-s.png) no-repeat right 0;
}
.page-nav {
    border-bottom: 2px solid #363636;
    padding: 55px 0 0;
    font-size: 0;
}
.page-nav ul li{
    display: inline;
}
.page-nav a,
.page-nav span {
    text-decoration: none;
    color: #363636;
    font: 14px/42px Meiryo, sans-serif;
    width: 32px;
    margin: 0 7px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.page-nav a:hover {
    text-decoration: underline;
    color: #159eb3;
}
.page-nav .prev span{
    width: 6px;
    height: 42px;
    background: url(../images/icon-page-nav.png) no-repeat 0 center;
    margin: 0 7px 0 0;
}
.page-nav .prev a{
    width: 6px;
    height: 42px;
    background: url(../images/icon-page-nav.png) no-repeat 0 center;
    margin: 0 7px 0 0;
}
.page-nav .next a{
    width: 6px;
    height: 42px;
    background: url(../images/icon-page-nav.png) no-repeat right center;
    margin: 0 0 0 7px;
}
.page-nav .active a {
    color: #159eb3;
}
.page-nav .active a:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #159eb3;
}
.more-products,
.open-filter {
    height: 55px;
    width: 100%;
    cursor: pointer;
    color: #159fb3;
    border: 1px solid #159fb3;
    text-align: center;
    font: 18px/55px Meiryo, sans-serif;
    margin: 29px 0 0;
    display: none;
}
.open-filter {
    margin: 0 0 29px;
}
.content-left {
    margin: 0 470px 0 0;
}
.content-left p {
    margin: 0 0 21px;
}
.content-left ul {
    margin: 0 0 21px;
}
.content-left ul li {
    font: 12px/21px Meiryo, sans-serif;
    margin: 0 0 5px;
    list-style: none;
    padding: 0 0 0 21px;
    position: relative;
}
.content-left ul li:before {
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    background: #159eb3;
    content: "";
}
.content-left ol {
    margin: 0 0 21px;
}
.content-left img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 21px;
}
.content-left h2 {
    color: #363636;
    text-transform: uppercase;
    font: 700 18px/18px Meiryo, sans-serif;
    margin: 0 0 18px;
}
.content-left h3 {
    color: #363636;
    text-transform: uppercase;
    font: 700 14px/18px Meiryo, sans-serif;
    margin: 0 0 18px;
}
.popular-product {
    float: right;
    width: 400px;
}
.popular-product h4 {
    text-transform: uppercase;
    color: #363636;
    font: 700 14px/14px Meiryo, sans-serif;
}
.popular-product .line {
    left: 0;
    z-index: 9;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -5px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAF0lEQVQImWO4cePGfwYYuHHjxn8G3CIAkvkRpIvNMXAAAAAASUVORK5CYII=") repeat-x;
}
.popular-product .full-product-col {
    display: table;
    width: 100%;
}
.popular-product .full-product-col:hover ~ .line {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAF0lEQVQImWMQmrrhPwMMCE3d8J8BtwgABH4Lr9GQqMwAAAAASUVORK5CYII=") repeat-x;
}
.popular-product .similar-products-col {
    width: 100%;
    clear: both;
    position: relative;
    display: table;
    height: 210px;
}
.popular-product .similar-products-col-text {
    display: table-cell;
    vertical-align: middle;
}
.popular-product .similar-products-col-img {
    float: left;
    margin: 0;
    height: 210px;
    width: 180px;
    position: static;
}
.popular-product .similar-products-col-img:after {
    display: none;
}
.nav-post {
    overflow: hidden;
    padding: 25px 32px 25px 0;
}
.nav-post .prev-post {
    text-decoration: none;
    float: left;
    text-align: center;
    color: #159eb3;
    font: 13px/43px Meiryo, sans-serif;
    width: 241px;
    transition: all 0s ease;
    background: url(../images/bg-nav-post.png) no-repeat left bottom;
}
.nav-post .prev-post:hover {
    color: #fff;
    text-decoration: underline;
    background: url(../images/bg-nav-post.png) no-repeat 1px 1px;
}
.nav-post .next-post {
    text-decoration: none;
    float: right;
    text-align: center;
    color: #159eb3;
    font: 13px/43px Meiryo, sans-serif;
    width: 241px;
    transition: all 0s ease;
    background: url(../images/bg-nav-post.png) no-repeat right 0;
}
.nav-post .next-post:hover {
    color: #fff;
    text-decoration: underline;
    background: url(../images/bg-nav-post.png) no-repeat right -43px;
}
.nav-post .current-page {
    margin: auto;
    width: 60px;
    text-align: center;
    color: #b7b7b7;
    display: block;
    font: 18px/43px tahoma, sans-serif;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
    display: none;
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
}
.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */
.no-js .owl-carousel {
    display: block;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale 100ms ease;
    -moz-transition: scale 100ms ease;
    -ms-transition: scale 100ms ease;
    -o-transition: scale 100ms ease;
    transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 1200px) {
    footer .footer-left .col-nav-footer {
        padding: 0 20px 0 37px;
    }
    footer .footer-left .col-nav-footer:nth-child(1) {
        padding: 0 20px 0 0;
    }
}
@media screen and (max-width: 1120px) {
    .page .catalog-products .similar-products-col {
        width: 33%;
    }
}
@media screen and (max-width: 1100px) {
    footer .footer-left .col-nav-footer {
        padding: 0 15px 0 30px;
    }
    footer .footer-left .col-nav-footer:nth-child(1) {
        padding: 0 15px 0 0;
    }
    #products .pagination {
        top: 400px;
        left: 0;
        width: auto;
        z-index: 99;
    }
    #products .pagination li {
        float: left;
    }
    #products .slides_container .col-slide a img {
        max-height: 380px;
        width: auto;
    }

    #products .slides_container .col-slide {
        height: 380px;
    }
    #products {
        padding: 0;
    }
}
@media screen and (max-width: 1000px) {
    .popular-product {
        display: none;
    }
    .content-left {
        margin: 0;
    }
    .similar-products-col {
        width: 25%;
    }
    footer .footer-left .col-nav-footer {
        padding: 0 30px 0 57px;
    }
    footer .footer-left .col-nav-footer:nth-child(1) {
        padding: 0 30px 0 0;
    }
    footer .footer-left .col-nav-footer:last-child:after {
        display: none;
    }
    footer .footer-left {
        float: none;
        width: 100%;
    }
    footer .footer-right {
        float: none;
        padding: 40px 0 0;
    }
    .b-footer {
        float: right;
    }
    .t-footer {
        float: left;
    }
    footer .t-footer h3 {
        margin: 0 0 12px;
    }
    footer {
        padding: 56px 0 0;
    }
    footer .footer-right .social {
        padding: 9px 0 19px;
    }
    .main .catalog-nav-col {
        width: 20%;
    }
    header .logo {
        margin: 21px 0 0;
    }
    header .nav-header {
        margin: 36px 0 0;
    }
    header {
        height: 469px;
    }
    header h1 {
        padding: 59px 0 0;
    }
    header .all-furniture {
        margin: 93px 0 0;
    }
}
@media screen and (max-width: 930px) {
    .page .catalog-products .similar-products-col {
        width: 50%;
    }
}
@media screen and (max-width: 900px) {
    .main-nav {
        display: none;
    }
    .icon-nav {
        display: block;
        cursor: pointer;
        width: 37px;
        height: 37px;
        background: url(../images/icon-nav-open.png) no-repeat center;
        float: left;
        margin: 26px 53px 0 0;
        font-size: 0px;
    }
    footer .footer-left .col-nav-footer {
        padding: 0 10px 0 17px;
    }
}
@media screen and (max-width: 850px) {
    .main .catalog-nav-col {
        width: 25%;
    }
    .similar-products-col {
        width: 33%;
    }
    .page .catalog .top-catalog-show {
        clear: both;
        float: left;
        margin: 9px 0 0;
    }
}
.viewfilter{
    display: none;
}
@media screen and (max-width: 768px) {

    .CatLeft
    {
        display: none;
    }
    .allfilters{
        display: none;
    }
    .viewfilter{
        display: block;
        background: #159fb3;
        text-align: center;
        color: #fff;
        margin-bottom: 15px;
        padding: 1px;
        cursor: pointer;
    }
    .noUi-horizontal {
        height: 9px;
        background: #d8d8d8;
        margin-left: 10px;
        max-width: 98%;
        width: 95%;
    }
    .noUi-target, .noUi-target * {
        max-width: inherit;
    }
    .nav-post {
        padding: 25px 0;
    }
    .nav-post .current-page {
        display: none;
    }
    .nav-post .prev-post,
    .nav-post .next-post {
        float: none;
        margin: auto auto 10px;
        display: block;
    }
    .page .sidebar-catalog {
        /*display: none;*/
    }
    .page .sidebar-catalog, .page .mobile-catalog {
        float: none;
        width: 100%;
    }
    .more-products,
    .open-filter {
        display: block;
    }
    .page-nav {
        display: none;
    }
    .page .catalog {
        margin: 0;
    }
    .page .catalog .top-catalog-show {
        clear: none;
        float: right;
        margin: 0;
    }
    .card {
        padding: 0 0 90px;
    }
    .img-mobile {
        display: block;
        max-width: 300px;
        height: auto;
        margin: auto;
        padding-bottom: 15px;
    }
    .img-mobile-col {
        max-width: 300px;
    }
    .img-mobile-col img {
        max-width: 100%;
        height: auto;
    }
    .breadcrumbs {
        display: none;
    }
    header.header-inside {
        padding: 0;
    }
    .main .catalog-nav-col {
        width: 33%;
    }
    header.header-inside {
        background: url(../images/bg-header-inside.jpg) no-repeat center 0;
        height: 185px;
    }
    header.header-inside .search-header {
        top: 8px;
        left: 0px;
        width: 330px;
    }
    .card-gallery {
        display: none;
    }
    .card-info {
        margin: 0;
        text-align: center;
    }
    .card-info .card-info-list li .title-list {
        display: block;
        width: auto;
    }
    .card-info .select-color * {
        display: inline-block;
        vertical-align: top;
        float: none !important;
    }
    .card-info .select-color *:last-child {
        margin: 0;
    }
    .card-info .availability,
    .card-info .delivery {
        display: inline-block;
        vertical-align: top;
    }
    .card-info .go-to-shop:after {
        display: block;
        content: " ";
        clear: both;
    }
    .card-info .tags .title {
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .similar h2 {
        text-align: center;
    }
}
@media screen and (max-width: 650px) {
    .similar-products-col {
        width: 50%;
    }
    footer .footer-left .col-nav-footer,
    footer .footer-left .col-nav-footer:nth-child(1) {
        width: 50%;
        padding: 0 10px 20px 30px;
    }
    footer .footer-left .col-nav-footer:nth-child(2):after {
        display: none;
    }
    header h1 {
        font: 700 21px/24px Meiryo, sans-serif;
    }
    header {
        height: auto;
        padding: 0 0 153px;
    }
}
@media screen and (max-width: 570px) {
    .page h1 {
        text-align: center;
    }
    .page .catalog .top-catalog-show {
        display: none;
    }
    .catalog-products .similar-products-col-img::after {
        width: 137px;
        margin: 0 0 0 -68px;
    }
    .catalog-products .similar-products-col-img span img {
        max-width: 100%;
        height: auto;
    }
    .similar .similar-products-col-text {
        clear: none;
        display: table-cell;
        vertical-align: middle;
    }
    .similar .similar-products-col-img {
        float: left;
        width: 115px;
        height: 139px;
        margin: 0;
    }
    .similar .similar-products-col-img img {
        max-height: 119px;
        width: auto;
    }
    .similar .similar-products-col-img::after {
        display: none;
    }
    .similar .similar-products-col {
        position: relative;
        display: table;
        height: 139px;
    }
    .similar .similar-products-col:after {
        background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAFCAYAAABvsz2cAAAAF0lEQVQImWO4cePGfwYYuHHjxn8G3CIAkvkRpIvNMXAAAAAASUVORK5CYII=") repeat-x scroll 0 0;
        content: "";
        height: 5px;
        left: 0;
        z-index: 9;
        position: absolute;
        top: 100%;
        width: 100%;
    }
    header .all-furniture {
        display: none;
    }
    .main .catalog-nav-col {
        width: 50%;
    }
    footer {
        padding: 24px 0;
    }
    footer .footer-left .col-nav-footer:after {
        display: none;
    }
    footer .footer-left .col-nav-footer ul ul {
        /*display: none;*/
    }
    footer .footer-left .col-nav-footer {
        width: 50%;
        padding: 0 10px 0px 30px;
    }
    footer h3 {
        margin: 0;
    }
    footer .footer-right {
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
    .t-footer {
        float: none;
    }
    .b-footer {
        float: none;
    }
    footer .footer-right .social {
        text-align: center;
        padding: 9px 0 19px 15px;
    }
    footer .footer-right .social a {
        float: none;
        display: inline-block;
        vertical-align: top;
    }
    header .nav-header {
        text-align: center;
        display: block;
        margin: 10px 0 0;
    }
    header.header-inside .nav-header {
        margin: 10px 0 0 20px;
    }
    .similar-products-col {
        width: 100%;
    }
}
@media screen and (max-width: 400px) {
    .similar-products-col-text .title-product {
        font-size: 12px;
    }
    .similar-products-col-img {
        height: auto;
        padding: 10px 0 5px;
    }
    .icon-nav {
        margin: 29px 41px 0 0;
    }
    .main .catalog-nav-col ul ul,
    .main .catalog-nav-col .more {
        display: none;
    }
    .main .catalog-nav-col {
        padding: 0;
    }
    .main h1 {
        text-align: center;
        text-transform: none;
    }
    .main h1:before {
        left: 50%;
        margin: 0 0 0 -15px;
    }
    .main h2 {
        text-align: center;
        text-transform: none;
    }
    .main h2:before {
        left: 50%;
        margin: 0 0 0 -15px;
    }
    .main {
        padding: 26px 10px;
    }
    .main .catalog-nav-col h3 {
        margin: 0 0 12px;
    }
    .logo-desktop {
        display: none;
    }
    .logo-mobile {
        display: block;
    }
    header .logo {
        margin: 21px 0 0;
    }
    header,
    header.header-inside {
        /*background: #fff;*/
    }
    header h1 {
        color: #ffffff;
    }
    header .search-header input[type="text"] {
        font-size: 18px;
        padding: 0 60px 0 15px;
    }
}
/*del*/
.nav-verstka li a:hover,
.nav-verstka li.active a {
    color: #585858;
    text-decoration: underline;
}
.nav-verstka li a {
    text-decoration: none;
    color: #a0a0a0;
    font: 13px/26px arial, sans-serif;
}
.nav-verstka li {
    list-style: none;
    padding: 0 30px;
}
.nav-verstka.active {
    left: -150px;
}
.nav-verstka {
    position: fixed;
    left: 0;
    top: 0;
    transition: all .3s ease;
    width: 150px;
    border-right: 1px solid #bbb;
    z-index: 9999;
    padding: 50px 0 0;
    box-sizing: border-box;
    height: 100%;
    background: #fff;
}
.active .open-nav-verstka {
    transform: rotate(-180deg);
    right: -29px;
}
.open-nav-verstka {
    position: absolute;
    cursor: pointer;
    transition: all .3s ease;
    width: 22px;
    height: 23px;
    background: url(../images/open-nav-verstka.png) no-repeat;
    top: 9px;
    right: 9px;
    transform: rotate(0deg);
}
/*---------HUB-PAGE---------------*/
.category-index {
    max-width: 124.8rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.category-index .category-title {
    margin: 0 0 60px;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 40px;
}
.category-index .sub-categories-list {
    display: flex;
    flex-wrap: wrap;
}
.category-index .sub-categories-list .item {
    width: 33.3%;
    display: block;
    /*align-items: flex-start;*/
    margin-bottom: 120px;
}
.category-index .sub-categories-list .item .item-img {
    margin-right: 10px;
}
.category-index .sub-categories-list .item .item-img img {
    display: block;
    max-width: 75%;
    height: auto;
}
.category-index .sub-categories-list .item .item-content {
    max-width: 260px;
    margin-top: 20px;
}

.category-index .sub-categories-list .item .item-content h3 {
    margin: 0 0 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
}
.category-index .sub-categories-list .item .item-content h3 > a {
    color: #363636;
}
.category-index .sub-categories-list .item .item-content div {
    display: flex;
    flex-wrap: wrap;
}
.category-index .sub-categories-list .item .item-content div a {
    color: #878787;
    text-decoration: none;
    font-size: 15px;
    line-height: 22px;
    display: block;
    width: 100%;
}
.category-index .sub-categories-list .item .item-content div a:hover {
    text-decoration: underline;
}
.category-index .sub-categories-list .item .item-content div a:after {
    /*content: '|';*/
    /*padding-left: 5px;*/
    /*padding-right: 5px*/
}
.category-index .sub-categories-list .item .item-content div a:last-child:after {
    display: none;
}
.category-index .sub-categories-list .show-more-btn {
    width: 100%;
    background: #16a0b4;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 54px;
    cursor: pointer;
    margin-top: 4px;
    display: none;
}
.category-index .favorite-character-list h2 {
    font-size: 24px;
    color: #1d1d1d;
    text-transform: uppercase;
    margin: 0 0 70px;
}
.category-index .favorite-character-list .list {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
}
.category-index .favorite-character-list .list .item {
    width: 20%;
}
.category-index .favorite-character-list .list .item a {
    display: flex;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    color: #000;
}
.category-index .favorite-character-list .list .item a img {
    max-width: 100%;
    height: auto;
    display: block;
}
.category-index .favorite-character-list .list .item a span {
    text-transform: uppercase;
    font-weight: 700;
}
.category-index .favorite-character-list .list .show-more-btn {
    width: 100%;
    background: #16a0b4;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    height: 54px;
    cursor: pointer;
    margin-top: 4px;
    display: none;
}
.hub_category {
    display: none;
}
@media (max-width: 1320px) {
    .category-index {
        width: calc(70%);
    }
}
@media (max-width: 992px) {
    .category-index .sub-categories-list .item {
        width: 50%;
    }
    .category-index .favorite-character-list .list .item {
        width: 25%;
        margin-bottom: 35px;
    }
}
@media (max-width: 767px) {
    .hub_category {
        display: block;
    }
    .category-index {
        width: 100%;
    }
    .category-index .category-title {
        margin-bottom: 30px;
        text-align: center;
        font-weight: 700;
    }
    .category-index .sub-categories-list {
        margin-top: 35px;
        margin-bottom: 40px;
    }
    .category-index .sub-categories-list .show-more-btn {
        display: flex;
    }
    .category-index .sub-categories-list .item {
        display: none;
        margin-bottom: 0;
        width: 100%;
    }
    .category-index .sub-categories-list .item .item-img {
        display: none;
    }
    .category-index .sub-categories-list .item .item-content h3 {
        margin-left: 15px;
    }
    .category-index .sub-categories-list .item .item-content div {
        max-width: 100%;
    }
    .category-index .sub-categories-list .item .item-content div a {
        padding-left: 28px;
        padding-right: 32px;
        display: flex;
        background: #f9f9f9;
        position: relative;
        font-size: 14px;
        color: #16a0b4;
        border-bottom: 1px solid #e0e0e0;
        height: 52px;
        align-items: center;
        width: 100%;
    }
    .category-index .sub-categories-list .item .item-content div a:after {
        display: none;
    }
    .category-index .sub-categories-list .item .item-content div a:before {
        content: '';
        position: absolute;
        display: block;
        width: 8px;
        height: 8px;
        border: 1px solid #bed6d9;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 20px;
        top: 50%;
        margin-top: -4px;
        border-left: none;
        border-bottom: none;
    }
    .category-index .sub-categories-list .item .item-content div a:last-child {
        border-bottom: none;
    }
    /*.category-index .sub-categories-list .item:first-child {*/
    /*display: block*/
    /*}*/
    .category-index .favorite-character-list h2 {
        text-align: center;
        font-weight: 700;
    }
    .category-index .favorite-character-list .list .show-more-btn {
        display: flex;
    }
    .category-index .favorite-character-list .list .item {
        width: 33.3%;
    }
    .hub-mobile ul li{
        list-style: none;
        background: #f5f5f5;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        font-size: 15px;
    }
    .hub-mobile ul li a{
        color: #363636;
    }
    .hub-mobile ul li span{
        color: #878787;
        margin-left: 10px;
    }
}
@media (max-width: 575px) {
    .category-index .favorite-character-list .list .item {
        width: 100%;
    }
}

.categories ul{
    padding-left: 10px;
}
.categories ul li{
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
}
.categories ul li a{
    color: #000;
    text-decoration: none;
}
.categories ul li a:hover{
    color: #676767;
}
.categories ul li span{
    margin-left: 10px;
    font-size: 12px;
}
.categories ul li.active a{
    font-weight: bold;
}
.filterHolder ul{
    padding-left: 10px;
}
.filterHolder ul li{
    list-style: none;
    font-size: 14px;
    margin-bottom: 5px;
}
.filterHolder ul li a{
    color: #000;
    text-decoration: none;
}
.filterHolder ul li a:hover{
    color: #676767;
}
.filterHolder ul li span{
    margin-left: 10px;
    font-size: 12px;
}
.filterHolder ul li.active a{
    font-weight: bold;
}

/*FILTERS*/
.filterHolder label{
    display: flex;
}

.filterHolder label span {
    margin: 4px 0 0 5px;
}
.btn-filter{
    border: 0;
    text-decoration: none;
    max-width: 309px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 45px;
    background: #363636;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 700 15px/35px Meiryo, sans-serif;
    margin: 0 0 25px;
    cursor: pointer;
    margin-top: 25px;
}
.btn-filter:hover {
    background: #159fb3;
    color: #fff;
}
.searchfilter input{
    width: 100%;
    padding: 3px;
    margin-bottom: 0px;
    position: relative;
    top: -10px;
}
.filterHolder{
    min-height: 20px;
    overflow-y: scroll;
    max-height: 210px;
}
.top-catalog-discount{
    display: inline;
    position: relative;
    top: 3px;
}

.catalog-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 2rem;
    height: 1.8rem;
}

.catalog-controls-sort {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    font-size: 0;
}

.catalog-controls-sort__title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.5em;
    color: #000;
    font-size: 1.4rem;
    line-height: 1;
}

.catalog-controls-sort__select-wrapper {
    position: relative;
    z-index: 9;
    display: inline-block;
    vertical-align: middle;
    padding-right: 1rem;
}

.catalog-controls-sort__select-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 10px;
    width: 22px;
    height: 25px;
    border: 1px solid #e1e1e1;
}

.catalog-controls-sort__select-wrapper::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 16px;
    border: 5px solid transparent;
    border-bottom: 0;
    border-top-color: #9a9a9a;
}

.catalog-controls-sort__select {
    position: relative;
    z-index: 10;
    display: block;
    padding: 0 20px 0 10px;
    height: 25px;
    color: rgba(0, 0, 0, 0.8);
    background-color: transparent;
    border: 1px solid #e1e1e1;
    border-right: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-size: 12px;
    line-height: normal;
    text-indent: 0.01px;
    -o-text-overflow: '';
    text-overflow: '';
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

.catalog-controls-sort__select::-ms-expand {
    display: none;
}

.catalog-controls-sort__select:focus {
    -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.filter-btn{
    text-align: center;
}
.logo-desktop {
    width: 200px;
    fill: white;
    -webkit-filter: brightness(25);
    filter: brightness(25);
}
.logo-mobile {
    width: 200px;
    fill: white;
    -webkit-filter: brightness(25);
    filter: brightness(25);
}
.filter-search{
    position: absolute;
    top: 50%;
    left: 245px;
    border: 0;
    text-decoration: none;
    max-width: 175px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    height: 40px;
    background: #363636;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font: 700 14px/28px Meiryo, sans-serif;
    margin: 0 0 25px;
    cursor: pointer;
    margin-top: -10px;
    z-index: 99;
}
.filter-search:hover {
    background: #159fb3;
    color: #fff;
}
@media (max-width: 767px) {
    .filter-search{
        position: relative;
        top: 0px;
        left: 0px;
        margin: 20px auto;
        display: block;
        margin-top: 25px;
    }
}
.linkoffer, .linkofferour{
    cursor: pointer;
}
#pageloading{
    text-align: center;
}
#pageloading_search{
    text-align: center;
}

.tags {
    margin-bottom: 10px;
}
.tags .title {
    margin: 0 0 12px;
    font-size: 15px;
    line-height: 15px;
    color: #0b0b0b;
    font-weight: bold;
}
.tagswrapper {

}
.tagslink{
    display: inline-block;
    vertical-align: middle;
    margin-right: 2px;
    margin-bottom: 6px;
    color: #149cb2;
    font-size: 13px;
    line-height: 13px;
    text-decoration: none;
    padding: 5px;
    border: 1px solid #ccc;
}
.discount_view{
    background: #d43636;
    color: #fff;
    text-align: center;
    width: 55px;
    border-radius: 50%;
    height: 55px;
    position: absolute;
    right: 75px;
    line-height: 16px;
    padding: 12px 0;
    z-index: 99999;
}
.discount_view b{
    font-size: 15px;
}
.hidenav{

}
.brand-letters {
    margin-bottom: 20px;
    background: #149db2;
    padding-left: 5px;
    color: #fff;
}

.brand-letters li {
    display: inline-block;
    text-transform: uppercase;
}

.brand-letters li a {
    border-radius: 3px;
    display: block;
    padding: 10px 5px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    text-decoration: none;
}

.brand-letters li a:hover {
    color: #88ecff;
    text-decoration: none;
    border-radius: 0px;
}

.brands h3 {
    padding: 6px 6px 6px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    color: #026674;
    font-size: 25px;
}

.brands .brand {
    width: 220px;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
}

.brands .brand a {
    color: #16a0b4;
    text-decoration: none;
}

.brands .brand a:hover {
    text-decoration: underline;
}

.brands .brand span {
    font-size: 12px;
    color: #b5b5b5;
}
.all_vendors_letter {
    display: block;
    margin: 35px 15px 15px 15px;
    text-align: center;
    font-size: 15px;
    /*font-weight: bold;*/
    text-decoration: none;
    color: #026674;
    background: #f5f5f5;
    padding: 5px;
    text-transform: uppercase;
}

.all_vendors_letter:hover {
    color: #02a3b3;
    background: #fbfbfb;
}
.CatTop {
    text-align: center;
    padding-bottom: 20px;
}
.infoFixed{
    position: fixed;
    top: 20px;

}
.infoFixedBot{
    position: fixed;
    bottom: 645px;
}

/*---------------MODAL--------------------*/
.modal-header .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}
.video-close{
    z-index: 9999;
    position: relative;
    right: 3px;
    font-size: 25px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 1px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 700px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.modal-body img {
    display: block;
    max-width: 100%;
    height: auto;
}

/*---------------MODAL--------------------*/

.cityes {
    padding: 15px 0 0 0;
    height: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-top: 15px;
}
.datacity{
    text-decoration: underline;
    cursor: pointer;
    color: #16a0b4;
}
.city_delivery{
    height: 15px;
    font-size: 11px;
    color: #65b75c;
}
.dom98-cityes{
    display: none;
}
.has-success .form-control{
    outline: none;
}
.has-success .form-control:focus {
    border-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#quick-order .modal-body {
    padding: 35px;
}

#quick-order .modal-title {
    font-size: 18px;
}
#quick-order .btn-submit {
    text-align: center;
}

#quick-order .btn-success{
    width: 100%;
}
#quick-order .user-rules {
    text-align: center;
}
.cart-btn-group {
    text-align: center;
    padding-top: 10px;
}
.cart-btn-group .btn {
    width: 45% !important;
    margin: 5px;
    font-size: 16px;
}
#add-to-cart .select2 {
    width: 100% !important;
}

.cart-de{
    width: 100px;
}
.cart-cl{
    width: 150px;
}
.cart-price{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}
#cart-items th{
    background: #f5f5f5;
    font-size: 14px;
}
.cart-cnt input{
    text-align: center;
}
.cart-total{
    font-size: 17px;
    text-align: right;
    margin-bottom: 10px;
}
.cart-total-bott{
    font-size: 18px;
    text-align: right;
    margin-bottom: 10px;
    color: black;
}
.btn-cart{
    font-size: 20px;
    margin-top: 12px;
}
.cart-item{
    font-size: 17px;
    color: #007dab;
}

.order-cols label {
    font-size: 14px;
}

.btn-list {
    display: block;
    margin: 0 auto;
    background: #159fb3;
    color: #fff;
    max-width: 97px;
}

.similar-products-col .stock {
    text-align: center;
}

.similar-products-col .description {
    height: 1px;
    display: none;
}

.similar-products-col .stock span {
    font-size: 12px;
    background: #9e9e9e;
    padding: 2px 5px;
    color: #fff;
}
@media screen and (max-width: 380px) {
    .cart-cnt .input-group .form-control, .cart-cnt button {
        margin-bottom: 5px;
        width: 100%;
        display: block;
        border-radius: 4px !important;
    }

    .cart-cnt span.input-group-btn {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
}

.topphone{
    display: block;
    color: #fff;
    font-size: 20px;
    text-align: center;
}