@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.bulk-actions-dialog {
  max-width: 700px !important;
}
.bulk-actions-dialog .bulk-actions-wrapper .action-row {
  border-bottom: 2px solid #f1f1f1;
  padding: 20px 0;
}
.bulk-actions-dialog .bulk-actions-wrapper .action-row .select-text-field {
  width: 350px;
}
.bulk-actions-dialog .bulk-actions-wrapper .action-row .field {
  margin-top: 0 !important;
}
.bulk-actions-dialog .bulk-actions-wrapper .bulk-item-wrapper {
  padding: 15px 0;
  border-bottom: 2px solid #F1F1F1;
  padding-left: 20px;
}
.bulk-actions-dialog .bulk-actions-wrapper .bulk-item-wrapper:last-of-type {
  border-bottom: none;
}
.bulk-actions-dialog .bulk-actions-wrapper .bulk-item-wrapper .bulk-product-image {
  display: inline-block;
  width: 125px;
  vertical-align: top;
}
.bulk-actions-dialog .bulk-actions-wrapper .bulk-item-wrapper .bulk-product-details {
  display: inline-block;
  vertical-align: top;
  padding-left: 20px;
  width: calc(100% - 125px);
}
.bulk-actions-dialog .bulk-actions-wrapper .bulk-item-wrapper .bulk-product-details .bulk-product-description {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 16px;
  padding-right: 10px;
}
.bulk-actions-dialog .bulk-actions-wrapper .bulk-item-wrapper .bulk-product-details .item-attribute {
  line-height: 20px;
}
.bulk-actions-dialog .bulk-actions-wrapper .bulk-item-wrapper .bulk-product-details .item-attribute span:nth-of-type(2) {
  margin-left: 5px;
  font-weight: 600;
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.empty-cart {
  font-size: 20px;
}
.empty-cart button {
  margin-top: 18px;
}
.cart-summary {
  padding-bottom: 15px;
}
.cart-summary .p-description {
  color: #005DA6;
  font-weight: 700;
  cursor: pointer;
}
.cart-summary .attachments {
  color: #005DA6;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
}
.cart-summary .attachments .fa {
  margin-right: 5px;
}
.cart-summary .attachments span {
  font-weight: normal;
  cursor: pointer;
}
.cart-summary .notes {
  color: #005DA6;
  font-size: 16px;
  font-weight: 700;
  padding-top: 15px;
}
.cart-summary .notes .fa {
  margin-right: 10px;
}
.cart-summary .notes span {
  font-weight: normal;
  cursor: pointer;
}
.cart-summary .formulary-approval {
  display: block;
  background-color: #FFF2BF;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  padding: 15px;
  margin-bottom: 15px;
}
.cart-summary .formulary-approval .fa-exclamation {
  border: 1px solid #FF9505;
  border-radius: 50%;
  color: #ffca82;
  height: 20px;
  margin-right: 5px;
  padding: 2px 10px 10px 6px;
  width: 20px;
}
.cart-summary .mobile-only {
  display: none;
}
.cart-summary .fa-shopping-cart {
  font-size: 24px;
}
.cart-summary h3 {
  margin-bottom: 10px;
  font-size: 20px;
  margin-left: 15px;
  display: inline-block;
  font-weight: 400;
}
.cart-summary .contract-header {
  border-bottom: 2px solid #F1F1F1;
  font-size: 16px;
  padding: 5px 0 10px 0px;
  margin-left: 40px;
  margin-bottom: 10px;
}
.cart-summary .item-summary {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 20px;
  margin-left: 60px;
}
.cart-summary .item-summary .contract-badge {
  margin-left: 5px;
  margin-bottom: 5px;
}
.cart-summary .cart-details .cart-detail-header {
  padding-bottom: 10px;
  border-bottom: 2px solid #F1F1F1;
  color: #949494;
  font-weight: 600;
  border-top: 2px solid #CCCCCC;
  padding-top: 15px;
  line-height: 24px;
  padding-left: 20px;
}
.cart-summary .cart-details .cart-detail-header.noTitle {
  padding-top: 0;
  border-top: none;
}
.cart-summary .cart-details .cart-detail-header.summary {
  border-bottom: none;
  padding-bottom: 10px;
}
.cart-summary .cart-details .cart-detail-header.saveForLater {
  border-top: none;
  position: relative;
  margin-top: 40px;
}
.cart-summary .cart-details .cart-detail-header.saveForLater .cart-facility-header {
  font-size: 24px !important;
  font-weight: 300;
}
.cart-summary .cart-details .cart-detail-header.saveForLater .cart-product-image {
  display: none;
}
.cart-summary .cart-details .cart-detail-header.saveForLater .cart-product-details {
  display: none;
}
.cart-summary .cart-details .cart-detail-header.saveForLater .hidden-search-wrapper {
  height: 14px;
  overflow: visible;
  width: 60px;
  right: 0;
  position: absolute;
  top: -40px;
}
@media (max-width: 819px) {
  .cart-summary .cart-details .cart-detail-header.saveForLater .hidden-search-wrapper--no-margin {
    margin-right: 0px;
  }
}
.cart-summary .cart-details .cart-detail-header.saveForLater .hidden-search-wrapper--open {
  width: 300px !important;
}
.cart-summary .cart-details .cart-detail-header.saveForLater .hidden-search-wrapper .hidden-search-box {
  border: none;
  box-shadow: none;
  font-size: 14px;
  height: 40px;
  cursor: pointer;
  padding-right: 30px;
}
.cart-summary .cart-details .cart-detail-header.saveForLater .hidden-search-wrapper .hidden-search-box.is-visible {
  border: 1px solid #ced4da;
  background-color: #f1f1f1 !important;
  outline: 0;
  cursor: text;
}
.cart-summary .cart-details .cart-detail-header.saveForLater .hidden-search-wrapper .glyphicon-search {
  float: right;
  font-size: 18px;
  pointer-events: none;
  right: 10px;
  top: -28px;
  color: #4a4a4a;
}
@media (max-width: 650px) {
  .cart-summary .cart-details .cart-detail-header.saveForLater .hidden-search-wrapper {
    right: 20px;
  }
}
.cart-summary .cart-details .cart-detail-header.saveForLater .cart-facility-header {
  width: calc(100% - 425px);
}
.cart-summary .cart-details .cart-cutoff {
  display: block;
  background-color: #ffe4c0;
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
  margin-bottom: 15px;
  margin-top: 20px;
}
.cart-summary .cart-details .cart-cutoff .fa-exclamation {
  border: 1px solid #FF9505;
  border-radius: 50%;
  color: #FF9505;
  height: 20px;
  margin-right: 5px;
  padding: 2px 10px 10px 6px;
  width: 20px;
}
.cart-summary .cart-details .contract-header {
  border-bottom: 2px solid #F1F1F1;
  font-size: 16px;
  padding: 20px 0 10px 20px;
  margin-left: 0;
  margin-bottom: 0;
}
.cart-summary .cart-details .item-wrapper {
  padding: 15px 0;
  border-bottom: 2px solid #F1F1F1;
  padding-left: 20px;
}
.cart-summary .cart-details .item-wrapper:last-of-type {
  border-bottom: none;
}
.cart-summary .cart-details .facility-name-wrapper {
  padding-right: 10px;
  display: inline-block;
}
.cart-summary .cart-details .cart-facility-header {
  display: inline-block;
  width: calc(100% - 300px);
  vertical-align: top;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
}
.cart-summary .cart-details .cart-facility-header input[type="radio"] {
  display: none;
}
.cart-summary .cart-details .cart-facility-header label {
  display: block;
  position: relative;
  margin-left: -20px;
  padding-left: 50px;
  cursor: pointer;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 16px !important;
}
.cart-summary .cart-details .cart-facility-header .facility-name {
  margin-right: 5px;
}
.cart-summary .cart-details .cart-facility-header .facility-subtotal {
  font-weight: 600;
  margin-right: 5px;
}
.cart-summary .cart-details .cart-product-image {
  display: inline-block;
  width: 125px;
  vertical-align: top;
}
.cart-summary .cart-details .cart-product-details {
  display: inline-block;
  width: calc(100% - 425px);
  vertical-align: top;
  padding-left: 20px;
}
.cart-summary .cart-details .cart-product-details .cart-product-description {
  font-weight: 600;
  padding-bottom: 5px;
  font-size: 16px;
  padding-right: 10px;
}
.cart-summary .cart-details .cart-product-details .required-information {
  color: #949494;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
}
.cart-summary .cart-details .cart-product-details .required-information .edit-asset-info {
  margin-left: 5px;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400;
}
.cart-summary .cart-details .cart-product-details .required-information-mobile {
  padding: 15px 20px 15px 10px;
  border: 1px solid #DCDCDC;
  display: block;
  position: relative;
  cursor: pointer;
  margin-top: 10px;
  font-size: 14px;
  display: none;
}
.cart-summary .cart-details .cart-product-details .required-information-mobile::after {
  content: '\F105';
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cart-summary .cart-details .cart-product-details .mobile-shipping-date {
  display: none;
}
.cart-summary .cart-details .cart-product-details .mobile-quantity-price {
  margin-top: 15px;
  display: none;
}
.cart-summary .cart-details .cart-product-details .mobile-quantity-price .quantity-select {
  display: inline-block;
}
.cart-summary .cart-details .cart-product-details .mobile-quantity-price .field {
  margin-top: 5px;
  display: inline-block;
}
.cart-summary .cart-details .cart-product-details .mobile-quantity-price .field .field_qty {
  padding: 10px;
}
.cart-summary .cart-details .cart-product-details .mobile-quantity-price .readonly-price-wrapper {
  margin-top: 15px;
  font-size: 16px;
  display: inline-block;
}
.cart-summary .cart-details .cart-product-details .mobile-quantity-price .qty-value {
  font-weight: 600;
  margin-left: 5px;
}
.cart-summary .cart-details .cart-product-details .mobile-quantity-price .price .price-value {
  font-weight: 600;
  font-size: 20px;
  margin-left: 20px;
}
.cart-summary .cart-details .cart-product-details .cart-buttons {
  margin-top: 20px;
}
.cart-summary .cart-details .cart-product-details .cart-buttons span {
  font-weight: 700;
  color: #949494;
  margin-right: 20px;
  cursor: pointer;
}
.cart-summary .cart-details .cart-product-details .cart-buttons span.disable {
  opacity: 0.4;
  pointer-events: none;
}
.cart-summary .cart-details .cart-product-details .item-attribute {
  line-height: 20px;
}
.cart-summary .cart-details .cart-product-details .item-attribute span:nth-of-type(2) {
  margin-left: 5px;
  font-weight: 600;
}
.cart-summary .cart-details .cart-product-details .order-item-attribute {
  line-height: 25px;
}
.cart-summary .cart-details .cart-product-details .order-item-attribute span:nth-of-type(2) {
  margin-left: 5px;
  font-weight: 600;
}
.cart-summary .cart-details .cart-product-details .asset-text-field {
  width: 280px;
}
.cart-summary .cart-details .cart-product-details .rga-info {
  color: #949494;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 10px;
  color: #005DA6;
}
.cart-summary .cart-details .cart-product-details .rga-info .link {
  cursor: pointer;
}
.cart-summary .cart-details .cart-product-details .rga-info .loader {
  height: 20px;
  width: 20px;
  left: 65px;
}
.cart-summary .cart-details .cart-product-cutoff {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  font-weight: 600;
  text-align: center;
}
.cart-summary .cart-details .cart-product-lead {
  display: inline-block;
  width: 125px;
  vertical-align: top;
  font-weight: 600;
  text-align: center;
}
.cart-summary .cart-details .cart-product-quantity {
  display: inline-block;
  width: 100px;
  text-align: center;
  vertical-align: top;
}
.cart-summary .cart-details .cart-product-quantity .field {
  margin-top: 0 !important;
}
.cart-summary .cart-details .cart-product-quantity .field .field_qty {
  padding: 10px;
}
.cart-summary .cart-details .cart-product-price {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  font-weight: 600;
  text-align: center;
}
.cart-summary .cart-details .cart-product-price .original-price {
  margin-bottom: 5px;
  text-decoration: line-through;
  color: #949494;
}
.cart-summary .cart-details .cart-product-extPrice {
  display: inline-block;
  width: 100px;
  vertical-align: top;
  font-weight: 600;
  text-align: center;
}
.cart-summary .cart-details .cart-product-extPrice .original-price {
  margin-bottom: 5px;
  text-decoration: line-through;
  color: #949494;
}
.cart-summary .facility-group-wrapper {
  padding-bottom: 15px;
}
.cart-summary .facility-group-wrapper.collapsed {
  background-color: #F1F1F1;
  color: #949494;
}
.cart-summary .facility-group-wrapper:last-of-type {
  border-bottom: 2px solid #CCCCCC;
}
.cart-summary .facility-group-wrapper.show-lead-time .cart-facility-header {
  width: calc(100% - 525px);
}
.cart-summary .facility-group-wrapper.show-lead-time .cart-product-details {
  width: calc(100% - 650px);
}
.cart-summary .facility-group-wrapper.show-lead-time-confirmation .cart-facility-header {
  width: calc(100% - 525px);
}
.cart-summary .facility-group-wrapper.show-lead-time-confirmation .cart-product-details {
  width: calc(100% - 550px);
}
.cart-summary .bulk-actions {
  color: #005da6;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.cart-summary .hide-pricing-wrapper .cart-facility-header {
  width: calc(100% - 100px);
}
.cart-summary .hide-pricing-wrapper .cart-detail-header {
  height: 51px;
}
.cart-summary .hide-pricing-wrapper .cart-product-details {
  width: calc(100% - 355px);
}
.cart-summary .contract-badge {
  background-color: rgba(20, 114, 125, 0.15);
  border-radius: 3px 3px 3px 3px;
  width: 80px;
  display: inline-block;
  height: 22px;
  letter-spacing: 0;
  margin-bottom: 10px;
}
.cart-summary .contract-badge span {
  color: #14727d;
  font-size: 12px;
  padding-left: 11px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}
.in-house-labor-badge {
  background-color: #dfeaeb;
  border-radius: 11px 11px 11px 11px;
  display: inline-block;
  letter-spacing: 0;
  margin-right: 5px;
}
.in-house-labor-badge span {
  color: #14727d;
  font-size: 12px;
  padding-inline: 5px 11px;
  font-weight: 700;
  display: inline-block;
}
.in-house-labor-badge img {
  width: 12px;
  height: 12px;
  margin-left: 5px;
}
.cart-facility-header > div > div {
  background-color: #F1F1F1 !important;
}
.cart-facility-header > div > div {
  background-color: #F1F1F1 !important;
}
.cart-facility-header > div > div {
  background-color: #F1F1F1 !important;
}
.print-quote-panel {
  border: 1px solid #DCDCDC;
  padding: 20px 15px;
  margin-top: 30px;
}
.print-quote-panel h2 {
  font-size: 20px;
  font-weight: 400;
}
.print-quote-panel .quote-instructions {
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 18px;
}
.print-quote-panel .quote-buttons {
  color: #949494;
}
.print-quote-panel .quote-buttons span {
  margin-right: 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
}
.shipping-label-preview {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.shipping-label-preview-panel {
  border: 2px dashed #949494;
  padding: 20px 15px;
  border-radius: 10px;
  margin-top: 10px;
  background-color: #F1F1F1;
}
.shipping-label-preview-panel div {
  font-weight: 600;
}
.shipping-label-preview-panel span {
  display: block;
  overflow-wrap: break-word;
}
.purchase-panel {
  border: 1px solid #DCDCDC;
  padding: 20px 15px;
}
.purchase-panel button {
  width: 100%;
  font-size: 14px;
  margin-top: 0;
}
.purchase-panel .purchase-panel-facility {
  font-weight: 600;
  font-size: 14px;
  padding-top: 20px;
}
.purchase-panel .purchase-panel-facility .fa {
  margin-right: 5px;
}
.purchase-panel .purchase-panel-prices {
  line-height: 18px;
  font-size: 13px;
  margin-top: 10px;
}
.purchase-panel .purchase-panel-prices .price {
  float: right;
}
.purchase-panel .purchase-panel-prices .purchase-panel-total {
  margin-top: 25px;
  font-size: 18px;
}
.purchase-panel .purchase-panel-promotion-wrapper {
  margin: 20px -15px -20px -15px;
  background-color: #F1F1F1;
  min-height: 50px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  border-top: 1px solid #DCDCDC;
  position: relative;
}
.purchase-panel .purchase-panel-promotion-wrapper .purchase-panel-promotion {
  text-decoration: underline;
  cursor: pointer;
  color: #949494;
}
.purchase-panel .purchase-panel-promotion-wrapper .purchase-panel-promotion.promo {
  text-decoration: none;
  cursor: default;
}
.purchase-panel .purchase-panel-promotion-wrapper .purchase-panel-promotion.promo .remove {
  display: block;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 15px;
  padding-top: 10px;
  cursor: pointer;
}
.purchase-panel .purchase-panel-promotion-wrapper .loader-wrapper {
  position: absolute;
  top: 6px;
}
.purchase-panel .purchase-panel-promotion-wrapper .loader {
  height: 20px;
  width: 20px;
  left: 15px;
  display: block;
  border-color: #CCCCCC;
  border-top-color: #f1f1f1;
}
.purchase-panel .purchase-panel-promotion-wrapper .loader-msg {
  color: #4A4A4A;
  display: inline-block;
  margin-left: 25px;
}
.purchase-panel .purchase-panel-contract-message {
  margin: 20px -15px -20px -15px;
  background-color: #F1F1F1;
  min-height: 50px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  border-top: 1px solid #DCDCDC;
  position: relative;
  padding-bottom: 15px;
  font-size: 14px;
}
.purchase-panel .purchase-panel-contract-message .contract-badge {
  background-color: rgba(20, 114, 125, 0.15);
  border-radius: 3px 3px 3px 3px;
  width: 80px;
  height: 22px;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 5px;
}
.purchase-panel .purchase-panel-contract-message .contract-badge span {
  color: #14727d;
  font-size: 12px;
  padding-left: 11px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  padding-top: 2px;
}
.purchase-panel.standalone {
  padding: 0px 15px 20px 15px;
  border: none;
}
.purchase-panel.standalone .purchase-panel-promotion-wrapper {
  border-top-width: 2px;
}
@media (max-width: 650px) {
  .cart-summary .mobile-only {
    display: block !important;
  }
  .cart-summary .desktop-only {
    display: none !important;
  }
  .cart-summary .cart-details .item-wrapper {
    padding-right: 20px;
  }
  .print-quote-panel {
    padding: 10px 15px 5px 15px;
    border-left: none;
    border-right: none;
  }
  .print-quote-panel h2 {
    display: inline-block;
  }
  .print-quote-panel .quote-instructions {
    display: none;
  }
  .print-quote-panel .quote-buttons {
    display: inline-block;
    float: right;
    line-height: 24px;
  }
  .purchase-panel {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 1430px) {
  .cart-product-cutoff {
    display: none !important;
  }
  .cart-product-lead {
    display: none !important;
  }
  .mobile-shipping-date {
    display: inline-block !important;
  }
  .cart-product-details {
    width: calc(100% - 425px) !important;
  }
  .cart-facility-header {
    width: calc(100% - 300px) !important;
  }
}
@media (max-width: 1024px) {
  .cart-summary .cart-details {
    padding-left: 0 !important;
  }
  .cart-summary .cart-details .cart-product-price {
    display: none !important;
  }
  .cart-summary .cart-details .cart-facility-header {
    width: 100%;
  }
  .cart-summary .cart-details .mobile-quantity-price {
    display: inline-block !important;
  }
  .cart-summary .cart-details .mobile-quantity-line {
    display: flex !important;
    align-items: center;
    flex-wrap: wrap;
  }
  .cart-summary .cart-details .cart-product-details {
    width: calc(100% - 125px) !important;
  }
  .cart-summary .cart-details .cart-product-quantity {
    display: none !important;
  }
  .cart-summary .cart-details .cart-product-extPrice {
    display: none !important;
  }
  .cart-summary .cart-details .cart-facility-header {
    width: 100% !important;
  }
}
@media (max-width: 819px) {
  .cart-summary .cart-details .cart-product-image {
    width: 90px;
  }
  .cart-summary .cart-details .cart-product-image img {
    width: 100% !important;
  }
  .cart-summary .cart-details .cart-product-details {
    width: calc(100% - 90px) !important;
    padding-left: 15px;
  }
  .cart-summary .cart-details .cart-product-details .cart-product-description {
    color: #005DA6;
  }
  .cart-summary .cart-details .cart-product-details .required-information-desktop {
    display: none;
  }
  .cart-summary .cart-details .cart-product-details .required-information-mobile {
    display: block !important;
  }
}
@media (max-width: 340px) {
  .cart-summary .cart-details .facility-group-wrapper .item-wrapper .cart-product-image {
    display: block;
    width: 125px;
    text-align: center;
    margin: auto;
    margin-bottom: 15px;
  }
  .cart-summary .cart-details .facility-group-wrapper .item-wrapper .cart-product-details {
    width: 100% !important;
  }
}

@charset "utf-8";
h1 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 30px;
  font-weight: 400;
}
h2 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 24px;
  font-weight: 400;
}
h3 {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
h3.emphasized {
  color: #000000;
  font: "Source Sans Pro", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
@media (max-width: 1149px) {
  h1 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 26px;
    font-weight: 400;
  }
  h2 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  h3 {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
  h3.emphasized {
    color: #000000;
    font: "Source Sans Pro", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
  }
}
.sales-quote-dialog {
  max-width: 1000px !important;
  min-height: 100% !important;
  height: auto !important;
}
.sales-quote-dialog .modal-body {
  margin-top: 20px;
}
.sales-quote-dialog .summary-title {
  margin-top: 40px;
}
.sales-quote-dialog .summary-title .fa {
  display: none;
}
.sales-quote-dialog .summary-title h3 {
  display: none;
}
.sales-quote-dialog .header-table {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.sales-quote-dialog .header-label {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.sales-quote-dialog .conf .val {
  font-weight: 600;
  margin-left: 5px;
  width: auto !important;
}
.sales-quote-dialog .conf .address-desc {
  font-weight: 600;
}
.sales-quote-dialog .conf .address-val {
  display: block;
  width: auto !important;
  margin-bottom: 10px;
}
.sales-quote-dialog .header-col-1 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.sales-quote-dialog .header-col-1 div {
  line-height: 22px;
}
.sales-quote-dialog .header-col-2 {
  width: 50%;
  text-align: right;
  display: inline-block;
  vertical-align: top;
}
.sales-quote-dialog .header-col-2 div {
  line-height: 22px;
}
.sales-quote-dialog .header-col-2 div .desc {
  width: 100px;
  font-weight: 600;
  margin-right: 10px;
  text-align: right;
}
.sales-quote-dialog .header-col-2 div .val {
  display: inline-block;
  padding: 0px;
}
.sales-quote-dialog .header-col-2.conf {
  text-align: left;
}
.sales-quote-dialog .sales-order-title {
  font-size: 28px;
  text-align: right;
  float: right;
}
.sales-quote-dialog .cart-detail-header {
  color: #000000 !important;
  background-color: #eee;
}
.sales-quote-dialog .sales-quote-prices {
  text-align: right;
}
.sales-quote-dialog .sales-quote-prices .sales-quote-price {
  font-weight: 600;
  line-height: 22px;
}
.sales-quote-dialog .sales-quote-prices .sales-quote-total {
  font-weight: 600;
  margin-top: 10px;
  font-size: 18px;
}
.sales-quote-dialog .sales-quote-prices .sales-quote-total .price {
  font-weight: 600 !important;
}
.sales-quote-dialog .sales-quote-prices .price {
  font-weight: 400;
  width: 100px;
  display: inline-block;
}
.sales-quote-dialog .contract-badge {
  background-color: rgba(20, 114, 125, 0.15);
  border-radius: 3px 3px 3px 3px;
  width: 80px;
  height: 22px;
  letter-spacing: 0;
}
.sales-quote-dialog .contract-badge span {
  color: #14727d;
  font-size: 12px;
  padding-left: 11px;
  font-weight: 700;
  line-height: 22px;
  padding-top: 2px;
}
.sales-quote-dialog .sales-quote-contract-message {
  margin: 20px -15px -20px -15px;
  background-color: #F1F1F1;
  min-height: 50px;
  padding-left: 15px;
  padding-top: 15px;
  padding-right: 15px;
  position: relative;
  padding-bottom: 15px;
  font-size: 14px;
  width: 250px;
  float: right;
}
.sales-quote-dialog .sales-quote-contract-message .sales-quote-contract-message-inner {
  float: left;
  text-align: left;
}
.sales-quote-dialog .sales-quote-contract-message .sales-quote-contract-message-inner .contract-badge {
  background-color: rgba(20, 114, 125, 0.15);
  border-radius: 3px 3px 3px 3px;
  width: 80px;
  height: 22px;
  letter-spacing: 0;
  display: inline-block;
  margin-right: 5px;
}
.sales-quote-dialog .sales-quote-contract-message .sales-quote-contract-message-inner .contract-badge span {
  color: #14727d;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
  padding-top: 2px;
}
@media (max-width: 600px) {
  .sales-quote-dialog .sales-order-title {
    display: none;
  }
  .sales-quote-dialog .header-col-1 {
    display: inline-block;
    width: 100%;
  }
  .sales-quote-dialog .header-col-2 {
    display: inline-block;
    text-align: left;
    width: 100%;
    margin-top: 20px;
  }
}

