.delivery-time-box {
  background-color: #f7f7f7;
  padding: 0.8rem 1rem;
  border-radius: 10px;
  margin-right: 15px;
  width: 100%;
  margin-left: 50px;
}

.footer-brands {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-brands .brand {
  display: block;
  padding: 1rem;
  min-height: calc(98px + 1rem);
}

.footer-brands .brand img {
  width: 98px;
  height: 98px;
}

.header-delivery-prompt {
  background: #4aba6a;
  color: white;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .header-delivery-prompt {
    border-radius: 100rem;
  }

  .header-delivery-prompt-mobile {
    display: none;
  }

  .header-delivery-prompt .container {
    max-width: unset;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .header-delivery-prompt-desktop {
    display: none;
  }
}

.header-delivery-prompt-wrapper {
  display: flex;
  align-items: center;
}

.header-delivery-prompt-icon {
  width: 4rem;
  margin: 0.8rem 0.8rem 0.6rem 1rem;
}

.header-delivery-prompt-content {
  font-size: 0.875rem;
  margin: 0.3rem 1.4rem 0.3rem 0.3rem;
  line-height: 1rem;
}

@media screen and (max-width: 991px) {
  .header-delivery-prompt-icon {
    width: 4rem;
    margin: 0.3rem 0.6rem 0.3rem 0rem;
  }

  .header-delivery-prompt-content {
    font-size: 1rem;
    margin: 0.5rem 0 0.5rem 0.3rem;
    line-height: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .header-delivery-prompt .option:first-letter {
    text-transform: capitalize
  }

  .header-delivery-prompt .mobile-break {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-delivery-prompt .desktop-break {
    display: none;
  }
}

.header-delivery-prompt .link {
  color: white;
  text-decoration: underline;
}
