@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&subset=cyrillic');


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


.clearfix{
	clear:both;
}

.clearfix:after{
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
.clear {
	clear:both;
}
html{
	height:100%;
}

body{
	height:100%;
	font-family: Arial, sans-serif;
	font-size:14px;
	font-weight:400;
	color:#000000;
	background-color:#ffffff;
}


a{
	font-size:16px;
	color:#2894d2;
}

a img{
	border:none;
}

ul{
	list-style:none;
}


#container{
	min-height:100%;
	height:auto !important;
	height:100%;
}

.wrapper{
	margin:0 auto;
	padding:0 14px;
	max-width:1210px;
}

.warning {
    background: url("/catalog/view/theme/default/image/warning.png") no-repeat scroll 10px center #ffd1d1 !important;
    border: 1px solid #f8acac !important;
    border-radius: 5px !important;
}
.success, .warning, .attention, .information {
    border-radius: 5px !important;
    color: #555555 !important;
    margin-bottom: 15px !important;
    padding: 10px 10px 10px 33px !important;
}
.success {
    background: url("/catalog/view/theme/default/image/success.png") no-repeat scroll 10px center #eaf7d9 !important;
    border: 1px solid #bbdf8d !important;
    border-radius: 5px !important;
}

/*HEADER*/
#header{
	height:120px;
}

#logo{
	margin:25px 34px 0 0;
	float:left;
	width:190px;
	padding-left:3px;
}

#logo img{
	display:block;
	float:left;
}

#description{
	font-size:16px;
	font-weight: 300;
	color:#686868;
	margin-left:35px;
	margin-top:45px;
	font-family: 'Open Sans Condensed', Arial;
	line-height: 15px;
}

#topmenu{
	width: 137px;
	float:left;
	margin:7px 60px 0 0;
}

#topmenu ul li{
	float:left;
	margin-right:32px;
	margin-top:10px;
}

#topmenu ul li a{
	font-size:12px;
	color:#2894d2;
	text-decoration:underline;
}


#footermenu{
	float:left;
}

#footermenu ul{
  display: inline;
}

#footermenu ul li{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#footermenu ul li a{
	font-size:12px;
	color:#2894d2;
	text-decoration:underline;
}

#contact-info-footer{
	float:left;
	font-size:12px;
	color:#727272;
  padding-right: 50px;
}
#contact-info-footer a {
	font-size:12px;
	color:#82000d;
	}

#contact-info{
	float:left;
	margin-top:17px;
	font-size:12px;
	color:#727272;
	line-height:25px;
}
#contact-info a {
	font-size:12px;
	color:#2894d2;
	}

.phone{
	font-weight:700;
	font-size:20px;
	color:#000;
}

.phone span{
	font-weight:bold;
	font-size:21px;
}

.phone a{
	font-weight:normal;
	font-size:14px;
	margin-left:9px;
}

#cart{
	float:right;
	position:relative;
	margin-top:18px;
}

#cart:before{
	content:'';
	display:block;
	width:23px;
	height:18px;
	background:url('images/cart.png') no-repeat;
	position:absolute;
	left:-28px;
	top:0px;
}

#cart .buy{
	margin-top:5px;
	display:block;
	padding:0 10px !important;
	height:27px !important;
	line-height:27px !important;
	font-size:14px !important;;
}

/*SLIDER*/
li h3 {
font-family: 'Open Sans Condensed', Arial;
font-weight: bold;
font-size: 3vw;
text-transform: uppercase;
letter-spacing: 0px;
text-align: center;
color: #FFF;
}

li h3.ban {
font-family: 'Open Sans Condensed', Arial;
font-weight: bold;
font-size: 3vw;
text-transform: uppercase;
letter-spacing: 0px;
text-align: center;
color: #FFF;
}

#slider{

}

/*MAINMENU*/


.mainmenu{
	text-align:center;
	margin-bottom:35px;
  background-color:#ffffff;
}

.mainmenu ul{
	/*overflow:hidden;*/
	display:inline-block;
	position:relative;
	background-color:#ffffff;
	padding:0 5%;

}

.mainmenu ul:after{
	content:'';
	display:block;
	width:100%;
	height:14px;
	position:absolute;
	left:0;
	bottom: -5px;
	background:url('images/menu-bottom.png') no-repeat;
	background-size:auto 14px;
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#ffffff));
	background-image: -webkit-linear-gradient(#e7e7e7, #ffffff);
	background-image: -moz-linear-gradient(#e7e7e7, #ffffff);
	background-image: -o-linear-gradient(#e7e7e7, #ffffff);
	background-image: linear-gradient(#e7e7e7, #ffffff);
	-webkit-border-radius:0 0 40px 40px;
	-moz-border-radius:0 0 40px 40px;
	border-radius:0 0 40px 40px;*/
	z-index:-1;
}

.mainmenu ul li{
	float:left;
	height:48px;
	line-height:48px;
	-webkit-transition:background .2s;
	-moz-transition:background .2s;
	-ms-transition:background .2s;
	-o-transition:background .2s;
	transition:background .2s;

}

.mainmenu ul li a{
	font-family:Arial;
	font-size:14px;
	font-weight: bold;
	color:#000000;
	text-transform:uppercase;
	text-decoration:none;
	padding:0 19px;
	border-right:1px solid #e7e7e7;
	letter-spacing:0px;
}

.mainmenu ul li:hover,
.mainmenu ul li.active{
	background-color:#f1f1f1;
}

.mainmenu ul li:hover a,
.mainmenu ul li.active a{
	border-right:none;
	color:#82000d;
	/*margin-right:1px;*/
}

.mainmenu ul li:hover:not(:last-child) a{
	margin-right:1px;
}

.mainmenu ul li:last-child a{
	border-right:none;
}

/*MAIN*/
#main{

}
#content {
	/*width:1363px;*/
	margin:0 auto;
  padding-top:15px;
}

#content > p{
	line-height:24px;
	margin-bottom:30px;
}

#content .title{
	font-family: 'Open Sans Condensed', Arial;
	font-weight:bold;
	font-size:26px;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:0px;
}

#content .title-tovar{
	font-family: 'Open Sans Condensed', Arial;
	font-weight:bold;
	font-size:26px;
	margin-bottom:20px;
	text-transform:uppercase;
	letter-spacing:0px;
}

#content #sort{
	float:right;
  width: 70%;
}

#content #sort a{
	font-size:14px;
	text-decoration:none;
	border-bottom:1px dashed #2894d2;
}

/* PRODUCT*/

.product{
	float:left;
	width:25%;
	height: 430px;
	min-width:234px;
	text-align:center;
	/*margin-bottom:100px;*/
	position:relative;
}

.product:nth-child(4n+2){
	width:25%;
	padding-left:0;
}

.product:nth-child(4n+1){
	width:25%;
	padding-right:0;
}


.hit{
	right:20px;
}

.hit1{
	position:relative;
	top:-20px;
	right:0px;
}

.product-name{
  height: 51px;
  overflow-y: hidden;
	padding:0 15px;
	margin-bottom:15px;
}

.priceandbuy {
	margin: 0 6% 0 6%;
  height: 80px;
	}

.price{
	display:inline-block;
	font-weight:300;
	text-align:left;
	padding-right:15px;
	float:left;
}

.oldprice{
	color:#909090;
	text-decoration:line-through;
}

.newprice{
	font-size:18px;
}

