/* typography styles ========================================== */
body {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a {
    color: #333333;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #17cb3a;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6 .h6 {
    font-weight: normal;
}
/* /typography styles ========================================== */

/* custom styles ========================================== */
.hidden {
    display: none;
}
.owl-carousel .owl-dot span {
    border: 1px solid #17cb3a;
    background: transparent;
    display: inline-block;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#slideshow0 .owl-dots {
    position: absolute;
    left: 26%;
    bottom: 20px;
}
.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 3px;
}
.owl-carousel .owl-dot.active span {
    background: #17cb3a;
}
.my-content {
    width: 100%;
    position: relative;
}
.my-content #content {
    padding-bottom: 30px;
}

.btn-to-top {
    display: none;
    font-size: 32px;
    background: #17cb3a;
    position: fixed;
    right: 30px;
    bottom: 40px;
    z-index: 1000;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: none;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background .2s ease;
    -moz-transition: background .2s ease;
    -ms-transition: background .2s ease;
    -o-transition: background .2s ease;
    transition: background .2s ease;
}
.btn-to-top:hover {
    background: #2cdc4e;
}
.btn-to-top .fa {
    display: block;
    line-height: 48px;
    text-align: center;
}
.btn, .btn-primary {
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.owl-carousel .owl-stage-outer {
    padding-bottom: 2px;
}
.centered {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/* /custom styles ========================================== */

/* header ========================================== */
.site-header {
    padding: 30px 0 20px;
    display: inline-block;
    width: 100%;
}
.header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
#logo {
    position: relative;
    align-self: center;
    max-width: 180px;
}
.head-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.head-contacts .head-contacts-item:nth-child(1) {
    margin-right: 20px;
}
.head-contacts-item {
    padding: 0 40px 0 70px;
    color: #333333;
    font-size: 16px;
    border-right: 1px dashed #17cb3a
}
.head-contacts-item-content {
    position: relative;
}
.head-contacts-item-title {
    color: #333333;
    display: block;
    margin-bottom: 12px;
    text-decoration: underline;
}
.head-contacts-item-title:hover {
    text-decoration: none;
}
.head-contacts-item-phones {
    position: relative;
    display: block;
}
.head-contacts-item-phones:before {
    content: '';
    position: absolute;
    left: -65px;
    top: 0;
    height: 45px;
    width: 43px;
    display: inline-block;
    background-image: url('/catalog/view/theme/detels/image/icons_set_1.png');
    background-repeat: no-repeat;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: 0 0;
}
.head-contacts-item-dropdown span {
    display: inline-block;
    margin-right: 8px;
    text-decoration: underline;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.head-contacts-item-dropdown span:hover {
    color: #17cb3a;
}
.head-contacts-item-dropdown {
    cursor: pointer;
}
.head-contacts-item-time-work {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 18px 2px rgba(153, 153, 153, 0.4);
    padding: 12px 15px 10px;
    font-size: 16px;
    z-index: 2;
}
.head-contacts-item-time-work.visible {
    display: block;
}
.header-search-wrap {
    text-align: right;
    min-width: 22%;
    position: relative;
}
.header-language-wrap {
    align-self: flex-start;
}
#search input, #search .input-group-btn {
    width: auto;
}
.user-login {
    margin-bottom: 20px;
}
.header-language {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}
.header-language .btn-link {
    color: #333333;
    font-size: 15px;
    padding: 0;
    text-decoration: none;
}
.header-language .btn-link:hover,
.header-language .btn-link:focus {
    color: #17cb3a;
    text-decoration: none;
}
.header-language .dropdown-menu {
    min-width: 80px;
}
.header-language .language-select {
    color: #333333;
    text-align: left;
}
.user-login .user-name {
    font-size: 14px;
    color: #17cb3a;
    padding: 10px 15px 0 0;
    border-right: 1px solid #666;
    display: inline-block;
    margin-right: 15px;
}
.dropdown-toggle {
    color: #666666;
}
.img-user {
    display: inline-block;
    width: 21px;
    height: 26px;
    background-image: url(/catalog/view/theme/detels/image/icons_set_1.png);
    background-repeat: no-repeat;
    background-position: -72px -6px;
    margin-right: 5px;
    vertical-align: bottom;
}
#search .btn-default, #search input, .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open>.dropdown-toggle.btn-default.focus, .open>.dropdown-toggle.btn-default:focus, .open>.dropdown-toggle.btn-default:hover {
    border-color: transparent;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #999999;
    font-size: 15px;
    padding: 0;
    height: auto;
    line-height: 1;
}
#search input {
    padding: 4px;
    margin-right: 15px;
}
#search {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 10.8px 1.2px rgba(153, 153, 153, 0.4);
    -moz-box-shadow: 0 0 10.8px 1.2px rgba(153, 153, 153, 0.4);
    box-shadow: 0 0 10.8px 1.2px rgba(153, 153, 153, 0.4);
    padding: 6px 20px;
    width: 100%;
}
.img-search {
    display: inline-block;
    height: 23px;
    width: 22px;
    background-image: url(/catalog/view/theme/detels/image/icons_set_1.png);
    background-repeat: no-repeat;
    background-position: -170px -10px;
}
.header-cart {
    align-self: center;
    text-align: left;
}
.cart-btn, .btn-group.open .dropdown-toggle {
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    text-align: left;
}
.img-cart {
    display: inline-block;
    height: 42px;
    width: 44px;
    background-image: url(/catalog/view/theme/detels/image/icons_set_1.png);
    background-repeat: no-repeat;
    background-position: -111px 0;
}
#cart-total {
    position: absolute;
    right: 12px;
    top: 4px;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    display: inline-block;
    padding: 1px;
    font-size: 14px;
    color: #fff;
    background: #17cb3a;
    text-align: center;
    line-height: 18px;
}
.header-cart-text {
    font-size: 14px;
    text-align: center;
    display: block;
    color: #666666;
}
.site-nav {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    background: #fff46e;
    -webkit-border-radius: 10px 10px 10px 0;
    -moz-border-radius: 10px 10px 10px 0;
    border-radius: 10px 10px 10px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    font-size: 16px;
}
.categories-btn {
    color: #ffffff;
    background-color: #17cb3a;
    border-radius: 10px 10px 0 0;
    text-transform: uppercase;
    padding: 5% 60px;
    cursor: pointer;
}

/* ===== toggle-mnu =======*/
.toggle-mnu {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    cursor: pointer;
    height: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.toggle-mnu strong {
    margin-right: 20px;
    position: relative;
    top: -4px;
}
.toggle-mnu span:after, .toggle-mnu span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px; }
.toggle-mnu span:after {
    top: 14px; }
.toggle-mnu span {
    position: relative;
    display: block;
}
.toggle-mnu span, .toggle-mnu span:after, .toggle-mnu span:before {
    width: 35px;
    height: 2px;
    background-color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 2px; }
.toggle-mnu.on span {
    background-color: transparent; }
.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-2px, -1px);
    -ms-transform: rotate(45deg) translate(-2px, -1px);
    transform: rotate(45deg) translate(-2px, -1px); }
.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px, -7px);
    -ms-transform: rotate(-45deg) translate(6px, -7px);
    transform: rotate(-45deg) translate(6px, -7px); }
.mobile-mnu {
    display: none;
    cursor: pointer;
    color: #000;
    padding: 0;
    top: 15px;
    right: 25px;
    margin: 0;
}
.mobile-phones {
    display: inline-block;
    width: 48%;
    text-align: center;
    vertical-align: middle;
    margin-bottom: 20px;
}
.phones-dropdown {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    padding: 10px 35px 14px;
    line-height: 1.8;
    right: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 17.3px 0.7px #d2d2d2;
    box-shadow: 0 0 17.3px 0.7px #d2d2d2;
}
.phones-dropdown.visible {
    display: block;
}
.phones-dropdown li {
    line-height: 1.9;
}
.phones-dropdown .li-close {
    text-align: right;
    line-height: 12px;
}
.phones-dropdown .li-close .fa{
    color: #666;
    font-size: 15px;
    color: #666;
    margin-left: 0;
    top: -1px;
    right: -19px;
    position: relative;
}

.phones-more {
    color: #17cb3a;
}
.phones-dropdown-button .fa-angle-down {
    line-height: 12px;
    font-size: 19px;
    position: relative;
    top: 2px;
    margin-left: 2px;
}
.phones-dropdown-button .fa-phone{
    position: relative;
    top: 2px;
    font-size: 15px;
    margin-right: 2px;
}

/* ===== /toggle-mnu =======*/
.nav-menu {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav-menu li a {
    padding: 5px 25px;
    color: #333;
    text-transform: uppercase;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.nav-menu li a:hover{
    color: #17cb3a;
}
.nav-menu > li a:hover span {
    border-color: #17cb3a;
}
.nav-menu > li > a span {
    border-bottom: 2px solid transparent;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
.nav-menu > li > a {
    padding: 17px 25px;
    position: relative;
}
.nav-menu > li > a:after, .nav-menu li:nth-child(1):after {
    content: '';
    position: absolute;
    width: 1px;
    background: #acacac;
    height: 22px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav-menu > li > a:after {
    right: 0;
}
.nav-menu li:nth-child(1) {
    position: relative;
}
.nav-menu li:nth-child(1):after {
    left: 0;
}
.site-nav .to-popup {
    color: #333333;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
    font-weight: 500;
}
.site-nav .to-popup:hover {
    color: #17cb3a;
    border-color: transparent;
}
.slideshow_link {
    display: inline-block;
    width: 100%;
}
.img_bg {
    background-repeat: no-repeat;
}
#slideshow0.owl-carousel {
    margin-bottom: 0;
}
#slideshow0 .img_bg {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;

}
#slideshow0 .item, #slideshow0 .img_bg {
    min-height: 380px;
    position: relative;
}
#slideshow .item {
    display: block;
}
.slide-content {
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 22%;
    text-align: center;
    width: 90%;
}
.banner-title {
    display: block;
    color: #333333;
    font-size: 3.3rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
}
.slide-content .btn-more {
    display: inline-block;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 6px 30px;
    font-size: 21px;
    color: #333333;
}
.slide-content .btn-more:hover {
    color: #fff;
    background: #17cb3a;
    border-color: #17cb3a;
}
.categories-btn-title {
    vertical-align: middle;
    display: inline-block;
    padding-left: 10px;
}
.custom-hamburger {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
    line-height: 1px;
    padding-top: 4px;
}
.custom-hamburger span {
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #ffffff;
    position: relative;
    margin-bottom: 3px;
    line-height: 1;
}
/*.custom-hamburger span:before, .custom-hamburger span:after {*/
    /*content: '';*/
    /*height: 2px;*/
    /*width: 100%;*/
    /*background: #ffffff;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
/*}*/
/*.custom-hamburger span:before {*/
    /*top: -5px;*/
/*}*/
/*.custom-hamburger span:after {*/
    /*bottom: -5px;*/
