body{
	font-family: Arial,sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.3;
	background-color: #fff;
	height: 100%;
}

.wrapper {
	width: 100%;
	min-width: 800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


section {
	width: 100%;

}

/* Header
-----------------------------------------------------------------------------*/
header{
	max-width: 100%;
	min-width: 700px;
	height: 170px;
	background: url(../images/version3/header_bg.jpg) no-repeat center top / cover ;
}

/*header menu*/
.heder_menu{
	display:block;
	width:100%;
	background:#eee;
	border-bottom:1px solid #999;
}

.heder_menu a{
	color:#333;
	display:block;
	padding:10px;
	font-size:12px;
	float:left;
}

.heder_menu a:hover{
	color:#733;
	background:#ffe;
}
/*find box*/
.search_form{
	display:block;
	float:right;
	width: 25%;
	min-width: 200px;
	position: relative;
	margin-right: 15px;
}
.search_form input{
	border: none;
}

.search_form input.search_btn{
 	position: absolute;
  	top: 0;
  	right: 0;
  	width: 37px;
  	height: 100%;
	cursor: pointer;
  	background: url(../images/version3/go.png) 50% no-repeat;
	opacity: 0.5;
}
.search_form input.search_btn:hover{
	opacity: 0.8;
}

input[type="search"] {
  	-webkit-appearance: none;
}

.search_form input.serch_input{
  	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;
}

.search_form input.serch_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: #fff;
	color: #333;
}

.find_result {
	font-size:20px;
	color:#777;
}
.find_error {
	font-size:20px;
	color:#777;
}

.find_result strong{
	font-weight:bold;
	color:#080;
	text-decoration:underline;
}

/*Header logo & phone*/

.top_right{
	display:block;	
	float:right;
	padding:10px;
}

.top_right a{
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	line-height: 2em;
}

.top_right b{
	display:block;
	font-size: 1.2em;

}

.top_left{
	display:block;	
	width: 250px;
	height:70px;
	padding-left:10px;
	float:left;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 85px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.center_content {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 260px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 240px;
	margin-left: -100%;
	position: relative;
	background: #B5E3FF;
}

/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -85px auto 0;
	min-width: 800px;
	height: 85px;
	background: #BFF08E;
	position: relative;
}

@media screen and (max-width: 900px) {

.content {
	padding: 0 0 0 10px;
}

.left-sidebar {
	margin:10px;
	width: 90%;
}


}

/* Catalog Page
-----------------------------------------------------------------------------*/

.pager{
	display:block;
	padding:10px;
	float:left;
	width: 100%;
}

.pager a, .pager  b, .pager  i{
	display:inline-block;
	float:left;
	border:1px solid #aaa;
	color:#000;
	margin:5px;
	width: 40px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.pager i{
	border:none;
	width: 80px;
}
.pager a{
	font-size: 16px;
	text-decoration: none;
	color:#000;
}

.pager b{
	background:#aaa;
	font-size: 16px;
}

.pager a:hover{
	color:#a30;
}

/*position_view*/

.catalog_position{
	display: table;
	float:left;
	width: 100%;
	min-width: 550px;
	/*background-color: #ffd;*/
	margin-top: 10px;
	margin-bottom: 20px;
}


.catalog_position .product_img{
	display: table-cell;
	width: 200px;
	border:1px solid #eee;
	padding:5px;	
}

 .status_product-new{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url("../images/version3/label.png");
	background-position: -1px -3px;
}

.status_product-hit{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url("../images/version3/label.png");
	background-position: -104px -3px;
}

.status_product-best{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url("../images/version3/label.png");
	background-position: -204px -3px;
}

.status_product-sale{
	display: block;
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url("../images/version3/label.png");
	background-position: -304px -3px;
}

.exclusive{
	display: block;
	position: absolute;
	width: 190px;
	height: 26px;
	background-image: url("../images/version3/label.png");
	background-position: -3px -110px;


}


.catalog_position  .info{
	display: table-cell;
	vertical-align: top;
	padding-left: 20px;
}


.catalog_position h3 a, .catalog_position h2{
	display: block;
	border-bottom:1px solid #eee;
	font-size: 20px;
	color:#444;
	text-decoration: none;
	position: relative;
}


.catalog_position  .price{
	display:block;
	position: relative;
	min-height: 15px;

}
.catalog_position  .price_table{
	display:block;
	position: relative;
	width: 100%;
	min-width: 500px;
	float: left;

}


.catalog_position  .price i{
	display: block;
	font-size: 12px;
	color:#555;
	line-height: 20px;
	height: 20px;
	margin: 10px 0 10px 0;
}

.catalog_position  .price i span{
	padding: 5px;
	border: 1px solid #aaa;
}

.catalog_position  .price b.on_stok{
	font-size: 18px;
	font-weight: bold;
	color: #f00;
}

.add_item{
	color:#FFFFFF;
	height: 50px;
	width: 190px;
	margin: 15px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/version3/button_bg.png);
	border: none;
}

