.sticky {
  position: relative !important;
}

body {
  overflow-x: hidden;
}

.dxp-content-layout-site-logo {
  background-position: 50%;
}

.slds-button--brand,
.slds-button_brand,
.toast-container h2,
.toast-container .slds-icon.slds-icon_small {
  color: var(--dxp-g-brand-contrast) !important;
}

/*
 [class*="lwc"].[class*="-host"] {
    background-color: #F5F5F5;
    padding: 0 !important;
}*/
.b2b_home header[class*=lwc-] {
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  padding: 0 1rem 1rem 1rem !important;
}
.b2b_home .layout-header-desktop {
  padding-top: 1rem;
}
.b2b_home .slds-icon-utility-user .slds-icon.slds-icon-text-default.slds-icon_xx-small {
  width: 19px;
  height: 20px;
  line-height: 1;
  margin-top: 0.1rem;
}
.b2b_home .wishlist-shortcut-wrapper a[class*=lwc-] svg[class*=lwc-] {
  transform: scale(0.75);
}
.b2b_home .header-cart a[class*=lwc-] svg[class*=lwc-] {
  transform: scale(0.9);
}
.b2b_home nav[class*=lwc-] button:hover[class*=lwc-], .b2b_home nav[class*=lwc-] a:hover[class*=lwc-] {
  background-color: transparent;
  color: var(--dxp-g-brand);
}
@media (min-width: 64.0625em) {
  .b2b_home header[class*=lwc-] {
    padding: 0 1rem 1rem 1rem !important;
  }
}

.globalNav {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  background-color: rgba(28, 28, 28, 0.9);
}
.globalNav .cb-outputRichText-container.ql-editor {
  width: var(--dxp-s-section-columns-max-width);
  max-width: 95%;
  margin: auto;
  line-height: 1.8rem;
}

.benefits .card .main-content-container {
  padding: 0;
  padding-left: 10px;
}
.benefits .card .slds-size_1-of-3 {
  width: 25%;
}
.benefits .card .slds-size_2-of-3 {
  width: 75%;
}