/*}*/
/* dropdown categories */
.nav-categories {
    position: relative;
}
.nav-categories:hover .nav-categories-dropdown {

}
.nav-categories-dropdown {
    position: absolute;
    width: 100%;
    z-index: 4;
    min-width: 280px;
    color: #333;
    display: none;
    font-size: 14px;
    background-color: white;
    border: 1px solid #e8e2d1;
    border-radius: 0 0 10px 10px;
}
.nav-categories-dropdown:hover {
    overflow: visible;
}
.header-categories-list {
    position: relative;
    padding: 15px 0 5px;
}
.header-categories-list .hasSubMenu:hover > .child-box {
    display: block;
}
.header-categories-list > li > a {
    font-size: 16px;
    color: #333;
    display: block;
}
.header-categories-list > li {
    display: block;
}
.header-categories-list > li:hover {
    background: rgba(242, 242, 242, .6);
}
.header-categories-list .has-children .fa {
    content: '\f105 ';
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    font-family: FontAwesome;
    font-size: 22px;
    color: #999999;
    line-height: 1.2;
}
.header-categories-list > li > a img {
    max-width: 25px;
    position: absolute;
    max-width: 24px;
    max-height: 28px;
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.header-categories-list > li > a  span {
    margin-left: 0;
    padding-left: 35px;
    display: inline-block;
    line-height: 1.3;
}
.header-categories-list > li > a {
    padding: 8px 10px;
    position: relative;
}
.header-categories-list > li > a:before {
    display: table;
    content: " ";
}
.header-categories-list > li > a:after {
    clear: both;
}
.header-categories-list > li .child-box {
    display: none;
    position: absolute;
    left: 100%;
    margin-left: 0;
    width: 100%;
    min-width: 700px;
    top: 0;
    z-index: 3;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 1px 13.5px 1.5px rgba(153, 153, 153, 0.3);
}
.child-box .child-box-inner {
    position: relative;
    background-repeat: no-repeat;
    background-position: right bottom;
    -webkit-background-size: 35%;
    background-size: 35%;
    padding-left: 45px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.child-box .child-box-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255, 0.8);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.children-list {
    z-index: 3;
    position: relative;
    display: inline-block;
    width: 620px;
    -moz-column-count: 2;
    -moz-column-width: 300px;
    -moz-column-gap: 0;
    -webkit-column-count: 2;
    -webkit-column-width: 310px;
    -webkit-column-gap: 0;
    column-count: 2;
    column-width: 300px;
    column-gap: 0;
    font-size: 16px;
    color: #333333;
    padding: 15px 0 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    min-height: 538px;
}
.children-list a {
    color: #333333;
    position: relative;
    display: block;
    padding: 5px 12px 5px 35px;
    border-left: 1px solid #e8e2d1;
}
.children-list a:hover {
    color: #17cb3a;
    text-decoration: none;
}
.children-list li {
    position: relative;
    padding: 0 10px;
    line-height: 1.4;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.children-list > li a:hover:before {
    opacity: 1;
}
.children-list > li:hover a {
    padding-left: 40px;
}
.children-list > li:hover > ul {
    display: block;
}
.children-list > li:hover > a {
    color: #17cb3a;
}
.children-list > li a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.children-list > li a:before {
    content: '';
    position: absolute;
    left: -7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-color: #17cb3a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    -ms-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
}
.children-list li ul {
    display: none;
    position: absolute;
    left: 101%;
    top: 0;
    width: 100%;
    background: rgba(255,255,255, .8);
}
/* /dropdown categories*/
/* /header ========================================== */

/* home-catalog ========================================== */
.home-categories-title {
    margin-top: 13px;
    width: 100%;
    background: #f2f2f2;
    margin-bottom: 24px;
}
.home-categories .row {
    display: flex;
    flex-wrap: wrap;
}
.home-categories-title .h2 {
    font-size: 20px;
    margin: 0;
    padding: 20px 0;
    text-transform: uppercase;
    color: #333;
    text-align: center;
}
.categorie-item {
    padding: 20px 0 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
}
.home-categories .row > div {
    border: 1px solid #e8e2d1;
    /*margin: 0 -1px -1px 0;*/
}
.home-categories .row > div:hover {
    -webkit-box-shadow: 0 3px 18px 2px rgba(102, 102, 102, 0.4);
    -moz-box-shadow: 0 3px 18px 2px rgba(102, 102, 102, 0.4);
    box-shadow: 0 3px 18px 2px rgba(102, 102, 102, 0.4);
}
.home-categories .row > div:hover .articles-more {
    width: 100%;
}
.home-categories .row {
    padding: 0 15px;
}
.categorie-item .categorie-title {
    color: #333333;
    font-size: 16px;
}
.categorie-item .img-responsive {
    /*position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    margin: auto;
    vertical-align: middle;
    display: inline-block;
}
.categorie-item .img-wrap {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    /*display: flex;*/
    display: inline-block;
    min-height: 229px;
}
.categorie-item .img-wrap:before {
    height: 100%;
    width: 0;
    content: '';
    vertical-align: middle;
    display: inline-block;
}
.articles-more {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    overflow: hidden;
    display: inline-block;
    right: 0;
    background: rgba(0,0,0, .5);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.articles-more .articles-more-inner {
    position: relative;
    display: block;
    height: 100%;
}
.articles-more  .btn-more {
    position: absolute;
    left: 50%;
    top: 50%;
    letter-spacing: 0.3px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 8px 30px;
    border: 1px solid #17cb3a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(255,255,255,0.9);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.articles-more  .btn-more .fa {
    right: -60px;
    position: absolute;
    opacity: 0;
    top: 50%;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #ffffff;
}
.articles-more  .btn-more span {
    padding: 0;
    border: none;
}
.articles-more  .btn-more:hover {
    color: #ffffff;
    background: #17cb3a;
}
.articles-more  .btn-more:hover .fa {
    right: -18px;
    opacity: 1;
}
.btn-more-inner {
    position: relative;
    display: block;
    height: 100%;
}
    /* /home-catalog ========================================== */

/* reviews-section ========================================== */
.reviews-section {
    padding: 50px 0 30px;
    position: relative;
    width: 100%;
    display: inline-block;
}
.section-head {
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    text-align: center;
    margin: 0 auto 50px;
    padding-bottom: 15px;
}
.section-head:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    width: 177px;
    height: 1px;
    background-color: #17cb3a;
}
.reviews-carousel .owl-dots {
    display: block;
    text-align: center;
    margin: 30px auto 0;
}
.reviews-item {
    padding: 30px 40px 20px;
    border: 1px solid #e8e2d1;
    margin-right: 1px;
    margin-left: 1px;
}
.flex-between {
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.img-reviewer {
    display: inline-block;
    width: 46px;
    height: 48px;
    background-image: url(/catalog/view/theme/detels/image/icons_set_1.png);
    background-repeat: no-repeat;
    background-position: -283px 0;
    vertical-align: middle;
    margin-right: 10px;
}
.reviewer-info {
    vertical-align: middle;
    display: inline-block;
}
.reviews-item-top-line {
    margin-bottom: 15px;
}
.reviewer-name {
    font-weight: 500;
    font-size: 16px;
}
.reviewer-descr {
    font-size: 13px;
    color: #999999;
}
.reviews-rating {
    color: #efce4a;
}
.reviews-date {
    text-align: right;
}
.reviews-date .icon-clock {
    background-image: url(/catalog/view/theme/detels/image/icons_set_1.png);
    background-repeat: no-repeat;
    background-position: -343px -14px;
    display: inline-block;
    width: 19px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
}
.reviews-date .icon-clock:before {
    display: none;
}
.reviews-text {
    font-size: 14px;
    line-height: 1.9;
}
.reviews-time {
    color: #333333;
    font-size: 13px;
}
/* /reviews-section ========================================== */

/* home description ========================================== */
.text-description {
    margin-top: 15px;
    text-align: justify;
    line-height: 1.8;
}
.text-description .wr_text {
    height: 300px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.text-description p {
    margin-bottom: 20px;
}
.text-description h1, .text-description h2 {
    color: #17cb3a;
    font-size: 24px;
    margin: 0 0 30px;
}
.btn-more {
    color: #17cb3a;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
}
.btn-more:hover, .btn-more:focus, .btn-more:active, .btn-more:active:focus {
    outline: none;
}
.btn-more span {
    padding-bottom: 5px;
    border-bottom: 1px dashed #17cb3a;
}
.btn-more .fa {
    font-size: 22px;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 3px;
}
/* /home description ========================================== */

/* category page ========================================== */
.breadcrumb {
    font-size: 14px;
    color: #17cb3a;
    background-color: transparent;
    padding: 8px 0;
    margin-bottom: 10px;
    border-radius: 0;
}
.breadcrumb li {
    vertical-align: middle;
}
.breadcrumb a {
    color: #17cb3a;
}
.breadcrumb li:first-child a {
    color: #17cb3a;
    font-size: 1em;
}
.content-wrap {
    padding-bottom: 70px;
    display: inline-block;
    width: 100%;
}
.content-wrap.category-content {
    padding-bottom: 30px;
}
.content-wrap .s-title {
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: normal;
    margin-top: 0;
}
.category-item-wrap .category-item-text {
    margin-top: 20px;
    text-align: center;
    color: #333;
    font-size: 16px;
    display: block;
    line-height: 1.3;
}
.category-row > div {
    border-right: 1px solid #e8e2d1;
    border-bottom: 1px solid #e8e2d1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.category-item img {
    margin: 0 auto;
}
.category-item {
    margin: 0 auto;
    padding: 25px;
    display: block;
}
.category-row > div:hover {
    box-shadow: 0 0 18px 2px rgba(153, 153, 153, 0.4);
}

/*.category-row .col-xs-12.col-sm-6.col-md-4.col-lg-3:nth-child(4n+1):nth-last-child(-n+4),
.category-row .col-xs-12.col-sm-6.col-md-4.col-lg-3:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    background-color: red;
}*/
/*.category-row .col-xs-12.col-sm-6.col-md-4.col-lg-3:nth-child(4n):nth-child(-n+5) ~ .col-xs-12.col-sm-6.col-md-4.col-lg-3 {

}*/
@media only screen and (min-width: 992px) {
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(-n+4) {
        border-top-color: transparent;
    }
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(4n+4){
        border-right-color: transparent;
    }
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(4n):nth-last-child(-n+5) ~ .col-xs-6.col-sm-6.col-md-4.col-lg-3 {
        border-bottom-color: transparent;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(-n+3) {
        border-top-color: transparent;
    }
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(3n+3){
        border-right-color: transparent;
    }
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(3n):nth-last-child(-n+4) ~ .col-xs-6.col-sm-6.col-md-4.col-lg-3 {
        border-bottom-color: transparent;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(-n+2) {
        border-top-color: transparent;
    }
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(2n+2){
        border-right-color: transparent;
    }
    .category-row .col-xs-6.col-sm-6.col-md-4.col-lg-3:nth-child(2n):nth-last-child(-n+3) ~ .col-xs-6.col-sm-6.col-md-4.col-lg-3 {
        border-bottom-color: transparent;
    }
}
@media only screen and (max-width: 480px) {
    .category-row .col-xs-6 {
        width: 100%;
    }
}


/* filter */
#column-left .box-content.mfilter-content {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 15px 30px;
}
.mfilter-box .mfilter-opts-container {
    border-top: none;
    padding-bottom: 28px;
}
.mfilter-box .mfilter-content > ul > li {
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}
.mfilter-button-top {
    border: none;
    border-radius: 7px;
    margin-bottom: 17px;
}
.mfilter-button-bottom {
    border: none;
    border-radius: 7px;
    margin-top: 17px;
}
.mfilter-heading-text > span {
    font-size: 16px;
    margin-bottom: 3px;
}
.mfilter-box .mfilter-option .mfilter-tb-as-td {
    color: #666666;
    font: 400 14px "Roboto", sans-serif;
}
.mfilter-price-inputs #mfilter-opts-price-min, .mfilter-price-inputs #mfilter-opts-price-max {
    width: 60px;
    min-width: 60px;
    max-width: 60px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 13px;
    height: auto;
    text-align: center;
    line-height: 1;
    border: 1px solid #17cb3a;
}
.mfilter-price-inputs {
    text-align: center;
}
.mfilter-box #mfilter-price-slider .ui-slider-handle {
    margin-left: -10px !important;
}
.mfilter-options .mfilter-slider-slider, .mfilter-options #mfilter-price-slider {
    background: #d9d9d9 !important;
    margin: 35px 0 2px !important;
    height: 1px !important;
    border-radius: 2px !important;
}
.mfilter-options .mfilter-price-slider {
    background: none !important;
}
.mfilter-options .mfilter-slider-slider .ui-slider-handle, .mfilter-options #mfilter-price-slider .ui-slider-handle {
    background: #17cb3a !important;
    border: 1px solid #17cb3a !important;
    border-radius: 7px !important;
    height: 16px !important;
    width: 16px !important;
}

body .mfilter-free-button {
    background: #17cb3a;
}
body .mfilter-free-button {
    background: #17cb3a;
    border-color: #17cb3a;
    color: #fff;
    width: 13px;
    padding: 10px;
    border: none;
    font-weight: bold;
    line-height: 1em;
    word-wrap: break-word;
    text-align: center;
    height: auto;
}
input[type="radio"], input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    padding: 7px 2px;
    border: 1px solid #17cb3a;
    border-radius: 0;
    outline: none;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}