.select_item{
	display: block;
	position: relative;
	text-decoration: none;
	line-height: 50px;
	color:#FFFFFF;
	height: 50px;
	width: 190px;
	margin: 15px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/version3/in_cart.jpg);
	border: none;
	margin: auto;
	margin-top: 15px;
}


.not_item{
	display: block;
	color:#FFFFFF;
	height: 50px;
	width: 190px;
	margin: auto;
	margin-top: 15px;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/version3/button_bg.png);
	background-position: -200px -1px;
	border: none;

}


.price_table table tr{
	border-bottom: 1px solid #777;

}

.price_table table tr th{
	font-size: 11px;
	color:#777;
	padding: 10px 0;
}

.price_table table tr td{
	vertical-align: middle;
}

.price_table table tr td.sub_desc{
	font-size: 16px;
	text-align: center;
}



.price_table table tr td b{
	width: 130px;
	font-size: 24px;
	font-weight: bold;
	color:#f00;
}

.price_table table tr td b:after{
	content: 'грн.';
	font-size: 12px;
	
}



.price_table table tr td .amount, .catalog_position  .price .amount{
	width: 70px;
	font-size: 20px;
}


.price_table table tr td .add_item{
	display: inline-block;
	color:#FFFFFF;
	height: 50px;
	width: 100px;
	margin: 5px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/version3/button_bg.png);
	background-position: -1px -51px;
	border: none;

}

.price_table table tr td .not_item{
	display: inline-block;
	color:#FFFFFF;
	height: 50px;
	width: 100px;
	margin: 5px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url(../images/version3/button_bg.png);
	background-position: -101px -51px;
	border: none;

}




.shot_desc{
	display: block;
	position: relative;
}

/* Catalog Page Main
-----------------------------------------------------------------------------*/
.group{
	display: inline-block;
	padding: 20px;
}

.group h1{
	font-size: 24px;
	font-weight: bold;
	display: inline;
	width: 100%;
	float:left;
	color:#333;
	padding: 10px;
	margin-top:20px;
	text-align: center;
}

.group h2{
	display: block;
	width: 100%;
	height: 50px;
	min-width: 800px;
	float:left;
	background-color: #3a0;
	font-size: 20px;
	color: #fff;
	border: 1px solid #777;
	line-height: 50px;
}

.group h2 a{
	color: #fff;
	padding: 10px;
	font-weight: bold;
	text-decoration: none;
}

.group h2 span{
	color: #f44;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.group_block{
	display: block;
	width: 100%;
	position: relative;
	float: left;
}

.prod_box{
	display: block;
	position: relative;
	text-align: center;
	width: 25%;
	height:400px;
	float: left;
}

.prod_box .image{
	display: block;
	height: 250px;
	line-height: 250px;
	position: relative;
	z-index: -10;
	
}

.prod_box .image img{
	max-height: 250px;
	vertical-align: middle;
}

.prod_box h3{
	display: block;
	height: 40px;
	overflow: hidden;
	margin-top: -20px;
	background-color:rgba(255,255,255,0.8);
}

.prod_box h3 a{
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	padding: 0 10px;
	text-shadow: 1px 1px 20px #fff;
}

.prod_box h3 a:hover{
	color:#280;
}

.prod_box b{
	font-size: 16px;
	font-weight: bold;
	color:#f00;

}

.prod_box b:after{
	content: '.00 грн.';
	font-size: 12px;
}

.prod_box a.view_group{
	display: block;
	width: 150px;
	height: 150px;
	font-size: 16px;
	color:#777;
	text-decoration: none;
	text-align: center;
	padding: 10px;
	margin: auto;
	margin-top: 30px;
	border:1px solid #777;
	line-height: 50px;
	background-color: #ffe;
}

.prod_box a.view_group:hover{
	color:#280;
}

/* Product Page 
-----------------------------------------------------------------------------*/
.content h1{
	font-size: 24px;
	font-weight: bold;
	display: inline;
	width: 100%;
	float:left;
	color:#333;
	padding: 10px;
	margin-top:20px;
	text-align: center;
}

.product_image{
	display: inline-block;
	width: 300px;
	height: 300px;
	float:left;
	position: relative;
	border:1px solid #aaa;
	text-align: center;
	line-height: 300px;
}

.product_image img{
	vertical-align: middle;
	max-height: 280px;
}