.feature.comm-section-container {
  padding: 0 !important;
}
.feature .columns-content {
  max-width: 100% !important;
}
.feature .main-content {
  border-radius: 12px !important;
}
.feature .main-content [class*=dxp-text] {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
@media (min-width: 47.9375em) and (max-width: 64em) {
  .feature .main-content {
    width: 90% !important;
  }
}
@media (max-width: 47.9375em) {
  .feature .main-content {
    width: 100% !important;
  }
  .feature .dxp-text-heading-xlarge {
    font-size: 24px !important;
  }
  .feature .component-wrapper-spacer {
    margin-bottom: 10px !important;
  }
}

.product-banners .main-content {
  border-radius: 10px !important;
  width: 300px !important;
}
.product-banners .main-content h3 {
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}
.product-banners .main-content-container {
  padding-bottom: 20px !important;
  padding-left: 20px !important;
}

.categories {
  background-color: #F5F5F5 !important;
}

.category .header-container .slds-p-around_small, .category .header-container .slds-p-around--small {
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
.category .header-container .slds-text-heading_large {
  padding-top: 20px !important;
}
.category .menu-container .menu {
  width: 100% !important;
}

.orders .slds-grid {
  flex-wrap: wrap;
}
.orders .filter-text, .orders .slds-form-element__label, .orders .slds-input {
  color: #666666;
}
.orders .filter-text, .orders .slds-form-element__label, .orders .slds-input, .orders .slds-button {
  font-size: 13px !important;
}
.orders .record-count {
  font-size: 14px;
  margin-bottom: 10px;
}
.orders [data-cell-id=orderInfo], .orders [data-cell-id=actions] {
  width: 100% !important;
}
.orders [data-cell-id=actions] {
  padding-top: 20px;
}
.orders [data-cell-id=actions] a {
  font-size: 13px;
}
.orders [data-cell-id=orderInfo] .slds-no-space {
  color: #999999;
  font-size: 12px;
  width: 100%;
}
.orders [data-cell-id=orderInfo] .slds-rich-text-editor__output {
  font-size: 13px;
  width: 100%;
}

[data-component-label="Quick Order"] {
  border-radius: 12px;
  box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.25);
  padding: 20px;
}

.product_results .callToActionArea {
  min-height: 6rem;
}
.product_results .cardContainerGrid .callToActionArea {
  align-items: end !important;
}
.product_results .grid-item.lwc-7r0fpe1q2mp {
  display: inline-block !important;
}
.product_results .quantityRuleArea {
  display: none !important;
}
.product_results .subscriptionArea {
  min-height: 1.2rem;
}
.product_results .productImage img {
  max-height: 285px !important;
  min-height: 285px;
  object-fit: cover;
}

.fieldsArea[class*=lwc] {
  display: grid;
  grid-area: fieldsArea;
  position: relative;
  top: -50px;
  background-color: rgba(39, 39, 39, 0.6);
}
.fieldsArea[class*=lwc] a {
  color: #ffffff !important;
}

.testimonials {
  background-color: #F5F5F5 !important;
}
.testimonials .main-content-container {
  padding: 20px 0 !important;
}
.testimonials .main-content-container .main-content {
  border-radius: 10px;
}

.tile-menu .comm-tile-menu__icon-section {
  position: relative;
  height: fit-content !important;
  padding-top: 20px !important;
}
.tile-menu .comm-tile-menu__item-link {
  width: 80% !important;
}
.tile-menu .comm-tile-menu__item-tile {
  height: 100px !important;
}

.commerce-footer .social-media-icons {
  display: flex;
  flex-direction: row;
  justify-content: right;
}

.footer ul {
  list-style: disc;
  padding-left: 20px;
}
.footer ul li.slds-p-vertical_small {
  padding-bottom: 4px;
  padding-top: 4px;
}

.product-overview .product-title h1 {
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}
.product-overview .product-pricing .main-price {
  font-size: 32px;
}
.product-overview .product-title .slds-p-top_x-small {
  padding-bottom: 10px;
  padding-top: 0 !important;
}
.product-overview .product-title .slds-rich-text-editor__output, .product-overview .product-overview .product-title .slds-p-top_x-small p {
  color: #666666 !important;
  font-size: 14px;
  line-height: 22px !important;
}
.product-overview .product-title .slds-rich-text-editor__output {
  position: relative;
  top: -2px;
}
.product-overview .product-pricing .promotional-message .slds-rich-text-editor__output {
  font-size: 14px;
  background-color: #efefef;
  border-radius: 10px !important;
  display: block;
  padding: 5px;
  padding-left: 10px;
}
.product-overview .product-pricing .lowest-unit-price .lowest-price-label, .product-overview .product-overview .product-pricing .lowest-unit-price .lowest-price {
  color: #999999;
  font-size: 14px !important;
}

/* Product Overview - Options */
.product-overview .product-options {
  margin: 1rem 0;
  border-bottom: 1px solid #D9D9D9 !important;
  border-top: 1px solid #D9D9D9 !important;
  display: block;
}
.product-overview .product-options .slds-select {
  border-color: #D5D9D9 !important;
  color: #666666;
  font-size: 14px;
}
.product-overview .product-options .slds-form-element__label {
  color: #666666;
  font-size: 14px;
  padding-top: 0;
}

/* Product Overview Actions */
.product-overview .product-actions {
  height: 60px;
}
.product-overview .product-actions label.slds-m-right_x-small {
  color: #666666;
  font-size: 14px;
}

/* Product Overview - Tier Discounts */
.product-overview .tier-discounts .pricing-tiers {
  width: 100%;
}
.product-overview .tier-discounts .pricing-tiers .adjustment-tiers-container {
  background-color: #efefef;
  border-radius: 8px;
  border-color: transparent;
  padding: 10px 20px;
}
.product-overview .tier-discounts .pricing-tiers .adjustment-tiers-container .tier-row-title {
  font-size: 14px;
  font-weight: 500;
  width: 50%;
}
.product-overview .tier-discounts .pricing-tiers .adjustment-tiers-container .tier {
  border-left: 0;
  font-size: 14px;
  width: 50%;
  text-align: right;
}

/* Product Recommendations */
.product-recommendations-container .product-recommendations section.slds-accordion__section, .product-recommendations-container .product-recommendations section.slds-accordion__section .slds-accordion__summary {
  padding: 0;
}
.product-recommendations-container .product-recommendations section.slds-accordion__section .slds-accordion__summary {
  margin: 0;
}
.product-recommendations-container .product-recommendations section .slds-button {
  font-size: 18px !important;
  font-weight: 700;
}
.product-recommendations-container .product-recommendations .slds-accordion__content {
  margin-top: 10px;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article {
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid #dfdfdf;
  padding: 20px;
  max-width: 320px;
  min-height: 440px;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article img {
  max-width: 220px;
  max-height: 220px;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article div a {
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article h1.slds-text-heading_medium {
  font-size: 16px;
  font-weight: 700;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article p.slds-text-body_small {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article .slds-form-element {
  margin-top: 1rem;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article .slds-form-element .slds-text-heading_small {
  font-size: 1rem;
  font-weight: 700;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article .slds-form-element .slds-form-element__addon {
  margin: 0;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article .slds-form-element .slds-text-title_caps {
  margin-right: 40px;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article .slds-form-element .slds-input {
  border-color: #dfdfdf;
  margin-right: 4px;
  width: 80px;
}
.product-recommendations-container .product-recommendations .slds-accordion__content .slds-col article .slds-form-element .slds-button_icon-border {
  border-color: #dfdfdf;
}

/* Product Detail - Tabs */
.product-details .slds-tabs_default .slds-tabs_default__nav {
  border-bottom-color: #dfdfdf;
}
.product-details .slds-tabs_default .slds-tabs_default__nav li.dxp-tab {
  min-width: 80px;
}
.product-details .slds-tabs_default .slds-tabs_default__nav li.dxp-tab:focus-visible {
  outline: none;
}

:focus-visible {
  outline: none;
}

.product-details .slds-tabs_default .dxp-tab-bar-active-tab-styles {
  background-color: #efefef;
  border-radius: 4px 4px 0 0;
}

.product-details .slds-tabs_default li p {
  font-size: 14px;
  text-align: center;
}

.product-details .slds-tabs_default .slds-tabs_default__content ul {
  display: flex;
}
.product-details .slds-tabs_default .slds-tabs_default__content ul li {
  max-width: 150px;
  max-height: 150px;
  height: 120px;
  width: 150px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  font-size: 14px;
  margin: 10px;
}
.product-details .slds-tabs_default .slds-tabs_default__content ul li .slds-icon {
  fill: #666666;
  margin-bottom: 6px;
}

/* Product Detail - product sets */
.product-set {
  margin-top: 20px;
}
.product-set .product-set__items .product-set-item__contents.slds-p-left_x-small {
  padding-left: 20px !important;
}
.product-set .product-set__items .product-set-item__image {
  border: 1px solid #dfdfdf;
  max-width: 60px !important;
  max-height: 60px !important;
}
.product-set .product-set__items .product-set-item__heading .slds-p-top_x-small {
  padding-top: 0 !important;
}
.product-set .product-set__items .product-set-item__heading .slds-p-top_x-small:first-child {
  font-size: 16px;
  font-weight: 700;
}
.product-set .product-set__items .product-set-item__heading .slds-p-top_x-small:nth-child(2) {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
}
.product-set .product-set__items .product-set-item__actions {
  justify-content: space-between;
}
.product-set .product-set__items .product-set-item__actions label {
  color: #777777;
  font-size: 14px;
}
.product-set .product-set__items .product-set-item__actions .slds-grid_vertical-reverse {
  flex-direction: row !important;
}
.product-set .product-set__items .product-set-item__actions .price-label {
  font-size: 18px;
}
.product-set .product-set__items .product-set-item__actions .original-price {
  color: #666666;
}
.product-set .product-set__items .product-set-item__actions .negotiated-price {
  color: var(--dxp-g-brand);
}

/* Frequently bought together*/
.frequently-bought-together-container .frequently-bought-together {
  width: fit-content;
}
.frequently-bought-together-container .frequently-bought-together .frequently-bought-together-item {
  border: 1px solid #dfdfdf;
  border-radius: 12px;
  padding: 10px;
  max-width: 250px;
}
.frequently-bought-together-container .frequently-bought-together .frequently-bought-together-item .frequently-bought-together-item__image {
  max-height: 220px;
  max-width: 220px;
}

/* Responsive Desktop */
@media only screen and (min-width: 64px) {
  .product-overview .product-title,
  .product-overview .product-pricing,
  .product-overview .tier-discounts {
    display: block;
    width: 60% !important;
  }
  .product-overview .product-options {
    width: 60%;
  }
}
/* Responsive Mobile */
@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none !important;
  }
  .product-set {
    margin-top: 0;
  }
  .product-set div.slds-p-right_large {
    padding-left: 0;
    padding-right: 0;
  }
  .product-set .product-set__items [class*=-host] {
    flex-direction: column !important;
  }
  .product-set .product-set__items .product-set-item__actions {
    flex-direction: column !important;
  }
  .product-set .product-set__items .product-set-item__image {
    max-width: 80px !important;
    max-height: 80px !important;
    margin-left: 20px;
    margin-bottom: 10px;
  }
  .product-set h1 {
    text-align: center !important;
  }
  .product-overview .columns-content [class*=lwc] {
    display: flex;
    flex-direction: column !important;
  }
  .product-overview .product-title.component-wrapper-spacer,
  .product-overview .component-wrapper-spacer {
    margin-bottom: 0 !important;
  }
  .product-overview .product-title.component-wrapper-spacer .slds-p-top_x-small,
  .product-overview .component-wrapper-spacer .slds-p-top_x-small {
    justify-content: center;
  }
  .product-overview .product-title,
  .product-overview .product-pricing,
  .product-overview .tier-discounts {
    text-align: center;
    width: 100% !important;
  }
  .product-overview .product-actions .quantity-list-action {
    flex-direction: row !important;
    justify-content: center !important;
  }
  .product-overview .product-actions .quantity-list-action > commerce-action-button {
    flex-grow: 0 !important;
  }
  .product-overview .product-actions .quantity-list-action div.container {
    flex-direction: row;
  }
  .product-overview .product-actions .quantity-list-action .number-input__input {
    width: 60px;
  }
  .product-overview .product-actions .quantity-list-action .slds-button {
    line-height: 16px;
  }
  .product-recommendations .slds-accordion__content .slds-col article {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .commerce-footer .footer {
    text-align: center;
  }
  .commerce-footer .social-media-icons {
    justify-content: center;
  }
}


/* Responsive Tablet */
@media only screen and (min-width: 768px) and (max-width: 64em) {
  .content .content-container {
    padding: 0 20px !important;
  }
  .content .content-container .breadcrumb {
    padding: 0 !important;
  }
  .product-overview .product-title,
  .product-overview .product-pricing {
    display: flex;
    justify-content: center;
    width: 100% !important;
  }
  .product-overview .tier-discounts,
  .product-overview .product-options {
    display: block;
    text-align: left;
    width: 100% !important;
  }
  .product-overview h1 {
    text-align: center !important;
  }
  .product-overview .product-title.component-wrapper-spacer,
  .product-overview .component-wrapper-spacer {
    margin-bottom: 0 !important;
  }
  .product-overview .product-title.component-wrapper-spacer .slds-p-top_x-small,
  .product-overview .component-wrapper-spacer .slds-p-top_x-small {
    justify-content: center;
  }
  .product-overview .product-actions .quantity-list-action {
    flex-direction: row !important;
    justify-content: center !important;
  }
  .product-overview .product-actions .quantity-list-action div.container {
    flex-direction: row;
  }
  .product-overview .product-actions .quantity-list-action .number-input__input {
    width: 60px;
  }
  .product-overview .product-actions .quantity-list-action .slds-button {
    line-height: 16px;
  }
  .product-overview .product-actions .quantity-list-action > commerce-action-button {
    flex-grow: 0 !important;
  }
  .commerce-footer .footer {
    text-align: center !important;
  }
  .commerce-footer .footer .column-content .cb-outputRichText-container.ql-editor {
    margin: 20px 0;
  }
  .commerce-footer .social-media-icons {
    justify-content: center !important;
  }
}