.buy2 {
    background:#ffc61f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffce40), to(#ffbf01));
    background-image: -webkit-linear-gradient(#ffce40, #ffbf01);
    background-image: -moz-linear-gradient(#ffce40, #ffbf01);
    background-image: -ms-linear-gradient(#ffce40, #ffbf01);
    background-image: -o-linear-gradient(#ffce40, #ffbf01);
    background-image: linear-gradient(#ffce40, #ffbf01);
    border-top:1px solid #ffc61d;
    border-bottom:1px solid #f0aa00;
    -webkit-box-shadow:0 3px 2px 0 #4b3500;
    -moz-box-shadow:0 3px 2px 0 #4b3500;
    box-shadow:0 3px 2px 0 #4b3500;
    padding:10px 33px;
    z-index: 10;
    height:57px;
    border:none;
    -webkit-border-radius:27px;
    -moz-border-radius:27px;
    border-radius:27px;
    text-decoration:none;
    cursor:pointer;
    display:block;
    /*clear:both;
    margin-left:42%;*/
    position:absolute;
    bottom:-13px;
    left:37%;
    vertical-align: middle;
    display: table-cell;
	color:#202020;
	font-size:30px;
}

.buy1 {
	font-size:14px;
	padding:0 12px;
	background:#ffc61f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#dadada), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#dadada, #e4e4e4);
	background-image: -moz-linear-gradient(#dadada, #e4e4e4);
	background-image: -ms-linear-gradient(#dadada, #e4e4e4);
	background-image: -o-linear-gradient(#dadada, #e4e4e4);
	background-image: linear-gradient(#dadada, #e4e4e4);
	border-top:1px solid #d2d2d2;
	border-bottom:1px solid #a2a2a2;
	-webkit-box-shadow:0 3px 2px 0 #4b3500;
	-moz-box-shadow:0 3px 2px 0 #4b3500;
	box-shadow:0 3px 2px 0 #4b3500;
	padding:0 24px;
	height:36px;
	line-height:36px;
	display:inline-block;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-decoration:none;
	color:#202020;
	/*float:right;*/
}

.buy{
	background:#ffc61f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffce40), to(#ffbf01));
	background-image: -webkit-linear-gradient(#ffce40, #ffbf01);
	background-image: -moz-linear-gradient(#ffce40, #ffbf01);
	background-image: -ms-linear-gradient(#ffce40, #ffbf01);
	background-image: -o-linear-gradient(#ffce40, #ffbf01);
	background-image: linear-gradient(#ffce40, #ffbf01);
	border-top:1px solid #ffc61d;
	border-bottom:1px solid #f0aa00;
	-webkit-box-shadow:0 3px 2px 0 #4b3500;
	-moz-box-shadow:0 3px 2px 0 #4b3500;
	box-shadow:0 3px 2px 0 #4b3500;
	padding:0 24px;
	height:36px;
	line-height:36px;
	display:inline-block;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-decoration:none;
	color:#202020;
	/*float:right;*/
	cursor:pointer;
}
.buy{
	background:#ffc61f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffce40), to(#ffbf01));
	background-image: -webkit-linear-gradient(#ffce40, #ffbf01);
	background-image: -moz-linear-gradient(#ffce40, #ffbf01);
	background-image: -ms-linear-gradient(#ffce40, #ffbf01);
	background-image: -o-linear-gradient(#ffce40, #ffbf01);
	background-image: linear-gradient(#ffce40, #ffbf01);
	border-top:1px solid #ffc61d;
	border-bottom:1px solid #f0aa00;
	-webkit-box-shadow:0 3px 2px 0 #4b3500;
	-moz-box-shadow:0 3px 2px 0 #4b3500;
	box-shadow:0 3px 2px 0 #4b3500;
	padding:0 24px;
	height:36px;
	line-height:36px;
	display:inline-block;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-decoration:none;
	color:#202020;
	/*float:right;*/
	cursor:pointer;
}

/*REVIEW*/
#review{
	margin-bottom:50px;
}

.review{
	float:left;
	width:26%;
	padding:0 2%;
}

.review:nth-child(4n+2){
	width:24%;
	padding-left:0;
	padding-right:1.9%;
}

.review:nth-child(4n+1){
	width:24%;
	padding-right:0;
	padding-left:1.9%;
}

.review p{
	line-height:17px;
	margin-bottom:20px;
}

.reviewer{
	margin-bottom:20px;
}

.avatar{
	float:left;
	margin-right:18px;
}

.author a{
	font-size:14px;
}

/*404*/
#er404{
	text-align:center;
	margin-top:115px;
}

#er-code{
	font-weight:700;
	font-size:100px;
	/*float:left;*/
	display:inline-block;
	margin-right:75px;
	text-align:center;
}

#er-code span{
	font-size:40px;
	display:block;
	line-height:0;
}

#er-text{
	width:400px;
	display:inline-block;
	text-align:left;
}

#er-val{
	font-size:24px;
	margin:20px 0;
}

#er-desc{
	font-size:18px;
	line-height:21px;
}

/*DOSTAVKA*/
#col1,
#col2{
	width:100%;
	float:left;
}


.col-title{
	font-weight:300;
	font-size:20px;
	margin-bottom:8px;
}

.col-title2{
	font-weight:300;
	font-size:16px;
}

#col1 p,
#col2 p{
	font-size:16px;
	line-height:24px;
	margin-bottom:8px;
}

#col1 ol,
#col2 ul{
	list-style-position:inside;
	margin-bottom:32px;
}

#col1 ol li{
	font-weight:300;
	font-size:16px;
	line-height:24px;
}

#col1 ol li p{
	font-weight:400;
	margin-bottom:32px;
}

#col2 ul li{
	line-height:24px;
	font-size:16px;
}

#col2 ul li:before{
	content:'\2043';
	margin-right:5px;
}

/*PAGINATION*/
#pagination{
	text-align:center;
	margin-bottom:10px;
}

#pagination ul{
	display:inline-block;
}

#pagination ul li{
	display:inline-block;
	margin-right:5px;
}

#pagination ul li a{
	display:block;
	width:31px;
	height:31px;
	background:#f2f2f2;
	text-align:center;
	line-height:31px;
	font-size:16px;
	color:#000000;
	text-decoration:none;
}

#pagination ul li.active a,
#pagination ul li a:hover{
	background:#269ef8;
	color:#ffffff;
}

/*CONTACT*/
#contact{
	overflow:hidden;
	padding:22px 0;
	border-image-slice: 27 33 27 27;
	border-image-width: 20px 20px 20px 20px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: round round;
	border-image-source: url("images/border.png");
	position:relative;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
	margin-bottom:55px;
  float: left;
  width: 100%;
}

#contact form{
	width:41%;
	overflow:hidden;
	padding:5px;
	float:left;
	margin:0 10% 0 9%;
}

.form-title{
	font-weight:300;
	font-size:24px;
	margin-bottom:16px;
}

div.required{
	position:relative;
}

div.required input{
	padding-left:18px !important;
}

div.required:before{
	content:'';
	display:block;
	width:6px;
	height:6px;
	background:url('images/required.png') no-repeat;
	position:absolute;
	top:14px;
	left:8px;
}

#contact form input[type=text]{
	width:100%;
	height:33px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 4px 5px 0 #d2d2d2, inset 2px 0 3px 0 #d2d2d2;
	-moz-box-shadow:inset 0 4px 5px 0 #d2d2d2, inset 2px 0 3px 0 #d2d2d2;
	box-shadow:inset 0 4px 5px 0 #d2d2d2, inset 2px 0 3px 0 #d2d2d2;
	padding:0 8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
}

#contact form textarea{
	width:100%;
	height:163px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
	font-family:Arial;
}

#contact form input[type=submit]{
	font-size:16px;
	color:#404040;
	height:29px;
	line-height:29px;
	padding:0 16px;
	background:#eeeeee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow:0 3px 2px 0 #272727;
	-moz-box-shadow:0 3px 2px 0 #272727;
	box-shadow:0 3px 2px 0 #272727;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	outline:none;
	cursor:pointer;
}

#second form input[type=submit], #second input[type=submit], #button-review{
	font-size:16px;
	color:#404040;
	height:29px;
	line-height:29px;
	padding:0 16px;
	background:#eeeeee;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow:0 3px 2px 0 #272727;
	-moz-box-shadow:0 3px 2px 0 #272727;
	box-shadow:0 3px 2px 0 #272727;
	-webkit-border-radius:13px;
	-moz-border-radius:13px;
	border-radius:13px;
	outline:none;
	cursor:pointer;
}

#contacts{
	width:350px;
	float:left;
	font-size:16px;
	line-height:30px;
}

#contacts span{
	float:left;
	color:#959595;
}

/*TOVAR*/
#tovar{
	padding:5px 0;
	/*overflow:hidden;*/
	position:relative;
}

/*#tovar:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background:#e8e8e8;
	position:absolute;
	left:0;
	bottom:0;
}*/

#separ{
	width:100%;
	height:1px;
	background:#e8e8e8;
	position: absolute;
	left:0px;

}

#tovar-cart{
	overflow:hidden;
}

#tovim,
#tovar-text{
	width:50%;
}

#tovar-art p {
background-color: #000000;
display: inline-block;
color: #ffffff;
font-size: 18px;
font-weight: 600;
}


#tovim{
	float:left;
	cursor:pointer;
}

#tovim img{
	max-width:100%;
    height:auto;
}

#tovar-text{
	float:right;
	padding-left:47px;
}

#tovim{
	text-align:center;
	position:relative;
}

#tovim .hit{
	right:-32px !important;
}

.slide_box_thumb{
    white-space: nowrap;
    margin-top: 10px;
    position: relative;
    display: -webkit-inline-box;
    overflow-x: auto;
}
.loupe_block {
    position: relative;
	float: left;
  margin: 0 3px 0 0;
}

.loupe_block-tovar {
background-position: 50% 50%;
height:80px;
width: 80px;
border: 1px solid;
border-color: #CCCCCC;
margin: 0px 5px 5px 0px;
}

#tovar-video{
	padding-top:0px;
}

#tovar-title{
	font-weight:normal;
	font-size:30px;
	margin-bottom:22px;
        color: #000;
}

#tovar-text .price{
	margin-right:24px;
	float:left;
}

#tovar-text .oldprice{
	font-size:18px;
}

#tovar-text .newprice{
	font-weight:700;
	font-size:36px;
}

#tovar-text .buy{
	height:39px;
	margin-top:5px;
}
.tovar-no {
	color: #FF0000;
}

.tovar-yes {
	color: #009900;
}

#gift{
	margin-top:36px;
	font-size:16px;
}

#gift div{
	float:left;
	margin-right:10px;
}
.option-image {
	position:relative;
	margin-top:-30px;
}

#gift span{
	font-weight:700;
	color:#ff624a;
}

#delivery{
	margin-top:24px;
	clear:both;
}

#delivery-title{
  width: 100%;
  height: 32px;
	margin-top:24px;
	font-size:18px !important;
	font-weight:bold;
	color:#000;
  background-image: url(images/gar-ico.jpg);
    background-position: 0% 0%;
    background-repeat: no-repeat;
}

#delivery div{
	font-size:14px;
  margin-top:50px;
	margin-bottom:10px;
  padding-left: 40px;
  padding-top: 3px;
}

#delivery div span{
	font-weight:700;
	font-size:16px;
	display:block;
}

#more-delivery{
	font-size:14px;
	color:#2585c8;
  float:left;
}

.simple-little-table1 {
  width: 100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
	background:#ecf6fc;
	margin-bottom:20px;
	border:#ecf6fc 1px solid;

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

}

.simple-little-table1 tr{
	text-align: center;
	padding-left:10px;
}
.simple-little-table1 tr td:first-child{
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
.simple-little-table1 tr td {
	padding:10px;

}

#tovar-description{
	margin-top:50px;
	overflow:hidden;
}

#tovar-foto,
#tovar-info{
	width:100%;
}
.slide_img{
	width:100%;
	}
#image1_1 {
max-height: 600px;

}

#tovar-foto{
	float:left;
}

#tovar-info{
	float:right;
	padding-top:30px;
	position:relative;
}


/********************/

div.container {
margin: auto;
width: 100%;
margin-bottom: 10px;
}

ul.tabNavigation {
list-style: none;
margin: 0;
padding: 0;
}

ul.tabNavigation li {
display: inline;
}

