@font-face {
    font-family: 'Verdana';
    src: url('verdanabold.ttf') format('ttf');
    font-weight: 700;
    font-style: normal;
}
html {
    font-size: 14px;
}
.in-top,
.in-middle,
.in-bottom {
    display: inline-block;
}
.in-top {
    vertical-align: top;
}
.in-middle {
    vertical-align: middle;
}
.in-bottom {
    vertical-align: bottom;
}
body {
    font-family: 'Verdana';
    font-size: 14px;
    background: #fff;
    font-weight: 400;
}
a,
button {
    outline: none;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;
}
.container {
    width: 100%;
}
.btn {
    color: #333333;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
    height: 45px;
}
.btn-black {
    background: #2e2e2e;
    color: #000;
}
.btn-black:hover {
    background: #545455;
    color: #fff;
}
.brn-compares {
    margin-left: 15px;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.loadItem {
    opacity: 0;
}
.transition {
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;
}
.transition:hover {
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;
}
.stretch {
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
header {
    background: #fff;
    position: relative;
}
.mainpage.header-main {
    position: relative;
}
.mainpage.header-main .header-top {
    position: static;
    top: 0;
    left: 0;
    right: 0;
}
.header-top {
    color: #000;
}
.header-top .language {
    position: absolute;
    top: 0;
    right: 20px;
}
.header-top .phone {
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}
.header-top .email {
    padding-right: 0;
}
.header-top .phone a {
    color: #333333;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    margin-left: 7px;
    border: 0;
    word-wrap: break-word;
}
.line-top {
    padding: 25px 0px;
}
#SvgjsSvg1014 {
    position: relative;
    top: 1.7px;
}
.header-top .phone img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}
.header-cart {
    text-align: right;
    font-size: 20px;
    margin: 0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 0% 0 12%;
}
.header-cart a {
    text-decoration: none;
    position: relative;
}
.shopping-cart-widget span {
    font-size: 14px;
}
.header-cart .cart-image {
    margin-left: 15px;
}
header .main-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
header .main-menu > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
header .main-menu > ul > li {
    display: inline-block;
    text-align: center;
}
header .collection {
    color: #ffffff;
    font-family: Verdana;
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    padding: 23px 37px;
}
header .logo-fixed {
    position: fixed;
    z-index: 998;
    display: none;
    top: 4px;
    right: 20px;
    height: 34px;
    padding: 0;
}
header .logo-fixed img {
    height: 100%;
}
.menu-top-2 ul {
    list-style: none;
    padding: 0;
    margin: 0 0 7px 0;
}
.menu-top-2 li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.menu-top-2 li a {
    color: #959595;
    font-size: 12px;
}
.main-menu .fa-caret-down {
    position: relative;
    left: 10px;
    vertical-align: middle;
}
.cat-submenu {
    position: absolute;
    z-index: 998;
    display: none;
    background: #1f1f1f;
    width: 100%;
    left: 0;
    padding-top: 61px;
}
.subcoll {
    padding-bottom: 50px;
}
.subcoll a {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.subcoll span {
    margin-top: 30px;
    max-width: 220px;
}
.subcol-title {
    color: #ffffff;
    padding: 10px 20px 0px;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    word-wrap: break-word;
}
.img-wrap {
    height: 100px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
header .main-menu > ul > li:hover {
    background: #1f1f1f;
}
header .main-menu > ul > li:hover .cat-submenu {
    display: block;
}
.notice.notice-info.search-notice {
    min-width: 240px;
}
header .main-menu .cat-submenu a {
    color: #ffffff;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
}
header.header-main.reg .main-menu .cat-submenu a {
    color: #fff;
}
header .line-bottom {
    background-color: #333333;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
header .line-bottom .rightside {
    text-align: right;
}
header .line-bottom .rightside .point {
    display: inline-block;
    vertical-align: bottom;
}
header .line-bottom .rightside .point a,
header .line-bottom .rightside .point button {
    position: relative;
    display: block;
    width: 50px;
    line-height: 50px;
    color: #707070;
    text-align: center;
    cursor: pointer;
}
.header-search {
    position: relative;
}
.header-search .search-input {
    position: absolute;
    top: -12px;
    right: 35px;
    background: #fff;
    height: 46px;
    font-weight: 300;
    font-size: 15px;
    padding: 10px 0;
    width: 240px;
    max-width: 0;
    border: 0;
}
header.reg .header-search .search-input {
    border: none;
}
.header-search img {
    display: inline-block;
    vertical-align: middle;
}
.header-search:hover .search-input {
    border-right: 1px solid #eee;
    max-width: 250px;
    padding: 10px 45px 10px 15px;
    border: 1px solid #eee;
}
.search-input-md {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: #fff;
    padding: 10px 45px 10px 10px;
}
.open-menu.js-open-menu {
    color: #fff;
    font-size: 27px;
}
.form-search-template {
    position: relative;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0px 0px 20px 0px;
}
.form-search-template button {
    height: 43px;
    padding: 0px 10px;
    background: #ffd241;
}
.form-search-template .ajax-search-results-wrapper {
    position: absolute;
    top: 44px;
    background: #fff;
    width: 47%;
    z-index: 10;
    border: 1px solid #cdcdcd;
    border-bottom: 0;
    border-top: 0;
}
.form-search-template .ajax-search-results-wrapper .notice {
    margin: 0;
}
.form-search-template li.ajax-search-item {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.wrap-search .ajax-search-results-wrapper a {
    color: #fff;
    padding: 10px 10px;
    display: block;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.search-button:hover ~ .search-input {
    border: 1px solid #ccc !important;
}
.search-input:hover {
    border: 1px solid #ccc !important;
}
.wrap-search .ajax-search-results-wrapper {
    position: absolute;
    background: #333;
    width: 100%;
    z-index: 13;
    left: 0;
}
.wrap-search form {
    position: relative;
    color: #fff;
}
.wrap-search form button {
    background: #fff;
    position: absolute;
    right: 0;
    padding: 6px 10px;
}
.s-input {
    height: 43px;
    background: #fff;
    color: #000;
    padding: 0px 15px;
    width: 44%;
}
li.ajax-search-item {
    position: relative;
    white-space: nowrap;
}
.header-search .ajax-search-results-wrapper {
    position: absolute;
    z-index: 5;
    right: 35px;
    top: 34px;
    text-align: left;
    border-top: 1px solid #eee;
}
.header-search .ajax-search-results-wrapper a {
    width: 100% !important;
    background: #fff !important;
    color: #333 !important;
    text-align: left !important;
    line-height: 20px !important;
    border-left: 1px solid #ff5e0d;
    border-right: 1px solid #ff5e0d;
    border-bottom: 1px solid #eee;
    padding: 10px !important;
    display: block;
}
.header-search .ajax-search-results-wrapper ul li:last-child a {
    border-bottom: 1px solid #ff5e0d;
}
.summ {
    position: absolute;
    right: -11px;
    bottom: -4px;
    background: #ffd241;
    display: inline-block;
    padding: 0px 5px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    min-width: 19px;
    min-height: -1px;
    text-align: center;
}
.js-main-slider .owl-pagination {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 65%;
}
.js-main-slider .special {
    background: rgba(51, 51, 51, 0.7);
    padding-top: 20px;
    padding-right: 54px;
    padding-bottom: 24px;
    padding-left: 71px;
    top: 50%;
    left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    max-height: 100%;
}
.js-main-slider h2 {
    display: inline-block;
    color: #ffffff;
    margin: 0;
    font-family: Verdana;
    font-size: 4.285714285714286rem;
    font-weight: 700;
    margin-left: -3px;
}
.js-main-slider p {
    color: #ffffff;
    margin: 0;
    font-size: 30px;
    font-weight: 700;
}
.js-main-slider span {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    margin: 13px 0px 10px;
}
.js-main-slider .logo-image {
    min-width: 100%;
}
.js-main-slider .owl-pagination .owl-page {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 72%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin: 0 4px;
}
.js-main-slider .owl-pagination .owl-page.active {
    border: 1px solid #ffd241;
    background: #ffd241;
}
.js-main-slider .owl-prev,
.js-main-slider .owl-next {
    position: absolute;
    color: transparent;
    width: 46px;
    height: 86px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin-top: -43px;
}
.js-main-slider .owl-prev {
    left: 15px;
    background: url(main-slider_arrow-left.png) 0 0 no-repeat;
}
.js-main-slider .owl-next {
    right: 15px;
    background: url(main-slider_arrow-right.png) 0 0 no-repeat;
}
.slider-btn {
    background: url(btn-slider.png);
    width: 175px;
    height: 54px;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    white-space: nowrap;
    line-height: 41px;
    display: block;
    margin: 10px auto 0px;
}
.advantages {
    background-color: rgba(31, 31, 31, 0.7);
    width: 100%;
    height: 30%;
    bottom: 0px;
    display: -moz-box;
    display: -ms-flexbox;
    -moz-box-align: center;
    -ms-flex-align: center;
    overflow: hidden;
    max-height: 240px;
}
.advantages .container {
    height: 100%;
}
.advantages .container .row-flex {
    padding: 20px 0px;
    height: 100%;
}
.h70 {
    height: 70%;
}
.advantages-img-wrap img {
    max-height: 100%;
}
.advantages-img-wrap {
    margin: 0 auto;
    height: 100%;
    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;
}
.advantages p {
    color: #ffffff;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin: 0;
    margin-top: 2%;
    max-width: 248px;
}
.advantages .flex-xl-4 {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 50%;
}
.stock-container {
    background-color: #ffd241;
    padding: 36px 0px;
}
.stock-container-wrap {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.stock-title {
    margin-top: 0;
    color: #333333;
    font-family: Verdana;
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    padding-left: 37px;
}
.stock-container .product-preview {
    padding-top: 0;
}
.stock-container .product-preview .product-inner:hover {
    -webkit-box-shadow: 0px 0px 10px 0px #5a5a5a;
    box-shadow: 0px 0px 10px 0px #5a5a5a;
    -webkit-border-radius: 1px;
    border-radius: 1px;
}
.form-wrap {
    height: 598px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background: url(form.jpg);
}
.subscribe-title {
    font-family: Verdana;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 28px;
}
.subscribe {
    padding: 0px 20px;
    background: #333;
}
.subtitle {
    color: #ffffff;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    max-width: 405px;
    margin-bottom: 26px;
}
.random-items-2 {
    background-color: #e9e9ea;
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 87px 0px;
}
.top-collection {
    margin-bottom: 20px;
}
.col-wrap:hover {
    -webkit-box-shadow: 0 0 16px rgba(33, 33, 33, .2);
    box-shadow: 0 0 16px rgba(33, 33, 33, .2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.col-wrap {
    -webkit-transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    background: #fff;
    height: 306px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}
.light {
    color: #333333;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.random-items-2 .point-text {
    text-transform: uppercase;
    margin-top: 10px;
}
.random-items-2 .point-image img {
    max-height: 150px;
    width: auto;
    margin-top: 30px;
}
.index-popular {
    color: #777777;
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
    padding-left: 27px;
    margin-top: 0;
}
.product-carousel.best-items {
    -webkit-box-shadow: inset 0px 2px 6px 0px #c5c5c5;
    box-shadow: inset 0px 2px 6px 0px #c5c5c5;
}
.best-items .pp-title {
    background: #f15f22;
}
.best-items .pp-title:after {
    display: none;
    position: absolute;
    content: '';
    top: 50%;
    right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #f15f22;
    margin-top: -60px;
}
.pp-title h3 {
    position: relative;
    font-size: 22px;
    color: #fff;
    font-weight: normal;
    text-transform: uppercase;
    margin: 60px 0 30px 0;
}
.carousel-descr {
    position: relative;
    color: #fff;
}
.product-preview {
    padding: 45px 0px 25px;
}
.product-preview .product-inner {
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;
    padding: 0px 0px 25px 0px;
    background: #fff;
}
.product-preview .product-inner:hover {
    -webkit-box-shadow: 0px 0px 10px 0px #bdbdbd;
    box-shadow: 0px 0px 10px 0px #bdbdbd;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;
}
.best-items .js-product-carousel {
    -webkit-box-shadow: inset 0px 2px 6px 0px #c5c5c5;
    box-shadow: inset 0px 2px 6px 0px #c5c5c5;
}
.product-preview .product-image {
    position: relative;
    overflow: hidden;
    height: 288px;
    line-height: 318px;
    text-align: center;
    margin-bottom: 15px;
}
.product-preview .product-image .product-detail {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(255, 255, 255, 0.3);
    text-align: center;
    position: absolute;
}
.product-preview .product-image:hover .product-detail {
    opacity: 1;
}
.product-preview .product-image .product-detail .btn {
    width: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-transform: uppercase;
    cursor: pointer;
}
.product-preview .product-image .product-detail .detail-buttons {
    height: 100%;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 0px 30px;
}
.product-preview .compare-add,
.product-preview .compare-delete {
    position: absolute;
    top: 50%;
    right: 0;
    width: 45px;
    outline: none;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    line-height: 45px;
    background: #ff5e0d;
    color: #fff;
    margin-top: -23px;
}
.circle-go {
    display: inline-block;
    vertical-align: middle;
    background: #5eb9a9;
    color: #fff;
    width: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin-left: 5px;
}
.product-preview .product-image img {
    display: inline-block;
    vertical-align: middle;
}
.product-preview .product-image .brown {
    border-color: #333333;
}
.product-preview .discount,
.product-page .label-discount {
    position: absolute;
    z-index: 3;
    top: -34px;
    left: 28px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 0;
    border: 5px solid #ffd241;
    width: 72px;
    height: 72px;
    font-family: Verdana;
    line-height: 85px;
}
.compare-control {
    float: right;
    margin-right: 50px;
}
.w100 {
    width: 100%;
    height: 55px;
}
.compare-control .active {
    display: none;
}
.compare-link {
    margin: 0;
}
.product-page .label-discount {
    top: -39px;
    left: 11px;
    position: relative;
    display: inline-block;
    text-align: center;
    color: #333333;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 700;
    line-height: 83px;
}
.product-preview .product-miniatures {
    text-align: center;
    height: 48px;
    margin-bottom: 20px;
}
.product-preview .product-miniatures img {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    max-width: 45px;
    max-height: 100%;
    margin: 0 3px;
}
.product-preview .product-title {
    color: #555;
    font-size: 15px;
    text-align: center;
    margin-bottom: 7px;
}
.product-preview .product-price {
    text-align: center;
}
.product-preview .product-price span {
    color: #797979;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    text-decoration: line-through;
}
.product-preview .product-price b {
    font-size: 17px;
}
.opacity:hover {
    opacity: 0.7;
}
.product-carousel .owl-carousel,
.product-carousel .owl-carousel .owl-wrapper-outer {
    position: static;
    padding: 0;
}
.product-carousel .owl-controls {
    color: #fff;
    text-align: center;
}
.product-carousel .owl-controls .owl-prev,
.product-carousel .owl-controls .owl-next {
    position: absolute;
    display: inline-block;
    font: normal normal normal 51px FontAwesome;
    font-size: 100px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    bottom: 50%;
    margin-bottom: -55px;
}
.product-carousel .owl-controls .owl-prev {
    left: -55px;
}
.product-carousel .owl-controls .owl-prev:before {
    content: "\f104";
}
.product-carousel .owl-controls .owl-next {
    right: -55px;
}
.product-carousel .owl-controls .owl-next:before {
    content: "\f105";
}
.pp-title {
    min-height: 300px;
}
.pp-title .to-category {
    position: absolute;
    color: #fff;
    font-size: 16px;
    left: 20px;
    bottom: 16px;
    margin: 0;
}
.product-carousel .pp-title {
    position: relative;
}
.product-carousel .pp-title:before {
    position: absolute;
    z-index: 0;
    content: '';
    background: #333;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1000%;
}
.new-items {
    border-top: 1px solid #eee;
}
.new-items .pp-title {
    background: #101b36;
}
.new-items .pp-title:after {
    position: absolute;
    z-index: 2;
    content: '';
    display: none;
    top: 50%;
    right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #101b36;
    margin-top: -60px;
}
.blog-carousel {
    overflow: hidden;
    background-color: #333333;
}
.blog-carousel .blog-title {
    position: absolute;
    color: #ffffff;
    top: 50px;
    padding-left: 25px;
}
.blog-point-row {
    margin: 1px;
    width: 100%;
}
.js-blog-carousel .blog-point {
    min-height: 477px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.js-blog-carousel .blog-point a {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    color: #fff;
}
.js-blog-carousel .blog-point .preview {
    color: #fff;
}
.js-blog-carousel .blog-point .date {
    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;
    font-size: 12px;
    margin-bottom: 17px;
    color: #fff;
}
.js-blog-carousel .owl-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.js-blog-carousel .owl-item > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.js-blog-carousel .blog-point img {
    padding-left: 0;
    padding-right: 0;
}
.js-blog-carousel .blog-point .date span {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.js-blog-carousel .owl-controls .owl-pagination {
    position: absolute;
    bottom: 40px;
    text-align: center;
    display: inline-block;
}
.js-blog-carousel .owl-controls .owl-pagination .owl-page {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    margin: 0 4px;
}
.js-blog-carousel .owl-pagination .owl-page.active,
.checkbox-field:checked+.checkbox-label:before {
    border: 1px solid #FFD241;
    background: #FFD241;
}
.page-descrition-wrap {
    background: #777777;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
}
.page-description {
    padding: 96px 8%;
}
.photo-gallery {
    margin-top: 50px;
    margin-bottom: 20px;
}
.photo-gallery .row-flex.relative {
    max-height: 300px;
}
.photo-gallery .pp-title {
    background: #f15f22;
}
.photo-gallery .pp-title::after {
    position: absolute;
    content: '';
    top: 50%;
    right: -60px;
    border: 30px solid transparent;
    border-left: 30px solid #f15f22;
    margin-top: -30px;
}
.photo-gallery .js-product-carousel {
    padding: 0;
}
.photo-gallery .js-product-carousel .owl-wrapper-outer,
.photo-gallery .js-product-carousel .owl-wrapper,
.photo-gallery .js-product-carousel .owl-item {
    height: 100%;
}
.owl-item .container {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 30%;
    left: 0;
    right: 0;
    max-height: 70%;
}
.photo-gallery .js-product-carousel .owl-item {
    overflow: hidden;
}
.photo-gallery .owl-controls {
    display: none;
}
.footer-content {
    padding-top: 55px;
}
.footer-logo {
    margin-bottom: 40px;
}
.footer-adress {
    margin-bottom: 40px;
}
.footer-adress .phone,
.footer-adress .adress {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff;
    font-family: Verdana;
    font-weight: 400;
}
.footer-adress .email {
    color: #ffffff;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 400;
}
.footer-adress .phone i,
.footer-adress .email i,
.footer-adress .adress i {
    font-size: 18px;
    margin-right: 10px;
}
.orange {
    color: #f15f22;
}
footer {
    background: #333333;
}
footer .subscribe {
    margin-bottom: 33px;
}
footer .subscribe-title {
    font-size: 17px;
    text-transform: uppercase;
}
.subscribe-form {
    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;
}
.subscribe-form input[type="text"] {
    height: 47px;
    font-size: 16px;
    background: #fff;
    width: 59%;
    outline: none;
    font-weight: 300;
    padding: 10px 182px 10px 10px;
    color: #000;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.subscribe-form input[type="text"]::-webkit-input-placeholder {
    color: grey;
}
.subscribe-form input[type="text"]::-moz-placeholder {
    color: grey;
}
.subscribe-form input[type="text"]:-moz-placeholder {
    color: grey;
}
.subscribe-form input[type="text"]:-ms-input-placeholder {
    color: grey;
}
.subscribe-form button {
    bottom: 0;
    padding: 0 40px;
    color: #000;
    right: -10px;
    position: relative;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.social-links-wrap {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.social-links b {
    font-size: 18px;
    padding: 0 20px 0 0;
}
.social-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.social-links a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 24px;
    padding: 0px 5px;
    border: 1px dashed;
    height: 40px;
    width: 40px;
    text-align: center;
    margin: 0 5px 0 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.social-links a:last-child {
    margin-right: 0;
}
.social-links a:hover {
    color: #000;
}
.footer-menu {
    padding: 0px 10px;
}
.footer-menu a {
    font-size: 14px;
    margin: 0 0px 15px 0;
    font-weight: 400;
}
.footer-bottom {
    padding: 25px 0;
}
.footer-title {
    text-align: center;
    font-size: 16px;
    padding: 5px 0 0 0;
}
footer .insales {
    text-align: right;
}
.modal.modal-preview {
    position: relative;
    max-width: 930px;
    margin: 0 auto;
}
.modal-inner {
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}
.gallery-top {
    text-align: center;
}
.button-to-top {
    position: fixed;
    z-index: 997;
    right: 20px;
    bottom: 5px;
    color: #ff5e0d;
    font-size: 20px;
    outline: none;
}
.modal .product-title {
    color: #00a3cc;
    font-weight: 500;
    font-size: 1.5em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.modal .product-introtext {
    font-size: 15px;
    line-height: 18px;
    color: #797979;
    margin-bottom: 25px;
}
.modal .gt-prev {
    left: 10px;
}
.modal .gt-next {
    right: 10px;
}
.modal .gt-arrow {
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ff5e0d;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transition: .2s ease opacity;
    -o-transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    transition: .2s ease opacity;
    height: 40px;
    line-height: 20px;
    margin-top: -20px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 900;
}
.modal .select-field,
.modal select {
    max-width: 150px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ff5e0d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    height: 35px;
    padding: 3px 5px;
    position: relative;
    width: 100%;
}
.modal .select-wrapper {
    position: relative;
    max-width: 150px;
}
.modal .option-item:after {
    content: '\f107';
    color: #ff5e0d;
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 0;
    height: 50%;
    pointer-events: none;
    line-height: 35px;
    width: 9px;
}
.modal .option-selector {
    margin-bottom: 20px;
}
.option-selector .is-select {
    margin-bottom: 10px;
    margin-right: 22px;
}
.option-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.modal .option-item {
    position: relative;
    display: inline-block;
    max-width: 150px;
    width: 100%;
    margin-right: 10px;
    margin-bottom: 10px;
}
.modal .option-item label {
    line-height: 35px;
}
.modal .product-price.on-page {
    margin-bottom: 20px;
    font-size: 27px;
}
.modal .product-price {
    font-size: 16px;
}
.modal .product-old-price.on-page {
    margin: 0;
    padding-top: 6px;
    opacity: 1;
    font-size: 18px;
    color: #777;
    text-decoration: line-through;
}
.modal .product-counter.on-page .input-number {
    height: 30px;
    font-size: 16px;
    vertical-align: top;
    text-align: center;
    width: 50px;
}
.product-counter .button {
    width: 49px;
    height: 46px;
    background-color: #1f1f1f;
    color: #fff;
}
.product-counter input {
    width: 70px;
    height: 46px;
    background-color: #ffffff;
    color: #000;
    text-align: center;
}
.product-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
}
#product-form .product-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 17px;
}
.modal .input-field,
.textarea-field {
    border: 2px solid #ff5e0d;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
}
.modal .button-number {
    background: #ff5e0d;
    color: #fff;
    height: 30px;
    font-size: 16px;
    vertical-align: top;
    width: 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 33px;
}
.pluso {
    margin-left: 5px;
}
.share-title {
    margin-right: 10px;
}
.row-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
}
.modal .button-primary,
.modal .js-fast-order-open {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: .8em;
    font-weight: bold;
    padding: 8.5px 15px;
    overflow: hidden;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    z-index: 1;
    background: #ff5e0d;
}
.product-buttons .js-fast-order-open {
    border-bottom: 1px dashed #000;
    color: #000000;
    font-size: 17.5px;
    font-weight: 400;
}
.modal .js-fast-order-open {
    background: #101b36;
}
.modal .label.label-discount {
    position: absolute;
    z-index: 3;
    top: -60px;
    left: -60px;
    width: 120px;
    height: 120px;
    background: #363636;
    color: #fff;
    font-weight: 300;
    line-height: 20px;
    font-size: 18px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    padding: 74px 0 0 53px;
}
.modal .swiper-slide .swiper-lazy {
    margin-top: 15px;
}
header .line-bottom .rightside .point.cart-mobile {
    display: none;
}
header .line-bottom .rightside .point img {
    display: inline-block;
    vertical-align: middle;
}
header.reg .line-bottom {
    -webkit-box-shadow: 0px 4px 5px 0px #d8d8d8;
    box-shadow: 0px 4px 5px 0px #d8d8d8;
}
ul.breadcrumb {
    padding: 0;
    margin: 0 0 20px 0;
}
.collection-top {
    padding: 30px 0;
    padding-bottom: 0;
}
.breadcrumb-link {
    color: #333333;
    padding-right: 7px;
    text-decoration: underline;
}
.breadcrumb-item i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 7px;
}
.breadcrumb-item .current-page {
    text-decoration: none;
}
.collection-limit .form-label,
.collection-sort .form-label {
    margin: 0 12px 0 0;
}
.collection-limit .select-wrapper {
    margin-right: 10px;
}
.collection-sort .select-wrapper {
    margin-right: 10px;
}
.coll-catalogue {
    background: #ff5e0d;
    color: #fff;
    padding: 25px 0px;
}
.coll-catalogue h3 {
    font-size: 30px;
    margin: 0 0 20px 0;
}
.coll-catalogue .collection-menu > li a:hover {
    background: rgba(51, 51, 51, 0.05);
}
.coll-catalogue .collection-menu > li > a {
    padding: 15px 25px;
    color: #333333;
    font-family: Verdana;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
}
.coll-catalogue .collection-menu > li .submenu li {
    width: 100%;
}
.coll-catalogue .collection-menu > li .submenu a {
    display: block;
    color: #333333;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 30px;
    width: 100%;
}
.coll-catalogue .collection-menu li.dropdown {
    position: relative;
}
.coll-catalogue .collection-menu li i {
    display: none;
}
.coll-catalogue .collection-menu li.dropdown i,
.collection-filters .filter-header i {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 14px;
    right: 18px;
    font-size: 27px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.collection-filters .filter-footer .filter-reset {
    height: 100%;
    right: 44px;
    padding: 0px 22px;
}
.collection-filters .filter-header i.fa.fa-times {
    right: 14px;
    font-size: 19px;
    top: 16px;
}
.filters-block {
    position: relative;
}
.filters-block .active {
    background: #ffd241;
}
.filters-block .active .fa-angle-left {} .collection-menu .dropdown-menu {
    display: none;
}
.collection-filters h2 {
    font-size: 30px;
    margin: 0 0 24px 0;
}
.collection-filters .filter-body {
    display: none;
    padding: 25px 20px 25px 20px;
    background-color: #f5f5f5;
    overflow-x: hidden;
    max-height: 259px;
}
.collection-top-description {
    margin-bottom: 50px;
}
.collection-top-description {
    word-wrap: break-word;
}
.subcol {
    background-color: #1f1f1f;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-top: 15px;
    height: 100%;
}
.subcol a {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.sub-img-wrap {
    height: 100px;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.sub-img-wrap img {
    max-height: 100px;
}
.subcol-wrap {
    margin-bottom: 20px;
}
.range-slider {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.range-slider > .irs {
    margin-bottom: 10px;
}
.range-slider .irs-from,
.range-slider .irs-to {
    cursor: pointer;
}
.input-range {
    position: relative;
    float: left;
    text-align: center;
    border: 1px solid #909090;
    width: 40%;
    padding: 5px;
    margin: 0;
}
.input-range#price-to {
    float: right;
}
.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 12px;
    top: 25px;
}
.irs-line-left {
    background: #c0c0c0;
    height: 5px;
}
.irs-line-mid {
    background: #c0c0c0;
    height: 5px;
}
.irs-line-right {
    background: #c0c0c0;
    height: 5px;
}
.irs-bar {
    height: 5px;
    top: 25px;
    background: #868685;
}
.irs-bar-edge {
    top: 25px;
    height: 12px;
    width: 9px;
    background-position: 0 -90px;
}
.irs-shadow {
    height: 3px;
    top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}
.irs-slider {
    width: 15px;
    height: 15px;
    top: 20px;
    background: #ff5e0d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}
.irs-slider.state_hover,
.irs-slider:hover {
    background-position: 0 -150px;
}
.irs-min,
.irs-max {
    display: none;
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 3px;
    background: lightgray;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.irs-from,
.irs-to,
.irs-single {
    display: none;
    color: #fff;
    font-size: 10px;
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #00a3cc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #00a3cc;
}
.irs-grid-pol {
    background: #00a3cc;
}
.irs-grid-text {
    color: #999;
}
.price-inputs {
    position: relative;
}
.price-inputs:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 1px;
    background: #909090;
    top: 14px;
    left: 50%;
    margin-left: -9px;
}
.price-inputs:after {
    display: table;
    content: '';
    clear: both;
}
.irs.js-irs-0 {
    width: 96%;
    margin-left: 2%;
}
.collection-filters .filter-footer {
    text-align: center;
}
.clear-all-filter {
    text-align: center;
    position: relative;
    background: #343434;
    font-size: 18px;
    padding: 10px 0px;
}
.clear-filter-wrap {
    background: #F5F5F5;
    padding: 10px 0px 20px 0px;
}
.collection-filters .filter-body::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0px;
}
button.filter-submit.bttn-prim {
    padding: 47px 0px 0px 0px;
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    background-color: #F5F5F5;
    display: none;
    font-size: 18px;
}
span.btn-filter-go {
    background: #343434;
    display: block;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.collection-filters .filter-body::-webkit-scrollbar-track {
    background-color: #32312e;
    -webkit-box-shadow: 0px 0px 3px #000 inset;
    box-shadow: 0px 0px 3px #000 inset;
}
.collection-filters .filter-body::-webkit-scrollbar-thumb {
    background-color: #ffcb17;
    -webkit-box-shadow: 0px 1px 1px #fff inset;
    box-shadow: 0px 1px 1px #fff inset;
    background-image: url(59610063.png);
    background-position: center;
    background-repeat: no-repeat;
}
.collection-filters .filter-body::-webkit-resizer {
    background-image: url('');
    background-repeat: no-repeat;
    width: 7px;
    height: 0px;
}
.collection-filters .filter-body::-webkit-scrollbar {
    width: 11px;
}
.collection-filters .filter-footer .filter-reset,
.collection-filters .button-reset-filters {
    display: inline-block;
    background: #000000;
    color: #fff;
    position: absolute;
    top: 0;
    font-size: 20px;
}
a.button.button-reset-filters.action-link {
    right: 0;
    left: 0;
    font-size: 18px;
    color: #000;
    border: 1px solid #c2c2c2;
}
.filter-header i.fa-check {
    position: static;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    color: #878787;
}
.checkbox-label:before {
    content: '';
    width: 24px;
    height: 24px;
    top: -1px;
    border: 1px solid #333333;
    -webkit-border-radius: 51%;
    border-radius: 51%;
}
.collection-filters label.checkbox-label {
    padding: 0px 30px;
}
ul.filters-list.menu.menu-list li {
    padding: 6px 0px;
    color: #333333;
    font-family: Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.checkbox-field:checked+.checkbox-label:before {
    content: "\f00c";
    background: #343434;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    border: 1px solid #343434;
}
.checkbox-field:checked+.checkbox-label,
.radio-field:checked+.radio-label {
    color: #333;
}
.sidebar-banner {
    position: relative;
    margin: 20px 0 40px 0;
}
.sidebar-banner img {
    width: 100%;
    height: auto;
    display: block;
}
.sidebar-banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
}
.sidebar-banner .banner-text > a {
    position: absolute;
    top: 50%;
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    padding: 20px;
    margin-top: -25%;
}
.sidebar-banner .banner-text > a i {
    position: absolute;
    right: 0;
    bottom: 1px;
    font-size: 22px;
}
.pagination {
    color: #7a7a7a;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.pagination .pagination-item a {
    margin: 0 10px 0 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    background-color: #ffffff;
}
.pagination .pagination-item a:hover {
    border: 1px solid #343434;
}
.pagination .pagination-item.active {
    margin: 0 10px 0 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 43px;
    height: 43px;
    color: #fff;
    background-color: #333333;
}
.select-default {
    position: relative;
}
.select-default select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #ff5e0d;
    cursor: pointer;
    height: 23px;
    padding: 0 20px 0 6px;
    position: relative;
    width: 100%;
}
.collection-content {
    padding-bottom: 30px;
}
.collection-seo-content {
    padding-top: 60px;
}
.collection-content .editor {
    word-wrap: break-word;
}
.editor iframe {
    width: 100%;
}
.collection-line {
    width: 100%;
    height: 1px;
    background: #101b36;
}
.collection-content .editor-title > div {
    position: relative;
    height: 100%;
    background: #ff5e0d;
    color: #fff;
    font-size: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.no-marg {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.search-page .breadcrumb,
.product-page .breadcrumb {
    padding: 30px 0;
}
.alertify-notifier {
    background: #f15f22;
    color: #fff;
}
.product-page .product-title {
    margin: 0 0 6px 0;
    position: relative;
    z-index: 4;
    color: #333333;
    font-family: Verdana;
    font-size: 30px;
    font-weight: 700;
    background: #E9E9EA;
    padding-bottom: 10px;
}
.product-articul {
    font-size: 15px;
    color: #7d7d7d;
    margin-bottom: 12px;
}
.product-page .product-price {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 17px;
}
.product-page .product-price .product-old-price {
    color: #9d9d9d;
    text-decoration: line-through;
    font-weight: 300;
    margin-right: 15px;
}
.product-page .product-price .js-product-price {
    color: #000000;
    font-size: 30px;
    font-weight: 700;
}
.product-page .product-price .compare-control {
    color: #7d7d7d;
    font-weight: 300;
}
.js-compare-amount {
    bottom: -6px;
    font-size: 14px;
}
#product-form {
    position: relative;
}
.product-page .product-price .compare-control i {
    font-size: 20px;
}
.product-page .product-price .compare-control:hover {
    color: #333;
}
.margin0 {
    margin: 0;
}
.product-table {
    width: 100%;
    color: #363636;
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 20px;
}
.product-table tr td:first-child {
    color: #7d7d7d;
    width: 40%;
}
label.option-label {
    margin-right: 5px;
}
.option-values {
    padding: 5px 2px;
    border: 1px solid #333;
}
.selectors-counter .option-selector {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.selectors-counter {
    margin-bottom: 25px;
}
.selectors-counter .option-selectors,
.selectors-counter .option-selector > div,
.selectors-counter .product-counter {
    display: inline-block;
    vertical-align: bottom;
}
.selectors-counter .option-selector > div,
.selectors-counter .product-counter {
    margin-bottom: 10px;
}
.selectors-counter .option-selectors {
    font-size: 0;
    width: 100%;
}
.selectors-counter .option-selector > div {
    position: relative;
    font-size: 14px;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 20px;
}
.selectors-counter .option-selector .option-item label {
    display: inline-block;
    padding-right: 4px;
}
.selectors-counter .option-selector .option-item:first-child {
    border-left: 0;
    padding: 10px 13px 10px 0;
}
.selectors-counter .option-selector .option-item > div {
    display: inline-block;
}
.selectors-counter .option-selector .option-item select {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    height: 23px;
    padding: 0 20px 0 6px;
    position: relative;
    outline: none;
}
.selectors-counter .option-selectors .option-item:after {
    position: absolute;
    top: 10px;
    right: 18px;
    content: '\f107';
    font-family: "FontAwesome";
    pointer-events: none;
    height: 100%;
    line-height: 23px;
    width: 9px;
    font-size: 22px;
}
.selectors-counter .product-counter,
.item-counter .styled {
    position: relative;
    margin: 20px 0 16px 0;
}
.selectors-counter .product-counter button,
.item-counter .styled button {
    position: absolute;
    left: 50%;
    outline: none;
    font-size: 24px;
    margin-left: -8px;
}
.selectors-counter .product-counter button.count-up,
.item-counter .styled button.count-up {
    top: -28px;
}
.selectors-counter .product-counter button.count-down,
.item-counter .styled button.count-down {
    bottom: -28px;
}
.selectors-counter .product-counter .input-number,
.item-counter .styled .input-number {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    width: 74px;
    height: 34px;
    padding: 5px;
}
.p30 {
    padding: 0 50px;
}
.product-page .product-buy {
    display: inline-block;
    margin-bottom: 20px;
}
.product-page .product-buy.on-page {
    margin-right: 15px;
}
.product-page .gt-arrow {
    background: #fff;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #ff5e0d;
    cursor: pointer;
    display: block;
    opacity: 1;
    -webkit-transition: .2s ease opacity;
    -o-transition: .2s ease opacity;
    -moz-transition: .2s ease opacity;
    transition: .2s ease opacity;
    height: 40px;
    line-height: 20px;
    margin-top: -20px;
    font-size: 18px;
    position: absolute;
    top: 50%;
    width: 40px;
    z-index: 900;
}
.product-page .gt-arrow.gt-prev {
    left: 20px;
    padding-right: 4px;
}
.product-page .gt-arrow.gt-next {
    right: 20px;
    padding-left: 4px;
}
.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%;
    -ms-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -o-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;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.product-page #product-thumbs .swiper-slide {
    text-align: center;
    font-size: 0;
}
.product-gallery .swiper-slide {
    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;
}
.product-page .product-gallery,
.product-page .product-caption {
    margin-bottom: 20px;
}
.product-page #product-description {
    padding: 0 10px 0 0;
}
.tabs-block .tabs-menu {
    border-bottom: 1px solid #000;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.tabs-block .tabs-menu .tabs-item {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #7d7d7d;
    font-weight: 300;
    outline: 1px solid #000;
}
.tabs-block .tabs-menu .tabs-item.active {
    color: #000;
    background: #000;
}
.tabs-block .tabs-menu .tabs-item.active a {
    color: #fff;
}
.tabs-block .tabs-menu .tabs-item a {
    display: block;
    height: 100%;
    padding: 15px 15px;
}
.tabs-block {
    margin-top: 50px;
}
.tabs-block .tabs-menu .tabs-item:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 6px;
    left: 0;
    bottom: -1px;
    opacity: 0;
    background: #ff5e0d;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-webkit-transition: all 0.3s ease;
    -moz--webkit-transition: all 0.3s ease;
}
.tabs-block .tabs-menu .tabs-item.active:after,
.tabs-block .tabs-menu .tabs-item:hover:after {
    opacity: 1;
}
.related-products h2 {
    position: relative;
    background: #e0e0e1;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    padding: 25px;
    margin: 0 0 50px 0;
}
.related-products h2:after {
    position: absolute;
    content: '';
    border: 30px solid transparent;
    border-top: 30px solid #e0e0e1;
    bottom: -60px;
    left: 50%;
    margin-left: -30px;
}
.related-products .product-image,
.similar-products .product-image {
    text-align: center;
    max-width: 80%;
    margin: 0 auto 10px;
}
.related-products .product-image img,
.similar-products .product-image img {
    max-height: 150px;
}
.related-products .product-title,
.similar-products .product-title {
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.related-products .product-caption {
    text-align: center;
}
.related-products .product-price,
.similar-products .product-price {
    font-size: 20px;
    font-weight: 700;
}
.related-products .product-old-price {
    display: none;
}
.similar-products {
    margin-bottom: 50px;
}
.similar-products .related-product {
    width: 100% !important;
    max-width: 100%;
    padding-top: 10px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.similar-products .related-product .product-image {
    margin-bottom: 15px;
}
.similar-products .related-product .product-caption {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}
.similar-products .related-product .product-price {
    white-space: nowrap;
    color: #ff5e0d;
}
.similar-products .related-product .product-old-price {
    display: inline;
    font-size: 15px;
    font-weight: 300;
    color: #9d9d9d;
    text-decoration: line-through;
}
.row-flex.with-bottom-border {
    position: relative;
    margin-bottom: 50px;
}
.pluso-counter {
    display: none;
}
.row-flex.with-bottom-border:after {
    position: absolute;
    content: '';
    left: 20px;
    right: 20px;
    bottom: 0;
    height: 1px;
    background: #bcbcbc;
}
.flex-xl-9.with-right-border {
    position: relative;
}
.flex-xl-9.with-right-border:after {
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    bottom: 0;
    width: 1px;
    background: #bcbcbc;
}
.block-header.styled > div {
    position: relative;
    height: 100%;
    background: #f15f22;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}
.block-header.styled > div h2 {
    font-size: 16px;
    color: #333333;
}
.cart-page .breadcrumb {
    padding-top: 30px;
    padding-bottom: 30px;
}
.block-description {
    background: #f3f3f3;
    line-height: 21px;
}
.cart-page .block-header.styled > div {
    font-size: 18px;
}
.cart-page .flex-xl-9.with-right-border:after {
    right: 0;
}
.cart-page .shopping-cart {
    position: relative;
}
.cart-list .cart-item {
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #858585;
    padding-bottom: 25px;
}
.cart-list .cart-item .item-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}
.item-title a {
    color: #000;
    font-size: 14px;
    text-decoration: underline;
}
.item-counter .product-counter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.item-sale-price {
    font-weight: 700;
    font-size: 20px;
}
.cart-list .cart-item .item-article {
    color: #7d7d7d;
}
.article img {
    height: auto !important;
}
.blog-title-yellow {
    color: #ffd241;
    margin-left: 10px;
    position: relative;
    z-index: 2;
}
.blog-title {
    color: #333333;
    font-family: Verdana;
    font-size: 30px;
    font-weight: 700;
    padding: 0px 0px 20px 8px;
}
.article-preview {
    margin-bottom: 30px;
}
.article-tag {
    padding: 10px;
    border: 3px solid #ffd241;
    margin-right: 10px;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    border-left: 0;
    margin-left: 20px;
}
.article-tag:after,
.article-tag:before {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.article-tag:after {
    border-color: rgba(136, 183, 213, 0);
    border-right-color: #E9E9EA;
    border-width: 18px;
    margin-top: -18px;
}
.article-tag:before {
    border-color: rgba(194, 225, 245, 0);
    border-right-color: #ffd241;
    border-width: 22px;
    margin-top: -22px;
}
.articles-list .button-black {
    padding: 10px;
    border: 3px solid #514726;
    float: right;
}
.cart-list .cart-item .item-summ {
    font-size: 20px;
    font-weight: 700;
}
.cart-page .row-flex.with-bottom-border {
    margin-bottom: 35px;
}
.cart-page .cart-body {
    position: relative;
}
.cart-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 14px;
}
.cart-page .cart-footer {
    padding-top: 35px;
    padding-bottom: 35px;
}
.coupon-form {
    position: relative;
    max-width: 400px;
}
.coupon-form input[type="text"] {
    border: 1px solid #ccc;
    height: 45px;
    font-size: 16px;
    background: #fff;
    width: 100%;
    outline: none;
    padding: 10px 182px 10px 10px;
}
.coupon-form button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    padding: 0 40px;
}
#js-coupon-inner .notice {
    max-width: 400px;
}
.compare-page .breadcrumb {
    padding: 30px 0 0 0;
}
.page-header {
    position: relative;
    text-align: center;
    max-width: 600px;
    margin: 20px auto 30px;
}
.page-header:after {
    position: absolute;
    content: '';
    top: 17px;
    left: 0;
    right: 0;
    height: 1px;
    background: #ff5e0d;
}
.page-header h1 {
    position: relative;
    z-index: 2;
    font-weight: 400;
    display: inline-block;
    background: #E9E9EA;
    padding: 0 15px;
    margin: 0;
}
.js-compare-inner {
    width: 100%;
    overflow-x: scroll;
}
.pt30 .breadcrumb {
    padding: 30px 0;
}
.page-template .breadcrumb {
    padding: 30px 0;
}
.page-content {
    padding-bottom: 30px;
    word-wrap: break-word;
    background: #e9e9ea;
}
#fast-order-modal {
    position: relative;
    max-width: 310px;
    margin: auto;
}
#fast-order-modal .modal-inner {
    padding: 20px;
}
#fast-order-modal button.button-black {
    background: #f15f22;
    color: #fff;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    padding: 7px 15px;
}
.cart-page .related-products h2 {
    margin: 0 0 50px -21px;
}
.cart-top {
    position: relative;
}
.cart-top > .flex-xl-9 {
    border-right: 1px solid #bcbcbc;
}
.cart-list .cart-related {
    display: none;
}
.js-related-products {
    margin-left: -21px;
}
.js-related-products .cart-related {
    padding: 15px 0;
}
.cart-page .total-summ {
    font-weight: 300;
    font-size: 20px;
    padding-right: 15px;
}
.cart-page .total-summ span {
    font-weight: bold;
    font-size: 25px;
    color: #101b36;
}
.cart-page .total-summ.discount {
    font-size: 16px;
}
.cart-page .total-summ.discount span {
    font-size: 20px;
}
.cart-page .block-header.styled {
    margin-bottom: 0;
}
.option-_empty {
    display: none !important;
}
.compare-toolbar {
    margin-bottom: 20px;
}
.js-same-toggle.active .text-hide,
.js-same-toggle.active .fa-eye-slash,
.js-same-toggle .text-show,
.js-same-toggle .fa-eye {
    display: none;
}
.js-same-toggle .text-hide,
.js-same-toggle .fa-eye-slash,
.js-same-toggle.active .text-show,
.js-same-toggle.active .fa-eye {
    display: inline;
}
#flash_messages .message {
    margin: 0 0 10px;
}
#flash_messages .message p {
    margin: 0;
}
.wrapper.fc {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
}
.wrapper.fc #registered_client {
    height: auto;
}
.wrapper.fc .field-label {
    margin-bottom: 5px;
    width: 40% !important;
}
.wrapper.fc .field-content {
    width: 60% !important;
}
.wrapper.fc h3,
.wrapper.fc h4 {
    margin-bottom: 10px;
}
.wrapper.fc .set {
    width: 650px;
}
.wrapper.fc .set-side {
    width: 250px;
}
.wrapper.fc .header-checkout {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 980px;
}
.wrapper.fc .header-checkout .logo,
.wrapper.fc .header-checkout .phone {
    height: 65px;
}
.wrapper.fc .header-checkout .logo {
    float: left;
    width: 40%;
}
.wrapper.fc .header-checkout .phone {
    color: #333;
    font-size: 1.4em;
    float: right;
    text-align: right;
    width: 40%;
}
.wrapper.fc .button {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    margin: 5px 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: normal;
    font-family: "Exo 2", Georgia, "Times New Roman", Times, serif !important;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-shadow: none;
}
.wrapper.fc .button:focus,
.wrapper.fc .button:active:focus,
.wrapper.fc .button.active:focus,
.wrapper.fc .button.focus,
.wrapper.fc .button:active.focus,
.wrapper.fc .button.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.wrapper.fc .button:hover,
.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
    color: #333;
    text-decoration: none;
}
.wrapper.fc .button {
    color: #333333;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 169px;
    height: 45px;
    font-family: Verdana;
    font-size: 20px;
    font-weight: 400;
    background: #ffd241;
}
.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
    color: #fff;
    background: #00a3cc;
}
.wrapper.fc .button:hover {
    color: #fff;
    background: #00a3cc;
}
.wrapper.fc .button:active,
.wrapper.fc .button.active,
.wrapper.fc .open > .dropdown-toggle.button-primary {
    color: #fff;
    background-color: #2f528b;
    border-color: #264270;
}
.wrapper.fc .textfield {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    max-width: 100%;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.wrapper.fc .textfield:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.wrapper.fc .textfield::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.wrapper.fc .textfield:-ms-input-placeholder {
    color: #999;
}
.wrapper.fc .textfield::-webkit-input-placeholder {
    color: #999;
}
.wrapper.fc .textfield::-ms-expand {
    border: 0;
    background-color: transparent;
}
.wrapper.fc #login small {
    display: block;
    clear: both;
    padding-top: 10px;
}
.wrapper.fc #login small a {
    margin-left: 0 !important;
}
.wrapper.fc .wrapper {
    max-width: 920px;
    width: auto;
}
@media all and (max-width: 960px) {} @media all and (max-width: 700px) {} @media all and (max-width: 470px) {} .ajs-message.ajs-visible {
    color: #fff;
    background: #ff5e0d;
}
#feedback_form table {
    width: 100% !important;
}
#feedback_form #feedback_commit {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    height: 45px;
    line-height: 45px;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    background: #ff5e0d;
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 20px;
}
.tab-block {
    display: none;
}
.tab-block.active {
    display: block;
}
#product-reviews {
    padding: 15px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
}
#product-reviews .form .form-label {
    display: block;
    font-size: 14px;
    height: auto;
    padding: 0 0 10px 0;
}
#product-reviews input {
    background: #fff;
}
#product-reviews .textarea-field {
    min-height: 130px;
}
.input-captcha {
    margin-top: 20px;
}
#product-reviews #captcha_challenge {
    margin-top: 15px;
}
#product-reviews .form .form-field {
    padding: 10px 10px;
    background: #fff;
}
#product-reviews .star-rating.new-comment .star-label {
    float: left;
    font-size: 42px;
}
#product-reviews .star-rating .star-item {
    float: left;
}
#product-reviews .author,
#product-reviews .date {
    margin-bottom: 5px;
}
#product-reviews .review-body {
    font-size: 16px;
}
#product-reviews .reviews-item {
    border-bottom: 1px solid #eee;
    padding: 10px 0 0 0;
    margin-bottom: 20px;
}
.open-menu-bg {
    display: none;
}
.main-menu.mobile .open-menu.fixed {
    color: #fff;
}
.dropdown-menu-mobile .mobile-catalog {
    padding-top: 10px;
    border-bottom: 1px dashed #000;
    display: none;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 11px;
}
.dropdown-menu-mobile i {
    color: #000;
}
.collection-page {
    background: #e9e9ea;
}
.collection-filters .filter-header i.fa-angle-right {
    color: #9d9d9d;
}
.collection-filters .filter-header i.fa-angle-left {
    color: #454545;
}
.collection-menu .dropdown i {
    display: inline-block !important;
}
.collection-filters {
    padding: 46px 0px;
    background: #fff;
}
.collection-d-wrap {
    margin-bottom: 30px;
}
.coll-catalogue li.active > a {
    width: 100%;
    background: rgba(51, 51, 51, 0.05);
}
.collection-aside {
    margin-bottom: 40px;
}
.collection-filters h2 {
    font-size: 30px;
    margin: 0 0 24px 0;
}
.collection-filters h3 {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 12px 25px;
}
.collection-filters .filter-header {
    position: relative;
    cursor: pointer;
}
.product-gallery {
    margin-bottom: 20px;
    opacity: 0;
}
.product-gallery:hover .gallery-thumbs-prev,
.product-gallery:hover .gallery-thumbs-next {
    opacity: 1;
    visibility: visible;
}
@media (max-width: 960px) {} @media all and (max-width: 700px) {} @media all and (max-width: 470px) {} @media screen and (max-width: 1024px) {} .gallery-thumbs-wrapper {
    position: relative;
}
.gallery-thumbs {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    height: 99%;
}
.gallery-thumbs .swiper-slide {
    background: transparent;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,
        0,
        0,
        0.3);
    box-shadow: 0 0 3px 0 rgba(0,
        0,
        0,
        0.3);
    cursor: pointer;
    text-align: center;
    max-height: 110px;
    width: 100%;
}
.gallery-thumbs .slide-inner {
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
    text-align: center;
}
.gallery-thumbs .slide-inner:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;
}
.gallery-thumbs .swiper-slide.active {
    border: 1px solid #FFD241;
}
.gallery-thumbs img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.gallery-thumbs-prev,
.gallery-thumbs-next {
    display: block;
    color: #FFD241;
    cursor: pointer;
    font-size: 30px;
    opacity: 0;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 100;
    visibility: hidden;
    width: 100%;
    -webkit-transition: 0.2s ease opacity, 0.2s ease visibility;
    -o-transition: 0.2s ease opacity, 0.2s ease visibility;
    -moz-transition: 0.2s ease opacity, 0.2s ease visibility;
    transition: 0.2s ease opacity, 0.2s ease visibility;
}
.gallery-thumbs-prev.swiper-button-disabled,
.gallery-thumbs-next.swiper-button-disabled {
    visibility: hidden !important;
    opacity: 0 !important;
}
.gallery-thumbs-prev {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    top: 0;
    padding-bottom: 10px;
}
.gallery-thumbs-next {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(98%, rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0.65)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.65) 98%, rgba(0, 0, 0, 0.65) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    bottom: 0;
    padding-top: 10px;
}
.gallery-main-wrapper {
    position: relative;
    text-align: center;
}
.gallery-main-wrapper .product-image {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    text-align: center;
}
.gallery-main-wrapper .product-labels {
    right: 10px;
}
.gallery-main {
    margin: -4px -5px;
    padding: 5px;
}
.gallery-main .swiper-slide {
    position: relative;
}
.gallery-main .slide-inner {
    position: relative;
    height: 100%;
    width: 100%;
}
.gallery-main .image-wrapper {
    display: inline-block;
    position: relative;
    text-align: center;
    text-decoration: none;
    height: 100%;
    width: 100%;
}
.gallery-main img {
    max-width: 100%;
    max-height: 100%;
}
a.reset-filters {
    color: #fff;
}
.header-search .ajax-search-results-wrapper {
    position: absolute;
    z-index: 5;
    right: 35px;
    top: 34px;
    text-align: left;
    border-top: 0;
    border-top: 1px solid #eee;
}
.col-wrap {
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    -moz-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
    background: #fff;
    height: 306px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px;
}
.option-selector .is-select {
    margin-bottom: 10px;
}
.collection-filters .filter-body::-webkit-scrollbar-button {
    background-image: url('');
    background-repeat: no-repeat;
    width: 6px;
    height: 0px
}
.social-links i{
	color: #fff;
}
.collection-sort .select-wrapper {
	margin-right: 10px;
}

