/* browser reset */
@font-face {
	font-family: 'Roboto';
	src: url('../newcart/fonts/roboto/Roboto-Regular.ttf') format('ttf'),
	url('../newcart/fonts/roboto/Roboto-Regular.ttf') format('ttf');
	font-weight: 400; /* Используйте нужное начертание */
	font-style: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {	  
  font-size: 12px;
  line-height: 18px;
  font-family: 'Arial', sans-serif;
  padding: 0;  
  color: #333;  
  -webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	outline: 0; 
}
#main {
	overflow: hidden;
}
#main:after {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}
nav ul {
	list-style: none;
}
input,
button {
/*	-webkit-appearance: none;*/
	border-radius: 0px;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
* {
	outline: none;
}
.inner {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 42px;
	box-sizing: border-box; 
}
.inner .inner{
	padding: 0 !important;
}
#container {
	padding-bottom: 46px;
}
#container.inner-page {
	padding: 16px 0 46px;
}
#container.inner-page.brand-page{
	padding-top: 37px;
}
@media screen and (max-width: 767px){
	#container.inner-page.brand-page{
		padding-top: 0;
	}
}
#container:after {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}
/* header section */

#header {
	background: url(../images/header_back.jpg) repeat-x 0 100%;
	min-height: 77px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 19px;
	font-family: "Times New Roman";
	font-weight: bold;
}
.logo {
	float: left;
	width: 125px;
	height: 53px;
	/*padding: 8px 0 0 10px;*/
	margin: 8px 0 0 10px
}
#header .logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat 0 0;
	margin-left: 0;
	padding-left: 0;
}
#header a {
	color: #522c03;
	text-transform: uppercase;
	float: right;
	color: #522c03;
	position: relative;
	padding-left: 22px;
	text-decoration: none;
	margin-left: 37px;
	letter-spacing: 0.3px;
}
#header a:hover {
	color: #903226;
}
.links {
	padding: 32px 12px 0 0;
}
#header a:before,
#header #phone > span:before {
	position: absolute;
	left: 0;
	top: -3px;
	content: '';
	background: url(../images/sprite.png) no-repeat 0 0;
}
#header a#cart-link:before {
	width: 14px;
	height: 19px;
	background-position: 0 -103px;
}
#header a#cart-link:hover:before { background-position: -26px -103px; }
#header a#login-link:before {
	width: 15px;
	height: 18px;
	background-position: 0 -75px;
}
#main #header .links a.loggined:before {
    width: 20px;
    height: 24px;
    background-position: -2px -972px;
}
#header a#login-link:hover:before { background-position: -26px -75px; }

#main #header .links a.loggined:hover:before {
    background-position: -30.5px -972px;
}
#header a#favorite {
	margin-left: 34px;
}
#favorite span {
	/*display: none;*/
}
#header a#favorite:before {
	width: 16px;
	height: 14px;
	top: 1px;
	background-position: 0 -26px;
}
#header a#favorite:hover:before { background-position: -26px -26px; }
#header #phone {
	float: right;
	position: relative;
	margin-left: 44px;
	margin-top: -2px;
	letter-spacing: 0.3px;
}
#mobile-menu {
	display: none;
}
#header #phone .mobile-call {
	display: none;
}
#header #phone > span {
	display: inline-block;
	position: relative;
	font-size: 13px;
	padding-left: 24px;
	vertical-align: middle;
}
#header #phone > span:before {
	width: 17px;
	height: 16px;
	background-position: 0 -49px;
	top: 1px;
}
#header #phone .more {
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  border-top: 4px solid #522c03;
  vertical-align: middle;
  cursor: pointer;
}
.more-phones {
	position: absolute;
	left: -4px;
	top: 23px;
	background: #f5efe3;
	width: 175px;
	border-top: 1px solid #522c03;
	padding-top: 10px;
	display: none;
	z-index: 9;
}
.more-phones span {
	display: block;
	font-size: 13px;
	line-height: 19px;
	padding-left: 26px;
}
.more-phones p:last-child {
	padding: 9px 0 10px;
	border-top: 1px solid #c4b49f;
	margin-top: 10px;
}


#search input[type="submit"] {
    float: left;
    width: 30px;
    height: 26px;
    text-indent: -9999px;
    background: none;
    border: none;
    cursor: pointer;
    background: url(/local/templates/adaptive/css/../images/sprite.png) no-repeat 0 0;
}

/* navigation */

#navi {
	background: url(../images/bg-navi-top.jpg) repeat-x 0 0;
	min-height: 49px;	
	position: relative;
	text-align: center;
	z-index: 5;
}
.mobile-menu-title {
	display: none;
}
.fixed #header {
	margin-bottom: 49px;
}
.fixed #navi {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
}
#navi .inner {
	max-width: 1100px;
	position: relative;
	    clear: both;
}
#navi:before {
	position: absolute;
	right: 11px;
	top: 50px;
	width: 79px;
	height: 69px;
	background: url(../images/sprite.png) no-repeat -74px 0;
	content: '';
	display: block;
	z-index: 2;
}
#navi:after {
	position: absolute;	
	bottom: 0;
	left: 0;
	right: 0;
	height: 13px;
	background: url(../images/bg-navi-bottom.png) repeat-x 0 100%;
	content: '';
	display: block;
}
#navi li {
	display: inline-block;
	/*margin: 0 20px;*/
	padding: 0 20px;
	margin: 0 -2px;
}
#navi li a {
	color: #ffcf5c;
	font-size: 12px;
	line-height: 20px;
	padding: 11px 0 18px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman";
  display: block;
  text-decoration: none;
}
#navi li a:hover,
#navi li:hover > a {
	color: #fff;
}
.sub-menu {
	background: #fff;
	top: 42px;
	left: 0;
	right: 0;
	padding: 35px 30px 33px 36px;
	position: absolute;

	/*transition: all 2s linear;*/
	/*display: none;*/

	transition: all 0s ease-out .3s;
	-webkit-transition: all 0s ease-out .3s;
	display: block;
	visibility: hidden;

	box-shadow: 0 0 10px 1px rgba(0,0,0, .4);
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0, .4);


   /* max-height:0px;
    overflow:hidden;
    -webkit-transition:max-height 0.4s linear;
    -moz-transition:max-height 0.4s linear;
    transition:max-height 0.4s linear;	
	opacity:0;*/
}
.sub-menu:before {
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	background: transparent;
	content: '';
	height: 13px;
	z-index: 11;
}
#navi li:hover .sub-menu {
	visibility: visible;
	/*display: block;*/
	min-height:150px; 
    /*min-height:0 !important;
	max-height:300px;
	opacity:1;
	*/

	transition: all 0s ease-out .2s;
	-webkit-transition: all 0s ease-out .2s;
}
#navi .sub-menu-banner {
	float: right;
	width: 32%;
	margin-left: 45px;
	padding-top: 0;
}
.sub-menu img {
	max-width: 100%;
	vertical-align: top;
	height: auto;
}
.sub-menu .types {
	float: left;
	width: 173px;
	margin-right: 45px;
	text-align: left;
}
#navi .sub-menu .types li {
	margin: 0;
	padding: 6px 0;
	display: block;
}
#navi .sub-menu .types li a {
	color: #333;
	font-size: 13px;
  	padding: 0;
	font-weight: 400;
}
#navi .sub-menu .types li a:hover,
#navi .sub-menu .types li.active > a {
	color: #903226;
	font-weight: 500;
}
.sub-menu .sections,
.sub-menu .popular {
	position: absolute;
	top: 35px;
	left: 254px;
	width: 188px;
	display: none;
}
.sub-menu .active .sections,
.sub-menu .active .popular {
	display: block;
}
.sub-menu .popular {
	left: 486px;
	width: 146px;
}
.sub-menu .sections span,
.sub-menu .popular span {
	color: #666;
	display: block;
	margin-bottom: 7px;
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
}
#navi .sub-menu  .sections li,
#navi .sub-menu  .popular li {
	display: block;
	padding: 6px 0;
}
#navi .sub-menu  .sections a,
#navi .sub-menu  .popular a {
	text-transform: none;
	font-size: 14px;
}

