* {
    margin: 0;
    padding: 0;
    border: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    list-style: none
}

a {
    color: inherit;
    text-decoration: none
}

a[href^="tel:"] {
    text-decoration: none
}

:focus {
    outline: none!important
}

.center {
    text-align: center
}

.clearfix:before,
.clearfix:after,
section:before,
section:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
header:after,
footer:before {
    content: "";
    display: table;
    clear: both
}

.hidden {
    display: none
}

@font-face {
    font-family: FontAwesome;
    src: url(fonts/fontawesome-webfont.woff) format("woff"), url(fonts/fontawesome-webfont.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

#header .phone:before,
.social-networks a {
    display: inline-block;
    vertical-align: middle;
    font: normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@font-face {
    font-family: "Proxima Nova";
    src: url(fonts/Proxima-Nova-Regular.woff) format("woff"), url(fonts/Proxima-Nova-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url(fonts/Proxima-Nova-Semibold.woff) format("woff"), url(fonts/Proxima-Nova-Semibold.otf) format("opentype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url(fonts/Proxima-Nova-Bold.woff) format("woff"), url(fonts/Proxima-Nova-Bold.otf) format("opentype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url(fonts/Proxima-Nova-Light.woff) format("woff"), url(fonts/Proxima-Nova-Light.otf) format("opentype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url(fonts/Proxima-Nova-Extrabold.woff) format("woff"), url(fonts/Proxima-Nova-Extrabold.otf) format("opentype");
    font-weight: 800;
    font-style: normal
}

html {
    font: 600 20px/1.5 "Proxima Nova", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #000
}

body {
    min-width: 320px;
    margin: 0 auto
}
iframe {
    max-width: 100%;
}
.main {
    padding: 20px 0
}

.home.main {
    padding: 0
}

.container {
    width: 100%;
    max-width: 1920px;
    padding: 0 15px;
    margin: 0 auto
}

.container-fluid {
    padding: 0 15px
}

#header {
    height: 61px;
    font-size: 16px;
    /* font-size: .9375vw; */
    line-height: 61px;
    background: #0c0c0c;
    color: #fff;
    position: relative;
    z-index: 50;
}

#header .logo {
    display: block;
    width: 15%;
    height: 100%;
    float: left;
    background: #fc2a2b;
    text-align: center
}

#header .logo img {
    vertical-align: middle;
    max-width: 80%;
    max-height: 100%;
    padding: 6px
}

.container h1 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 1.7em;
    font-family: "Proxima Nova";
    font-weight: 300;
    text-align: center;
    text-transform: uppercase
}

.main.brands-list h1 {
    padding: 11px 14px;
    margin: 10px 0 15px;
    background-color: black!important;
    color: white;
    font-size: 17px;
    font-weight: 600;
    text-align: left
}

nav {
    float: left;
    margin-left: 40px;
    text-transform: uppercase;
    max-height: 61px;
}

@media (min-width:2000px) {
    nav {
        margin-left: 80px
    }
}

.nav-trigger {
    width: 26px;
    height: 20px;
    padding: 4px 0;
    background: #fff;
    -webkit-background-origin: content-box;
    background-clip: content-box;
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    cursor: pointer;
    float: right;
    position: absolute;
    left: 180px;
    top: 50%;
    margin-top: -10px;
    display: none
}

.nav-trigger:hover {
    background-color: #fc2a2b;
    ;
    border-color: #fc2a2b
}

nav li {
    float: left;
    margin-right: 1.5em;
}

nav a:hover,
.menu a:hover {
    color: #fc2a2b
}

#header .links {
    width: 22%;
    height: 100%;
    max-width: 560px;
    float: right;
    text-align: right;
    margin-right: 2.083%;
}

.social-networks {
    font-size: 21px
}

#header .social-networks {
    float: left;
    margin-top: 18px
}

.social-networks li {
    float: left;
    margin-right: 1em
}

.social-networks a {
    display: block;
    width: 1em;
    height: 1em;
    color: #fff;
    text-align: center
}

.social-networks .facebook:before {
    content: "\f09a"
}

.social-networks .instagram:before {
    content: "\f16d"
}

.social-networks .twitter:before {
    content: "\f099"
}

.social-networks .youtube:before {
    content: "\f167"
}

.social-networks .vkontakte:before {
    content: "\f189"
}

.social-networks .googleplus:before {
    content: "\f0d5"
}

.social-networks a:hover {
    color: #fc2a2b
}

#header .phone {
    display: inline-block;
    font-size: 19px;
    padding-left: 1.2em;
    position: relative
}

#header .phone:before {
    content: "\f095";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.5em;
    color: inherit;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
}

#header .phone:hover {
    color: #fc2a2b
}

#header .cart {
    display: block;
    font-size: 16px;
    width: 2em;
    height: 1.5em;
    background: url(img/cart.png) no-repeat;
    -webkit-background-size: 2em 3em;
    background-size: 2em 3em;
    float: right;
    margin: 1em 0 0 1.5em
}

#header .cart:hover {
    background-position: 0 -1.5em
}

.showcase {
    font-size: 42px;
    font-size: 2.1875vw;
    color: #fff
}

.showcase .item {
    position: relative
}

.showcase .text {
    width: 100%;
    max-width: 1374px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff
}

.showcase .title {
    font-weight: 800
}

.showcase img {
    display: block;
    width: 100%;
    height: auto
}

.showcase .button {
    display: inline-block;
    font-size: 22px;
    width: 220px;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
    border: 3px solid #fff;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-top: 1em;
    background: none;
    color: #fff;
    font-weight: 600;
}

.showcase .button:hover {
    background: #fff;
    color: #000
}

.button:active {
    position: relative;
    top: 1px
}

#slideshow0 .button,
#slideshow1 .button {
    font-size: 20px;
    width: 220px;
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -110px;
    text-align: center
}

#slideshow0 #banner00 .button {
    left: 50%;
}

#slideshow1 .button {
    bottom: 20%
}

