header.style-2 .header-logo img
{
	width:120px;
}


.h2-product-area .product-wrap .product-img img
{
	border-radius:50%;
	height:150px;
	width:150px;
}	

.h2-reguler-item .reguler-items-wrap .item-img img
{
    height:250px;
	width:100%;
}

.popular-item-warp .item-img img
{
	height:250px;
	width:100%;
}

.food-items2-wrap .food-img img
{
	height:300px;
	width:100%;
}

.h2-reguler-item .reguler-items-wrap .item-img .price
{
	left:40%;
	bottom:20px;
}

footer .footer-top .social-area .footer-social ul
{
	gap:6px;
}
footer .footer-top
{
	padding-top:50px;
	padding-bottom:50px;
}

@media only screen and (max-width: 991px) {
	 header.style-2 .header-logo
	 {
		width: 120px;
	 }
}