.fast_info {
	display: inline-block;
	min-width: 250px;
	height: auto;
	float:right;
	position: relative;
	border:1px solid #aaa;
	text-align: left;
	line-height: 22px;
	font-size: 14px !important;
	padding: 10px;
	margin-right: 10px;
}
.fast_info b{
	font-weight: bold;
}

.fast_info ul li{
	padding-left: 10px;

}


.fast_info ul li a{
	text-decoration: none;
	color:#380;
}


.product_price{
	display:table;
	min-width: 600px;
	border: 1px solid #777;
	margin: 10px;
	float: left;
}

.product_price .id_cost{
	display: table-cell;
	padding: 10px;
	width: 200px;
}

.product_price .id_cost i{
	display: block;
	font-size: 12px;
}

.product_price .id_cost i span{
	font-size: 14px;
	padding: 5px;
	border: 1px solid #080;
}

.product_price .id_cost b{
	display: block;
	font-size: 28px;
	color: #f00;
	font-weight: bold;
	padding-top:15px; 
}

.product_price .id_cost b:before{
	content: 'Цена: ';
	font-size: 14px;
}

/*.product_price .id_cost b.on_stok:after{
	content: '.00 грн.';
	font-size: 14px;
}*/

.product_price .id_cost b.on_stok:after{
	content: 'Есть в наличии';
	display: block;
	font-size: 14px;
	color:#380;
}

.product_price .id_cost b.zero_price:after{
	content: 'Обратитесь к консультанту';
	display: block;
	font-size: 14px;
	color:#777;
}



.product_price .by_form{
	display: table-cell;
	text-align: center;
	padding: 5px;

}

.product_price .by_form input{
	font-size: 20px;
	width: 50px;
}
.product_price .one_click{
	display: table-cell;
	padding: 5px;
}

.product_price .one_click h3{
	font-size: 14px;
	font-weight: bold;
}

.product_price .one_click p{
	font-size: 12px;
}

.product_price .one_click .phone{
	font-size: 20px;
	width: 200px;
	margin-top: 10px;
}

.product_price .one_click button{
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;

}

.warninng{
	display: block;
	min-width: 600px;
	margin: 10px;
	padding: 10px;
	border:1px solid #aaa;
	position: relative;
	float: left;
}

.good_tabs_title{
	display: block;
	position: relative;
	padding-left: 10px;
	margin-top: 20px;
	float: left;
	min-width: 600px;
	font-size: 18px;
	
}

.good_tabs_title li{
	display: list-item;
	float: left;
}

.good_tabs_title li a{
	text-decoration: none;
	font-weight: bold;
	color:#380;
	line-height: 20px;
	padding: 10px 40px;
	border: 1px solid #aaa;
}

.desk{
	display: block;
	min-width: 600px;
	margin: 10px;
	padding: 10px;
	border:1px solid #aaa;
	position: relative;
	float: left;
}

.desk p{
	font-size: 16px;

}

.desk p img{
	text-align: center;
}

.galery{
	min-width: 600px;
	display: block;
	margin: 10px;
	padding: 10px;
	border:1px solid #aaa;
	position: relative;
	float: left;
	text-align: center;
}

.galery img{
	display: block;

}



/*comment*/
.comments_block{
	display: block;
	margin: 10px;
	padding: 10px;
	border:1px solid #aaa;
	position: relative;
	float: left;
	text-align: left;

}

.comment_line div{
	margin-left:50px;
}

.comment_line div.comment_add{
	border-bottom:1px solid #888;
}
.comment_line p{
	text-indent: 0;
}

/*Form*/

.comments_block div.comment{
	border:1px solid #888;
	margin:10px;
	padding:10px;
}

.comment form div.line{
	margin:5px 0 5px 0;
}

.comment form div.line textarea{
	width:99%;
	height:100px;
	color:#888;
	border:1px solid #888;
}

.comment form div.line input.add_comment{
	width:100%;
	padding:5px;
	background:#af4;
}

.comment form div.line span{
	color:#f00;
}

p.baner img{
	margin-top:5px;
}

.order_confrm  {
	font-size:16px;
	color:#555;
	display:block;
	padding:10px;
}

.order_confrm  b{
	color:#383;
}

.order_confrm p{
	margin-top:10px;
}

.order_confrm a{
	display:block;
	font-size:24px;
	padding:10px;
	border:5px solid #3c3;
	margin:10px;
}

.order_confrm a:hover{
	background-color:#ffc;
}


/* Media rezolution 
-----------------------------------------------------------------------------*/


@media screen and (max-width: 900px) {

.prod_box h3 a{
	font-size: 12px;
}	

.prod_box .image img{
	width: 180px;
}


}
