@media (min-width: 768px) {
  .card-mobile {
    background: white;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
  }

  .card-mobile .col-xs-8 {
    padding: 5px 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .order-nav {
    padding: 10px 4px !important;
    font-size: 11px !important;
  }
}

@media only screen and (max-width: 767px) {

  .grid12-4,
  .grid12-7 {
    width: 100% !important;
    margin-left: 0;
    margin-right: 0;
  }
}

.main-item-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
}

.main-item-desc {
  text-transform: uppercase;
  font-style: italic;
  font-size: 11px;
  line-height: 16px;
  margin-top: 7px;
}

.feature-icon-wrapper {
  background: #ECEBEB;
  border-bottom: 8px solid #969696;
  border-top: 8px solid #969696;
  padding: 19px 0px;
}

.feature {
  margin: 10px 35px;
}

.feature a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.feature a p.main-item-desc {
  color: #1c1c1b;
}

.feature-icon-hover {
  padding: 0px;
}

.date-season-picker ul li .datepicker div table thead tr .picker-switch {
  z-index: 9;
}

.alert-message {
  padding-top: 20px;
  background: #ff6c6c;
}

.alert-message div div div p {
  color: white;
  margin-bottom: 0;
  font-weight: 500;
}

.alert-message div div div h3 {
  color: white;
}

.alert-message div span {
  font-size: 95px;
  color: #ff5252;
}

.btn-menu-inline {
    float: right;
}