a {
  font-size:14px;
  font-weight:700;
}
.superNav {
  font-size:13px;
}
.form-control {
  outline:none !important;
  box-shadow: none !important;
}
@media screen and (max-width:540px){
  .centerOnMobile {
    text-align:center
  }
}
.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(207, 46, 46, var(--bs-bg-opacity, 1)) !important;
}

.categories {
  /* max-height: 8rem; */
  /* max-width: 10rem; */
  border-radius: 1rem;
}
.categories-image {
  overflow: hidden;
  max-height: 5rem;
  margin-bottom: .5rem;
}
.categories img {
  transition: all 0.3s;
}

.img-icon {
  height: 3.5rem;
}
.logo {
  height: 3.5rem;
}

.rating-color {
  color: #fbc634 !important;;
}
.bottom-footer{
  background: #7b1d1d;
}