body
{
    background-color:#edf1f4;
    font-family: 'gillsans_light' !important;
}

@font-face {
  font-family: 'gillsans_light';
  font-style: normal;
  font-weight: 100;
  src: local('ufonts.com_gillsans_light'),
       local('ufonts.com_gillsans_light'), 
       url('../../fonts/ufonts.com_gillsans_light.woff') format('woff'), 
       url('../../fonts/ufonts.com_gillsans_light.ttf') format('truetype')
}

.banner
{
    background-color:#fff;
}
.banner .col-md-5
{
    padding:0px;
}
.veg-symbol
{
    text-align:right;
}
.logoo
{
    text-align:center;
}
.logooo
{
    text-align:center;
}
.titleee h1
{
    color:gray;
    font-size: 67px;
}
.titleee
{
    text-align:center;
}
.titleee span{
    font-size: 33px;
    color: gray;
}
.filtrrr
{
    text-align:center;
}


#locationbox
{
    border:1px solid #e1e2e2;
    border-radius:10px;
    background-color:#fff;
   
}
.sidebar1 {
    /*position: fixed;*/
    top: 18%;
    background: #fff;
    width: 14%;
    max-width: 25%;
    padding: 10px 20px;
    padding-left: 0px;
    z-index: 999;
}
ul
{
    list-style:none;
}
#storebox
{
    background-color:#fff;
     border:1px solid #e1e2e2;
     margin-left:30px;
     margin-right:30px;
     border-radius:10px;
}
h4
{
    color:#f7a71a;
    font-size:20px;
    padding:20px 0;
    font-weight:600;
}
#productimg
{
    margin-top:10px;
    border-radius:20px;
}

.btn
{
    background-color:#f8a81b;
    color:#fff;
    padding:10px 50px;
    font-weight:600;
}
.btn:hover
{
    background-color:#f8a81b;
    color:#fff;
}
#thead
{
    color: #89959B;
}
th
{
    padding:5px 20px;
}
.LOGO{
        width: 3%;
}