#slideshow0 .button:active,
#slideshow1 .button:active {
    top: initial;
    position: absolute
}

#slideshow1,
#brands0 {
    display: none
}

.slider {
    position: relative;
    background: #0c0c0c;
    padding: 7.5rem 10% 7.5rem 10%
}

.owl-nav.disabled {
    display: none
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 85%;
    margin-top: -.5em;
    cursor: pointer
}

.owl-prev {
    left: 0
}

.owl-next {
    right: 0
}

.showcase .owl-prev,
.showcase .owl-next {
    font-size: 10vh;
    ;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #000;
    background-size: cover;
    background-position: center;
    margin-top: -.5em
}

.showcase .owl-prev {
    left: .5em
}

.showcase .owl-prev:hover {
    font-size: 12.5vh;
    left: .25em
}

.showcase .owl-next {
    right: .5em
}

.showcase .owl-next:hover {
    font-size: 12.5vh;
    right: .25em
}

.main .container {
    padding: 0 40px
}

.home.main .container {
    padding: 0
}

.brands--main {
    margin: 0 -.75%;
    clear: both
}

.brands--main:before,
.brands--main:after {
    content: "";
    display: table;
    clear: both
}

.brands--main>div {
    position: relative;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-size: cover;
    margin: .75%;
    vertical-align: top
}

.name--brands {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    color: #FFF;
    font-family: "Proxima Nova";
    font-weight: 700;
    font-size: 24px;
    background-color: rgba(0, 0, 0, .7);
    padding: 8px
}

.logo--brands {
    position: absolute;
    top: 0;
    left: 50%;
    width: 10%;
    margin-left: -5%;
    display: block;
    padding-top: 10px
}

.brand--main.with-link {
    cursor: pointer
}

.brand--main:nth-child(1) .logo--brands {
    width: 30%;
    margin-left: -15%
}

.brand--main:nth-child(2) .logo--brands {
    width: 20%;
    margin-left: -10%
}

.brands--main .brand--main:nth-child(1),
.brands--main .brand--main:nth-child(2) {
    width: calc(50% - 1.5%);
    padding-top: 20%
}

.brands--main .brand--main:nth-child(1) {
    background-image: url(./img/w.png);
    background-position: center;
    min-width: 100px
}

.brands--main .brand--main:nth-child(3) {
    width: calc(100% / 3 - 1.5%);
    padding-top: 41.5%;
    background-image: url(./img/logo/bg03.jpg)
}

.brands--main .brand--main:nth-child(4) {
    background-image: url(./img/logo/bg04.jpg);
    min-width: 100px;
    margin-left: 0
}

.brands--main .brand--main:nth-child(5) {
    background-image: url(./img/logo/bg05.jpg);
    min-width: 100px;
    margin-left: 0
}

.brands--main .brand--main:nth-child(2) {
    background-image: url(./img/m.png);
    background-position: center;
    min-width: 100px;
    margin-right: 0
}

.brands--main .brand--main:nth-child(4),
.brands--main .brand--main:nth-child(5) {
    width: calc(100% / 3 * 2 - 1.5%);
    padding-top: 20%;
    margin: .75%
}

.brand--main:nth-child(4) .name--brands,
.brand--main:nth-child(5) .name--brands {
    display: none
}

.products-gallery {
    clear: left
}
.product-related {
    margin-top: 50px;
}
.products-gallery h2 {
    font-family: "Proxima Nova";
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    font-size: 33px
}

.products-gallery .owl-next,
.products-gallery .owl-prev {
    position: absolute;
    margin-top: -15px
}

.products-gallery .owl-carousel {
    margin-top: 20px
}

.products-gallery .product {
    text-align: center
}

.products-gallery .product h3 {
    padding-top: 10px
}

.products-gallery .owl-next {
    background: url(img/arr1.png);
    height: 31px;
    width: 31px;
    font-size: 0
}

.products-gallery .owl-prev {
    background: url(img/arr2.png);
    height: 31px;
    width: 31px;
    font-size: 0
}

.blog-list ul {
    margin: 0 -20px
}

.blog-list li {
    width: calc(100% / 4 - 40px);
    float: left;
    margin: 20px
}

.blog-list li:nth-child(3n 1) {
    clear: left
}

.blog-list .date {
    font-size: .95em;
    color: #8d8d8d
}

.blog-list h3 {
    font-size: 18px;
    line-height: 1.1;
    margin: .2em 0
}

.blog-list h3 a:hover {
    color: #fc2a2b
}

.blog-list li p {
    font-size: 14px;
    color: #8d8d8d
}

.blog-list li img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 4px
}

#content .breadcrumb {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 25px;
    padding-left: 0
}

.blog #content {
    max-width: 1000px;
    margin: 0 auto;
    clear: left;
    padding-bottom: 50px;
}

.blog #content h1 {
    clear: both;
    margin-bottom: 25px;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 600px;
    margin: 25px auto
}

.blog #content p,
.blog #content span {
    font-family: inherit!important;
    padding-bottom: 5px!important;
    color: #333!important;
    font-size: 14px!important;
    font-weight: 300!important
}

.button.show-more {
    display: inline-block;
    font-size: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: .6em 2.2em;
    -webkit-border-radius: 2em;
    border-radius: 2em
}

.button.show-more:hover {
    background: #fc2a2b
}

#footer {
    background: #000;
    color: #fff;
    padding: 2em 0;
    font-size: 15px;
    letter-spacing: .1em
}

#footer .container-fluid {
    max-width: 1630px;
    margin: 0 auto
}

#footer .col {
    float: left;
    margin-right: 5%
}

.payment-options li {
    width: 125px;
    height: 58px;
    border: 3px solid #fff;
    margin: 18px auto;
    text-align: center
}

.payment-options li img {
    display: block;
    max-width: 100%;
    height: auto
}

#footer .menu {
    width: 48%;
    float: left;
    text-transform: uppercase
}

#footer .menu ul {
    float: left;
    margin-right: 1em;
    width: calc(44% - 1em)
}

