.ast-header-button-1 {
  gap: 11px;
}

.nqe-header-quote-list {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 42px;
  padding: 9px 14px;
  border: 1px solid #1e9bd6;
  border-radius: 5px;
  color: #0b1f3a;
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.nqe-header-quote-list:hover,
.nqe-header-quote-list:focus {
  border-color: #0e7cb0;
  background: #edf8fc;
  color: #0e7cb0;
}

.nqe-header-quote-count {
  display: inline-grid;
  place-items: center;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 999px;
  background: #0b1f3a;
  color: #fff;
  font-size: 11px;
}

.nachee-catalog-products .ast-on-card-button,
.nachee-live-products .ast-on-card-button {
  display: none !important;
}

.nachee-catalog-products .nqe-product-actions,
.nachee-live-products .nqe-product-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 9px;
  align-items: stretch;
  margin-top: 17px;
}

.nachee-catalog-products .nqe-product-actions .nqe-view-details,
.nachee-catalog-products .nqe-product-actions .add-request-quote-button,
.nachee-catalog-products .nqe-product-actions .yith_ywraq_add_item_browse_message a,
.nachee-live-products .nqe-product-actions .nqe-view-details,
.nachee-live-products .nqe-product-actions .add-request-quote-button,
.nachee-live-products .nqe-product-actions .yith_ywraq_add_item_browse_message a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 42px;
  margin: 0 !important;
  padding: 10px 11px !important;
  border: 1px solid #0b1f3a !important;
  border-radius: 3px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center;
}

.nachee-catalog-products .nqe-product-actions .nqe-view-details,
.nachee-live-products .nqe-product-actions .nqe-view-details {
  background: #fff !important;
  color: #0b1f3a !important;
}

.nachee-catalog-products .nqe-product-actions .add-request-quote-button,
.nachee-catalog-products .nqe-product-actions .yith_ywraq_add_item_browse_message a,
.nachee-live-products .nqe-product-actions .add-request-quote-button,
.nachee-live-products .nqe-product-actions .yith_ywraq_add_item_browse_message a {
  background: #0b1f3a !important;
  color: #fff !important;
}

.nachee-catalog-products .nqe-product-actions .nqe-view-details:hover,
.nachee-catalog-products .nqe-product-actions .nqe-view-details:focus,
.nachee-live-products .nqe-product-actions .nqe-view-details:hover,
.nachee-live-products .nqe-product-actions .nqe-view-details:focus {
  border-color: #1e9bd6 !important;
  color: #0e7cb0 !important;
}

.nachee-catalog-products .nqe-product-actions .add-request-quote-button:hover,
.nachee-catalog-products .nqe-product-actions .add-request-quote-button:focus,
.nachee-catalog-products .nqe-product-actions .yith_ywraq_add_item_browse_message a:hover,
.nachee-catalog-products .nqe-product-actions .yith_ywraq_add_item_browse_message a:focus,
.nachee-live-products .nqe-product-actions .add-request-quote-button:hover,
.nachee-live-products .nqe-product-actions .add-request-quote-button:focus,
.nachee-live-products .nqe-product-actions .yith_ywraq_add_item_browse_message a:hover,
.nachee-live-products .nqe-product-actions .yith_ywraq_add_item_browse_message a:focus {
  border-color: #0e7cb0 !important;
  background: #0e7cb0 !important;
}

.nachee-catalog-products .nqe-product-actions .yith-ywraq-add-to-quote,
.nachee-catalog-products .nqe-product-actions .yith-ywraq-add-button,
.nachee-catalog-products .nqe-product-actions .yith_ywraq_add_item_browse_message,
.nachee-live-products .nqe-product-actions .yith-ywraq-add-to-quote,
.nachee-live-products .nqe-product-actions .yith-ywraq-add-button,
.nachee-live-products .nqe-product-actions .yith_ywraq_add_item_browse_message {
  width: 100%;
  margin: 0;
}

.nachee-catalog-products .nqe-product-actions .yith_ywraq_add_item_response_message,
.nachee-catalog-products .nqe-product-actions > .clear,
.nachee-catalog-products .nqe-product-actions .ajax-loading,
.nachee-live-products .nqe-product-actions .yith_ywraq_add_item_response_message,
.nachee-live-products .nqe-product-actions > .clear,
.nachee-live-products .nqe-product-actions .ajax-loading {
  display: none !important;
}

@media (max-width: 1100px) and (min-width: 922px) {
  .nqe-header-quote-list {
    padding-inline: 10px;
  }

  .nqe-header-quote-list > span:first-child {
    display: none;
  }
}

@media (max-width: 544px) {
  .ast-header-button-1 {
    gap: 7px;
  }

  .nqe-header-quote-list {
    min-height: 38px;
    padding: 7px 9px;
  }

  .nqe-header-quote-list > span:first-child {
    display: none;
  }
}
