.order-h5 {
  font-weight: 600 !important;
}

@media (min-width: 300px) {
  .order-h5 {
    font-weight: 500 !important;
  }
}

.order-border {
  border-bottom: 1px solid white;
  /*border-radius: 10px;*/
  border-radius: 5px;
}

.item p {
  color: white;
  margin-bottom: 5px;
  margin-top: 5px;
}

.item p:hover {
  color: #234E9C;
}

.order-summary-border-radius {
  border-radius: 5px;
}

.order-summary-border-radius:hover {
  /*border: 1px solid #4783e8;*/
  /*box-shadow: 2px 10px white;*/
  box-shadow: 0px 0px 2px rgba(0,0,0,.8);
}

.fade-text-color {
  color: #969aa3;
  font-size: 13px;
}

.address-field-label {
  font-size: 12px;
  /*color: #222;*/
  font-weight: 600;
}

.navigation-text {
  color: #000000 !important;
  font-size: 12px;
  /*margin-bottom: 0px;*/
  padding: 1rem 0px;
}

.nav-bar link {
}

/* Target all links within the specific column */

.order-nav-links a {
  color: #0056b3;
  text-decoration: none;
}

.order-nav-links a:hover {
  color: black;
}

.order-nav-links a span {
  color: blue;
}

.order-nav-links a span:hover {
  color: black !important;
}

#orders-stack {
  /*padding: 0px;*/
}