/*banner section*/
.banner {
	background: rgb(235,229,221);
	background: -moz-linear-gradient(top,  rgba(235,229,221,1) 0%, rgba(248,245,238,1) 38%, rgba(248,245,238,1) 60%, rgba(235,229,221,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(235,229,221,1) 0%,rgba(248,245,238,1) 38%,rgba(248,245,238,1) 60%,rgba(235,229,221,1) 100%);
	background: linear-gradient(to bottom,  rgba(235,229,221,1) 0%,rgba(248,245,238,1) 38%,rgba(248,245,238,1) 60%,rgba(235,229,221,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe5dd', endColorstr='#ebe5dd',GradientType=0 );
  margin-top: -7px;
  margin-bottom: 32px;
}
.banner .inner {
	position: relative;
}
.banner .slick-slide {
	position: relative;
}
.banner .slick-slide img {
	float: left;
	vertical-align: top;
	margin-left: 179px;
}
.banner .slick-slide .entry {
	position: absolute;
	right: 170px;
	top: 100px;
	width: 330px;
	color: #522c03;
	font-size: 19px;
	line-height: 21px;
	font-family: "Times New Roman";
	-webkit-transform: translate(0,40px);
	transform: translate(0,40px);
	opacity: 0;
	-webkit-transition: opacity .5s , -webkit-transform .5s;
	transition: opacity .5s , transform .5s;
}
.banner .slick-slide.to-show .entry {
	opacity: 1;
	-webkit-transform: translate(0,0px);
	transform: translate(0,0px);
}
.banner .slick-slide.to-show.to-hide .entry {
	opacity: 0;
	-webkit-transform: translate(0,-40px);
	transform: translate(0,-40px);
}
.banner .slick-slide .entry p {
	margin-bottom: 21px;
	font-weight: bold;
}
.banner .slick-slide .entry h2 {
	color: #903226;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 33px;
}
.banner .slick-slide .entry span {
	color: #903226;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 33px;
}
.banner .slick-slide .entry span {
	color: #903226;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 33px;
}
.slick-prev, .slick-next {
  background: url("../images/sprite.png") no-repeat 0px -132px;
  border: medium none;
  cursor: pointer;
  height: 47px;
  left: 25px;
  margin-top: -38px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 48px;
  z-index: 3;
}
.slick-next {
	background-position: 0 -188px;
	left: auto;
	right: 25px;
}
.banner .slick-slide .entry .btns {
	padding-top: 21px;
}
.btn {
	display: inline-block;
	position: relative;
	margin: 0 7px;
	background: url("../images/sprite.png") repeat-x 0px -240px;
	color: #522c03;
	font-size: 14px;
	line-height: 49px;
	text-transform: uppercase;
	font-family: "Times New Roman";
	padding: 0 15px;
	font-weight: bold;
	border: none;
	/*-webkit-appearance: none;*/
	cursor: pointer;
	overflow: visible;	
}
.btn:hover {
	text-decoration: none;
}
.btn.brown,
/*.single-product .btn:hover,*/
.single-product .btn.buy {
    letter-spacing: 1px;
    color: #ffe9d9;
	background-position: 0px -292px;
	position: relative;
}
.single-product .btn.buy:hover {
	color: #ffcf5c;
}
.custom-tip {
    position: absolute !important;
    top: -37px;
    background: #fff !important;
    border: 1px solid #d7d7d7;
    font-family: 'Arial', sans-serif !important;
    color: #522c03;
    font-size: 12px;
    padding: 7px 10px;
    font-weight: normal;
    text-transform: none;
    height: 30px !important;
    line-height: initial;
    left: 50% !important;
    transform: translatex(-50%);
    min-width: 121px;
}
.custom-tip::after {
    content: '';
    left: 50%;
    transform: translatex(-50%) rotatez(-45deg);
    bottom: -5px;
    border: 1px solid #d7d7d7;
    border-right: 0;
    border-top: 0;
    width: 8px;
    height: 8px;
    position: absolute;
    background: #fff;
}
.btn.added {
	background-position: 0px -932px!important;
}
.single-product .btn.added {
	background-position: 0px -795px!important;
}
.btn:before,
.btn:after {
	display: block;
	content: '';
	width: 6px;
	height: 49px;
	background: url("../images/sprite.png") no-repeat -72px -156px;
	position: absolute;
	right: auto;
	left: -6px;
	top: 0
}
.btn.added:before,
.btn.added:after {
	background-position: -215px -748px!important;
}
.btn.added:after {
	background-position: -231px -748px!important;
}
.single-product .btn.added:before,
.single-product .btn.added:after {
	background-position: -129px -743px!important;
}
.single-product .btn.added:after {
	background-position: -146px -743px!important;
}
.btn.brown:before,
.btn.brown:after,
/*.single-product .btn:hover:before,
.single-product .btn:hover:after,*/
.single-product .btn.buy:before,
.single-product .btn.buy:after {
	background-position: -72px -94px;
}
.btn:after,
.btn.brown:after {
	right: -6px;
	left: auto;
	background-position: -56px -156px;
}
.btn.brown:after,
/*.single-product .btn:hover:after,*/
.single-product .btn.buy:after {
	background-position: -56px -94px;
}

/*banners*/
.banners {
	border: 1px solid #d7d7d7;
	margin-bottom: 45px;
}
.banners .row {
	overflow: hidden;
}
.banners .row .col-50 {
	float: left;
	width: 50%;
	position: relative;
}
.banners .row .col-50 .img-wrap {
	float: right;
	vertical-align: top;
	width: 61.1%;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.banners .row .col-50 .img-wrap img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	display: block;
	-webkit-backface-visibility: hidden; 
  -ms-transform: translateZ(0); 
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.banners .row .col-50 a:hover .img-wrap {
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.banners .row.last .col-50 .img-wrap {
	float: left;
}
.banners .row .col-50 strong {
	position: absolute;
	width: 39%;
	top: 0;
	bottom: 0;
	background: #fff;
	display: block;
	left: 0;
	z-index: 2;
	-webkit-transition: width .5s;
	transition: width .5s;
	will-change: transform;
}
.banners .row .col-50 a:hover strong {
	/*width: 43%;*/
}
.banners .row.last .col-50 strong {
	left: auto;
	right: 0;
}
.banners .row .col-50 strong:before {
  position: absolute;
  width: 0; 
  height: 0; 
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  content: '';
  border-left: 13px solid #fff;
  left: 99%;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
}
.banners .row .col-50 a:hover strong:before,
.banners .row .col-50 a:hover strong:after {
	-webkit-transform: translate(30px,0);
	transform: translate(30px,0);
}
.banners .row.last .col-50 a:hover strong:before,
.banners .row.last .col-50 a:hover strong:after {
	-webkit-transform: translate(-30px,0);
	transform: translate(-30px,0);
}
.banners .row .col-50 strong:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 30px;
	content: '';
	background: #fff;
	display: block;
	-webkit-transition: -webkit-transform .5s;
	transition: transform .5s;
	z-index: 2;
}
.banners .row.last .col-50 strong:after {
	right: auto;
	left: 0;
}
.banners .row.last .col-50 strong:before {
	border: none;
	left: auto;
	border-top: 13px solid transparent;
  border-bottom: 13px solid transparent; 
  right: 100%;
  border-right:13px solid #fff; 
}
.banners .row .col-50 strong span {
	position: absolute;
	left: 32px;
	right: 32px;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	color: #522c03;
	font-size: 17px;
	line-height: 19px;
	font-family: "Times New Roman";
	font-weight: bold;
	display: block;
}

/*brands*/

.brands {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 45px 11px 50px;
	text-align: center;
	margin-bottom: 50px;
}

.recommended-card .recommended .slick-prev, .recommended-card .recommended .slick-next,
.brands .slick-prev, .brands .slick-next,
.can-buy .slick-prev, .can-buy .slick-next,
.recommended-slider .slick-prev, .recommended-slider .slick-next {
	border: medium none;
	background: none;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;  
  cursor: pointer;
  height: 11px;
  left: 0;
  padding: 0;
  margin-top: -6px;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  width: 11px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.recommended-card .recommended .slick-prev,
.can-buy .slick-prev {
	left: 3px;
}


.recommended-card .recommended .slick-next,
.brands .slick-next,
.can-buy .slick-next,
.recommended-slider .slick-next  {	
	left: auto;
	right: 0px;
	-webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.recommended-card .recommended .slick-next,
.can-buy .slick-next {
	right: 3px;
}
.brands .slick-slide {
	position: relative;
	height: 68px;
}
.brands a {
	display: table;
	height: 68px;
	margin: 0 auto;
	/*position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
}
.brands a span {
	display: table-cell;
	vertical-align: middle;
}
.brands a img {
  display: block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}
.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}
.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='saturate' values='0'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  filter: gray;
}
.grayscale.grayscale-off,
.grayscale.grayscale-fade:hover {
  -webkit-filter: grayscale(0);
  filter:         grayscale(0);
}
.grayscale.grayscale-replaced {
  -webkit-filter: none;
  filter:         none;
}
.grayscale.grayscale-replaced > svg {
  -webkit-transition: opacity .5s ease;
  transition:         opacity .5s ease;
  opacity: 1;
}
.grayscale.grayscale-replaced.grayscale-off > svg,
.grayscale.grayscale-replaced.grayscale-fade:hover > svg {
  opacity: 0;
}

/*videos*/

.videos {
	overflow: hidden;

}
.videos .heading {
	overflow: hidden;
	font-family: "Times New Roman";
	margin-bottom: 17px;
	padding: 5px 10px 0;
}
.videos .heading h3 {
	float: left;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #522c03;
	text-transform: uppercase;
}
.videos .heading a {
	float: right;
	position: relative;
	padding-left: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 20px;
	color: #522c03;
	font-family: Arial;
}
.videos .heading a:before {
	position: absolute;
	left: 0;
	top: 0px;
	width: 20px;
	height: 20px;
	background: url(../images/sprite.png) no-repeat -57px -65px;
	content: '';
	display: block;
}
.videos .col-25 {
    float: left;
    width: 23.725%;
    margin-right: 1.2%;
	min-height: 240px;
}
.videos .heading + .col-25 {
	margin-left: 0;
}
.videos .col-25 a {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.videos .col-25 span a{
	display: block;
	font-size: 12px; 
	color: #333333;
}
.video-link {
	display: block;
	position: relative;
}
.slider-nav .video {
	position: relative;
}
.video-link:before,
.slider-nav .video:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 90px;
    margin: -45px 0 0 -50px;
    background: url(../images/sprite.png) no-repeat -154px -39px;
    content: '';
    display: block;
    -webkit-transition: opacity .5s;
    transition: opacity .5s;
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 2;
    cursor: pointer;
}

.slider-nav img {
	cursor: pointer;
}
.video-link:after,.slider-nav .video:after {
	position: absolute;
	display: block;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.3);
	z-index: 1;
	cursor: pointer;
}
.slider-nav .video:after {
	position: absolute;
	display: block;
	top: 3px;
	width: 74px;
	left: 1px;
	height: 74px;
	content: '';
	background: rgba(0,0,0,0.3);
	z-index: 1;
	cursor: pointer;
}
.brand-slider .video-link:before {
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	background: url(../images/sprite.png) no-repeat -157px -40px;
} 
.video-link:hover:before {
	opacity: .7;
}
.videos .col-25 a img {
	max-width: 100%;
	height: auto;
	width: 100%;
	vertical-align: top;
}

/*recommended*/

.recommended h3,
.recommended p {
  color: #522c03;    
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  text-transform: uppercase;
  font-family: "Times New Roman";
}
.recommended  > ul > li {
	float: left;
	width: 237px!important;
	box-sizing: border-box;
	border: 1px solid #fff;
	list-style-type: none;
	padding-top: 50px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.recommended-slider {
	max-width: 1190px;
}
.recommended-slider .prd-wrap {
	box-sizing: border-box;
	border: 1px solid #fff;
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 20px;
	position: relative;
	text-align: center;
}
.top-left-icons {
	position: absolute;
	left: 28px;
	top: 19px;
	display: none;
}
.brands-list .top-left-icons,
.searh-results.row-style .top-left-icons {
	display: block;
}
.recommended-slider .top-left-icons  {
	display: none;
}
.recommended  > ul > li:hover,
.recommended-slider .prd-wrap:hover {
	border: 1px solid #d7d7d7;
}
.recommended  > ul > li:hover .top-left-icons,
.recommended  .item:hover .top-left-icons,
.brands-list li:hover .top-left-icons,
.recommended-slider .prd-wrap:hover .top-left-icons {
	display: block;
}

.recommended > ul > li .top-left-icons {
	display: block;
}
.top-left-icons a {
	float: left;
	text-indent: -9999px;
	background: url(../images/sprite.png) no-repeat -91px -157px;
	width: 18px;
	height: 13px;
	margin-top: 6px;
	margin-right: 14px;
}
.top-left-icons a:after,.top-left-icons a:before{
	display:none;
}
.top-left-icons a:hover {
	background-position: -171px -136px; 
}
.top-left-icons a.wish {
	width: 16px;
	height: 14px;
	background-position: -123px -157px;
}
.top-left-icons a.wish:hover {
	background-position: -203px -136px; 
}
.top-left-icons a.buy {
	width: 14px;
	height: 19px;
	background-position: -153px -151px;
	margin-top: 0;
}
.top-left-icons a.buy:hover {
	background-position: -233px -130px;
}

.top-left-icons.inarchive a {
	opacity: 0.3;
}

span.recommended.pluses {
    min-height: 1px;
	display:block;
}

.search-brand :-webkit-input-placeholder       {opacity: 1; transition: opacity 0.3s ease;}
.search-brand :-moz-placeholder                {opacity: 1; transition: opacity 0.3s ease;}
.search-brand :-moz-placeholder                 {opacity: 1; transition: opacity 0.3s ease;}
.search-brand :-ms-input-placeholder            {opacity: 1; transition: opacity 0.3s ease;}
.search-brand :focus::-webkit-input-placeholder {opacity: 0; transition: opacity 0.3s ease;}
.search-brand :focus::-moz-placeholder          {opacity: 0; transition: opacity 0.3s ease;}
.search-brand :focus:-moz-placeholder           {opacity: 0; transition: opacity 0.3s ease;}
.search-brand :focus:-ms-input-placeholder      {opacity: 0; transition: opacity 0.3s ease;}

.recommended   .attr {
	position: absolute;
	top: 25px;
	right: 29px;
	font-size: 14px;
	line-height: normal;
	color: #522c03;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Times New Roman";
}
.recommended .img-wrap,
.brands-list .img-wrap {
	height: 203px;
	width: 100%;
	display: table;
	vertical-align: middle;
	text-align: center;
}
.brands-list .img-wrap {
	height: 126px;
}
.recommended .img-wrap a,
.brands-list .img-wrap a {
	display: table-cell;
	height: 203px;
	width: 100%;
	vertical-align: middle;
}
.brands-list .img-wrap a {
	height: 126px;
}
.recommended .img-wrap img,
.brands-list .img-wrap img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	display: inline;
}
.recommended .name {
    display: block;
    font-size: 12px;
    color: #333;
    padding-top: 5px;
    height: 41px;
    overflow: hidden;
}
.recommended .price {
	display: block;
	font-size: 16px;
	line-height: normal;
	color: #333;
	font-family: "Times New Roman";
	font-weight: bold;
}
.recommended .price em {
	color: #999999;
	display: inline;
	text-decoration: line-through;
	font-style: normal;
}
.recommended .size {
	text-align: center;
	list-style-type: none;
	padding-top: 14px;
}
.recommended .size li {
	display: inline-block;
	margin: 0 6px;
	font-size: 12px;
	color: #333;
}
.recommended .size li.not-available {
	color: #d7d7d7;
}

/* footer */

#footer {
	background:url(../images/bg-footer.jpg);
	padding-top: 32px;
	position: relative;
	color: #522c03;
}
#footer:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url(../images/bg-footer-top.png) repeat-x 0 0;
	content: '';
	height: 32px;
}
.footer-promo {
	padding: 35px 20px 33px;
	background: url(../images/divider.png) repeat-x 0 100%;
	overflow: hidden;
	margin-bottom: 34px;
}
.footer-promo .col-25 {
	float: left;
	width: 27%;
}
.footer-promo .col-25:last-child {
	width: 19%;
}
.footer-promo .col-25 img {
	float: left;
	margin-right: 22px;
}
.footer-promo .col-25 a {
	color: #522c03;
	text-decoration: none;
}
.footer-promo .col-25 a:hover {
	color: #903226;
}
.footer-promo .col-25 strong {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Times New Roman";
	padding: 5px 0;
	font-weight: bold;
}
.footer-promo .col-25 span {
	display: block;
}
.newsletter {
	text-align: center;
	background: url(../images/divider.png) repeat-x 0 100%;
	padding-bottom: 34px;
	margin-bottom: 20px;
}
.newsletter p {
	display: inline-block;
	margin: 0 5px;
	vertical-align: middle;
}
.newsletter p strong {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-family: "Times New Roman";
	font-weight: bold;
	padding-right: 18px;
}
.newsletter p span {
	display: block;
	padding-right: 18px;
}
.newsletter input {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    height: 36px;
    font-family: Arial;
    padding: 7px 16px;
    border: 1px solid #836645;
    width: 212px;
    background: none;
    box-sizing: border-box;
}
.newsletter .btn {
	border: none;
	padding: 0 14px;
}
.newsletter .btn {
	margin: 0 6px;
	background: url("../images/sprite.png") repeat-x 0px -604px;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	cursor: pointer;
	overflow: visible;
}
.newsletter .btn:hover {
	background: url("../images/sprite.png") repeat-x 0px -405px;
}
.newsletter .btn:before,
.newsletter .btn:after {
	display: block;
	content: '';
	width: 6px;
	height: 37px;
	background: url("../images/sprite.png") no-repeat -122px -179px;
	position: absolute;
	left: -6px;
	top: 0
}
.newsletter .btn:after {
	left: auto;
	right: -6px;
}
.newsletter .btn:hover:before,
.newsletter .btn:hover:after {
	background: url("../images/sprite.png") no-repeat -90px -179px;
}
.newsletter .btn {
	margin-top: 1px;
}
.newsletter .btn:after {
	background-position: -138px -179px;
}
.newsletter .btn:hover:after {
	background-position: -106px -179px;
}
.seo-text {
	color: #999;
	background: url(../images/divider.png) repeat-x 0 100%;	
	margin-bottom: 38px;
	padding: 0 10px 36px;
}
.seo-text a {
  	 color:#522c03;
}
.seo-text h1,.seo-text h2,.seo-text h3 {
	color: #522c03;
	font-size: 11px;
	font-weight: bold;
	line-height: normal;
	font-family: "Times New Roman";
	text-transform: uppercase;
  margin-bottom: 12px;
  padding-top: 17px;
  text-align: left !important; 
}
.seo-text p {
	margin-bottom: 10px;
}
.seo-text .read-more {
	width: 17px;
	height: 13px;
	display: inline;
	position: relative;	
	margin-left: 4px;
	-webkit-transition: opacity .5s;
	transition: opacity .5s;
}
.seo-text .read-more:before {
	content: '';
	width: 17px;
	height: 17px;
	position: absolute;
  top: -1px;
	left: 0;
  display: block;
	background: url("../images/sprite.png") no-repeat -93px -220px;
}
.more-text {
	display: none;
}
.seo-text .read-more.hide {
	opacity: 0;
}
.seo-text .more-text .read-more{
	opacity:1;
}
.seo-text .more-text .read-more:before {
	background: url("../images/sprite.png") no-repeat -67px -220px;
}
.footer-navi {
	padding: 0 10px 6px;
}
.footer-navi:after {
	clear: both;
	display: block;
	content: '';
	padding-bottom: 25px;
	width: 100%;
}
.footer-navi .col-20 {
	float: left;
	width: 25%;
}
.footer-navi .col-20:nth-child(2) {
	width: 23%;
}
.footer-navi .col-20:nth-child(3) {
	width: 19%;
}
.footer-navi .col-20:nth-child(4) {
	width: 19%;
}
.footer-navi .col-20:nth-child(5) {
	width: 11%;
}
.footer-navi .col-20:nth-child(5) h3,
.footer-navi .col-20:nth-child(5) span,
.footer-navi .col-20:nth-child(5) p {
	padding-bottom: 2px;
}
.footer-navi .col-20:nth-child(5) div {
	display: block;
}
.footer-navi .col-20 strong,
.footer-navi .col-20 h3,
.footer-navi .col-20 span,
.footer-navi .col-20 p {
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-family: "Times New Roman";
	font-weight: bold;
	line-height: 24px;
	color: #522c03;
}

.footer-navi .col-20 ul {
	padding-top: 10px;
}
.footer-navi .col-20 li {
	margin-bottom: 7px;
	list-style-type: none;
}
.footer-navi .col-20 li a {
	line-height: 16px;
	color: #522c03;
	text-decoration: none;
}
.footer-navi .col-20 li a:hover {
	color: #903226;
}
.footer-navi .col-20 h3,
.footer-navi .col-20 span,
.footer-navi .col-20 p {	
	line-height: 18px;
	font-size: 11px;
	padding-bottom: 6px;
}
.recall {
	font-size: 11px;
	font-family: "Times New Roman";
	font-weight: bold;
	line-height: 18px;
	text-decoration: underline;
	color: #522c03;
	text-transform: uppercase;
	display: block;
	margin: 27px 0 31px;
}
.recall:hover {
	text-decoration: none;
}
.recall-form {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #f5efe3;
	text-align: center;
	padding: 18px 0;
	display: none;
	width: 100%;
	z-index: 100;
}
.recall-form p.req-call {
    width: 100%;
    text-align: left;
    padding-left: 20px;
}
.recall-form span {
	display: block;
	color: #522c03;
	font-size: 12px;
	line-height: 14px;
	padding-bottom: 10px;
}
.recall-form input {
	background: #fff;
	border: none;
	width: 80%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-family: Arial;
	margin-bottom: 16px;
	font-size: 18px;
}
.recall-form button{
	z-index: 1000;
}
._show_4f8.wrap_66e{
	z-index: 10 !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) and (min-color-index:0){  
 .recall-form input{
 	width: 80%;
 }
 .recall-form button{
	z-index: 1000;
	}
	.recall-form {
		width: 100%;
		z-index: 100;
	}
	.recall-form p.req-call {
	    width: 100%;
	    text-align: left;
	    padding-left: 20px;
	}
	._show_4f8.wrap_66e{
		z-index: 10 !important;
	}
}
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media {
   .recall-form input{
 	width: 80%;
 }
 .recall-form button{
	z-index: 1000;
	}
	.recall-form {
		width: 100%;
		z-index: 100;
	}
	.recall-form p.req-call {
	    width: 100%;
	    text-align: left;
	    padding-left: 20px;
	}
	._show_4f8.wrap_66e{
		z-index: 10 !important;
	}
}}

@media not all and (min-resolution:.001dpcm) { @media{
     .recall-form input{
 		width: 80%;
 	}
 	._show_4f8.wrap_66e{
		z-index: 10 !important;
	}
}}
_::-webkit-full-page-media, _:future, :root .recall-form {

  width: 100%;
  z-index: 100;

}

_::-webkit-full-page-media, _:future, :root p.req-call {

  width: 100%;
    text-align: left;
    padding-left: 20px;

}
_::-webkit-full-page-media, _:future, :root button {

 z-index: 1000;

}


@media screen and (-webkit-min-device-pixel-ratio:0) {
	.recall-form input{
 		width: 80%;
 	}
 	.recall-form button{
	z-index: 1000;
	}
	.recall-form {
		width: 100%;
	}
	.recall-form p.req-call {
	    width: 100%;
	    text-align: left;
	    padding-left: 20px;
	}
	._show_4f8.wrap_66e{
		z-index: 10 !important;
	}
}

/*
body{
  opacity: 0;
  visibility: hidden;
  transition: visibility .5s ease;
}

body.loaded{
    visibility: visible;
    opacity: 1;
    transition: visibility  .5s ease;
 }*/


.recall-form button {
	background: #fecf5b;
	color: #522c03;
	border: none;
	text-transform: uppercase;	
	height: 26px;
	line-height: 26px;
	padding: 0 7px;
	font-size: 11px;
	font-family: "Times New Roman";
}
.recall-form .close {
	position: absolute;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	top: 13px;
	right: 12px;
	background: url("../images/sprite.png") repeat-x -152px -214px;
	cursor: pointer;
}

.currency span {
	margin-bottom: 10px;
	display: block;
}
.footer-navi .col-20 .currency strong,
.footer-navi .col-20 .currency .drop p  {		
	display: block;
	padding-bottom: 4px;
	font-size: 11px;
	font-family: "Times New Roman";
	font-weight: bold;
	line-height: 18px;
}

.footer-navi .col-20 .currency .drop p {
	padding: 0 10px;
	border: 0;
}
.currency {
	position: relative;
}
.currency strong img,
.footer-navi .col-20 .currency .drop p img {
	margin: 0 11px 0 9px;
	vertical-align: top;
	float: left;
}
.currency strong img {
	margin-left: 0;
}
.footer-navi .col-20 .currency .drop p img {
	margin-left: 0;
}
.footer-navi .col-20 .currency strong + .more {
  width: 0; 
  height: 0; 
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  display: inline-block;
  border-top: 4px solid #522c03;
  vertical-align: middle;
  cursor: pointer;
  position: absolute;
  top: 36px;
  left: 114px;	
}
.footer-navi .col-20 .currency .drop {
	border-top: 1px solid #522c03;
	position: absolute;
	top: 100%;
	left: -9px;
	width: 130px;
	background: #f5efe3;	
	display: none;
	text-transform: uppercase;
}
.footer-navi .col-20 .currency .drop p {
	padding: 10px 10px 12px;
	border-bottom: 1px solid #c4b49f;
}
.footer-navi .col-20 .currency .drop p:last-child {
	border-bottom: none;
}
.footer-navi .col-20 .currency .drop p:hover {
	color: #903226;
	cursor: pointer;
}
.footer-navi .col-20 .currency .drop p.chosen {
	display: none;
}
::-ms-clear {
    display: none;
}
.bottom-footer {
	clear: both;
	background: #fff;
	overflow: hidden;
	color: #999;
	padding: 25px 0 25px 10px;
}
.bottom-footer strong {
	font-size: 9px;
	font-family: "Times New Roman";
	font-weight: bold;
	line-height: 18px;
	text-transform: uppercase;
	display: block;
	padding-bottom: 15px;
}
.copyright {
	float: left;
  width: 176px;
  padding-top: 9px;
}
.bottom-footer .col-r {
	float: right;
}
.follow-us{
	float: left;
}
.follow-us li{
	float: left;
	margin-right: 23px;
	list-style-type: none;	
}
.follow-us li a{
	display: block;
	text-indent: -9999px;
	/*background: url("../images/sprite.png") no-repeat 0 0;*/
}
.follow-us li.vk a {
	width: 24px;
	height: 19px;
	background-position: 0 -350px;
}
.follow-us li.vk a:hover {
	background-position: 0 -379px;
}
.follow-us li.yt a {
	width: 19px;
	height: 19px;
	background-position: -47px -350px;
}
.follow-us li.yt a:hover {
	background-position: -47px -379px;
}
.follow-us li.fb a{
	width: 9px;
	height: 19px;
	background-position: -88px -350px;
}
.follow-us li.fb a:hover{
	background-position: -88px -379px;
}
.follow-us li.google a{
	width: 15px; 
	height: 19px;
	background-position: -119px -350px;
}
.follow-us li.google a:hover{
	background-position: -119px -379px;
}
.follow-us li.od a {
	width: 10px;
	height: 19px;
	background-position: -161px -350px;
}
.follow-us li.od a:hover {
	background-position: -161px -379px;
}
.follow-us li.instagram a {
	width: 18px;
	height: 19px;
	background-position: -189px -350px;
}
.follow-us li.instagram a:hover {
	background-position: -189px -379px;
}
.follow-us li.telegram a {
	width: 21px;
	height: 19px;
	/*background: url("../images/last_soc.png") no-repeat 0 0;*/
	background-position: 0px -3px;
}
 .follow-us li.telegram a:hover {
	background-position: 0px -34px;
} 
.follow-us li.viber a {
	width: 18px;
	height: 21px;
	/*background: url("../images/last_soc.png") no-repeat 0 0;*/
	background-position: -41px -4px;
}
.follow-us li.viber a:hover {
	background-position: -41px -35px;
} 
.cards {
	float: left;
	margin: 0 0px 0 32px;
}
.mobile-app {
	float: left;
}
.mobile-app a {
	margin-right: 11px;
}

/*authorization page*/
.auth {
	padding: 45px 101px 17px 99px;
	overflow: hidden;
	text-align: center;
	color: #333;
}
.auth h2,
.auth h3 {
	color: #522c03;
	font-size: 24px;
	line-height: normal;
	font-family: "Times New Roman";
	font-weight: bold;
	padding-bottom: 51px;
}
.auth h3 {
	font-size: 11px;
	text-transform: uppercase;
	padding-bottom: 40px;
}
.auth form p {
	position:relative;
}
.show-password-link {
	display:block;
	position:absolute;
	z-index:11;
	right: 20px;
	left: auto!important;
	top: 0!important;
	color: #999999;
	font-size: 12px;
	line-height: 18px;
	text-decoration: underline;
}
.show-password-link:hover {
	text-decoration: none;
}
.password-showing {
	position:absolute;
	z-index:10;
}
.auth .new-customer {
	float: left;
	width: 402px;
}
.auth .new-customer img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.auth .new-customer p {
	padding-bottom: 27px;
}
.auth .new-customer .btn {
	margin-bottom: 58px;
}
.login-form {
	float: right;
	width: 399px;
}
.login-form p,
.register-form p {
	border-bottom: 1px solid #d7d7d7;
	padding: 0 18px 8px;
	margin-bottom: 40px;
}
.login-form p:after,
.register-form p:after {
	clear: both;
	content: '';
	display: block;
	width: 100%;
}
.login-form p label,
.register-form p label {
	float: left;
	width: 82px;
	text-align: left;
	color: #b7b7b7;
}
.auth.forgot .register-form p label{
	width: 120px;
}
.login-form p input,
.register-form p input {
	float: left;
	width: 200px;
	border: none;
	background: none;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	height: 18px;
}
.login-form p + p {
	margin-bottom: 15px;
}
.login-form .forgot {
	text-align: right;
	margin-bottom: 50px;
	padding-right: 16px;
}
.login-form .forgot + p {
	border: none;
}
.login-form .forgot a {
	color: #333;
	text-decoration: underline;
}
.login-form .forgot a:hover {
	text-decoration: none;
}
.login-as {
	padding-top: 33px;
}
.login-as li {
	display: inline-block;
	margin: 0 9px;
	list-style-type: none;	
}
.login-as li a {
	display: block;
	text-indent: -9999px;
	background: url("../images/sprite.png") no-repeat 0 0;
}
.login-as li.VKontakte a {
	width: 24px;
	height: 19px;
	background-position: 0 -452px;
}
.login-as li.VKontakte a:hover {
	background-position: 0 -479px;
}
.login-as li.Facebook a {
	width: 9px;
	height: 19px;
	background-position: -49px -452px;
}
.login-as li.Facebook a:hover {
	background-position: -49px -479px;
}
.login-as li.GooglePlusOAuth a {
	width: 15px;
	height: 19px;
	background-position: -82px -452px;
}
.login-as li.GooglePlusOAuth a:hover {
	background-position: -82px -479px;
}
.login-as li.Odnoklassniki a {
	width: 10px;
	height: 19px;
	background-position: -124px -452px;
}
.login-as li.Odnoklassniki a:hover {
	background-position: -124px -479px;
}
.login-as li.Twitter a {
	width: 18px;
	height: 19px;
	background-position: -153px -452px;
}
.login-as li.Twitter a:hover {
	background-position: -153px -479px;
}
.auth .btn {
	background: url("../images/sprite.png") repeat-x 0px -509px;
	line-height: 43px;
	text-decoration: none;
}
.auth .btn:before,
.auth .btn:after {
	height: 43px;
	background: url("../images/sprite.png") no-repeat -183px -463px;
}
.auth .btn:after {
	background-position: -199px -463px;
}
.auth  .btn:hover {
	background: url("../images/sprite.png") repeat-x 0px -558px;
}

.auth  #reg-bt.btn.active{
	background: url("../images/sprite.png") repeat-x 0px -558px;
}
.auth #reg-bt.btn.active:hover:before,
.auth #reg-bt.btn.active:hover:after {
	background: url("../images/sprite.png") no-repeat -212px -463px;
}
.auth #reg-bt.btn.active:hover:after {
	background-position: -228px -463px;
}
.auth  .btn.deactive:hover {
	background: url("../images/sprite.png") repeat-x 0px -509px;
	cursor: default;
}
.auth .btn.deactive:hover:before,
.auth .btn.deactive:hover:after {
	height: 43px;
	background: url("../images/sprite.png") no-repeat -183px -463px;
}
.auth .btn.deactive:hover:after {
	background-position: -199px -463px;
}

