@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
#estimated-time{
  color: black;
  p{
    color: black;
  }
}
#menu-items ul li.group:hover, #menu-items ul li.single:hover{
  background-color: #731817;
  .item-title{
    color: white !important;
  }
  .item-description{
    color: white !important;
  }
  .item-price{
    color: white !important;
  }
}
#menu-items h1{
  font-family: "Oswald", sans-serif; !important;
}
#bs-navbar .glyphicon-earphone{
  color: transparent;
  background-image: url(./uploads/fb_icon.png) !important;
  background-size:cover;
  width:22px;
  height:22px;
  position:relative;
  right:2px;
  top:-3px;
}
.office-info {
        background: rgb(36 45 45 / 0%);
    }
    #menu-items ul li.group, #menu-items ul li.single {
        border: 1px solid #ccc;
        position: relative;
        display: flex !important;
        /* vertical-align: top; */
        /* margin: 0px 0px 50px 3%; */
        min-height: 150px;
        flex-direction: row-reverse;
    }
.item-price{
  position: absolute;
  bottom: 10px;
  font-size: 12px !important;
}
.item-description{
  padding-bottom: 13px;
}
.item-title{
  font-family: "Oswald", sans-serif !important;
}
#menu{
    background-color: #731817;
  text-align: center !important;
    a{
      font-family: "Oswald", sans-serif !important;
    }
  }
@media screen and (min-width: 1025px) {
  
  .office-info h3#title{
    display: none !important;
  }
    .office-wrapper {
    width: 100% !important;
    margin: 0 auto!important;
    display: flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center;
    }
  .storeinfo{
    height: fit-content !important;
    position: absolute;
    bottom: 20px;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
     #bs-navbar p{
        text-align: center !important;
        color: black;
    }
  }
  .office-info .logo img {
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: 5%;
        transform: translate(0%, 0%);
        width: fit-content;
    }
}
@media only screen and (max-width: 1024px) {
  #menu ul{
    padding-block: 3px !important;
    /* border: 2px solid red; */
     a{
   border-radius: 0px !important;
   background-color: #731817 !important;;
 }
  }
  .pn-Advancer{
    display: none;
  }
  #menu-items{
    background-color: white;
    padding-inline: 30px
  }
  #menu-title, #menu-items h1{
    background-color: white !important;
  }

}