ul.tabNavigation li a {
font-family:Arial;
font-weight:bold;
font-size:16px;
text-transform:uppercase;
display:inline-block;
margin:0 75px 10px 0;
color:#2585c8;
text-decoration:none;
cursor:pointer;
}

ul.tabNavigation li a.selected,
ul.tabNavigation li a.selected:hover {
background: #FFF;
color: #000;
}

ul.tabNavigation li a:hover {
color: #000;
}

ul.tabNavigation li a:focus {
outline: 0;
}

div.tabs div {
padding: 0px;
margin-top: 3px;
border: 1px solid #FFF;
background: #FFF;
line-height:1.3;
}

div.tabs div h2 {
margin-top: 0;
}


/********************/

#tovar-info h4{
	font-size:18px;
	margin-top:24px;
}

#tovar-info ul{
	margin-left:0px;
	list-style-type:disc;
	list-style-position:inside;
}

#tovar-info ul li{
	line-height:24px;
}

#buy{
	text-align:center;
	margin:58px 0;
}

#tovar-info .review{
	float:none;
	width:100%;
	padding:0 !important;
}

#tovar-info .author{
	font-weight:700;
	padding-top:5px;
}

#review-form{
	width:320px;
}

#review-name{
	width:320px;
	height:33px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 3px 4px 0 #d2d2d2, inset 2px 0 3px 0 #d2d2d2;
	-moz-box-shadow:inset 0 3px 4px 0 #d2d2d2, inset 2px 0 3px 0 #d2d2d2;
	box-shadow:inset 0 3px 4px 0 #d2d2d2, inset 2px 0 3px 0 #d2d2d2;
	padding:0 8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
}

#review-message{
	width:320px;
	height:163px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:8px;
	margin-bottom:10px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
	font-family:Arial;
}

#review-form input[type=button]{
	height:38px;
	padding:0 10px;
	background:#efefef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow:0 3px 2px 0 #272727;
	-moz-box-shadow:0 3px 2px 0 #272727;
	box-shadow:0 3px 2px 0 #272727;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	font-size:18px;
	color:#404040;
	float:right;
	cursor:pointer;
}

#review-pagination{
	margin:16px 0 24px 0;
}

#review-pagination ul{
	list-style:none;
}

#review-pagination li{
	float:left;
	margin-right:29px;
	list-style:none;
}
#review-pagination li.active a{
	color: #000000!important;
	cursor: default!important;
	text-decoration: none!important;
}
.recommend-title{
	font-family:Arial;
	font-weight:bold;
	font-size:18px;
	color:#9d9d9d;
	text-transform:uppercase;
	padding:36px 0;
	text-align:center;
}
#callback {
	cursor:pointer;
	text-decoration:underline;
}
#discount {
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	cursor:pointer;
	text-decoration: none; /* ������� ������������� */
}
/*CALLBACK*/
#call-overlay{
	background-color:rgba(0,0,0,.7);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100001;
	display:none;
}

#call-overlay-discount{
	background-color:rgba(0,0,0,.7);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100001;
	display:none;
}

#call-box{
	width:388px;
	height:270px;
	background:#ffffff;
	position:fixed;
	top:50%;
	left:50%;
	margin:-194px 0 0 -135px;
	z-index:100000;
	padding:0 34px;
	border:3px solid #fb5860;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#call-box1{
	width:388px;
	height:270px;
	background:#ffffff;

	z-index:110000;
	padding:0 34px;
	border:3px solid #fb5860;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#call-title{
	font-size:20px;
	margin:35px 0 22px;
}

#close{
	position:absolute;
	top:8px;
	right:8px;
	width:15px;
	height:14px;
	background:url('images/close.png') no-repeat;
	cursor:pointer;
}
#close-discount{
	position:absolute;
	top:8px;
	right:8px;
	width:15px;
	height:14px;
	background:url('images/close.png') no-repeat;
	cursor:pointer;
}

#call-box input[type=text]{
	width:320px;
	height:33px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:0 8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
}

#call-box input[type=button]{
	height:38px;
	padding:0 10px;
	background:#efefef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow:0 3px 2px 0 #272727;
	-moz-box-shadow:0 3px 2px 0 #272727;
	box-shadow:0 3px 2px 0 #272727;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	font-size:18px;
	color:#404040;
	cursor:pointer;
}

#call-box1 input[type=text]{
	width:320px;
	height:33px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:0 8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
}

#call-box1 input[type=button]{
	height:38px;
	padding:0 10px;
	background:#efefef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow:0 3px 2px 0 #272727;
	-moz-box-shadow:0 3px 2px 0 #272727;
	box-shadow:0 3px 2px 0 #272727;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	font-size:18px;
	color:#404040;
	cursor:pointer;
}

#result{
	text-align:center;
}

/*Avail*/
.avail {
	font-size:14px;
	margin-left: 0px;
	text-decoration: underline;
	cursor: pointer;
	}

#avail-overlay{
	background-color:rgba(0,0,0,.7);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100001;
	display:none;
}

#avail-box{
	width:388px;
	height:290px;
	background:#ffffff;
	position:fixed;
	top:50%;
	left:50%;
	margin:-194px 0 0 -135px;
	z-index:100000;
	padding:0 34px;
	border:3px solid #ffbf00;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#avail-title{
	font-size:20px;
	margin:35px 0 22px;
}

#close-avail{
	position:absolute;
	top:8px;
	right:8px;
	width:15px;
	height:14px;
	background:url('images/close.png') no-repeat;
	cursor:pointer;
}

#avail-box input[type=text]{
	width:320px;
	height:33px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:0 8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
}

#avail-box input[type=button]{
	height:38px;
	padding:0 10px;
	background:#efefef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow:0 3px 2px 0 #272727;
	-moz-box-shadow:0 3px 2px 0 #272727;
	box-shadow:0 3px 2px 0 #272727;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	font-size:18px;
	color:#404040;
	cursor:pointer;
}

#result-avail{
	text-align:center;
}



/*ORDER*/
#order{
	padding:22px 0 59px;
	border-image-slice: 27 33 27 27;
	border-image-width: 22px 22px 22px 22px;
	border-image-outset: 0px 0px 0px 0px;
	border-image-repeat: round round;
	border-image-source: url("images/border.png");
	position:relative;
	-webkit-box-shadow:0 0 5px rgba(0,0,0,.5);
	-moz-box-shadow:0 0 5px rgba(0,0,0,.5);
	box-shadow:0 0 5px rgba(0,0,0,.5);
}

#form-col1,
#form-col2{
	width:50%;
	float:left;
}

#form-col1{
	padding-left:9%;
}

#form-col2{
	padding-left:5%;
}

#form-col2 label{
	font-size:16px;
}

#form-col2 fieldset{
	width:49%;
	display:inline-block;
	border:none;
	margin-bottom:45px;
}
#order #form-col2 fieldset{
margin-bottom:30px;
}
#form-col2 fieldset:last-child{
	width:100%;
}

#order form input[type=text]{
	width: 100%;
	height:33px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:0 8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
}

#order form textarea{
	width: 100%;
	height:163px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#b0b0b0;
	font-size:18px;
	font-family:Arial;
}

#order form input[type=button]{
	background:#ffc61f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffce40), to(#ffbf01));
	background-image: -webkit-linear-gradient(#ffce40, #ffbf01);
	background-image: -moz-linear-gradient(#ffce40, #ffbf01);
	background-image: -ms-linear-gradient(#ffce40, #ffbf01);
	background-image: -o-linear-gradient(#ffce40, #ffbf01);
	background-image: linear-gradient(#ffce40, #ffbf01);
	border-top:1px solid #ffc61d;
	border-bottom:1px solid #f0aa00;
	-webkit-box-shadow:0 3px 2px 0 #4b3500;
	-moz-box-shadow:0 3px 2px 0 #4b3500;
	box-shadow:0 3px 2px 0 #4b3500;
	padding:0 33px;
	height:57px;
	border:none;
	-webkit-border-radius:27px;
	-moz-border-radius:27px;
	border-radius:27px;
	text-decoration:none;
	color:#202020;
	font-size:30px;
	cursor:pointer;
	display:block;
	/*clear:both;
	margin-left:42%;*/
	position:absolute;
	bottom:-27px;
	left:37%;
}

/*CART-LIST*/
#cart-list{
	display:table;
	border-collapse:collapse;
	width:100%;
}

.tovar-item{
	overflow:hidden;
	display:table-row;
	border-bottom:1px solid #e1e1e1;
}

.tovar-item div{
	font-size:16px;
	color:#c4c4c4;
	display:table-cell;
	vertical-align:middle;
	padding:8px 0;
}

.del{
	width:4.5%;
}

.del img{
	padding-left:8px;
}

.photo{
	width:8%;
}

.name{
	width:63%;
}

.count{
	width:14.4%;
}

.count input[type=text]{
	width:59px;
	height:33px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	-moz-box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	box-shadow:inset 0 2px 3px 0 #d2d2d2, inset 1px 0 2px 0 #d2d2d2;
	padding:0 8px;
	margin-bottom:17px;
	display:block;
	border:none;
	outline:none;
	background:#fafafa;
	color:#000000;
	font-size:18px;
}

.tprice{
	width:10.1%;
}

.tprice span{
	font-weight:300;
	font-size:18px;
	color:#000000;
}

#sum{
	float:right;
	font-size:18px;
	margin:22px 0 50px;
}

#sum span{
	font-weight:300;
	font-size:24px;
}

/*CARTOVERLAY*/
#cart-overlay{
	background-color:rgba(0,0,0,.7);
	height:100%;
	left:0;
	position:fixed;
	width:100%;
	z-index:100011;
	/*display:none;*/



  opacity: 1;
visibility: visible;
position: fixed;
overflow: auto;
z-index: 100001;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
text-align: center;
display: block;
}