input[type="radio"]:checked:before, input[type="checkbox"]:checked:before {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    border: 0 solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotateZ(45deg);
    margin: -6px 3px;
    pointer-events: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
input[type="radio"]:checked, input[type="checkbox"]:checked {
    background-color: #17cb3a;
    outline: none;
}
input:focus, input:active, input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: none;
}
label {
    font-weight: 400;
}
.mfilter-col-input input[type=checkbox], .mfilter-col-input input[type=radio] {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.mfilter-option .mfilter-tb-as-td {
    color: #2b314a;
    font-size: 14px;
    padding: 0;
    font-family: "Arial", sans-serif;
    border: none;
}
.mfilter-option label.mfilter-tb-as-td {
    padding: 0 0 0 15px;
}
.mfilter-box .mfilter-price-slider {
    margin-right: 0 !important;
}
.mfilter-box .mfilter-filter-item .mfilter-options{
    padding: 0;
}
.mfilter-box .mfilter-heading-content {
    padding: 7px 0;
}
.mfilter-option.mfilter-tb-as-tr {
    margin-bottom: -1px;
    display: block;
    width: 100%;
}
.mfilter-box .mfilter-heading .mfilter-head-icon {
    background: none;
    position: relative;
}
.mfilter-heading .mfilter-head-icon:before {
    content: '\f106';
    position: absolute;
    left: 0;
    top: 7px;
    font-family: FontAwesome;
    font-size: 24px;
    color: #17cb3a;
    line-height: 10px;
    font-style: normal;
}
.mfilter-box .mfilter-heading.mfilter-collapsed .mfilter-head-icon {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.mfilter-box .mfilter-heading.mfilter-collapsed .mfilter-head-icon:before {
    content: '\f107';
}
.mfilter-button-reset {
    color: #17cb3a;
    padding: 5px 30px;
    width: 100%;
    text-align: left;
}
.mfilter-button-reset:hover, .mfilter-button-reset:focus {
    color: #17cb3a;
}
.mfilter-reset-icon {
    margin-right: 15px;
}
.mfilter-box .mfilter-button-bottom {
    border-color: transparent;
    border-top: none;
}
/* /filter */

.head-title .h3 {
    margin: 0;
    color: #333333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

/* product-thumb */
.product-thumb-wrapper > div {
    border: 1px solid #e8e2d1;
    margin: 0 -1px -1px 0;
}
.product-thumb {
    padding: 34px 19px;
}
.product-thumb .image {
    margin-bottom: 10px;
}
.product-thumb h4, .product-thumb .h4 {
    font-size: 15px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-bottom: 6px;
    font-weight: 500;
}
.product-thumb h4 a, .product-thumb .h4 a {
    color: #333333;
}
.product-thumb h4 a:hover, .product-thumb .h4 a:hover {
    color: #17cb3a;
}
.product-thumb img {
    margin: 0 auto;
}
.vendor-code {
    font-size: 14px;
    color: #666666;
    display: block;
    margin-bottom: 2px;
    line-height: 1.3;
    overflow: hidden;
    max-height: 54px;
}
.in-stock {
    color: #17cb3a;
    display: block;
    font-size: 14px;
    margin: 5px 0 4px;
}
.in-stock .fa {
    display: inline-block;
    margin-right: 6px;
}
.avialable-wrap {
    display: block;
}
.avialable {
    display: block;
    font-size: 14px;
    margin-bottom: 2px;
}
.not-avialable {
    color: #666666;
}
.avialable-wrap > div {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}
.avialable-wrap .available {
    color: #17cb3a;
}
.avialable-wrap .not-available {
    color: #666666;
}
.rating-wrap {
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 15px;
}
.product-item-rating {
    margin-right: 10px;
}
.reviews_number, .product-item-rating {
    display: inline-block;
}
.product-item-rating .fa-stack-1x, .product-item-rating .fa-stack-2x {
    position: static;
}
.product-item-rating .fa-stack {
    line-height: 1;
    width: auto;
    height: auto;
    font-size: 14px;
}
.reviews_number {
    color: #333;
    font-size: 13px;
    text-decoration: underline;
}
.caption .price {
    font-size: 22px;
    color: #000000;
    margin: 0;
}
.caption .price span {
    display: block;
    line-height: 1;
}
.price-old {
    color: #999;
    font-size: 18px;
    position: relative;
    margin-bottom: 5px;
}
.price-old:before {
    content: "";
    border-bottom: 1px solid #999;
    position: absolute;
    width: 101%;
    height: 68%;
    transform: rotate(9deg);
}
.align-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.buy-btn {
    background: #17cb3a;
    border-radius: 10px;
    display: inline-block;
    line-height: 1;
    outline: none;
    border: 1px solid #17cb3a;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    font-size: 14px;
    padding: 10px 25px;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.buy-btn:hover, .buy-btn:focus {
    color: #ffffff;
    background: #14e23c;
    border-color: #14e23c;
}
.caption .rating-wrap {
    margin-bottom: 16px;
}
.caption .rating-wrap .fa {
    font-size: 19px;
    color: #fbcf3a;
}

.product-thumb .btn.btn-default, .product-thumb .btn.btn-default:hover, .product-thumb .btn.btn-default:focus,.product-thumb .btn.btn-default:active, .product-thumb .btn-default.active.focus, .product-thumb .btn-default.active:focus, .product-thumb .btn-default.active:hover, .product-thumb .btn-default:active.focus, .product-thumb .btn-default:active:focus, .product-thumb .btn-default:active:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: none;
    outline-offset: 0;
    padding: 7px 12px;
    font-size: 14px;
    line-height: 1.45;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
    /* /product-thumb */

.row-sort {
    margin-bottom: 25px;
}
.category-content .head-title .h3 {
    margin: 9px 0 0;
}
.form-group.input-group {
    border: 1px solid #e8e2d1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.input-group-addon:first-child {
    border: none;
    background-color: transparent;
    color: #666;
    font-size: 16px;
}

/* selectize */
.selectize-control.form-control {
    height: auto;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.selectize-dropdown.form-control {
    height: auto;
    background: #ffffff;
}
.selectize-input, .selectize-input:focus, .selectize-input.focus {
    padding-right: 30px;
    border: none;
    color: #17cb3a;
    text-decoration: underline;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    outline: none;
    background: transparent;
}
.selectize-control.single .selectize-input.input-active {
    background: transparent;
}
.input-group .selectize-control .selectize-dropdown {
    position: absolute;
    background: #ffffff;
    z-index: 1;
    border-radius: 10px;
    box-shadow: 0 0 5.9px 0.1px #cdcdcd;
    padding: 30px 0;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    border: 1px solid #ccc;
}
.selectize-input.full {
    background-color: transparent;
    border: none;
}
.form-control:focus {
    border-color: #c2ebac;
}
.selectize-input {
    vertical-align: middle;
    z-index: 0;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 6px 30px;
}
.selectize-dropdown-content .option:hover {
    color: #17cb3a;
}
.selectize-dropdown-content {
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.form-control:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(117, 239, 58, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(117, 239, 58, 0.6);
}
.selectize-control.single .selectize-input.input-active input, .selectize-control.single .selectize-input input {
    height: 14px;
}
/* /selectize */

/* /category page ========================================== */


/* product-page ========================================== */
.product-info-row {
    padding-bottom: 70px;
}

.gc-display-area {
    border: none;
    padding: 0;
}
.gc-thumbs-area.gc-hz li {
    margin-right: 0;
}
.glass-case ul {
    padding-right: 1px;
}
.glass-case ul li {
    border: 1px solid #d9d9d9;
    padding: 10px;
    -webkit-transition: border .25s ease;
    -moz-transition: border .25s ease;
    -ms-transition: border .25s ease;
    -o-transition: border .25s ease;
    transition: border .25s ease;
}
.gc-display-area .gc-icon, .gc-thumbs-area .gc-icon {
    border-color: #75d808;
    color: #75d808;
}
.glass-case ul li:hover {
    border-color: #b4dc79;
}
.gc-disabled .gc-icon, .gc-disabled .gc-icon:hover {
    opacity: 0.7;
}
.glass-case ul li .gc-li-display-container img {
    position: relative;
    top: 50%;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    transform: translate(-50%, -50%);
    margin: 0 !important;
}
.gc-thumbs-area .gc-thumbs-area-prev, .gc-thumbs-area .gc-thumbs-area-next {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.gc-thumbs-area:hover .gc-thumbs-area-next, .gc-thumbs-area:hover .gc-thumbs-area-prev {
    opacity: 1;
}
@media (hover: none), (pointer: coarse) {
    .gc-thumbs-area {
        -webkit-overflow-scrolling: touch;
    }
    .gc-thumbs-area .gc-thumbs-area-next,
    .gc-thumbs-area .gc-thumbs-area-prev {
        opacity: 1;
    }
    .gc-thumbs-area .gc-icon {
        opacity: 1;
        background: rgba(255, 255, 255, 0.85);
    }
}
@media only screen and (max-width: 576px) {
    .product-page .gc-thumbs-area.gc-hz {
        overflow: visible !important;
    }
    .product-page .gc-thumbs-area.gc-hz ul {
        left: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-wrap: wrap;
    }
    .product-page .gc-thumbs-area.gc-hz li {
        float: none !important;
        display: block !important;
        width: 33.333333% !important;
        margin-right: 0 !important;
    }
    .product-page .gc-thumbs-area.gc-hz .gc-thumbs-area-prev,
    .product-page .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
        display: none !important;
    }
}

.product-main-info .h1 {
    margin: 0 0 17px;
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.not-available, .available {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 14px;
    line-height: 1;
}
.available {
    color: #17cb3a;
    position: relative;
    padding-left: 21px;
}
.available:before {
    content: '\f00c';
    font-family: "FontAwesome";
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1;
}
.original-code {
    color: #333333;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}
.original-code span {
    text-transform: uppercase;
    font-size: 20px;
}
.model {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.rating-wrapper {
    margin-bottom: 22px;
}
.form-group-rating .rating-wrapper {
    margin-bottom: 0;
}
.rating-wrapper .rating, #product-reviews {
    display: inline-block;
    vertical-align: middle;
}
.rating-wrapper .rating {
    margin-right: 40px;
    line-height: 1;
}
.rating-wrapper .fa-stack {
    width: 21px;
    height: 21px;
    display: inline-block;
    line-height: 23px;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    color: #fbcf3a;
}
.rating-wrapper .fa-stack-1x, .rating-wrapper .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    font-size: 22px;
    text-align: center;
}
#product-reviews {
    color: #333333;
    text-decoration: underline;
}
.main_price {
    color: #000000;
    font-size: 30px;
}
.product-price-wrap {
    margin-bottom: 15px;
}
.product-price-wrap {

}
.product-price-wrap .special_price {
    font-size: 32px;
    color: #000000;
    line-height: 1;
}
.product-price-wrap .sale_price{
    font-size: 23px;
    line-height: 1;
    margin-bottom: 8px;
}
.value-name {
    display: inline-block;
    padding-left: 12px;
}
#product .checkbox label, #product  .radio label {
    top: 2px;
}
#product .checkbox, #product  .radio {
    margin-bottom: 15px;
}

.one-product-price-wrapper {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.product-price-wrap {
    display: inline-block;
    vertical-align: middle;
    margin: 0 40px 30px 0;
    min-width: 31%;
}
.quantity_wr {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 32px 0;
}
#minus, #plus {
    display: inline-block;
    width: 40px;
    border: 1px solid #ddd;
    height: 40px;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
}
.quantity_wr input {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    text-align: center;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 18px;
    font-family: "Arial", sans-serif;
    height: 40px;
    width: 40px;
    padding: 6px 4px;
}
.line1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 12px;
    height: 1px;
    background: #000;
}
.line2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #000;
}
#alert-quantity {
    opacity: 0;
    height: 0;
    padding: 0;
    margin: 0;
    color: #e72251;
    background-color: #fff;
    border-color: #e72251;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.buy-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.buy-buttons .btn, .buy-buttons .btn.btn-primary {
    width: 28%;
    margin-top: 0;
    
}
.buy-buttons button.btn {
    margin-right: 36px;
}

/* delivery-oder */
.delivery-oder {
    box-shadow: 0 0 20.2px 0.8px rgba(153, 153, 153, 0.22);
    padding: 20px 15px 20px 30px;
    color: #333333;
    width: 100%;
}
.delivery-oder-item {
    margin-bottom: 22px;
}
.delivery-oder-item a {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.delivery-oder-item img {
    display: inline-block;
    margin-left: 10px;
    max-width: 33px;
    height: auto;
    vertical-align: middle;
}
.delivery-oder-item a span {
    display: inline-block;
    vertical-align: middle;
}
.delivery-oder-item li {
    list-style-type: disc;
    line-height: 1.2;
    margin-bottom: 9px;
}
.delivery-oder-item ul {
    padding: 0 0 0 20px;
    margin: 0;
}
.delivery-oder-item p {
    font-weight: 300;
    line-height: 1.2;
}
/* /delivery-oder */

/* tabs-block*/
#tab-description {
    color: #333333;
}
.nav-tabs {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 40px;
    background: #fff46e;
}
.nav-tabs>li>a{
    color: #333;
    cursor: pointer;
    font-size: 18px;
    background-color: transparent;
    border: none;
    border-bottom: 4px solid transparent;
    position: relative;
    padding: 10px 30px;
    margin-bottom: -2px;
    display: inline-block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover, .nav-tabs>li>a:hover {
    border: none;
    border-bottom: 4px solid #17cb3a;
    background-color: transparent;
    outline: none;
}
.nav-tabs>li {
    margin: 0 15px 0 0;
    float: none;
    display: inline-block;
}

#form-review .btn-primary {
    margin-top: 10px;
    color: #fff;
    border-color: #17cb3a;
    background: #17cb3a;
    padding: 10px 24px 11px;
}
#form-review .btn-primary:hover, #form-review .btn-primary:focus {
    border: 1px solid #17cb3a;
    color: #17cb3a;
    background-color: #fff;
    outline: none;
}

.rating-wrapper {
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
}
.rating-input {
    display:none;
}
.rating-star:hover,
.rating-star:hover ~ .rating-star:before {
    color: #ffd200;
    content: '\f005';
}
.rating-wrapper:hover .rating-star:hover:before,
.rating-wrapper:hover .rating-star:hover ~ .rating-star:before,
.rating-input:checked ~ .rating-star:before {
    color: #ffd200;
    content: '\f005';
}
.rating-star {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 25px;
    position: relative;
    margin: 0;
    vertical-align: middle;
    float: right;
    font-weight: 300;
}
.rating-star:before{
    content: '\f006';
    font-family: "fontAwesome";
    display: inline-block;
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.tab-content #review {
    max-height: 505px;
    height: auto;
    padding-right: 10%;
    scroll-behavior: smooth;
    overflow: hidden;
    overflow-y: auto;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e8e8e8;
    width: 1px;
    padding: 0 3px;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
    background-color: #17cb3a;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 8px;
}
.review-item {
    margin-bottom: 30px;
}
.review-item-head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
    width: 100%;
}
.review-author {
    font-size: 18px;
}
.review-text {
    color: #333333;
}
.review-rating {
    color: #ffd200;
    font-size: 20px;
}

.review-rating .fa-stack {
    height: 18px;
    width: 16px;
}
.fa-stack-2x {
    font-size: 18px;
}
.review-date {
    font-size: 14px;
    color: #999999;
    margin-bottom: 12px;
}
.review-date span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.review-date .icon-clock {
    color: #17cb3a;
    font-size: 13px;
    margin-right: 6px;
}
.form-review .h3 {
    font-size: 18px;
    margin: 0 0 30px;
    text-align: center;
}
.title-with-line {
    position: relative;
    padding-bottom: 10px;
    line-height: 1;
    color: #333333;
}
.title-with-line:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 133px;
    height: 1px;
    background-color: #17cb3a;
    max-width: 100%;
}
.form-review {
    padding: 34px 10%;
    border-radius: 5px;
    box-shadow: 0 0 20.2px 0.8px #dedece;
}
.form-review .form-group, .form-body .form-group  {
    margin-bottom: 25px;
}
.form-group-rating {
    color: #9a9da8;
}
.form-group-rating .control-label {
    font-weight: 300;
    vertical-align: middle;
    padding: 0;
    margin-left: 14px;
    padding-bottom: 3px;
}
.form-body input, .form-body textarea {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    outline: none;
    padding: 10px 30px;
    height: auto;
    color: #333;
    max-width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
}
.form-body input:focus, .form-body textarea:focus {
    border-color: #d9d9d9;
    -webkit-box-shadow: inset 0 1px 1px #dedece, 0 0 8px #dedece;
    box-shadow: inset 0 1px 1px #dedece, 0 0 8px #dedece;
}
textarea {
    resize: none;
}
.form-review .btn-wrap {
    text-align: center;
}



/* /tabs-block*/