.auth .btn:hover:before,
.auth .btn:hover:after {
	background: url("../images/sprite.png") no-repeat -212px -463px;
}
.auth .btn:hover:after {
	background-position: -228px -463px;
}

/*register page*/
.register-form {
  float: left;
  width: 399px;
}
.register-form .info {
	position: absolute;
	right: -40px;
	bottom: 6px;
	background: url("../images/sprite.png") no-repeat -158px -183px;
	width: 28px;
	height: 28px;
	text-indent: -9999px;
	cursor: pointer;
}
.register-form .info .more.show {
	display: block;
}
.register-form p:last-child {
	border: none;
}
.register-form .info .more {
	display: block;
	padding: 15px;
	background: #f5efe3;
	left: 40px;
	top: -6px;
	color: #522c03;
	width: 130px;
	box-sizing: border-box;
	position: absolute;
	text-indent: 0;
	display: none;
}
.register-form .info .more:before {
	position: absolute;
	width: 0; 
  height: 0; 
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent; 
  content: '';
  right: 100%;
  top: 10px;
  border-right: 8px solid #f5efe3; 
}
.register-form .error {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	color: #903226;
	padding: 12px 18px 0;
	text-align: left;
	z-index: -1;
}
.register-form p.err {
	border-bottom: 1px solid #903226;
	margin-bottom: 61px;
}
.register-form p.ok {
	border-bottom: 1px solid #333;
}
.register-form p.err:before {
	position: absolute;
	right: 15px;
	bottom: 14px;
	background: url("../images/sprite.png") no-repeat -199px -183px;
	width: 10px;
	height: 10px;
	content: '';
}
.register-form p.ok:before {
	position: absolute;
	right: 15px;
	bottom: 15px;
	background: url("../images/sprite.png") no-repeat -198px -200px;
	width: 12px;
	height: 7px;
	content: '';
}
label[for=psw-confirm] + input {
	margin-top: 16px;
}

/*brands page*/
.brand-ttl {
	font-size: 12px
}
.single-filter ul li {
	list-style-type: none;
}
/*.single-filter ul li.disabled a{
	color: #b3b3cc;
	cursor: default;
}*/
.single-filter ul li.disabled a {
	display: none;
}

.filters {
	background: #f5efe3;
	padding: 10px 24px 25px 23px;
	box-sizing: border-box;
	position: relative;
}

.filters .ph3 {
	font-size: 13px;
	lighting-color: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Times New Roman";
	position: relative;
	color: #522c03;
	padding-bottom: 12px;
	border-bottom: 1px solid #d7d7d7;
}
.close-filter {
	position: absolute;
	top: 4px;
	right: 0;
	background: url(../images/sprite.png) no-repeat -199px -168px;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
}
#sidebar strong {
	font-size: 11px;
	lighting-color: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Times New Roman";
	position: relative;
	color: #522c03;
	display: block;
	margin-bottom: 10px;
}
.single-filter {
	border-top: 1px solid #c4b49f;
	padding-top: 20px;
}
.search-brand {
	position: relative;
}
.search-brand input[type=text] {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #c4b49f;
	padding: 9px 31px 9px 13px;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	height: 37px;
	background: #fff;
}
.search-brand button {
	background: url(../images/sprite.png) no-repeat -215px -168px;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	width: 32px;
	height: 35px;
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 0;
	margin: 0;
}
.search-brand .variations {
	position: absolute;
	left: 0;
	right: 0;
	top: 36px;
	background: #fff;
	z-index: 9;
	display: none;
}
.search-brand .variations ul {
	list-style-type: none;
	border: 1px solid #c4b49f;
	border-top: none;
}
.search-brand .variations li {
	border-top: 1px solid #c4b49f;
}
.search-brand .variations li a {
	display: block;
	color: #333333;
	padding: 9px 31px 9px 13px;
	font-family: Arial;
	font-size: 12px;
	line-height: 17px;
	text-transform: none;
}
.single-filter li {
	margin-bottom: 4px;
}
.single-filter ul {
	padding-bottom: 9px;
	padding-top: 4px;
}
.single-filter li a {
	text-transform: uppercase;
	color: #333;
	display: inline-block;
	font-size: 10px;
	line-height: 22px;
	padding: 0 7px;
	margin-left: -7px;
}
.single-filter li.selected a {
	background: #e2d2b4;
	color: #333!important;
}
.single-filter li a:hover {
	text-decoration: none;
	color: #903226;
}
.show-more {
	display: none;
}
.single-filter .expand {
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	color: #903226;
	font-size: 10px;
	line-height: 15px;
	padding-right: 14px;
	    margin-bottom: 20px;
}
.single-filter .expand:before {
	position: absolute;
	width: 9px;
	height: 5px;
	background: url(../images/sprite.png) no-repeat -176px -168px;
	position: absolute;
	right: 0;
	top: 5px;
	content: '';
	display: block;
}
.single-filter .expand.done:before {
	background-position: -176px -158px;
}
#content {
	float: right;
	width: 948px;
}
.new_catalog #content{
	width: 100%;
	position: relative;
}
.brand-page #content {
	float: none;
	display: inline;
	width: auto;
}
.brand-page #content .brand-top-part,
.brand-page #content .brand-bottom-part {
	float: right;
	width: 948px;
}
.breadcrumbs {
	padding-bottom: 11px;
	overflow: hidden;
	/*padding-top: 12px;*/
}
.breadcrumbs a,
.breadcrumbs span {
	display: block;
	color: #999;
	font-size: 12px;
	line-height: 16px;
}
.breadcrumbs a:hover {
	text-decoration: none;
	color: #522c03;
}
.breadcrumbs li {
	padding-right: 19px;
	margin-right: 15px;
	position: relative;
	overflow: hidden;
	float: left;
	list-style-type: none;
}
.breadcrumbs li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: '/';
	font-family: Arial;
	font-size: 12px;
	display: block;
	line-height: 16px;
	color: #999;
}
.breadcrumbs li:last-child {
	padding-right: 0;
	margin-right: 0;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.top-heading {
	padding-bottom: 15px;
	padding-top: 18px;
	border-top: 1px solid #d7d7d7;
}
.top-heading.search {
	padding-bottom: 0px;
	padding-top: 0px;
	border-top: none;
}
.top-heading:after {
	clear: both;
	content: '';
	display: block;
}
.top-heading h1 {
	font-size: 13px;
	line-height: normal;
	font-family: "Times New Roman";
	text-transform: uppercase;
	font-weight: bold;
	color: #522c03;
	float: left;
}
#content .top-heading.search h1{
	font-family: "Times New Roman";
    font-weight: bold;
    font-size: 18px;
	text-transform: none;
    line-height: normal;
    color: #522c03;
    padding: 0 0 11px 9px;
}
.top-heading .sort,
.top-heading .showed {
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #522c03;
	margin-right: 11px;
	position: relative;
}
.top-heading .sort strong {
	font-weight: bold;
}
.top-heading .sort strong + a {
	text-decoration: underline;	
}
.top-heading .sort strong + a i {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #522c03;
  cursor: pointer;
  display: inline-block;
  height: 0;
  vertical-align: middle;
  width: 0;
  margin-left: 6px;
}
.top-heading .sort div {
	position: absolute;
	z-index: 5;
	top: 100%;
	right: 0;
	padding: 10px 13px 10px 10px;
	background: #fff;
	border: 1px solid #522c03;
	display: none;
}
.top-heading .sort div a {
	display: block;
	text-align: right;
}
.top-heading .showed {
	margin-right: 28px;
}
.top-heading .sort a {
	color: #522c03;
}
.brands-list li {
	float: left;
	width: 25%;
	box-sizing: border-box;
	border: 1px solid #fff;
	padding: 44px 30px 50px;
	list-style-type: none;
	text-align: center;
	position: relative;
}
.brands-list li:hover {
	border: 1px solid #d7d7d7;
}
.brands-list li a {
	text-decoration: none;
	color:#522c03;
	font-size: 11px;
	text-transform: uppercase;
	font-family: "Times New Roman";
	font-weight: bold;
}
.pagination {
	padding-top: 42px;
	text-align: center;
	clear: both;
}
.pagination a,
.pagination span {
	display: inline-block;
	font-size: 10px;
	line-height: 30px;
	width: 30px;
	border: 1px solid #d7d7d7;
	font-weight: bold;
	margin: 0 -2px 10px;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}
.pagination a:hover {
	border: 1px solid #522c03;
	position: relative;
	z-index: 2;
}
.pagination span {
    background: #f5efe3;
    box-sizing: border-box;
}

.pagination a.prev,
.pagination a.next,
.pagination a.all {
	width: auto;
	margin-left: 10px;
	padding: 0 13px;
}
.pagination a.prev {
	margin: 0 10px 0 0;
}

/*brand page*/
.follow-us.single-filter li a {
	display: block;
	text-indent: -9999px;
	background: url("../images/sprite.png") no-repeat 0 0;
}
.follow-us.single-filter li.vk a {
	width: 21px;
	height: 12px;	
	margin-top: 2px;
	background-position: 0 -653px;
}
.follow-us.single-filter li.vk a:hover {
	background-position: 0 -678px;
}
.follow-us.single-filter li.fb a {
	width: 7px;
	height: 19px;
	background-position: -43px -651px;
}
.follow-us.single-filter li.fb a:hover {
	background-position: -43px -676px;
}
.follow-us.single-filter li.google a {
	width: 21px;
	height: 14px;
	margin-top: 1px;
	background-position: -72px -651px;
}
.follow-us.single-filter li.google a:hover {
	background-position: -72px -676px;
}
.follow-us.single-filter li.twt a {
	width: 17px;
	height: 15px;
	margin-top: 1px;
	background-position: -110px -651px;
}
.follow-us.single-filter li.twt a:hover {
	background-position: -110px -676px;
}
.follow-us.single-filter li,
.follow-us.single-filter {
	margin-bottom: 0;
}
.follow-us.single-filter li:last-child {
  margin-right: 0;
}
.follow-us.single-filter li a {
	margin-left: 0;
	padding: 0;
}
.follow-us.single-filter {
	float: none;
}
.follow-us.single-filter ul {
	padding-bottom: 0;
	overflow: hidden;
}
.brand-top {
	padding-top: 17px;
}
.brand-top img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	margin-bottom: 26px;
}
.subscribe-left {
	padding: 34px 11px 0;
}
.subscribe-left p {
	padding-bottom: 14px;
}
.brand-slider {
	margin-left: -4px;
	margin-bottom: 40px;
}
.brand-slider img {
	padding: 4px;
}
.sub-cats {
	overflow: hidden;
	padding-bottom: 40px;
	border-bottom: 1px solid #d7d7d7;
	margin-bottom: 41px;
}
.sub-cats li {
	list-style-type: none;
	width: 25%;
	text-align: center;
	float: left;
}
.sub-cats li a {
	color: #522c03;
}
.sub-cats li strong {
	text-transform: uppercase;
	font-size: 11px;
	line-height: normal;
	display: block;
	padding-bottom: 15px;
}
.sub-cats li img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.can-buy .item {
	box-sizing: border-box;
	border: 1px solid #fff;
  padding-bottom: 20px;
  padding-top: 50px;
  position: relative;
  text-align: center;  
  box-sizing: border-box;  
}
.can-buy .item:hover {
	border: 1px solid #d7d7d7;
}
.sub-cats + .recommended h3 {
	padding-left: 0;
}
.brand-entry.seo-text {
	color: #333;
	padding-top: 40px;
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.all-brands {
	display: inline-block;
	text-transform: uppercase;
	color: #333;
	border: 1px solid #d7d7d7;
	padding: 0 12px;
	line-height: 30px;
	font-size: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
}
.brand-name {
	font-style: 13px;
	margin: 0;
	line-height: 1;
	padding: 0;
	color: #333;
}

/*search page*/
#content.full {
	float: none;
	width: 100%;
}
.search-top .breadcrumbs {
	float: left;
}
.search-top {
	position: relative;
	padding-right: 250px;
	padding-bottom: 11px;
	padding-left: 11px;
}
.search-top:after {
	clear: both;
	content: '';
	display: block;
}
.search-top .switcher {
	position: absolute;
	right: 13px;
	top: 0;
}
.search-top .switcher a {
	float: left;
	color: #522c03;
	font-size: 11px;
	line-height: 40px;
	border: 1px solid transparent;
	padding: 0 12px;
	font-family: "Times New Roman";
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 3px;
	text-decoration: none;
}
.search-top .switcher a.current,
.search-top .switcher a:hover {
	border: 1px solid #d7d7d7;
}
.search-top .search-form {
	float: right;
	width: 73%;
	padding: 4px;
	border: 1px solid #d7d7d7;
	position: relative;
}
.search-top .search-form.focused {
	border: 1px solid #522c03;
}
.search-top .search-form button {
	height: 32px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	color: #522c03;
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 4px;
	font-family: Arial;
	background: #f5efe3;
	border: none;
	padding: 0 10px;
}
.search-top .search-form button:hover {
	background: #ffcf5c;
}
.search-top .search-form input {
	width: 100%;
	padding: 7px 70px 7px 12px;
	box-sizing: border-box;
	color: #333;
	font-size: 12px;
	line-height: 18px;
	height: 32px;
	font-family: Arial;
	border: none;
}
.search-top .search-form .variations {
	position: absolute;
	left: -1px;
	right: -1px;
	top: 41px;
	padding: 0 16px;
	border: 1px solid #d7d7d7;
	border-top: none;
	background: #fff;
	z-index: 9;
	display: none;
}
.search-top .search-form .variations ul {
	list-style-type: none;
}
.search-top .search-form .variations li {
	border-top: 1px solid #c4b49f;
	padding: 10px 0;
}
.search-top .search-form .variations li:first-child {
	border-top: none;
}
.search-top .search-form .variations li a {
	display: block;
	color: #333;
	font-size: 12px;
	line-height: 20px;	
	text-transform: none;
	padding-left: 0;
	margin-left: 0;
	float: none;
	font-weight: normal;
	text-decoration: none;
}
.search-top .search-form .variations li a:hover {
	color: #903226;
}
#content.full h1 {
	font-family: "Times New Roman";
	font-weight: bold;
	font-size: 18px;
	line-height: normal;
	color: #522c03;
	padding: 0 0 11px 9px;
}
#content.full .recommended,
.category-page .recommended {
	overflow: visible;
}
#content.full .recommended > ul > li,
.category-page .recommended > ul > li {
	float: none;
	display: inline-block;
	margin-left: -3px;
	vertical-align: top;
}
#content.full .recommended > ul > li:hover,
.category-page .recommended > ul > li:hover  {
	z-index: 2;
}
#content.full .recommended > ul > li.banner-item,
.category-page .recommended > ul > li.banner-item {
	border: none!important;
	padding: 0;
}
.banner-item img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}