.coll-catalogue {
	background: #ff5e0d;
	color: #fff;
	padding: 25px 0px;
}

.coll-catalogue h3 {
	font-size: 30px;
	margin: 0 0 20px 0;
}

.coll-catalogue .collection-menu > li a:hover {
	background: rgba(51, 51, 51, 0.05);
}

.coll-catalogue .collection-menu > li > a {
	padding: 15px 25px;
	color: #333333;
	font-family: Verdana;
	font-size: 18px;
	font-weight: 700;
	width: 100%;
}

.coll-catalogue .collection-menu > li .submenu li {
	width: 100%;
}

.coll-catalogue .collection-menu > li .submenu a {
	display: block;
	color: #333333;
	font-family: Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	padding-left: 40px;
	padding-right: 30px;
	width: 100%;
}

.coll-catalogue .collection-menu li.dropdown {
	position: relative;
}

.coll-catalogue .collection-menu li i {
	display: none;
}

.coll-catalogue .collection-menu li.dropdown i,
.collection-filters .filter-header i {
	position: absolute;
	display: block;
	cursor: pointer;
	top: 14px;
	right: 18px;
	font-size: 27px;
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.collection-filters .filter-footer .filter-reset {
	height: 100%;
	right: 44px;
	padding: 0px 22px;
}

.collection-filters .filter-header i.fa.fa-times {
	right: 14px;
	font-size: 19px;
	top: 16px;
}

.filters-block {
	position: relative;
}

.filters-block .active {
	background: #ffd241;
}

.filters-block .active .fa-angle-left {
}

.collection-menu .dropdown-menu {
	display: none;
}

.collection-filters h2 {
	font-size: 30px;
	margin: 0 0 24px 0;
}
.collection-filters .filter-body {
	display: none;
	padding: 25px 20px 25px 20px;
	background-color: #f5f5f5;
	overflow-x: hidden;
	max-height: 259px;
}

.collection-top-description {
	margin-bottom: 50px;
}

.collection-top-description {
	word-wrap: break-word;
}

.gallery-main{
	background: #fff;
}
.gallery-main .swiper-wrapper{
	display: flex;
  align-items: center;
}

/*hover*/

.header-top .phone a:hover{
    color: #000;
}
header svg:hover{
    opacity: 0.7;
}
.advantages-img-wrap:hover{
    opacity: 0.7;
}
.slider-btn:hover{
    -webkit-transform: scale(1.08);
       -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
         -o-transform: scale(1.08);
            transform: scale(1.08);
}
.subscribe-form input:hover{    
    -webkit-box-shadow: 0px 0px 5px 0px #ffffff;    
            box-shadow: 0px 0px 5px 0px #ffffff;
}
.collection-filters .filter-header:hover{
    background: #ffd241;
}