#footer .menu ul:nth-child(2) {
    width: calc(35% - 1em)
}

#footer .menu ul:last-child {
    float: right;
    width: calc(21% - 1em)
}

#footer .menu li:not(:last-child) {
    margin-bottom: .5em
}

#footer .links {
    width: 20em;
    float: right;
    text-align: center
}

.copyright {
    font-weight: 300;
    color: #e8e8e8
}

#footer .social-networks {
    display: table;
    width: 100%;
    table-layout: fixed;
    font-size: 28px
}

#footer .social-networks li {
    float: none;
    display: table-cell
}

#footer .social-networks a {
    margin: 0 auto
}

.subscription {
    padding: 1em 1.5em 1.5em;
    border: 1px solid #fff;
    margin: 2em 0 2.4em
}

.subscription .title {
    text-transform: uppercase;
    text-align: center;
    font-weight: 400
}

.subscription form {
    height: 34px;
    position: relative;
    margin-top: 4px
}

input,
button {
    display: block;
    font-family: inherit;
    letter-spacing: inherit
}

.subscription input,
.subscription button {
    height: 100%
}

.subscription input {
    width: 100%;
    padding: 0 15px;
    font-size: 17px;
    background: #aeaeae;
    color: #373737
}

.subscription input:focus {
    background: #c5c5c5;
    color: #000
}

::-moz-placeholder {
    color: inherit;
    opacity: 1
}

:-ms-input-placeholder {
    color: inherit
}

::-webkit-input-placeholder {
    color: inherit
}

:focus::-moz-placeholder {
    opacity: .5
}

:focus:-ms-input-placeholder {
    opacity: .5
}

:focus::-webkit-input-placeholder {
    opacity: .5
}

.subscription button {
    width: 34px;
    background: #e4e4e4;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer
}

.subscription button:hover {
    background: #fff
}

.subscription button:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 14px;
    border-color: transparent transparent transparent #1b1b1b;
    position: absolute;
    left: 12px;
    top: 4px;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.delivery-options li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.delivery-options .bordered {
    padding: 4px 1em;
    border: 1px solid #fff
}

.delivery-options img {
    display: block;
    max-width: 124px;
    max-height: 35px;
    margin: 0 auto
}

.container.brands-block {
    max-width: 1300px
}

.brands {
    margin: 0 auto
}
.brands__letter-container {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    clear: both;
}
.brands__letter-item {
    width: 25%;
    margin-bottom: 25px;
    display: flex;
}
.brands__letter-list {
    padding-left: 15px;
    padding-top: 5px;
}
.brand {
    display: block;
    float: left;
    width: calc(100% / 6);
    padding: 15px;
    margin: 0;
    border: 1px solid #FFF
}

.brand img {
    width: 100%
}

.brand:hover {
    border: 1px solid #000
}

.submenu .container {
    width: 70%;
    height: 100px;
    overflow-y: scroll;
    margin: 0;
    margin-top: 10px;
    margin-left: -15px;
    margin-bottom: 10px
}

.submenu .container p.check {
    position: relative;
    padding: 0;
    margin: 0
}

.left-content,
.right-content {
    display: block;
    float: left;
    vertical-align: top;
    min-height: 400px
}

.top-filter .left,
.top-filter .right {
    display: inline-block;
    font-family: Proxima Nova;
    font-weight: 300;
    font-size: 15px;
    color: #444
}

.left-content {
    width: 15%;
    padding: 0 15px 0 0;
    margin-left: -20px
}

.right-content {
    width: calc(100% - 15%)
}

.top-filter .left {
    float: left;
    padding-left: 10px
}

.top-filter .right {
    float: right
}

.breadcrumb {
    list-style: none;
    display: inline-block;
    float: left;
    width: 33%;
    padding-left: 10px
}

.breadcrumb>li {
    display: inline
}

.breadcrumb>li li:before {
    content: " > ";
    font-family: Proxima Nova;
    font-weight: 300;
    font-size: 15px;
    color: #444
}

.breadcrumb a {
    display: inline;
    margin: 0;
    font-family: Proxima Nova;
    font-weight: 300;
    font-size: 15px;
    color: #444
}

.container.catalog a {
    margin: 0 5px 0 5px;
    cursor: pointer
}

.left-filter {
    margin-top: 15px
}

.container.catalog a:hover,
.container.catalog a.active {
    color: #e52c2c;
    text-decoration: underline
}

.container.catalog .show-more:hover {
    color: #fff;
    text-decoration: none
}

.container.catalog .top-filter a:hover,
.container.catalog .top-filter a.active {
    color: currentColor;
    font-weight: 600;
    text-decoration: none
}

