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;
}

.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;
}

.card-img-overlay {
  background-image: linear-gradient(to right, rgba(255, 255, 255), rgba(0, 0, 0, 0.2));
  height:fit-content;
}

.rounded-50 {
  border-radius: 50%;
}

.product-bg {
  background-image: linear-gradient(to right, rgba(255, 255, 255), rgba(0, 0, 0, 0.2));
  height:fit-content;
}
.logo{
  height: 4rem;

}
.breadcrumb-item a{
  color: #ffffff;
}