#cart-box{/*
	width:616px;
	background:#ffffff;
	position:fixed;
	top:105px;
	left:50%;
	margin:0px 0 0 -308px;
	z-index:100010;
	padding:0 34px 32px;
	border:3px solid #ffbf00;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/
z-index:100010;
border:3px solid #ffbf00;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
padding:0 34px 32px;
opacity: 1;
background:#ffffff;
visibility: visible;
display: inline-block;
outline: none;
top: 10%;
text-align: left;
position: relative;
vertical-align: middle;

}

#cart-box .buy-box{
  margin-top:5px;
	display:block;
	padding:0 10px !important;
	height:36px !important;
	line-height:28px !important;
	font-size:18px !important;
  text-align: center;
  width:100%;

	background:#ffc61f;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffce40), to(#ffbf01));
	background-image: -webkit-linear-gradient(#ffce40, #ffbf01);
	background-image: -moz-linear-gradient(#ffce40, #ffbf01);
	background-image: -ms-linear-gradient(#ffce40, #ffbf01);
	background-image: -o-linear-gradient(#ffce40, #ffbf01);
	background-image: linear-gradient(#ffce40, #ffbf01);
	border-top:1px solid #ffc61d;
	border-bottom:1px solid #f0aa00;
	-webkit-box-shadow:0 3px 2px 0 #4b3500;
	-moz-box-shadow:0 3px 2px 0 #4b3500;
	box-shadow:0 3px 2px 0 #4b3500;
	padding:0 24px;
	line-height:36px;
	display:inline-block;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	text-decoration:none;
	color:#202020;
	/*float:right;*/
	cursor:pointer;
}


#cart-box a.back-box{
display: block;
margin-top: 50px;
font-size:18px;
}

#cart-title{
	font-size:20px;
	margin:35px 0 22px;
}

#cart-close{
	position:absolute;
	top:8px;
	right:8px;
	width:15px;
	height:14px;
	background:url('images/close.png') no-repeat;
	cursor:pointer;
}

#cart-cart-list{
	display:block;
	border-collapse:collapse;
	width:100%;
	margin-bottom:28px;
  overflow-y: auto;
}

.cart-tovar-item{
	overflow:hidden;
	display:table-row;
	border-bottom:1px solid #e1e1e1;
}

.cart-tovar-item div{
	font-size:16px;
	color:#c4c4c4;
	display:table-cell;
	vertical-align:middle;
	padding:8px 0;
}

.cart-photo{
	width:108px;
}

.cart-name{
	width:350px;
}

.cart-tprice{
	width:100px;
}

.cart-tprice span{
	font-weight:300;
	font-size:18px;
	color:#000000;
}

#cart-box input[type=button]{
	height:38px;
	padding:0 10px;
	background:#efefef;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f9f9f9), to(#e4e4e4));
	background-image: -webkit-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -moz-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -ms-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: -o-linear-gradient(#f9f9f9, #e4e4e4);
	background-image: linear-gradient(#f9f9f9, #e4e4e4);
	border-top:1px solid #f3f3f3;
	border-bottom:1px solid #b9b9b9;
	-webkit-box-shadow:0 3px 2px 0 #272727;
	-moz-box-shadow:0 3px 2px 0 #272727;
	box-shadow:0 3px 2px 0 #272727;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
	font-size:18px;
	color:#404040;
	cursor:pointer;
}

/*GALLERY*/
#gallery-box-overlay{
	background-color:rgba(0,0,0,.7);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:100021;
	display:none;
}

#gallery-box{
	width:606px;
	height:606px;
	background:#ffffff;
	position:fixed;
	top:50%;
	left:50%;
	margin:-303px 0 0 -303px;
	z-index:100020;
	border:3px solid #ffbf00;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

#gallery-box-img img{
	width:600px;
	height:600px;
}

#gallery-box-close{
	width:33px;
	height:33px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#ffffff url('images/close.png') center center no-repeat;
	position:absolute;
	right:-33px;
	top:-33px;
	cursor:pointer;
}

#gallery-prev,
#gallery-next{
	width:22px;
	height:58px;
	position:absolute;
	top:50%;
	margin-top:-29px;
	cursor:pointer;
}

#gallery-prev{
	left:-37px;
	background:url('images/gallery_l.png') no-repeat;
}

#gallery-next{
	right:-37px;
	background:url('images/gallery_r.png') no-repeat;
}


/*SLIDER*/
#slider{
	width:100%;
	overflow:hidden;
	position:relative;
}
/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	/*max-width: 100%;*/
	display: block;
	margin:0 auto;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;*/
	/*left: -5px;*/
	height:182px !important;
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 10px;
	right: 3px;
	/*width: 100%;*/
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	z-index:1000;
	/*padding-top: 20px;*/
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff0f1;
	text-indent: -9999px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0 1px;
	outline: 0;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fb5860;
}

.bx-controls{
	margin: 0 auto;
	padding: 0 14px;
	min-width: 1000px;
	max-width: 1210px;
	position:relative;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 105px;
	background: url('images/gallery_l.png') no-repeat;
}

.bx-wrapper .bx-next {
	right: 105px;
	background: url('images/gallery_r.png') no-repeat;
}

/*.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}*/

/*.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}*/

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	/*top: 50%;*/
	/*margin-top: -29px;*/
	bottom:61px;
	outline: 0;
	width: 22px;
	height: 58px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}







/*footer2bottom*/
#push {
	clear:both;
	height:237px;
	background:#ffffff;
}

/*FOOTER*/
#footer{
	height:177px;
	margin-top:-177px;
	border-top:1px solid #e8e8e8;
	padding-top:38px;
}

#copyright{
	float:left;
	color:#000;
}

#copyright span{
	display: block;
	font-size:24px;
	font-weight:700;
}

#searchp {
  /* ������������� ����������� ������ ����� � ����������� �� �������
  ** ����� ��� ������� ������������� */
  width: 26%;
}

#searchf {
  /* ������������� ����������� ������ ����� � ����������� �� �������
  ** ����� ��� ������� ������������� */
  width: 26%;
  margin-top:20px;
  float:right;
}

.select {
  /* устанавливаем необходимую ширину формы в зависимости от дизайна
  ** форма без проблем растягивается */
  width: 30%;
  height: 33px;
  float:left;
  margin: 0px;
  border: none;
  -webkit-appearance: none;
  padding: 6px 3px 9px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 20px;
  background: #EEE;
  background-image: url('../images/select.png');
  background-position: right center;
  background-repeat: no-repeat;
  font: 13px Tahoma, Arial, sans-serif;
  color: #555;
  outline: none;
   /* for FF */
  -moz-appearance: none;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}

 select::-ms-expand {
  display: none;
}

/* меняем оформление поля ввода при фокусе */
.select:focus {
  box-shadow: inset 0 0 10px rgba(1,72,102,0.2), inset 0 1px 2px rgba(1,72,102,0.4);
  background: #E8E8E8;
  background-image: url('../images/select.png');
  background-position: right center;
  background-repeat: no-repeat;
  color: #333;
}

.search {
  /* ������������� ����������� ������ ����� � ����������� �� �������
  ** ����� ��� ������� ������������� */
  width: 62%;
  float:right;
  margin-top: 0px;
  margin-bottom: 10px;

  /* ������ �������� ����� ��������������� ���������,
  ** ������� ���������� ��� �������� */
  position: relative;
}

.search input {
  /* ��������� ������� � ������� */
  border: none;
}

/* ����� ��� ���� ����� */
.search .input {
  /* ����������� ���� ����� �� ��� ������ ����� */
  width: 100%;

  /* �� ���� �������� (8px) � ������� (9px) ���������� ��������
  ** ���������� ������ �����
  ** ���������� ������ ������ (37px) ������ ������ ������,
  ** �.�. ��� ����� ��������� ������ ��������	*/
  padding: 8px 37px 9px 15px;

  /* ����� ������ ���� ����� (100%) �������� � ���� ���������� ������� */
  -moz-box-sizing: border-box;
  box-sizing: border-box;

  /* ��������� ���������� ���� */
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);

  /* ���������� ���� */
  border-radius: 20px;

  background: #EEE;
  font: 13px Tahoma, Arial, sans-serif;
  color: #555;
  outline: none;
}

/* ������ ���������� ���� ����� ��� ������ */
.search .input:focus {
  box-shadow: inset 0 0 5px rgba(0,0,0,0.2), inset 0 1px 2px rgba(0,0,0,0.4);
  background: #E8E8E8;
  color: #333;
}

/* ��������� ������ �������� */
.search .submit {
  /* ������������� ������ ��������� �� ������� ���� ����� */
  position: absolute;
  top: 0;
  right: 0;

  width: 37px;

  /* ����������� ������ �� ��� ������ ����� */
  height: 100%;

  cursor: pointer;
  background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;

  /* ��������� ������������ ������ �������� */
  opacity: 0.5;
}

/* ��� ��������� ������� ������ ������������ ������ �������� */
.search .submit:hover {
  opacity: 0.8;
}

/* ������ �������� ���������� ��� ����, ����� � ���������
** Chrome � Safari ����� ���� ����������� ������ */
input[type="search"] {
  -webkit-appearance: none;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */

/* ������ ��������� ����� ��� ��������� IE ���� 9-� ������ */
*+html .search {
  /* ��� IE7 ��������� ������ ��� ������ �������� � ��������� ������
  ** ���������� ������, ����� ������ �������� ������ �� ���� ����� */
  width: 28%;
  padding: 0 52px 0 0;
}
.search .input {
  border: 1px solid #DFDFDF;
  border-top: 1px solid #B3B3B3;
  padding-top: 7px;
  padding-bottom: 8px;
}
.search .input:focus {
  border: 1px solid #CFCFCF;
  border-top: 1px solid #999;
}
.search .submit {
  filter: alpha(opacity=50);
}
.search .submit:hover {
  filter: alpha(opacity=80);
}


/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media screen and (max-width:1100px){
	#topmenu{
		margin-right:0px;
	}
}
#cart-total {
	font-size:12px;
	color:#000;
}

