html{
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.4;
	color: #666666;
	position: relative;
}
body{
	margin:  0;
	padding: 0;
	position: relative;
	background: #fff;
	color: #666666;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	line-height: 1.4;
}
.overlay{
	width:  100%;
	height: 100%;
	position: absolute;
	top:  0;
	left: 0;
	display: none;
	z-index: 200;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
	background: rgba(0,0,0,0.8);
	content: ""
}
/*body.open-search{
	opacity: 1;
	z-index: 10;
  -webkit-transition: z-index .3s ease-in-out .3s;
  -moz-transition: z-index .3s ease-in-out.3s;
  -o-transition: z-index .3s ease-in-out.3s;
  transition: z-index .3s ease-in-out.3s;
  -webkit-transition: opacity .3s ease-in-out;
  -moz-transition: opacity .3s ease-in-out;
  -o-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
}*/
a{
	text-decoration: none;
	color: #515254;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a:hover{
	text-decoration: none;
	color: #000
}
.clearfix{
	clear: both;
}
p{
	margin-top: 0;
}
input,
textarea,
button{
  outline: 0 !important
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
.jq-selectbox__select,
textarea{
  width: 100%;
  padding: 0.65rem 1rem;
  border: 0;
  background: #eeeeee;
  border-radius: 0;
  box-sizing: border-box;
}

textarea::placeholder,
input::placeholder {
  color: #999999;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #999999;
}
textarea::-ms-input-placeholder,
input::-ms-input-placeholder {
  color: #999999;
}
label{
  cursor: pointer;
}
label a{
  color: #d22d20;
  text-decoration: underline;
}
label a:hover{
  text-decoration: none;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}
.checkbox + label {
  position: relative;
  padding: 5px 0 0 36px;
  cursor: pointer;
}
.checkbox + label:before {
  width:  24px;
  height: 24px;
  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 5px;
  background: #e6e6e6;
  /* box-shadow: inset 0 2px 3px rgba(0,0,0,.2); */
  transition: .2s;
  content: '';
}
.checkbox + label:after {
  width:  18px;
  height: 18px;
  position: absolute;
  top:  4px;
  left: 3px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjNjY2NjY2Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
  background-size: 100%;
  transition: .2s;
  opacity: 0;
  content: '';
}

.checkbox:checked + label:after {
  opacity: 1
}

.mb-big p{
	margin-bottom: 2em
}
.text-right{
	text-align: right;
}
.text-center{
	text-align: center;
}
.container-full{
	padding-left:  13px;
	padding-right: 13px;
}
.page-block{
	padding: 1.6rem 0 0
}
.inner-page.page-block{
  padding-top: 0;
}
.red-text{
  color: #d22d20
}
.block-title{
  color: #000;
  text-transform: uppercase;
  font-family: "Helvetica Neue";
  border: 0;
  background: none;
  letter-spacing: 0.18rem;
  /* letter-spacing: 200%; */
  padding: 0.5rem 0.24rem;
  margin-right: 3.1rem;
  font-weight: bold;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0;
}
.red-btn{
  width: 11.7rem;
  height: 2rem;
  display: inline-block;
  background: #d22d20;
  color: #fff !important;
  text-transform: uppercase;
  font-size: 0.7rem;
  line-height: 2rem;
  text-align: center;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.13em;
  border: 0;
  outline: 0 !important;
  cursor: pointer;
}
.red-btn.autowidth{
  width: auto;
  padding: 0 1.5rem
}
.red-btn:focus,
.red-btn:active,
.red-btn:hover{
	background: #b82b20;
	color: #fff;
	text-decoration: none;
}
.bordered-btn{
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.8em;
  background: transparent;
  color: #323232;
  padding: 0.3rem 1.5rem;
  font-weight: 900;
  border: 1px solid #e7e8e7;
  border-radius: 4px;
  cursor: pointer;
}
.bordered-btn:hover{
  border-color: #c3c3c3;
}

.products-tabs .tab-content > .tab-pane{
	 transition: none !important;
}
.results{
  font-size: 0.85rem;
  text-align: center;
}
/*.products-tabs .tab-content{
	position: relative;
	overflow-x: hidden;
}
.products-tabs .tab-content > .tab-pane.active{
	display: block;
	position: static;
}*/
.main-menu-wrapper{
  width: 350px;
	position: fixed;
  top:    0;
  bottom: 0;
  left:   0;
  background: #171616;
  z-index: 200;
  padding: 0 1.8rem ;
  font-size: 0.9rem;
  font-family: 'Lato';
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.main-menu-inner{
	max-height: 100%;
}
.open-menu .main-menu-wrapper{
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
	.main-menu-wrapper .mCSB_scrollTools{
		top: 6em;
	}
	.main-menu-wrapper .close-btn{
		width:  25px;
		height: 25px;
		position: absolute;
		right: 1.58rem;
		z-index: 100;
		top:   2rem;
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
		background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY3Jvc3MiPgoJCTxnPgoJCQk8cG9seWdvbiBwb2ludHM9IjYxMiwzNi4wMDQgNTc2LjUyMSwwLjYwMyAzMDYsMjcwLjYwOCAzNS40NzgsMC42MDMgMCwzNi4wMDQgMjcwLjUyMiwzMDYuMDExIDAsNTc1Ljk5NyAzNS40NzgsNjExLjM5NyAgICAgIDMwNiwzNDEuNDExIDU3Ni41MjEsNjExLjM5NyA2MTIsNTc1Ljk5NyAzNDEuNDU5LDMwNi4wMTEgICAgIiBmaWxsPSIjODk4YThhIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center;
		cursor: pointer;
		opacity: 0.6
	}
	.main-menu-wrapper .close-btn:hover{
		opacity: 1
	}
	.main-menu-wrapper .title-link{
		text-transform: uppercase;
        margin: 0rem 0 0.4rem;
        display: inline-block;

	}
    .main-menu-wrapper .menu-list .title-link:first-child{
        margin: 0 0 0.4rem;
    }
	.main-menu-wrapper a{
		color: #ccc;
	}
	.main-menu-wrapper a:hover,
	.main-menu-wrapper a:focus,
	.main-menu-wrapper a:active{
		color: #fff
	}
	.main-menu-wrapper a.red{
		color: #d22d20;
	}
	.main-menu-wrapper a.red:hover,
	.main-menu-wrapper a.red:focus,
	.main-menu-wrapper a.red:active{
		color: #f83627;
	}
	.main-menu-wrapper ul{
		list-style: none;
		padding-left: 0;
	}
		.main-menu-wrapper li{
			margin-bottom: 0.3rem
		}


.header{
	position: fixed;
	background: #fff;
}
.header.fixed{
	width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.header-container{
	position: relative;
	z-index: 50;
	background: #fff;
	padding-top:    1.35rem;
	padding-bottom: 0.4em;
}
	.header .logo img{
		width: 215px;
		height: auto;
		position: relative;
    top: -5px;
	}
	.menu-link-icon{
	 display: inline-block;
	 cursor: pointer;
	}
		.menu-link-icon .bar{
	    width: 25px;
	    height: 2px;
	    display: block;
	    margin: 3px 0 6px;
	    background: #515253;
		}
		.menu-link-icon .bar:last-child{
			margin-bottom: 0
		}
	.search-btn{
		width:  40px;
    height: 25px;
    display: block;
    background: url(../images/svg/loupe.svg) no-repeat top center;
    background-size: 24px;
    /* transform: rotate(-13deg); */
    cursor: pointer;
	}
	.header-links {
		text-align: right;
	}
		.header-links a{
			display: inline-block;
			vertical-align: bottom;
			padding-top: 1.3rem;
			margin-left: 1rem;
			font-size: 0.9rem;
			color: #ccc;
			background: url(../images/svg/contacts.svg) no-repeat top center;
			background-size: 27px;
		}
		.header-links a:hover{
			color: #898a8a
		}
		.header-links .contacts-link{
		}
		.header-links .login-link{
			background-image: url(../images/svg/login.svg);
		}
		.header-links .wishlist-link{
      position: relative;
			background-image: url(../images/svg/wishlist.svg);
		}
		.header-links .cart-link{
			position: relative;
			background-image: url(../images/svg/cart.svg);
		}
      .header-links .cart-link .num-items-in-cart,
			.header-links .wishlist-link .num-items-in-favorite{
        /* width: 21px; */
        height: 21px;
        position: absolute;
        top: -10px;
        right: 50%;
        margin-right: 0.35rem;
        border-radius: 11px;
        background: #ff0000;
        color: #fff;
        font-size: 12px;
        text-align: center;
        padding: 0 7px;
        line-height: 21.5px;
        font-family: "Helvetica Neue";
			}
      .header-links .cart-link.noactive,
      .header-links .wishlist-link.noactive{
        pointer-events: none;
      }
      .header-links .cart-link.noactive .num-items-in-cart,
      .header-links .wishlist-link.noactive .num-items-in-favorite{
        display: none;
      }

	.search-wrapper{
		width: 950px;
    position: fixed;
    top:  9%;
    left: 50%;
    margin-left: -475px;
    padding: 0;
    background: #ffffff;
    border-radius: 7px;
    z-index: 250;
    -webkit-transform: translateY(-50vh);
    transform: translateY(-50vh);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
      border-bottom: 1px solid #505050;
	}
	.open-search .search-wrapper{
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
	}
		.search-wrapper .close-btn{
			width:  22px;
			height: 22px;
			position: absolute;
			top:   -1rem;
			right: -2rem;
			margin-top: -15px;
			background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xlYXIiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center center;
			cursor: pointer;
		}
		.search-wrapper .block-title{
			margin: 0
		}
		.search-wrapper form{
			width: 100%;
			display: block;
		}
		.search-wrapper .search-field{
			width:  100%;
      height: 54px;
			background: #fff;
			border:  0;
			outline: 0 !important;
      padding: 0 0.5rem;
		}
    .search-wrapper .search-btn{
      width:  54px;
      height: 54px;
      display: block;
      position: absolute;
      top:   0;
      right: 7px;
      background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0Ni4yNSA0NDYuMjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0Ni4yNSA0NDYuMjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0ic2VhcmNoIj4KCQk8cGF0aCBkPSJNMzE4Ljc1LDI4MC41aC0yMC40bC03LjY0OS03LjY1YzI1LjUtMjguMDUsNDAuOC02Ni4zLDQwLjgtMTA3LjFDMzMxLjUsNzMuOTUsMjU3LjU1LDAsMTY1Ljc1LDBTMCw3My45NSwwLDE2NS43NSAgICBTNzMuOTUsMzMxLjUsMTY1Ljc1LDMzMS41YzQwLjgsMCw3OS4wNS0xNS4zLDEwNy4xLTQwLjhsNy42NSw3LjY0OXYyMC40TDQwOCw0NDYuMjVMNDQ2LjI1LDQwOEwzMTguNzUsMjgwLjV6IE0xNjUuNzUsMjgwLjUgICAgQzEwMiwyODAuNSw1MSwyMjkuNSw1MSwxNjUuNzVTMTAyLDUxLDE2NS43NSw1MVMyODAuNSwxMDIsMjgwLjUsMTY1Ljc1UzIyOS41LDI4MC41LDE2NS43NSwyODAuNXoiIGZpbGw9IiNhZWFlYWUiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center center;
      background-size: 25px;
      border:  0;
      outline: 0 !important;
      cursor: pointer;
    }
		.search-wrapper .search-filed::placeholder {
		  color: #aeaeae;
		}
		.search-wrapper .search-filed:-ms-input-placeholder {
		  color: #aeaeae;
		}
		.search-wrapper .search-filed::-ms-input-placeholder {
		  color: #aeaeae;
		}


.breadcrumbs{
  position: relative;
  z-index: 1;
}
.breadcrumbs ul{
	list-style: none;
	padding: 0.7rem 10px;
  margin-top:    0;
  margin-bottom: 0;
  font-size: 0.7rem;
}
.breadcrumbs li{
	display: inline;
}
.breadcrumbs li a:after{
	content: " / ";
}


.title-wrapper {
  padding-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.title-wrapper .h1,
.title-wrapper h1{
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 0.9em;
  color: #313131;
}
.title-wrapper .mode-wrapper{
	text-transform: uppercase;
}
	.title-wrapper .mode-title{
		margin-right: 1rem;
    font-size: 0.7rem
	}
	.mode-trigger{
	  width:  42px;
    height: 10px;
    display: inline-block;
    border-radius: 10px;
    background: #e1e8ee;
    vertical-align: middle;
		position: relative;
		cursor: pointer;
    border-top: 1px solid #cad0d6;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	}
	.on .mode-trigger{
	  background: #63b163;
    border-color: #386738;
	}
	.mode-trigger:after{
		width:  18px;
		height: 18px;
		display: block;
		border-radius: 50%;
		position: absolute;
    left:  4px;
		top:  -5px;
		background: #b7c0c9;
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
	  content: ''
	}
	.on .mode-trigger:after{
		left:  100%;
    margin-left: -18px;
	}

.title-wrapper-detail-item{
  position: relative;
  padding-bottom: 0;
  margin-bottom: -1.1rem;
}
  .title-wrapper-detail-item h1,
  .title-wrapper-detail-item .h1{
    margin-bottom: 6px;
  }
  .title-wrapper-detail-item .sku{
    text-transform: uppercase;
    font-size: 0.55rem;
    letter-spacing: 0.2em;
    font-family: 'Montserrat', sans-serif;
  }
  .title-wrapper-detail-item .item-navigation{
    background-size: 30px;
    padding-left: 35px;
    opacity: 0.5;
    position: relative;
    font-weight: 300;
    color: #43484d;
    font-size: 1.3rem;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .title-wrapper-detail-item .item-navigation:hover{
    opacity: 1
  }

  .title-wrapper-detail-item .item-navigation.next-item{
    left:  auto;
    right: 0;
    padding-left: 0;
    padding-right: 35px;
  }
    .title-wrapper-detail-item .item-navigation:before{
      width:  26px;
      height: 26px;
      display: block;
      position: absolute;
      right: 0;
      top:   50%;
      margin-top: -13px;
      background: url(../images/arr-right.png) no-repeat center center;
      background-size: 100%;
      content: ""
    }
    .title-wrapper-detail-item .item-navigation.prev-item:before{
      left:  0;
      right: auto;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }



.promo{
	position: relative;
	overflow: hidden;
}
.promo-slider.swiper-container {
  width:  107.3%;
  height: 100%;
  left: 7.3%;
  overflow: visible;
}
	.promo-slider .swiper-slide {
		width: auto;
		/*width:  26%;*/
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
	/* Center slide text vertically */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  z-index: 50;
	  position: relative;
	  -webkit-box-pack: left;
	  -ms-flex-pack: left;
	  -webkit-justify-content: left;
	  justify-content: left;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	}
		.promo-slider .swiper-slide.swiper-slide-active {
		  z-index: 100
		}
			.promo-slider .swiper-slide .info{
		    position: absolute;
		    left: 15%;
		    bottom: 15%;
		    color: #fff;
		    text-align: left;
		    z-index: 15;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
			}
      .promo-slider .swiper-slide-active .info{
        opacity: 1
      }
			.promo-slider .swiper-slide .info .text{
				font-size: 3rem;
				font-weight: 900
			}
	.promo-slider .swiper-pagination-bullet{
		width:  14px;
		height: 14px;
		background: #fff;
		border: 4px solid transparent;
		opacity: 1;
		position: relative;
		outline: 0 !important;
		margin: 0 6px !important
	}
		.promo-slider .swiper-pagination-bullet-active{
		  background: transparent;
			margin: 0 12px !important
		}
		.promo-slider .swiper-pagination-bullet-active:before{
		  width:  20px;
		  height: 20px;
		  display: block;
		  border: 4px solid #e93b1d;
		  border-radius: 50%;
		  position: absolute;
		  top: -7px;
		  left: -7px;
		  content: "";
		}
		.promo-slider .swiper-pagination-bullets{
		  width: 81%;
    	bottom: 34px;
    	left: -8.5%;
		}
.left-part{
  position: relative;
}
  .left-part .sticky{
    width: 100%;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
.filter-block{
  padding: 1rem 0 0.8rem;
  font-size: 0.7rem;
  position: relative;
  color: #000;
}
  .filter-block:before,
  .filter-block:after{
    height: 1px;
    display: block;
    background: #eee;
    position: absolute;
    top:    0;
    left:  -20px;
    right: -20px;
    content: ""
  }
  .filter-block:after{
    top:    auto;
    bottom: -1px;
  }
  .filter-block .filter-title{
    text-transform: uppercase;
    padding-right: 15px;
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
  }
  .filter-block .sub-filter-btn{
    width:  14px;
    height: 14px;
    position: absolute;
    right: 0;
    top:   50%;
    margin-top: -7px;
    background: transparent;
    border: 0;
    cursor: pointer;
  }
  .filter-block .sub-filter-btn:after{
    width:  100%;
    height: 2px;
    display: block;
    position: absolute;
    right: 0;
    top:   50%;
    margin-top: -1px;
    background: #000;
    content: ""
  }
  .filter-block .sub-filter-btn:before{
    height: 100%;
    width:  2px;
    display: block;
    position: absolute;
    right:  6px;
    top:    0;
    margin-top: 0;
    background: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: ""
  }
  .filter-block-open .sub-filter-btn:before{
    height: 2px;
    top: 50%;
    margin-top: -1px
  }
  .filter-block ul{
    padding-left: 1rem;
    list-style: none;
    margin: 0;
    height: auto;
    max-height: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
  }
  .filter-block-open ul{
    max-height: 999px;
    padding-top:    1rem;
    padding-bottom: 0.5rem;
    opacity: 1;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
    .filter-block ul li{
      margin-bottom: 0.5rem;
      position: relative;
      padding-left: 20px;
      cursor: pointer;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    .filter-block ul li.selected-option{
    }
    .filter-block ul li:last-child{
      margin-bottom: 0
    }
      .filter-block ul li input:checked + label{
        color: #ff0000;
      }
      .filter-block ul li label{
        margin: 0;
        padding: 0 14px 0 0;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
      }
      .filter-block ul li input{
        display: none !important;
      }

      .filter-block ul li label .filter-option-btn{
        width:  14px;
        height: 14px;
        display: block;
        position: absolute;
        top:   50%;
        right: 0;
        margin-top: -7px;
        background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY3Jvc3MiPgoJCTxnPgoJCQk8cG9seWdvbiBwb2ludHM9IjYxMiwzNi4wMDQgNTc2LjUyMSwwLjYwMyAzMDYsMjcwLjYwOCAzNS40NzgsMC42MDMgMCwzNi4wMDQgMjcwLjUyMiwzMDYuMDExIDAsNTc1Ljk5NyAzNS40NzgsNjExLjM5NyAgICAgIDMwNiwzNDEuNDExIDU3Ni41MjEsNjExLjM5NyA2MTIsNTc1Ljk5NyAzNDEuNDU5LDMwNi4wMTEgICAgIiBmaWxsPSIjZmYwMDAwIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center;
        background-size: 10px;
        opacity: 0;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        content: ""
      }

      .filter-block ul li input:checked + label .filter-option-btn{
        opacity: 1;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
      }



.products-tabs .nav-tabs{
	border: 0;
	padding-bottom: 0.6rem;
}
	.products-tabs .nav-item a.nav-link:not(.active){
  	color: #999;
  	font-weight: 300;
	}
	.products-tabs .nav-item a.nav-link.active{
		font-weight: bold
	}
	.products-list-slider{
		overflow: visible;
	}
	.products-list-slider .swiper-slide{
		background: #fff;
    opacity: 0 !important
	}
  .products-list-slider .swiper-slide a{
    display: inline-block;
    background: #fff
  }
	.products-list-slider .swiper-slide-active{
		opacity: 1 !important;
	}
		.products-list-slider .billets{
		  width: 15.5%;
		  position: absolute;
			top:   -30px;
		  left:   auto;
		  right:  27px;
		  bottom: auto;
		}
			.products-list-slider .products-list-slider-num{
  		  position: absolute;
  		  top:  -53px;
  		  right: 27px;
  		  font-size: 0.79rem;
  		  font-family: "Helvetica Neue";
  		  color: #333;
  		  line-height: 1rem;
        opacity: 0;
        -webkit-transition: opacity .3s ease-in-out;
        -moz-transition: opacity .3s ease-in-out;
        -o-transition: opacity .3s ease-in-out;
        transition: opacity .3s ease-in-out;
			}
      .swiper-slide-active .products-list-slider-num{
        opacity: 1;
      }
				.products-list-slider .products-list-slider-num span{
					color: #ed5564;
				}
			.products-list-slider .billets .swiper-pagination-bullet{
				width:  20%;
				height: 1px;
				display: inline-block;
				margin: 0;
				background: #aeaeaf;
				opacity: 1;
				border-radius: 0
			}
			.products-list-slider .billets .swiper-pagination-bullet-active{
				height: 2px;
				background: #515253;
			}
			.products-list-slider .products-list-button-prev,
			.products-list-slider .products-list-button-next{
				width:  17px;
			  height: 17px;
			  display: block;
			  position: absolute;
			  top:    -36px;
			  right:   0;
			  border:  0;
			  outline: 0 !important;
			  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTExMC40ODgsMTQyLjQ2OEwyMjIuNjk0LDMwLjI2NGMxLjkwMi0xLjkwMywyLjg1NC00LjA5MywyLjg1NC02LjU2N2MwLTIuNDc0LTAuOTUxLTQuNjY0LTIuODU0LTYuNTYzTDIwOC40MTcsMi44NTcgICBDMjA2LjUxMywwLjk1NSwyMDQuMzI0LDAsMjAxLjg1NiwwYy0yLjQ3NSwwLTQuNjY0LDAuOTU1LTYuNTY3LDIuODU3TDYyLjI0LDEzNS45Yy0xLjkwMywxLjkwMy0yLjg1Miw0LjA5My0yLjg1Miw2LjU2NyAgIGMwLDIuNDc1LDAuOTQ5LDQuNjY0LDIuODUyLDYuNTY3bDEzMy4wNDIsMTMzLjA0M2MxLjkwNiwxLjkwNiw0LjA5NywyLjg1Nyw2LjU3MSwyLjg1N2MyLjQ3MSwwLDQuNjYtMC45NTEsNi41NjMtMi44NTcgICBsMTQuMjc3LTE0LjI2N2MxLjkwMi0xLjkwMywyLjg1MS00LjA5NCwyLjg1MS02LjU3YzAtMi40NzItMC45NDgtNC42NjEtMi44NTEtNi41NjRMMTEwLjQ4OCwxNDIuNDY4eiIgZmlsbD0iIzUzNTQ1NSIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center center;
        background-size: auto 13px;
				cursor: pointer;
			}
			.products-list-slider .products-list-button-prev{
				right: 15.5%;
  		  margin-right: 39px;
			}
      .products-list-slider .products-list-button-next{
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
      }

.product-list .item{
	position: relative;
}
	.product-list .item .add-to-favorite{
		width: 36px;
    height: 33px;
    position: absolute;
    top: 0.9rem;
    right: 1.7rem;
    background: url(../images/svg/bordered-redheart.svg) no-repeat center center;
    background-size: 100%;
    z-index: 10;
    cursor: pointer;
		opacity: 0;
	  -webkit-transition: all .3s ease-in-out;
	  -moz-transition: all .3s ease-in-out;
	  -o-transition: all .3s ease-in-out;
	  transition: all .3s ease-in-out;
	}
	.product-list .item.in-favorite .add-to-favorite{
    background: url(../images/svg/redheart.svg) no-repeat center center;
    opacity: 1 !important
	}
	.product-list .item:hover .add-to-favorite{
		opacity: 0.8
	}
	.product-list .item:hover .add-to-favorite:hover{
		opacity: 1
	}
	.product-list .item .item-label{
    width: 3rem;
    height: 1rem;
    position: absolute;
    left: 0.3rem;
    top: 2.1rem;
    text-transform: lowercase;
    -webkit-transform: rotate(90deg);
    transform: rotate(-90deg);
    z-index: 10;
    font-size: 1.1rem;
    text-align: right;
    color: #7baa19;
	}
	.product-list .item .item-label.red{
		color: #e36556;
	}
  .product-list .item .product-item-images-slider .swiper-wrapper{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
	.product-list .item .product-item-images-slider{
		width: 100%;
	  text-align: center;
	  margin-bottom: 0.75rem;
	}
  .product-list .item .product-item-images-slider .swiper-slide{
    width: calc(100% + 1px);
  }
  .product-list .item .product-item-images-slider .item-link{
    width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
  }
		.product-list .item .product-item-images-slider img{
			width: 100%;
			height: auto;
      display: block;
		}
		.product-item-images-slider-pagination{
			bottom: 49px;
			opacity: 0;
		  -webkit-transition: opacity .3s ease-in-out;
		  -moz-transition: opacity .3s ease-in-out;
		  -o-transition: opacity .3s ease-in-out;
		  transition: opacity .3s ease-in-out;
		}
    .product-list .item:hover .product-item-images-slider .swiper-pagination{
			opacity: 1;
		}
			.product-item-images-slider-pagination .swiper-pagination-bullet{
				width:  40px;
			  height: 40px;
			  background: transparent;
			  opacity: 1;
			  margin: 0 0.15rem;
			  text-align: center;
			  line-height: 40px;
				outline: 0 !important;
				color: #000;
				opacity: 0.8;
			  -webkit-transition: opacity .3s ease-in-out;
			  -moz-transition: opacity .3s ease-in-out;
			  -o-transition: opacity .3s ease-in-out;
			  transition: opacity .3s ease-in-out;
			}
			.product-item-images-slider-pagination .swiper-pagination-bullet:hover{
				opacity: 1
			}
			.product-item-images-slider-pagination .swiper-pagination-bullet-active{
				background: #8e8e8e;
				color: #fff
			}
			.product-button-next,
			.product-button-prev{
				width:  40px;
				height: 40px;
				display: block;
				background: url(../images/arr-right.png) no-repeat center center;
				position: absolute;
				top:  40%;
				left: 20px;
				border: 0;
				outline: 0 !important;
				cursor: pointer;
				z-index: 15;
				opacity: 0;
			  -webkit-transition: opacity .3s ease-in-out;
			  -moz-transition: opacity .3s ease-in-out;
			  -o-transition: opacity .3s ease-in-out;
			  transition: opacity .3s ease-in-out;
			}
			.product-button-next{
				left:  auto;
				right: 20px;
			}
      .product-button-prev{
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
      }
			.product-list .item:hover .product-item-images-slider .product-button-next,
			.product-list .item:hover .product-item-images-slider .product-button-prev{
				opacity: 0.2
			}
			.product-list .item:hover .product-item-images-slider .product-button-next:hover,
			.product-list .item:hover .product-item-images-slider .product-button-prev:hover{
				opacity: 1
			}
	.product-list .item .product-item-title{
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 900;
    font-family: 'Lato';
    color: #515253;
	}
	.product-list .item .product-item-options{
		margin-bottom: 0.3rem;
  font-size: 0.7rem;
	}
	.product-list .item .product-item-price{
		font-weight: 900;
		font-size: 0.95rem;
		color: #515253
	}
    .product-list .item .product-item-price .old-price{
      font-weight: 300;
    }
      .product-list .item .product-item-price .old-price span{
        position: relative;
      }
      .product-list .item .product-item-price .old-price span:after{
        width:  100%;
        height: 0;
        display: block;
        position: absolute;
        top:  50%;
        left: 0;
        border-top: 1px solid;
        opacity: 0.6;
        margin-top: -0.5px;
        content: ""
      }


.right-part .product-list{
}
  .catalog .product-list .item {
    margin-bottom: 5.5rem
  }


.detail-item{}
  .detail-item .price{
    width: 24%;
    max-height: 31px;
    display: inline-block;
    vertical-align: bottom;
  }
    .detail-item .price .currrent-price{
      font-size: 1.3rem;
      font-weight: 900;
      color: #d22d20;
    }
    .detail-item .price .old-price{
      color: #adaeb4;
      font-size: 0.8em;
      margin-left: 0.8rem;
      text-decoration: line-through;
    }
  .detail-item .retail{
    width: 25%;
    display: inline-block;
    vertical-align: bottom;
  }
    .detail-item .retail a{
      color: #d22d20;
      font-size: 0.65rem;
      font-weight: 600;
    }
  .detail-item .social{
    width: 36%;
    display: inline-block;
    vertical-align: bottom;
  }
    .detail-item .social ul{
      padding: 0;
      margin:  0;
    }
    .detail-item .social ul li{
      margin-top: 0
    }
    .detail-item .social a.fb{
      background-image: url(../images/svg/light-facebook.svg);
    }
    .detail-item .social a.ok{
      background-image: url(../images/svg/light-ok.svg);
    }
    .detail-item .social a.insta{
      background-image: url(../images/svg/light-insta.svg);
    }
    .detail-item .social a.vk{
      background-image: url(../images/vk-light2.png);
    }
    .detail-item .social a.pint{
      background-image: url(../images/svg/pinterest.svg);
    }
  .select-option{
    margin: 1.5rem 0 2.4rem
  }
  .select-option .title{
    font-size: 0.77rem;
    letter-spacing: 0.08em;
  }
  .select-option.tissue .title{
    margin-bottom: 0
  }
    .sizes-table{
      display: table;
      font-size: 0.72rem;
      padding: 0 2.5rem;
    }
      .sizes-table .line{
        display: table-row;
      }
      .sizes-table .line:nth-child(odd){
        background: #f5f5f5;
      }
      .sizes-table .legend-line{
        color: #86939e;
        background: #fff !important
      }
        .sizes-table .line .cell{
          display: table-cell;
          padding: 0.58em 1.4em;
          text-align: center;
        }
        .sizes-table .legend-line .cell{
          border-bottom: 1px solid #f2f2f2;
        }
        .sizes-table .line .legend-cell{
          min-width: 19.9em;
          text-align: left;
          color: #86939e;
          padding: 0.58rem  1rem;
        }

    .select-option.tissue .text{
      font-size: 0.7rem
    }
    .select-option .title a{
      letter-spacing: 0;
      text-decoration: underline;
    }
    .select-option .title a:hover{
      text-decoration: none;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
    }
    .detail-item .color-select .color-list{
      width: 100%;
      float: left;
    }
    .detail-item .color-select .one-color{
      width: 8.3%;
      float: left;
      margin-right: 1.85%;
      margin-bottom: 1.85%
    }
      .detail-item .color-select .one-color input{
        display: none;
      }
      .detail-item .color-select .one-color label{
        padding: 0;
        margin:  0;
        border:  1px solid #e3e3e3;
        outline: 1px solid #fff;
        cursor: pointer;
      }
      .detail-item .color-select input[type=radio]:checked + label{
        border-color:  #d22d20;
        outline-color: #d22d20;
        font-size: 2rem
      }
      .detail-item .color-select .one-color img{
        width:  100%;
        height: auto;
      }
    .detail-item .color-select .one-color:nth-child(10n){
      margin-right: 0
    }
    .size-list:after,
    .select-option:after{
      display: table;
      clear: both;
      content: ""
    }
    .select-option .one-size{
      min-width: 36px;
      display: block;
      float: left;
      margin: 0.75rem 1px 0;
      font-size: 0.7rem;
      padding-bottom: 0.9rem;
      opacity: 0.6;
      -webkit-transition: opacity .3s ease-in-out;
      -moz-transition: opacity .3s ease-in-out;
      -o-transition: opacity .3s ease-in-out;
      transition: opacity .3s ease-in-out;
    }
    .select-option .one-size.active,
    .select-option .one-size:hover{
      opacity: 1
    }
    .select-option .one-size.all-sizes{
      padding: 0 0.6rem
    }
    .select-option .one-size.divider{
      padding: 0 0.7rem
    }
      .select-option .one-size .size-title{
        width: 100%;
        display: block;
        margin: 0 auto 0.9rem;
        text-align: center;
        font-weight: 700
      }
      .select-option .one-size.divider .size-title,
      .select-option .one-size.disabled .size-title{
        font-weight: 500
      }
      .select-option .num-btn,
      .select-option .num-item-field{
        width:  36px;
        height: 36px;
        display: block;
        border: 0;
        background: #fff;
        box-shadow: none;
        text-align: center;
        outline: 0 !important;
        margin: 0 auto;
        cursor: pointer;
      }
      .select-option .one-size.disabled .num-btn,
      .select-option .one-size.disabled .num-item-field{
        display: none;
      }
      .select-option .num-btn{
        background: #c7c7c7;
      }
      .select-option .one-size:hover .num-btn,
      .select-option .one-size:focus .num-btn,
      .select-option .one-size:active .num-btn{
      }
  .detail-item .description{
    margin-top: 2rem;
    font-size: 0.73rem;
    letter-spacing: 0.1em;
    line-height: 1.5
  }
  .detail-item .in-cart-line{
    margin-top: 3.7rem;
  }
  .detail-item .in-cart-line .in-cart-wrapper,
  .detail-item .in-cart-line .summary-text{
    width: 48%;
    display: inline-block;
    vertical-align: bottom;
  }
  .detail-item .in-cart-line .summary-text{
    width: 29%;
    font-size: 0.65rem;
    text-align: right;
    line-height: 1.3;
    position: relative;
    top: 4px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .detail-item .in-cart-line .summary-text.hidden{
    opacity: 0
  }
  .detail-item-images-slider{
    width: 100%;
    position: relative;
    border: 1px solid #e4e4e4;
    top: -39px;
  }
    .detail-item-images-slider .swiper-slide{
      text-align: center;
    }
    .detail-item-images-slider img{
      width: 100%;
      height: auto;
    }
    .detail-item .product-button-next,
    .detail-item .product-button-prev{
      width:  34px;
      height: 31px;
      opacity: 0.2
    }
    .detail-item .product-item-images-slider-pagination{
      opacity: 1;
      bottom: 38px;
    }
    .product-item-images-slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
      color: #777777;
    }
    .detail-item .product-button-next:hover,
    .detail-item .product-button-prev:hover{
      opacity: 1
    }


.articles-list .item {
  color: #515253;
}
.articles-list .item:nth-child(even){
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;

}
	.articles-list .item .title{
	  font-size: 2.1rem;
	  font-weight: 900;
	  line-height: 1.15em;
	  margin: 2rem 0 0.8rem;
	  display: inline-block;
	}
	.articles-list .item .img-wrapper img{
		width: 100%;
		height: auto;
	}
	.articles-list .item .anons{
		margin-bottom: 1.8rem
	}
	.articles-list .item .anons p:last-child{
		margin-bottom: 0
	}


.pagination{
  font-size: 0.7rem;
  margin-top: -2.8rem !important;
  padding-left: 13px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
  .pagination .pagination-arrow{
    font-size: 0.9em;
    text-transform: uppercase;
  }
  ul.page-list{
    list-style: none;
    padding: 0;
    margin:  0;
    line-height: 0.9
  }
  ul.page-list  li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.4rem
  }
  ul.page-list  li.placeholder{
    font-size: 1rem;
    letter-spacing: 0.2em;
  }
  ul.page-list li a,
  ul.page-list li span{
    padding: 0.2rem;
  }
  ul.page-list li.active{
    color: #e36556;
    font-weight: 900
  }


.about-slider-wrapper{
  margin: 1rem 0 3rem;
}
  .about-slider {
    position: relative;
  }
  .about-slider .swiper-slide {
    width:  auto;
    height: 580px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    position: relative;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
    .about-slider .swiper-slide img{
      width:  auto;
      height: 100%;
    }
    .about-slider .swiper-slide .info{
      width:  200px;
      height: auto;
      position: absolute;
      top:  1.8rem;
      left: 1.6rem;
      background: #fdfdfd;
      padding: 1.4rem 1.3rem 1rem;
      border-radius: 3px;
      text-align: left;
      color: #6c6c70;
      font-size: 0.75rem;
      font-style: italic;
      opacity: 0;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
    }
    .about-slider .swiper-slide-active .info{
      opacity: 1
    }
      .about-slider .swiper-slide .info p{
        margin-bottom: 0
      }
      .about-slider .swiper-slide .info .text-bottom{
        font-size: 0.82em;
        font-style: normal;
        margin-top: 0.7rem;
        line-height: 1.2
      }
  .about-slider .about-button-prev,
  .about-slider .about-button-next{
    width:  72px;
    height: 72px;
    display: block;
    position: absolute;
    top:  50%;
    left: 50%;
    margin-top: -36px;
    border: 0;
    outline: 0 !important;
    cursor: pointer;
    border-radius: 50%;
    background: rgba(0,0,0,0.2) url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NzYuMjEzIDQ3Ni4yMTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ni4yMTMgNDc2LjIxMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8cG9seWdvbiBwb2ludHM9IjM0NS42MDYsMTA3LjUgMzI0LjM5NCwxMjguNzEzIDQxOC43ODcsMjIzLjEwNyAwLDIyMy4xMDcgMCwyNTMuMTA3IDQxOC43ODcsMjUzLjEwNyAzMjQuMzk0LDM0Ny41ICAgMzQ1LjYwNiwzNjguNzEzIDQ3Ni4yMTMsMjM4LjEwNiAiIGZpbGw9IiNGRkZGRkYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;
    background-size: 32px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 10;
  }
  .about-slider .about-button-prev:hover,
  .about-slider .about-button-next:hover{
    background-color: rgba(255,255,255,0.2)
  }
  .about-slider .about-button-prev{
    left: 1.6rem;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }

.set-promo{
  position: relative;
  z-index: 0;
  margin-top: -124px;
  margin-bottom: 1.5rem;
}
.set-promo.lookbook{
  margin-bottom: -5rem
}
  .set-slider {
    position: relative;
  }
    .set-slider .swiper-slide {
      width:  auto;
      height: 890px;
      text-align: center;
      font-size: 18px;
      background: #fff;
      position: relative;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
      .set-slider .swiper-slide img{
        width:  auto;
        height: 100%;
      }
    .set-slider .set-button-prev,
    .set-slider .set-button-next{
      width:  72px;
      height: 72px;
      display: block;
      position: absolute;
      top:  50%;
      left: 50%;
      margin-top: -36px;
      border: 0;
      outline: 0 !important;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #fff;
      background:  url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0NzYuMjEzIDQ3Ni4yMTMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ3Ni4yMTMgNDc2LjIxMzsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiPgo8cG9seWdvbiBwb2ludHM9IjM0NS42MDYsMTA3LjUgMzI0LjM5NCwxMjguNzEzIDQxOC43ODcsMjIzLjEwNyAwLDIyMy4xMDcgMCwyNTMuMTA3IDQxOC43ODcsMjUzLjEwNyAzMjQuMzk0LDM0Ny41ICAgMzQ1LjYwNiwzNjguNzEzIDQ3Ni4yMTMsMjM4LjEwNiAiIGZpbGw9IiNGRkZGRkYiLz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==) no-repeat center center;
      background-size: 32px;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      z-index: 10;
    }
    .set-slider .set-button-prev:hover,
    .set-slider .set-button-next:hover{
      background-color: rgba(255,255,255,0.2)
    }
    .set-slider .set-button-prev{
      left: 1.6rem;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      -o-transform: scaleX(-1);
      transform: scaleX(-1);
    }
    .set-slider .product-item-images-slider-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
      color: #000
    }
  .set-promo .set-links{
     position: absolute;
     bottom:  15%;
     left: 13%;
     z-index: 1;
  }
  .set-slider .look-product-list{
    position: absolute;
    top:  20%;
    left: 15%;
    color: #515253;
    text-transform: uppercase;
    font-size: 0.6rem;
    text-align: left;
    opacity: 0;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }
  .set-slider .swiper-slide-active .look-product-list{
    opacity: 1;
  }
    .set-slider .look-product-list a{
      display: block;
      margin-bottom: 0.5rem
    }
      .set-slider .look-product-list .price{
        display: block;
        font-size: 0.75rem;
      }

    .lookbook{
      position: relative;
      overflow: hidden;
    }
    .lookbook .set-slider.swiper-container {
        width: 107.3%;
        height: 100%;
        left: 7.3%;
        overflow: visible;
    }
.content .text.small-text.user-text{
  font-size: 0.7rem;
  margin-top: -1rem
}
.profile-menu{
  font-size: 1.1rem;
  margin: 2rem 0;
  border-bottom: 1px solid #ebebeb;
}
  .profile-menu:before,
  .profile-menu:after{
    width: ;
    height: 1px;
    display: block;
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    right:  100%;
    content: ''
  }
  .profile-menu:after{
    right: auto;
    left:  100%;
  }
  .profile-menu .item{
    display: inline-block;
    vertical-align: top;
    color: #3b3d40;
    margin: 0.3rem 4rem 0.3rem 0
  }
  .profile-menu  .item.active{
    color: #e36556;
  }
  .profile-menu  .item:last-child{
    margin-right: 0
  }
  .profile-sub-menu{
    margin-top: -2.7rem;
    font-size: 1.1rem;
    padding: 2.1rem 0 1.1rem
  }
    .profile-sub-menu ul{
      margin:  0;
      padding: 0
    }
    .profile-sub-menu li{
      display: inline-block;
      vertical-align: top;
      margin-left: 2.2rem;
      list-style: none;
      font-size: 0.7rem;
      color: #323232
    }
      .profile-sub-menu input{
        display: none;
      }
      .profile-sub-menu input:checked + label{
        color: #e36556;
      }
  .order-item{
    width: 94%;
    padding: 40px;
    margin-right: 0 !important;
    border: 1px solid #ebebeb;
  }
  .cart.order-item{
    border: 0;
    padding-top: 0
  }
    .order-item .order-item-inner{
      padding: 0 2.1rem
    }
    .order-item .order-item-info{
      border-bottom: 1px solid #ebebeb;
      padding-bottom: 2rem;
    }
      .order-item .order-name{
        font-size: 1.1rem;
        font-weight: 700;
      }
      .order-item .order-status{
        color: #7baa19;
        font-weight: 600;
        font-size: 0.8rem;
      }
      .order-item .order-date{
        color: #737373;
        font-weight: 400;
        font-size: 0.8rem
      }
      .order-item .order-summary{
        color: #737373;
        font-weight: 700;
        font-size: 0.8rem
      }
  .order-product-list .item{
    padding: 1rem 0;
    font-size: 0.7rem;
    color: #323232;
    border-bottom: 1px solid #ebebeb;
  }
  .cart .order-product-list .item{
    font-size: 1rem;
    padding-top: 0;
    border: 0;
    margin-bottom: 3rem
  }
    .order-product-list .item .image-wrapper img{
      max-width: 100%
    }
    .order-product-list .item .product-label{
      font-size: 0.8rem;
      color: #009966;
      margin-bottom: 0.5rem
    }
    .order-product-list .item .product-label.sale{
      color: #323232;
    }
    .order-product-list .item .product-name{
      font-size: 0.8rem;
      color: #333;
      font-weight: 900
    }
    .cart .order-product-list .item .product-name{
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
      font-weight: 700;
    }
      .cart .order-product-list .item .product-name .sku{
        text-transform: uppercase;
        font-size: 0.7rem;
        letter-spacing: 0.2em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 100;
        padding-left: 13px;
      }
    .cart .order-product-list .item .product-options{
      color: #666;
      font-size: 0.9rem
    }
    .order-product-list .item .product-options ul{
      padding-left: 0
    }
      .order-product-list .item .product-options li{
        list-style: none;
      }
      .order-product-list .item .product-options li .product-option-name{
        color: #666;
      }
    .order-product-list .item .product-summary{
      font-weight: 900
    }
    .cart .order-product-list .item .product-info-footer{
      font-size: 0.8rem;
      line-height: 36px;
      margin-top: 1rem
    }
    .order-product-list .item .product-sizes {
    }
      .order-product-list .item .product-sizes span{
        display: inline-block;
        vertical-align: middle;
        margin-right: 2px;
      }
      .order-product-list .item .product-sizes-list{
        display: inline-block;
        vertical-align: middle;
        line-height: 36px;
        margin-right: 4px;
      }
        .order-product-list .item .product-sizes-list .one-size{
          width:  36px;
          height: 36px;
          display: block;
          float: left;
          margin: 0.5px 1px 0.5px 0;
          background: #c5c5c5;
          text-align: center;
          line-height: 38px;
          position: relative;
        }
          .order-product-list .item .product-sizes-list .one-size .amount{
            width:  100%;
            height: 1em;
            line-height: 1em;
            position: absolute;
            right: 0;
            top: 0;
            padding: 2px;
            text-align: right;
            font-size: 0.8em;
          }
          .cart .order-product-list .item .product-sizes-list .one-size .amount{
            display: block;
            font-size: 0.6em;
            background: transparent;
            border: 0
          }
        .order-product-list .item .product-btn{
          width:  36px;
          height: 36px;
          display: inline-block;
          vertical-align: middle;
          background: #fff url(../images/svg/edit.svg) no-repeat center center;
          background-size: 24px;
          margin: 0 0.7rem;
          cursor: pointer;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
        }
        .order-product-list .item .product-btn.delete-item{
          background-image: url(../images/svg/delete.svg);
        }
        .order-product-list .item .product-btn:hover{
          background-color: #eeeeee;
        }
    .order-item .pagination{
      padding-left: 0;
      margin-top: 2.5rem !important
    }
    .cart-summary{
      font-size: 0.85rem;
      color: #3d3d3d;
    }
      .cart-summary b{
        font-weight: 900
      }
      .cart-summary .right{
        font-size: 0.75rem;
      }
      .cart-btns a{
        color: #d22d20;
        font-size: 0.8rem;
        text-decoration: underline;
      }
      .cart-btns a:hover{
        text-decoration: none;
      }

.profile-form{}
  .profile-form.contact-datail-form .input-wrapper{
    width: 100%
  }
  .profile-form.contact-datail-form label{
    font-size: 0.8rem;
    color: #999;
  }
  .profile-form.contact-datail-form input,
  .profile-form.contact-datail-form textarea,
  .profile-form.contact-datail-form select,
  .profile-form.contact-datail-form .jq-selectbox{
    font-size: 0.7rem;
  }
  .profile-form:not(.checkout-form) .checkbox + label{
    padding-left: 56px;
    font-size: 0.6rem;
    color: #323232
  }
  .profile-form:not(.checkout-form) .checkbox + label:before{
    width:  42px;
    height: 10px;
    top: 7px;
    border-radius: 10px;
    background: #e1e8ee;
    cursor: pointer;
    border-top: 1px solid #cad0d6;
  }
  .profile-form:not(.checkout-form) .checkbox + label:after{
    border-radius: 50%;
    background: #b6bfc7;
    opacity: 1;
    top: 3px;
    -webkit-box-shadow: 0px 18px 22px -20px rgba(0,0,0,0.77);
    -moz-box-shadow: 0px 18px 22px -20px rgba(0,0,0,0.77);
    box-shadow: 0px 18px 22px -20px rgba(0,0,0,0.77);
  }
  .profile-form:not(.checkout-form) .checkbox:checked + label:after{
    left: 20px;
  }
  .profile-form:not(.checkout-form) .checkbox:checked + label:before{
    background: #2f9e2f;
    border-color: #00611b;
  }
  .profile-form .form-block {
    margin-bottom: 3rem
  }

.checkout-form.profile-form .form-block{
  margin-bottom: 1rem
}
  .checkout-form .order-detail-link{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.7rem;
    color: #d22d20;
    text-decoration: underline;
    margin-right: 1rem
  }
  .checkout-form.contact-datail-form .buttons-wrapper input{
    vertical-align: middle;
  }
  .checkout-form .order-detail-link:hover{
    text-decoration: none;
  }
  .checkout-form.contact-datail-form textarea{
    height: 11.35rem
  }

.search-preferecses{
  position: relative;
  font-size: 0.7rem;
  color: #323232;
}
  .search-preferecses .selected{
    min-width: 7rem;
    display: inline-block;
    cursor: pointer;
  }
  .search-preferecses .preferecse-list{
    position: absolute;
    top:   -0.7rem;
    left: 4.8rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 45px -4px rgba(0,0,0,0.71);
    -moz-box-shadow: 0px 0px 45px -4px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 45px -4px rgba(0,0,0,0.71);
    padding: 0.7rem;
    z-index: 99;
    display: none;
  }
  .search-preferecses .preferecse-list.open{
    display: block;
  }
  .search-preferecses .preferecse-list ul{
    padding: 0;
    margin:  0;
  }
    .search-preferecses .preferecse-list li{
      list-style: none;
      margin-bottom: 0.9rem;
      cursor: pointer;
    }
    .search-preferecses .preferecse-list li:last-child{
      margin-bottom: 0
    }
    .search-preferecses .preferecse-list li label:hover{
      color: #999999;
    }
    .search-preferecses .preferecse-list li input{
      display: none;
    }
    .search-preferecses .preferecse-list li input:checked + label{
      color: #d22d20;
    }


.content{
  padding-top: 1rem
}
.content .text.small-text{
  font-size: 0.9rem
}
.content .text a{
  color: #d22d20;
  text-decoration: underline;
}
.content .text a:hover{
  text-decoration: none;
}
.content .text p{
  margin-bottom: 1.3rem;
  line-height: 1.25
}
.content .small-text p{
  line-height: 1.8
}
.content .text ol{
  padding-left: 3rem;
  counter-reset: section;
}
.content .text.small-text ol{
  padding-left: 0;
}
  .content .text ol li{
    list-style: none;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0.7rem
  }
    .content .text ol li p{
      line-height: 1.3;
      margin-bottom: 0.5rem
    }
    .content .text ol li:before{
      width:  25px;
      height: 25px;
      display: block;
      position: absolute;
      top:  0;
      left: 0;
      border-radius: 50%;
      border: 2px solid #e1e8ee;
      text-align: center;
      line-height: 1.9em;
      color: #86939e;
      font-size: 0.65rem;
      counter-increment: section;
      content: counter(section);
    }
.content .text:not(.contact-text) table{
  margin-bottom: 2rem
}
  .content .text:not(.contact-text) table thead td{
    color: #86939e;
    background: transparent !important;
    border-bottom: 2px solid #f7f7f7
  }
  .content .text:not(.contact-text) table td{
    padding: 0.7rem 1.5rem;
    color: #73777a
  }
  .content .text:not(.contact-text) table tr:nth-child(odd) td{
    background: #f5f5f5;
  }
  .content .text:not(.contact-text) table tr:hover td{
    background: #f3f3f3
  }
.content .text blockquote{
  font-family: 'PT Serif', serif;
  font-size: 1.6rem;
  color: #3b3d40;
  line-height: 1.4;
  padding: 2.5rem 0;
  margin: 09%;
  border-top:    1px solid #ddd;
  border-bottom: 1px solid #ddd
}
  .content .text blockquote p{
    line-height: 1.4
  }
  .content .text blockquote p:last-child{
    margin-bottom: 0
  }
.content .text ul{
  padding-left: 0;
  margin-bottom: 1.8rem;
  counter-reset: section;
}
  .content .text ul li{
    list-style: none;
    position: relative;
    padding-left: 34px;
    margin-bottom: 0.7rem
  }
    .content .text ul li:before{
      width:  25px;
      height: 20px;
      display: block;
      position: absolute;
      top:  4px;
      left: 0;
      text-align: center;
      line-height: 20px;
      color: #ff5f07;
      font-size: 0.65rem;
      counter-increment: section;
      content: counter(section);
    }
.content .text .text-title{
  font-size: 30px;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1.2rem;
  color: #3b3d40
}
.content .text .text-title-big{
  font-size: 2.6rem;
  font-weight: 900;
  color: #3b3d40
}
.content .small-text .text-title-big{
  line-height: 1.2;
}
.iframe-video-wrapper{
  padding: 4.3rem 0
}
#map{
  height: 720px
}

.inline-products {
  margin: 2rem 0 4rem
}
  .inline-products .inline-title{
    font-size: 1.5rem;
    font-weight:
  }

.article-info{
  color: #838d8f;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 1.5rem
}
  .article-info > *{
    display: inline-block;
    vertical-align: middle;
  }
  .article-info .article-data{
    min-height: 16px;
    line-height: 16px;
    margin-right: 3rem;
    padding-left: 1.5rem;
    background:  url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDk3LjE2IDk3LjE2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA5Ny4xNiA5Ny4xNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik00OC41OCwwQzIxLjc5MywwLDAsMjEuNzkzLDAsNDguNThzMjEuNzkzLDQ4LjU4LDQ4LjU4LDQ4LjU4czQ4LjU4LTIxLjc5Myw0OC41OC00OC41OFM3NS4zNjcsMCw0OC41OCwweiBNNDguNTgsODYuODIzICAgIGMtMjEuMDg3LDAtMzguMjQ0LTE3LjE1NS0zOC4yNDQtMzguMjQzUzI3LjQ5MywxMC4zMzcsNDguNTgsMTAuMzM3Uzg2LjgyNCwyNy40OTIsODYuODI0LDQ4LjU4UzY5LjY2Nyw4Ni44MjMsNDguNTgsODYuODIzeiIgZmlsbD0iI2JkYzZjZiIvPgoJCTxwYXRoIGQ9Ik03My44OTgsNDcuMDhINTIuMDY2VjIwLjgzYzAtMi4yMDktMS43OTEtNC00LTRjLTIuMjA5LDAtNCwxLjc5MS00LDR2MzAuMjVjMCwyLjIwOSwxLjc5MSw0LDQsNGgyNS44MzIgICAgYzIuMjA5LDAsNC0xLjc5MSw0LTRTNzYuMTA3LDQ3LjA4LDczLjg5OCw0Ny4wOHoiIGZpbGw9IiNiZGM2Y2YiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat left center
  }
    .article-info ul.social-list{
      margin-bottom: 0
    }
      .article-info ul.social-list li{
        margin: 0 0.1rem;
        padding-left: 0
      }
      .article-info ul.social-list li:before{
        display: none;
      }
      .article-info .social-list a{
        width:  40px;
        height: 40px;
        opacity: 0.65;
        background-image: url(../images/svg/light-facebook.svg);
      }
      .article-info .social-list a:hover{
        opacity: 1
      }
      .article-info .social-list a.ok{
        background-image: url(../images/svg/light-ok.svg);
      }
      .article-info .social-list a.insta{
        background-image: url(../images/svg/light-insta.svg);
      }
.articles-controls .article-control{
  padding: 2rem 3.5rem 2rem 9rem;
  background: #e8e8e8;
  opacity: 0.75;
  font-weight: 200;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #43484d;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.articles-controls .article-control:before{
  width:  40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50%;
  right: 6rem;
  margin-top: -15px;
  border-right: 1px solid #434343;
  border-top:   1px solid #434343;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: ""
}
.articles-controls .prev-article-control:before{
  left:  6rem;
  right: auto;
  border-right: 0;
  border-left:  1px solid #434343;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.articles-controls .prev-article-control{
  text-align: right;
}
.articles-controls .next-article-control{
  padding: 2rem 9rem 2rem 3.5rem;
  background: #e0e0e0
}
.articles-controls .article-control:hover{
  opacity: 1
}
  .articles-controls .article-control span{
    display: inline-block;
    vertical-align: middle;
  }
  .articles-controls .prev-article-control span:before,
  .articles-controls .next-article-control span:after{
    width:  26px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    background: url(/images/arr-right.png) no-repeat center center;
    background-size: 100%;
    margin-left: 14px;
    content: ""
  }
  .articles-controls .prev-article-control span:before{
    margin-left: 0;
    margin-right: 14px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .articles .articles-list{
    margin-bottom: 6rem
  }


.big-advantages-list{
  padding: 1.5rem 0 0.5rem
}
  .big-advantages-list .item{
    text-align: left;
    padding-right: 0.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 6.4rem;
  }

  .big-advantages-list .item > *{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0
  }
    .big-advantages-list .item .num{
      width:  25px;
      max-width:  25px;
      height: 25px;
      border-radius: 50%;
      border: 2px solid #e1e8ee;
      text-align: center;
      line-height: 24px;
      color: #86939e;
      font-size: 0.65rem;
      margin-bottom: 8px;
    }
    .big-advantages-list .item .text{
      font-size: 1.35rem;
      line-height: 1.3;
      font-weight: 600;
      margin-bottom: 3rem;
      -ms-flex-item-align: start !important;
      align-self: flex-start !important;
    }
    .big-advantages-list .item .image-wrapper{
      -ms-flex-item-align: end !important;
      align-self: flex-end !important;
    }
    .big-advantages-list .item img{
      max-width:  130px;
      max-height: 137px;
    }


.contact-details-block{
  font-size: 0.72rem;
  color: #3b3d40;
  margin-bottom: 2.2rem
}
  .contact-details-block .text-sub-title{
    font-size: 1rem;
    color: #3b3d40;
    font-weight: 500;
  }
  .contact-details-block .download-catalog{
    display: inline-block;
    color: #b82b20;
    font-size: 0.67rem;
    padding-right: 2.7rem;
    position: relative;
    margin-left: 6rem
  }
    .contact-details-block .download-catalog:after{
      width:  2.5rem;
      height: 1.5rem;
      display: block;
      position: absolute;
      right:  0;
      bottom: -1px;
      background: url(../images/svg/download.svg) no-repeat right center;
      background-size: 100%;
      content: ""
    }
    .contact-details-block .contact-detail-info-lines{
      padding: 0.4rem 0 2rem
    }
      .contact-details-block .contact-detail-info-lines p{
        margin-bottom: 0.4rem
      }
      .contact-details-block .contact-detail-info-lines table td{
        padding: 0 1rem 0.4rem 0
      }
    .contact-datail-info .red-btn{
      width: 16rem;
      max-width: 100%;
    }
.contact-datail-form .input-wrapper{
  width: 21.2rem;
  max-width: 100%;
  margin-bottom: 1rem
}
.contact-datail-form .input-wrapper.wide{
  width: 36rem
}
  .contact-datail-form textarea{
    height: 6rem
  }
  .contact-datail-form .buttons-wrapper input{
    width:  48%;
    height: 2rem;
    font-size: 0.7rem;
    line-height: 2rem;
    padding: 0;
    vertical-align: top;
  }
  .contact-datail-form .buttons-wrapper input.clear{
    margin-left: 3.1%;
    border-color: #999999
  }

.contact-data-info{
  font-size: 0.7rem;
  line-height: 1.6;
}
.contact-time-info{
  font-size: 0.6rem;
}
    .text .contact-time-info .text-title{
      margin-bottom: 0.6rem
    }
    .text .contact-time-info p{
      line-height: 1.5
    }
  .text .contact-data-info a,
  .text .contact-time-info a,
  .text .contact-data-info a.mail:hover,
  .text .contact-time-info a.mail:hover{
    color: #666;
    text-decoration: none;
  }
  .text .contact-data-info a.mail,
  .text .contact-time-info a.mail{
    text-decoration: underline;
  }
  .contact-data-info table td{
    padding-right: 1rem
  }


.awards-list .item{
  margin-bottom: 5rem;
}
  .awards-list .item .info-wrapper,
  .awards-list .item .info-wrapper p {
    line-height: 1.6;
  }
  .awards-list .item .image-wrapper img{
    max-width: 100%
  }


.footer{
	margin-top: 5rem;
  padding: 2rem 1.9rem 1.8rem;
  background: #e5e5e5;
  font-size: 0.65rem;
}
	.footer a{
		color: #666;
	}
	.footer .footer-title{
		text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 0.3rem;
    letter-spacing: 0.05em;
	}
	.footer .footer-menu{
		/*padding-right: 7%;*/
	}
	.footer ul{
		list-style: none;
		padding: 0;
		margin:  0;
	}
		.footer li{
			margin: 0 0 0.3rem
		}

	.social-list li{
		display: inline-block;
		vertical-align: middle;
		margin: 5px 6px 0 0;
	}
  .social-list li:last-child{
    margin-right: 0
  }
		.social-list li a{
			width:  24px;
			height: 24px;
			display: block;
			border-radius: 100%;
			color: #fff;
      background: url(../images/svg/grey-facebook.svg) no-repeat center center;
      background-size: 100%;
		}
    .social-list li a.ok{
      background-image: url(../images/svg/grey-ok.svg)
    }
    .social-list li a.insta{
      background-image: url(../images/svg/grey-insta.svg)
    }
    .social-list li a.vk{
      background-image: url(../images/vk.png)
    }
    .social-list li a.tg{
      background-image: url(../images/tg.png)
    }
    .social-list li a.ws{
      background-image: url(../images/ws.png)
    }
		.advantages-list .icon{
			float: left;
			padding-right: 0.5rem
		}
		.advantages-list .footer-title{
			padding: 1.8rem 2rem 1.8rem 0;
			font-size: 0.9em;
		}
	.footer .right-footer {
		padding-top: 1.8rem
	}
	.footer .logo{
		position: relative;
		top: -0.5rem;
	}
	.footer .logo img{
		width: 175px;
		height: auto;
	}
	.footer .copyright p{
		margin: 0;
    line-height: 1.2em;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
	}
	.pay-system img{
		margin-right: 0.4rem;
	}
	.some-info{
		position: relative;
	}
	.some-info .author{
	  display: inline-block;
    margin-top: -1.1rem;
    text-align: right;
    text-transform: uppercase;
  }
	.some-info .author a{
		border-bottom: 1px solid #a4a5a6;
    /* padding-bottom: 0.3rem; */
    font-size: 0.85em;
    letter-spacing: 0.1em;
	}
	.some-info .author a:hover{
		border-color: transparent;
	}


.popup-form {
  padding: 35px 50px 30;
}
.popup-form .input-wrapper{
  width: 420px;
  margin-bottom: 1rem;
  font-size: 0.6rem
}
.popup-form .buttons-wrapper{
  margin-top: 1.5rem
}
.fancybox-for-form .fancybox-close{
  width:  20px;
  height: 20px;
  top:   30px;
  right: 30px;
  background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDM1NyAzNTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1NyAzNTc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2xlYXIiPgoJCTxwb2x5Z29uIHBvaW50cz0iMzU3LDM1LjcgMzIxLjMsMCAxNzguNSwxNDIuOCAzNS43LDAgMCwzNS43IDE0Mi44LDE3OC41IDAsMzIxLjMgMzUuNywzNTcgMTc4LjUsMjE0LjIgMzIxLjMsMzU3IDM1NywzMjEuMyAgICAgMjE0LjIsMTc4LjUgICAiIGZpbGw9IiM3Nzc3NzciLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K) no-repeat center;
  background-size: 100%
}
.popup-form .input-wrapper.bigger{
  font-size: 0.7rem
}
.edit-size-form .form-title{
  font-size: 1.5rem;
  font-weight: 600;
}
.edit-size-form .instruction{
  font-size: 0.85rem
}
  .edit-size-form .select-option .one-size{
    float: none;
    display: inline-block;
    vertical-align: top;
  }
  .edit-size-form .select-option .one-size:not(.disabled) .size-title{
    font-weight: 800
  }

  .fancybox-inner {
    overflow-y: auto !important;
  }

#forgetPassForm{
  width: 485px;
  padding: 24px 50px 10px
}
  #forgetPassForm .form-title{
    margin-bottom: 1.25rem;
  }
  #forgetPassForm .buttons-wrapper{
    margin-top: 2.4rem;
  }
  #forgetPassForm .red-btn {
    width: 13.7rem;
    height: 1.8rem;
    font-size: 0.65rem;
  }
  #forgetPassForm input[type="email"]{
    padding: 0.58rem 0.9rem;
  }

#upbutton{
	width:  80px;
  height: 80px;
  display: block;
  color: #e36556;
  background: #e6e6e6 url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMS4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMxLjQ3OSAzMS40NzkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMxLjQ3OSAzMS40Nzk7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPHBhdGggZD0iTTI2LjQ3NywxMC4yNzRjMC40NDQsMC40NDQsMC40NDQsMS4xNDMsMCwxLjU4N2MtMC40MjksMC40MjktMS4xNDMsMC40MjktMS41NzEsMGwtOC4wNDctOC4wNDcgIHYyNi41NTVjMCwwLjYxOS0wLjQ5MiwxLjExMS0xLjExMSwxLjExMWMtMC42MTksMC0xLjEyNy0wLjQ5Mi0xLjEyNy0xLjExMVYzLjgxM2wtOC4wMzEsOC4wNDdjLTAuNDQ0LDAuNDI5LTEuMTU5LDAuNDI5LTEuNTg3LDAgIGMtMC40NDQtMC40NDQtMC40NDQtMS4xNDMsMC0xLjU4N2w5Ljk1Mi05Ljk1MmMwLjQyOS0wLjQyOSwxLjE0My0wLjQyOSwxLjU3MSwwTDI2LjQ3NywxMC4yNzR6IiBmaWxsPSIjZDIyZDIwIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat center 12px;
  background-size: 26px;
  outline: 0 !important;
  position: fixed;
  bottom: 80px;
  left:   80px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  z-index: 190;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
  #upbutton span{
    width: 100%;
    height: 0.8rem;
    position: absolute;
    left: 0;
    bottom: 12px;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
  }
#upbutton:hover{
  opacity: 1 !important
}
.product-item-price .login-link {
  margin-right: 4%;
}
.promo-slider-pagination {
  margin-bottom: 2px;
}
.hide {
  display: none!important;
}
.mainpage-productlist-title {
  width: 100%;
  padding-left: 20px;
  padding-top: 1.4rem
}
.title-wrapper .mobile-filter-trigger {
  margin-right: 0.65rem;
}
.title-wrapper .mobile-filter-trigger .mode-title {
  margin-right: 0;
}

.mobile-filter-trigger {
  width: 70px;
  z-index: 199;
  overflow: hidden;
  box-sizing: border-box;
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
  height: 20px;
  transition: width .3s ease-in-out;
}
/*.open-filter .mobile-filter-trigger {
  width: 300px;
}*/
/*.mobile-filter-trigger #clearAllFilters_double {
  display: none;
  width: 140px;
}*/
.open-filter .mobile-filter-trigger #clearAllFilters_double {
  display: block;
}
.mobile-filter-trigger .filter:after {
  content: '+';
}
.open-filter .mobile-filter-trigger .filter:after {
  content: '-';
}
.main-filter-wrapper {
  width: 280px;
}
.main-filter-wrapper {
  top: 57px;
  height: calc(100% - 57px + 60px);
  width: 100%;
  position: fixed;
  bottom: 0;
  right: 0;
  background-color: transparent;
  z-index: 198;
  padding: 0 1.8rem;
  font-size: 0.9rem;
  font-family: 'Lato';
  -webkit-transform: translateX(+100%);
  transform: translateX(+100%);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.main-filter-wrapper .main-menu-inner {
  width: 350px;
  position: fixed;
  right: 0;
  height: 100%;
  background: #ffffff;
}
.open-filter .main-filter-wrapper {
  -webkit-transform: translateX(0); 
  transform: translateX(0);
}
.b24-widget-button-wrapper {
  z-index: 150!important;
}
#filter-overlay {
  background-position-x: 14px;
  display: block;
  height: 100%;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  background-color: transparent;
}
.main-filter-wrapper .mobile-filter-trigger {
  float: none;
  right: 0;
  top: 20px;
  position: fixed;
}
.main-filter-wrapper .content {
  margin-top: 30px;
  margin-bottom: 80px;
}
.main-filter-wrapper .main-menu-inner {
  overflow: auto;
}
.main-filter-wrapper .filter-block:last-child:after,
.main-filter-wrapper .filter-block:first-child:before {
  background: none;
}
.menu-container {
  overflow-x: hidden;
  flex-wrap: wrap;
  flex-shrink: 0;
  display: flex;
}
.bottom-menu {
  position: fixed;
  bottom: 10px;
  width: 80%;
}
.menu-title-drop {
  width: 100%;
  margin-bottom: 32px;
}
.menu-title-drop > a{
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
}
.menu-drop {
  display: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin-top: 16px;
  margin-bottom: 0;
  padding-bottom: 40px;
}
.menu-title-drop.active .menu-drop {
  display: block;
}
.menu-container {
  height: calc(100vh - 50px - 50px - (1.4rem + 2.5rem + 2.5rem + 1.4rem));
  margin-top: 50px;
}
@media (max-width: 767px) {
  .menu-container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 - 65px - (30px + 1.3em + 2.8em) - (1.4em + 2.5em + 2.5em + 1.4em));
  }
}
.bottom-menu {
  border-top: 1px solid #2e2e2e;
}
.mobile-filter-trigger {
  display: none;
}
.main-menu-wrapper .menu-container {
  margin-right: -16px;
}
.main-menu-wrapper .main-menu-inner {
  overflow-y: hidden;
  overflow-x: hidden;
}
.num-btn {
  padding: 0!important;
}
.b24-widget-button-shadow {
  z-index: 149!important;
}