:root {
}

.ecom-border-right {
  border-right: 1px solid #d9d7d5 !important;
}

.ecom-cart-checkout-button .slds-button {
  background: rgb(0, 75, 133);
  padding: 4px 16px;
  font-size: 13px;
}

.ecom-header {
  background: white !important;
  box-shadow: 0px 5px 15px -12px rgba(0, 0, 0, 0.5);
}

.ecom-header .input-icon-container {
  display: none !important;
}

.ecom-hero-banner-buttons .slds-button_brand {
  background-color: #d92a1c;
  border-radius: 20px;
  font-weight: bold;
  white-space: nowrap;
  font-size: 1em;
  padding: 5px;
}

.ecom-learn-more-card {
  border: 1px solid black !important;
}

.ecom-cart-summary {
  background: rgb(241, 241, 241);
}

.ecom-my-password .slds-form_inline {
  padding-left: 1rem !important;
}

.ecom-my-profile-menu {
  --com-c-my-account-user-profile-icon-display: flex;
  padding-left: 1rem;
  width: 100%;
  justify-content: flex-end;
}

.ecom-my-profile-menu .slds-text-title_bold {
  font-size: 10px !important;
}

.ecom-my-profile-menu .slds-grid {
  flex-direction: row-reverse;
}

.ecom-my-profile-menu a.menu-item_hover {
  background-color: rgba(0, 75, 133, 0.05) !important;
}

.ecom-my-profile-menu .user-profile-menu-list li {
  max-width: 100% !important;
}

.ecom-my-profile-menu .company-name-max-width {
  max-width: 100% !important;
}

.ecom-my-profile-menu .menu-trigger {
  max-width: inherit !important;
}

.ecom-navbar {
  font-size: 13px !important;
}

.ecom-order-summary {
  background-color: white !important;
  z-index: 1;
}

.ecom-profile-info .slds-card__header {
  padding-top: 0 !important;
}

.close-btn .slds-button_icon {
  padding: 0 !important;
}

.menu-trigger .company-name-max-width {
  max-width: 100% !important;
}

.slds-modal__close {
  background-color: rgba(240, 240, 240, 0.75) !important;
  border-radius: 5px;
}

.order-confirmation-billing .container > div {
  max-width: none;
}

.order-summary-container {
  display: flex;
  padding: 1rem 1.5rem;
}

.order-summary-container .item-image {
  --dxp-g-spacing-medium: 0;
}

.order-summary-container .description-name-label {
  --dxp-c-strong-text-weight: normal;
}

.order-summary-container .no-image-no-delete {
  grid-template-columns: 3fr 2fr 1fr !important;
}

.order-summary-container .no-image-no-delete .item-unit-price {
  justify-self: start;
}

.order-summary-edit-cart a:hover {
  text-decoration: underline;
}

.ecom-minimum-order {
  border: 1px solid #f04033 !important;
}

.ecom-text-grey {
  color: rgb(54, 54, 54);
}

.ecom-border-radius-8 {
  border-radius: 8px;
}

.ecom-gap-small {
  gap: 0.5rem;
}
