@charset "utf-8";
@font-face {
	font-family: 'Arial Narrow';
	src: url('font/ArialNarrow/ArialNarrowRegular/ArialNarrowRegular.eot');
	src: local('☺'), url('font/ArialNarrow/ArialNarrowRegular/ArialNarrowRegular.woff') format('woff'), url('font/ArialNarrow/ArialNarrowRegular/ArialNarrowRegular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	outline: none;
}

html {
	height: 100%;
}

body {
	font: normal normal 14px "Arial Narrow", "Verdana", arial, sans-serif;
	max-width: 1920px;
	margin: 0px auto;
	height: 100%;
	min-width: 1336px;
}

img {
	border: 0;
}

a {
	outline: none;
}

button {
	background-image: none;
	overflow: visible;
}

p {
	margin-bottom: 12px;
	margin-top: 12px;
}

ul.disc {
	list-style-type: disc;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

ul.disc li {
	list-style-type: disc;
	margin-bottom: 4px;
	line-height: 18px;
}

ol.dig {
	list-style-type: decimal;
	padding-left: 25px;
	margin-bottom: 12px;
	margin-top: 12px;
}

ol.dig li{
	list-style-type: decimal;
}

.button::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input:-webkit-autofill {
	color: #ffffff !important;
}

ins {
	text-decoration: none;
}

input:focus::-webkit-input-placeholder{
    color: transparent;
}

input:focus::-moz-placeholder{
    color: transparent;	
}

input[type="password"] {
	-webkit-text-security: square;
}

/*
input[type="checkbox"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
}
*/

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
}

#logo {
	line-height: 125px;
	display: block;
    height: 100px;
}

#logo img {
	vertical-align: middle;
}

#logo:active {
	position: relative;
	top: 1px;
}

/* Header Top */

#headerLine {
/*	background: url(images/headerLine.png) repeat #2b2b2b;*/
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.102);
/*	border-top: 4px solid #444444;*/
	min-width: 1000px;
/*	height: 62px;*/
	height: 52px;
	overflow: hidden;
  position: relative;
  background: rgb(65,65,65);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMyUiIHN0b3AtY29sb3I9IiM0MTQxNDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMzIzMjMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQxNDE0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(65,65,65,1) 33%, rgba(50,50,50,1) 100%, rgba(65,65,65,1) 100%);
  background: -webkit-linear-gradient(top, rgba(65,65,65,1) 33%,rgba(50,50,50,1) 100%,rgba(65,65,65,1) 100%);
  background: linear-gradient(to bottom, rgba(65,65,65,1) 33%,rgba(50,50,50,1) 100%,rgba(65,65,65,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#414141', endColorstr='#414141',GradientType=0 );
}

#headerLineLeft {
/*	height: 62px;*/
	height: 52px;
	display: block;
    float: left;
}

#headerLineRight {
	float: right;
	position: relative;
	height: 52px;
	z-index: 100;
    width: 380px;
/*  width: 60%;*/
}

/* Header */

#header {
	background: url(images/bgHead2.png) repeat #ededed;
	min-height: 90px;
	min-width: 1000px;
    margin: 0 auto;
}


#header .wrapper{
	display: table;
	table-layout: fixed;
	width:100%;
	margin:0 auto;
    padding-top: 10px;
    max-width: 1600px;
}

#headerLeft {
	display: block;
    float: left;
	vertical-align: top;
    min-width: 590px;
    width: calc(100% - 410px);
    box-sizing: border-box;
    
}

#headerLeft table
#headerLeft table td {
  width: 40%;
}
#headerLeft table td a img {
  max-width: 100%;
}
#headerLeft .search {
  width: 50%;
  padding-left: 45px;
  box-sizing: border-box;
  float: left;
  width: calc(100% - 410px);
  height: 100px;
}
#headerLeft .search table.top {
  margin-bottom: 28px;
  width: 100%;
}
#header .auth {
    padding-left: 25px;
	text-align: right;
}
#header .auth a {
  color: #000000;
  text-decoration: none;
}
.auth a.register,
.auth a.exit,
.auth a.personal
{
  border-bottom: 1px dotted #23ca98;
  margin-left: 10px;
	margin-right: 10px;
}
.auth a.personal {
  font-weight: bold;
}
#header .auth a.login {
  padding-left: 25px;
  background: url('images/enter.jpg') 15% bottom no-repeat;

}

.headerLineRight .auth a.login {
display: block;
	margin-top: 2px;
}
#header .auth a:hover {
  color: #23ca98;
}
#headerLeft .logo {
    float: left;
    box-sizing: border-box;
    padding-left: 10px;
    padding-top: 2px;
    width: 345px;
}


#headerLeft .logo a {
  text-decoration: none;
}

#headerLeft .logo span img,
#headerLeft .logo a img {
	width: 335px;
	margin-top: 15px;
}
#headerLeft .logo a span {
  color: #000000;
  font-size: 16px;
}
#headerLeft .logo .valentine_style_logo {
	position: relative;
	top: 8px;
}
#headerLeft .slogan {
  clear: both;
	text-align: center;
}
#headerRight {
	display: block;
	vertical-align: top;
    box-sizing: border-box;
    float: right;
    width: 410px;
	overflow: hidden;
}
#headerRight .contacts {
  text-align: left;
  float: left;
  box-sizing: border-box;
  padding-right: 25px;
}
#headerRight .contacts .telephone {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
	line-height: 32px;
}
#headerRight .contacts .social {
  margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
#headerRight .contacts .social a {
  display: inline-block;
	width: 36px;
}
#headerRight .contacts .social a img {
    width: 100%;
}
/*
#headerRight .contacts .social a.telegram {
  background: url(images/social/telegram.jpg) no-repeat;
  background-size: cover;
}
#headerRight .contacts .social a.whatsapp {
  background: url(images/social/whatsapp.jpg) no-repeat;
  background-size: cover;
}
#headerRight .contacts .social a.viber {
  background: url(images/social/viber.jpg) no-repeat;
  background-size: cover;
}
#headerRight .contacts .social a.skype {
  background: url(images/social/skype.jpg) no-repeat;
  background-size: cover;
}
#headerRight .contacts .social a.mailru {
  background: url(images/social/mailru.jpg) no-repeat;
  background-size: cover;
}
#headerRight .contacts .social a.icq {
  background: url(images/social/icq.jpg) no-repeat;
  background-size: cover;
}
*/
#headerRight table {
	width: 100%;
    padding-top: 22px;
}

#headerRight table td {
/*	text-align: right;*/
	text-align: left;
	color: #9e9e9e;
/*	padding-top: 22px;*/
	vertical-align: top;
}

#headerRight table td:first-child {
	padding-right: 42px;
}

#headerRight table tr:first-child td {
/*	padding-top: 34px;*/
}

#headerRight table td a {
/*	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;*/
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #595959;
	text-decoration: none;
}

#headerRight table td a:hover {
	color: #23ca98;
}

#headerRight table td a:active {
	position: relative;
	top: 1px;
}

#headerRight table td a span {
	border-bottom: 1px dashed #333;
	padding-bottom: 2px;
	font-size: 14px;
}

#headerRight table td a img {
	padding-right: 8px;
	vertical-align: middle;
}
#headerRight .headerLineRight {
/*    width: 50%;*/
    float: right;
  padding-right: 5px;
}

#headerRight a.oCallback {
	color: #fff;
	background: url(images/incart.png) repeat #23ca98;
	display: block;
	text-align: center;
	height: 25px;
	line-height: 25px;
	width: 120px;
	float: right;
	margin-top: -4px;
}

#headerRight a.oCallback:hover {
	background: url(images/incartHover.png) repeat #23ca98;
}

#headerRight a.oCallback:active {
	position: relative;
	top: 1px;
}

#headerRight span {
/*	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;*/
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #595959;
}

/* Main Slider */
#slider {
/*	width: 65.8%;*/
	width: 100%;
	float: left;
}

#slider img, #advRight img {
/*	max-width: 100%;*/
  width: 100%;
}

#advRight {
	float: right;
	width: 32.9%;
}

#advRight li:first-child {
	margin: 0px;
}

#advRight li {
	margin-top: 4.4%;
}

#mainContent {
/*	margin-top: 24px;*/
	width: 100%;
	min-width: 1000px;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	position: relative;

}

#mainContentleft {
	background: url(images/colorMenu.png) repeat #ededed;
	width: 19.8%;
	display: table-cell;
	vertical-align: top;
	margin-bottom: 24px;
	position: relative;
    z-index: 995;
}

#mainContentleft a.mainContentleftArrow > span {
/*	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;*/
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
/*	height: 60px;*/
/*	line-height: 60px;*/
	height: 52px;
	line-height: 52px;
	background: url(images/color.png) repeat #23ca98;
	color: #fff;
	display: block;
	text-align: left;
/*	padding-left: 25px;*/
	padding-left: 10px;
	-webkit-transition-property: color;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
    background: rgb(0,197,137);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzU4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzAwYWE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk4NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,197,137,1) 0%, rgba(0,170,118,1) 44%, rgba(0,152,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
    background: linear-gradient(to bottom, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c589', endColorstr='#00986a',GradientType=0 );
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.8s;
    transition-property: background;
}
#mainContentleft a.mainContentleftArrow > span:hover {
  background: rgb(0,170,128);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYWE4MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwOGU2MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDg0NjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0,170,128,1) 0%, rgba(0,142,97,1) 50%, rgba(0,132,99,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,170,128,1) 0%,rgba(0,142,97,1) 50%,rgba(0,132,99,1) 100%);
  background: linear-gradient(to bottom, rgba(0,170,128,1) 0%,rgba(0,142,97,1) 50%,rgba(0,132,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aa80', endColorstr='#008463',GradientType=0 );
}
#mainContentleft a.mainContentleftArrow > span:active {
	color: #d8edff;
    background: rgb(0,197,137);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzU4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzAwYWE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk4NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(0,197,137,1) 0%, rgba(0,170,118,1) 44%, rgba(0,152,106,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
    background: linear-gradient(to bottom, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c589', endColorstr='#00986a',GradientType=0 );
}

#mainContentleft  a.mainContentleftArrow {
	text-decoration: none;
	position: relative;
	display: block;
}

#mainContentleft.inner a.mainContentleftArrow {
	display: none;
}
#searchTable .inputSelect{

	display: none;
}

