
  .navbar .logo {
	  font-weight:700;
	  font-size:17px;
  }
  .section-home .heading-section .sa-title.popcat {
	  font-weight:600;
	  font-size:13px;
  }
  
  .you-might-like .yml-box .yml-img img {
	  height:100px;
  }
  .you-might-like .yml-box .yml-food-text {
	  font-size:13px;
	  font-weight:400;
	      overflow: hidden;
    text-overflow: ellipsis;
	    width: 90px;
    padding: 7px 0;
  }
  .section-home.home-banner img {
    width: 100%;
    object-fit: contain!important;
    height: 88px!important;
}
.sidebar-header h3 {
	font-weight:600;
}
#sidebarleft {
	background-color: #385e4d;
}
#sidebarleft .sidebar-header {
	background-color: #274237;
}
.bg-header {
	background:#274237!important;
}
.sdprofile .sdp-right .sd-name {
	color:#fff;
}
.zr-social li a {
	font-size:11px;
}

@media screen and (max-width:640px){
	.you-might-like .yml-box .yml-img img {
		height: 79px;
	}
}