/* tab-model*/
.tab-model-info {
    color: #333333;
}
.tab-model-info .h6 {
    font-size: 18px;
    margin: 0 0 15px;
    display: block;
}
.tab-model-search {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
}
.tab-model-info .input-search {
    width: 100%;
    display: block;
    padding: 5px 15px 5px 60px;
    height: auto;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.tab-model-search .btn-search {
    position: absolute;
    left: 30px;
    top: 6px;
    background-color: transparent;
    font-size: 20px;
    color: #17cb3a;
    border: none;
    display: inline-block;
    line-height: 1;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
}
.tab-model-search .btn-search:focus, .tab-model-search .btn-search:hover, .tab-model-search .btn-search:active {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: transparent;
}
.tab-model-info p {
    margin-bottom: 20px;
}
.tab-models {
    padding: 35px 50px;
    border-radius: 5px;
    box-shadow: 0 0 20.2px 0.8px rgba(153, 153, 153, 0.22);
    margin-right: 5%;
}
.tab-models-title {
    margin-bottom: 15px;
}
.tab-models-title, .scroll-wrapper.tab-models-list {
    padding-right: 50px;
}
.tab-models-title .h6 {
    margin-right: 15px;
    font-size: 18px;
    color: #999999;
}
.tab-models-title .h6 span {
    font-size: 14px;
}
.tab-models-title .selectize-control {
    display: inline-block;
}
.tab-models-title .selectize-input.full {
    font-size: 20px;
    color: #000000;
    padding-right: 35px;
}
.tab-models-title .selectize-dropdown {
    font-size: 18px;
    min-width: 150px;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 0 18px 2px rgba(153, 153, 153, 0.4);
}
.tab-models-title .selectize-dropdown .active {
    background-color: transparent;
    color: #17cb3a;
}
.tab-models-title .selectize-dropdown-content {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: block;
    padding: 10px 0;
}
.tab-models-title .selectize-dropdown-content .option {
    display: inline-block;
}
.scroll-wrapper.change-tabs-models {
    max-height: 330px;
    display: block;
}
.change-tabs-models.scroll-wrapper > .scroll-content {
    padding-right: 50px;
}
.tab-models-list {
    display: inline-block;
    width: 100%;
}
.tab-models-list li {
    display: block;
    color: #333333;
    padding: 10px 50px 10px 30px;
    border-bottom: 1px solid #17cb3a;
    position: relative;
    margin-bottom: 10px;
}
.tab-models-list li:before {
    content: '\e902';
    position: absolute;
    right: 30px;
    top: 10px;
    font-size: 20px;
    color: #17cb3a;
    font-family: "icomoon";
}
.scroll-wrapper.tab-models-list > .scroll-content {
    padding-right: 50px;
}
/* /tab-model*/

.page-content-descr-wrap .description {
    margin-bottom: 30px;}

.visited-products {
    padding: 60px 0 30px;
}

.some-products-carousel .owl-dots {
    text-align: center;
    margin-top: 35px;
}
.some-products-carousel .owl-carousel .owl-dot span {
    width: 12px;
    height: 12px;
}
.some-products-carousel {
    padding-top: 20px;
}
.product-thumb .model {
    font-size: 14px;
    margin-bottom: 2px;
    line-height: 1.3;
    overflow: hidden;
    max-height: 54px;
}
.some-products-carousel .product-layout {
    border: 1px solid #e8e2d1;
}
.owl-nav > div {
    position: absolute;
    top: 50%;
    font-size: 65px;
    color: #17cb3a;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 5px;
    background: #fff;
    line-height: 0.8;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
}
.owl-nav > div i {
    line-height: inherit;
}
.owl-nav > div:hover {
    color: #0ca72a;
}
.owl-nav > .owl-prev {
    left: -35px;
}
.owl-nav > .owl-next {
    right: -35px;
}
/* /product-page ========================================== */

/* contacts-page ========================================== */
.contact-page .head-title {
    margin-bottom: 40px;
}

.contact-shop-item {
    color: #333333;
    padding-left: 50px;
}

.contact-shop-item .contact-shop-item-title {
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
}
.contact-shop-item address {
    font-size: 16px;
    position: relative;
    margin-bottom: 30px;
}
.contact-shop-item address:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 5px;
    width: 29px;
    height: 40px;
    background-image: url(/catalog/view/theme/detels/image/contacts-icon-set.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.contact-shop-item .contacts-time-work {
    font-size: 15px;
    position: relative;
    margin-bottom: 30px;
}
.contact-shop-item .contacts-time-work:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 5px;
    width: 33px;
    height: 40px;
    background-image: url(/catalog/view/theme/detels/image/contacts-icon-set.png);
    background-repeat: no-repeat;
    background-position: -33px 0;
}
.contact-shop-item .contacts-phones, .contact-shop-item .contacts-email {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}
.contact-shop-item .contacts-phones:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 5px;
    width: 35px;
    height: 40px;
    background-image: url(/catalog/view/theme/detels/image/contacts-icon-set.png);
    background-repeat: no-repeat;
    background-position: -70px 0;
}
.contact-shop-item .contacts-email:before {
    content: '';
    position: absolute;
    left: -50px;
    top: -2px;
    width: 34px;
    height: 32px;
    background-image: url(/catalog/view/theme/detels/image/contacts-icon-set.png);
    background-repeat: no-repeat;
    background-position: -109px 0;
}
.contact-shop-first .contact-shop-item {
    padding-top: 50px;
    position: relative;
}
.shop-first-row {
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e2d1;;
}
.contact-shop-item-video-wrap .section-head {
    margin-bottom: 20px;
}
.contact-shop-item-video-wrap iframe {
    width: 100%;
}
.map-1, .map-2 {
    min-height: 450px;
    width: 100%;
    display: block;
}
.information-contact #my-content #content {
    padding-bottom: 0;
}
.map-section {
    margin-top: 90px;
}
.align-center {
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.map-section .tab {
    padding: 10px 50px;
    color: #17cb3a;
    font-size: 20px;
    border: 1px solid #17cb3a;
    border-bottom: none;
    -webkit-border-radius: 15px 15px 0 0;
    -moz-border-radius: 15px 15px 0 0;
    border-radius: 15px 15px 0 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.map-section .tab a {
    color: #17cb3a;
}
.map-section .tab.active a {
    color: #ffffff;
}
.map-section .tab.active {
    background: #17cb3a;
    color: #ffffff;
}
.iw-title {
    color: #17cb3a;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 10px;
}
.iw-content p {
    margin: 0 0 5px;
    line-height: 1.4;
}
.img-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.iw-content img {
    max-width: 250px !important;
    display: block;
    height: auto;
    margin: 0 auto;
}
/* /contacts-page ========================================== */


/* cart-page ========================================== */
.attention {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 25px;
    display: block;
}
.attention strong {
    color: red;
}

.ordering-page .head-title {
    margin-bottom: 30px;
}
.custom_simpl_cart {
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 20.2px 0.8px rgba(153, 153, 153, 0.22);
    padding: 35px 45px 45px;
}
.custom_simpl_cart_title {
    font-size: 20px;
    margin-bottom: 40px;
    color: #333333;
}
.simpl_cart_item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
.custom_simpl_cart .simpl_cart_item:nth-child(2) {
    margin-top: 25px;
}

.simpl_cart_item_img {
    margin-right: 30px;
    min-width: 26%;
}
.simpl_cart_item_img img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}
.simpl_cart_item_product_name {
    font-size: 16px;
    line-height: 1.3;
    max-width: 90%;
}
.simpl_cart_item_product_name a:hover {
    color: #17cb3a;
}
.vendor_code {
    margin: 6px 0;
    color: #999;
}
.quantity_price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 6px;
}
.quantity_title, .price_title {
    font-size: 14px;
    color: #999;
    text-transform: lowercase;
    margin-bottom: 6px;
    text-align: center;
}
#simplecheckout_cart .quantity_price .form-control {
    width: auto;
    min-width: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: none;
    height: auto;
    padding: 0;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    float: none;
    display: inline-flex;
}
.btn-arrow {
    font-size: 18px;
    background: transparent;
    border: none;
    outline: none;
    line-height: 12px;
    width: auto;
    padding: 0;
}
.quantity .input-group-btn {
    width: auto;
    height: 15px;
}
.quantity .input-group.btn-block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.quantity .input-group.btn-block span {
    color: #999999;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.quantity .input-group.btn-block span:hover {
    color: #17cb3a;
}
.price_wrap span {
    display: block;
}
.price_wrap .price {
    font-size: 26px;
}
.simpl_cart_item_info{
    position: relative;
    width: 70%;
}
.icon-close.btn-danger {
    background: transparent;
    border: none;
    height: 18px;
    width: 18px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.icon-close.btn-danger:active, .icon-close.btn-danger.focus, .icon-close.btn-danger:focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover {
    outline: none;
    border: none;
    background-color: transparent;
    color: #17cb3a;
}
.icon-close.btn-danger span {
    position: relative;
    display: inline-block;
    height: 18px;
    width: 18px;
}
.icon-close.btn-danger span:before, .icon-close.btn-danger span:after {
    content: '';
    margin: auto;
    background: #17cb3a;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.icon-close.btn-danger span:before {
    width: 18px;
    height: 1.5px;
}
.icon-close.btn-danger span:after {
    height: 18px;
    width: 1.5px;
}
.price_wrap .price {
    color: #333333;
    line-height: 1;
}
#total_sub_total {
    display: none;
}
#total_total {
    border: none;
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
    margin-top: 35px;
}
#total_total span b {
    color: #333;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}
#total_total .simplecheckout-cart-total-value {
    font-size: 28px;
    line-height: 1;
    margin-left: 25px;
    display: inline-block;
    color: #000;
}
#total_total .simplecheckout-cart-total-remove {
    display: none;
}
#total_shipping {
    display: none;
}
.checkout-heading .h3 {
    color: #333;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 30px;
}

#simplecheckout_customer .checkout-heading span {
    float: none !important;
    vertical-align: middle;
    cursor: pointer;
}
#custom_checkout_btn_customer {
    margin-right: 10%;
}

#simplecheckout_customer .simplecheckout-block-content {
    margin-top: 30px;
}

.simplecheckout-error-text {
    font-size: 11px;
}

.simplecheckout .checkout-heading span {
    font-size: 16px;
}
.simplecheckout .checkout-heading span.active, .simplecheckout .checkout-heading span.active a {
    color: #17cb3a;
}
.simplecheckout .checkout-heading span.active {
    text-decoration: underline;
}

.checkout-heading input {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.simplecheckout_shipping_content p {
    display: none;
}

#simplecheckout_shipping .simplecheckout-block-content, #simplecheckout_payment .simplecheckout-block-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.simple-content fieldset {
    width: 100%;
}
#simplecheckout_shipping .checkbox, #simplecheckout_shipping .radio,
#simplecheckout_payment  .checkbox, #simplecheckout_payment .radio {
    margin: 0 0 20px;
}

.radio_inner_text {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
    line-height: 1.3;
}

.simplecheckout_shipping_title, .simplecheckout_content_title {
    width: 30%;
}
#simplecheckout_shipping .simplecheckout_shipping_content, #simplecheckout_payment .simplecheckout_payment_content {
    width: 70%;
}
#simplecheckout_shipping .radio input, #simplecheckout_payment  .radio input {
    display: inline-block;
    vertical-align: middle;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.simplecheckout_payment_content h5 {
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #17cb3a;}

.col-sm-12 .simplecheckout .checkout-heading {
    background-color: transparent;
    border-color: transparent;
    color: #333;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0;
}

.simplecheckout .simplecheckout-button-right {
    text-align: center;
    /*width: 50%;*/
}
.primary-link {
    display: inline-block;
    color: #17cb3a;
    text-decoration: underline;
    vertical-align: middle;
}
.simplecheckout .primary-link {
    margin-left: 60px;
}
.simplecheckout .primary-link:hover {
    color: #17cb3a;
}
#simple_login_header {
    display: none;
}
    /* /cart-page ========================================== */

/* reviews-page ========================================== */
.page-reviews .head-title {
    margin-bottom: 40px;
}
.reviews-list .review-item {
    padding: 25px 35px;
    border: 1px solid #e8e2d1;
    margin-bottom: 35px;
}
.review-item-author-info-wrap img, .review-item-author-info {
    display: inline-block;
    vertical-align: middle;
}
.review-item-author-info {
    margin-left: 15px;
}
.review-item-author-info span, .review-item-author-info strong {
    display: block;
    line-height: 1.2;
}
.review-item-author-info strong {
    font-weight: 500;
    color: #333333;
}
.reviews-list .review-text {
    color: #000000;
}
.reviews-list .review-item .review-item-head {
    margin-bottom: 15px;
}
.reviews-list .review-date {
    text-align: right;
    color: #333333;
    margin-bottom: 0;
}
.page-reviews .head-title .btn-primary {
    padding: 10px 25px;
    font-size: 16px;
}
.form-for-review {
    margin-top: 25px;
}
.form-for-review .form-head {
    text-align: center;
    color: #333333;
    margin-bottom: 25px;
    font-size: 18px;
    text-transform: uppercase;
}
.form-for-review .rating-wrapper {
    margin-bottom: 0;
}
.form-for-review .buttons {
    text-align: center;
}
.col-review-rating {
    text-align: center;
}

/* pagination ===================== */
.pagination {
    width: 100%;
    text-align: center;
}
.pagination-wrap {
    text-align: center;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: #17cb3a;
    background-color: transparent;
    border-color: #17cb3a;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #fff;
    background-color: #17cb3a;
    border-color: #17cb3a;
}
.pagination>li>a, .pagination>li>span {
    padding: 5px 11px;
    margin: 0;
    border: 1px solid #999;
    color: #999;
    font-size: 16px;
    float: none;
    background-color: transparent;
}
.pagination>li {
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
}
.page-reviews .pagination_to_first, .page-reviews .pagination_to_last, .category-content .pagination_to_first, .category-content .pagination_to_last {
    display: none;
}
.pagination>li.pagination_to_next>a, .pagination>li.pagination_to_prev>a, .pagination>li.pagination_to_first a, .pagination>li.pagination_to_last a {
    color: #999999;
    border-color: transparent;
    background-color: transparent;
    font-size: 27px;
    line-height: 20px;
    display: inline-block;
}
.pagination>li.pagination_to_next>a:hover, .pagination>li.pagination_to_next>a:focus, .pagination>li.pagination_to_prev>a:hover, .pagination>li.pagination_to_prev>a:focus, .pagination>li.pagination_to_first:hover, .pagination>li.pagination_to_first:focus, .pagination>li.pagination_to_first:hover a, .pagination>li.pagination_to_first:focus a, .pagination>li.pagination_to_last:hover, .pagination>li.pagination_to_last:focus, .pagination>li.pagination_to_last:hover a, .pagination>li.pagination_to_last:focus a {
    color: #17cb3a;
    background-color: transparent;
    border-color: transparent;
}