/* ////////////////////////////////////////////////////////////////////////////////////////////////////// */


h1, .welcome {
	color: #636E75;
	font: Verdana;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: 32px;
	font-weight: normal;
	text-shadow: 0 0 1px rgba(0, 0, 0, .01);
}




#top {
	height: 30px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #F8F8F8;
}



#currency a b {
	color: #000;
	text-decoration: none;
}




#header #cart .content {
	clear: both;
	display: none;
	position: relative;
	top: 2px;
	padding: 8px;
	min-height: 150px;
	border-top: 1px solid #EEEEEE;
	border-left: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
	background: #FFF;
}
#header #cart.active .heading {

}
#header #cart.active .content {
	display: block;
}
.mini-cart-info table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 5px;
}
.mini-cart-info td {
	color: #000;
	vertical-align: top;
	padding: 10px 5px;
	border-bottom: 1px solid #EEEEEE;
}
.mini-cart-info .image {
	width: 1px;
}
.mini-cart-info .image img {
	border: 1px solid #EEEEEE;
	text-align: left;
}
.mini-cart-info .name small {
	color: #666;
}
.mini-cart-info .quantity {
	text-align: right;
}
.mini-cart-info td.total {
	text-align: right;
}
.mini-cart-info .remove {
	text-align: right;
}
.mini-cart-info .remove img {
	cursor: pointer;
}
.mini-cart-total {
	text-align: right;
}
.mini-cart-total table {
	border-collapse: collapse;
	display: inline-block;
	margin-bottom: 5px;
}
.mini-cart-total td {
	color: #000;
	padding: 4px;
}
#header #cart .checkout {
	text-align: right;
	clear: both;
}
#header #cart .empty {
	padding-top: 50px;
	text-align: center;
}
#header #search {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 298px;
	z-index: 7;
}
#header .button-search {
	position: absolute;
	left: 0px;
	background: url('../image/button-search.png') center center no-repeat;
	width: 28px;
	height: 24px;
	border-right: 1px solid #CCCCCC;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 1px 1px 1px 33px;
	width: 262px;
	height: 21px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 0px #F0F0F0;
	-moz-box-shadow: 0px 2px 0px #F0F0F0;
	box-shadow: 0px 2px 0px #F0F0F0;
}
#header #welcome {
	position: absolute;
	top: 7px;
	left: 7px;
	z-index: 5;
	width: 298px;
	text-align: left;
	color: #999999;
}
#header #welcome a{
	color: #000;
}
#header .links {
	position: absolute;
	left: 290px;
	top: 8px;
	font-size: 10px;
	padding-right: 10px;
	z-index:11;
}
#header .links a {
	float: left;
	display: block;
	padding: 0px 0px 0px 7px;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
#header .links a:hover {
	text-decoration: none;
}
#header .links a + a {
	margin-left: 8px;
	border-left: 1px solid #CCC;
}
/* menu

.mmenu {
	text-align:center;
	margin-bottom:35px;
	background-color:#470000;
	height:53px;
}

#menu {
	width:1000px;
	font-family: sans-serif;
	font-size: 16 px;
	font-weight: 700;
	text-align:center;
	margin:auto;
	margin-bottom: 35px;
  background-color:#470000;
  height:53px;
}
#menu ul {
	display:inline-block;
	position:relative;
	background-color:#470000;
	padding:0 5%;
	text-transform: uppercase;
	font-size: 14 px;
	font-weight:700;
	height:53px;
}

/*#menu ul:after{
	content:'';
	display:block;
	width:100%;
	height:14px;
	position:absolute;
	left:0;
	bottom: -5px;
	background:url('images/menu-bottom.png') no-repeat;
	background-size:auto 14px;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e7e7e7), to(#ffffff));
	background-image: -webkit-linear-gradient(#e7e7e7, #ffffff);
	background-image: -moz-linear-gradient(#e7e7e7, #ffffff);
	background-image: -o-linear-gradient(#e7e7e7, #ffffff);
	background-image: linear-gradient(#e7e7e7, #ffffff);
	-webkit-border-radius:0 0 40px 40px;
	-moz-border-radius:0 0 40px 40px;
	border-radius:0 0 40px 40px;
	z-index:-1;
}*//*
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 12px 5px 5px 0px;
	height:53px;
}
#menu > ul > li:hover {
	background: #fbab17;
}
#menu > ul > li > a {
font-family: 'Open Sans Condensed', sans-serif , Arial;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
	border-right:1px solid #e7e7e7;

}

#menu > ul > li:last-child a{
	border-right:none;
}


#menu > ul > li:hover > a, #menu > ul > li.active {
	background: #fbab17;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}
#menu > ul > li:hover > a, #menu > ul > li > a.active {
	background: #fbab17;
	color: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;
}

#menu > ul > li > div {
	visibility: hidden;
	background: #fbab17;
	position: absolute;
	z-index: 10;
	margin:auto;
	border: 0px solid #000000;
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	-khtml-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
    left: 0px;
    width:1200px;
    height:200px;
}
#menu > ul > li:hover > div {
	position: absolute;
	background: #fbab17;
	visibility:visible;
	margin:auto;
	left: 0px;
	margin-top: 10px;

}
#menu > ul > li > div > ul {
	display: table-cell;
	background: #fbab17;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #000;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #000;
		font-size: 12px;
}


*/
.breadcrumbs {
	color: #CCCCCC;
	margin-top: -15px;
	margin-bottom: 20px;
	padding-left: 0px;
  overflow: hidden;
  display: -webkit-inline-box;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.breadcrumb a, .breadcrumbs a {
font-family: sans-serif;
font-size: 12px;
}




.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
table.radio {
	width: 100%;
	border-collapse: collapse;
}
table.radio td {
	padding: 5px;
}
table.radio td label {
	display: block;
}
table.radio tr td:first-child {
	width: 1px;
}
table.radio tr td:first-child input {
	margin-top: 1px;
}
table.radio tr.highlight:hover td {
	background: #F1FFDD;
	cursor: pointer;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}
/* button
a.button, input.button {
	cursor: pointer;
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('../image/button.png') repeat-x;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	-webkit-box-shadow: 0px 2px 2px #DDDDDD;
	-moz-box-shadow: 0px 2px 2px #DDDDDD;
	box-shadow: 0px 2px 2px #DDDDDD;
}
a.button {
	display: inline-block;
	text-decoration: none;
	padding: 6px 12px 6px 12px;
}*/
input.button {
	margin: 0;
	border: 0;
	height: 24px;
	padding: 0px 22px 0px 22px;
}
/*a.button:hover,*/ input.button:hover {
	background-position: 0px -24px;
}
.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
  margin-top: 20px;
	margin-bottom: 20px;
}
.box .box-heading {
	/* -webkit-border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	-khtml-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	border: 1px solid #DBDEE1;*/
	background: url('../image/background.png') repeat-x;
	padding: 8px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	color: #333;
}
.box .box-content {
	background: #FFFFFF;
	/*-webkit-border-radius: 0px 0px 7px 7px;
	-moz-border-radius: 0px 0px 7px 7px;
	-khtml-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	border-left: 1px solid #DBDEE1;*/
	border-right: 1px solid #DBDEE1;
	/*border-bottom: 1px solid #DBDEE1;*/
	padding: 10px;
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
	width: 168px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 20px;
}

#column-left   .box-product > div , #column-right .box-product > div{
	width: 155px;
	margin-right: 0px;
}

#column-left + #column-right + #content .box-product > div {
	width: 119px;
}

#column-right  {
	width: 24%;
	float: left;
}

.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.box-product .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.box-product .price-old {
	color: #F00;
	text-decoration: line-through;
}
.box-product .price-new {
	font-weight: bold;
}
.box-product .rating {
	display: block;
	margin-bottom: 4px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 8px 8px 0px;
}
ul.box-category > li {
	padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
}
ul.box-category > li ul > li > a.active {
	font-weight: bold;
}
/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
  padding-bottom: 20px;
  line-height: 25px;
}

/* оформление чекбоксов в фильтре*/
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#000;
    font-size:14px;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -19px top no-repeat;
}

/*input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color:#f2f2f2;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url('../images/check_radio_sheet.png') -38px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url('../images/check_radio_sheet.png') -57px top no-repeat;
}*/
/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}

.category-l {
  width: 100%;
  overflow: auto;
  margin-bottom: 0px;
  background-color: #fab730;
}

.category-list {
  margin: auto;
  position: relative;
  max-width: 1200px;
  min-width: 200px;
  text-align: center;
}
.category-list ul {
  font-family: 'Open Sans Condensed';
	padding-left:0px;
  padding:0px 5px 0px 40px;
}
.category-list ul li {
	border: 0px;
	text-align:center;
	float: left;
	list-style:none;
	line-height:16px;
	padding:20px 5px 0px 5px;
	margin-bottom:10px;
	margin-right:10px;
}
.category-list ul li a{
display: inline;
font-size: 16px;
font-weight: bold;
}
.category-list ul li span{
display:block;
height:30px;
}
.category-list ul li  img{}