/*searh-results row style*/
.searh-results {
	padding-top: 5px;
}
.searh-results .row {
	overflow: hidden;
	border-top: 1px solid #d7d7d7;
}
.searh-results .row:first-child {
	border: none;
}
.searh-results .row .img-wrap {
	height: 232px;
	width: 255px;
	float: left;
	display: table;
	vertical-align: middle;
	text-align: center;
	position: relative;
}
.searh-results .row .img-wrap strong {
	display: table-cell;
	height: 232px;
	width: 100%;
	vertical-align: middle;
}
.searh-results .row .img-wrap img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: top;
	display: inline;
}
.searh-results .row .img-wrap .attr {
	position: absolute;
	top: 53px;
	left: 21px;
	font-size: 14px;
	line-height: normal;
	color: #522c03;
	font-weight: bold;
	font-family: "Times New Roman"; 
}
.top-left-icons {	
	left: 28px;
	top: 21px;
}
.searh-results .col-02,
.searh-results .col-03,
.searh-results .col-04 {
	padding-top: 45px;
	float: left;
}
.searh-results .col-02 {	
	width: 310px;
	margin-right: 33px;
	font-family: "Times New Roman"; 
	font-weight: bold;
	color: #522c03;
	font-size: 11px;
}
.searh-results .col-03 {	
	width: 302px;
	margin-right: 60px;
	color: #333;
	font-size: 12px;
	line-height: 18px;
}
.searh-results .col-04 {	
	width: 232px;	
	padding-left: 4px;
}
.searh-results .col-02 .price {
	color: #903226;		
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 18px;	
	display: inline-block;
}
.searh-results .col-02 .price strong {
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
}
.searh-results .col-02 .in-stock {
	border-left: 1px solid #d7d7d7;
	padding-left: 21px;
	color: #903226;
	font-size: 11px;
	line-height: 28px;	
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	position: relative;
	top: 4px;
}
.searh-results .col-02 .in-stock.inarchive {
	border-left: none;
	padding-left: 0;
}
.searh-results .col-02 .price span {
	text-decoration: line-through;
	color: #999;
	display: inline-block;
}
.searh-results .col-02 .sizes {
	text-transform: uppercase;
	padding-bottom: 18px;
}
.searh-results .col-02 .sizes span,
.searh-results .col-02 .sizes a {
	margin-left: 2px;
	color: #999;
	text-decoration: none;
	line-height: 20px;
	width: 20px;	
	display: inline-block;
	text-align: center;
	border: 1px solid #fff;
}
.searh-results .col-02 .sizes a:hover {
	border: 1px solid #d7d7d7;
}
.searh-results .col-02 .sizes a {
	color: #522c03;
}
.searh-results .col-02 .sizes a.selected {
	color: #903226;
}
.searh-results .col-02 .btn {
	margin: 0 6px;
	background: url("../images/sprite.png") repeat-x 0px -604px;
	font-size: 11px;
	font-weight: bold;
	line-height: 37px;
	cursor: pointer;
	text-decoration: none;
	overflow: visible;
	vertical-align: top;
	padding: 0 15px;
}
.searh-results .col-02 .btn:hover {
	background: url("../images/sprite.png") repeat-x 0px -405px;
}
.searh-results .col-02 .btn.buy {
	background: url("../images/sprite.png") repeat-x 0px -695px;
	color: #fff;	
}
.searh-results .col-02 .btn.buy:hover {
	color: #ffcf5c;
}
.searh-results .col-02 .btns {
	padding-top: 17px;
}
.searh-results .col-02 .btn:before,
.searh-results .col-02 .btn:after {
	display: block;
	content: '';
	width: 6px;
	height: 37px;
	background: url("../images/sprite.png") no-repeat -122px -179px;
	position: absolute;
	right: -6px;
	top: 0
}
.searh-results .col-02 .btn:hover:before,
.searh-results .col-02 .btn:hover:after {
	background: url("../images/sprite.png") no-repeat -90px -179px;
}
.searh-results .col-02 .btn.buy:before,
.searh-results .col-02 .btn.buy:after {
	background: url("../images/sprite.png") no-repeat -216px -358px;
}
.searh-results .col-02 .btn.buy:after,
.searh-results .col-02 .btn.buy:hover:after {
	background-position: -230px -358px;
}
.searh-results .col-02 .btn:after {
	background-position: -138px -179px;
}
.searh-results .col-02 .btn:hover:after {
	background-position: -106px -179px;
}
.searh-results .col-02 .btn i {
	display: block;
	width: 11px;
	height: 37px;
	background: url("../images/sprite.png") no-repeat -49px -23px;
}
.searh-results .col-02 .btn:last-child {
	padding: 0 8px;
}
.searh-results .col-03 h3 {
	margin-bottom: 14px;
}
.searh-results .col-03 h3 a {
	color: #522c03;
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	font-family: "Times New Roman"; 	
	display: block;
}
.searh-results .col-03 h3 a:hover {
  color: #903226;	
}
.searh-results .col-03 p {
	margin-bottom: 20px;
	height:38px;
	overflow:hidden;
}
.searh-results .col-03 .stores {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	font-family: "Times New Roman"; 
	color: #522c03;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}
.searh-results .col-03 .stores a {
	color: #522c03;
}
.searh-results .col-03 .stores a:hover {
	color: #903226;
}
.searh-results .col-04 li {
	display: block;
	list-style-type: none;
	margin-bottom: 7px;
}
.searh-results .col-04 li span {
	float: left;
	color: #999;
	width: 89px;
}
.searh-results .col-04 li a {
	display: block;
	overflow: hidden;
	text-decoration: underline;
	color: #333;
}
.searh-results .col-04 li a:hover {
	color: #903226;
}

/* category page */

.category-page .recommended > ul > li {
	width: 25%;
}
.selected-filters {
	padding-top: 21px;
	border-top: 1px solid #c4b49f;
}
.selected-filters p {
	background: #e2d2b4;
	color: #333;
	font-size: 10px;
	text-transform: uppercase;
	line-height: 18px;
	padding: 3px 7px;
	margin-bottom: 2px;
	margin-left: -7px;
	display: inline-block;
}
.selected-filters p span {
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}
.selected-filters p .remove {
	display: inline-block;
	text-indent: -9999px;
	width: 7px;
	height: 7px;
	background: url("../images/sprite.png") no-repeat -236px -211px;
	vertical-align: middle;
}
.selected-filters .remove-all {
	margin: 10px 0 22px;
	display: inline-block;
	padding-right: 12px; 
	font-size: 10px;
	color: #903226;
	text-transform: uppercase;
	position: relative;
}
.selected-filters .remove-all:before {
	background: url("../images/sprite.png") no-repeat -220px -211px;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	right: 0;
	top: 5px;
	content: '';
}
.filtered-products {
	position: absolute;
	
	left: 252px;
	width: 140px;
	text-align: center;
	padding: 15px 10px;
	color: #522c03;
	font-size: 12px;	
	background: #f5efe3;
	z-index: 200;
}
.filtered-products span {
	padding-bottom: 5px;
	display: block;
}
.filtered-products a {
	display: inline-block;
	width: 69px;
	line-height: 24px;
	text-transform: uppercase;
	color: #522c03;
	font-size: 10px;
	background: #ffcf5c;
}

/*category 02*/
.hide-sidebar .inner {
	position: relative;
}
.hide-sidebar #sidebar {
	position: absolute;
	top: 0;
	left: 42px;
}
.hide-sidebar .filters > div {
	display: none;
}
.hide-sidebar .filters {
	background: #fff;
}
.hide-sidebar #content {
	float: none;
	width: 100%;
}
.hide-sidebar #content .breadcrumbs,
.hide-sidebar #content .top-heading {
	margin-left: 248px;
}
.hide-sidebar.category-page .recommended > ul > li,
.hide-sidebar .brands-list li {
	width: 20%;
}
.hide-sidebar .close-filter {
	background-position: -201px -211px;
	width: 6px;
	height: 10px;
}
.hide-sidebar .filters > form {
    display: none;
}
.hide-sidebar .filters > span {
    display: none;
}
/*product page*/
.single-product {
	padding-top: 16px;
}
.single-product .gallery {
	float: left;
	position: relative;
	width: 599px;
}
.single-product .top-part,
.single-product .bottom-part {
	float: right;
	width: 566px;
	clear: right;
} 
.single-product .bottom-part .product__feature td {
    padding: 0 0 5px;
    vertical-align: bottom;
}
.slider-for {
	margin-left: 94px;
	width: 495px;
}
.slider-nav {
	position: absolute;
	top: 35px;
	left: 0;
	width: 77px;
}
.slider-nav img,
.variations img {
	width: 74px;
	height: 74px;
	vertical-align: top;
	border: 1px solid #d9d9d9;
	margin: 2px 0;
	    object-fit: contain;
}
.slider-nav a:hover img,
.variations a:hover img {
	border: 1px solid #3d3d3d;
}
.slider-nav .slick-current img {
	border: 1px solid #3d3d3d;
}
.slider-nav .slick-list {
	padding: 0!important;
}
.slider-nav .slick-prev, .slider-nav .slick-next,
.variations .slick-prev, .variations .slick-next {
	border: medium none;
	background: none;
  border-left: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;  
  cursor: pointer;
  height: 11px;
  left: 50%;
  padding: 0;
  margin: -14px 0 0 -4px;  
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 11px;
  z-index: 3;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.variations .slick-prev, .variations .slick-next {
	-webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -20px;
  top: 50%;
  margin-top: -6px;
}
.slider-nav .slick-prev:hover, .slider-nav .slick-next:hover,
.variations .slick-prev:hover, .variations .slick-next:hover {
	border-color: #62401b;
}
.slider-nav .slick-next,
.variations .slick-next {	
	top: auto;
	bottom: -14px;
	-webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 14px 0 0 -4px;
}
.variations .slick-next {
	left: auto;
	bottom: auto;
	right: -20px;
	top: 50%;
	margin-top: -6px;
	-webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.gallery .video-link {
	position: absolute;
	left: 0;
	top: 410px;
}
.gallery .video-link img {
	vertical-align: top;
}
.gallery .video-link {
	display: none;
}
.gallery .video-link::before {
	-webkit-transform: scale(0.55);
	transform: scale(0.55);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.gallery .img-wrap {
	height: 511px;
	width: 495px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.gallery .img-wrap img {
	vertical-align: top;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
}
.gallery .img-wrap iframe {
	max-width: 100%;
	max-height: 100%;
}
.gallery .attr {
	position: absolute;
	right: 33px;
	top: 24px;
	padding: 0 7px;
	font-family: "Times New Roman";
	color: #522c03;
	font-size: 27px;
	line-height: 40px;
	font-weight: bold;
	background: #fff;
}
.slider-for .slick-prev, .slider-for .slick-next {
    background: url("../images/sprite.png") no-repeat 0px -743px;
 	left: auto;
	right: 0;  
}
.slider-for .slick-prev {
    background: url("../images/sprite.png") no-repeat -58px -743px; 	
    left: 0px; 
}
.slick-disabled {
    display: none !important;
} 

.sticky-kit {
    position: static;	
    clear: both;
    display: block;
    height: 100%;	
}
.col-r:after,.sticky-kit:after,.static_cont:after {
    content: '';
    clear: both;
    display: table;
}
.static_cont{
     float: left; 
     position: relative; 
     width: 599px; 	
     height: 100%; 
	 position: static;		
}

.gallery .socials {
	text-align: center;
	padding-left: 84px;
	padding-top: 15px;
}
.gallery .socials li {
	display: inline-block;
	margin: 0 15px;
	list-style-type: none;	
}
.gallery .socials li a {
	display: block;
	text-indent: -9999px;
	background: url("../images/sprite.png") no-repeat 0 0;
}
.gallery .socials li.fb a {
	width: 7px;
	height: 19px;
	background-position: -43px -651px;
}
.gallery .socials li.fb a:hover {
	background-position: -43px -676px;
}
.gallery .socials li.google a {
	width: 21px;
	height: 14px;
	margin-top: 1px;
	background-position: -72px -651px;
}
.gallery .socials li.google a:hover {
	background-position: -72px -676px;
}
.gallery .socials li.twt a {
	width: 17px;
	height: 15px;
	margin-top: 1px;
	background-position: -110px -651px;
}
.gallery .socials li.twt a:hover {
	background-position: -110px -676px;
}
.gallery .socials li.vk a {
	width: 10px;
	height: 14px;
	margin-top: 1px;
	background-position: -139px -651px;
}
.gallery .socials li.vk a:hover {
	background-position: -139px -676px;
}
.single-product h1 {
	/*border-top: 1px solid #d7d7d7;*/
	/*padding: 20px 0 10px;*/
	/*color: #522c03;*/
	/*font-size: 24px;*/
	/*line-height: 24px;*/
	font-family: "Times New Roman";
	/*font-weight: bold;*/
}
.single-product .col-r .price {
	color: #903226;
	font-size: 27px;
	line-height: 28px;
	padding-bottom: 21px;
	font-family: "Times New Roman";
	font-weight: bold;
	padding-top: 7px;
}
.single-product .price strong {
	display: inline-block;
	vertical-align: bottom;
	padding-right: 20px;
}
.single-product .shipping {
	border-left: 1px solid #d7d7d7;
	padding-left: 21px;
	color: #903226;
	font-size: 11px;
	line-height: 28px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	top: 7px;
}
.single-product .price span.old {
	text-decoration: line-through;
	color: #999;
}
.single-product .sizes {
	text-transform: uppercase;
	padding-bottom: 11px;
	display: inline-block;
	vertical-align: top;
	width: 60%;
}
.single-product .sizes span,
.single-product .sizes a {
	color: #999;
	text-decoration: none;
	text-align: center;
	border: 1px solid #fff;
	line-height: 20px;
	min-width: 20px;
	display: block;
    padding: 0 2px;
    box-sizing: border-box;
}
.single-product .sizes .bx_missing a{
	color: #999;
	cursor: default;
}
.single-product .sizes a:hover {
	border: 1px solid #d7d7d7;
}
.single-product .sizes a {
	color: #522c03;
}
.single-product .sizes .bx_active a{
	color: #903226;
}
.single-product .bx_item_detail_size ul{
	list-style: none;
	display: flex;
}
.single-product .bx_item_detail_size ul li{
	/*margin-left: 2px;*/
    /*min-width: 20px;*/
    /*display: inline-flex;*/
}
.single-product .in-stock {
	border-right: 1px solid #d7d7d7;
	padding-right: 21px;
	margin-right: 10px;
	color: #903226;
	font-size: 11px;
	line-height: 22px;
	text-transform: uppercase;
	display: inline-block;
	font-family: "Times New Roman";
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 27px;
}
.single-product .stores {
	font-size: 11px;
	font-weight: bold;
	font-family: "Times New Roman";
	color: #522c03;
	display: inline-block;
	margin-top: 2px;
	vertical-align: middle;
	margin-bottom: 10px;
	text-transform: uppercase;
	/* margin-bottom: 23px; */
	border-right: 1px solid #d7d7d7;
	padding-right: 8px;
	line-height: 22px;
}
.single-product .sizes + .stores {
	margin-top: 0;
	padding-right: 14px;
}
.single-product .stores a {
	color: #522c03;
}
.single-product .stores a:hover {
	color: #903226;
}
.single-product .btn i {
	display: block;
	width: 13px;
	height: 11px;
	background: url("../images/sprite.png") no-repeat -60px -45px;
	margin-top: 20px;
}
.btn.wish.added i {
	background-position: -235px -16px;
}
.single-product .btn.wish.added i {
	background-position: -220px -153px;
}
.single-product .btn.wish {
	padding: 0 12px;
	height: 49px;
}
.single-product .btn {
	vertical-align: top;
	margin-bottom: 27px;
}
.single-product .btn:hover {
	background-position: 0 -878px;
}
.single-product .btn:hover:after,
.single-product .btn:hover:before {
	background-position: -195px -740px;
}
.single-product .btn:hover:after {
	background-position: -179px -740px;
}
.single-product .btn.buy:hover,
.single-product .total .btn:hover {
	background-position: 0 -292px;
}
.single-product .btn.buy:hover:after,
.single-product .btn.buy:hover:before,
.single-product .total .btn:hover:before,
.single-product .total .btn:hover:after {
	background-position: -72px -94px;
}
.single-product .btn.buy:hover:after,
.single-product .total .btn:hover:after {
	background-position: -56px -94px;
}
.single-product .btns .btn.wish {
    margin-right: 3px;
    margin-left: 6px;
    padding: 0 11px;
	position: relative;
}
.single-product .btns .addS {
	position: relative;
}
.btn.added span {
	display: block;
}
.btn span {
	position: absolute;
	display: block;
	bottom: 120%;
	left: 50%;
	margin-left: -100px;
	color: #522c03;
	background: #ffcf5c;
	width: 200px;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	font-family: Arial;
	padding: 12px 48px 11px 17px;
	box-sizing: border-box;
	font-weight: normal;
	display: none;
}
.btn span:after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  display: inline-block;
  border-top: 6px solid #ffcf5c;
  vertical-align: middle;
  cursor: pointer;
  content: '';
  position: absolute;
  top: 99%;
  left: 50%;
  margin-left: -4px;
}
.btn span em {
	position: absolute;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
    top: -10px;
    right: -10px;
	background: url("../images/sprite.png") repeat-x -152px -214px;
	cursor: pointer;
}
.variations {
	margin-bottom: 5px;
	max-width: 492px;
}
.types > span,
.sections > span {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 19px;
	font-family: "Times New Roman";
	font-weight: bold;
	position: relative;
	color: #522c03;
	cursor: pointer;
	margin-bottom: 15px;
}
.types > span:before,
.sections > span:before,
.types > span:after,
.sections > span:after,
.tags .open-mobile:before,
.tags .open-mobile:after {
	content: '';
	width: 10px;
	height: 2px;
	background: #999;
	position: absolute;
	right: 21px;
	top: 50%;
	margin-top: -1px;
}
.tags .open-mobile:before,
.tags .open-mobile:after {
	right: 0;
}
.types > span:hover:before,
.sections > span:hover:before,
.types > span:hover:after,
.sections > span:hover:after {
	background: #522c03;
}
.types > span:after,
.sections > span:after,
.tags .open-mobile:after {
	width: 2px;
	height: 10px;
	right: 25px;
	top: 50%;
	margin-top: -5px;
}
.tags .open-mobile:after {
	right: 4px;
}
.types > span.opened:after,
.sections > span.opened:after {
	display: none;
}
.types > span + div,
.sections > span + div {
	display: none;
}
.types li:after {
    clear: both;
    content: '';
    display: table;
}
.types .col-50 {
	float: left;
	width: 260px;
}
.types .col-50 + .col-50 {
	float: right;
}
.two-cols,
.four-cols {
	overflow: hidden;
	padding-bottom: 29px;
}
.two-cols {
	padding-bottom: 34px;
}
.two-cols a,
.four-cols a {
	color: #903226;
	text-decoration: underline;
}
.two-cols a:hover,
.four-cols a:hover {
	text-decoration: none;
}
.two-cols li,
.four-cols li {
	list-style-type: none;
	margin-bottom: 10px;
}
.two-cols li span {
	float: left;
	width: 109px;
	color: #999;
}
.two-cols li strong {
	display: block;
	overflow: hidden;
	font-weight: normal;
	color: #333;
}
.four-cols .col-25 {
	width: 110px;
	margin-right: 40px;
	float: left;
}
.four-cols .col-25:last-child {
	margin-right: 0;
}
.four-cols .col-25:first-child {
	color: #999;
}
.four-cols .col-25 li:first-child {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 11px;
	margin-bottom: 18px;
}

.single-product .entry {
	border-top: 1px solid #d7d7d7;
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 20px;
}
.single-product .entry h3 {
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 19px;
	font-family: "Times New Roman";
	font-weight: bold;
	position: relative;
	color: #522c03;
	cursor: pointer;
	margin-bottom: 9px;
}
.quick-buy{
	position: relative;
}

#circularG{
    position: absolute;
    width: 58px;
    height: 58px;
    margin: auto;
    top: 45%;
    left: 45%;
}

.circularG{
	position:absolute;
	background-color:rgb(240,177,19);
	width:14px;
	height:14px;
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
	animation-name:bounce_circularG;
		-o-animation-name:bounce_circularG;
		-ms-animation-name:bounce_circularG;
		-webkit-animation-name:bounce_circularG;
		-moz-animation-name:bounce_circularG;
	animation-duration:1.1s;
		-o-animation-duration:1.1s;
		-ms-animation-duration:1.1s;
		-webkit-animation-duration:1.1s;
		-moz-animation-duration:1.1s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#circularG_1{
	left:0;
	top:23px;
	animation-delay:0.41s;
		-o-animation-delay:0.41s;
		-ms-animation-delay:0.41s;
		-webkit-animation-delay:0.41s;
		-moz-animation-delay:0.41s;
}

#circularG_2{
	left:6px;
	top:6px;
	animation-delay:0.55s;
		-o-animation-delay:0.55s;
		-ms-animation-delay:0.55s;
		-webkit-animation-delay:0.55s;
		-moz-animation-delay:0.55s;
}

#circularG_3{
	top:0;
	left:23px;
	animation-delay:0.69s;
		-o-animation-delay:0.69s;
		-ms-animation-delay:0.69s;
		-webkit-animation-delay:0.69s;
		-moz-animation-delay:0.69s;
}

#circularG_4{
	right:6px;
	top:6px;
	animation-delay:0.83s;
		-o-animation-delay:0.83s;
		-ms-animation-delay:0.83s;
		-webkit-animation-delay:0.83s;
		-moz-animation-delay:0.83s;
}

#circularG_5{
	right:0;
	top:23px;
	animation-delay:0.97s;
		-o-animation-delay:0.97s;
		-ms-animation-delay:0.97s;
		-webkit-animation-delay:0.97s;
		-moz-animation-delay:0.97s;
}

#circularG_6{
	right:6px;
	bottom:6px;
	animation-delay:1.1s;
		-o-animation-delay:1.1s;
		-ms-animation-delay:1.1s;
		-webkit-animation-delay:1.1s;
		-moz-animation-delay:1.1s;
}

#circularG_7{
	left:23px;
	bottom:0;
	animation-delay:1.24s;
		-o-animation-delay:1.24s;
		-ms-animation-delay:1.24s;
		-webkit-animation-delay:1.24s;
		-moz-animation-delay:1.24s;
}

#circularG_8{
	left:6px;
	bottom:6px;
	animation-delay:1.38s;
		-o-animation-delay:1.38s;
		-ms-animation-delay:1.38s;
		-webkit-animation-delay:1.38s;
		-moz-animation-delay:1.38s;
}



@keyframes bounce_circularG{
	0%{
		transform:scale(1);
	}

	100%{
		transform:scale(.3);
	}
}

@-o-keyframes bounce_circularG{
	0%{
		-o-transform:scale(1);
	}

	100%{
		-o-transform:scale(.3);
	}
}

@-ms-keyframes bounce_circularG{
	0%{
		-ms-transform:scale(1);
	}

	100%{
		-ms-transform:scale(.3);
	}
}

@-webkit-keyframes bounce_circularG{
	0%{
		-webkit-transform:scale(1);
	}

	100%{
		-webkit-transform:scale(.3);
	}
}