/* pagination ===================== */

/* /reviews-page ========================================== */


/* news-page ========================================== */
.product-thumb.news-item {
    margin-bottom: 35px;
}
.news-item .news-item-title {
    color: #333;
    font-size: 18px;
    margin-bottom: 25px;
}
.news-item-descr {
    color: #999;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 120px;
}
.news-item .time-text, .news-item .btn-more, .news-item .time-text:hover, .news-item .btn-more:focus, .news-item .time-text:hover, .news-item .btn-more:focus {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.news-item .time-text {
    color: #666;
}
.news-item .btn-more {
    font-size: 18px;
}
.news-item .btn-more span {
    padding-bottom: 0;
    text-decoration: underline;
    border-bottom: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.news-item .btn-more:hover span {
    text-decoration: none;
}
.one-news-content .thumbnail {
    display: inline-block;
    float: left;
    margin: 20px 30px 20px 0;
    border: none;
}
.news-item p, .one-news-content .description, .one-news-content .description p, .one-news-content .description span {
    text-align: justify;
}
.one-news-content .description p {
    margin-bottom: 20px;
}
.one-news-content .h2 {
    margin: 0 0 30px;
    font-size: 28px;
}
.one-news-info {
    color: #666666;
    margin-bottom: 30px;
}
.news-btn-wrap {
    text-align: right;
}
.information-news-info .btn.btn-primary {
    padding: 10px 30px;
    font-size: 16px;
}
/* /news-page ========================================== */

/* responsive-menu ========================================== */
.mm-title, .responsive-menu-wrapper strong {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #000000;
}
.mm-menu.mm-offcanvas {
    z-index: 99999;
}
.responsive-menu-wrapper strong {
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.responsive-menu-wrapper li {
    padding-left: 20px;
}
.responsive-menu-wrapper li:nth-child(1) {
    padding-left: 0;
}
.responsive-menu-wrapper li:nth-last-of-type(1) {
    display: none;
}
.responsive-menu-wrapper a {
    display: block;
    padding: 10px 10px 10px 10px;
    color: #000000;
    border-bottom: 1px solid #ccc;
}
.responsive-menu-wrapper a:hover {
    color: #17cb3a;
}
/* /responsive-menu ========================================== */


/* site-footer ========================================== */
.site-footer {
    background: #2d3141;
    padding: 35px 0 10px;
    color: #ffffff;
    font-size: 14px;
    position: relative;
}
.site-footer .logo {
    margin-bottom: 20px;
}
.site-footer .logo img {
    max-width: 180px;
}
.foot-addresses {
    font-size: 14px;
}
.foot-addresses li {
    display: block;
    margin-bottom: 15px;
}
.site-footer a {
    color: #ffffff;
}
.site-footer a:hover {
    color: #17cb3a;
}
.site-footer .h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: underline;
    margin: 0 0 25px 0;
}
.foot-contacts-list li {
    list-style-type: disc;
}
.foot-contacts-list ul {
    padding-left: 15px;
    margin: 12px 0;
}
.site-footer .h6 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 400;
}
.footer-email {
    display: block;
}
.working-time {
    font-size: 15px;
    display: block;
}
.foot-links-list li {
    margin-bottom: 6px;
}
.btn-primary {
    background-color: #17cb3a;
    border-radius: 10px;
    display: inline-block;
    border: 1px solid #17cb3a;
    padding: 12px 40px;
    color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    line-height: 1;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
}
.site-footer .btn-primary {
    width: 100%;
    margin-bottom: 25px;
    padding: 10px 5%;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active:hover, .btn-primary:active:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none;
    color: #17cb3a;
    border-color: #17cb3a;
    background-color: #fff;
    text-decoration: none;
}
.socials-list li {
    display: inline-block;
    margin-right: 2px;
    vertical-align: middle;
}
.socials-list a {
    background: #f2f2f2;
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #2d3141;
    font-size: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 41px;
    text-align: center;
    text-decoration: none;
}
.socials-list a:hover {
    background: #17cb3a;
    color: #ffffff;
}
.footer_bottom_line {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}
.dev {
    display: inline-block;
    font-size: 13px;
}
.dev span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    border-bottom: 1px solid transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dev a {
    color: #fff;
    line-height: 1;
}
.dev a img {
    opacity: 0.8;
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.dev a:hover {
    color: #ffffff;}
.dev a:hover img {
    opacity: 1;
}
.dev a:hover span {
    border-color: #fff;
}

.copyright {
    text-align: center;
    font-size: 12px;
    font-weight: 300;
    padding-right: 15px;
    max-width: 70%;
}
.copyright h1 {
    display: inline;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
/* /site-footer ========================================== */

/* register-page ========================================== */
.simpleregister-button-block .simpleregister-button-right {
    float: none;
}
.simplecheckout label span, .simpleregister label span {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 2px 0 0 7px;
}
/* /register-page ========================================== */


/* popups ========================================== */
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
}
.to-cart-popup {
    padding: 50px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    max-width: 800px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 17.3px 0.7px #d2d2d2;
    box-shadow: 0 0 17.3px 0.7px #d2d2d2;
    position: relative;
}
.to-cart-product-info {
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.to-cart-product-img {
    max-width: 200px;
}
.popup-title {
    color: #333;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 25px;
}
.to-cart-product-name {
    color: #333;
    font-size: 16px;
    padding: 0 30px;
    max-width: 54%;
}
.to-cart-product-price {
    font-family: "Arial", sans-serif;
    font-size: 19px;
    line-height: 1.2;
}
.to-cart-buttons .continue {
    color: #17cb3a;
    text-decoration: underline;
    margin: 0 60px 0 0;
    font-size: 18px;
}
.to-cart-buttons .continue:hover {
    text-decoration: none;
}
.to-cart-buttons .btn-primary:hover {
    background-color: #fff;
    border-color: #17cb3a;
    color: #17cb3a;
}
.to-cart-buttons .btn-primary {
    font-size: 18px;
    word-wrap: normal;
    width: 40%;
}
.to-cart-buttons .btn-primary span {
    display: block;
    word-wrap: normal;
}
.to-cart-buttons {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/*.to-cart-popup .mfp-close {*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*transform: rotate(45deg);*/
    /*position: absolute;*/
    /*right: 15px;*/
    /*top: 15px;*/
/*}*/

.popup-form-wrap {
    background: #fff;
    text-align: center;
    position: relative;
    max-width: 100%;
    width: 480px;
    margin: 0 auto;
}
.popup-form {
    padding: 50px 55px;
    position: relative;
}
.popup-form .formhead {
    color: #17cb3a;
    font-size: 22px;
    max-width: 80%;
    margin: 0 auto 20px;
    padding: 0;
}
.popup-form input, .popup-form textarea {
    display: block;
    padding: 12px 32px;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    width: 100%;
    color: #999ba6;
}
.popup-form input::-webkit-input-placeholder, .popup-form input::-moz-placeholder, .popup-form input:-ms-input-placeholder, .popup-form input:-moz-placeholder {
    color: #999ba6;
}
.popup-form .btn {
    margin-top: 20px;
    background-color: #17cb3a;
    border: 1px solid #17cb3a;
    border-radius: 12px;
    box-shadow: 3.4px 3.7px 5px rgba(203, 203, 203, 0.5);
    padding: 10px 40px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    -webkit-transition: 0.25s ease;
    -moz-transition: 0.25s ease;
    -ms-transition: 0.25s ease;
    -o-transition: 0.25s ease;
    transition: 0.25s ease;
}
.popup-form .btn:focus, .popup-form .btn:hover, .popup-form .btn.active.focus, .popup-form .btn.active:focus, .popup-form .btn.focus, .popup-form .btn:active.focus, .popup-form .btn:active:focus, .popup-form .btn:focus {
    background-color: #11e239;
    border-color: #11e239;
    outline: none;
}
.question-popup-form .popup-form .formhead {
    color: #17cb3a;
    margin-bottom: 30px;
}
.question-popup-form input {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px;
}
.question-popup-form .popup-form .btn {
    background-color: #17cb3a;
    border: 1px solid #17cb3a;
    border-radius: 12px;
    box-shadow: 3.4px 3.7px 5px rgba(203, 203, 203, 0.5);
}
.question-popup-form .popup-form .btn:hover {
    background-color: #17cb3a;
    border-color: #17cb3a;
}

.success-text {
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    font-size: 20px;
    opacity: 0;
    height: 0;
    line-height: 1.5;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.success-text.visible {
    height: auto;
    opacity: 1;
}
.success-text span {
    display: block;
    position: absolute;
    line-height: 1.6;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* order-detel-popup ======================== */
.order-detel-popup {
    max-width: 100%;
    padding: 60px 100px;
    width: 1020px;
    -webkit-box-shadow: 0 1px 13.5px 1.5px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 0 1px 13.5px 1.5px rgba(153, 153, 153, 0.3);
    box-shadow: 0 1px 13.5px 1.5px rgba(153, 153, 153, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
}
.order-detel-popup.popup-form-wrap {
    text-align: left;
}
.order-detel-form.popup-form .formhead {
    max-width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1.3;
    margin: 0 0 35px;
    text-align: center;
}
.mfp-close-btn-in .order-detel-popup .mfp-close {
    color: #17cb3a;
    font-size: 28px;
    right: 2%;
    top: 2%;
}
.order-detel-popup .popup-form {
    padding: 0;
}
.order-detel-form .selectize-control, .order-detel-form input, .order-detel-form textarea {
    text-align: left;
    display: inline-block;
    border: 1px solid #17cb3a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 35px;
    vertical-align: middle;
}
.order-detel-form .selectize-control .selectize-input, .order-detel-form input, .order-detel-form textarea {
    padding: 14px 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    vertical-align: middle;
}
.order-detel-form input::-webkit-input-placeholder, .order-detel-form textarea::-webkit-input-placeholder {
    color: #333;
}
.order-detel-form input::-moz-placeholder, .order-detel-form textarea::-moz-placeholder {
    color: #333;
}
.order-detel-form input:-ms-input-placeholder, .order-detel-form textarea:-ms-input-placeholder {
    color: #333;
}
.order-detel-form input:-moz-placeholder, .order-detel-form textarea:-moz-placeholder {
    color: #333;
}
.order-detel-form .selectize-control:nth-of-type(even), .order-detel-form .brand-name, .order-detel-form .name  {
    width: 46%;
    margin-right: 7%;
}
.order-detel-form .selectize-control:nth-of-type(odd) {
    width: 46%;
}
.order-detel-form .fileContainer input, .order-detel-form .phone, .order-detel-form .detels-name{
    display: inline-block;
    width: 46%;
}
.order-detel-form textarea:focus {
    outline: none;}

.order-detel-form .btn-wrap {
    text-align: center;
}

.fileContainer {
    overflow: hidden;
    position: relative;
    padding: 14px 25px;
    color: #333;
    font-size: 16px;
    line-height: 1.2;
    text-align: left;
    display: inline-block;
    border: 1px solid #17cb3a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 35px;
    width: 46%;
    vertical-align: middle;
}

.fileContainer [type=file] {
    cursor: inherit;
    display: block;
    font-size: 999px;
    filter: alpha(opacity=0);
    min-height: 100%;
    min-width: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
}
/* Example stylistic flourishes */

.fileContainer, .fileContainer input {
    cursor: pointer;
}
.fileContainer span {
    cursor: pointer;
    display: block;
}
/* /order-detel-popup ======================== */

/* one-click-buy-popup ======================== */
#cboxClose {
    bottom: auto;
    top: 0;
}
#colorbox #cboxTopLeft, #colorbox #cboxTopCenter, #colorbox #cboxTopRight, #colorbox #cboxMiddleLeft, #colorbox #cboxMiddleRight, #colorbox #cboxBottomLeft, #colorbox #cboxBottomCenter, #colorbox #cboxBottomRight {
    display: none;
}
#colorbox #occm-form-container h3 {
    font-size: 22px;
}
#colorbox #occm-form-container .center h3 {
    max-width: 400px;
    font-size: 18px;
    margin: 0 auto 20px;
}
#colorbox .occm-line img {
    display: none;
}
#colorbox .occm-line input, #colorbox .occm-line textarea {
    display: block;
    margin-bottom: 22px;
    width: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #DDDDDD;
    height: auto;
    padding: 6px 20px;
}
#colorbox #occm-form-container input[type=text] {
    width: 100%;
}
#colorbox #occm-form-container textarea {
    margin-left: 0;
}
#colorbox #occm-form-container #occm-button-confirm {
    max-width: 150px;
    margin: 0 auto;
    padding: 12px 20px;
}
#colorbox #occm-form-container #occm-button-confirm:hover {
    background-color: #0ce636;
    color: #ffffff;
    border-color: #0ce636;
}
body #cboxOverlay {
    background: rgba(0,0,0,0.85);
}
#colorbox #cboxClose {
    bottom: auto;
    top: 12px;
    right: 12px;
}
#colorbox #cboxLoadedContent {
    margin-bottom: 10px;
}
#colorbox #occm-form-container span.required {
    color: #F00;
    position: absolute;
    display: inline-block;
    font-size: 14px;
    top: 10px;
    left: 12px;
}
#colorbox .occm-line {
    position: relative;
}
#cboxContent #cboxClose {
    right: 15px;
    bottom: auto;
    top: 15px;
    background: none;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    text-indent: 0;
    color: transparent;
    opacity: 0.8;
}
#cboxContent #cboxClose:before {
    content: "\e90f";
    color: #000;
}
.text-error {
    display: block;
    font-size: 11px;
    color: red;
    position: absolute;
    top: 100%;
    left: 22px;}

