@media (max-width:768px) and (min-width:768px) {

    .marginonmobile{
		margin-left: 20px; margin-right:20px;
	}

}​


.hovershop{
    color: red; 
}

.img_product{
	text-align:center;

	max-height: 100%;

	max-width: 100%;

	padding: 2px;

}

.back_color{

	background-color:#003d00;

}

.text_marg{

	margin-left: 12px;

}

.padding_between_section{

	padding-right: 8px;

}

#back_color_btk{

	background-color:#f8b324;
    height: 40px;

	margin: auto;

    width: 100%;

    padding: 11px;

}

#back_color_price{

	background-color:#003d00;

    height: 40px;

    margin: auto;

    width: 100%;

    padding: 11px;

}

#back_color_cate{

	background-color:#003d00;

    height: 40px;

    margin: auto;

    width: 100%;

    padding: 11px;

}

#back_colo_cat_subcat{

	background-color:#faecce;

    height: 40px;

    margin: auto;

    width: 100%;

    padding: 11px;

}

#back_footer{

	background-color:#003d00;
	/*position: fixed;
	z-index: 1;
	bottom: 0px;
	width: 92%;*/
}

.wrap_product{
	border: 1px #d9e4d9 solid;
	margin:5px;
	/*height: 270px;*/
}

.espace{

    padding-top: 7px;

}

.padding_text_panel{

    margin-top: 10px;

}

.text_product{

	color: black;

}

.product_class {

    width: 25%;

	position: relative;

	min-height: 1px;

	padding-right: 0px;

	padding-left: 0px;

	float: left;

}



.prod_img_index{

	height : 160px; text-align: center; margin-top: 10px;  

}

.prodName_phone{

	display : none;

}



/* footer */

.xs-phone{

	display : block;

}

.except-xs{

	display : none;

}

/* footer */



/* code for body-category */

 .prod_cat_sm{

	height : 160px;

	text-align: center;

	margin-top: 10px; 

 }

 .product_body_cat {

    width: 20%;

	position: relative;

	min-height: 1px;

	padding-right: 0px;

	padding-left: 0px;

	float: left;

}

/* end for body-category*/



/* other menu */

.other_options_xs{

	display : none;

}

.other_options_lg{

	display : block;

}

/* other menu */



/*@media (max-width:989px) and (min-width:891px) {

    .dislpay_hidden{

		display : block !important;

	}

}​*/

 

@media screen and (max-width: 990px){

	/* footer */

	.xs-phone{

		display : none !important;

	}

	.except-xs{

		display : block !important;

	}

	/* footer */

	

	.prod_img_index{

		height : 70px;

		text-align: center;

		margin-top: 10px;

	}

	.price_dis{

		display:block;

		color:#962f08 !important;

	}

	

	.product_class {

		height: 164px;

		position: relative;

		min-height: 1px;

		padding-right: 0px;

		padding-left: 0px;

		float: left;

	}

	

	.prodName_phone{

		display : block;

	}

	

	.prodName{

		display : none;

	}

	

	/* code for body-category */

	.product_body_cat {

		width: 25%;

		position: relative;

		min-height: 1px;

		padding-right: 0px;

		padding-left: 0px;

		float: left;

	}

	

	.prod_cat_sm{

		height : 120px;

		text-align: center;

		margin-top: 10px; 

	}

	/* end code for body-category */

	

	/* other menu */

	.other_options_xs{

		display : block;

	}

	.other_options_lg{

		display : none;

	}

	

}