@font-face {
  font-family: 'Avenir';
  src: url('css/AvenirNextCondensed-Regular.ttf')  format('truetype')
}

html,body,input,.gspan,.ele-active,.ele-active:active,.md-store-info-btn button,button{
  /* font-family: 'Avenir',sans-serif !important;
   */
   font-family: 'Allerta', sans-serif !important;
}

:root{
  --primary-color-1:rgba(218, 175, 3,0.85);
  --primary-color-2:#f7941d;
  --primary-color-3:rgb(201, 164, 32);
  --secondary-color-1:#fff8dd;
}

.md-menu-item div{
  margin-top:-4px;
}
/* .flag-cont {
    font-family: 'Avenir';
} */
.md-store-info-btn-details{
   width:24px !important;
}
@media(min-width:576px){
  .md-menu-item div{
    font-size:1.5em;
  }
}

@media(max-width:576px){
.md-menu-item svg {
  margin-top:8% !important;
}
.md-store-item-category {
    font-size: 0.8em !important;
}
}
.gspan{
  margin-top: -5px;
  line-height: 16px;
}

.md-page-map{
  background-color:var(--secondary-color-1);
}

.md-background-image{
  background-image:url(../img/mall/tropicana-gardens-bg-comp.png);
}

.md-splash-modal{
  /* background-image:url(../img/mall/splash.jpg); */
  background-color:var(--primary-color-3);
}