#mainContentleft  a.mainContentleftArrow img {
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -3px;
}

#mainContentleft  a.mainContentleftArrow > span > sub {
	background: url(images/arrowBig.png) no-repeat transparent;
	display: none;
	position: absolute;
	z-index: 2;
	width: 8px;
	height: 20px;
	top: 50%;
	margin-top: -9px;
	float: right;
	margin-left: 10px;
	-webkit-transition-property: background-image;
	-webkit-transition-duration: 0.5s;
	-webkit-transition-timing-function: ease;
}

#mainContentleft  a > span:active + sub {
	background: url(images/arrowBigHover.png) no-repeat transparent;
}

#mainContentleft  a.allowHide > span > sub {
	display: inline;
}

#mainContentleft  a.allowHide > sub {
	display: inline;
}

#mainContentleft  a.allowHide + ul {
	display: none;
}

#mainContentleft #fixMenu {
	position: relative;
	z-index: 90;
}
#mainContentleft.inner #fixMenu {
  width: 52px;
}

#mainContentleft #fixMenu.fixed {
	position: fixed;
	width: 19.8%;
	min-width: 213px;
	max-width: 409px;
	padding-right: 24px;
	top: 0;
}

#blackout {
	background-color: rgba(31, 31, 31, 0.500);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}

#comparison {
	position: fixed;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
}

#comparisonContainer {
	width: 350px;
	margin-top: -130px;
	position: relative;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	padding: 8px;
}

#comparisonContainer span.heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
/*	font: 18px/50px "Arial Narrow", "Verdana", "arial", sans-serif;*/
	font: 18px/50px "Arial Narrow", "Verdana", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#comparisonContainer p {
	margin: 18px;
	text-align: center;
/*	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;*/
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
}

#comparisonContainer p span {
	display: block;
	color: #23ca98;
	margin-top: 4px;
}

#comparisonClose {
	background: url(images/exit_new.png) no-repeat  0px 0px  transparent;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
}

#comparisonClose:hover {
	background: url(images/exit_new.png) no-repeat  0px -20px  transparent;
}

#comparisonClose:active {
	background: url(images/exit_new.png) no-repeat  0px -40px  transparent;
}

#comparisonOrder {
	text-align: center;
	margin-bottom: 12px;
	margin-top: 14px;
}

#comparisonOrder a {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	color: #fff;
/*	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;*/
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	text-decoration: none;
	line-height: 35px;
	margin: 0px 8px;
}

#comparisonOrder a.comparisonContinue {
	background: url(images/color.png) 0 0 repeat #23ca98;
}

#comparisonOrder a.comparisonContinue:hover {
	background: url(images/color2.png) 0 0 repeat #11b785;
}

#comparisonOrder a.comparisonMake {
	background: url(images/color13.png) 0 0 repeat #22beff;
}

#comparisonOrder a.comparisonMake:hover {
	background: url(images/color14.png) 0 0 repeat #0da9ea;
}

#comparisonOrder a.comparisonContinue:active,
#comparisonOrder a.comparisonMake:active {
	position: relative;
	top: 1px;
}

#inSku {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	display: none;
	z-index: 9999;
	left: 0;
	top: 0;
}

/*#bx_incl_area_9 #inSku{
	display: block;
}*/

#inSkuContainer {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	z-index: 9998;
	left: 50%;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.700);
	padding: 8px;
}

#inSkuContainer .heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
	font: 18px/50px "Arial Narrow", "Verdana", "arial", sans-serif;
	height: 50px;
	text-align: center;
}


#inSku .head{
	padding: 12px 0px;
	display: block;
	color: #fff;
	text-align: center;
}

#inSku .picBlock{
	width: 220px;
	float: left;
	margin-right: 24px;
}

#inSku .picBlock a{
	line-height: 200px;
	text-align: center;
	background: #fff;
	display: block;
	height: 200px;
	width: 220px;
}

#inSku .picBlock img{
	vertical-align: middle;
	max-height: 90%;
	max-width: 90%;
}

#inSku .infoBlock{
	width: 756px;
	float: left;
}

#inSku .infoBlock table{
	width: 100%;
    border-spacing: 0px 12px;
    border-collapse: separate;
}

#inSku .infoBlock table th{
	font-weight: normal;
	vertical-align:top;
	padding: 0px 12px;
	text-align: center;
	color: #fff;
}
#inSku .infoBlock table tr:hover td,
#inSku .infoBlock table .active td{
	background-color: #043359;
}

#inSku .infoBlock table td{
	color: #ccc;
	text-align: center;
	padding: 8px 8px;
	background: #232323;
}

#inSku .infoBlock .rd{
	width: 30px;
	padding: 12px 0 12px 12px;
}

#inSku .infoBlock .name{
	text-decoration: none;
	text-align: left;
	display: block;
	color: #23ca98;
	padding: 0 12px 0 0;
}

#inSku .infoBlock input{
	display: none;
}

#inSku .infoBlock input[type="radio"] + label {
     display:inline-block;
     width: 15px;
     height: 15px;
     vertical-align: middle;
     background: url(images/radio.png) left top no-repeat;
     cursor: pointer;
}

#inSku .infoBlock input[type="radio"]:hover + label {
   background-position: 0px -15px;
}

#inSku .infoBlock input[type="radio"]:checked + label {
   background-position: 0px -30px;
}

#inSku .infoBlock input[type="radio"]:checked:hover + label {
   background-position: 0px -45px;
}

#inSku .infoBlock input[type="radio"]:disabled + label {
   background-position: 0px -60px;
}

#inSku .infoBlock .price{
	position: relative;
	text-align: center;
	display: block;
	color: #23ca98;
	font-size: 15px;
	white-space: nowrap;
}

#inSku .infoBlock .btn{
	background: #181818;
	line-height: 30px;
	display: block;
	height: 30px;
	width: 30px;
}

#inSku .infoBlock .btn:hover{
	background-color: #0c0c0c;
}

#inSku .infoBlock .btn:active{
	background-color: #000;
}

#inSku .infoBlock .addCart{
	background-color: #23ca98;
	text-indent: -9999px;
}

#inSku .infoBlock .addCart.disabled{
	background-color: #23ca98 !important;
	border: none !important;
	opacity: 0.5;
}

#inSku .infoBlock .addCart:hover{
	background-color: #11b785;
}

#inSku .infoBlock .zoom{
	background-repeat: no-repeat;
	background-image: url(images/sku_zoom.png);
	background-position: center center;
	display: none;
}

#inSku .infoBlock .addCart, #inSku .infoBlock .addCart.added{
	background-repeat: no-repeat !important;
	background-image: url(images/sku_cart.png) !important;
	background-position: center center !important;
}

#inSku .infoBlock .addCompare, #inSku .infoBlock .addCompare.added{
	background-repeat: no-repeat !important;
	background-image: url(images/sku_compare.png) !important;
	background-position: center center !important;
	text-indent: -9999px !important;
	display: none;
}

#inSku .infoBlock .price s{
	position: absolute;
	font-size: 13px;
	display: block;
	color: #aaa;
	top: -14px;
	right: 0px;
}

#inSku .tools{
	margin-bottom: 12px;
}

#inSku .tools ul{
	float: right;
}

#inSku .tools li{
	float: left;
	margin-left: 12px;
}

#inSku .tools li a{
/*	font: 14px/35px "Arial Narrow", "Verdana", "arial", sans-serif;*/
	font: 14px/35px "Arial Narrow", "Verdana", "arial", sans-serif;
	text-decoration: none;
	text-align: center;
	padding: 0 18px;
	display: block;
	height: 35px;
	color: #fff;
}

#inSku .tools .inSkuContinue{
	background: #0da9ea;
}

#inSku .tools .inSkuContinue:hover{
	background: #22beff
}

#inSku .tools .inSkuContinue:active{
	position: relative;
	top: 1px;
}

#inSku .tools .addCart{
	background: #23ca98;
}

#inSku .tools .addCart:hover{
	background: #11b785;
}

#inSku .tools .addCart:active{
	position: relative;
	top: 1px;
}

#inSku .tools .addCart.disabled{
	box-sizing: content-box !important;
	background: #11b785 !important;
	border: none !important;
	color: #fff !important;
	opacity: 0.5;
}

#inSkuClose {
	background: url(images/exit_new.png) no-repeat  0px 0px  transparent;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 23px;
	right: 24px;
}

#inSkuClose:hover {
	background: url(images/exit_new.png) no-repeat  0px -20px  transparent;
}

#inSkuClose:active {
	background: url(images/exit_new.png) no-repeat  0px -40px  transparent;
}

#inBasket {
	position: fixed;
	z-index: 10000;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow: visible;
}

#inBasketContainer {
	width: 700px;
	margin-top: -130px;
	position: relative;
	z-index: 999;
	top: 50%;
	left: 50%;
	margin-left: -350px;
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	padding: 8px;
}

#inBasketContainer span.heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
	font: 18px/50px "Arial Narrow", "Verdana", "arial", sans-serif;
	height: 50px;
	text-align: center;
}