#occm-form-container div.occm-line {
    position: relative;}

/* /one-click-buy-popup ======================== */

/* success popup  ============= */
.success-popup {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    padding: 50px 70px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    max-width: 430px;
    -webkit-box-shadow: 0 0 20.5px 4.5px rgba(153, 153, 153, 0.7);
    -moz-box-shadow: 0 0 20.5px 4.5px rgba(153, 153, 153, 0.7);
    box-shadow: 0 0 20.5px 4.5px rgba(153, 153, 153, 0.7);
}
.success-popup h3 {
    color: #333333;
    font-size: 22px;
    line-height: 1.4;}
/* /success popup ============= */

/* start popup ============= */
.start-popup.success-popup {
    padding: 40px 50px;
    max-width: 500px;
}
/* /start popup ============= */

/* /popups ========================================== */

button {
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* cart-dropdown ===================================== */
.cart-dropdown {
    min-width: 500px;
    padding: 40px;
    -webkit-box-shadow: 0 3px 18px 2px rgba(102, 102, 102, 0.4);
    -moz-box-shadow: 0 3px 18px 2px rgba(102, 102, 102, 0.4);
    box-shadow: 0 3px 18px 2px rgba(102, 102, 102, 0.4);}

.cart-product .table {
    border-collapse: separate;
    border-spacing: 0 20px;
    margin-bottom: 0;}

#cart .dropdown-menu .cart-dropdown-title {
    color: black;
    font-size: 20px;
    margin-bottom: 4px;
    position: relative;
    text-align: center;}

#cart .dropdown-menu .cart-dropdown-title .icon-x {
    position: absolute;
    color: #999;
    top: 0;
    right: 0;
    top: -18px;
    right: -14px;
    font-size: 20px;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;}

.cart-dropdown .table .product .icon-x {
    color: #999;
    font-size: 20px;
    color: #17cb3a;
}

.cart-dropdown .table td.product .cart-dropdown-product-name {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    display: block;
    line-height: 1.2;
    padding-right: 10px;
    margin: 0 0 10px;
}
.cart-dropdown .table td.product .cart-dropdown-product-option, .cart-dropdown .table td.product .cart-dropdown-product-code {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 2px;}

.cart-dropdown .table td.product .total {
    color: #333;
    font-size: 20px;
    display: block;
    padding-top: 6px;}

.cart-dropdown .table>tbody>tr>td {
    border: none;
    position: relative;
    vertical-align: middle;}

.cart-dropdown .table>tbody>tr>td.thumb {
    background: transparent;}

.cart-dropdown .table>tbody>tr>td img {
    margin: 0 auto;}

.cart-dropdown .table>tbody>tr>td.product {
    padding-left: 5%;}

.cart-dropdown .table > tbody > tr > td.product .remove {
    top: 5px;
    right: -4px;
    position: absolute;
    border: none;
    padding: 0;
    background: none;
    height: 14px;
    width: 14px;
    font-size: 24px;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.cart-dropdown .table > tbody > tr > td.product .remove:hover, .header-top-list .dropdown-menu .cart-dropdown-title .icon-x:hover {
    opacity: 1;
}

#cart .dropdown-menu .cart-product {
    /*border-top: 1px solid #ddd;*/
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;}

#cart .dropdown-menu li.cart-totals dl:nth-of-type(1) {
    display: none;}

#cart .dropdown-menu li.cart-totals dt {
    color: #333;
    display: inline;
    font-weight: 700;
    font-size: 18px;}

#cart .dropdown-menu li.cart-totals dd {
    color: #333;
    font-size: 20px;
    display: inline-block;
    margin-left: 30px;
    font-weight: 600;}

#cart .dropdown-menu .cart-checkout {
    text-align: center;
    margin-top: 30px;}

#cart .dropdown-menu li.cart-totals {
    text-align: right;
}

.dropdown-menu>li>.buy-btn{
    font-size: 16px;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    padding: 10px 40px;
    background-color: #17cb3a;
    border: 1px solid #17cb3a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;}

.dropdown-menu>li>a.buy-btn:hover {
    background: #1bda40;
    color: #ffffff;
    border-color: #1bda40;}

/* /cart-dropdown ===================================== */

/* log-in-dropdown ===================================== */
.log-in-popup {
    padding: 50px 0;
    width: auto;
    text-align: center;
    min-width: 500px;
}
.auth-form {
    padding: 0 50px;
}
.auth-form .form-head {
    color: #17cb3a;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;
    display: block;
}
.auth-form input {
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 30px;
    margin-bottom: 20px;
}
.btn-green {
    box-shadow: 3.4px 3.7px 5px rgba(203, 203, 203, 0.5);
    padding: 8px 50px;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    margin: 5px auto 30px;
    border-radius: 12px;
    background-color: #17cb3a;
    border: 1px solid #17cb3a;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.btn-green:hover, .btn-green:focus {
    background: #2bd64c;
    border: 1px solid #2bd64c;
    box-shadow: 3.4px 3.7px 5px rgba(203, 203, 203, 0.5);
}
.dashed-link {
    color: #17cb3a;
    padding: 0;
    border-bottom: 1px dashed transparent;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -ms-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.dashed-link:hover {
    border-bottom: 1px dashed #17cb3a;
    color: #17cb3a;
}
.log-in-popup li a {
    padding: 0;
}
.log-in-popup .center-align {
    margin-bottom: 22px;
}
.log-in-socials p {
    color: #999;
    font-size: 16px;
    margin-bottom: 15px;
}
.error-text {
    color: #e80707;
    margin-bottom: 10px;
}
.btn-close-green {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn-close-wrap {
    position: absolute;
    right: 30px;
    top: 30px;
    display: inline-block;
    width: 20px;
    height: 20px;
    font-size: 18px;
}
.logged-popup {
    padding: 30px;
    right: 50%;
}
.logged-popup.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
    color: #17cb3a;
}
.logged-popup .btn-close-wrap {
    right: 15px;
    top: 12px;
}
.logged-popup li:hover .btn-close-wrap {
    color: #17cb3a;
}

.center-align {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* /log-in-dropdown ===================================== */


/* live-search */
.header-search-wrap #live-search {
    margin-top: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    width: 500px;
    max-width: 500px;
    right: 0;
}
.header-search-wrap #live-search ul li .product-price {
    font-size: 16px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    width: 20%;
    margin: 0;
}
.header-search-wrap #live-search ul li .product-price .special {
    font-size: 14px;
}
.header-search-wrap #live-search ul li .product-name {
    vertical-align: middle;
    float: none;
    display: inline-block;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}
.header-search-wrap #live-search ul li .product-image {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.header-search-wrap #live-search .result-text {
    background-color: #17cb3a;
    padding: 0;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    color: #ffffff;
    font-size: 16px;
}
.header-search-wrap #live-search .result-text a {
    color: #ffffff;
    padding: 10px;
    font-weight: 500;
}
.header-search-wrap #live-search ul li {
    min-height: 70px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
    padding: 9px 5px 5px;
}
.header-search-wrap #live-search ul li:nth-child(even) {
    background-color: #f5f5f5;
}
.header-search-wrap #live-search ul li:hover {
    background-color: rgba(59,224,40, 0.38);
}
.header-search-wrap #live-search ul li:hover .product-name {
    color: #000;
}
.header-search-wrap #live-search .result-text:hover {
    background-color: #51e040;
}
.header-search-wrap #live-search .result-text:hover a {
    color: #333;
}
/* /live-search */

/* search-page ===================================== */
.product-search #content {
    padding-bottom: 50px;
}
#button-search.btn {
    padding: 6px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 8px;
    margin-top: 5px;
    margin-bottom: 15px;
}
#mfilter-content-container .checkbox-inline span {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle;
}
#mfilter-content-container .tab-models-list {
    display: block !important;}

#mfilter-content-container .search-results-wrap h2{
    margin-bottom: 40px;}

#mfilter-content-container .control-label, .mfilter-content-top-container .selectize-control, .mfilter-content-top-container .checkbox-inline, #input-search  {
    margin-bottom: 20px;
}
#mfilter-content-container h2 {
    font-size: 20px;
    margin: 20px 0 15px;
    font-weight: 500;
}
#mfilter-content-container .input-group-sm {
    margin-bottom: 30px;
}
#mfilter-content-container .category-search-select .selectize-input {
    border: 1px solid #ccc;
}
#mfilter-content-container .selectize-input {
    border: none;
    padding: 7px 10px;
    font: 500  14px "Raleway", sans-serif;
}
.search-checkbox-inline {
    padding-top: 3px;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
    top: 7px;
}
.simplecheckout .checkbox input[type=checkbox], .simplecheckout .checkbox-inline input[type=checkbox], .simplecheckout .radio input[type=radio], .simplecheckout .radio-inline input[type=radio] {
    top: 0px;
}
#mfilter-content-container .btn-primary {
    padding: 9px 40px;
    font-size: 16px;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #17cb3a;
    border-color: #17cb3a;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;}

.btn-primary.active, .btn-primary:active, .btn-primary:active:focus, .btn-primary:hover {
    background-color: #ffffff;
    border: 1px solid #17cb3a;
    border-color: #17cb3a;
    color: #17cb3a;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;}

#mfilter-content-container .selectize-input.dropdown-active {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-color: #17cb3a;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;}

.selectize-input, .selectize-input:focus, .selectize-input.focus {
    color: #17cb3a;}

.selectize-dropdown.form-control {
    height: auto;
    background: #ffffff;
}
.selectize-dropdown {
    position: absolute;
    z-index: 10;
    background: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.selectize-dropdown-content {
    background: #ffffff;
}
.selectize-dropdown [data-selectable], .selectize-dropdown .optgroup-header {
    padding: 6px 30px;
    font: 500  14px "Raleway", sans-serif;
}
.selectize-dropdown [data-selectable]:hover {
    color: #17cb3a;}
.selectize-control.form-control {
    height: auto;
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #e8e8e8;
    width: 1px;
    padding: 0 3px;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}
.selectize-control .selectize-dropdown .selectize-dropdown-content::-webkit-scrollbar-thumb {
    background-color: #17cb3a;
    border-radius: 2px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 8px;
}
.input-group-addon {
    border: none;
    background-color: transparent;
    color: #2b314a;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 32px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 1;
    border-radius: 3px;
}
.input-group .selectize-control .selectize-dropdown {
    position: absolute;
    background: #ffffff;
    z-index: 99;
    border-radius: 10px;
    box-shadow: 0 0 5.9px 0.1px #cdcdcd;
    padding: 30px 0;
}
label {
    font-weight: 500;}

#mfilter-content-container > label {
    margin-bottom: 20px;}
/* /search-page ===================================== */

/* .filter_vier ===================================== */
body .block-fv {
    padding: 10px 15px 15px;
}
body #filter_vier .checka:before {
    background-color: #17cb3a;
    border: 1px solid #17cb3a;
}
body #filter_vier .checkb:before, body #filter_vier .checka:before {
    border: 1px solid #17cb3a;
    border-radius: 4px;
    margin-right: 13px;
}
body #filter_vier .checka.active:after {
    width: 8px;
    height: 13px;
    left: 0;
}
body .title-filter {
    background-color: transparent;
    border: none;
    font-weight: 400;
    font-size: 17px;
    color: #333;
}
body #filter_vier .input_slider td {
    width: 35%;
}
body .irs-slider.from, body .irs-slider.to {
    display: none;
}
body .btn_fv {
    font-weight: 400;
    color: #333;
    text-shadow: none;
    outline: none;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #20b426;
}
body .btn_fv:hover:not(:active) {
    background: #20b426;
    color: #ffffff;
}
body .text_dia:hover {
    color: #d80404;
}
body .tec_vibor a:hover {
    border-color: #d80404;
}
body .tec_vibor {
    background-color: transparent;
}
body .tec_vibor a {
    border: 1px solid #666;
    padding: 2px 8px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#filter_vier .block_param .fa-plus:before {
    content: "\f107";
}
#filter_vier .block_param .fa-minus:before {
    content: "\f106";
}
#filter_vier .title-filter .strel_hid_fa {
    font-size: 21px;
    line-height: 1.3;
    color: #17cb3a;
}
#block_filter_vier #name_filter {
    margin-top: 0;
    display: none;
}
.row-shipping_pickup {
    padding-left: 20px;
}
.row-shipping_pickup .radio {
    padding-top: 0;
}
.row-shipping_pickup .radio input {
    border-radius: 50% !important;
}
.row-shipping_pickup .radio input[type="radio"]:checked:before {
    border-radius: 50%;
    width: 12px;
    position: absolute;
    top: 9px;
    left: 0px;
    height: 12px;
    background-color: #fff;
    -webkit-transform: rotateZ(0deg);
}
.row-shipping_pickup .control-label {
    margin-bottom: 10px;
}