.product-content {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.product-content .product {
    width: calc(100% / 4 - 20px);
    display: inline-block;
    margin: 10px 20px;
    margin-right: 0px;
    text-align: center;
}

.product-content .product a:hover {
    text-decoration: none;
}

.product-content .product img {
    width: 100%;
    margin-left: -5px;
}

.product-content .product h3, .products-gallery .product h3 {
    font-size: 18px;
    color: #222328;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-content .product h4, .products-gallery .product h4 {
    font-size: 14px;
    color: #222328;
    font-weight: 300;
    height: 1.5em;
    overflow: hidden;
}

.product-content .product p.price, .products-gallery p.price {
    font-size: 18px;
    color: #fc2a2b;
    padding-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}
.products-gallery p.price {
    padding-top: 0;
    color: #fc2a2b;
    margin-bottom: 10px;
}
.product-content .product p.price-old, .products-gallery p.price-old {
    font-size: 18px;
    color: #222328;
    padding-top: 10px;
    margin-bottom: -5px;
    font-weight: bold;
    text-decoration: line-through;
}

.item_product{
    width: calc(100% / 4 - 20px) !important;
    display: inline-block !important;
    margin: 10px 0px 10px 20px !important;
    text-align: center !important;
    border: 1px solid #fff !important;
}

.h2productcategory{
    text-align: center !important;
    width: 100% !important;
    font-size: 1.7em !important;
    margin-top: 25px !important;
}

@media (max-width:1740px) {
    .item_product{
        width: calc(100% / 4 - 20px) !important;
    }

    .mfilter-checkbox.mfilter-options .mfilter-option.mfilter-tb-as-tr {}
}


@media (max-width:1199px) {
    .item_product{
        width: calc(100% / 3 - 20px) !important;
    }
    .right-content {
        width: calc(100% - 260px)
    }
    .breadcrumb {
        width: 100%
    }
}

@media (max-width:991px) {
    .item_product{
        width: calc(100% / 3 - 20px) !important;
    }

    .top-filter .right {
        display: none
    }
}

.show-mobile {
    display: none
}

@media (max-width:767px) {
    .hide-mobile {
        display: none
    }
    .show-mobile {
        display: block
    }
    #product .about h1 {
        text-align: center
    }
    .product-content .product {
        width: calc(50% - 10px)
    }
    .product-content .product h4,
    .products-gallery .product h4 {
        height: 3em
    }
    .top-filter .left {
        margin-bottom: 20px
    }
    .left-content {
        min-height: initial
    }
    .right-content {
        width: 100%
    }
    .product-content .product {
        margin: 0;
        margin-bottom: 20px;
        width: calc(50% - 5px);
        padding: 5px
    }
    .product-content .product:nth-child(2n) {
        margin-left: 10px
    }
    .product-content .product h3,
    .products-gallery .product h3 {
        font-size: 15px;
        color: #222328;
        padding: 0 5px
    }
    .main .container {
        padding: 0 5px
    }
    .left-content {
        margin-left: 0
    }
    .main .brands--main .brand--main:nth-child(1),
    .main .brands--main .brand--main:nth-child(2),
    .main .brands--main .brand--main:nth-child(3) {
        margin-top: 0;
        margin-bottom: 0
    }
    .main .brands--box {
        margin-top: 20px
    }
    .brands--main .brand--main:nth-child(4) {
        margin-bottom: 0
    }
    .name--brands {
        font-size: 20px;
        font-weight: 400
    }
    #header .phone:before {
        display: none
    }
    #footer {
        text-align: center
    }
    #footer .payment-options {
        margin: 0 -1.5em 15px
    }
    .simplecheckout-cart .price {
        display: none!important
    }
    .mfilter-manufacturers {
        display: none
    }
    #slideshow1 #banner10 .button {
    left: 12%;
    bottom: 15%;
    margin-left: 0;
    color: #fff;
    font-size: 14px;
    width: 35%;
    }
    #slideshow1 #banner10 .button:hover{
        color: #fff;
    border-color: #fff;
    background-color: transparent !important;
}
#slideshow1 #banner10 .button:active{
        color: #fff;
    border-color: #fff;
    background-color: transparent !important;
}
#slideshow1 #banner10 .button:focus{
        color: #fff;
    border-color: #fff;
    background-color: transparent !important;
}
    #slideshow1 #banner11 .button {
        left: 50%;
        bottom: 45%;
    }
    #slideshow1 .owl-nav {
        display: none;
    }

}

@media (min-width:1541px) {
    .product-content .product {
        width: calc(100% / 5 - 20px);
    }
}

.accordion {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.accordion .link {
    cursor: pointer;
    display: block;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.accordion li>div,
.mfilter-heading-text>span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.mfilter-heading-text>span {
    padding-left: 15px
}

.accordion li:last-child .link {
    border-bottom: 0
}

.accordion li i {
    position: absolute;
    top: 4px;
    left: 12px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.accordion li i.fa-chevron-down {
    right: 15px;
    left: auto;
    font-size: 16px
}

.container.catalog .accordion li a.active,
.container.catalog .accordion li.open .link {
    color: #b63b4d;
    text-decoration: none
}

.accordion li.open i {
    color: #b63b4d
}

.accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.submenu {
    display: none;
    font-size: 18px
}

.submenu a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease
}

.submenu a:hover {
    color: #FFF
}

.product {
    width: 100%
}

.product .img,
.product .about {
    display: inline-block;
    vertical-align: top
}

.product .img {
    width: 50%
}

.product .about {
    width: 44%;
    padding: 2%;
    padding-top: 0;
    line-height: 45px
}

.product .about h1 {
    text-align: left;
    font-weight: 600;
    font-size: 36px
}

.product .about h2 {
    text-align: left;
    font-weight: 100;
    font-size: 20px;
    margin-bottom: -10px
}

.product .about h3 {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    border-bottom: 1px solid #aaa;
    text-transform: uppercase;
    margin: 10px 0
}

.product .about p {
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

.product .about h4 {
    text-align: left;
    font-weight: 800;
    font-size: 36px;
    margin: 20px 0 0 0
}

.product .about p.nds {
    text-align: left;
    font-weight: 400;
    font-size: 18px
}

.product .about .size .radio {
    display: inline-block
}

.product .about .size .text-danger {
    display: none
}

.product .about .size .has-error .caption {
    color: #fc2a2a;
    font-weight: 600
}

.product .about .size label {
    width: 65px;
    border: 1px solid #000;
    color: #000;
    padding: 2px;
    display: inline-block;
    margin-top: 10px;
    margin-right: 5px;
    text-align: center;
    line-height: 25px;
    transition: .25s
}

.product .about .size .active label {
    background: #000;
    color: #fff
}

.product .about button.buy {
    background: #fc2a2a;
    color: #FFF;
    height: 50px;
    width: 100%;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    cursor: pointer
}

.success-order {
    text-align: center
}

.success-order .btn-primary {
    display: inline-block;
    background: #fc2a2a;
    color: #FFF;
    padding: 5px 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 15px;
    cursor: pointer
}

.product .about button.buy:hover {
    -webkit-transition: .2s;
    transition: .2s;
    background: #e4000c
}

.info_block {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.product .about .info_block .ib {
    margin-top: 15px
}

.product .about .info_block .ib .img-align {
    height: 65px
}

.product .about .info_block .ib {
    vertical-align: top;
    width: 105px;
    text-align: center
}

.product .about .info_block .ib img {
    width: 50%
}

.product .about .info_block .ib p {
    text-align: center;
    color: #313131;
    font-size: 15px
}

.img img {
    width: 100%
}

.img-container {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.preview {
    flex: 1;
    max-width: calc(94% / 3);
    margin-right: 3%
}

.preview:last-child {
    margin-right: 0
}

form ul li input,
form ul li p {
    display: block;
    display: inline-block;
    padding: 0;
    margin: 0
}

form ul li {
    margin-bottom: -20px
}

@media (max-width:1740px) {
    #footer {
        font-size: 15px
    }
    .mfilter-checkbox.mfilter-options .mfilter-option.mfilter-tb-as-tr {
        margin-right: 15px
    }
}

@media (max-width:1540px) {
    #header {
        font-size: 15px;
        font-size: 1vw
    }
    nav {
        margin-left: 1%
    }
    #header .logo {
        width: 150px
    }
    #header .social-networks li {
        margin-right: .8em
    }
    #header .links {
        margin-right: 15px
    }
    #header .phone {
        font-size: 18px
    }
    #header .cart {
        margin-left: 1em
    }
    .showcase .owl-prev,
    .showcase .owl-next {
        font-size: 60px
    }
    #footer {
        font-size: 15px
    }
    .product .about .info_block .ib {
        display: inline-block;
        vertical-align: top;
        width: 130px;
        text-align: center
    }
    #cart-total {
        top: 6px;
        right: 4px;
    }
}