@-moz-keyframes bounce_circularG{
	0%{
		-moz-transform:scale(1);
	}

	100%{
		-moz-transform:scale(.3);
	}
}
.quick-buy {
	margin-bottom: 50px;
}
.quick-buy .pink {
	background: #f5efe3;
	padding: 25px 14px;
	margin-left: -14px;
}
.quick-buy h3 {
	text-transform: uppercase;
	font-size: 11px;
	line-height: 19px;
	font-family: "Times New Roman";
	font-weight: bold;
	float: left;
	padding-right: 10px;
	margin-bottom: 12px;
}
.quick-buy h3  + em {
	font-style: normal;
	color: #999;
	font-size: 12px;
	line-height: 19px;
	display: block;
	margin-bottom: 12px;
}
.quick-buy p {
	display: inline-block;
	margin-right: 3px;
	vertical-align: top;
	width: 148px;
}
.quick-buy p.last {
	width: auto;
	margin-right: 0;
}
.quick-buy p input {
	width: 100%;
	padding: 10px 13px;
	box-sizing: border-box;
	background: #fff;
	border: none;
	color: #333;
	font-size: 12px;
	line-height: 17px;
	height: 37px;
	border: 1px solid #fff;
}
.quick-buy p input:focus,
.quick-buy p input:hover {
	border-color: #522c03;
}
.quick-buy p input.err {
	border-color: #903226;
}
.quick-buy .btn,
.quick-buy .btn:hover {
	background: url("../images/sprite.png") repeat-x 0px -695px;
	line-height: 37px;
	color: #fff;
	padding: 0 10px;
	font-size: 11px;
	margin-bottom: 0;
}
.quick-buy .btn:hover {
	color: #ffcf5c;
}
.quick-buy .btn:before,
.quick-buy .btn:after,
.quick-buy .btn:hover:before,
.quick-buy .btn:hover:after {
	background: url("../images/sprite.png") no-repeat -230px -358px;
	height: 39px;
}
.quick-buy .btn:before,
.quick-buy .btn:hover:before {
	background: url("../images/sprite.png") no-repeat -216px -358px;
}
.quick-buy .error {
	display: block;
	color: #903226;
	padding: 12px 0 5px;
}
.quick-buy .response {
	color: #522c03;
	font-size: 18px;
	line-height: 20px;
	font-family: "Times New Roman";
	font-weight: bold;
	background: #fadf9f;
	padding: 12px 19px;
	margin-left: -14px;
}
.tags {
	overflow: hidden;
	padding-bottom: 33px;
}
.tags .open-mobile {
	display: none;
}
.tags img {
	float: left;
	padding: 12px 8px 8px;
	max-width: 90px;
	height: auto;
	margin-right: 24px;
}
.tags .right {
	overflow: hidden;
}
.tags .right a {
	font-size: 14px;
	line-height: 24px;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
	color: #333;
	font-family: "Times New Roman";
}
.tags .right a:hover {
	color: #522c03;
}
.tags .right span {
	display: inline-block;
	vertical-align: top;
	color: #858585;
	font-size: 14px;
	margin: 0 8px;
	line-height: 24px;
}
.sections > span {
	border-top: 1px solid #d7d7d7;
	padding: 28px 0;
	margin-bottom: 0;
}
.sections > div {
	padding-bottom: 10px;
	color: #333;
}
.sections > div p {
	padding-bottom: 18px;
}
.sections > div p strong {
	color: #903226;
	display: block;
}
.sections > div p a {
	text-decoration: underline;
	color: #333;
}
.sections > div p a:hover {
	text-decoration: none;
}
.single-product .recommended {
	clear: both;
	position: relative;
}
.single-product .recommended .make-your {
	position: absolute;
	right: 10px;
	top: 0;
	color: #522c03;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	padding-left: 30px;
	text-transform: uppercase;
	text-decoration: none;
}
.single-product .recommended .make-your:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url("../images/sprite.png") no-repeat -207px 0;
	content: '';
}
.single-product .recommended .make-your:hover:before {
	background: url("../images/sprite.png") no-repeat -181px 0;
}
.recommended.pluses > ul > li:before  {
  display: block;
  width: 20px;
  height: 45px;
  content: '';
  background: url("../images/sprite.png") no-repeat -171px -646px;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -24px;
}
.recommended.pluses > ul > li:last-child:before {
	background: url("../images/sprite.png") no-repeat -200px -646px;
}
.recommended.pluses > ul > li:first-child:before {
	display: none;
}
.recommended.pluses > ul > li:last-child {
	border-color: #fff!important;
	position: absolute;
	right: 0;
	width: 20%;
	top: 0;
	bottom: 0;
}
.recommended.pluses > ul > li:last-child .total {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	font-family: "Times New Roman";
	font-weight: bold;
}
.recommended.pluses > ul > li:last-child .total span {
	display: block;
	text-transform: uppercase;
	color: #522c03;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 20px;
}
.recommended.pluses > ul > li:last-child .total em {
	color: #999;
	font-size: 27px;
	line-height: 32px;
	text-decoration: line-through;
	font-style: normal;
	display: block;
}
.recommended.pluses > ul > li:last-child .total strong {
	color: #903226;
	font-size: 27px;
	line-height: 32px;
	font-style: normal;
	display: block;
	padding-bottom: 25px;
}
.recommended.pluses > ul > li:last-child .total .btn:hover {
	color: #ffcf5c;
}

.recommended.pluses > ul {
	position: relative;
	padding-right: 237px;
}
.recommended.pluses > ul:after {
	clear: both;
	display: block;
	content: '';
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.registration_wrapper {
	top: 25%;
	margin: auto;
    width: 640px;
    height: 480px;
    font-family: "Times New Roman", Georgia, Serif;
    position: relative;
    background: url("/images/registration_bg.png") no-repeat center;
}

.registration_title_head {
    margin: 10px 0 0 180px;
    color: #ffcf5c;
    font-weight: bold;
    font-size: 24px;
    display: inline-block;
    width: 100%;
}

.registration_close_button {
    display: block;
    width: 25px;
    height: 25px;
    background: #ffcf5c url("/images/registration_close_button.png") no-repeat center;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    position: absolute;
    top: 5px;
    right: 5px;

}

.registration_text {
    position: relative;
    float: right;
    font-weight: bold;
    font-size: 46px;
    color: #180d01;
    top: 25px;
    right: 75px;
    text-align: center;
}

.registration_text a.registration_action {
    display: block;
    color: #999282;
    font-family: "Arial", Serif;
    font-size: 13px;
    position: relative;
    margin: 10px 0 20px 0;
}

.registration_text a.registration_action:hover {
    text-decoration: none;
}

.registration_bonus {
    text-align: left;
    font-size: 72px;
    color: #522c03;
}

.registration_bonus div:nth-child(1) {
    float: left;
}

.registration_bonus div:nth-child(2) {
    position: relative;
    color: #522c03;
    font-size: 48px;
    display: inline-block;
    vertical-align: top;
    top: -5px;
    left: 20px;
}

.registration_bonus div:nth-child(2) span {
    font-family: "Arial", Serif;
    font-size: 20px;
    color: #180d01;
    display: inline-block;
    vertical-align: top;
}

.registration_button {
    margin: 10px auto 0 auto;
    font-size: 14px;
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
}

.registration_button.registration_button_reg {
    color: #fff;
    width: 200px;
    height: 40px;
    background: url("/images/registration_button_reg.png") no-repeat;
}

.registration_button.registration_button_link {
    color: #522c03;
    width: 168px;
    height: 40px;
    background: url("/images/registration_button_link.png") no-repeat;
}
@-moz-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@-webkit-keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
@keyframes fade {
    from { opacity: 0; }
    to { opacity: 1 }
}
.registration_wrapper.new_bonus {
    top: 10px;
}
.registration_wrapper.new_bonus .registration_close_button {
    z-index: 10;
}
#register_bonus {
    background: white;
    padding: 0px 0px;
    text-align: left;
    max-width: 750px;
    position: relative;
	font-family:Arial;
}
#register_bonus .modal_head{
    background: #f5efe3 url(/images/other/fon_girls.png) no-repeat center center;
    padding: 40px 30px;
    font-size: 18px;
    color: #522c03;
    font-family: "Times New Roman";
    font-weight: bold;
    height: 100px;
    box-sizing: border-box;
	height:425px;
}
#register_bonus .rgist_bonus {
    position: absolute;
    width: 210px;
    height: 216px;
    text-align: center;
    box-sizing: border-box;
    background: #ffcf5c;
    right: 10%;
    top: 140px;
    border-radius: 15px;
    padding: 20px 15px;
    box-shadow: 0px 2px 13px 0px #d3d0ca;
    color: #903226;
    text-transform: uppercase;
}
#register_bonus .rgist_bonus span {
    display: block;
}
#register_bonus .rgist_bonus span:nth-child(1) {
    font-size: 42px;
}
#register_bonus .rgist_bonus span:nth-child(2) {
    font-size: 42px;
}
#register_bonus .rgist_bonus span:nth-child(3) {
    font-size: 17px;
    color: #522d03;
    margin: 10px 0;
}
#register_bonus .regist_button {
    background: url(/images/other/regist_button.png) no-repeat 50% 50%;
    width: 165px;
    height: 42px;
    box-sizing: border-box;
    text-align: center;
    font-family: 'MinionProSemibold';
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 42px;
}
#register_bonus .regist_button:hover{
	background: url(/images/other/regist_button_hover.png) no-repeat 50% 50%;
	transition:0.3s;
}
#register_bonus a.help_action {
    font-size: 12px;
    text-transform: none;
    color: #999999;
    font-weight: bold;
    display: inline-block;
    margin-top: 30px;
    font-family: "Arial";
}
#register_bonus a.help_action:hover{
     color:#522c03;
}
#register_bonus .content_modal{
    background: #efe5d2 url(/images/other/bg_contents.png);
	padding:20px;
	position:relative;
}
#register_bonus .content_modal:before{
    content: '';
    display: block;
    height: 36px;
    background: url(/images/other/border_befores.png) no-repeat 50% 50%;
    position: absolute;
    left: 0;
    top: -15px;
    width: 100%;
}
#register_bonus .icon_block_bonus{
     display:block;
	 position:relative;
	 font-size:11px;
	 font-family:'Arial';
	 text-align:center;
	 color:#666666;
}
#register_bonus .icon_block_bonus>div{
     display:inline-block;
	 width:24%;
	 margin:20px 0px;
}
#register_bonus .icons_b {
    margin-bottom: 10px;
}
#register_bonus .icon_block_bonus>div>span{
    font-size: 12px;
    font-family: "Times New Roman";
    color: #333333;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;



	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);

	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}



/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;

	-webkit-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-20px) perspective( 600px ) rotateX( 10deg );

}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-moz-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-ms-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	-o-transform: translateY(0) perspective( 600px ) rotateX( 0 );
	transform: translateY(0) perspective( 600px ) rotateX( 0 );
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;

	-webkit-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-moz-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-ms-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	-o-transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
	transform: translateY(-10px) perspective( 600px ) rotateX( 10deg );
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;

	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}
/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}
.page-content h1{
	border-top: 1px solid #d7d7d7;
	padding: 20px 0 10px;
	color: #522c03;
	font-size: 24px;
	line-height: 24px;
	font-family: "Times New Roman";
	font-weight: bold;
}
.page-descriptions p {
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 1.5;
}
.page-descriptions h3 {
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 1.5;
}

.recommended .img-wrap img.second-picture, .brands-list .img-wrap img.second-picture {
    display: none;
}
.recommended .img-wrap .multy-img:hover .first-picture{
   display: none;
}
.recommended .img-wrap .multy-img:hover .second-picture{
   display: inline;
}
.types table thead h2 {
    padding: 14px 5px 0 0;
}
.single-product a.btn.addS {
    width: 49px;
    height: 49px;
    background: url(/local/templates/adaptive/css/../images/ads-btn.png) repeat-x 0px 0px;
    margin-left: 0;
}
.single-product a.btn.addS:hover {
    background: url(/local/templates/adaptive/css/../images/ads-btn.png) repeat-x 0px -49px;
}
.single-product .btn.addS div {
	left: 0;
	margin: auto;
}
.single-product a.btn.addS::before, .single-product a.btn.addS::after {
	display: none !important;
}
/*responsive*/
@media screen and ( max-width: 1280px ) {
	.inner {
		max-width: 1024px;
		padding: 0 33px;
	}
	.logo {
		padding-left: 0;
	}
	.links {
		padding-right: 0;
	}
	#search #s {
		width: 143px;
	}
	#navi li {
		/*margin-top: 0 23px;*/
		padding: 0 15px;
	}
	.banner .slick-slide img {
		margin-left: 81px;
	}
	.banner .slick-slide .entry {
		right: 35px;
	}
	.videos .col-25 {
		width: 31.8%;
		margin-left: 2.3%;
	}
	.videos .col-25:last-child {
		display: none;
	}
	.videos .col-25 a {
		margin-bottom: 16px;
	}
	.videos {
		margin-bottom: 49px;
	}
	.recommended-slider {
		max-width: 956px;
	}
	.recommended .attr {
		font-size: 11px;
		top: 27px;
		right: 32px;
	}
	.footer-promo .col-25 {
		text-align: center;
	}
	.footer-promo .col-25 strong {
		clear: both;
		padding: 2px 0 3px;
	}
	.footer-promo .col-25 img {
		float: none;
		margin-right: 0;
	}
	.footer-promo {
		padding-bottom: 44px;
	}
	.footer-promo,
	.footer-navi {
		padding-left: 0;
		padding-right: 0;
	}
	.footer-navi {
		padding-bottom: 14px;
	}
	.footer-navi .col-20 {
		width: 26%;
	}
	.footer-navi .col-20:nth-child(5) {
		width: 13%;
	}
	.footer-navi .col-20 li {
		margin-bottom: 6px;
	}
	.bottom-footer {
		padding-top: 28px;
		padding-left: 0;
	}
	.bottom-footer .col-r {
		margin-right: -9px;
	}
	.bottom-footer strong {
		padding-bottom: 8px;
	}
	.sub-menu .types {
		margin-top: -12px;
	}
	.sub-menu {
		padding-bottom: 17px;
	}
	.auth .new-customer,
	.login-form {
		width: 340px;
	}
	.auth {
		padding-left: 49px;
		padding-right: 60px;
		padding-bottom: 45px;
	}
	.register-form {
		width: 338px;
		margin-left: 6px;
	}
	.register-form p:last-child {
		margin-bottom: 0;
	}
	p.confirm {
		margin-top: -17px;
		margin-bottom: 60px;
	}
	.register-form .btn {
		padding: 0 10px;
	}
	.login-as {
		padding-top: 39px;
	}
	#content {
		width: 706px;
	}
	.brand-page #content .brand-top-part,
	.brand-page #content .brand-bottom-part {
		float: right;
		width: 706px;
	}
	.brand-slider img {
		max-width: 630px;
		height: auto;
		max-height: 353px;
		width: auto;
	}
	.sub-cats {
		padding-bottom: 62px;
	}
	.sub-cats li {
		width: 33%;
	}
	.sub-cats li:last-child {
		display: none;
	}
	.can-buy {
		max-width: 702px;
	}
	.brand-entry.seo-text {
		padding: 50px 0 0;
	}
	.brands-list li,
	.category-page .recommended > ul > li {
		width: 33%;
	}
	.hide-sidebar.category-page .recommended > ul > li,
	.hide-sidebar .brands-list li,
	.recommended > ul > li,
	.recommended.pluses > ul > li:last-child {
		width: 25%;
	}
	#content.full .recommended > ul > li, .category-page .recommended > ul > li{
		float:left;
	}
	.search-top {
		padding-right: 227px;
	}
	.search-top .search-form {
		width: 68%;
	}
	.searh-results .row .img-wrap .attr {
		left: 1px;
	}
	.top-left-icons {
		left: 10px;
	}
	.searh-results .row .img-wrap {
		width: 207px;
	}
	.searh-results .col-02 {
		width: 290px;
	}
	.searh-results .col-03 {
		width: 214px;
		margin-right: 22px;
	}
	.searh-results .col-03 p {
		display: none;
	}
	.searh-results .col-03 h3 {
		margin-bottom: 20px;
	}
	.searh-results .col-04 {
		width: 188px;
	}
	.searh-results .col-04 li span {
		width: 80px;
	}
	.single-product .gallery {
		width: 467px;
	}
	.slider-for {
		width: 378px;
	}
	.gallery .img-wrap {
		height: 362px;
	}
	.gallery .video-link {
		top: 326px;
	}
	.gallery .socials {
		padding-top: 53px;
	}
	.gallery .attr {
		right: -5px;
		top: 0px;
	}
	.single-product .top-part,
	.single-product .bottom-part {
		width: 449px;
		clear: right;
	}
	.single-product h1 {
		margin-top: 5px;
		padding-top: 17px;
		padding-bottom: 13px;
	}
	.variations {
		max-width: 404px;
		margin-bottom: 22px;
	}
	.two-cols li span {
		width: 96px;
	}
	.types .col-50 {
		width: 215px;
	}
	.four-cols .col-25 {
		width: 81px;
	}
	.quick-buy h3 {
		float: none;
		margin-bottom: 0;
	}
	.quick-buy .pink {
		padding-top: 23px;
	}
	.quick-buy p {
		width: 108px;
	}
	.quick-buy .btn {
		padding: 0 9px;
	}
	/*.recommended.pluses  > ul > li.prd-04 {
		display: none;
	}*/
}
@media screen and ( max-width: 1023px ) {
	.gallery {
		-webkit-transform: inherit!important;
		transform: inherit!important;
	}
	.inner {
		max-width: 768px;
		padding: 0 25px;
	}
	#header #phone > span {
		display: none;
	}
	#header #phone .more {
		border: none;
		left: 0;
		top: -3px;
		content: '';
		background: url(../images/sprite.png) no-repeat 0 0;
		background-position: 0 -49px;
    height: 16px;
    top: 1px;
    width: 17px;
	}
	#header #phone {
		margin-right: 16px;
		margin-left: 47px;
	}
	#favorite,
	#login-link,
	#cart-link {
		text-indent: -9999px;
		position: relative;
		width: 0;
	}
	#cart-link{
		width: auto;
	}
	#cart-link span{
		width: 0;
	}
	#header a {
		margin-left: 43px;
	}
	#favorite span,
	#cart-link span {
		position: absolute;
		top: -9px;
		left: 17px;
		text-indent: 0;
		display: block;
		font-size: 11px;
		line-height: normal;
	}
	.links {
		padding-right: 3px;
	}
	.logo {
		padding-left: 8px;
	}
	#navi li {
		/*margin: 0 17px; */
	}
	.banner .slick-slide img {
		margin-left: -59px;
	}
	.banner .slick-slide .entry {
		right: 55px;
	}
	.banner .slick-next {
		right: 11px;
	}
	.banner .slick-prev {
		left: 11px;
	}
	.banner .inner {
		overflow: hidden;
	}
	.banners .row .col-50 strong span {
	  font-size: 14px;
	  left: 19px;
	  z-index: 22;
	}
	.videos .col-25:nth-child(4) {
		display: none;
	}
	.videos .col-25 {
    margin-left: 2.6%;
    width: 48.7%;
  }
  .videos .heading {
  	padding-left: 20px;
  }
  .videos {
  	margin-bottom: 57px;
  }
  .recommended-slider {
  	max-width: 714px;
  }
  .seo-text {
  	padding-left: 0;
  	padding-right: 0;
  }
  .footer-navi .col-20 {
  	width: 30%;
  	padding-bottom: 32px;
  }
  .footer-navi .col-20:nth-child(2) {
  	width: 28%;
  }
  .footer-navi .col-20:nth-child(3) {
  	width: 23%;
  }
  .footer-navi .col-20:nth-child(5) {
  	width: auto;
  	clear: both;
  	background: url("../images/divider.png") repeat-x 0 0;
  	padding-top: 32px;
  	float: none;
  	padding-bottom: 0;
  }
  .footer-navi .col-20:nth-child(5):after {
  	clear: both;
  	content: '';
  	display: block;
  }
  .footer-navi .col-20:nth-child(5) div:first-child {
  	float: left;
  	width: 30%;
  }
  .footer-navi .col-20:nth-child(5) > div + div {
  	float: left;
  	width: 28%;
  }
  .recall {
  	margin: 0;
  	width: 23%;
  	float: left;
  }
  .currency {
  	float: left;
  	width: 19%;
  }
  .footer-navi {
  	padding-bottom: 0;
  	margin-bottom: -16px;
  }
  .bottom-footer {
  	padding-top: 17px;
  }
  .copyright {
  	width: 145px;
  }
  .cards {
  	margin: 0 30px 0 6px;
  }
  .bottom-footer .col-r {
  	padding-top: 9px;
  }
  .bottom-footer .follow-us strong {
  	padding-bottom: 12px;
  }
  .sub-menu {
  	left: 56px;
  	right: 56px;
  }
  #navi .sub-menu-banner {
  	display: none;
  }
  .auth .new-customer,
  .login-form,
  .register-form {
    width: 403px;
    float: none;
    margin: 0 auto;
  }
  .register-form {
  	padding-bottom: 106px;
  }
  .login-form {
  	padding-bottom: 113px;
  }
  .auth {
  	padding-left: 0;
  	padding-right: 0;
  }
  #content {
  	width: 470px;
  }
  .brand-page #content {
  	width: 100%;
  }
  .inner-page #content .breadcrumbs {
  	padding-left: 11px;
  }
  .sub-cats li:last-child {
  	display: block;
  }
  .sub-cats li:last-child,
  .sub-cats li:nth-child(3) {
  	margin-bottom: -20px;
  }
  .sub-cats li {
  	width: 50%;
  	margin-bottom: 68px;
  }
  .brand-slider {
  	margin-bottom: 22px;
  }
  .brand-page  {
  	position: relative;
  }
  /*.brand-page #sidebar {
  	position: absolute;
  	top: 437px;
  	left: 25px;
  }*/
   .brand-page #content .brand-bottom-part {
		width: 454px;
	}
  .brand-page #content .brand-top-part {
		float: none;
		width: auto;
	}
  .top-heading .sort {
  	margin-right: 0;
  }
  .top-heading {
  	padding-top: 13px;
  }
  .brands-list li,
  .category-page .recommended > ul > li {
  	width: 50%;
  }
  .hide-sidebar.category-page .recommended > ul > li,
  .hide-sidebar .brands-list li,
  .recommended > ul > li,
	.recommended.pluses > ul > li:last-child {
  	width: 33.33%;
  }
  .search-top {
  	padding-right: 180px;
  }
  .search-top .search-form {
  	width: 65%;
  }
  .searh-results .col-04 {
  	display: none;
  }
  .searh-results .col-02 {
  	margin-right: 10px;
  }
  .searh-results .col-03 {
  	margin-right: 0;
  	width: 205px;
  }
  .single-product .gallery {
  	width: 359px;
  }
  .slider-nav {
  	display: none;
  }
  .gallery .video-link {
  	top: 0;
  }
  .slider-for {
  	width: 300px;
  	margin-left: 30px;
  }
  .gallery .attr {
  	right: 29px;
  }
  .gallery .socials {
  	display: none;
  }
  .gallery .slick-dots {
  	text-align: center;
  	bottom: -50px;
  	left: 0;
  	right: 0;
  	position: absolute;
  }
  .gallery .slick-dots li {
  	list-style-type: none;
  	display: inline-block;
  	margin: 0 4px;
  }
  .gallery .slick-dots li button {
  	width: 9px;
  	height: 9px;
  	border: none;
  	background: #999;
  	border-radius: 50%;
  	cursor: pointer;
  	text-indent: -9999px;
  	padding: 0;
  	margin: 0;
  }
  .gallery .slick-dots li.slick-active button {
  	background: #ffcf5c;
  }
  .slider-for .slick-prev, .slider-for .slick-next {
  	border: medium none;
		background: none;
	  border-left: 1px solid #999;
	  border-bottom: 1px solid #999;
	  cursor: pointer;
	  height: 11px;
	  left: 15%;
	  padding: 0;
	  margin-top: -6px;
	  position: absolute;
	  text-indent: -9999px;
	  top: auto;
	  bottom: -40px;
	  width: 11px;
	  z-index: 3;
	  -webkit-transform: rotate(45deg);
	  transform: rotate(45deg);
	}
	.slider-for .slick-next  {
		left: auto;
		right: 15%;
		-webkit-transform: rotate(-135deg);
	  transform: rotate(-135deg);
	}
  .single-product .top-part {
  	width: 340px;
  }
	.single-product .bottom-part {
		width: 100%;
		clear: both;
		box-sizing: border-box;
		padding-left: 12px;
		padding-top: 5px;
	}
  .single-product h1 {
    margin-top: 7px;
    padding-bottom: 12px;
    padding-top: 20px;
  }
  .single-product .price span {
  	padding-right: 7px;
  }
  .single-product .shipping {
  	border: none;
  	padding-left: 0;
  	display: block;
  	padding-top: 10px;
  }
  .single-product .btns .btn {
  	padding: 0 13px;
  }
  .variations {
  	max-width: 100%;
  }
  .variations .slick-next {
  	right: -10px;
  }
  .variations .slick-prev {
  	left: -10px;
  }
  .btn span {
  	margin-left: -114px;
  }
  .btn span::after {
  	left: 70%;
  }
  .two-cols li span {
  	width: 121px;
  }
  .types .col-50 {
  	width: 333px;
  }
  .four-cols .col-25 {
  	width: 146px;
  }
  .quick-buy h3 {
  	float: left;
  }
  .quick-buy p {
  	width: 195px;
  }
  .single-product .recommended .make-your {
  	margin-right: 20px;
  }
  /*.recommended.pluses  > ul > li.prd-03 {
		display: none;
	}*/
	.single-product .sections {
		padding-bottom: 50px;
	}
}
/*responsive*/
@media screen and ( min-width: 768px ) {
	#search .mobile-btn + div,
	.footer-navi .col-20 ul,
	#navi {
		display: block!important;
	}
	nav ul {
		-webkit-transform: inherit;
		transform: inherit;
	}
}