@media only screen and (max-width: 1200px) {
    .footer_bottom_line {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
    .copyright {
        max-width: 100%;
        padding: 0 0 12px 0;
    }
}

@media only screen and (max-width: 992px) {
    #block_filter_vier #name_filter {
        background: #17cb3a;
        color: #fff;
        width: 23px;
        padding: 10px 6px;
        border: none;
        font-weight: bold;
        line-height: 1em;
        word-wrap: break-word;
        text-align: center;
        height: auto;
        font-size: 14px;
        position: fixed;
        top: 80px;
        left: 300px;
        display: block !important;
        z-index: 4;
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-transition-property: opacity,visibility,-webkit-transform;
        transition-property: opacity,visibility,-webkit-transform;
        -o-transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility,-webkit-transform;
        -webkit-transition: -webkit-transform .8s cubic-bezier(.3,1,.44,1);
        transition: -webkit-transform .8s cubic-bezier(.3,1,.44,1);
        -o-transition: transform .8s cubic-bezier(.3,1,.44,1);
        transition: transform .8s cubic-bezier(.3,1,.44,1);
        transition: transform .8s cubic-bezier(.3,1,.44,1),-webkit-transform .8s cubic-bezier(.3,1,.44,1);
    }
    #block_filter_vier #name_filter.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    #block_filter_vier #name_filter  .arrow_n_f {
        display: none;
    }
    #block_filter_vier #name_filter #head_filter {
        line-height: 1.1;
        font-weight: 400;
        margin: 0;
        text-align: center;
        font-size: 14px;
    }
    #block_filter_vier .box-content {
        background: #ffffff;
        position: fixed;
        top: 80px;
        left: 0;
        width: 300px;
        max-height: 500px;
        overflow-x: hidden;
        overflow-y: auto;
        z-index: 4;
        display: block !important;
        border-top: 1px solid rgba(0, 0, 0, .12);
        border-bottom: 1px solid rgba(0, 0, 0, .12);
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        transform: translateX(-300px);
        -webkit-transition-property: opacity,visibility,-webkit-transform;
        transition-property: opacity,visibility,-webkit-transform;
        -o-transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility;
        transition-property: transform,opacity,visibility,-webkit-transform;
        -webkit-transition: -webkit-transform .8s cubic-bezier(.3,1,.44,1);
        transition: -webkit-transform .8s cubic-bezier(.3,1,.44,1);
        -o-transition: transform .8s cubic-bezier(.3,1,.44,1);
        transition: transform .8s cubic-bezier(.3,1,.44,1);
        transition: transform .8s cubic-bezier(.3,1,.44,1),-webkit-transform .8s cubic-bezier(.3,1,.44,1);
    }
    #block_filter_vier .box-content.active {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .block-fv:first-child {
        border-top-color: transparent;
    }
    #filter_vier {
        display: block !important;
    }
}
@media only screen and (max-width: 480px) {
    #block_filter_vier .box-content {
        max-height: 450px;
        width: 280px;
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
    }
    #block_filter_vier #name_filter {
        left: 280px;
        -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
        transform: translateX(-280px);
    }
}
html.fixed {
    overflow: hidden;
}
.page-overlay {
    position: fixed;
    background: rgba(0,0,0,.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity,visibility;
    -o-transition-property: opacity,visibility;
    transition-property: opacity,visibility;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.show-overlay .page-overlay {
    opacity: 1;
    visibility: visible;
}
/* /.filter_vier ===================================== */

.btn-primary.disabled {
    background-color: #90db90 !important;
    border-color: #99de99 !important;
}

/* @media ========================================== */
@media only screen and (max-width: 1550px) {
    .owl-nav > div {
        top: -24px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        font-size: 42px;
    }
    .owl-nav > .owl-prev {
        left: 45%;
    }
    .owl-nav > .owl-next {
        right: 45%;
    }
}

@media only screen and (max-width: 1400px) {
    #logo {
        max-width: 180px;
    }
    .head-contacts-item {
        padding: 0 30px 0 60px;
        font-size: 14px;
    }
    .head-contacts-item-title {
        font-weight: 500;
        line-height: 1.2;
    }
    .site-nav {
        font-size: 14px;
        padding-right: 3%;
    }
    .head-contacts-item-phones:before {
        left: -53px;
    }
    .head-contacts-item-time-work {
        font-size: 13px;
    }
}
@media only screen and (max-width: 1200px) {
    .head-contacts-item-phones:before {
        -webkit-background-size: cover;
        background-size: cover;
        top: 7px;
        height: 27px;
        width: 28px;
        left: -33px;
    }
    .head-contacts-item {
        padding: 0 10px 0 36px;
        font-size: 13px;
        max-width: 200px;
    }
    .head-contacts-item-time-work {
        font-size: 12px;
    }
    .site-nav {
        font-size: 12px;
    }
    .nav-menu li a {
        padding: 5px 15px;
    }
    .categories-btn {
        padding: 14px 40px;
    }
    .header-search-wrap, .site-nav .to-popup {
        font-size: 13px;
    }
    .banner-title {
        font-size: 2.8rem;
    }
    .slide-content .btn-more {
        font-size: 18px;
    }
    .site-footer .h5, .site-footer .h6  {
        font-size: 14px;
    }
    .site-footer {
        font-size: 13px;
    }
    .socials-list a {
        margin-bottom: 10px;
    }
    .tab-models-title .h6 {
        padding-right: 0;
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px;
        display: block;
    }
    .tab-models-title {
        text-align: center;
        display: block;
    }
    .tab-models-title, .scroll-wrapper.tab-models-list {
        padding-right: 15px;
    }
    .glass-case {
        margin: 0 auto 40px;
    }
    .order-detel-popup {
        padding: 40px 60px;
    }

}

@media only screen and (max-width: 1024px) {
    .simplecheckout .simplecheckout-button-right {
        width: 100%;
    }
    .custom_simpl_cart {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .tab-models {
        padding: 35px 25px;
    }
    .change-tabs-models.scroll-wrapper > .scroll-content {
        padding-right: 25px;
    }
}

@media only screen and (max-width: 992px) {
    .nav-menu {
        padding: 12px 0;
        font-size: 11px;
        font-weight: 500;
    }
    .categories-btn {
        padding: 12px 15px;
    }
    .nav-menu li a {
        padding: 5px 8px;
    }
    .site-nav {
        padding-right: 2%;
    }
    .site-nav .to-popup {
        font-size: 11px;
    }
    #logo {
        max-width: 80px;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    }
    .header-search-wrap {
        max-width: 170px;
    }
    .head-contacts-item {
        max-width: 170px;
    }
    .head-contacts .head-contacts-item:nth-child(1) {
        margin-right: 10px;
    }
    .head-contacts-item {
        padding: 0 8px 0 30px;
        font-size: 12px;
    }
    #search input {
        width: 100%;
    }
    .header-search-wrap .dropdown-toggle .head-account-text {
        display: none;
    }
    .banner-title {
        font-size: 2.2rem;
    }
    .slide-content .btn-more {
        font-size: 16px;
        padding: 4px 25px;
    }
    #slideshow0 .owl-dots {
        bottom: 3%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .site-footer .logo {
        text-align: center;
    }
    .site-footer .logo img {
        max-width: 150px;
        margin: 0 auto;
    }
    .footer-contacts {
        margin: 20px 0 30px;
        display: inline-block;
        width: 100%;
    }
    .site-footer .h5, .socials-list {
        text-align: center;
    }
    .site-footer .btn-wrap {
        text-align: center;
    }
    .socials-list {
        margin-bottom: 15px;
    }
    .site-footer .btn-primary {
        width: auto;
        display: inline-block;
    }
    .foot-contacts-list, .foot-links-list {
        padding-left: 25%;
    }
    .category-content .head-title .h3 {
        margin-bottom: 15px;
    }
    .form-review {
        margin-top: 30px;
    }
    body .mfilter-content {
        border: none;
    }
    body .mfilter-content > ul > li {
        padding: 0 10px;
    }
    .mfilter-box .mfilter-heading-content {
        padding: 10px 0;
    }
    #mfilter-opts-price-min, .mfilter-free-container #mfilter-opts-price-max {
        width: 63px;
        min-width: 63px;
        max-width: 63px;
    }
    .mfilter-price-inputs #mfilter-opts-price-min, .mfilter-price-inputs #mfilter-opts-price-max {
        padding: 3px;
    }
    .mfilter-price-inputs #mfilter-opts-price-min {
        margin-bottom: 10px;
    }
    .attention {
        width: 60%;
    }

}

@media only screen and (max-width: 768px) {
    .hidden-sm {display:none!important;}
    .mobile-mnu {
        display: inline-flex;
    }
    .site-header {
        padding: 15px 0;
    }
    .head-contacts {
        display: none;
    }
    .banner-title {
        font-size: 1.9rem;
        margin-bottom: 15px;
    }
    #slideshow0 .item, #slideshow0 .img_bg {
        min-height: 228px;
    }
    .slide-content {
        top: 25%;
    }
    .slide-content .btn-more{
        font-size: 14px;
    }
    #slideshow0 .owl-dot span {
        width: 10px;
        height: 10px;
    }
    .header-inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .header-search-wrap {
        max-width: 250px;
    }
    .foot-addresses {
        text-align: center;
    }
    .foot-contacts-list, .foot-links-list {
        padding-left: 0;
        text-align: center;
    }
    .foot-contacts-list li {
        list-style-type: none;
    }
    .foot-contacts-list ul {
        padding-left: 0;
    }
    .site-footer .h5, .site-footer .h6 {
        font-size: 16px;
    }
    .foot-contacts-list {
        margin-bottom: 20px;
    }
    .footer-contacts .row .col-md-6:nth-last-child(1) .foot-contacts-list {
        margin-bottom: 0;
    }
    .tab-models {
        margin-right: 0;
        margin-bottom: 40px;
    }
    .nav-tabs {
        text-align: center;
    }
    .nav-tabs>li {
        margin: 0;
    }
    .nav-tabs>li>a {
        padding: 10px 15px;
    }
    .avialable-wrap {
        text-align: center;
    }
    .product-main-info {
        text-align: center;
        margin-bottom: 40px;
    }
    .product-info-row {
        padding-bottom: 40px;
    }
    .tabs.align-center {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 10px;
    }
    .map-section .tab {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
        font-size: 16px;
        padding: 8px 25px;
        border: 1px solid #17cb3a;
    }
    .map-section .tabs .tab:nth-last-child(1) {
        margin-bottom: 0;
    }
    .map-section {
        margin-top: 50px;
    }
    .contact-shop-first .contact-shop-item {
        padding-bottom: 20px;
        padding-top: 0;
    }
    .simpl_cart_item_img {
        margin-right: 20px;
        min-width: 18%;
        width: 20%;
    }
    .buy-buttons {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .buy-buttons button.btn {
        margin-right: 30px;
    }
    .btn-primary{
        padding: 10px 20px;
    }
    .buy-buttons .btn, .buy-buttons .btn.btn-primary {
        padding: 10px 5%;
    }
    .product-thumb.news-item {
        margin-bottom: 38px;
    }
    .one-news-content .h2 {
        font-size: 22px;
    }
    .news-btn-wrap {
        text-align: center;
    }
    .log-in-popup {
        right: -20px;
    }
    .order-detel-form .selectize-control:nth-of-type(even), .order-detel-form input:nth-of-type(1) {
        width: 100%;
        margin-right: 0;
    }
    .order-detel-form .selectize-control:nth-of-type(odd), .order-detel-form input:nth-of-type(1), .order-detel-form input:nth-of-type(2), .fileContainer {
        width: 100%;
    }
    .order-detel-popup {
        width: 400px;
    }
    .order-detel-form.popup-form .formhead {
        font-size: 20px;
    }
    .order-detel-popup {
        padding: 30px 5%;
    }
    .mfp-close-btn-in .order-detel-popup .mfp-close {
        top: 0;
        right: 10px;
    }
    .one-product-price-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .order-detel-form .selectize-control:nth-of-type(even), .order-detel-form .brand-name, .order-detel-form .name, .order-detel-form .phone {
        width: 100%;
        margin-right: 0;}
    .attention {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        font-size: 14px;
    }
    .attention strong {
        font-size: 16px;
    }
    .owl-nav > div {
        top: -20px;
    }
    .owl-nav > .owl-prev {
        left: 40%;
    }
    .owl-nav > .owl-next {
        right: 40%;
    }

}