#inBasketClose {
	background: url(images/exit_new.png) no-repeat  0px 0px  transparent;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 23px;
	right: 24px;
}

#inBasketClose:hover {
	background: url(images/exit_new.png) no-repeat  0px -20px  transparent;
}

#inBasketClose:active {
	background: url(images/exit_new.png) no-repeat  0px -40px  transparent;
}

#inBasketContainer > table {
	width: 100%;
	margin-top: 8px;
}

#inBasketContainer > table > tbody > tr > td {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
	vertical-align: top;
	padding-left: 12px;
	text-align: left;
}

#inBasketContainer > table > tbody > tr > td:first-child {
	vertical-align: middle;
	padding: 0;
	width: 240px;
	text-align: center;
	height: 170px;
	line-height: 170px;
	background-color: #fff;
}

#inBasketContainer > table td:first-child img {
	max-width: 190px;
	max-height: 170px;
	vertical-align: middle;
}

#inBasketToolsTable {
	width: 100%;
	margin-top: 12px;
	border-collapse: collapse;
}

#inBasketToolsTable td {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	border: 1px solid #2d2d2d;
	padding: 9px;
	text-align: center;
	vertical-align: middle !important;
	color: #fff;
}

#inBasketToolsTable #inBasketQty {
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

#inBasketDelete {
	text-align: center;
	display: inline-block;
	width: 17px;
	height: 25px;
	background: url(images/delete.png) 0 0 no-repeat;
}

#inBasketDelete:hover {
	background: url(images/delete.png) -18px 0px no-repeat;
}

#inBasketDelete:active {
	background: url(images/delete.png) -36px 0 no-repeat;
}

#inBasketPrice {
	font: normal normal 16px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #23ca98;
}

#inBasketTotal {
	font: normal normal 16px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
	text-align: right;
	margin-top: 12px;
}

#inBasketTotal span {
	color: #23ca98;
	display: inline-block;
}

#inBasketOrder {
	margin-top: 12px;
	text-align: right;
}

#inBasketOrder a {
	display: inline-block;
	width: 150px;
	height: 35px;
	text-align: center;
	color: #fff;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	text-decoration: none;
	line-height: 35px;
	margin-left: 8px;
}

#inBasketOrder a.inBasketContinue {
	background: url(images/color.png) 0 0 repeat #23ca98;
}

#inBasketOrder a.inBasketContinue:hover {
	background: url(images/color2.png) 0 0 repeat #11b785;
}

#inBasketOrder a.inBasketMake {
	background: url(images/color13.png) 0 0 repeat #22beff;
}

#inBasketOrder a.inBasketMake:hover {
	background: url(images/color14.png) 0 0 repeat #0da9ea;
}

#inBasketOrder a.inBasketContinue:active,
#inBasketOrder a.inBasketMake:active {
	position: relative;
	top: 1px;
}

#inBasketToolsTable input.qty {
	width: 30px;
	text-align: center;
	float: left;
	border: 0px;
	font: normal normal 12px "Arial Narrow", "Verdana" , arial , sans-serif;
	height: 20px;
}

#inBasketToolsTable .minus,
#inBasketToolsTable .plus {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	border: 0px;
	cursor: pointer;
}

#inBasketToolsTable .minus {
	background: url(images/plusMinus.png) 0 0 no-repeat;
}

#inBasketToolsTable .minus:hover {
	background: url(images/plusMinus.png) -20px 0 no-repeat;
	border: 0px;
}

#inBasketToolsTable .minus:active {
	background: url(images/plusMinus.png) -40px 0 no-repeat;
	top: 0px;
}

#inBasketToolsTable .plus {
	background: url(images/plusMinus.png) 0 -20px no-repeat;
}

#inBasketToolsTable .plus:hover {
	background: url(images/plusMinus.png) -20px -20px no-repeat;
	border: 0px;
}

#inBasketToolsTable .plus:active {
	background: url(images/plusMinus.png) -40px -20px no-repeat;
	top: 0px;
}

#inBasketToolsTable .rouble {
	color: #23ca98;
}

#mainContentRight {
	width: 73%;
	display: table-cell;
	padding-left: 24px;
	padding-right: 25px;
/*  padding-top: 25px;*/
	vertical-align: top;
  margin: 0 auto;
}

#mainContentRight  h3 {
	margin-bottom: 1em;
	margin-top: 1em;
}

#mainContentRight #breadcrumbs {
	font: normal normal 14px "Arial Narrow", "Verdana" ,  arial , sans-serif;
	overflow: hidden;
	margin: 20px 0 0;
	padding: 0;
}

#mainContentRight #breadcrumbs li:first-child a:hover {
	color: #333;
}

#mainContentRight #breadcrumbs li {
	color: #7F7F7F;
	float: left;
	margin-right: 4px;
}

#mainContentRight #breadcrumbs li a {
	color: #23ca98;
	text-decoration: none;
}

#mainContentRight #breadcrumbs li a:hover {
	color: #11b785;
}

#mainContentRight h1 {
	font: normal normal 24px "Arial Narrow", "Verdana" , "Arial Narrow", "Verdana" ,  arial , sans-serif;
	color: #23ca98;
	padding-bottom: 24px;
	padding-top: 24px;
}

#mainContentRight #middleSlider img {
	max-width: 100%;
}

#mainContentRight #bottomSlider {
	margin-top: 0px;
}

#mainContentRight #bottomSlider img {
	max-width: 100%;
}

#ancillary ul {
	margin: 0;
	padding: 0;
}

#ancillary > ul > li:first-child {
	margin-left: 0px;
}

#ancillary > ul > li {
	float: left;
	width: 23.3%;
	margin-left: 2%;
	margin-top: 20px;
}

#ancillary li ul {
	border: 1px solid #e4e4e4;
	min-height: 250px;
}
#middleSlider {
	margin: 0 0 20px;
}
#ancillary li ul li{
	border-top: 1px solid #e4e4e4;
	margin: 0 12px;
}

#ancillary li ul li:first-child {
	border: 0px;
}

#ancillary li ul li table {
	font: normal normal 12px "Arial Narrow", "Verdana" , arial , sans-serif;
}

#ancillary li ul li table td:first-child {
	padding-right: 8px;
}

#ancillary li ul li table td {
	height: 78px;
}

#ancillary li ul li table td a {
	text-decoration: none;
	color: #000;
}

#ancillary li ul li table td a:hover {
	color: #23ca98;
}

#ancillary li ul li table td img {
	padding-right: 8px;
	max-width: 50px;
	max-height: 50px;
	text-align: center;
	vertical-align: middle;
	padding-right: 4px;
}

#ancillary #ref li {
	border-bottom: 1px solid #e4e4e4;
	margin: 0px 12px;
	border-top: 0px;
}

#ancillary #ref li:last-child {
	border: 0;
}

#ancillary #ref li table {
	border: 0px;
}

#ancillary #ref li table td {
	height: 58px !important;
}

#ancillary #ref li table td a {
	color: #000;
	text-decoration: none;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
}

#ancillary #ref li table td a:hover {
	color: #23ca98;
}

#ancillary .ftPic {
	display: block;
	width: 52px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

#footer {
	background: url("images/bgHead.png") #1f1f1f;
	min-width: 1000px;
	display: block;
	table-layout: fixed;
	border-collapse: collapse;
	margin-top: 24px;
	position: relative;
	padding-bottom: 40px;
}


#footer.inner {
  padding-left: 52px;

	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#footerLeft {
	display: inline-block;
	width: 19.8%;
	position: relative;
}

#footerLeft a {
	padding: 24px 0 0 25px;
	display: block;
	margin: 0;
}

#footerLeft a:active {
	position: relative;
	top: 1px;
}

#footerLeft a img {
	max-width: 90%;
}

#footerLeft p {
	padding: 0px 10px 10px 40px;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #9E9E9E;
}

#footerLeft span {
	display: block;
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #9E9E9E;
	padding: 0px 0px 4px 25px;
}

#footerRight {
	width: 73%;
	display: inline-block;
	padding-left: 24px;
	padding-right: 25px;
	vertical-align: top;
	padding-bottom: 24px;
	height: 200px;
	overflow: hidden;
}

#footerRight > ul {
	margin-top: 24px;
}

#footerRight > ul > li {
	display: block;
	float: left;
	width: 25%;
	text-align: left;
}

#footerRight > ul > li > span {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #23ca98;
	margin-bottom: 18px;
	display: block;
	white-space: nowrap;
}

#footerRight > ul > li a {
	text-decoration: none;
	color: #fff;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
}
#footerSocial span {
	border: solid 1px #fff;
	border-radius: 50%;
	margin-right: 10px;
	width: 20px;
	display: inline-block;
	height: 20px;
	text-align: center;
	line-height: 20px;
}
#footerSocial a:hover span {
	border-color: #23ca98;
}
#footerRight > ul > li a:hover {
	color: #23ca98;
}

#footerRight .footerList li {
	margin-bottom: 12px;
}

#footerRight #footerSocial li {
	color: #fff;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
	margin-bottom: 12px;
}

#footerRight #footerSocial li img {
	vertical-align: middle;
}

#footerCart {
	position: fixed;
	bottom: 0px;
	background: url("images/colorMenu2.png") #2D2D2D;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
/*	width: 356px;*/
	width: 100%;
	right: 0px;
	height: 40px;
	line-height: 40px;