@media (max-width: 991px) {

	.custom-tip {
		display: none;
	}

	.banner .slick-slide .entry {
		background: rgba(245,239,227,0.9);
		width: 100%;
		right: 0;
		left: 0;
		bottom: 0;
		top: auto;
		padding-bottom: 25px;
		padding-top: 25px;
		text-align: center;
	}
	.banner .slick-slide .entry h2 {
		font-size: 32px;
		line-height: 32px;
		margin-bottom: 25px;
		padding: 0 33px;
	}
	.banner .slick-slide .entry p {
		display: none;
	}

	.videos {
		padding: 0 24px;
		margin-bottom: 19px;
	}
	.videos .heading a {
		margin-right: -10px;
	}
	.videos .col-25 {
		width: 100%;
		margin: 0 0 25px;
	}
	.videos .heading {
		padding-left: 0;
	}
	.videos .col-25 a {
		margin-bottom: 18px;
	}
	.videos .col-25 span {
		padding: 0;
	}
}

@media screen and ( max-width: 767px ) {
	.single-product .sizes {
		width: auto;
	}
	.logo {
		padding-left: 0;
		padding-right: 2px;
		float: none;
		margin: 0 auto;
	}
	.links {
		position: absolute;
		padding-right: 0;
		top: 77px;
		left: 0;
		right: 0;
		z-index: 9;
		padding-top: 11px;
		min-height: 48px;
		background: url(../images/bg-navi-top.jpg) repeat-x 0 0;
	    text-align: center;
	    box-sizing: border-box;
	}
	.links:after {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 13px;
		background: url(../images/bg-navi-bottom.png) repeat-x 0 100%;
		content: '';
		display: block;
	}
	#navi:before {
		display: none;
	}
	#header {
		position: relative;
		z-index: 5;
	}
	#navi {
		position: fixed;
		display: block;
		background: #fff;
		width: 288px;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 999;
		text-align: left;
		padding: 32px;
		box-sizing: border-box;
		-webkit-transform: translate(-100vw,0);
		transform: translate(-100vw,0);
		-webkit-transition: transform .5s;
		transition: transform .5s;
	}
	#navi.open {
	  -webkit-transform: translate(0,0);
		transform: translate(0,0);
	}
	#navi::after {
		display: none;
	}
	#navi::before {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
    background: #fff;
    z-index: -1;
    display: block;
    height: auto;
    position: absolute;
    width: auto;
	}
	.mobile-overlay {
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
    background: rgba(102,102,102,0.5);
    z-index: 98;
    height: auto;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: opacity .5s, visibility .5s;
    transform: opacity .5s, visibility .5s;

	}
	.open + .mobile-overlay {
		opacity: 1;
		visibility: visible;

	}
	.mobile-menu-title {
		display: block;
		width: 100%;
		display: block;
		color: #522c03;
		text-align: left;
		font-size: 15px;
		padding: 6px 0;
		text-transform: uppercase;
		font-family: "Times New Roman";
		border-bottom: 1px solid #d7d7d7;
		font-weight: bold;
		padding-bottom: 10px;
		margin-bottom: 5px;
		position: relative;
	}
	.mobile-menu-title em.close {
		background: url("../images/sprite.png") no-repeat -199px -168px;
		width: 10px;
		height: 10px;
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -7px;
		text-indent: -9999px;
		cursor: pointer;
	}
	#navi .sub-menu .types li a {
		font-size: 13px;
	}
	#navi .sub-menu .types li .sections a {
		font-size: 14px;
	}
	.mobile-menu-title em.prev {
		background: url("../images/sprite.png") no-repeat -200px -225px;
		width: 6px;
		height: 10px;
		float: left;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -7px;
		text-indent: -9999px;
		cursor: pointer;
		display: none;
	}
	.mobile-menu-title.aligned {
		text-align: center;
	}
	.mobile-menu-title.aligned em.prev {
		display: block;
	}
	.mobile-menu-title.aligned span{
		max-width: 170px;
		display: block;
	}
	#navi .inner {
		overflow: hidden;
    bottom: 32px;
    height: auto;
    left: 32px;
    max-width: 1000px;
    position: absolute;
    right: 32px;
    top: 32px;
    width: auto;
	}
	#navi li {
		margin: 0;
		width: 100%;
		display: block;
	}
	#navi .inner > ul {
		-webkit-transition: transform .5s;
		transition: transform .5s;
	}
	#navi li a,
	#navi .types > ul > li > a {
	  width: 100%;
		display: block;
		color: #522c03!important;
		text-align: left;
		font-size: 13px;
		padding: 6px 0;
		position: relative;
	}
	#navi li.has-child > a:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 6px;
    height: 10px;
    content: '';
    display: block;
    margin-top: -5px;
    background: url("../images/sprite.png") no-repeat -201px -211px;
	}
	.sub-menu .sections span, .sub-menu .popular span {
		display: none;
	}
	.sub-menu .types {
		margin-right: 0;
		width: auto;
		float: none;
	}
	.sub-menu::before {
		display: none;
	}
	#navi li:hover .sub-menu {
	  display: none;
  }
  .sub-menu,
  .sub-menu .sections {
  	left: 100%;
  	top: 12px;
  	padding: 0;
  	right: auto;
  	background: #fff;
  	width: 224px;
  }
  .sub-menu .sections {
  	top: 0;
  }
  #navi li:hover .opened + .sub-menu,
  #navi li .opened + .sub-menu,
  #navi li .opened-type + .sections  {
  	display: block;
  }
	#header a#cart-link {
		margin:0 19px 0 31px;
	}
	#header a#login-link {
		margin-left: 28px;
	}
	#header a#favorite {
		margin-left: 19px;
	}
	#header #phone {
		margin-left: 33px;
	}
	#favorite span {
		left: 22px;
		top: -7px;
	}
	#header a#cart-link::before {
    background-position: -236px -853px!important;
  }
  #header a#login-link::before {
  	background-position: -200px -853px!important;
  	height: 19px;
  }
  #header a#favorite::before {
  	background-position: -149px -859px!important;
  }
  #header #phone {
  	width: 17px;
		height: 19px;
		margin-top: 0;
  }
  #header #phone .mobile-call {
		display: block;
		width: 17px;
		height: 19px;
		position: absolute;
		top: 0;
		left: 0;
		margin-left: 0;
		padding-left: 0;
		background: url(../images/sprite.png) no-repeat -97px -857px;
	}
	#header #phone .more {
		display: none;
	}
	#header #mobile-menu {
		display: block;
		width: 15px;
		height: 15px;
		background: url(../images/sprite.png) no-repeat 0px -858px;
		margin-left: 26px;
		margin-top: 2px;
		padding-left: 0;
		float: left;
	}
	#search {
		position: static;
		margin-top: 1px;
		width: 16px;
		height: 15px;
	}
	 .mobile-btn {
		width: 16px;
		height: 15px;
		display: block;
		cursor: pointer;
		background: url(../images/sprite.png) no-repeat -48px -858px;
		position: absolute;
		left: 75px;
	}
	#search  > div {
		position: absolute;
		top: 44px;
		left: 0px;
		right: 0px;
		background: #fff;
		padding: 20px 24px;
		height: 42px;
		display: none;
	}
	#search  > div span {
		display: block;
		position: relative;
	}
	#header a {
		color: #ffcf5c;
	}
	#search .variations {
		display: none!important;
	}
	#search #s {
		position: absolute;
		top: 0px;
		left: 0;
		right: 0;
		bottom: 20px;
		border: 1px solid #d7d7d7;
		padding: 0 15px;
		width: auto;
		height: 42px;
		width: 100%;
		box-sizing: border-box;
		z-index: 2;
		display:none;
	}
	#search input[type="submit"] {
    right: 0;
    margin-right: 5px;
    top: 5px;
    font-family: Arial;
    position: absolute;
    text-indent: 0;
    background: #f5efe3;
    width: 65px;
    height: 32px;
    color: #522c03;
    font-size: 10px;
    font-weight: bold;
    z-index: 2;
  }

  .banner .slick-slide img {
    height: auto;
    margin-left: 12px;
    max-width: 100%;
  }
  .banner .inner {
  	padding: 0;
  }
  #header {
  	margin-bottom: 42px;
  }
  .banner .btn {
  	font-size: 12px;
  	padding: 0 11px;
  	margin: 0 15px;
  }
  .banner .slick-slide .entry .btns {
  	padding-top: 0;
  }
  .banner .slick-next {
  	right: 22px;
  }
  .banner .slick-prev {
  	left: 22px;
  }
  .inner {
  	padding: 0;
  }
  .footer-n .inner{
	  padding: 0 20px;
  }
  .banners .row .col-50 {
  	width: 100%;
  	overflow: hidden;
  }
  .banners .row .col-50:last-child {
  	float: left;
  }
  .banners .row.first .col-50:last-child .img-wrap {
  	float: left;
  }
  .banners .row.first .col-50:last-child strong {
  	left: auto;
  	right: 0;
  }
  .banners .row.last .col-50:first-child .img-wrap {
  	float: right;
  }
  .banners .row.last .col-50:first-child strong {
  	left: 0;
  	right: auto;
  }
  .banners .row.first .col-50:last-child a:hover strong:after,
  .banners .row.first .col-50:last-child a:hover strong:before   {
		-webkit-transform: translate(-30px,0)!;
		transform: translate(-30px,0);
	}
	.banners .row.first .col-50:last-child a strong:after {
		left: 0;
		right: auto;
	}
	.banners .row.last .col-50:first-child  a:hover strong:after,
	.banners .row.last .col-50:first-child  a:hover strong:before {
		-webkit-transform: translate(30px,0);
		transform: translate(30px,0);
	}
	.banners .row.last .col-50:first-child  a strong:after {
		left: auto;
		right: 0;
	}
  .banners .row.first .col-50:last-child a strong:before {
		border: none;
		left: auto;
		border-top: 13px solid transparent;
	  border-bottom: 13px solid transparent;
	  right: 100%;
	  border-right:13px solid #fff;
	}
	.banners .row.last .col-50:first-child strong:before {
	  border-left: 13px solid #fff;
	  border-right: none;
	  left: 99%;
	}
	.banners .row .col-50 strong span {
		left: 15px;
	}
	.banners .row .col-50 .img-wrap {
		width: 61.9%;
	}

	.brands {
		margin: 0 24px 52px;
	}
	.recommended {
		padding: 0 24px;
	}
	.recommended .attr {
    right: 52px;
    top: 25px;
  }
  .recommended-slider .prd-wrap {
  	padding-top: 44px;
  }
  #container {
  	padding-bottom: 15px;
  	margin-top: 68px;
  }
  .footer-promo .col-25,
  .footer-promo .col-25:last-child {
  	width: 50%;
  	margin-bottom: 42px;
  }
  .footer-promo {
  	padding-bottom: 0;
  	padding-left: 24px;
  	padding-right: 24px;
  }
  .newsletter {
  	padding-bottom: 17px;
  }
  .newsletter p {
  	margin-bottom: 21px;
  	display: block;
  }
  .seo-text {
  	background: none;
  	margin-bottom: 0;
  }
  .newsletter input {
  	width: 239px;
  }
  .seo-text .inner {
  	padding: 0 24px;
  }
  .footer-navi .col-20 {
  	width: 100%!important;
  	padding: 0 23px;
  	box-sizing: border-box;
  	background: url("../images/divider.png") repeat-x 0 0%;
  }
  .footer-navi .col-20 h3 {
  	padding: 16px 0;
  	cursor: pointer;
  }
  .footer-navi .col-20 ul {
  	display: none;
  	padding-top: 0;
  	padding-bottom: 15px;
  }

	.footer-navi .col-20.active > ul {
		display: block;
	}
  .footer-navi .col-20:nth-child(5) {
  	padding-bottom: 28px;
  }
  .footer-navi .col-20:nth-child(5) div:first-child,
  .footer-navi .col-20:nth-child(5) > div + div {
  	margin-bottom: -12px;
  }
  .footer-navi .col-20:nth-child(5) div:first-child,
  .footer-navi .col-20:nth-child(5) > div + div,
  .recall,
  .currency {
  	float: none;
  	width: 100%;
  }
  .recall {
  	margin: 35px 0 31px;
  }

  .bottom-footer .inner {
  	padding: 0 24px;
  }
  .bottom-footer .col-r {
  	margin-right: 0;
  	float: none;
  }
  .copyright {
  	width: auto;
  }
  .follow-us,
  .cards,
  .mobile-app {
  	float: none;
  	clear: both;
  	margin: 0 0 36px 0;
  	overflow: hidden;
  }
  .mobile-app {
  	margin-bottom: 11px;
  }
  .cards {
  	margin-bottom: 21px;
  }
  .auth .new-customer,
  .login-form,
  .register-form {
  	width: 100%;
  	max-width: 403px;
  	padding: 0 24px;
  	box-sizing: border-box;
  }
  .register-form {
  	padding-right: 49px;
  }
  .auth .new-customer {
  	padding: 0;
  }
  .auth .new-customer h2,
  .auth .new-customer p {
  	padding-left: 24px;
  	padding-right: 24px;
  }
  .login-form,
  .register-form {
  	padding-bottom: 113px;
  }
  .register-form .btn {
  	right: -12px;
  }
  .register-form + .login-form {
  	padding-bottom: 0;
  }
  .auth {
  	padding-top: 51px;
  }
  .login-form p input {
  	width: 152px;
  }
  .register-form p input {
  	/*width: 127px;*/
  	width: 100%;
  }
  .register-form .info .more {
  	left: auto;
  	right: 40px;
  }
  .register-form .info .more::before {
  	border: none;
  	border-left: 8px solid #f5efe3;
  	border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
  	right: auto;
  	left: 100%;
  }
  .inner-page.brand-page #content .breadcrumbs {
  	padding-left: 24px;
  	padding-right: 24px;
  	padding-top: 19px;
  	padding-bottom: 12px;
  }
  .brand-slider {
  	margin-left: 0;
  }
  .brand-slider img {
  	max-width: 100%;
  	padding: 0;
  	height: auto;
  }
  .brand-slider .video-link::before {
		width: 49px;
		height: 49px;
		margin: -25px 0 0 -25px;
		background: url(../images/sprite.png) no-repeat -91px -94px;
  }
  #sidebar {
    float: none;
    margin: 0 auto;
    width: auto;
    max-width: 400px;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
  }
  .subscribe-left {
  	padding-left: 0;
  	padding-right: 0;
  }
  .brand-page #content .brand-bottom-part {
  	width: 100%;
  	float: none;
  	padding-top: 50px;
  	clear: both;
  }
  .sub-cats {
  	padding-bottom: 0;
  }
  .sub-cats li {
  	width: 100%;
  	margin-bottom: 63px!important;
  }
  .brand-entry.seo-text {
  	padding-left: 24px;
  	padding-right: 24px;
  }
  #container.inner-page.brands-page {
  	padding-top: 21px;
  }
  .brands-page #content {
  	padding-left: 24px;
  	padding-right: 24px;
  	width: auto;
  	padding-top: 20px;
  }
  .inner-page.brands-page #content .breadcrumbs {
  	padding-left: 0;
  }
  .top-heading .showed {
  	display: none;
  }
  .top-heading h1 {
  	float: none;
  	padding-bottom: 5px;
  }
  .top-heading .sort {
  	float: left;
  }
  .hide-sidebar #sidebar {
  	position: static;
  }
  .hide-sidebar #content .breadcrumbs,
  .hide-sidebar #content .top-heading {
  	margin-left: 0;
  }
  .hide-sidebar .filters {
  	padding-left: 0;
  	padding-bottom: 0;
  	/*border-bottom: 1px solid #522c03;*/
  	/*border-bottom: 1px solid #d7d7d7;*/
  }

  .brands-page.hide-sidebar #content {
  	padding-top: 0;
  }
  .hide-sidebar.category-page .recommended > ul > li,
  .hide-sidebar .brands-list li,
  .recommended > ul > li,
  .recommended.pluses > ul > li:last-child {
  	width: 50%;
  }
  .search-top .switcher,
  .search-top .breadcrumbs {
  	display: none;
  }
  .search-top {
  	padding-left: 0px;
  	padding-right: 0px;
  	padding-bottom: 15px;
  	width: 100%;
  	max-width: 400px;
  	margin: 0 auto;
  	box-sizing: border-box;
  }
  .search-top .search-form {
  	float: none;
  	width: auto;
  }


  #content.full,
  .category-page #content {
  	padding-left: 24px;
  	padding-right: 24px;
  	padding-top: 6px;
  	box-sizing: border-box;
  }
  .category-page #content {
  	width: 100%;
	  padding-top: 0;
  }
  #container.inner-page.category-page {
  	padding-top: 22px;
  }
  .inner-page.category-page #content .breadcrumbs {
  	padding-left: 0;
  }
  #content.full h1 {
  	padding-left: 16px;
  }
  #content.full .recommended {
  	padding-left: 16px;
  	padding-right: 16px;
  }
  .filtered-products {
  	position: fixed;
  	bottom: 0;
  	left: 0;
  	right: 0;
  	top: auto;
  	width: auto;
  	border-top: 1px solid #c4b49f;
  }
  .filtered-products span {
  	display: inline;
  	padding-right: 10px;
  }
  .hide-sidebar .filters {
  	padding-right: 0;
  }
  .fixed .links {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
	}
	.single-product .gallery {
		width: 100%;
		padding-top: 15px;
		padding-bottom: 60px;
	}
	.slider-for {
		margin: 0 auto;
	}
	.gallery .video-link {
		top: 14px;
		left: 10px;
		display: block;
	}
	.gallery .img-wrap {
		width: 300px;
		height: 300px;
	}
	.gallery .attr {
		right: 10px;
		top: 15px;
	}
	.single-product .top-part,
	.single-product .bottom-part {
		width: 100%;
		padding: 0 24px;
		box-sizing: border-box;
	}
	.single-product .col-r .price {
		padding-bottom: 14px;
	}
	.single-product .sizes span, .single-product .sizes a {
		min-width: 18px;
		line-height: 18px;
	}
	.single-product .in-stock {
		padding-right: 10px;
		margin-right: 8px;
	}
	.single-product .btns .btn {
		font-size: 12px;
		padding: 0 7px;
	}
	.variations .slick-slide {
		text-align: center;
	}
	.variations .slick-slide a {
		display: inline-block;
	}
	.two-cols li span {
		width: 136px;
	}
	.types .col-50 {
		width: 100%;
	}
	.four-cols .col-25 {
		width: 25%;
		padding-right: 11px;
		margin-right: 0;
		box-sizing: border-box;
	}
	.single-product .entry {
		padding-right: 0;
	}
	.quick-buy {
		margin-left: -28px;
		position: relative;
		right: -14px;
	}
	.quick-buy h3 + em {
		margin-bottom: 15px;
	}
	.quick-buy .pink {
		margin-left: 0;
		padding-top: 27px;
	}
	.quick-buy h3 {
		float: none;
	}
	.quick-buy p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 8px;
	}
	.quick-buy p.last {
		margin-top: 11px;
	}
	.quick-buy .response {
		font-size: 16px;
		margin-left: 0;
	}
	.tags img {
		float: none;
		display: block;
		margin: 0 auto 30px;
	}
	.tags .right a {
		display: inline;
	}

	.login-form p label, .register-form p label {
		width: 72px;
		font-size: 14px;
	}
	.login-form p input, .register-form p input {
		font-size: 14px;
	}
	body,
	.auth h3 {
		font-size: 13px;
	}
	.single-product{
		padding-top: 0px;
	}
	.single-product .shipping,
	.single-product .in-stock,
	.single-product .stores {
		font-size: 12px;
	}
	.show-password-link,
	.login-form .forgot,
	.videos .col-25 span {
		font-size: 13px;
	}
	.auth h2 {
		font-size: 23px;
	}
	.brands .slick-prev, .brands .slick-next,
	.can-buy .slick-prev, .can-buy .slick-next,
	.recommended-slider .slick-prev, .recommended-slider .slick-next,
	.slider-nav .slick-prev,
	.slider-nav .slick-next,
	.variations .slick-prev,
	.variations .slick-next {
	  border-left: 2px solid #a4a4a4;
	  border-bottom: 2px solid #a4a4a4;
	}
	.footer-promo>div{
		display: flex;
		flex-flow: row wrap;
		align-items: stretch;
		padding: 0;
	}
	#content {
		width: 100%;
		margin-top: 65px;
	}

	.left-menu-submenu-frame{
		width:auto;
		margin:0;
	}
	.left-menu-detail-text p img {
		text-align: center;
		margin-right: 18px;
		max-width: 100%;
		height: auto;
	}

	div#popup-basket {
		padding: 0 0 40px;
	}

	.submenu-category > li {
		margin: 0 0 20px 23px;
		float: none;
	}

}
@media screen and ( max-width: 570px ) {
  .brands-list li,
  .category-page .recommended > ul > li,
  #content.full .recommended > ul > li,
  .category-page .recommended > ul > li {
  	display: block;
  	margin: 0 auto;
  }
}
@media screen and ( max-width: 480px ) {
  .brands-list li, .category-page .recommended > ul > li,
  .hide-sidebar.category-page .recommended > ul > li,
  .hide-sidebar .brands-list li,
  .recommended > ul > li,
  .recommended.pluses > ul > li:last-child {
  	width: 100%;
  }
  .ui-slider .ui-slider-handle {
  	-webkit-transform: scale(1.2);
  	-webkit-transform-origin: 50% 50%;
  	transform: scale(1.2);
  	transform-origin: 50% 50%;
  }
  .brands-list li,
  .category-page .recommended > ul > li {
  	display: block;
  	margin: 0 auto;
  }
  .variations .slick-list.draggable {
  	max-width: 272px;
  	margin: 0 auto;
  }
  .tags .right {
  	max-height: 26px;
  	position: relative;
  	-webkit-transition: max-height .5s;
  	transition: max-height .5s;
  	padding-right: 35px;
  }
  .tags.expand .right {
  	max-height: 200px;
  }
  .tags .open-mobile {
  	display: block;
  	position: absolute;
  	right: 21px;
  	top: 7px;
  	text-indent: -9999px;
  	width: 10px;
  	height: 10px;
  	cursor: pointer;
  }
  .tags.expand .open-mobile:after {
  	display: none;
  }
}