@media only screen and (max-width: 630px) {
    .header-inner {
        display: block;
    }
    #logo, .mobile-mnu, .header-search-wrap, .header-cart {
        display: inline-block;
        width: 48%;
        max-width: none;
        text-align: center;
        vertical-align: middle;
    }
    #logo, .mobile-mnu {
        margin-bottom: 15px;
    }
    #logo a {
        max-width: 120px;
        display: inline-block;
    }
    .toggle-mnu {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .tab-models {
        padding: 35px 20px;
    }
    .change-tabs-models.scroll-wrapper > .scroll-content {
        padding-right: 15px;
    }
    .one-news-content .thumbnail {
        display: block;
        float: none;
        margin: 0 auto 20px;
        text-align: center;
    }
    .log-in-popup {
        right: -150px;
        padding: 30px 20px;
        min-width: 300px;
    }
    .btn-close-wrap {
        right: 15px;
        top: 10px;
    }
    .footer_bottom_line {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .dev {
        margin-bottom: 15px;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
    }

}

@media only screen and (max-width: 576px) {
    .header-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .log-in-popup .auth-form {
        padding: 0;
    }
    .log-in-popup {
        right: -48px;
        min-width: 280px;
    }
    .auth-form .form-head {
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .banner-title {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .home-categories-title .h2 {
        font-size: 16px;
    }
    .reviews-text {
        text-align: justify;
    }
    .text-description h1, .text-description h2 {
        text-align: center;
    }
    .product-thumb {
        text-align: center;
    }
    .rating-wrap, .buy-block.align-between {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .product-item-rating {
        margin-right: 0;
    }
    .rating-wrap {
        padding-right: 0;
    }
    .row.product-thumb-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
    .mobile-mnu strong, .header-search-wrap .user-name, #cart .header-cart-text {
        display: none;
    }
    .mobile-mnu strong.mobile_mnu_title {
        display: inline-block;
        margin: 0 0 0 12px;
        font-size: 16px;
    }
    .product-main-info .avialable-wrap > div {
        display: inline-block;
    }
    /*.mobile-mnu, .header-search-wrap, .header-cart {
        width: 30%;
        text-align: center;
    }*/
    .mobile-mnu {
        order: 3;
        display: flex;
        align-items: center;
        text-align: left;
        width: calc(100% - 165px);
        height: 46px;
        padding-left: 8%;
        background: #fff46e;
        box-shadow: -100vw 0 0 #fff46e;
        position: relative;
        z-index: 1;
    }
    .header-language-wrap {
        order: 4;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 46px;
        background: #fff46e;
        position: relative;
        z-index: 1;
    }
    .header-search-wrap {
        order: 5;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        background: #fff46e;
        max-width: none;
        min-width: 0;
        text-align: center;
        position: static;
        z-index: 1;
    }
    .header-cart {
        order: 6;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 55px;
        height: 46px;
        background: #fff46e;
        box-shadow: 100vw 0 0 #fff46e;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    /*#search {
        position: fixed;
        top: -50px;
        left: 0;
        z-index: 35;
        background: #ffffff;
        -webkit-transition: top .5s ease;
        -moz-transition: top .5s ease;
        -ms-transition: top .5s ease;
        -o-transition: top .5s ease;
        transition: top .5s ease;
    }
    #search.visible {
        top: 0;
    }*/
    #search {
        position: absolute;
        top: auto;
        bottom: 0;
        width: 90%;
        left: 50%;
        background: #ffffff;
        z-index: 2;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    /*.header-search-wrap .mobile-search-button {
        display: inline-block;
        margin-left: 20px;
        font-size: 22px;
        vertical-align: middle;
        line-height: 1;
    }*/
    .header-search-wrap .mobile-search-button {
        display: none;
    }
    .user-login, .mobile-mnu {
        margin-bottom: 0;
    }
    .user-login {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        white-space: nowrap;
    }
    .header-language {
        display: flex;
        align-items: center;
        margin-right: 0;
        white-space: nowrap;
    }
    .header-language .btn-link {
        font-size: 16px;
        line-height: 46px;
    }
    .header-language .btn-group {
        display: flex;
        align-items: center;
        height: 46px;
    }
    .header-search-wrap .dropdown-toggle {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 46px;
        height: 46px;
        padding: 0;
    }
    .img-user {
        margin-right: 0;
        vertical-align: middle;
    }
    .user-login .caret {
        margin-left: 4px;
    }
    #cart {
        width: 55px;
    }
    #cart .cart-btn {
        width: 55px;
        height: 46px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #cart-total {
        top: 3px;
        right: 7px;
    }
    .toggle-mnu {
        align-items: center;
        height: 46px;
    }
    .toggle-mnu span {
        top: 0;
    }
    .header-inner {
        position: relative;
        padding-bottom: 64px;
    }
    .header-inner:before {
        display: none;
    }
    #logo {
        order: 1;
        width: 48%;
        margin-bottom: 8px;
    }
    .mobile-phones {
        order: 2;
        width: 48%;
        margin-bottom: 12px;
    }
    .header-search-wrap #live-search {
        top: 195px;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 100%;
    }
    .img-cart {
        height: 40px;
    }
    .toggle-mnu {
        height: 46px;
    }
    .simplecheckout .simplecheckout-block {
        margin-bottom: 5px;
    }
    .simplecheckout_shipping_title, .simplecheckout_content_title {
        width: 45%;
    }
    .simpl_cart_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 1px solid #d9d9d9;
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .simpl_cart_item_img {
        margin-right: 0;
        margin-bottom: 10px;
        min-width: 18%;
        width: 100%;
        text-align: center;
    }
    #total_total {
        padding-top: 20px;
        margin-top: 0;
    }
    .custom_simpl_cart {
        padding: 30px 20px;
    }
    .simpl_cart_item_info {
        width: 100%;
    }
    .simpl_cart_item_product_name {
        max-width: 100%;
    }
    .icon-close.btn-danger {
        top: auto;
        bottom: 63px;
    }
    .section-head {
        margin-bottom: 30px;
    }
    .news-list-row .product-layout.product-list.col-sm-6.col-lg-4:nth-last-child(1) .product-thumb.news-item {
        margin-bottom: 0;
    }
    .product-thumb.news-item {
        margin-bottom: 30px;
    }
    .one-news-content .h2 {
        font-size: 18px;
    }
    .popup-title {
        font-size: 18px;
    }
    .to-cart-product-img, .to-cart-product-name, .popup-title, .to-cart-product-info {
        margin-bottom: 20px;
    }
    .to-cart-product-info.centered {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .to-cart-product-img {
        max-width: 180px;
    }
    .to-cart-buttons a {
        display: block;
        margin-bottom: 20px;
        font-size: 14px;
        padding: 10px 15px;
        width: 100%;
        text-align: center;
    }
    .to-cart-popup {
        padding: 40px 10px 15px;
        max-width: 340px;
    }
    .to-cart-product-name {
        max-width: 100%;
        padding: 0;
    }
    .to-cart-buttons .continue {
        margin: 0 auto 8px;
    }
    .to-cart-product-price {
        font-size: 21px;
    }
    .cart-dropdown {
        min-width: 290px;
        right: 0;
        padding: 20px 10px;}

    .cart-dropdown .table td.product .cart-dropdown-product-option, .cart-dropdown .table td.product .cart-dropdown-product-code {
        margin-bottom: 4px;}

    #cart .dropdown-menu .cart-dropdown-title .icon-x {
        top: -11px;
        right: 0;}

    .cart-dropdown .table>tbody>tr>td.product {
        padding-left: 4%;
    }

    .cart-dropdown .table > tbody > tr > td.product .remove {
        right: 11px;}

    .to-cart-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .to-cart-buttons a {
        display: block;
        width: auto;
    }

    .to-cart-buttons .btn-primary {
        width: auto;
    }
    .popup-form {
        padding: 40px 25px;
    }
    .popup-form-wrap {
        width: 400px;
        max-width: 100%;
    }
    .order-detel-form .selectize-control, .order-detel-form input, .order-detel-form textarea, .fileContainer {
        margin-bottom: 20px;
    }
    #colorbox #occm-form-container .center h3, #colorbox #occm-form-container .occm-line h3 {
        max-width: 200px;
        font-size: 19px;
        margin: 0 auto 20px;
    }
    .success-popup {
        padding: 30px 10%;
    }
    .success-popup h3 {
        margin: 0 auto;
        font-size: 20px;
    }
    .breadcrumb {
        font-size: 12px;
    }
    .mfilter-content-wrapper.mfilter-iscroll .mfilter-options {
        overflow-y: auto;
        max-height: 240px;
    }
    .mfilter-content .scroll-wrapper.mfilter-scroll-standard {
        overflow-y: auto;
        max-height: 240px;
    }
    .dev {
        text-align: center;
    }
    .dev span, .dev img {
        display: block;
    }
    .dev span {
        margin: 0 0 5px;
    }
    .btn-to-top {
        bottom: 20px;}

}

@media only screen and (max-width: 480px) {
    .home-categories-title .h2 {
        font-size: 14px;
    }
    .reviews-item-top-line.flex-between {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .reviews-rating {
        margin-top: 10px;
    }
    .nav-tabs>li {
        display: block;
        border-bottom: 1px solid #ccc;
    }
    .simplecheckout .primary-link{
        margin: 20px auto 0;
        display: block;
    }
    .buy-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .buy-buttons button.btn {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .buy-buttons .btn, .buy-buttons .btn.btn-primary {
        padding: 10px 7%;
        width: 75%;
    }
    .to-cart-popup {
        max-width: 90%;
    }
    .to-cart-buttons .btn-primary {
        width: 100%;
    }
    #colorbox #occm-form-container .center h3, #colorbox #occm-form-container .occm-line h3 {
        font-size: 17px;
    }
    #cboxContent {
        float: none !important;
        margin: auto;
    }
    #colorbox #cboxLoadedContent, #cboxContent {
        max-width: 280px;
    }
    #simplecheckout_shipping .simplecheckout-block-content, #simplecheckout_payment .simplecheckout-block-content {
        display: block;
    }
    .simplecheckout_shipping_title, .simplecheckout_content_title, #simplecheckout_shipping .simplecheckout_shipping_content, #simplecheckout_payment .simplecheckout_payment_content {
        width: 100%;
    }
    .simplecheckout_shipping_title, .simplecheckout_content_title {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 16px;
    }
    .checkout-heading .h3 {
        margin-bottom: 15px;
    }
    .start-popup.success-popup {
        padding: 30px 30px;
        max-width: 100%;
        font-size: 16px;
    }
    .iw-content img {
        max-width: 177px !important;}

    .mobile-mnu {
        padding-left: 6%;
    }
    #search {
        width: 100%;
    }

}

@media only screen and (max-width: 400px) {
    .header-search-wrap #live-search ul li{
        min-height: 100px;
    }
    .header-search-wrap #live-search ul li .product-name {
        width: 75%;
    }
    .header-search-wrap #live-search ul li .product-price {
        width: 100%;
        text-align: center;
    }
    #custom_checkout_btn_customer {
        margin-right: 0;
        margin-bottom: 10px;
    }
    #simplecheckout_customer .simplecheckout-block-content {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 340px) {
    .header-search-wrap #live-search ul li .product-name {
        font-size: 12px;
    }
}

@media only screen and (min-width: 576px) {
    .mobile-phones, .mobile-search-button {
        display: none;
    }
    .simplecheckout_shipping_content fieldset.form-horizontal .col-sm-8 {
        width: 80%;
    }
    .product-info-row {
        padding-bottom: 20px;
    }
}

@media only screen and (min-width: 768px) {
    .simplecheckout_shipping_content fieldset .control-label.col-sm-4 {
        display: none !important;
    }
    .form-horizontal .control-label {
        text-align: left;
    }
    .product-info-row {
        padding-bottom: 40px;
    }
}

@media only screen and (min-width: 1200px) {
    .home-categories .col-xl-2 {
        width: 20%;
    }
    .search-page-content .product-layout.col-xl-3 {
        width: 25%;
    }
    .slide-content {
        top: 20%;
        width: 45%;
    }

}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .product-layout.col-xl-3 {
        width: 33.33333333%;
    }
    .product-thumb.news-item {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 1400px) {
    .header-inner {
        padding-right: 3%;
    }
    .map-1, .map-2 {
        min-height: 600px;
    }
    #slideshow0 .item, #slideshow0 .img_bg {
        min-height: 440px;
        position: relative;
    }
    .slide-content {
        top: 25%;
    }
}
/* /@media ========================================== */

/*.row-shipping_address_address_1_ref {display:none!important;}*/

/* mobile glasscase three thumbnails fix */
@media only screen and (max-width: 576px) {
    .product-page .product-img-zoom .gc-thumbs-area.gc-hz,
    .product-page .glass-case .gc-thumbs-area.gc-hz {
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        overflow: visible !important;
    }
    .product-page .product-img-zoom .gc-thumbs-area.gc-hz ul,
    .product-page .glass-case .gc-thumbs-area.gc-hz ul {
        left: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        transform: none !important;
    }
    .product-page .product-img-zoom .gc-thumbs-area.gc-hz li,
    .product-page .glass-case .gc-thumbs-area.gc-hz li {
        float: none !important;
        display: block !important;
        width: 100% !important;
        max-width: none !important;
        margin-right: 0 !important;
    }
    .product-page .product-img-zoom .gc-thumbs-area.gc-hz .gc-thumbs-area-prev,
    .product-page .product-img-zoom .gc-thumbs-area.gc-hz .gc-thumbs-area-next,
    .product-page .glass-case .gc-thumbs-area.gc-hz .gc-thumbs-area-prev,
    .product-page .glass-case .gc-thumbs-area.gc-hz .gc-thumbs-area-next {
        display: none !important;
    }
}

/* mobile header full yellow row fix */
@media only screen and (max-width: 576px) {
    .header-inner {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        position: relative !important;
        padding-bottom: 64px !important;
    }
    .header-inner:before {
        content: '' !important;
        display: block !important;
        position: absolute !important;
        left: -15px !important;
        right: -15px !important;
        bottom: 64px !important;
        width: 100vw !important;
        height: 46px !important;
        background: #fff46e !important;
        z-index: 0 !important;
    }
    #logo {
        order: 1 !important;
        width: 48% !important;
        margin-bottom: 8px !important;
    }
    .mobile-phones {
        order: 2 !important;
        width: 48% !important;
        margin-bottom: 12px !important;
    }
    .mobile-mnu {
        order: 3 !important;
        display: flex !important;
        align-items: center !important;
        width: calc(100% - 165px) !important;
        height: 46px !important;
        margin: 0 !important;
        padding-left: 4% !important;
        text-align: left !important;
        background: transparent !important;
        box-shadow: none !important;
        position: relative !important;
        z-index: 1 !important;
    }
    .header-language-wrap {
        order: 4 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 64px !important;
        height: 46px !important;
        background: transparent !important;
        position: relative !important;
        z-index: 1 !important;
    }
    .header-search-wrap {
        order: 5 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 46px !important;
        height: 46px !important;
        max-width: none !important;
        min-width: 0 !important;
        margin: 0 !important;
        text-align: center !important;
        background: transparent !important;
        position: static !important;
        z-index: 1 !important;
    }
    .header-cart {
        order: 6 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 55px !important;
        height: 46px !important;
        margin: 0 !important;
        text-align: center !important;
        background: transparent !important;
        box-shadow: none !important;
        position: relative !important;
        z-index: 1 !important;
    }
    .user-login {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 46px !important;
        height: 46px !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }
    .header-language {
        display: flex !important;
        align-items: center !important;
        margin-right: 0 !important;
        white-space: nowrap !important;
    }
    .header-language .btn-link {
        color: #333333 !important;
        font-size: 16px !important;
        line-height: 46px !important;
        padding: 0 !important;
        text-decoration: none !important;
    }
    .header-search-wrap .dropdown-toggle {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 46px !important;
        height: 46px !important;
        padding: 0 !important;
    }
    .header-search-wrap .dropdown-toggle .head-account-text,
    .header-search-wrap .user-name,
    #cart .header-cart-text {
        display: none !important;
    }
    #cart,
    #cart .cart-btn {
        width: 55px !important;
        height: 46px !important;
    }
    #cart .cart-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
    }
    #search {
        position: absolute !important;
        top: auto !important;
        bottom: 0 !important;
        left: 50% !important;
        width: 90% !important;
        background: #ffffff !important;
        z-index: 2 !important;
        -webkit-transform: translateX(-50%) !important;
        -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
        -o-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
    }
}