/* manufacturer */
.manufacturer-list {
	border: 1px solid #DBDEE1;
	padding: 5px;
	overflow: auto;
	margin-bottom: 20px;
}
.manufacturer-heading {
	background: #F8F8F8;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px;
	margin-bottom: 6px;
}
.manufacturer-content {
	padding: 8px;
}
.manufacturer-list ul {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 10px;
}
/* product */
.product-filter {
	background: #F5F5F5;
	border-bottom: 1px solid #EEEEEE;
	padding: 5px;
	overflow: auto;
	margin-bottom:25px;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-compare {
	float:left;
	padding-top: 5px;
	margin-left: 50px;
	font-weight: bold;

}
.product-compare a {
	text-decoration: none;
	font-weight: bold;
}
.product-list > div {
	overflow: auto;
	margin-bottom: 15px;
}
.product-list .right {
	height: 130px;
	float: right;
	padding-left: 18px;
	border-left: 1px solid #EEEEEE;

}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .rating {
	color: #7B7B7B;
}
.product-list .price {
	float: right;
	height: 130px;
	margin-left: 8px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	border-left: 1px solid #EEEEEE;

}
.product-list .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-list .price-new {
	font-weight: bold;
}
.product-list .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #BBBBBB;
}
.product-list .cart {
	margin-bottom: 3px;
}
.product-list .wishlist, .product-list .compare {
	margin-bottom: 3px;
}
.product-list .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-list .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left 60% no-repeat;
}
.product-grid {
	width: 100%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .description {
	display: none;
}
.product-grid .rating {
	display: block;
	margin-bottom: 4px;
}
.product-grid .price {
	display: block;
	font-weight: bold;
	color: #333333;
	margin-bottom: 4px;
}
.product-grid .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-grid .price-new {
	font-weight: bold;
}
.product-grid .price .price-tax {
	display: none;
}
.product-grid .cart {
	margin-bottom: 3px;
}
.product-grid .wishlist, .product-grid .compare {
	margin-bottom: 3px;
}
.product-grid .wishlist a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
.product-grid .compare a {
	color: #333333;
	text-decoration: none;
	padding-left: 18px;
	display: block;
	background: url('../image/add.png') left center no-repeat;
}
/* Product */
.product-info {
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .price {
	overflow: auto;
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
.product-info .price-old {
	color: #F00;
	text-decoration: line-through;
}
.product-info .price-new {
}
.product-info .price-tax {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .reward {
	font-size: 12px;
	font-weight: normal;
	color: #999;
}
.product-info .price .discount {
	font-weight: normal;
	font-size: 12px;
	color: #4D4D4D;
}
.product-info .options {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 10px;
	color: #000000;
}
.product-info .option-image {
	margin-top: 3px;
	margin-bottom: 10px;
}
.product-info .option-image label {
	display: block;
	width: 100%;
	height: 100%;
}
.product-info .option-image img {
	margin-right: 5px;
	border: 1px solid #CCCCCC;
	cursor: pointer;
}
.product-info .cart {
	border-bottom: 1px solid #E7E7E7;
	padding: 0px 5px 10px 5px;
	margin-bottom: 20px;
	color: #4D4D4D;
}
.product-info .cart div > span {
	color: #999;
}
.product-info .cart .links {
	display: inline-block;
	vertical-align: middle;
}
.product-info .cart .minimum {
	padding-top: 5px;
	font-size: 11px;
	color: #999;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
	padding-bottom: 3px;
	padding-top: 8px;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .rating {
	float: right;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.attribute {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.attribute thead td, .attribute thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.attribute tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
	width: 20%;
}
.attribute td {
	padding: 7px;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.compare-info thead td, .compare-info thead tr td:first-child {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	background: #F7F7F7;
	text-align: left;
}
.compare-info tr td:first-child {
	color: #000000;
	font-weight: bold;
	text-align: right;
}
.compare-info td {
	padding: 7px;
	width: 20%;
	color: #4D4D4D;
	text-align: center;
	vertical-align: top;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
.compare-info .name a {
	font-weight: bold;
}
.compare-info .price-old {
	font-weight: bold;
	color: #F00;
	text-decoration: line-through;
}
.compare-info .price-new {
	font-weight: bold;
}
/* wishlist */
.wishlist-info table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.wishlist-info td {
	padding: 7px;
}
.wishlist-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info thead .image {
	text-align: center;
}
.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
	text-align: left;
}
.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
	text-align: right;
}
.wishlist-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.wishlist-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.wishlist-info tbody .image {
	text-align: center;
}
.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
	text-align: left;
}
.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
	text-align: right;
}
.wishlist-info tbody .price s {
	color: #F00;
}
.wishlist-info tbody .action img {
	cursor: pointer;
}
.login-content {
	margin-bottom: 20px;
	overflow: auto;
}
.login-content .left {
	float: left;
	width: 48%;
}
.login-content .right {
	float: right;
	width: 48%
}
.login-content .left .content, .login-content .right .content {
	min-height: 190px;
}
/* orders */
.order-list {
	margin-bottom: 10px;
}
.order-list .order-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.order-list .order-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.order-list .order-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.order-list .order-content div {
	float: left;
	width: 33.3%;
}
.order-list .order-info {
	text-align: right;
}
.order-detail {
	background: #EFEFEF;
	font-weight: bold;
}
/* returns */
.return-list {
	margin-bottom: 10px;
}
.return-list .return-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.return-list .return-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.return-list .return-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.return-list .return-content div {
	float: left;
	width: 33.3%;
}
.return-list .return-info {
	text-align: right;
}
.return-product {
	overflow: auto;
	margin-bottom: 20px;
}
.return-name {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-model {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-quantity {
	float: left;
	width: 31%;
}
.return-detail {
	overflow: auto;
	margin-bottom: 20px;
}
.return-reason {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened {
	float: left;
	width: 31%;
	margin-right: 15px;
}
.return-opened textarea {
	width: 98%;
	vertical-align: top;
}
.return-captcha {
	float: left;
}
.download-list {
	margin-bottom: 10px;
}
.download-list .download-id {
	width: 49%;
	float: left;
	margin-bottom: 2px;
}
.download-list .download-status {
	width: 49%;
	float: right;
	text-align: right;
	margin-bottom: 2px;
}
.download-list .download-content {
	padding: 10px 0px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
}
.download-list .download-content div {
	float: left;
	width: 33.3%;
}
.download-list .download-info {
	text-align: right;
}
/* cart */
.cart-info table {
	width: 100%;
	margin-bottom: 15px;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
}
.cart-info td {
	padding: 7px;
}
.cart-info thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info thead .image {
	text-align: center;
}
.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
	text-align: left;
}
.cart-info thead .price, .cart-info thead .total {
	text-align: right;
}
.cart-info tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.cart-info tbody .image img {
	border: 1px solid #DDDDDD;
}
.cart-info tbody .image {
	text-align: center;
}
.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
	text-align: left;
}
.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
	position: relative;
	top: 4px;
	cursor: pointer;
}
.cart-info tbody .price, .cart-info tbody .total {
	text-align: right;
}
.cart-info tbody span.stock {
	color: #F00;
	font-weight: bold;
}
.cart-module > div {
	display: none;
}
.cart-total {
	border-top: 1px solid #DDDDDD;
	overflow: auto;
	padding-top: 8px;
	margin-bottom: 15px;
}
.cart-total table {
	float: right;
}
.cart-total td {
	padding: 3px;
	text-align: right;
}
/* checkout */
.checkout-heading {
	background: #F8F8F8;
	border: 1px solid #DBDEE1;
	padding: 8px;
	font-weight: bold;
	font-size: 13px;
	color: #555555;
	margin-bottom: 15px;
}
.checkout-heading a {
	float: right;
	margin-top: 1px;
	font-weight: normal;
	text-decoration: none;
}
.checkout-content {
	padding: 0px 0px 15px 0px;
	display: none;
	overflow: auto;
}
.checkout-content .left {
	float: left;
	width: 48%;
}
.checkout-content .right {
	float: right;
	width: 48%;
}
.checkout-content .buttons {
	clear: both;
}
.checkout-product table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
.checkout-product td {
	padding: 7px;
}
.checkout-product thead td {
	color: #4D4D4D;
	font-weight: bold;
	background-color: #F7F7F7;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product thead .name, .checkout-product thead .model {
	text-align: left;
}
.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
	text-align: right;
}
.checkout-product tbody td {
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}
.checkout-product tbody .name, .checkout-product tbody .model {
	text-align: left;
}
.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
	text-align: right;
}
.checkout-product tfoot td {
	text-align: right;
	border-bottom: 1px solid #DDDDDD;
}
.contact-info {
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 48%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */
#footer {
	clear: both;
	overflow: auto;
	min-height: 100px;
	padding: 20px;
	border-top: 1px solid #DBDEE1;
	border-bottom: 1px solid #DBDEE1;
	background: #ffffff;
}
#footer h3 {
	color: #000000;
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 8px;
}
#footer .column {
	float: left;
	width: 25%;
	min-height: 100px;
}
#footer .column ul {
	margin-top: 0px;
	margin-left: 8px;
	padding-left: 12px;
}
#footer .column ul li {
	margin-bottom: 3px;
}
#footer .column a {
	text-decoration: none;
	color: #000;
}
#footer .column a:hover {
	text-decoration: underline;
}
#powered {
	margin-top: 5px;
	text-align: right;
	clear: both;
}
/* banner */
.banner div {
	text-align: center;
	width: 100%;
	display: none;
}
.banner div img {
	margin-bottom: 20px;
}
.buy {
	cursor:pointer;
}
#cart .inner {
	display:none;
	position:fixed;
	top:0px;
}
.nalichie {
	color: #2894D2;
	position:relative;
	margin-top:-10px;
	font-size:12px;
	cursor:pointer;
}
.nalichie-no {
	color: #2894D2;
	position:relative;
	margin-top:10px;
	font-size:12px;
	cursor:pointer;
}
.nalichie-no-cat {
	color: #2894D2;
	position:relative;
	margin-top:5px;
	font-size:12px;
	cursor:pointer;
	text-decoration:underline;
}
.slideshow {
	position:relative;
	z-index:0;
}
#mainmenu {
	position:relative;
	z-index:0;
	/*margin-top:-23px;*/
}
.inner {
	position:fixed;
	z-index:1;
}
table .title{
	text-transform: none!important;
	font-family: Tahoma, sans-serif!important;
}
#review .review-list .author b {
        margin-top: 5px;
        position: absolute;
}
#second .buttons .right {
        float: left;
}
#tab-review .buttons{
	overflow: visible!important;
	margin-top: -23px;
	font-weight: normal;
}
#tab-review .buttons a{
	text-transform: lowercase;
	font-weight: normal;
}
#second #tab-review {
	padding-bottom: 3px;
}
#simplecheckout_form #simplecheckout_proceed_payment{
	display: none!important;
}
.wrap_check #form-col2 fieldset {
    margin-bottom: 30px;
}