/*	border-top-left-radius: 4px;*/
	color: #fff;
	z-index: 999;
	box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.500);
}
#footerCart table {
  float: right;
}
#footerCart div.contact_info {
  
}
#elementError {
	background-color: rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#elementErrorContainer {
	background-color: #1E1E1E;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	left: 50%;
	margin-left: -150px;
	margin-top: -130px;
	padding: 8px;
	position: relative;
	top: 50%;
	width: 300px;
	z-index: 999;
}

#elementErrorContainer span.heading {
	background-color: #000000;
	color: #23ca98;
	display: block;
	font: 18px/50px "Arial Narrow", "Verdana", "arial", sans-serif;
	height: 50px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#elementErrorContainer p {
	text-align: center;
	color: #fff;
	padding: 12px;
}

#elementErrorContainer #elementErrorClose {
	background: url("images/exit_new.png") 0px 0px no-repeat transparent;
	display: block;
	height: 20px;
	position: absolute;
	right: 24px;
	top: 23px;
	width: 20px;
}

#elementErrorContainer #elementErrorClose:hover {
	background: url("images/exit_new.png") 0px -20px no-repeat transparent;
}

#elementErrorContainer #elementErrorClose:active {
	background: url("images/exit_new.png") 0px -40px no-repeat transparent;
}

#elementErrorContainer .close {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: #11b785;
	width: 140px;
	text-decoration: none;
	margin: 0px auto 12px;
}

#elementErrorContainer .close:hover {
	background: #11b785;
}

#elementErrorContainer .close:active {
	position: relative;
	top: 1px;
}

#reg {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#reg #regWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
}

#reg #regWrapper span {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#reg #regWrapper a.regClose {
	background: url(images/exit_new.png) no-repeat  0px 0px  transparent;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#reg #regWrapper a.regClose:hover {
	background: url(images/exit_new.png) no-repeat  0px -20px  transparent;
}

#reg #regWrapper a.regClose:active {
	background: url(images/exit_new.png) no-repeat  0px -40px  transparent;
}

#reg #regWrapper form {
	margin-top: 24px;
}

#reg #regWrapper input {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#reg #regWrapper input#regName {
	background: url(images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regName:focus {
	background: url(images/login.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper input#regEmail {
	background: url(images/mail.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regEmail:focus {
	background: url(images/mail.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper input#regPassword,input#regRePassword {
	background: url(images/pass.png) no-repeat  10px 0px  #2d2d2d;
}

#reg #regWrapper input#regPassword:focus , input#regRePassword:focus {
	background: url(images/pass.png) no-repeat  10px -40px  #2d2d2d;
}

#reg #regWrapper a#regSubmit {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(images/color.png) repeat transparent;
	width: 170px;
	margin-left: 154px;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#reg #regWrapper a#regSubmit:hover {
	background: url(images/color2.png) repeat transparent;
}

#reg #regWrapper #regErrors {
	min-height: 62px;
	margin-top: 24px;
	margin-left: 25px;
	color: #fff;
	display: none;
}

#auth {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#auth #authWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
}

#auth #authWrapper span {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#auth #authWrapper a.authClose {
	background: url(images/exit_new.png) no-repeat  0px 0px  transparent;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#auth #authWrapper a.authClose:hover {
	background: url(images/exit_new.png) no-repeat  0px -20px  transparent;
}

#auth #authWrapper a.authClose:active {
	background: url(images/exit_new.png) no-repeat  0px -40px  transparent;
}

#auth #authWrapper form {
	margin-top: 24px;
}

#auth #authWrapper input {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#auth #authWrapper input#authName {
	background: url(images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#auth #authWrapper input#authName:focus {
	background: url(images/login.png) no-repeat  10px -40px  #2d2d2d;
}

#auth #authWrapper input#authPassword {
	background: url(images/pass.png) no-repeat  10px 0px  #2d2d2d;
}

#auth #authWrapper input#authPassword:focus {
	background: url(images/pass.png) no-repeat  10px -40px  #2d2d2d;
}

#auth #authWrapper a#authSubmit {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(images/color.png) repeat transparent;
	width: 120px;
	margin-left: 25px;
	margin-bottom: 12px;
	border: 1px solid #000;
	float: left;
}

#auth #authWrapper a#authSubmit:hover {
	background: url(images/color2.png) repeat transparent;
}

#auth #authWrapper #authLostPassword {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	line-height: 32px;
	color: #23ca98;
	text-decoration: none;
}

#auth #authWrapper #authLostPassword:hover {
	color: #11b785;
}

#auth #authWrapper #authErrors {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	padding: 12px 0px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-left: -8px;
	padding-right: 8px;
	width: 358px;
}

#city {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	display: none;
}

#city #cityWrapper {
	width: 550px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -275px;
	padding: 8px;
}

#city #cityWrapper a.cityClose {
	background: url(images/exit_new.png) no-repeat  0px 0px  transparent;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 20px;
	right: 24px;
}

#city #cityWrapper a.cityClose:hover {
	background: url(images/exit_new.png) no-repeat  0px -20px  transparent;
}

#city #cityWrapper a.cityClose:active {
	background: url(images/exit_new.png) no-repeat  0px -40px  transparent;
}

#city #cityWrapper span {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#city #cityWrapper ul {
	margin: 24px 0px;
}

#city #cityWrapper ul li {
	float: left;
	width: 170px;
	padding-left: 12px;
	margin-bottom: 12px;
}

#city #cityWrapper ul li a {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	display: block;
	text-decoration: none;
}

#city #cityWrapper ul li a:hover {
	color: #eee;
}

#city #cityWrapper ul li a ins {
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 1px dashed #fff;
}

#city #cityWrapper ul li a:hover span {
	border-bottom: 1px dashed #eee;
}

/* CLASES */
.offersLine {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	width: 100%;
	color: #fff;
	height: 40px;
	line-height: 40px;
/*	background: url(images/color.png) repeat #23ca98;*/
  background: rgb(0,197,137);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzU4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzAwYWE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk4NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0,197,137,1) 0%, rgba(0,170,118,1) 44%, rgba(0,152,106,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
  background: linear-gradient(to bottom, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c589', endColorstr='#00986a',GradientType=0 );
}

.offersLine span {
	line-height: 40px;
	padding-left: 12px;
}

.offersLine a {
	font: normal normal 16px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
	float: right;
	line-height: 40px;
	margin-right: 12px;
	color: #fff;
	text-decoration: none;
	display: none;
}

.offersLine a:hover {
	color: #e4f2ff;
}

.offersLine a:active {
	position: relative;
	top: 1px;
}

/*PRODUCT*/

.productTitleLink {
	display: block;
	color: #11b785;
	line-height: 21px;
	border-top: 4px double #c8e5ff;
	border-bottom: 4px double #c8e5ff;
	text-decoration: none;
	padding: 12px 0px;
	font-size: 12px;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	width: 100%;
}

.productTitleLink span {
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
}

.productTitleLink:hover {
	color: #006dcc;
}

.productImg {
	line-height: 150px;
	height: 150px;
	display: block;
}

.productImg img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}

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

.productPrice {
	color: #b81506;
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
	position: relative;
	border-bottom: 4px double #c8e5ff;
	padding: 12px 0px;
}

.productPrice s {
	font: normal normal 12px "Arial Narrow", "Verdana" , arial , sans-serif;
	position: absolute;
	top: 0px;
	right: 60px;
}

.productAppendBlock {
	border-bottom: 4px double #c8e5ff;
	height: 40px;
}

.productCompare {
	display: block;
	width: 40%;
	float: left;
	color: #42607f;
	text-decoration: none;
	font-size: 12px;
	border-right: 4px double #c8e5ff;
	line-height: 40px;
}

.productCart {
	display: block;
	width: 58.1%;
	float: left;
	text-decoration: none;
	line-height: 40px;
	text-align: center;
}

.productCart span {
	background: url(images/incart.png) repeat #23ca98;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	height: 25px;
	font: normal normal 12px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: inline-block;
	line-height: 25px;
	padding: 0px 12px;
}

.productCart span:hover {
	background: url(images/incartHover.png) repeat #23ca98;
}

.productCart span:active {
	position: relative;
	top: 1px;
}

.productStock {
	float: left;
	text-align: center;
	width: 58.1%;
	line-height: 24px;
	height: 24px;
}

.productStock u {
	text-decoration: none;
	font-size: 12px;
}

.productStock u.productInStock {
	color: #1d7e2d;
}

.productStock u.productNotAvailable {
	color: #999;
}

.ancillaryTitle {
/*	background: url(images/color.png) repeat #23ca98;*/
  background: rgb(0,197,137);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzU4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzAwYWE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk4NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0,197,137,1) 0%, rgba(0,170,118,1) 44%, rgba(0,152,106,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
  background: linear-gradient(to bottom, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c589', endColorstr='#00986a',GradientType=0 );
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.ancillaryTitle span {
	margin-left: 12px;
}

.ancillaryTitle a {
	float: right;
	color: #fff;
	margin-right: 12px;
	padding-bottom: 2px;
	text-decoration: underline;
	font-weight: bold;
}

.ancillaryTitle a:hover {
	color: #c8e5ff;
	text-decoration: none;
}

.stockColor {
	background: url(images/color2.png) repeat #11b785;
}

.browseColor {
	background: url(images/color4.png) repeat #004b8d;
}

.refColor {
	background: url(images/color5.png) repeat #010144;
}

.electroCheck_div {
	background: url(images/checkBox.png) 0px 0px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

.electroCheck_div:hover {
	background: url(images/checkBox.png) 0px -15px no-repeat transparent;
}

.electroCheck_div_active {
	background: url(images/checkBox.png) 0px -30px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

.electroCheck_div_active:hover {
	background: url(images/checkBox.png) 0px -45px no-repeat transparent;
}

.electroCheck_div_disabled {
	background: url(images/checkBox.png) 0px -60px no-repeat transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 12;
	cursor: pointer;
}

#personalInfo {
	overflow: hidden;
	clear: both;
}

#personalInfo span.heading {
	display: block;
	text-align: left !important;
	padding-left: 24px;
	color: #fff !important;
	background: url(images/color.png) 0 0 repeat #23ca98 !important;
}

#personalInfo input[type="checkbox"] {
	height: 15px;
	width: 15px;
}

#mainProfile {
	overflow: hidden;
}

