* {
    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: normal;
    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: normal;
    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: bold;
    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 {
    /*max-width: 1920px;*/
    min-width: 320px;
    margin: 0 auto;
}

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

.container-fluid {
    padding: 0 15px;
}


#header {
    height: 80px;
    font-size: 16px;
    font-size: 0.7300vw;
    line-height: 32px;
    background: #000;
    color: #fff;
    position: relative;
    z-index: 50;
    display: flex;
    align-items: center;
}

#header .logo {
    display: block;
    width: calc((100% - 80px) * .15 + 20px);
    /*height: 100%;*/
    max-height: 100%;
    float: left;
    background: #000;
    text-align: center;
}
@media (min-width: 1920px) {
    #header .logo {
    width: calc((1920px - 40px) * .15 + 50vw - 960px);
}
}
#header .logo img {
    vertical-align: middle;
    max-width: 150px;
    /*padding: 6px;*/
    object-fit: contain;
}

.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;
}
.products-gallery h2 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.7em;
    font-family: "Proxima Nova";
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.txt {
    margin-top: 30px;
    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 0px 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;
}
@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: 31%;
    max-width: 560px;
    float: right;
    text-align: right;
    margin-right: 2.083%;
    order: 1;
}

.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: -0.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: 2px solid #fff;
    -webkit-border-radius: .5em;
    border-radius: .5em;
    margin-top: 1em;
    color: #000;
    border-color: #000;
}
.showcase .button:hover {
    background: #fff;
    color: #000;
}

.button:active {
    position: relative;
    top: 1px;
}
#slideshow0 .button, #slideshow1 .button {
	font-size: 22px;
	width: 220px;
	position: absolute;
	bottom: 10%;
	left: 75%;
	margin-left: -110px;
	text-align: center; 
	display: none;
}
#slideshow0 #banner0 .button {
    bottom: 10%;
    left: 70%;
}
#slideshow1 .button {
    font-size: 16px;
    width: 35%;
    position: absolute;
    bottom: 20%;
    left: 52%;
    margin-left: 5%;
    text-align: center; 
}
#slideshow0 .button:active, #slideshow1 .button:active {
	top: initial;
	position: absolute;
}
#slideshow1, #brands0 {
    display: none;
}
.slider {
    position: relative;
}

.owl-nav.disabled {
    display: none;
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 50%;
    margin-top: -0.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;
}


/*INDEX STYLE*/

.main .container {
    padding: 0 40px;
}
.home.main .container {
	padding: 0 1.5%;
}
.brands--main {
    margin: 0 -0.75%;
    text-align: normal;
    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: 0.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, 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: 0px;
}

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

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

.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: 0.75%;
}

.brand--main:nth-child(4) .name--brands,
.brand--main:nth-child(5) .name--brands {
    /*margin-top: calc(40% - 5px - .75% - 64px);*/
    display: none;
}


/*SLIDERS*/
.products-gallery {
	clear: left;
    /*border-bottom: 1px solid #ddd;
    padding-bottom: 20px;*/
}
.products-gallery .item {
    padding: 0 20px;
}
.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 .product img {
    max-width: 100%;
}
.products-gallery .owl-next {
    background: url(img/arr1.png);
    height: 31px;
    width: 31px;
    font-size: 0px;
}

.products-gallery .owl-prev {
    background: url(img/arr2.png);
    height: 31px;
    width: 31px;
    font-size: 0px;
}
.products-gallery .owl-stage{
    display: flex;
    flex-wrap: wrap;
    /*width: 100%!important;*/
}
.products-gallery .owl-item {
    width: calc(25% - 40px)!important;
}
@media (min-width: 768px){
    .products-gallery .owl-item {
        width: calc(100% / 3 - 40px)!important;
    }
}
@media (min-width: 1200px){
    .products-gallery .owl-item {
        width: calc(100% / 4 - 40px)!important;
    }
}
@media (min-width: 1540px){
    .products-gallery .owl-item {
        width: calc(100% / 6 - 40px)!important;
    }
}
.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) {
    /*margin-left: 0;*/
    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%;
    /*max-width: 400px;*/
    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: bold;
    max-width: 600px;
    margin: 25px auto;
}
.blog #content p {
	color: #333;
	font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
}

.button.show-more {
    display: inline-block;
    font-size: 1.2em;
    font-weight: normal;
    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: 27px 0 2.4em
}

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

.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;
}


/*BRANDS*/

.container.brands-block {
    text-align: normal;
    max-width: 1300px;
}

.brands {
    margin: 0 auto;
}

.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 #000000;
}

.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;
}


/*CATALOG*/

.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: #444444;
}

.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: #444444;
}

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

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

.left-filter {
    /*margin-top: 15px;*/
}