.simple-little-table1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#0b2a31;
	font-size:12px;
	background:#ecf6fc;
	margin-bottom:20px;
/*	border:#c2e6ed 1px solid; */

	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;

}

.simple-little-table1 tr{
	text-align: center;
	padding-left:10px;
}
.simple-little-table1 tr td:first-child{
	text-align: left;
	padding-left:10px;
	border-left: 0;
}
.simple-little-table1 tr td {
	padding:10px;

}



.f-nav{ z-index: 9999; position: fixed; left: 0; top: 0; width: 100%;}
#column-right .f-nav{ display: none; }
.btn-f img {display: none;}

.home {
background-image: url('/images/home.png');
background-repeat: no-repeat;
background-position: 50% 50%;
}

.navigw {
    background-color: #343d46;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    height:50px;
    text-align: center;
}
.navigw a {
  text-decoration: none;
}

#navig {
    background-color: #F5F5F5;
    margin:auto;
    position: relative;
    max-width: 1200px;
    min-width: 200px;
    text-align: center;
}
#contact-info-resp, #cart .buy-resp, #addadd-resp, #cart-total-resp, .search-respon, #topmenu-resp, #logo-resp, #search-mob, select.select-mobile,#tovar-art-mob, #tovar-title-mob  {display: none;}


@media (max-width: 1105px) and (min-width: 970px){
  #column-right .f-nav{ display: none; }

  .nav-links li a {
      font-size: 13px !important;
  }
  .product{
    width:23%;
  }

  .product:nth-child(4n+2){
    width:23%;
  }

  .product:nth-child(4n+1){
    width:23%;
  }
}

@media (max-width: 970px){

#column-right .f-nav{ display: block; }
#topmenu, #contact-info, #logo, .category-l, #review-m, #tovar-foto, #tovar-art, #tovar-title  {display: none;}

/*SLIDER*/
.slideshow {
  /*  margin-top: 20px;*/
  }

li h3 {
font-family: 'Open Sans Condensed', Arial;
font-weight: bold;
font-size: 6vw;
text-transform: uppercase;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color: #FFF;

}

li h3.ban {
font-family: 'Open Sans Condensed', Arial;
font-weight: bold;
font-size: 5vw;
text-transform: uppercase;
letter-spacing: 0px;
text-align: center;
vertical-align: middle;
color: #FFF;

}

#sort {
  position: relative;
  display: block !important;
  width: 40% !important;
  float: left;
  margin-top: 5px;
}

#content .title-tovar{
  float: left;
  width: 100% ;
}

#content .title{
  float: left;
  width: 60% ;
}

td.title{
	float: none !important;
    width: 100% !important;
  }
  
.breadcrumb {
    display: block;
    width: 100%;
    height: 33px;
    float: left;
    margin: 0px;
}

.select {
  /* устанавливаем необходимую ширину формы в зависимости от дизайна
  ** форма без проблем растягивается */
  display: block !important;
  width: 100%;
  height: 33px;
  float: left;
  margin: 0px;
  border: none;
  -webkit-appearance: none;
  padding: 6px 3px 9px 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
  border-radius: 20px;
  background: #EEE;
  background-image: url('../images/select.png');
  background-position: right center;
  background-repeat: no-repeat;
  font: 13px Tahoma, Arial, sans-serif;
  color: #555;
  outline: none;
   /* for FF */
  -moz-appearance: none;
  line-height: 1em;
  text-indent: 0.01px;
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
}

 select::-ms-expand {
  display: none;
}

/* меняем оформление поля ввода при фокусе */
.select:focus {
  box-shadow: inset 0 0 10px rgba(1,72,102,0.2), inset 0 1px 2px rgba(1,72,102,0.4);
  background: #E8E8E8;
  background-image: url('../images/select.png');
  background-position: right center;
  background-repeat: no-repeat;
  color: #333;
}

.hit{
  /*position:relative;
	top:-20px;*/
	right:0px;
}


/*.f-nav{ z-index: 1; position: fixed; left: 0; top: 0; width: 100%;}*/

#cart-close{
	position:absolute;
	top:8px;
	right:8px;
	width:15px;
	height:14px;
	background:url('images/close.png') no-repeat;
	cursor:pointer;
}
#tovar-art-mob {
display: block;
}
#tovar-art-mob p {
font-family: 'Open Sans Condensed', Arial;
font-weight: bold;
display: block;
background-color: #000000;
display: inline-block;
color: #ffffff;
font-size: 18px;
font-weight: 600;
padding: 5px;
}

.tovar-yes {
    float: left;
    margin-top: 20px;
  }

#tovar-title-mob {
  display: block;
	font-weight:normal;
	font-size:24px;
	margin-bottom:22px;
        color: #000;
}

#tovar-text .buy {
    height: 44px;
    margin-top: 5px;
    width: 100%;
    text-align: center;
    font-size: 30px;
}

.buy2 {
    background:#ffc61f;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffce40), to(#ffbf01));
    background-image: -webkit-linear-gradient(#ffce40, #ffbf01);
    background-image: -moz-linear-gradient(#ffce40, #ffbf01);
    background-image: -ms-linear-gradient(#ffce40, #ffbf01);
    background-image: -o-linear-gradient(#ffce40, #ffbf01);
    background-image: linear-gradient(#ffce40, #ffbf01);
    border-top:1px solid #ffc61d;
    border-bottom:1px solid #f0aa00;
    -webkit-box-shadow:0 3px 2px 0 #4b3500;
    -moz-box-shadow:0 3px 2px 0 #4b3500;
    box-shadow:0 3px 2px 0 #4b3500;
    padding:10px 33px;
    z-index: 10;
    width:100%;
    height:57px;
    border:none;
    -webkit-border-radius:27px;
    -moz-border-radius:27px;
    border-radius:27px;
    text-decoration:none;
    cursor:pointer;
    display:block;
    /*clear:both;
    margin-left:42%;*/
    position:absolute;
    bottom:-13px;
    left:0;
    vertical-align: middle;
    display: table-cell;
	color:#202020;
	font-size:24px;
  text-align: center;
}

#tovar-foto-mobile {
  display: block;
	width:100%;
  float:left;
  margin: 10px 0px 10px 0px;
}


#tovar-text .price{
  font-family: 'Open Sans Condensed', Arial;
  font-weight: bold;
	margin-right:24px;
	float:left;
}

#tovar-text .oldprice{
	font-size:16px;
}

#tovar-text .newprice{
	font-weight:700;
	font-size:36px;
}

#delivery {
  width: 100%;
}

.simple-little-table1 {
  width: 100%;
  /*margin: 0px 0px 10px 20px;*/
}

#contact-info-footer{
	float:left;
	font-size:12px;
	color:#727272;
}
#contact-info-footer a {
	font-size:12px;
	color:#82000d;
	}

.wrap_colum {
    margin-top: 50px;
    z-index: 0 !important;
  }

  #total_sub_total {
    float:left;
   }

  #total_total {
    float:left;
    font-size: 24px;
   }

td.name a {
font-size: 14px;
}



#cart-box{/*
	width:616px;
	background:#ffffff;
	position:fixed;
	top:105px;
	left:50%;
	margin:0px 0 0 -308px;
	z-index:100010;
	padding:0 34px 32px;
	border:3px solid #ffbf00;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;*/

width:100%;
z-index:100010;
border:3px solid #ffbf00;
-webkit-border-radius:4px;
-moz-border-radius:4px;
border-radius:4px;
padding:0 34px 32px;
opacity: 1;
background:#ffffff;
visibility: visible;
display: inline-block;
outline: none;
top: 0;
position: relative;
vertical-align: middle;
text-align: center;
}


#cart-cart-list{
	display:block;
	border-collapse:collapse;
	width:100%;
	margin-bottom:28px;
  overflow-y: auto;
}


	#header {
    height: 220px;
    border-bottom: none;
}
.wrapper-resp {
				width: 100%;
				position: absolute;
				 }

	#topmenu-resp {
	display:inline;
	font-size: 12px;
  margin:auto;
  width:100px;
	}

	#topmenu-resp ul li{
	float:left;
	margin-right:16px;
  margin-left:16px;
	line-height: 25px;

}

	#topmenu-resp ul li a{
	font-size:12px;
	color:#2894d2;
	text-decoration:underline;

}


	#contact-info-resp {
  background-color: #000;
	padding: 10px;
  color: #ffba00;
	width: 100%;
	display:block;
	font-size: 12px;
	float: left;
	}

	.phone-resp {
	font-size: 15px;
	font-weight: bold;
	display:block;
  text-align: right;
	}

  .phone-resp-int {
  font-size: 12px;
  margin-top:5px;
  text-align: right;
  color: #FFF;
  display:block;
  }


#logo-resp{
  display: block;
	margin:11px 34px 0 0;
	float:left;
	width: 100%;
	padding-left:3px;
  text-align: center;
}

#logo-resp img{
	display:inline;

}

#cart{

position:absolute;
right:0%;
top: 120px;
margin-top: 0px !important;
z-index: 99;
}

#cart:before{
	content:'';
	display:block;
	width:23px;
	height:18px;
	background: none;
  /* background:url('images/cart.png') no-repeat; */
	position:absolute;
	left:-28px;
	top:0px;
}
#cart .buy-resp {
	display:block;
	margin: auto;
/*   margin-top: 70px;*/
	display:block;
	padding:20px 20px 0px 30px !important;
	height: 40px !important;
	line-height:27px !important;
	font-size:12px !important;
	background:url('images/shopb.png') no-repeat;
  background-size:40px 40px;
    height: 40px;
    text-decoration: none;
    color: #fff;
    /* float: right; */
    cursor: pointer;
    z-index: 96;
}