@media (max-width:1400px) {
    html {
        font-size: 16px
    }
    #header {
        font-size: 14px
    }
    #header .social-networks {
        font-size: 19px;
        margin-top: 21px
    }
    #footer {
        font-size: 15px
    }
    .product .about .info_block .ib {
        display: inline-block;
        vertical-align: top;
        width: 105px;
        text-align: center
    }
    .product .about button.buy {
        margin-top: 15px
    }
    #cart-total {
        top: 6px;
        right: 4px;
    }
}

@media (max-width:1312px) {
    #header {
        height: 61px;
        font-size: 14px;
        font-size: 1vw
    }
    #header .logo {
        width: 150px
    }
    #header .logo img {
        width: 120px;
        height: 50px;
        margin: 0 auto
    }
    #header .links {
        width: 19%
    }
    #header .social-networks {
        font-size: 16px;
        margin-top: 22px
    }
    #header .phone {
        font-size: 16px
    }
    #footer .col:first-child {
        margin-right: 3%
    }
    #footer {
        font-size: 13px
    }
}

@media (max-width:1199px) {
    #header {
        font-size: 12px;
        font-size: .9375vw
    }
    nav {
        margin-left: 2%
    }
    #header .social-networks {
        font-size: 14px;
        margin-top: 23px
    }
    #header .phone {
        font-size: 13px
    }
    #header .cart {
        font-size: 12px;
        margin-top: 1.67em
    }
    .showcase {
        font-size: 14px;
        font-size: 2.5vw
    }
    .container {
        max-width: 970px
    }
    #footer {
        font-size: 13px
    }
    #footer .social-networks {
        font-size: 21px
    }
    .subscription input {
        font-size: 15px
    }
    .container.brands-block {
        text-align: center
    }
    .product-content {
        text-align: center
    }
    .brands--main {
        width: 100%;
        text-align: center
    }
    .brands--main .brand--main:nth-child(1),
    .brands--main .brand--main:nth-child(2) {
        margin-top: 20px
    }

}

@media (max-width:991px) {
    html {
        font-size: 15px
    }
    .container {
        max-width: 750px
    }
    .nav-trigger {
        display: block
    }
    nav>.menu {
        min-width: 193px;
        padding: 10px 0;
        position: absolute;
        left: 0;
        top: 100%;
        background: #222328;
        display: none
    }
    nav {
        font-size: 14px;
        line-height: 1.5
    }
    nav li {
        display: block;
        float: none;
        margin: 0
    }
    nav a {
        display: block;
        padding: .2em 15px
    }
    #header .links {
        width: 440px
    }
    #header .social-networks {
        font-size: 19px;
        margin-top: 21px
    }
    #header .phone {
        font-size: 18px
    }
    #header .cart {
        font-size: 16px;
        margin-top: 1em
    }
    .blog-list h3 {
        font-size: 1.3em
    }
    .blog-list .date {
        font-size: 1em
    }
    .blog-list li p {
        font-size: .9em
    }
    .showcase {
        font-size: 2.8vw
    }
    .products-gallery .product {
        border: 1px solid #dfdfdf
    }
    .payment-options li {
        width: 80px;
        height: 38px;
        border-width: 2px;
        float: left;
        margin: 15px 15px 0 0
    }
    .payment-options li:last-child {
        margin-right: 0
    }
    #footer .menu {
        width: 100%;
        max-width: 420px;
        margin-top: .5em
    }
    #footer .menu:before {
        content: "";
        display: table;
        clear: both
    }
    #footer .menu ul,
    #footer .menu ul:first-child,
    #footer .menu ul:last-child,
    #footer .menu ul:nth-child(2) {
        width: 100%;
        margin: 1em 0 0;
        float: none
    }
    #footer .menu li {
        display: inline;
        margin-right: .8em
    }
    .delivery-options img {
        max-width: 90px;
        max-height: 28px
    }
    .product .img,
    .product .about {
        display: block;
        width: 100%
    }
    .brands--main {
        width: initial;
        margin-top: 0;
        margin: 0 -1.5%
    }
    .brands--main .brand--main:nth-child(1),
    .brands--main .brand--main:nth-child(2),
    .brands--main .brand--main:nth-child(3),
    .brands--main .brand--main:nth-child(5),
    .brands--main .brand--main:nth-child(4) {
        width: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        vertical-align: top;
        margin: 10px 0;
        padding-top: 50%
    }
    .brand--main:nth-child(3) .name--brands {
        margin-top: 60%
    }
    .main .brands--box {
        width: 100%;
        margin-top: 0;
        margin-left: 0
    }
    .brands--main .brand--main:nth-child(3) {
        margin-bottom: 0;
        margin-right: 0
    }
    .brands--main .brand--main:nth-child(5) {
        margin-top: 0;
        margin-bottom: 20px
    }
    #cart-total {
        right: 4px;
        top: 5px;
    }
}

