// h1, h2, h3, h4, h5, h6 {
//   padding: 0;
//   margin: 0;
//   margin-bottom: 15px;
//   font-weight: 300;
// }

//
// Alerts
//
.alert {
  font-size: $font-size-base;
}

//
// Page
//
.page-header {
  border-bottom: none;
}

//
// Breadcrumbs
//
.breadcrumb {
  padding: 0px;
  list-style: none;
  background-color: transparent;
  margin-bottom: 30px;
  li {
    button {
      color: white;
      font-size: $font-size-small;
      width: 100%;
    }
    button.active {
      color: $gray-base;
      @media (max-width: 768px) {
        padding-left: 0px;
      }
    }
    button.passed {
      color: $bb-gray;
    }
  }
  > li + li:before {
    content: none;
  }

  .fa-chevron-right {
    padding-left: 24px;
  }
}

//
// Modals
//
.modal-title {
  font-size: $font-size-h3;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  padding-bottom: 0;
  font-size: $font-size-base;
}

.modal-footer {
  border-top: none;
}

//
// Panels
//
.panel {
  border-top: none;
  &:first-child {
    border-top: 1px solid $bb-border;
  }
  border-left: none;
  border-right: none;
  border-radius: 0;
  background-color: $body-bg;
  box-shadow: none;
  margin-bottom: 15px;
  &:last-child {
    margin-bottom: 20px;
  }
}

.panel-group .panel + .panel {
  margin-top: 0;
  border-top: none;
}

.panel-title {
  font-size: $font-size-h3;
  font-weight: 300;
  padding-bottom: 15px;

  a {
    text-decoration: none;
  }
}

//
// Forms
//
.radio label, .checkbox label {
  font-weight: 400;
}

.fa-trash-o:hover {
  cursor: pointer;
}

.fa-shopping-cart:hover {
  cursor: pointer;
}