/*----------------------- New style 19.05.2017 -----------------------*/

.recommended  > ul > li{
	min-height: 380px;
}

.title-search-result {
    background: #fff;
    /* width: 400px !important;
    left: 537px !important;
	top: 52px !important;
	*/

}
.title-search-result .variations{
	max-width:100%;
	margin:0;
}
.title-search-result ul {
    box-sizing: border-box;
    font-size: 12px;
}
.title-search-result ul li {
    padding: 5px 12px;
    display: block;
    border-bottom: 1px solid #c4b49f;
    box-sizing: border-box;
}
.title-search-result ul li:last-child {
    border:none;
}
.title-search-result ul li a {
    color: #522c03 !important;
}
.title-search-result ul li a:hover {
    color: #903226 !important;
}

.bx_catalog_item_scu{
    text-transform: uppercase;
    padding-bottom: 11px;
    display: inline-block;
    vertical-align: top;
}
.bx_catalog_item_scu ul {
    list-style: none;
    display: inline-block;
	width:auto !important;
}
.bx_catalog_item_scu ul li {
    margin-left: 2px;
    min-width: 20px;
    display: inline-block;
	border: 1px solid #fff;
	text-align:center;
}
.bx_catalog_item_scu ul li.bx_active {
    color: #999;
	border: 1px solid #d7d7d7;
}
.bx_catalog_item_scu ul li:hover {
    border: 1px solid #903226;
	cursor:pointer;
}
.bx_catalog_item_scu ul li.bx_active:hover {
    border: 1px solid #d7d7d7;
	color: #999;
    cursor: default;
}

input.input_quantity{
	width:100%;
}

font.errortext {
	color: red;
}

a.wish.del {
    background-position: -194px -163px;
    height: 20px;
    width: 20px;
    margin-top: -2px;
    border: 2px solid #999;
    border-radius: 50%;
}
a.wish.del:hover {
    background-position: -194px -178px;
    border: 2px solid #903226;
}
a.btn.wish.added.hidden-tip span {
    display: none;
}

.btns.archive {
    opacity: 0.3;
	position:relative;
}
.btns.archive:after {
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    position: absolute;
}
.btn{
	-webkit-transition:none;
	transition:none;
}
.order_complete_block {
    font-family: "Arial", sans-serif;
    padding: 10px;
    width: 751px;
    height: 356px;
    background: url(../images/zakaz_bg.png);
    position: relative;
    overflow: hidden;
    font-size: 12px;
}
.order_complete_content:before {
    width: 222px;
    height: 517px;
    content: "";
    position: absolute;
    background: url(../images/ordering_man.png) no-repeat;
    top: -30px;
    left: -7px;
}
.order_complete_content {
    display: table;
    width: 751px;
    height: 356px;
    background: url(../images/shape_2.png) no-repeat;
    background-size: contain;
}
a.account_payment {
    width: 228px;
    height: 36px;
    display: block;
    background: url(../images/button_gray.png);
}
.order_complete_text {
    height: 170px;
    padding: 0 60px 0 240px;
    display: table-cell;
    vertical-align: middle;
}
.order_complete_full_name {
    font-weight: bold;
}
.order_complete_number {
    font-family: "Times New Roman", Times, serif;
    color: #903226;
    font-size: 19px;
    font-weight: bold;
    padding: 10px 0;
}
a.order_complete_personal {
    color: #3a2515;
}
.order_discount_block {
    margin-top: 15px;
    font-family: "Arial", sans-serif;
    padding: 10px;
    width: 751px;
    height: 166px;
    background-color: #f8f8f8;
    background-size: contain;
    position: relative;
    overflow: hidden;
    font-size: 12px;
}
.order_discount_block:before {
    width: 175px;
    height: 131px;
    content: "";
    position: absolute;
    background: url(../images/discount.png) no-repeat;
    top: 50%;
    left: 33px;
    margin-top: -65px;
}
.order_discount_content {
    display: table;
    width: 751px;
    height: 166px;
    background-size: contain;
    background: #f8f8f8 url(../images/shape1.png) no-repeat;
}
.order_discount_block .promo_apply {
    margin-top: 25px;
}

.order_discount_block .order_complete_full_name {
    padding-bottom: 10px;
}
a.sprite-button_onward_orange {
    display: block;
    width: 94px;
    height: 36px;
    font-size: 13px;
    margin: 30px 0;
    font-weight: 600;
    color: #522c03;
    text-transform: uppercase;
    line-height: 36px;
    text-align: center;
    text-decoration: none;
    background: url("../images/orange_button.png") no-repeat;
}
.payment-title {
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: solid 1px #522C03;
    color: #903226;
    font-size: 18px;
    font-weight: bold;
}

.payment-body {
    font-size: 14px;
}
.payment-body b  {
    font-size: 16px;
    color: #903226;
}
li.bx_active {
    background: #f5efe3;
}

.single-product .btn.buy{
    background: url(../images/sprite_button.png) no-repeat;
    background-position: -2px -2px;
    height: 50px;
    width: 116px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
	margin:0;
}
.single-product .btn.buy:hover{
    background: url(../images/sprite_button_hover.png) no-repeat;
    background-position: -2px -2px;
    color:#903226;
}
.single-product .btn.buy:after,.single-product .btn.buy:before{
	display:none;
}
.item_buttons_counter_block a.btn:nth-child(2),a.btn.btn-default.btn-sm,#sku-credit .btn{
    background: url(../images/sprite_button.png) no-repeat;
    background-position: -2px -54px;
    height: 50px;
	    margin: 0;
    width: 188px;
    line-height: 50px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
	max-width:inherit;
}
.item_buttons_counter_block a.btn:nth-child(2):hover,a.btn.btn-default.btn-sm:hover,#sku-credit .btn:hover{
    background: url(../images/sprite_button_hover.png) no-repeat;
    background-position: -2px -54px;
    color:#903226;
}
.item_buttons_counter_block a.btn:after,
.item_buttons_counter_block a.btn:before,
.quick-buy .btn:after,
.quick-buy .btn:before,
.single-product .btn.wish:after,
.single-product .btn.wish:before,
a.btn.btn-default.btn-sm:after,
a.btn.btn-default.btn-sm:before{
	display:none;
}
.quick-buy .btn{
    background: url(../images/sprite_button.png) no-repeat;
    background-position: -1px -108px;
    height: 38px;
    width: 87px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    color: #fff;
    margin: 0;
}
.quick-buy .btn:hover{
    background: url(../images/sprite_button_hover.png) no-repeat;
    background-position: -1px -108px;
	line-height: 38px;
	color:#903226;
}
.bx-catalog-set-item-title a {
    color: #000;
}
.bx-catalog-set-item-title a:hover {
    color: #522c03;
}
.single-product .btn.wish{
    background: url(../images/sprite_button.png) no-repeat;
    background-position: -139px -2px;
    height: 52px;
    width: 52px;
    line-height: 38px;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    display: inline-block;
    color: #fff;
    margin: 0;
    padding: 0 !important;
    text-align: center;
}
.single-product .btn.wish:hover{
    background: url(../images/sprite_button_hover.png) no-repeat;
    background-position: -139px -2px;
}
.single-product .btn.wish i {
    background: url(../images/sprite.png) no-repeat 0px -25px;
    width: 17px;
    height: 15px;
	display:inline-block;
	margin-top: 17px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
}
.single-product .btn.wish:hover i {
    background: url(../images/sprite.png) no-repeat 0px -25px;
}
.min-price {
    margin-bottom: 20px;
}
.single-product .btn.added {
    background: url(../images/sprite_button_hover.png) no-repeat  !important;
    background-position: -139px -2px !important;
}
.single-product .btn.wish.added i {
    background: url(../images/sprite.png) no-repeat 0px -25px;
}

.brands-list .no_items {
    color: #903226;
    text-align: left;
    font-weight: normal;
    font-size: 15px;
}
.wish > span {
	position: absolute;
	display: none;
	bottom: 120%;
	left: 50%;
	margin-left: -100px;
	color: #522c03;
	background: #ffcf5c;
	width: 200px;
	font-size: 12px;
	line-height: 18px;
	text-transform: none;
	font-family: Arial;
	padding: 12px 48px 11px 17px;
	box-sizing: border-box;
	font-weight: normal;
	text-indent: 0;

}
.wish > span em {
	position: absolute;
	width: 23px;
	height: 23px;
	text-indent: -9999px;
	top: -10px;
	right: -10px;
	background: url("../images/sprite.png") repeat-x -152px -214px;
	cursor: pointer;
}
.wish.added span {
	display: block;
}
.slick-slide .wish > span {
    top: 33px;
    bottom: inherit;
    left: 0;
    margin-left: -15px;
}


.title-search-result {
    width: 100% !important;
    top: 33px !important;
    left: 0 !important;
	z-index: 6;
}
#header .title-search-result ul li a {
    float: none;
    margin: 0;
    display: block;
    text-transform: none;
    padding: 0;
	color: #522c03;
}
.popular_view{
	display:none;
}
span.close_popup {
    background: url(../images/sprite.png) no-repeat -199px -168px;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 6px;
    top: 15px;
    margin-top: -7px;
    text-indent: -9999px;
    cursor: pointer;
}

.stattya .socials{
	display:block;
	position:relative;
	text-align:right;
}
.stattya .socials ul{
	display:block;
	margin:0;
}
.stattya .socials ul li{
    display: inline-block;
    margin-left: 5px;
}
.stattya .socials ul li a{
    width: 30px;
    height: 30px;
    border: 1px solid #cdcdcd;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    font-size: 0;
    color: #999 !important;
}
.stattya .socials ul li a:hover{
	color: #AD1400 !important;
	border: 1px solid;
}
.stattya .socials ul li a:before{
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
	font-weight:600;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.stattya .socials ul li.fb a:before{
    content: "\f09a";
}
.stattya .socials ul li.google a:before{
    content: "\f0d5";
}
.stattya .socials ul li.twt a:before{
    content: "\f099";
}
/*
.can-buy.grid-list-items>div {
    width: 235px;
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
    min-height: 330px;
}*/
.btns+.variations {
    margin-top: 0;
    display: block;
}

.basket_size > a {
	color: #3a2515;
	text-decoration: none;
}

.basket_size > a:hover,
.basket_size > a:active {
	color: #3a2515;
}

.item_buttons_counter_block .btn {
	margin-bottom: 10px !important;
}

.item_buttons_counter_block {
	margin-right: -2px;
}

#popup-basket .continue_shopping {
	float: left;
}

button#reg-bt {
	-webkit-appearance: button;
	cursor: pointer;
	pointer-events: all;
}


.auth .btn.active:before {
	background: url(../images/sprite.png) no-repeat -212px -463px;
}

.register-form .btn.active:after {
	background: url(../images/sprite.png) no-repeat -228px -463px;
}
.auth .login-form .btn.active:before{
	background: url(/local/templates/adaptive/css/../images/sprite.png) no-repeat -183px -463px!important;
}
.auth .login-form .btn.active:hover:before {
	background: url(/local/templates/adaptive/css/../images/sprite.png) no-repeat -212px -463px!important;
}

.bx-ios input[type="text"],
.bx-ios input[type="password"] {
	font-size: 16px !important;
}

.item.youtube {
position: relative;
   overflow: hidden;
   height: 580px;
}

.btn.btn-save {
    background: url(/local/templates/adaptive/css/../images/small-btn.png) 0px 0px no-repeat;
    line-height: 40px;
    height: 37px;
    margin: -2px 0 0 5px;
}
.btn.btn-save:hover {
    background: url(/local/templates/adaptive/css/../images/small-btn.png) 0 -37px no-repeat;
}
.def-form input {
    height: 37px;
}
.popup-txt {
    margin-top: 20px;
}
#lowerPrice .fancybox-close-small:hover {
    background: #a38d73;
	color: #fff;
}
iframe.embed-player.slide-media {
position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   height: 120%;
   width: 120%;
}

/* 404 page */