@media (max-width:767px) {
    html {
        font-size: 14px
    }
    .container {
        max-width: 100%
    }
    .products-gallery {
        margin-top: 20px
    }
    #header {
        line-height: 24px
    }
    #header .links {
        width: auto;
        height: auto;
        max-width: 300px;
        margin-top: 3px
    }
    #header .social-networks {
        float: none;
        text-align: right;
        margin-top: 3px
    }
    #header .social-networks li {
        float: none;
        display: inline-block;
        margin: 0 0 0 .67em
    }
    #header .cart {
        margin-top: 0
    }
    .blog-list li,
    .blog-list li:nth-child(3n 1) {
        width: 46%;
        clear: none;
        margin: 0 0 20px 8%
    }
    .blog-list li:nth-child(odd) {
        clear: left;
        margin-left: 0
    }
    .showcase {
        font-size: 3.2vw
    }
    .showcase .item .text {
        padding: 0 30px
    }
    /*
    .showcase .button {
        background: rgba(0, 0, 0, .2)
    }
    */
    #footer {
        font-size: 14px;
    }
    #footer .menu {
        max-width: 350px
    }
    #footer .links {
        width: 250px
    }
    .subscription input {
        font-size: 14px
    }
    .brand--main:nth-child(4) .name--brands,
    .brand--main:nth-child(5) .name--brands,
    .brand--main:nth-child(1) .name--brands,
    .brand--main:nth-child(2) .name--brands {
        margin-top: 60%
    }
    .main .brands--main .brand--main:nth-child(1),
    .main .brands--main .brand--main:nth-child(2),
    .main .brands--main .brand--main:nth-child(3),
    .main .brands--main .brand--main:nth-child(5),
    .main .brands--main .brand--main:nth-child(4) {
        margin: 0;
        margin-bottom: 3px
    }
    .product .about .info_block .ib:nth-child(2) {
        display: none
    }
    .success-order .btn-primary {
        background: #fc2a2a;
        color: #FFF;
        padding: 5px 15px;
        height: initial;
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-top: 15px;
        cursor: pointer
    }
    .product .about .size {
        text-align: center
    }
    #cart-total {
        right: 4px;
        top: 0px;
    }
    .brand {
        width: 33%;
    }
    .brands__letter-item {
        width: 50%;
        font-size: 20px;
        /*text-align: center;*/
        /*display: block;*/
    }
    .brands__letter-item h2{
        margin-left: 10px;
        float: left;
        width: 30px;
    }
    .brands__letter-list {
        text-align: left;
    }
}

@media (max-width:639px) {
    .item_product{
        width: calc(100% / 1 - 20px) !important;
    }
    

    #header .logo {
        width: 173px
    }
    nav>.menu {
        min-width: 173px
    }
    .nav-trigger {
        left: 188px
    }
    #footer .col {
        float: none!important;
        text-align: center;
        margin: 1.5em auto 0
    }
    #footer .col:first-child {
        margin: 0 auto
    }
    #footer .payment-options {
        display: inline-block
    }
    #footer .menu li {
        margin: 0 .4em
    }

}

@media (max-width:479px) {
    #header {
        font-size: 12px;
        line-height: 1.5;
        height: 44px
    }
    #header .logo {
        width: 115px
    }
    nav>.menu {
        min-width: 115px
    }
    .nav-trigger {
        width: 22px;
        height: 17px;
        border-width: 3px;
        margin-top: -8px
    }
    #header .links {
        margin-right: 10px
    }
    #header .social-networks {
        font-size: 14px;
        margin-top: 0
    }
    #header .social-networks li {
        margin-left: .5em
    }
    #header .phone {
        font-size: 12px
    }
    #header .cart {
        margin-left: .75em
    }
    .nav-trigger {
        left: 130px
    }
    #header .cart {
        font-size: 12px
    }
    .showcase {
        font-size: 3.6vw
    }
    .blog-list li {
        width: 100%!important;
        max-width: 290px;
        margin: 0 auto 20px!important;
        float: none;
        clear: none!important
    }
    #cart-total {
           right: 0px;
           top: 0px;
       }
}

@media (max-width:399px) {
    .showcase {
        font-size: 14px
    }
}

nav a,
.menu a,
.nav-trigger,
.social-networks a,
#header .phone,
input,
.blog-list h3 a {
    -webkit-transition: .1s;
    transition: .1s;
    /* padding-top: 300px; */
}

.button {
    -webkit-transition: .3s;
    transition: .3s
}

input[type='radio'] {
    position: absolute;
    opacity: 0
}

.simple-content input[type='radio'] {
    opacity: 1;
    position: relative;
    float: left;
    top: 5px;
    left: -5px
}

#content {
    min-height: 400px
}

.simple-content fieldset {
    text-align: left;
    margin: 0 auto;
    width: 400px
}

#simplecheckout_shipping {
    max-width: 400px;
    margin: 0 auto
}

.simplecheckout-block-content .form-group {
    clear: left
}

.simplecheckout-block-content .form-group .col-sm-4 {
    width: 150px;
    float: left
}

.simplecheckout-block-content .form-group .col-sm-8 {
    float: left
}

.simplecheckout-block-content .form-group .form-control {
    width: 250px;
    border: 1px solid #000;
    margin-bottom: 15px;
    height: 25px;
    padding: 0 10px
}

.simplecheckout-block-content .form-group input {
    color: #000!important;
}

.simplecheckout-block-content .form-group textarea {
    min-height: 50px
}

.simplecheckout-button-right {
    float: none;
    width: 400px;
    margin: 0 auto;
    text-align: center
}