#mainProfile .profileTable {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#mainProfile .left {
	padding-right: 4%;
}

#mainProfile .left .heading {
	font-size: 18px;
	color: #fff;
	background: url("images/color.png") #23ca98;
	display: block;
	line-height: 40px;
	height: 40px;
	padding-left: 18px;
	margin-bottom: 24px;
}

#mainProfile .profileSettings .heading {
	font-size: 16;
	color: #23ca98;
	background: none;
	margin: 0;
	padding: 0;
}

#mainProfile .profileSettings {
	margin: 0 18px;
	margin-right: 30px;
}

#mainProfile .profileSettings li:first-child {
	margin-right: 10%;
}

#mainProfile .profileSettings li {
	float: left;
	width: 45%;
	min-width: 200px;
}

#mainProfile .profileSettings input[type="text"] {
	padding: 0 5px;
	width: 100%;
	min-width: 180px;
	height: 30px;
	border: 1px solid #c0c0c0;
	margin-bottom: 8px;
	background: #ffffff;
 /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
 /* IE6-9 */;
}

#mainProfile .profileSettings input[type="text"]:focus {
	border: 1px solid #888;
}

#mainProfile .profileSettings textarea {
	padding: 5px 5px;
	width: 100%;
	min-width: 180px;
	height: 80px;
	border: 1px solid #c0c0c0;
	margin-bottom: 8px;
	resize: none;
	background: #ffffff;
 /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
 /* IE6-9 */;
}

#mainProfile .profileSettings textarea:focus {
	border: 1px solid #888;
}

#mainProfile .profileSettings label {
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
}

#mainProfile .profileSettings .submit {
	background: #23ca98;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	text-decoration: none;
	width: 212px;
	text-align: center;
	margin-top: 8px;
}

#mainProfile .profileSettings .submit:hover {
	background: #11b785;
}

#mainProfile .profileSettings .submit:active {
	position: relative;
	top: 1px;
}

#mainProfile .right {
	width: 290px;
	vertical-align: top;
}

#mainProfile .right .wrap {
	border: 1px solid #c0c0c0;
}

#mainProfile .right .heading {
	background: url("images/color.png") #23ca98;
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 16px;
	color: #fff;
	padding-left: 18px;
}

#mainProfile .right ul li:first-child {
	border: 0;
}

#mainProfile .right ul li {
	border-top: 1px solid #c0c0c0;
	height: 35px;
	line-height: 35px;
	padding-left: 18px;
}

#mainProfile .right ul li a {
	color: #505050;
	display: block;
	text-decoration: none;
}

#mainProfile .right ul li a:hover {
	color: #23ca98;
}

#mainProfile .right ul li .cnt {
	background: #23ca98;
	padding: 4px 6px;
	text-align: center;
	color: #fff;
	border-radius: 2px;
}

#mainProfile .bx_my_order_switch a {
	height: 35px;
	line-height: 35px;
	background: url("images/color.png") #23ca98;
	text-align: center;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	padding: 0px 12px;
}

#mainProfile .bx_my_order_switch a:hover {
	background: #11b785;
}

#mainProfile .bx_my_order_switch a:active {
	position: relative;
	top: 1px;
}

#empty .info {
	display: inline-block;
	width: 75%;
}

#empty h3 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 12px;
}

#empty p {
	font-size: 16px;
}

#empty p a {
	color: #23ca98;
}

#empty p a:hover {
	color: #11b785;
}

#empty .back {
	background: #23ca98;
	display: block;
	line-height: 35px;
	width: 180px;
	height: 35px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-top: 12px;
}

#empty .back:hover {
	background: #11b785;
}

#empty .back:active {
	position: relative;
	top: 1px;
}

#empty .emptyImg {
	display: inline-block;
	margin-right: 36px;
	vertical-align: bottom;
}

#empty table{
	width:100%;
	table-layout: fixed;
}

#empty table h3{
	margin-top:0px;
}

#empty table .info{
	width: 100%;
}

#empty table td:first-child{
	padding-right: 24px;
	width:319px;
}

#empty table td{
	vertical-align: middle;
}

#loader {
	background: url(images/loader.gif) 50% 50% no-repeat rgba(0, 0, 0, 0.298);
	display: none;
	height: 100%;
	left: 0px;
	overflow: visible;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 998;
}

#advBlock ul {
	margin: 0;
	padding: 0;
}

#advBlock.small #slider {
	width: 100% !important;
}

#advBlock.small #advRight {
	display: none !important;
}

#authForm .inf {
	margin-top: 0;
	font-size: 14px;
	margin-bottom: 12px;
}

#authForm .inf a {
	color: #23ca98;
}
#authForm a{
	color: #23ca98;
	text-decoration: none;
	display: block;
	padding:2px 0;
	margin-top:8px;
}
#authForm .inf a:hover {
	color: #11b785;
}

#authForm label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#authForm input[type="text"], 
#authForm input[type="password"] {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#authForm input:focus {
	border: 1px solid #888888;
}

#authForm .electroCheck {
	width: 15px;
	height: 15px;
	float:left;
}

#authForm .submit {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#authForm .submit:hover {
	background: #11b785;
}

#authForm .submit:active, #authForm .submit:focus {
	border: 0;
}

#authForm .sec {
	margin-left: 4px;
}

#authForm .forgot {
	color: #23ca98;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: inline-block;
	margin-left: 12px;
}

#authForm .forgot:hover {
	color: #11b785;
}
#authForm p{
	margin:0;
}
#authForm .notetext{
	display: block;
	margin-bottom: 12px;
}
#authForm .errortext {
	margin-top:0;
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
}
#register h1{
	padding-bottom: 0px;
}
#register label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#register input[type="text"], 
#register input[type="password"] {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}
#feedback .feedback-submit,
#register .submit {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}
.form-group {
	width: 100% !important;
}
.form-control {
	border: solid 1px;
	width: 100% !important;
	padding: 5px 3px;
}
#feedback .mf-text {
	margin-bottom:3px;
}
.has-error .form-control {
	border: solid 1px red;
}
.hide {
	display: none;
}
.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	-ms-flex-pack: center!important;
	justify-content: center!important;
	box-sizing: border-box;
}
.col-lg-4 {
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
	max-width: 40%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
.col-lg-6 {
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	max-width: 60%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
	box-sizing: border-box;
}
#feedback .feedback-submit:hover,
#register .submit:hover {
	background: #11b785;
}
#feedback .feedback-submit:active, #feedback .feedback-submit:focus,
#register .submit:active, #register .submit:focus {
	border: 0;
}

#register a{
	color:#23ca98;
	text-decoration: none;
	font-weight: normal;
}
#register a:hover{
	color:#11b785;
}
#register .inf {
	margin-top: 0;
	font-size: 14px;
}

#register .inf a {
	color: #23ca98;
}

#register .inf a:hover {
	color: #11b785;
}

#forgot .inf {
	margin-top: 0;
	font-size: 14px;
}

#forgot .inf a {
	color: #23ca98;
}

#forgot .inf a:hover {
	color: #11b785;
}

#forgot label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#forgot input[type="text"], 
#forgot input[type="password"] {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 250px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#forgot .submit {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#forgot .submit:hover {
	background: #11b785;
}

#forgot .submit:active, #register .submit:focus {
	border: 0;
}

#callback label {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
}

#callback input[type="text"] {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: block;
	height: 35px;
	border: 1px solid #C0C0C0;
	width: 350px;
	padding-left: 4px;
	margin-bottom: 6px;
	background: #f9f9f9;
}

#callback input:focus {
	border: 1px solid #888888;
}

#callback textarea {
	resize: none;
	overflow: auto;
	padding-top: 4px;
	padding-left: 4px;
	border: 1px solid #C0C0C0;
	width: 350px;
	background: #f9f9f9;
	height: 90px;
}

#callback textarea:focus {
	border: 1px solid #888888;
}

#callback .submit {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	border: 0;
	padding: 0px 24px;
	background: #23ca98;
	color: #fff;
	margin-bottom: 6px;
	outline: none;
}

#callback .submit:hover {
	background: #11b785;
}

#callback .submit:active, #callback .submit:focus {
	border: 0;
}

#callback p {
	margin-top: 0;
	font-size: 14px;
}

#orderSettings {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#orderSettings td {
	padding: 24px 0 48px;
	vertical-align: top;
}

#orderSettings td:first-child {
	width: 400px;
	padding-right: 24px;
}

#order #ID_PROFILE_ID {
	width: 400px;
}

#order #deviveryList {
	overflow: hidden;
}

#order #deviveryList li {
	border: 1px solid #C0C0C0;
	display: block;
	overflow: hidden;
	width: 320px;
	float: left;
	margin-left: 24px;
	margin-top: 24px;
	margin-bottom: 24px;
	cursor: pointer;
	height: 90px;
}

#order #deviveryList .selected {
	border: 1px solid #797979;
}

#order #deviveryList .name {
	font-size: 13px;
	color: #000;
}

#order .productList {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

#order .productList th {
	background: #F2F2F2;
	border-right: 1px solid #F9F9F9;
	color: #000000;
	font: 15px "Arial Narrow", "Verdana", "arial", sans-serif;
	padding: 12px;
	text-align: center;
}

