#gift-card-sales-disabled {
  font-size: 16px;
  line-height: 150%;
}

#mobile-gift-card-sales-disabled {
  display: none;
}

@media (max-width: 767px) {
  #main-content {
    min-height: auto;
  }

  #gift-cards-left-button {
    text-align: center;
    font-size: 24px;
    font-weight: normal;
  }

  .home #main-content {
    margin-top: 6px;
  }

  #gift-cards-left-button {
    margin: 5px 0;
  }

  #categories-block-container {
    display: block;
    margin-bottom: 15px;
    margin-top: 9px;
  }

  #dish-list-container {
    margin-bottom: 0;
  }

  .disabled-orders {
    display: none;
  }

  #mobile-gift-card-sales-disabled {
    display: block;
    font-size: 20px;
    text-align: center;
    padding: 10px 10px 20px 10px;
    border-bottom: dashed 1px #555;
    margin-bottom: 16px;
  }
}