.simplecheckout-button-right .btn {
    display: inline-block;
    padding: 5px 20px;
    background: #fc2a2a;
    color: #FFF;
    height: 50px;
    width: 100%;
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer
}

.simplecheckout-cart td.quantity .input-group {
    width: 100px
}

.simplecheckout-cart td.quantity .btn,
.simplecheckout-cart td.quantity input {
    display: block;
    float: left!important;
    width: 25px!important;
    height: 25px;
    text-align: center;
    border: 1px solid #ddd
}

#simplecheckout_cart .form-control {
    min-width: initial;
    border: 1px solid #ddd
}

.ocfilter-option .option-name {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0 5px
}

.ocfilter-option label input {
    vertical-align: middle
}

.ocfilter-option label {
    padding: 7px 5px 0
}

.ocfilter-option label a {
    font-size: 18px;
    font-weight: 600;
    vertical-align: middle
}

.thumbnails {
    position: relative
}

#cart-total {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    background: #fc2a2b;
    line-height: 21px;
    text-align: center;
    font-size: 12px;
    border-radius: 50%;
}

.menu .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background-color: rgba(37, 37, 37, .9);
    padding-left: calc(14.427% 4.167%);
    padding-top: 15px;
    padding-bottom: 15px
}
.menu .dropdown-menu .child {
    display: none;
}
.menu .dropdown-menu ul {
    width: 60%;
    column-count: 4
}

.menu .dropdown-menu ul>li {
    width: 100%;
    line-height: 40px
}

.menu .dropdown-menu ul>li>a {
    font-size: .9em
}
.menu .dropdown-menu ul>.menu__brand {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    position: relative;
    height: 50px;
    padding-left: 60px;
    page-break-inside: avoid;
    break-inside: avoid;
    line-height: 20px;
}
.menu .dropdown-menu ul>.menu__brand img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    vertical-align: middle;
    background-color: #fff;
    margin-right: 10px;
}
    
.menu .dropdown-toggle:hover .dropdown-menu {
    display: block
}

.ocfilter-option {
    margin-bottom: 15px
}

.mfilter-checkbox.mfilter-options input[type=checkbox] {
    display: none
}

.mfilter-content {
    margin-top: 15px;
    border: none;
    border-radius: 0
}

.mfilter-checkbox.mfilter-options label {
    display: inline-block;
    font-size: 16px;
    border: 1px solid currentColor;
    padding: 2px;
    width: 50px;
    text-align: center;
    margin-bottom: 5px
}

.ocfilter-option.normal-option label.selected,
.mfilter-input-active label {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.mfilter-tb-as-td.mfilter-col-count,
.mfilter-checkbox.mfilter-options .mfilter-tb-as-td.mfilter-col-input {
    display: none
}

.mfilter-col-input {
    display: none
}

.mfilter-filter-item .mfilter-options {
    padding: 0
}

.mfilter-iscroll .mfilter-tb-as-td {
    padding-left: 15px;
    line-height: 1.9;
    font-size: 16px;
    font-weight: 400
}

@media (max-width:767px) {
    .mfilter-iscroll .mfilter-tb-as-td {
        text-align: center;
        padding: 0
    }
    .mfilter-heading-text>span {
        padding: 0
    }
}

.mfilter-option label:hover {
    background-color: #C4C4C4;
    color: #fff;
    cursor: pointer
}

.mfilter-tb-as-td {
    border: none;
    padding: 0
}

.mfilter-checkbox.mfilter-options .mfilter-tb {
    text-align: left
}

.mfilter-checkbox.mfilter-options .mfilter-option.mfilter-tb-as-tr {
    display: inline-block;
    margin: 0 7px 7px
}

.mfilter-opts-container {
    border: none;
    padding: 0;
    margin: 0
}

.container.catalog .ocfilter-option.normal-option label a {
    padding: 0;
    margin: 0;
    font-size: 13px
}

@media (max-width:991px) {
    .menu .dropdown-menu {
        display: none!important
    }
    .mfilter-iscroll .mfilter-tb-as-td {
        font-size: 18px
    }
}

@media (max-width:1540px) {
    .menu .dropdown-menu {
        padding-left: calc(150px 1%)
    }

}

@media (min-width:1541px) {
    .menu .dropdown-menu {
        padding-left: calc(15% 40px)
    }
    #cart-total {
        right: 30px;
        top: 6px;
    }
}

@media (max-width:1312px) {
    .menu .dropdown-menu {
        padding-left: calc(150px 3%)
    }
}

@media (max-width:1199px) {
    .item_product{
        width: calc(100% / 3 - 20px) !important;
    }
    .menu .dropdown-menu {
        padding-left: calc(150px 2%)
    }
}

@media (min-width:2000px) {
    #header {
        font-size: 18px
    }
    .menu .dropdown-menu {
        padding-left: calc(15% 80px)
    }
}

header nav {
    width: calc(100% - 80px - 14.427% - 20% - 2.083% - 10px);
    /* flex: auto; */
    height: 10%;
}

header nav .menu {
    display: flex;
    justify-content: space-between;
}

@media (max-width:1540px) {
    header nav {
        width: calc(100% - 3% - 31% - 15px - 10px)
    }
    .left-content {
        width: 250px
    }
    .right-content {
        width: calc(100% - 250px)
    }
}

@media (max-width:1312px) {
    .item_product{
        width: calc(100% / 3 - 20px) !important;
    }
    header nav {
        width: auto;
    }
    .left-content {
        width: 250px
    }
    .right-content {
        width: calc(100% - 250px)
    }
}

@media (max-width:991px) {
    .item_product{
        width: calc(100% / 3 - 20px) !important;
    }
    header nav .menu {
        display: none
    }
    #brands0 {
        display: block
    }
    #brands1 {
        display: none
    }
}

.nav-trigger-caption,
.owl-carousel.owl-loaded.mobile-thumbs {
    display: none
}