#order .productList td {
	text-align: center;
	padding: 12px;
	vertical-align: middle;
	border: 1px solid #f1f1f1;
	background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 100%);
 /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fbfbfb));
 /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#fbfbfb 100%);
 /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 100%);
 /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fbfbfb',GradientType=0 );
 /* IE6-9 */
	color: #000;
	font-size: 14px;
}

#order .productList td img {
	max-height: 90%;
	max-width: 90%;
	vertical-align: middle;
}

#order .productList td a {
	display: block;
	color: #000;
	text-align: left;
}

#order .productList td a:hover {
	color: #23ca98;
}

#order .heading {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #11b785;
	height: 40px;
	line-height: 40px;
	background: #11b785;
	display: block;
	color: #fff;
	margin-bottom: 12px;
	padding-left: 12px;
}

#order .heading2 {
	display: block;
	font-size: 18px;
	margin: 12px 0px;
}

#order .heading3 {
	display: block;
	font-size: 16px;
	margin: 12px 0;
	padding-bottom: 12px;
}

#order .selectPerson li {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	background: #f6f6f6;
	color: #000;
	border: 1px solid #e4d4d4;
	margin-right: 12px;
	padding: 0px 12px;
	cursor: pointer;
}

#order .selectPerson .selected {
	color: #fff;
	background: #11b785;
}

#order .pers {
	display: none;
}

#order #sale_order_props label {
	display: block;
	width: 150px;
	margin: 12px 0px;
	font-size: 14px;
}

#order #sale_order_props input {
	display: inline-block;
	height: 20px;
	width: 400px;
	padding-left: 4px;
}

#order #sale_order_props textarea {
	width: 400px;
	padding-left: 4px;
	padding-top: 4px;
	resize: none;
}

#fastBack {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.298);
	z-index: 1000;
	top: 0%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	left: 0;
}

#fastBack #fastBackWrapper {
	width: 350px;
	background-color: #1e1e1e;
	box-shadow: 12px 12px 1px rgba(0, 0, 0, 0.600);
	position: absolute;
	top: 10%;
	left: 50%;
	margin-left: -175px;
	padding: 8px;
	position: relative;
	-webkit-transform: translate3d(0,0,0);
}

#fastBack #fastBackWrapper span {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	text-align: center;
	display: block;
	color: #23ca98;
	height: 50px;
	background-color: #000;
	line-height: 50px;
}

#fastBack #fastBackWrapper .fastBackClose {
	background: url(images/exit_new.png) no-repeat  0px 0px  transparent;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
}

#fastBack #fastBackWrapper .fastBackClose:hover {
	background: url(images/exit_new.png) no-repeat  0px -20px  transparent;
}

#fastBack #fastBackWrapper .fastBackClose:active {
	background: url(images/exit_new.png) no-repeat  0px -40px  transparent;
}

#fastBack #fastBackSuccess{
	display: none;
}
#fastBack p,
#fastBack .message{
	text-align: center;
	color: #fff;
	display: block;
}

#fastBack .close{

	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(images/color.png) repeat transparent;
	width: 170px;
	margin: auto;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#fastBack .close:hover{
	background: url(images/color2.png) repeat transparent;
}

#fastBack .close:active{
	position: relative;
	top: 1px;
}

#fastBack #fastBackWrapper form {
	margin-top: 24px;
}

#fastBack #fastBackWrapper input {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	border: 1px solid #000;
	width: 260px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 40px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 40px;
}

#fastBack #fastBackWrapper textarea {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	border: 1px solid #000;
	width: 288px;
	margin: 0px 25px 12px;
	height: 80px;
	line-height: 21px;
	background-color: #2d2d2d !important;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	resize: none;
	overflow: hidden;
	background-image: none;
	display: block;
}

#fastBack #fastBackWrapper textarea:focus {
	background-color: #3d3d3d !important;
}

#fastBack #fastBackWrapper textarea:active {
	background-color: #2d2d2d !important;
}

#fastBack #fastBackWrapper select {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	border: 1px solid #000;
	width: 302px;
	margin: 0px 25px 12px;
	height: 40px;
	line-height: 21px;
	background-color: #2d2d2d;
	color: #fff;
	text-shadow: 2px 2px 2px #000;
	padding-left: 12px;
	display: block;
}

#fastBack #fastBackWrapper input#fastBackName {
	background: url(images/login.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackName:focus {
	background: url(images/login.png) no-repeat  10px -40px  #3d3d3d;
}

#fastBack #fastBackWrapper input#fastBackEmail {
	background: url(images/mail.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackEmail:focus {
	background: url(images/mail.png) no-repeat  10px -40px  #3d3d3d;
}

#fastBack #fastBackWrapper input#fastBackPhone {
	background: url(images/phone.png) no-repeat  10px 0px  #2d2d2d;
}

#fastBack #fastBackWrapper input#fastBackPhone:focus {
	background: url(images/phone.png) no-repeat  10px -40px  #3d3d3d;
}

#fastBack #fastBackWrapper a#fastBackSubmit {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #fff;
	text-align: center;
	display: block;
	margin-right: 25px;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	background: url(images/color.png) repeat transparent;
	width: 170px;
	margin-left: 154px;
	margin-bottom: 12px;
	border: 1px solid #000;
}

#fastBack #fastBackWrapper a#fastBackSubmit:hover {
	background: url(images/color2.png) repeat transparent;
}

#fastBack #fastBackWrapper #fastBackErrors {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	padding: 12px 0px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 12px;
	margin-left: -8px;
	padding-right: 8px;
	width: 358px;
	display: none;
}

.sectional li {
	display: block;
}

/* GLOBAL CLASES */

.product {
	float: left;
	min-height: 333px;
}

.product .wrap {
	width: 90%;
	border: 1px solid #e4e4e4;
	margin: 0px auto;
	position: relative;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	min-height: 333px;
}

#relatedCarousel .productList .product {
	min-height: 239px;
}

#relatedCarousel .productList .product .wrap {
	min-height: 239px;
}

.product .wrap:hover {
	border: 1px solid #c9c9c9;
}

.product .marker {
	font: normal normal 12px "Arial Narrow", "Verdana" , arial , sans-serif;
	position: absolute;
	top: 4px;
	left: -4px;
	background: url(images/marker.png) 0 0 repeat transparent;
	color: #fff;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 10;
}

.product .rating {
	position: absolute;
	right: 8px;
	top: 4px;
	z-index: 10;
	width: 79px;
}

.product .rating i {
	background: url(images/rating.png) repeat 0 0px transparent;
	height: 15px;
	width: 79px;
	position: absolute;
	display: block;
	left: 0px;
	top: 0px;
}

.product .rating i.m {
	background: url(images/rating.png) repeat 0 -14px transparent;
	width: 0px;
	z-index: 10;
}

.product a {
	text-decoration: none;
}

.product a:active {
	position: relative;
	top: 1px;
}

.product .pic {
	text-align: center;
	padding: 24px 0px 8px;
	display: block;
	height: 120px;
	line-height: 120px;
}

.product .pic img {
	max-width: 90%;
	max-height: 90%;
	vertical-align: middle;
}

.product .name {
	font: normal normal 13px "Arial Narrow", "Verdana" , arial , sans-serif;
	text-decoration: none;
	text-align: center;
	margin-top: 8px;
	padding: 0px 10px;
	display: block;
	color: #000;
	height: 30px;
	overflow: hidden;
}

.product .name:hover {
	color: #11b785;
}

.product .name:active {
	position: relative;
	top: 1px;
}

.product .price {
	font: normal normal 18px "Arial Narrow", "Verdana" , arial , sans-serif;
	position: relative;
	line-height: 25px;
	display: block;
	color: #000;
	height: 25px;
	width: 48%;
	float: left;
	font-weight: 400;
}

.product .price s {
	font: normal normal 12px "Arial Narrow", "Verdana" , arial , sans-serif;
	position: absolute;
	color: #acacac;
	right: 12px;
	top: -8px;
	display: block;
}

.product .price, 
.product .addCart {
	text-align: center;
	margin-top: 16px;
}