.n-found {
	background: url(../images/bg404.png) no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 70px 0;
	font-family: "Times New Roman";
}
.n-block {
	margin: 0 auto;
	width: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.n-block span {
	display: block;
}
.n-block .col-50:last-child {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	top: -5px;
}
.n-block .btn {
	text-align: center;
}
.ups {
	color: #903226;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 17px;
}
.n-title {
	color: #522c03;
	font-size: 44px;
	line-height: 44px;
	font-weight: bold;
	margin-bottom: 5px;
}
.n-descr {
	font-size: 14px;
	lighting-color: normal;
	text-transform: uppercase;
	font-weight: bold;
	font-family: "Times New Roman";
	position: relative;
	color: #522c03;
	display: block;
	margin-bottom: 26px;
}
.being {
	margin-right: 50px;
}

.rating-wrap {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0;
	width: auto;
	padding-left: 8px;
	margin-top: -10px;
}
.brands-list .rating-wrap {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 25px;
    text-align: center;
    display: block;
    margin: 0;
    padding: 0;
	opacity: 0;
	transition: .3s ease;
}
.brands-list li:hover .rating-wrap {
	opacity: 1;
}
.brands-list .rating-wrap div, .brands-list .rating-wrap a {
    display: inline-block;
}
.brands-list .rating-wrap a {
    color: #333333;
	font-size: 12px;
}
.brands-list .add-otzuv {
    font-weight: normal !important;
    font-family: 'Arial', sans-serif !important;
    text-decoration: underline;
    position: relative;
    top: -3px;
    text-transform: none;
    left: 5px;
}
.add-otzuv {
	cursor: pointer;
	font-size: 11px;
	font-weight: bold;
	font-family: "Times New Roman";
	color: #522c03;
	display: inline-block;
	margin-top: 2px;
	text-transform: uppercase;
	text-decoration: underline;
	position: relative;
	top: -2px;
	left: 12px;

}
.rating {
	display: inline-flex;
}
.rating img {
	height: 17px;
}

.table_null {
	margin-top: 20px;
}
.table_null h4 {
	line-height: 18px;
	font-size: 11px;
	padding-bottom: 6px;
	display: block;
	text-transform: uppercase;
	font-family: "Times New Roman";
	font-weight: bold;
	color: #522c03;
}
.table_null table {
	margin-left: -5px;
	border-collapse: collapse;
}
.table_null table tr {
	border-bottom: 1px solid rgb(199, 199, 199);
}
.table_null table td {
	line-height: 16px;
	color: #522c03;
	text-decoration: none;
	padding: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}



@media screen and (max-width: 1280px) {
	.slider-nav {
       top: 12px;
	}

	.left-menu-submenu-frame {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 1023px) {

	.single-product a.btn.addS {
		width: 39px;
		height: 39px;
		background: url(/local/templates/adaptive/css/../images/ads-btnxs.png) repeat-x 0px 0px;
		margin-left: 10px;
	}
	.single-product a.btn.addS:hover {
		background: url(/local/templates/adaptive/css/../images/ads-btnxs.png) repeat-x 0px -39px;
	}
	.order_complete_block {
		margin-bottom: 20px;
	}

	.single-product .gallery {
		padding-bottom: 60px;
	}

	.single-product .btn.buy {
		background-size: 160px;
		line-height: 40px;
		width: 92px;
		height: 40px;
		margin: 0;
	}
	.item_buttons_counter_block a.btn:nth-child(2), a.btn.btn-default.btn-sm,#sku-credit .btn {
		background-size: 160px;
		line-height: 40px;
		width: 150px;
		height: 40px;
		background-position: -2px -43px;
	}
	.single-product .btns .btn.wish,.single-product .btn.added{
		margin-right: -10px;
		padding: 0 11px !important;
		background-size: 160px !important;
		line-height: 40px;
		height: 40px;
		width: 40px;
		background-position: -112px -2px !important;
	}
	.single-product .btn.buy:hover {
		background-size: 160px;
	}
	.item_buttons_counter_block a.btn:nth-child(2):hover, a.btn.btn-default.btn-sm:hover, #sku-credit .btn:hover {
		background-size: 160px;
		background-position: -2px -43px;
	}

	.shipping-method-block {
		width: 47%;
	}

}

@media screen and (max-width: 991px){
	.rating-wrap {
		padding-bottom: 12px;
		padding-left: 0;
	}

	.shipping-method-block {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 767px) {
	.brands-list li,
	.category-page .recommended > ul > li,
	.hide-sidebar.category-page .recommended > ul > li,
	.hide-sidebar .brands-list li, .recommended > ul > li,
	.recommended.pluses > ul > li:last-child{
		width:100% !important
	}
	#header .logo a{
		margin-top:6px;
	}
	.breadcrumbs {
		padding:15px;
	}
	.metro-main-ul{
		min-height:inherit;
	}
	.recommended {
		text-align: center;
	}
	#brand-detail {
		padding: 15px;
		box-sizing: border-box;
		border: none;
	}
		#mediablock,#element_title,#grand_picture,div#brand-detail-text,div#preview_img{
			width: 100% !important;
			    position: relative;
		}
		div#preview_img li{
			width:25% !important;
		}
		div#DETAIL_IMG1,table#prev_picture,table#prev_picture ul{
			width: 100% !important;
			box-sizing: border-box;

		}
        #detail_img_next {
			 margin-left: 0;
             right: 0;
		}
	#brand-detail .right{
		width:100%;
		padding:15px;
		box-sizing:border-box;
	}
	#brand-detail h1.title{
		width:100%;
	}
	#brand-detail-links{
		width:100%;
	}
	.pagewrapper,div#map,table#shops{
		width:100% !important;
		display:block;
	}
	.adresss {
		float: right;
		width: 100%;
		padding-right: 20px;
		box-sizing: border-box;
	}
	#content.full .recommended > ul > li, .category-page .recommended > ul > li {
		float: none;
	}

	.single-product .btn i{
		margin-top:14px;
	}
	.quick-buy p {
		width: 194px;
	}
	.brandss-page #content,.brand-page #content{
		/*padding: 0 24px;*/
		box-sizing: border-box;
		display:block;
	}
	.brand-page #content:after,.brand-page .recommended ul:after{
		content:'';
		display:table;
		clear:both;
	}
	.brandss-page  #content .breadcrumbs,.brand-page  #content .breadcrumbs {
		padding-left:0px !important
	}
	.brandss-page .top-left-icons {
		 left: 30px;
         top: 0;
	}
	.brandss-page .brands-list li{
		padding: 0px 30px;
	}
	.in_total_price+a+a.checkout_button{
		left: 50%;
		display: block;
		margin: 0;
		margin-left: -83px;
		position: relative;
		top: -25px;
		float: none;
	}
	.in_total_price+a.basket_button{
		left: 50%;
		display: block;
		margin: 0;
		margin-left: -112px;
		position: relative;
		top: 80px;
        margin-bottom:20px;
	}
}
@media screen and (max-width: 767px) {
	.footer-navi .col-20:nth-child(-n+4) p {
		padding-top: 9px;
		padding-bottom: 6px;
	}
	.recommended .img-wrap .multy-img:hover .second-picture {
		display: none;
	}
	.recommended .img-wrap .multy-img:hover .first-picture {
		display: inline-block;
	}
	.variations .slick-prev {
		left: 8%;
	}
	.variations .slick-next {
		right: 7%;
	}
	.mobile-app{
		display:none;
	}
	div.news-detail,.alx_comment_block_left,.coments_title {
		padding: 15px;
		box-sizing: border-box;
}
	#navi .sub-menu .types li .sections a {
		font-size: 17px;
		padding: 5px 0;
	}
	#navi li a, #navi .types > ul > li > a {
		font-size: 15px;
		padding: 10px 0;
	}
	#navi .sub-menu .types li a {
		font-size: 15px;
		padding: 6px 0;
	}
	#navi .sub-menu .types li .sections a:hover,#navi li a:hover, #navi .types > ul > li > a:hover{
		color: #903226!important;
	}

	.open .no-lincks.opened + .sub-menu{
		visibility: visible;
	}

	.popular_view{
		display: none;
		color: #522c03;
    }
	.quick-buy p {
		width: 100%;
	}

	.mobile-searc-cont{
		display:none;
	}
	.active_mobile_search .mobile-searc-cont {
	    background: #fff;
		height: 75px;
		width: 100%;
		position: absolute;
		top: 115px;
		display: block;
		box-sizing: border-box;
		padding: 0 25px;
	}

	.fixed .active_mobile_search .mobile-searc-cont {
	    position: fixed;
		top: 35px;
		left: 0;
		right: 0;
	}

	.active_mobile_search .title-search-result {
		width: 100% !important;
		left: 0px !important;
		box-sizing: border-box;
		position: relative !IMPORTANT;
		top: -16px !important;
	}
	.sub-menu .popular {
		left: 254px;
		top: -9px;
	}
	.sub-menu .sections+.popular {
		left: 486px;
		top: -9px;
	}
	div#map,.shop-list{
		width: 100% !important;
	}
	#askspec_button {
		font-size: 12px;
	}
	div#fade_credit {
		width: 100%;
	}
	div#preCreditWindow {
		width: 300px !important;
		margin-left: -150px;
		left: 50%;
		 margin-top: -200px;
		 height:400px;
		 overflow-y:scroll;
	}
	td.credit-tariff-i {
		display: table-row-group;
	}

	/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

	.order_complete_block {
		width: 100%;
		height: 39vw;
	}

	.order_complete_content {
		width: 100%;
		height: 39vw;
		background-size: 100% 100%;
	}

	.order_complete_text {
		height: auto;
		padding: 0 60px 0 37%;
	}

	#navi li {
		padding: 0;
	}

	.breadcrumbs a, .breadcrumbs span {
		font-size: 14px;
	}

	.sub-menu {
		box-shadow: none;
		-webkit-box-shadow: none;
	}

	.fancybox-slide > * {
		overflow: visible;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#popup-basket .continue_shopping {
		float: none;
	}

}


@media screen and (max-width: 670px) {
	.being {
		margin-right: 0px;
		width: 50%;
		object-fit: contain;
	}
	.n-block .col-50:first-child {
		display: flex;
		justify-content: center
	}
	.n-block .col-50 {
		width: 50%;
	}
	.n-block .btn {
		text-align: center;
		width: 180px;
		height: 49px;
	}
	#left-menu-submenu iframe{
		width: 95% !important;
	}
	#lowerPrice,
	#popup-basket{
		width: 95% !important;
	}
	.def-form-row{
		flex-direction: column;
	}
	.def-form-row .btn.btn-save{
		margin-top: 15px;
	}
	#lowerPrice .fancybox-close-small {
	    top: 15px !important;
	    right: 10px !important;
	}
	.order_complete_block{
		box-sizing: border-box;
	}
	.basket_user_name{
		padding-top: 20px;
	}
	.popup-header{
		padding: 34px 15px;
	}
	#container.inner-page{
		    box-sizing: border-box;
	}
}

@media screen and (max-width: 520px) {
	.ups {
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 6px;
	}
	.n-title {
		font-size: 38px;
		line-height: 38px;
		margin-bottom: 5px;
	}
}

@media screen and (max-width: 460px) {
	.n-block .col-50:first-child {
		display: none;
	}
	.n-block .col-50 {
		width: 100%;
	}
	.n-block .col-50:last-child {
		transform: translateX(25%);
	}
}

@media screen and (max-width: 390px) {
	.n-block .col-50:first-child {
		display: none;
	}
	.n-block .col-50 {
		width: 100%;
	}
	.n-block .col-50:last-child {
		transform: translateX(0%);
		align-items: center;
text-align: left;
	}
	.n-block span {
		display: block;
		width: 226px;
	}
}

@media screen and (max-width: 320px) {
	.variations .slick-prev {
		left: -5px;
	}
	.variations .slick-next {
		right: -5px;
	}
	#askspec_button {
		font-size: 10px;
	}
	.single-product .btn.buy {
		background-size: 137px;
		width: 80px;
		height: 35px;
		line-height: 35px;
	}
	.item_buttons_counter_block a.btn:nth-child(2), a.btn.btn-default.btn-sm,#sku-credit .btn {
		background-size: 137px;
		height: 35px;
		line-height: 35px;
		background-position: -2px -37px;
		width: 128px;
	}
	.single-product .btns .btn.wish,.single-product .btn.added {
		background-size: 137px !important;
		height: 36px;
		line-height: 35px;
		width: 35px;
		background-position: -95px -1px !important;
	}
	.single-product .btn.buy:hover {
		background-size: 137px;
	}
	.item_buttons_counter_block a.btn:nth-child(2):hover, a.btn.btn-default.btn-sm:hover, #sku-credit .btn:hover {
		background-size: 137px;
		background-position: -2px -37px;
	}
}


@media screen and (max-width: 565px) {


.types table thead h2 {
    padding: 14px 15px 0 0;
}

	.bones_button {
		width: 290px !important;
	}

	.landing_page_text p {
		font-size: 16px !important;
	}

	.order_complete_content:before {
		content: none;
	}

	.order_complete_text {
		height: auto;
		padding: 20px 60px 20px 30px;
	}

	.order_complete_block {
		height: auto;
	}


	.footer-navi .col-20 strong, .footer-navi .col-20 h3, .footer-navi .col-20 span, .footer-navi .col-20 p{
		margin-top: 5px;
		margin-bottom: 5px;
	}
	div#wdr2_list_jRlUXc {
	    margin-left: 20px;
	}
	.wdr2_add.wdr2_add_1 {
	    margin-left: 20px;
	}
	.question-block{
		line-height: 1.6;
	}
}

.question-block{
	color: #999;
	background: url(/local/templates/adaptive/css/../images/divider.png) repeat-x 0 100%;
	margin-bottom: 38px;
	padding: 0 10px 36px;
}
.grecaptcha-badge {
	display: none;
}


.recommended  ul  li .bx_catalog_item_scu{
	    min-height: 65px;
}

.recommended-card .recommended ul{
	position: relative;
}
.recommended-card .recommended .slick-prev,
.recommended-card .recommended .slick-next{
	top: 41%;
	z-index: 100;
}
.recommended-card .recommended .slick-prev{
	/*left: -50px;*/

}
.recommended-card .recommended .slick-next{
	/*right: -35px;*/
}
#navi li a{
	padding-bottom: 0;
}

.recommended .prd-wrap{
	text-align: center;
}
.single-product .prd-wrap .btns.btns-list{
	margin-top: 10px;
}

#reviews_block_catalog{
	clear: both;
	/*margin-top: 60px;*/
}
#reviews_block_catalog:after{
	 content: "";
	  clear: both;
	  display: block;
}
#reviews_block_catalog .wdr2_list h3{
	padding-top: 40px !important;
}

.wdr2_list > h3{
	font-size: 14px;
}

#new-basket button.fancybox-close-small {
	right: 30px;
    top: 30px;
    cursor: pointer;
	background-color: transparent;
	font-size: 0;
	outline: none;
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

#new-basket button.fancybox-close-small::before {
	content: "";
	width: 19px;
	height: 19px;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m16.97 0 1.415 1.414-7.778 7.778 7.778 7.779-1.414 1.414-7.779-7.778-7.778 7.778L0 16.97l7.778-7.779L0 1.414 1.414 0l7.778 7.778L16.971 0Z' fill='%23512800'/%3E%3C/svg%3E");
	display: block;
}

.new-basket .box-modal_close {
	opacity: 0;
}

.basket_user_name.basket_empty {
	padding-bottom: 70px;
}

@media (max-width: 1199px) {
	#new-basket button.fancybox-close-small {
		top: 20px;
	}
}

@media (max-width: 767px) {
	#new-basket button.fancybox-close-small {
		right: 20px;
	}
	#main #navi .inner {
		padding: 0;
	}
}
.seo-sec {
	padding-bottom: 60px;
}

.seo-sec__title {
	font-size: 20px;
	line-height: 29px;
	color: #522C03;
	font-weight: 700;
	margin-bottom: 18px;
}

.seo-sec .text p,
.seo-sec .text div{
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 24px;
}
.seo-sec .text a {
	color: #903226;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
}

.seo-sec .text h2,
.seo-sec .text h1{
	font-weight: 700;
	font-size: 20px;
	line-height: 29px;
	color: #522C03;
	text-align: left;
}
.seo-sec .text h4 {
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 24px;
}

.seo-sec .text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.seo-sec .text ul li {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 16px;
}

.seo-sec .text ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	margin-right: 16px;
	display: block;
	flex-shrink: 0;
	background: #666666;
}

.seo-sec1111 .text p:nth-child(n+3) {
	display: none;
}

.seo-sec__more-btn {
	font-size: 16px;
	line-height: 19px;
	text-decoration: underline;
	color: #522C03;
	cursor: pointer;
}

.seo-sec__more-btn:hover {
	text-decoration: none;
}

.seo-sec-woman {
	padding-bottom: 60px;
}

.seo-sec-woman__title {
	font-size: 20px;
	line-height: 29px;
	color: #522C03;
	font-weight: 700;
	margin-bottom: 18px;
}

.seo-sec-woman p {
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 24px;
}

.seo-sec-woman p a {
	display: inline-block;
	color: #903226;
	text-decoration: underline;
}

.seo-sec-woman p a:hover {
	text-decoration: none;
}

.seo-sec-woman h4 {
	font-size: 16px;
	line-height: 19px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 24px;
}

.seo-sec-woman ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 32px;
}

.seo-sec-woman ul li {
	display: flex;
	align-items: flex-start;
	font-size: 16px;
	line-height: 19px;
	color: #666666;
	margin-bottom: 16px;
}

.seo-sec-woman ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	background: #666666;
	margin-top: 9px;
	margin-right: 16px;
}

.seo-sec-woman h2 {
	font-size: 20px;
	line-height: 29px;
	color: #522C03;
	font-weight: 700;
	margin-bottom: 18px;
}
.subNotification_mainpage.error{
	color: red;
}
/*.fancybox-enabled{*/
/*	-ms-touch-action: pan-y pinch-zoom !important;*/
/*	touch-action: pan-y pinch-zoom !important;*/
/*}*/
/*.fancybox-slide img{*/
/*	-ms-touch-action: pan-y pinch-zoom !important;*/
/*	touch-action: pan-y pinch-zoom;*/
/*}*/
.fancybox-enabled, .fancybox-container, .fancybox-slide, .fancybox-slider, .fancybox-slider-wrap{
	touch-action: pinch-zoom;
}
.fancybox-image {
	/*transform: translate3d(-50%, -50%, 0px) scale(1, 1) !important;*/
	/*max-width: 100% !important;*/
	/*top: 50% !important;*/
	/*left: 50% !important;*/
	touch-action: pinch-zoom;
}
@media(min-width: 768px) {
	.fancybox-image {
		transform: translate3d(-50%, -50%, 0px) scale(1, 1) !important;
		top: 50% !important;
		left: 50% !important;
		max-width: 800px !important;
	}
}
@media(max-width: 767px) {
	.fancybox-enabled{
		-ms-touch-action: pinch-zoom !important;
		touch-action: pinch-zoom;
	}
	.fancybox-image{
		/*transform: translate3d(-50%, -50%, 0px) scale(1, 1)!important;*/
		/*top: 50% !important;*/
		/*left: 50% !important;*/
		/*max-width: 100%;*/
	}

	.fancybox-controls--isGrabbing .fancybox-image{
		/*max-width: 100% !important;*/
		/*transform: unset !important;*/
	}
	.fancybox-button--left, .fancybox-button--right, .fancybox-buttons button:not(.fancybox-button--close){
		display: inline-block !important;
	}
	.fancybox-thumbs{
		top: auto;
		left: 0;
		right: 0;
		width: 100%;
		display: block !important;
		background: unset;
	}
	.fancybox-container--thumbs .fancybox-controls, .fancybox-container--thumbs .fancybox-slider-wrap, .fancybox-container--thumbs .fancybox-caption-wrap{
		right: 0 !important;
	}
	.fancybox-thumbs ul {
		display: flex;
		gap: 5px;
		overflow: auto;
	}
	.fancybox-thumbs > ul > li{
		min-width: 130px;
		height: 130px;
		border: unset;
	}
	/*.fancybox-thumbs ul .slick-track .slick-slide img{*/
	/*	margin-top: 0 !important;*/
	/*}*/
	.fancybox-iframe,
	.fancybox-slide--iframe .fancybox-content{
		height: 458px;
	}
	.fancybox-thumbs > ul > li > img{
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.8764 18.0454L16.9519 13.2709C16.9925 13.2387 17.0253 13.1977 17.0479 13.151C17.0704 13.1043 17.0821 13.0531 17.0821 13.0013C17.0821 12.9494 17.0704 12.8982 17.0479 12.8515C17.0253 12.8049 16.9925 12.7639 16.9519 12.7316L10.8764 7.95412C10.651 7.7774 10.3188 7.93584 10.3188 8.22225V17.7742C10.3188 18.0606 10.651 18.2221 10.8764 18.0454Z' fill='%23D0CCC8'/%3e%3crect x='1.7998' y='1.7998' width='22.4' height='22.4' stroke='%23D0CCC8'/%3e%3c/svg%3e ");
		background-repeat: no-repeat;
		background-position: center;
		background-color: #fff;
		background-size: 90px;
	}
}
