/**
 * @file
 * Styles for shipping quote cart and checkout panes.
 */

.form-item .description {
  /* Fix the inheritance from table rows. */
  white-space: normal;
}

.solid-border#quote {
  margin-top: 1em;
}

.quote-button {
  color: rgb(0, 0, 125);
  cursor: pointer;
  font-weight: bold;
}

.quote-error {
  display: inline;
}

.quote-notes {
  margin-left: 25px;
}

.node-form .product-shipping .form-text {
  display: inline;
  width: auto;
}


.btn.btn-primary.checkout, #edit-action-checkout, #edit-action-view-quote {
  background: #ca3030;
}

@media screen and (min-width: 767px) {
  .btn.btn-primary.checkout {
    min-width: 450px;
  }
}

a.btn.btn-default.snapengage-link {
  color: #000;
}

.dark-mode a.btn.btn-default.snapengage-link {
  color: #fff;
}

.btn.btn-default.phone-number:hover i,
.btn.btn-default.phone-number:hover .phone-number {
  color: #fff;
}

.primary-header-wrapper .equal-wrapper>div {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 0px !important;
}

.uc-instant-quote-gs-cart-body .bs-badges {
  display: none;
}