.product .addCart,
.product .addSku {
	background: url("images/incart.png") 0 0  repeat #23ca98;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	line-height: 25px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff;
	width: 86px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.product .addCart:hover,
.product .addSku:hover {
	background: url("images/incartHover.png") 0 0  repeat #11b785;
}

.product .refinePrice {
	text-align: center;
	margin-top: 16px;
	background: url("images/incart.png") 0 0  repeat #23ca98;
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	line-height: 25px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff;
	width: 120px;
	margin-right: 8px;
	margin-bottom: 10px;
}

.product .refinePrice:hover {
	background: url("images/incartHover.png") 0 0  repeat #11b785;
}

.product .hr {
	border-top: 1px solid #e4e4e4;
	overflow: hidden;
	clear: both;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.product .addCompare, .product .available, .product .noAvailable {
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	color: #7f7f7f;
	text-align: center;
	line-height: 28px;
	display: block;
	height: 28px;
	float: left;
	width: 49.4%;
	margin: 2px 0px;
}

.product .addCompare img, 
.product .available img, .product .noAvailable img {
	vertical-align: middle;
	padding-right: 4px;
}

.product .addCompare {
	border-right: 1px solid #e4e4e4;
}

.product .addCompare:hover {
	color: #23ca98;
}

.product .available {
	color: #19ad24;
}

.addCompare{
	-webkit-transition:all 0.2s;
    -moz-transition:all 0.2s;
    -o-transition:all 0.2s;
    transition: all 0.2s;
}

.copyright {
	color: #525252;
}

.copyrightRef {
	display: block !important;
	margin-top: -5px;
}

.copyrightRef img {
	padding-top: 0px !important;
	margin-top: -10px;
}

.copyrightRef img {
	margin: 0px !important;
}

.footerRating {
	margin-left: 0px !important;
	margin-top: 8px;
}

.footerBorder {
	border: 0px !important;
}

.vk, .twitter, .facebook, .odnoklassniki, .googleplus {
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 21px;
	margin-right: 6px;
}

.vk {
	background: url(images/sn1.png) 0 0 no-repeat;
}

a:hover .vk {
	background: url(images/sn1.png) 0 -21px no-repeat;
}

.facebook {
	background: url(images/sn2.png) 0 0 no-repeat;
}

a:hover .facebook {
	background: url(images/sn2.png) 0 -21px no-repeat;
}

.odnoklassniki {
	background: url(images/sn3.png) 0 0 no-repeat;
}

a:hover .odnoklassniki {
	background: url(images/sn3.png) 0 -21px no-repeat;
}

.twitter {
	background: url(images/sn4.png) 0 0 no-repeat;
}

a:hover .twitter {
	background: url(images/sn4.png) 0 -21px no-repeat;
}

.googleplus {
	background: url(images/sn5.png) 0 0 no-repeat;
}

a:hover .googleplus {
	background: url(images/sn5.png) 0 -21px no-repeat;
}
/*.showFooter-inner {
	background: url(/local/templates/electro_green_white_copy/images/bgHead.png) #1f1f1f;
	height: 60px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}*/
#showFooter {
	background: url(images/read_more.png) no-repeat;
	color: #fff;
	display: inline-block;
	height: 59px;
	width: 59px;
	position: absolute;
	bottom: 90px;
	left: 50%;
	margin-left: 50px;
	z-index: 1000;
	background-size: 100% 100%;
}
.footerAferta {
	color: #fff;
	padding: 10px;
	margin: 50px 20px 0;
	border: solid 1px #fff;
	position: relative;
}

.wrapper {
	margin: 0px 25px;
	min-width: 900px;
}


.loaderMin {
	background: url("images/loaderMin.gif") 0 7px  no-repeat !important;
}

.loaderBlue {
	background: url("images/loaderBlue.gif") 0 7px  no-repeat !important;
}

.visible {
	position: static !important;
	height: 0px;
}

.rouble {
	font: normal normal 14px "rouble", "Arial Narrow", "Verdana" , arial , sans-serif;
	font-style: normal;
	position: relative;
}

.rouble i {
	font: 14px "rouble", "Arial Narrow", "Verdana", "arial", sans-serif;
	position: absolute;
	left: 1%;
	top: 14%;
}

.bx_pagination_bottom .bx_pagination_page li.bx_active {
	background-color: #23ca98 !important;
	color: #fff !important;
}

.addCart{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.addCart.disabled{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	border: 1px solid #e4e4e4 !important;
	background: #f6f6f6 !important;
	color: #888 !important;
	cursor: default !important;
}

.addCart.disabled:active{
	position: static !important;
}

.bask .addCart.disabled{
	background-color: #11b785 !important;
	color: #fff !important;
	border: 0 !important;
	opacity: 0.5 !important;
}

.loading{
	position: relative;
	color:#F9F9F9 !important;
}

.loading:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background: rgba(0,0,0,0.1);

}

.basketIMG{
	display: block;
	height:170px;
	line-height: 170px;
}
.basketIMG img{
	max-height: 95% !important;
}
.addCart.added{
	background: #11b785 !important;
}

.addSku{
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	background-color: #23ca98;
	line-height: 25px;
	text-align: center;
	margin: 16px 10px 10px 10px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff;
	width: 86px;
	text-decoration: none;
}

.addSku:hover {
	background-color: #11b785;
}

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

.refinePrice{
	font: normal normal 14px "Arial Narrow", "Verdana" , arial , sans-serif;
	background-color: #23ca98 !important;
	line-height: 25px;
	text-align: center;
	margin: 16px 10px 10px 10px;
	display: block;
	height: 25px;
	clear: right;
	float: right;
	color: #fff !important;
	width: 120px;
	text-decoration: none;
}
.refinePrice:hover {
	background-color: #11b785 !important;
}
.refinePriceu:active{
	position: relative;
	top: 1px;
}
.mnct .refinePrice {
	float: none;
	clear: none;
}
.blackOut{
	position: fixed;
	z-index: 998;
	background-color: rgba(0, 0, 0, 0.298);
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	overflow: auto;
}

.mv{
	color: #23ca98;
}

.mv:hover{
	color: #11b785;
}

.hidden{
	display: none;
}

.clear {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

::selection {
	background: #eca712;
	color: #fff;
}

::-moz-selection {
	background: #eca712;
	color: #fff;
}

::-webkit-selection {
	background: #eca712;
	color: #fff;
}

/*---*/
.iframe-desc {
	display: block;
	width: 100%;
	border: 1px #f1f1f1 solid;
}

.sp-title-desc {
	height: 35px;
	margin-bottom: 12px!important;
	background: #f2f2f2 url(images/polnoe-desc.png) 12px 10px no-repeat!important;
}

/*New style 2017 Kate*/

#catalog {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.catalog_right_inner {
	float: right;
	margin-top: -20px;
}
.catalog_left_inner {
	float: left;
	width: calc(100% - 225px);
}
#advBlock {
  width: 100%;
  float: none;
/*
  max-width: 1134px;
  margin: 0 auto;
*/
}
#advBlock .wrap {
/*    height: 413px;*/
}
#advBlock .wrap img {
    
}
.overlay_hidden {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}
.personal_hidden,
.aferta_hidden,
.feedback_hidden {
  width: 100%;
  max-width: 400px;
  min-height: 320px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #e2e2e2;
  border: 1px solid #488139;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 5px 5px 0px rgba(50, 50, 50, 0.75);
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}
.personal_hidden,
.aferta_hidden {
	min-height: auto;
}
.feedback_hidden #callback .submit {
  margin: 6px auto;
  display: block;
}

/* Card */
.personSelectDiv {
  width: 100%;
/*
  max-width: 400px;
  margin: 0 auto;
*/
}
.personSelectDiv div {
  border: 1px solid rgb(0,197,137);
  text-align: center;
  box-sizing: border-box;
  padding: 4px 14px;
  cursor: pointer;
  display: inline-block;
  color: #000000;
}
.personSelectDiv div.active {
  /*	background: url(images/color.png) repeat #23ca98;*/
  background: rgb(0,197,137);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzU4OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzAwYWE3NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDk4NmEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(0,197,137,1) 0%, rgba(0,170,118,1) 44%, rgba(0,152,106,1) 100%);
  background: -webkit-linear-gradient(top, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
  background: linear-gradient(to bottom, rgba(0,197,137,1) 0%,rgba(0,170,118,1) 44%,rgba(0,152,106,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c589', endColorstr='#00986a',GradientType=0 );
  color: #ffffff;
}
.personSelectDiv div.lico_1 {
  float: left;
}
.personSelectDiv div.lico_2 {
}
.select_city a {
  color: #23ca98;
  text-decoration: none;
  border-bottom: 1px dotted #000000;
  cursor: pointer;
	text-transform: capitalize;
}
.select_city {
/*  position: relative;*/
  z-index: 995;
}
.select_city span {
  padding-left: 25px;
  background: url('images/navigation.png') left bottom no-repeat;
}
.hidden_city_layout {
    position: fixed;
    z-index: 997;
	background: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}

.hidden_city {
    position: absolute;
	top: 0;
	background: #000;
	color: #fff;
	width: 920px;
	height: 600px;
	left: 215px;
	display: none;
	z-index: 998;
}
.hidden_city .select_city {
    height: 100%;
}
.ui-widget.ui-widget-content {
	z-index: 1000;
}
.hidden_city a {
    color: #fbffea;
    font-size: 16px;
    display: block;
    margin: 5px 0;
/*    font-style: italic;*/
    border-bottom: none;
}
.hidden_city a:hover {
    color: #00722D;
}
.hidden_city strong {
    font-weight: bold;
    color: #fbffea;
    margin-top: 25px;
	padding: 0 20px;
}
.hidden_city a strong {
    margin-top: 5px;
}
.hidden_city a strong:hover {
    color: #00722D;
}
.hidden_city div {
    float: left;
}
.hidden_city .close_bg
{
    background-image: url("images/sprite.png");
    background-position: -305px -95px;
    height: 17px;
    width: 17px;
    z-index: 1;
    display: block;
    float: left;
    margin-right: 5px;
}
.hidden_city .close {
    color: #ffffff;
    padding-left: 20px;
	right: 13px;
	top: 26px;
    position: absolute;
    cursor: pointer;
}
.select_city .hidden_city a {
  color: #ffffff;
  border-bottom: none;
}
.select_city .hidden_city a:hover {
  color: #23ca98;
}
input[type="text"].city-input {
	width: 100%;
	background-color: #ffffff;
	color: #656565;
	border: 1px solid #d3d3d3;
	display: inline-block;
width: 600px;
	text-indent: 6px;
	font: normal normal 14px "ArialNarrowRegular" , "Verdana" , arial , sans-serif;
	height: 30px;
}
.hidden_city header {
	margin-top: 20px;
 }
.hidden_city .region-win .wrp:not(.city-wrap) {
	border-right: 1px solid #23ca98;
}
.cities ul li {
	float: left;
	width: calc(33.333% - 40px);
}
.city-wrap .cities {
	height: 480px;
}
.hidden_city .region-win .country-wrap {
	width: 160px;
	left: 0;
}
.hidden_city .region-win .wrp:not(.city-wrap) {
	border-right: 1px solid #23ca98;
}


.hidden_city .region-win .region-wrap {
	/*width: 270px;*/
	left: 161px;
}

.hidden_city .region-win .wrp {
	position: absolute;
	top: 90px;
	height: calc(100% - 120px);
	overflow: hidden;
	z-index: 30;
}
.hidden_city .region-win .wrp {
	position: absolute;
	top: 90px;
	height: calc(100% - 120px);
	overflow: hidden;
	z-index: 30;
}
.hidden_city .region-win .city-wrap {
	left: 403px;

	overflow: hidden;
	border-right: none;
}
.hidden_city .region-win ul li {
	line-height: 38px;
	min-height: 38px;
}
.city-wrap.wrp.-scrollable -scroller{
	height: inherit; position: relative; overflow: hidden;
}

.hidden_city .region-win ul li {
	display: block;
	color: #23ca98;
	text-decoration: none;
	cursor: pointer;
	padding: 0 20px;
	min-height: 24px;
}
.country-list {
	margin-top: 47px;
}
.hidden_city .region-win ul.region-list li.first-li-reg:hover,
.hidden_city .region-win ul li:hover,
.hidden_city .region-win ul.region-list li.first-li-reg.active,
.hidden_city .region-win ul li.selected {
	background: #fff;
	color: #000;
}
.region-scroller {

	height: 480px;
	position: relative;
	overflow: hidden;
}

.region-scroller > [data-scroll] {
	padding: 10px;
	cursor: pointer;
	text-align: center;
	display: block;
	background-color: rgba(0, 0, 0, .05);
	-webkit-user-select: none;
	font-size: 24px;
	color: #23ca98;
}

.region-scroller > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	max-height: calc(100% - 100px);
	overflow: hidden;
}

.region-scroller > ul > li {
	padding: 10px;
}

.cities {

	overflow: hidden;
}

.cities > [data-scroll] {
	padding: 10px;
	cursor: pointer;
	text-align: center;
	display: block;
	background-color: rgba(0, 0, 0, .05);
	-webkit-user-select: none;
	font-size: 24px;
	color: #23ca98;
}

.cities > ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	height: calc(100% - 100px);
	overflow: hidden;
	min-width: 517px;
}