#cartcount-resp {

display:block;
background-color: #002446;
width:22px;
height:22px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
text-align: center;


}

#cart .buy, #cart-total {display:none;}
#cart-box .buy {display:block;}
#cart-total-resp {display:block;
font-size: 12px;
color: #000;
position: absolute;
}

#description{
  font-size:16px;
	font-weight: 300;
	color:#686868;
	margin-left:0px;
	margin-top:10px;
	font-family: 'Open Sans Condensed', Arial;
	line-height: 15px;
}

.product-name a {
  font-size: 14px;
  color: #2894d2;

}

	.product{
	float:left;
	width:50%;

	min-width: 0px;
	text-align:center;
	padding:0 1%;
	/*margin-bottom:100px;*/
	position:relative;
}
.product a img{
width:100%;
max-width: 234px;
}

a.buy img {
width: 11px;
height: 7px;
}

.product:nth-child(4n+2){
	width:50%;
	padding-left:0;
	padding-right:1.3%;
}

.product:nth-child(4n+1){
	width:50%;
	padding-right:0;
	padding-left:1.3%;
}

.wrapper{
	margin:0 auto;
	padding:0 14px;
	min-width: 0;
	max-width:1210px;
}

.search-respon {
	display: block;
	margin: 15px 5px 0 0;
    width: 98%;
    height: 50px;
	float: right;
}

#menu {width: 100%;
		float:left;}



.navigw {

  background-color: inherit;

}

.search-respon-form {
	width: 100%;
    float: left;
    margin-top: 0px;
    margin-bottom: 10px;
    position: relative;
}



.input-respon-form { border: 1px solid #DFDFDF;
    border-top: 1px solid #B3B3B3;
    padding-top: 7px;
    padding-bottom: 8px;
    width: 100%;
padding: 8px 37px 9px 15px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.1), inset 0 1px 2px rgba(0,0,0,0.3);
    border-radius: 20px;
    background: #EEE;
    font: 13px Tahoma, Arial, sans-serif;
    color: #555;
    outline: none;
}
.submit-respon-form {
position: absolute;
    top: 0;
    right: 0;
    width: 37px;
    height: 100%;
    cursor: pointer;
    background: url(https://lh4.googleusercontent.com/-b-5aBxcxarY/UAfFW9lVyjI/AAAAAAAABUg/gQtEXuPuIds/s13/go.png) 50% no-repeat;
    opacity: 0.5;
    border: none;
}


/*карточка товара  адаптив*/
.search, #tovar-video {display: none;}
#tovim, #tovar-text {
  width: 100%;
}

#tovim .hit {
  right: -1px !important;
}

.loupe_block-tovar {

  background-position: 50% 50%;
      height: 40px;
      width: 40px;
      border: 1px solid;
      border-color: #CCCCCC;
      margin: 0px 5px 5px 0px;

}

#tovar-text {
padding: 0;
}

#tovar-title {
font-size: 20px;
font-weight: normal;
}

}

@media (max-width: 970px) and (min-width: 767px){
  #column-right .f-nav{ display: block; }
.product{
float:left;
width:370px;
min-width:370px;
text-align:center;
padding:0 1%;
/*margin-bottom:100px;*/
position:relative;
}

.product:nth-child(4n+2){
width:370px;
padding-left:0;
padding-right:1.3%;
}

.product:nth-child(4n+1){
width:370px;
padding-right:0;
padding-left:1.3%;
}

#total_sub_total {
  float:none;
 }

#total_total {
  float:none;
  font-size: 24px;
 }
 .wrap_colum {
     margin-top: 0;
 }
}









@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

nav{
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Open Sans Condensed', sans-serif;
  background: #004f6e;
  /*background: rgb(124,0,0);
  background: linear-gradient(90deg, rgba(124,0,0,1) 0%, rgba(88,0,0,1) 48%, rgba(125,0,0,1) 100%);*/
}
nav .wrapper-nav{
  position: relative;
  max-width: 1200px;
  padding: 0px 5px;
  height: 55px;
  line-height: 55px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper-nav .logo a{
  color: #f2f2f2;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper-nav .nav-links{
  display: inline-flex;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 16px 10px;
}
.nav-links li:hover{
  background: #000;
}
.active-links-li {
background-color: #000;
}
.active-links {
  color: #f2f2f2;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 9px 10px;
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{
  position: absolute;
  background: #242526;
  width: 180px;
  line-height: 45px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px;
}
.mega-box{
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 29px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.mega-links {
  padding-right: 80px;
}
.row .mega-links li{
  padding: 0 40px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 40px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper-nav .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper-nav .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

ul.nav-links > li.home:hover > a {
  transition: all 0.0s ease 0s;
  background: #000;
  background-image: url(/images/home.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
}

 ul.nav-links > li.home#active > a {
  transition: all 0.0s ease 0s;
  background: #fac007;
  background-image: url(/images/home_black.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 100%;
}

/* стиль фильтра start */
.filter {
  background: none;
  font-family: Arial, sans-serif;
}

.wrapper-nav-f .btn-f{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper-nav-f .btn-f.close-btn-f{
  position: absolute;
  right: 30px;
  top: 10px;
}
/* стиль фильтра end */

@media screen and (max-width: 970px) {
#column-right .f-nav{ display: block; }
  /*.f-nav {
    z-index: 1;
position: fixed;
left: 0;
top: 0;
width: 50px;
  }*/

.f-nav {
    z-index: none;
position:  none;
left:  none;
top:  none;
width:  none;
  }

  nav .wrapper-nav{

    padding: 0px 15px !important;
    height: 5px;
  }
  nav {
position: relative;
z-index: 99;
width: 50px;
background: none;
  }
  .wrapper-nav .btn{
    display: block;
  }

  .btn img{
   display: block;
   background: #004f6e;
   position: fixed;
   top: 0;
   width: 56px;
   height: 56px;
   margin: 0px 0px 0px -10px;
 }
 .btn {
      position: fixed;
      margin: 0px 0px 0px 0px;
      z-index: 97;
 }
 #button-filter {
   display: flex!important;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    position: fixed;
    bottom: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 15px;
    border-radius: 0px;
    width: 40%;

 }

  .wrapper-nav .btn img{
    display: block;
    background: #AC002F;
    width: 50px;
    height: 50px;
    margin: 0px -30px -30px -30px;
  }
  .wrapper-nav .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #cbcbcb;
  }
  ::-webkit-scrollbar-thumb {
    background: #858585;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 0px 0px;
  }
  .margin-menu-active a {
    color: #f2f2f2 !important;
    text-decoration: none;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-left: 10px !important;
  }
  .margin-menu a {
    color: #f2f2f2;
    text-decoration: none;
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 600 !important;
    margin-left: 10px !important;
  }
  .mega-links li a{
    padding: 0 0px;
    display: block;
    font-size: 16px !important;
    color: #96DDEA;
  }
  /*.nav-links li a{
    padding: 0 0px;
    display: block;
    font-size: 16px !important;
    color: #96DDEA;
  }*/
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega1:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega2:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega3:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega4:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega5:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega6:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega7:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega8:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega9:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega10:checked ~ .mega-box{
    max-height: 100%;
  }
  #showMega11:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #f2f2f2;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    padding-left: 20px;
    cursor: pointer;
  }
  .nav-links .mobile-item:hover{
    background: #000;
  }
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }

  .active-links-li {
  background: none;
  }

  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box:hover{
    background: none;
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
    background: none;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }

  .mega-links {
    margin: 0;
    padding: 0;
  }
  .content .row header{
    font-size: 19px;
  }

/* стиль фильтра start */

  nav .wrapper-nav-f{

    padding: 0px 15px !important;

  }

  .wrapper-nav-f .btn-f{
    display: block;
  }

  #column-right {
      width: 24%;
      float: left;
  }

  .btn-f {
  position: fixed;
  margin: 0px 0px 0px 0px;
  z-index: 97;
 }
  .btn-f img{
   display: block;
   background: #AC002F;
   position: fixed;
   bottom: 50%;
   width: 56px;
   height: 56px;
   margin: 0px 0px 0px -14px;
 }

  .wrapper-nav-f .nav-links-f{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #242526;
    display: block;
    padding: 50px 10px;
    line-height: 30px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #cbcbcb;
  }
  ::-webkit-scrollbar-thumb {
    background: #858585;
  }
  #menu-btn-f:checked ~ .nav-links-f{
    left: 0%;
  }
  #menu-btn-f:checked ~ .btn-f.menu-btn-f{
    display: none;
  }
  #close-btn-f:checked ~ .btn-f.menu-btn-f{
    display: block;
  }
  .box .box-content {
      background: none;
      color: #FFFFFF;
      border-right: none;
    }

    .box .box-heading {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 14px;
        color: #FFF;
}
  input[type="checkbox"] + label {
      color: #FFF;
      font-size: 14px;
  }
  ul.box-filter label span {
    border-bottom: none;
}

ul.box-filter span {
    border-bottom: 1px solid #3e3e3e;
  }

  /* стиль фильтра end */

}
nav input{
  display: none;
}

.simplecheckout-cart td.quantity input[type=text] {
    padding: 0px !important;
    width: 50px !important;
}
.simplecheckout-cart td.quantity {
    min-width: 105px !important;
}
.simplecheckout-cart td.quantity img {
    padding-top: 5px !important;
}



.s-features-wrapper__name {
    position: relative;
    width: 70%;
}
.s-features-wrapper__name::before {
    content: '';
    position: absolute;
    left: 0;
    right: 5px;
    height: 5px;
    bottom: 10px;
    background: radial-gradient(ellipse at center,#e0e0e0 0,#e0e0e0 .5px,transparent 1.25px) right;
    background-size: 5px
}