@media (max-width:767px) {
    .mfilter-tb-as-tr label {
        border-top: 1px solid #e3e6e4
    }
    #slideshow0 {
        display: none
    }
    #slideshow1 {
        display: block
    }
    header nav .menu {
        display: none;
        width: 100%;
        padding: 0
    }
    header nav .menu a {
        padding: 15px;
        border-bottom: 1px solid #fff;
        text-align: center
    }
    .left-content {
        width: 100%
    }
    .right-content {
        width: 100%
    }
    .left-filter {
        margin-top: 0;
        border: 1px solid #e3e6e4
    }
    .box-content.mfilter-content {
        margin: 0;
        padding: 5px 15px
    }
    .mfilter-content>ul>li {
        border-bottom: 1px solid #e3e6e4;
        padding-bottom: 10px
    }
    .mfilter-checkbox.mfilter-options .mfilter-option.mfilter-tb-as-tr {
        width: calc(25% - 14px)
    }
    .mfilter-box {
        margin-bottom: -6px
    }
    .top-filter {
        display: none
    }
    #header .links {
        margin-top: 10px
    }
    #header .social-networks {
        display: none
    }
    #header .phone {
        font-size: 15px
    }
    .nav-trigger-caption {
        display: inline-block;
        font-size: 7px;
        position: relative;
        left: 7px;
        top: -2px
    }
    .nav-trigger {
        margin-top: -4px
    }
    #product .thumbnails>img {
        display: none
    }
    .owl-carousel.owl-loaded.mobile-thumbs {
        display: block;
        margin-bottom: 10px
    }
    .mobile-thumbs .owl-nav {
        display: none
    }
    #product .about h1 {
        margin-bottom: 0
    }
    #product .about h2 {
        margin-bottom: -15px
    }
    #product .about h3 {
        line-height: 2
    }
    #product .about h4 {
        margin-top: 10px
    }
    .hidden-xs {
        display: none
    }
    #product .container {
        padding: 0 10px
    }
    .simplecheckout-button-right {
        float: none;
        width: 200px;
        margin: 0 auto;
        text-align: center
    }
    .simplecheckout-button-right .btn {
        display: inline-block;
        padding: 5px 20px;
        background: #fc2a2a;
        color: #FFF;
        height: initial;
        width: 100%;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        cursor: pointer
    }
    .table-responsive {
        overflow: hidden
    }
    .form-group>* {
        width: 100%!important
    }
    .simple-content fieldset {
        width: 100%
    }
    .simplecheckout .radio .radio {
        margin-top: 10px
    }
}


.sitemap .col-sm-6 {
    width: 50%;
    float: left
}

.sitemap .categories {
    column-count: 3;
    margin-bottom: 50px
}

.sitemap .level-1 {
    margin-bottom: 25px
}

.sitemap .level-2 {
    padding-left: 20px;
    font-weight: 400
}

.pagination-wrapper {
    width: 100%
}

.pagination {
    text-align: center;
    margin-bottom: 15px
}

.pagination>li.first {
    margin-right: 15px
}

.pagination>li.last {
    margin-left: 15px
}

.pagination>li {
    display: inline-block
}

.pagination>li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background-color: #000;
    margin: 0 5px
}

.container.catalog .pagination>li a,
.container.catalog .pagination>li a:hover {
    color: #fff;
    text-decoration: none
}

.pagination>li.active a,
.pagination>li a:hover {
    background-color: #e52c2c
}

.left-filter .categories .heading {
    padding-left: 6px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.left-filter .categories li a {
    display: block;
    padding-left: 15px;
    line-height: 1.9;
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.left-filter .categories li a:hover {
    background-color: #C4C4C4;
    text-decoration: none;
    color: #fff;
    cursor: pointer
}

.left-filter .categories li.active {
    display: block;
    padding-left: 15px;
    line-height: 1.9;
    font-size: 16px;
    font-weight: 400;
    border-color: #000;
    background-color: #000;
    color: #fff
}
.left-filter .categories .child a,
.left-filter .categories .child span {
}
.left-filter .categories .child a:before,
.left-filter .categories .child span:before {
    content: '- ';
    display: inline-block;
    margin-left: 15px;
    margin-right: 5px;
}
@media (max-width:767px) {
    .left-filter .categories .heading {
        display: inline-block;
        padding: 7px 8px;
        width: 100%;
        text-align: center;
        margin-left: 0
    }
    .left-filter .categories li {
        border-top: 1px solid #e3e6e4;
        text-align: center;
        padding: 0;
        font-size: 18px
    }
    .left-filter .categories li a {
        text-align: center;
        padding: 0;
        font-size: 18px
    }
    .left-filter .categories li.active {
        font-size: 18px;
        padding: 0
    }
}

.category-description {
    font-weight: 300;
    font-size: 14px
}

.category-description h1 {
    font-size: 1em;
    margin-top: 25px
}

.category-description h2 {
    color: #5f5f5f;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center
}

.category-description p,
.p1,
.s1,
.product .about h3 div p,
.product .about h3 div p span {
    font-family: inherit!important;
    padding-bottom: 5px!important;
    color: #5f5f5f!important;
    font-size: 14px!important;
    font-weight: 300!important
}

.home-text {
    width: 100%;
    margin: 40px auto;
    color: #5f5f5f;
    font-size: 14px;
    font-weight: 300;
    padding: 0 5px;
}

.home-text p {
    padding-bottom: 5px
}

.home-text h1 {
    font-size: 1em;
    margin-top: 0
}

.home-text .welcome {
    font-size: 1.25em
}

.home-text h2 {
    color: #5f5f5f;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 1em
}

.map {
    margin-bottom: 25px
}
.img-label {
    margin-bottom: -30px;
    padding-left: 10px;
}
.img-label img {
    width: 100%;
}
@media (max-width: 767px){
    .img-label {
        margin-top: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .left-content {
        padding-right: 0;
    }
    .item_product{
        width: calc(100% / 2 - 20px) !important;
    }
}
nav a, .menu a, .nav-trigger, .social-networks a, #header .phone, .blog-list h3 a:hover{
    color: #fff;
}