.cities > ul > li {
	padding: 10px;
}

.region-list li.active {
	background: #fff;
	color: #000;
}
#headerTop {
  display: none;
  position: fixed;
  z-index: 997;
  top: 0;
  width: 100%;
  min-width: 1110px;
  float: none;
  background: #ffffff;
  height: 32px;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(84, 84, 84, 0.75);
-moz-box-shadow:    0px 2px 7px 0px rgba(84, 84, 84, 0.75);
box-shadow:         0px 2px 7px 0px rgba(84, 84, 84, 0.75);
/*  padding: 2px 0;*/
}
#headerTop .headerTopLeft {
  float: left;
	width: calc(100% - 485px);
}
#headerTop .headerTopRight {
  float: right;
  width: 485px;
}
#headerTop .headerTopRight .headerLineRight {
  float: right;
  box-sizing: border-box;

  width: 325px;
}
#headerTop .headerTopRight .headerLineRight #topCart {
  float: left;
}
#headerTop .headerTopRight .headerLineRight li.compare {
    padding-left: 5px;
}
#headerTop .headerTopMiddle {
    padding-left: 10px;
    line-height: 32px;
  float: left;
	display: none;
}
#headerTop .headerTopMiddle .oCallback {
    text-decoration: none;
    border-radius: 4px;
    height: 30px;
    display: block;
    line-height: 30px;
    float: right;
    margin-left: 5px;
    box-sizing: border-box;
}
#headerTop .headerTopMiddle .oCallback img {
    height: 20px;
    margin: 5px 5px 0;
}
#headerTop .headerTopMiddle img {
    height: 28px;
    margin-top: 2px;
}
#headerTop .mainContentleftArrow {
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
}
#headerTop .mainContentleftArrow span {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(0, 197, 137) 0%, rgb(0, 170, 118) 44%, rgb(0, 152, 106) 100%) repeat scroll 0 0;
  
    color: #fff;
    display: block;
    font: 18px/34px "Arial Narrow","Verdana",arial,sans-serif;
    height: 32px;
    padding-left: 10px;
    text-align: left;
    transform: perspective(1px) translateZ(0px);
    transition-duration: 0.8s;
    transition-property: background;
    transition-timing-function: ease;
    width: 42px;
    overflow: hidden;
}
#headerTop .logo {
  float: left;
  width: 210px;
  box-sizing: border-box;
  margin-left: 25px;
/*  padding-right: 25px;*/
    height: 32px;
}
#headerTop .logo a {
	text-decoration: none;
}
#headerTop .logo img {
  height: 32px;
}

#headerTop .slogan {
	display: none;
}
#headerTop .topSearch {
  padding-left: 30px;
	width: calc(100% - 320px);
  box-sizing: border-box;
position: relative;

}
#headerTop .select_city {
/*  width: 10%;*/
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 7px;
	display: none;
  
}
#headerTop .telephone {
  font-size: 22px;
  float: left;
/*  width: 20%;*/
/*  color: #545d58;*/
  color: #000000;
  text-align: right;
  line-height: 32px;
}
#headerTop #headerLineRight {
/*  width: 10%;*/
  float: left;
}
#headerTop #topCart li {
  display: block;
  float: left;
  padding-top: 5px;
  position: relative;
}
#headerTop #topCart li:nth-child(1) {
  width: 20px;
  overflow: hidden;
  height: 20px;
}
#headerTop #topCart li img {
  position: relative;
  z-index: 996;
}
#headerTop #topCart li #topQty {
  display: block;
  position: absolute;
  z-index: 997;
  left: 4px;
  color: #ffffff;
  background-color: red;
  width: 15px;
  height: 15px;
  border-radius: 20px;
  padding: 0;
  top: 0;
  font-size: 10px;
  line-height: 15px;
  
}
#headerTop #topCart li:nth-child(3) {
  display: none;
}
#headerTop .auth {
  margin-top: 7px;
  width: 5%;
  float: left;
	padding-right: 10px;
}
#headerTop .auth .register {
  display: none;
}
#headerTop .auth .exit {
  display: none;
}
#headerTop .catalogMenuTop {
  position: absolute;
  z-index: 996;
  top: 32px;
  border: 1px solid #e0e5e5;
  background: #ffffff;
  display: none;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f9f9f9+0,ffffff+5,ffffff+95,f9f9f9+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 5%, #ffffff 95%, #f9f9f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 5%,#ffffff 95%,#f9f9f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 5%,#ffffff 95%,#f9f9f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
}
#headerTop .catalogMenuTop li {
	display: block;
	float: left;
	padding: 25px 0;
	width: 250px;
	text-align: center;
	box-sizing: border-box;
	height: 120px;
  
}
#headerTop .catalogMenuTop li a {
	text-decoration: none;
	color: #898989;
	display: block;
	width: 60%;
	margin: 0 auto;
}
#headerTop .catalogMenuTop li a img {
	height: 30px;
	margin-bottom: 10px;
}
#headerTop .catalogMenuTop li a:hover {
  color: #23ca98;
}
#mainContentleft.inner{width:52px;display: block;position: absolute;}
#mainContentRight.inner{display: block; min-height: 200px;}
#mainContentleft.inner #leftMenu>li>a>ins>span{display:none;}
#mainContentleft.inner a.mainContentleftArrow > span{color:rgba(0,0,0,0);padding-left: 10px;display: block;overflow: hidden;}
#mainContentleft.inner #leftMenu > li > a {
    padding: 12px 12px 12px 10px;
}
#headerLineRight .oCallback {
  float: left;
    display: block;
    width: 170px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #000000;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ededed+40,c4c4c4+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #ededed 40%, #c4c4c4 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#ededed 40%,#c4c4c4 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#ededed 40%,#c4c4c4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c4c4c4',GradientType=0 ); /* IE6-9 */

    padding-left: 5px;
    text-decoration: none;
    margin-top: 5px;
    text-align: left;
    border-radius: 4px;
}
#headerLineRight .oCallback:active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c4c4c4+0,ededed+60,ffffff+100 */
background: #c4c4c4; /* Old browsers */
background: -moz-linear-gradient(top,  #c4c4c4 0%, #ededed 40%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c4c4c4 0%,#ededed 40%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c4c4c4 0%,#ededed 40%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c4c4c4', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
#headerLineRight .oCallback img {
    margin-top: 12px;
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}
#headerLineRight a.oCompare {
  display: block;
  float: left;
  width: 170px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 7px;
    text-align: left;
  color: #b0b0b1;
  border-left: 1px solid #b0b0b1;
  margin-left: 15px;
}
#headerLineRight .oCompare img {
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 15px;
    float: left;
}
#headerLineRight .oCompare .compareCount {
  background: #b0b0b1;
  display: inline-block;
  margin-left: 10px;
  border-radius: 3px;
  color: #ffffff;
  padding: 0 7px;
}
.personal_hidden .close_bg,
.aferta_hidden .close_bg,
.feedback_hidden .close_bg
{
    background-image: url("images/sprite.png");
    background-position: -16px -303px;
    height: 16px;
    width: 17px;
    z-index: 1;
    display: block;
    float: right;
}
.personal_hidden .close,
.aferta_hidden .close,
.feedback_hidden .close {
    color: #515151;
    padding-right: 20px;
    right: 0;
    top: 5px;
    position: absolute;
    cursor: pointer;
}
.open_filter, .close_filter {
  padding-right: 100px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 25px;
  color: #23ca98;
  float: right;
}

.seo_text_up {

	margin-top: 20px;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 20px;
}