.products_header{
	position: relative;
	width: 100%;
	height: 360px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;

}
.products_header_fone{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.2;
}
.products_header_text{
	position: absolute;
	width: 100%;
	height: 100%;
	
}

.product_block{
	margin-top: 20px;
	padding: 20px;

}
.product_block_img{
	cursor: pointer;
}
.product_block_name{
	height: 60px;
}
.product_block_name h5{
	color: black;
	font-weight: bold;
	text-align: center;
}
.product_block_name h4{
	color: black;
	text-align: center;
}
.product_block_add{
}
.product_block_add_select{
	width:100%;
	border:none;
	border:solid 1px #b19747;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.product_block_add_select:focus{
	border-color: #b19747 !important;
}
.product_add_count{
	width:70%;
	float:left;
}
.product_add_count input{
	width:60px;
	height: 30px;
	display: inline-block;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
	border:solid 1px #b19747;
}
.product_add_count i{
	color: #b19747;
	cursor:pointer;
}
.product_add_cart{
	width:30%;
	float:left;
}
.product_add_cart div{
	background-color: #b19747;
	width:32px;
	height: 32px;
	border-radius: 50px;
	text-align: center;
	padding-top: 6px;
	cursor: pointer;
	float:right;
}
.product_add_cart div:hover{
	background-color: black
}
.product_add_cart i{
	color: white;
}
.product_add_count i:hover{
	color: black;
}

.product_block_add_slider{

}
.col_product_block_name{
	height: 100px; 
	text-align: center; 
	border-bottom: 2px solid #f5ebbd;
}
.p_im img{
	width:100%;
	margin-top: 10px;
	cursor:pointer;
}