.container.catalog a:hover,
.container.catalog a.active,
.accordion a:hover,
.accordion 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 {
    border: 1px solid #dfdfdf;
    width: calc(100% / 3 - 10px);
    display: inline-block;
    margin: 10px;
    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: red;
    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;
}
@media (max-width: 1199px) {
    .right-content {
        width: calc(100% - 260px);
    }    
    .breadcrumb {
        width: 100%;
    }
}

@media (max-width: 991px) {
    .top-filter .right {
        display: none;
    }
}

.show-mobile {
    display: none;
}
@media (max-width: 767px) {
    #header {
        display: block;
    }
    .products-gallery .item {
        padding: 0;
    }
    .left-content {
        display: none;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    #product .about h1 {
        text-align: center;
    }
    .product-content .product {
        width: 100%;
    }
    .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: 100%;
    }
    .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 20px;
    }
    .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: 0px;
    }
    .name--brands {
        font-size: 16px;
        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;
    }
    .slick-next:before, .slick-prev:before {
        font-size: 36px;
        color: #000;
    }
    .slick-prev {
        width: 40px;
        height: 40px;
        z-index: 99;
        left: 0;
    }
    .slick-next {
        width: 40px;
        height: 40px;
        z-index: 99;
        right: 2px;
    }
    .left-content, .right-content {
        min-height: auto;
    }
}

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


/*ACCORDION*/

.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: 300;
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}*/

.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
 -----------------------------*/

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

.submenu li {}

.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;
}


/*ACCORDION END*/


/*PRODUCT*/

.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: 0px;
    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 #aaaaaa;
    text-transform: uppercase;
    margin: 10px 0px;
}

.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 0px 0px 0px;
}

.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 #000000;
    color: #000000;
    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: #000000;
    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;
}


/*PRODUCT END*/


/*RESPONSIVE*/

@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: 180px;
    }
    #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;
    }
    .product .about button.buy {
        /*margin-top: 170px;*/
    }
}

@media (max-width: 1400px) {
    html {
        font-size: 16px;
    }
    #header {
        font-size: 14px;
    }
    .container {
        /*max-width: 1170px;*/
    }
    #header .social-networks {
        font-size: 19px;
        margin-top: 21px;
    }
    /*.showcase .owl-prev,
    .showcase .owl-next {
        font-size: 80px;
    }
    .showcase .owl-prev:hover,
    .showcase .owl-next:hover {
        font-size: 100px;
    }*/
    #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;
    }
}

@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: 30%;
    }
    #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;
    }
    /*.showcase .owl-prev,
    .showcase .owl-next {
        font-size: 50px;
    }*/
    #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:0;*/
        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;
    }
    /*.showcase .owl-prev,
    .showcase .owl-next {
        font-size: 40px;
    }*/
    .products-gallery {
    	
    }
	.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: 0px;
    	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) {
        display: normal;
        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;
    }
}

@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, 0.2);
    }
    /*.showcase .owl-prev,
    .showcase .owl-next {
        font-size: 30px;
    }*/
    #footer {
        font-size: 12px;
    }
    #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;
    }
}

@media (max-width: 639px) {
    #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: auto;
        padding: 5px 0;
    }
    #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;
    }
    /*.showcase .owl-prev,
    .showcase .owl-next {
        font-size: 20px;
    }*/
    .blog-list li {
        width: 100% !important;
        max-width: 290px;
        margin: 0 auto 20px !important;
        float: none;
        clear: none !important;
    }
}

@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;
}

.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: 25%;*/
    width: 150px;
    float: left;
}

.simplecheckout-block-content .form-group .col-sm-8 {
    /*width: 75%;*/
    float: left;
}

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

.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;
    right: 5px;
    top: 5px;
    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 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-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-content-opts {
    /*padding-right: 45px;*/
}

.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);
    }
}

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

@media (max-width: 1199px) {
    .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% - 31% - 2.083% - 10px)
}

header nav .menu {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

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

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

@media (max-width: 991px) {
    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;
    }
    .mfilter-tb-as-tr:last-child label {
        /*border-bottom: none;*/
    }
    #slideshow0 {
        display: none;
    }
    #slideshow1 {
        display: block;
        margin: -20px -20px 0;
        width: auto;
    }
    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;
    }
}

@media (max-width: 1740px) {
    .mfilter-checkbox.mfilter-options .mfilter-option.mfilter-tb-as-tr {
        /*margin-right: 15px;*/
    }
}
.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: normal;
}
.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,
.left-filter .categories .heading {
    /*padding-left: 16px;*/
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    text-align: center;
}
.left-filter .categories li {
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
}
.left-filter .categories li a{
    text-transform: uppercase;
    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;
}
@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: #000;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}
.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: #000!important;
    font-size: 14px!important;
    font-weight: 300!important;
}
.home-text {
    width: 90%;
    margin: 40px auto;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.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: #000;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1em;
}
.map {
    margin-bottom: 25px;
}
.blog #content .contacts__address {
    font-size: 1.1em;
    font-weight: bold;
}