.re_title
{
	text-transform: uppercase;
}
.c_products
{
	display:none;
}
.c_products.active
{
	display:block;
}.re_title
{
	text-transform: uppercase;
}
.c_products
{
	display:none;
}
.c_products.active
{
	display:block;
}
.btn_cart_delete
{
	cursor:pointer;
	position: absolute;
	right: 20px;
    top: -20px;
    color: #d71212!important;
    font-size: 22px;
}
.c_add_address
{
	margin-top: 30px;
	padding: 10px;
    border: 1px solid #f2f2f2;
}
.adr-text
{
	margin-bottom:15px;
	color:var(--t_s_color);
}
.search_item
{
	position:relative;
}
#search-result{
	position: absolute;
	width: 93%;
	padding: 10px;
	display: none;
	border-top: 0px;
	overflow: hidden;
	border: 1px #CCC solid;
	background-color: white;
	max-height: 500px;
	overflow-y: auto;
	z-index: 1;
	border-radius: 5px;
	/*left: 3%;*/
}
.res_name
{
	cursor:pointer;
}
.res_wishlist
{
	position: absolute;
    right: 0;
    bottom: 75px;
}
.item-img
{
	width: 100%!important;
    height: 270px!important;
}
.btn_wishlist
{
	cursor:pointer;
}
.food_dis .widhlis .enable, .food_dis .widhlis.add .disable
{
	display:block!important;
}
.rating-stars ul > li.star > i.fa {
  font-size:2.5em; /* Change the size of the stars */
  color:#ccc; /* Color on idle state */
}
.rating-stars ul > li.star.hover > i.fa {
  color:#FFCC36;
}
.rating-stars ul > li.star.selected > i.fa {
  color:#FF912C;
}
.star_blank
{
	font-size: 34px;
    margin-top: 5px;
    color: #eb6005;
}