@charset "UTF-8";

/*BP temp style - /current-promotions */
		.col30BP {width: 34%; display: inline-block; padding: 10px; vertical-align: top;}
	@media (max-width: 991px) {
		.col30BP {width: 100%;} }
	.col70BP {width: 65%; display: inline-block; padding: 10px; vertical-align: middle;}
		@media (max-width: 991px) {
		.col70BP {width: 100%;} }
		.rowBP {width: 100%;padding-bottom: 10px; text-align: center;}
		.row60BP {width: 60%; margin: auto; text-align: center;}
		@media (max-width: 991px) {
		.row60BP {width: 100%;} }

/*BP temp style - Blog pages */
.on-ps-blog__header {
    color: #004B93;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 1.25rem;
  margin-bottom: 0.8125rem; }
  
.ex-blog h1 {
    color: #004B93;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 1.25rem;
  margin-bottom: 0.8125rem;
  font-size: 1.5rem;}
  
.ex-blog h2 {
    color: #004B93;
    font-family: "Poppins";
    font-weight: bold;
    font-size: 1.25rem;
  margin-bottom: 0.8125rem; }

.ex-blog h2:after {
    content: " >> ";
  color: #FDC300; }

.ex-blog h1:after {
    content: " >> ";
  color: #FDC300; }

p.on-ps-blog__highlight {
  color: #004B93;
  font-weight: bold; }

.on-ps-blog__image--left {
     float: left;
    margin: 20px;
    width: 40%; }

.on-ps-blog__image--right {
     float: right;
    margin: 20px;
    width: 40%; }


.on-ps-blog__button {
  display: inline-block;
    font-size: .9rem;
  background: #004b93;
    color: #ffffff;
  font-family: 'Open Sans', sans-serif;
    font-weight: normal;
  border-radius: .25em;
  border: none;
    cursor: pointer;
    font-weight: 400;
    margin: 15px;
    outline: 0;
    padding: 10px 40px;
    text-align: center;
    vertical-align: middle;
  white-space: nowrap; }

@media (max-width: 991px) {.on-ps-blog__image--left {
  float: none;
  width: 100%; } }

@media (max-width: 991px) {.on-ps-blog__image--right {
  float: none;
  width: 100%; } }


.blogpostdetails_container {display: none;}

/*Hide Eco Friendly Banner Broken Links - this should be removed once banners removed from descriptions */
img.category-banner.sidebar-feature {display: none;}

.on-ps-button, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
}

.on-ps-button, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart {
  display: inline-block;
  background: rgb(227.7, 175.5, 0);
  color: white;
  font-weight: 600;
}
.on-ps-button:hover, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart:hover {
  background-color: rgb(204.93, 157.95, 0);
}
.on-ps-button, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart, .on-ps-button:hover, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart:hover {
  font-weight: bold;
  color: white;
}
.on-ps-button--small, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart {
  padding: 0.5rem 0.6125rem;
}
.on-ps-button--blue, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart {
  background: #004B93;
}
.on-ps-button--blue:hover, .on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart:hover {
  background-color: rgb(0, 48.9795918367, 96);
}

.on-ps-captioned-image {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.on-ps-captioned-image--blue .on-ps-captioned-image__content {
  background: rgb(0, 48.9795918367, 96);
  color: white;
}
.on-ps-captioned-image--blue .on-ps-captioned-image__header {
  color: white;
}
.on-ps-captioned-image--blue .on-ps-captioned-image__caption {
  background: #f0f0f0;
}
.on-ps-captioned-image--green .on-ps-captioned-image__content {
  background: rgb(0, 96, 48.9795918367);
  color: white;
}
.on-ps-captioned-image--green .on-ps-captioned-image__header {
  color: white;
}
.on-ps-captioned-image--green .on-ps-captioned-image__caption {
  background: #f0f0f0;
}
.on-ps-captioned-image__image-wrapper {
  width: 100%;
  max-height: 18rem;
  overflow: hidden;
}
.on-ps-captioned-image__image {
  width: 100%;
  height: auto;
}
.on-ps-captioned-image__content {
  flex-grow: 1;
  align-items: start;
  background: #f0f0f0;
  padding: 0.75rem 0.8125rem;
  display: grid;
  grid-template-areas: "title " "subtitle" "caption";
  grid-template-columns: 1fr;
  grid-template-rows: repeat(2, max-content) 1fr;
}
.on-ps-captioned-image__header {
  grid-area: title;
  font-weight: bold;
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0.25rem;
  margin-bottom: 0.25rem;
}
.on-ps-captioned-image__header:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-captioned-image__subtitle {
  grid-area: subtitle;
  font-size: 1rem;
  margin-bottom: 0.8125rem;
}
.on-ps-captioned-image__caption {
  grid-area: caption;
  font-size: 0.875rem;
  padding: 0.75rem 0.8125rem;
  color: black;
  line-height: 1.5;
  align-self: stretch;
  background: white;
}
.on-ps-captioned-image__caption--hidden {
  display: none;
}

.on-ps-content-page__columns {
  display: flex;
}
.on-ps-content-page__column {
  flex: 1 1 0px;
}
.on-ps-content-page__column--aside {
  flex: 0 0 25%;
  margin-inline: 1rem;
}

.on-ps-content-page-header {
  background: #f0f0f0;
  border-bottom: 5px solid #3b73a9;
  margin-bottom: 1rem;
}
.on-ps-content-page-header--has-subtitle .on-ps-content-page-header__content-wrapper {
  grid-template-areas: "image heading" "image subtitle";
}
.on-ps-content-page-header--has-subtitle .on-ps-content-page-header__text {
  align-self: flex-end;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #d1d1d1;
}
.on-ps-content-page-header--has-subtitle .on-ps-content-page-header__subtitle {
  align-self: flex-start;
  grid-area: subtitle;
  display: block;
  font-size: 1.125rem;
  color: #004B93;
  font-weight: 500;
  margin-left: 0.25rem;
}
.on-ps-content-page-header__content-wrapper {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  height: 10rem;
  display: grid;
  grid-template-areas: "image heading";
  grid-template-columns: 25rem 1fr;
  column-gap: 1rem;
  align-items: center;
}
.on-ps-content-page-header__image-wrapper {
  grid-area: image;
  overflow: hidden;
  width: 25rem;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position-y: 50%;
}
.on-ps-content-page-header__image-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 2.5rem;
  background: linear-gradient(to top left, #f0f0f0 50%, transparent 51%);
}
.on-ps-content-page-header__text {
  grid-area: heading;
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 2rem;
}
.on-ps-content-page-header__text:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-content-page-header__subtitle {
  display: none;
}

@media screen and (max-width: 992px) {
  .on-ps-content-page-header__content-wrapper {
    grid-template-columns: 25% 1fr;
    height: 6rem;
  }
  .on-ps-content-page-header__image-wrapper {
    width: auto;
  }
  .on-ps-content-page-header__text {
    font-size: 1rem;
    margin-left: -1rem;
  }
  .on-ps-content-page-header--has-subtitle .on-ps-content-page-header__text {
    margin-bottom: 0.125rem;
  }
  .on-ps-content-page-header--has-subtitle .on-ps-content-page-header__subtitle {
    font-size: 0.8175rem;
    margin-left: -1rem;
  }
}
.on-ps-generic-content--legacy .column-5, .rewardspage .column-5 {
  width: 19%;
}
.on-ps-generic-content--legacy .infobox2025, .rewardspage .infobox2025 {
  background: #ffffff !important;
  padding: 30px 30px 30px 30px;
  border-top: 0.5px solid #E0E0E0;
  border-bottom: 0.5px solid #E0E0E0;
  border-left: 0.5px solid #E0E0E0;
  border-right: 0.5px solid #E0E0E0;
  border-radius: 10px;
  box-shadow: none;
}

.on-ps-generic-content {
  max-width: 60rem;
}
.on-ps-generic-content h2 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.on-ps-generic-content h2:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-generic-content--centered {
  margin-inline: auto;
}
.on-ps-generic-content--wide {
  max-width: unset;
}
@media screen and (max-width: 992px) {
  .on-ps-generic-content--legacy .column-5 {
    width: 49%;
  }
}
.on-ps-content-page-navigation {
  background: #f0f0f0;
  margin-right: 5px;
}
.on-ps-content-page-navigation h4 {
  color: black;
  text-transform: capitalize !important;
  background-color: #004B93;
  color: #ffffff;
  padding: 0.75rem;
  font-size: 1.25rem;
  border-radius: 0;
  text-align: left;
}
.on-ps-content-page-navigation ul li {
  margin-bottom: 0.75rem;
}
.on-ps-content-page-navigation ul li a {
  padding-left: 0.25rem;
  border-left: 5px solid transparent;
  color: #004B93;
  font-size: 0.875rem;
  font-weight: 500;
}
.on-ps-content-page-navigation ul li a:hover {
  border-color: #FDC300;
}
.on-ps-content-page-navigation ul li.on-ps-content-page-navigation__header-link a {
  font-weight: bold;
}

.on-ps-promo-banner:hover {
  outline: 2px solid #FDC300;
}
.on-ps-promo-banner--outline .on-ps-promo-banner__content {
  background: white;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.on-ps-promo-banner--outline .on-ps-promo-banner__image-wrapper:before {
  background-image: linear-gradient(105deg, white 50%, transparent 50%);
}
.on-ps-promo-banner--yellow .on-ps-promo-banner__content {
  background: rgb(227.7, 175.5, 0);
  border-left: 5px solid #004B93;
}
.on-ps-promo-banner--yellow .on-ps-promo-banner__title {
  color: #004B93;
}
.on-ps-promo-banner--yellow .on-ps-promo-banner__title::after {
  color: white;
}
.on-ps-promo-banner--yellow .on-ps-promo-banner__subtitle {
  color: white;
}
.on-ps-promo-banner--yellow .on-ps-promo-banner__cta {
  color: rgb(0, 48.9795918367, 96);
}
.on-ps-promo-banner--yellow .on-ps-promo-banner__image-wrapper:before {
  background-image: linear-gradient(110deg, rgb(227.7, 175.5, 0) 50%, transparent 50%);
}
.on-ps-promo-banner--blue .on-ps-promo-banner__title {
  color: #FDC300;
}
.on-ps-promo-banner--blue .on-ps-promo-banner__content, .on-ps-promo-banner--blue .on-ps-promo-banner__subtitle {
  color: white;
}
.on-ps-promo-banner--blue .on-ps-promo-banner__content {
  background: #004B93;
}
.on-ps-promo-banner--blue .on-ps-promo-banner__image-wrapper:before {
  background-image: linear-gradient(105deg, #004B93 50%, transparent 50%);
}
.on-ps-promo-banner--green .on-ps-promo-banner__title {
  color: #FDC300;
}
.on-ps-promo-banner--green .on-ps-promo-banner__content, .on-ps-promo-banner--green .on-ps-promo-banner__subtitle {
  color: white;
}
.on-ps-promo-banner--green .on-ps-promo-banner__content {
  background: rgb(0, 96, 48.9795918367);
}
.on-ps-promo-banner--green .on-ps-promo-banner__image-wrapper:before {
  background-image: linear-gradient(105deg, rgb(0, 96, 48.9795918367) 50%, transparent 50%);
}
.on-ps-promo-banner--grey-accent .on-ps-promo-banner__content {
  border-color: #d1d1d1;
}
.on-ps-promo-banner--no-image .on-ps-promo-banner__subtitle {
  margin-block: 0.5rem;
}
.on-ps-promo-banner__content {
  height: 100%;
  display: grid;
  grid-template-areas: "title title image " "subtitle subtitle image" "cta price-message image";
  grid-template-columns: max-content 4.5fr 5fr;
  align-items: center;
  justify-content: stretch;
  row-gap: 0.125rem;
  column-gap: 0.5rem;
  padding-left: 0.75rem;
  background: #f0f0f0;
  width: 100%;
  border-left: 5px solid #FDC300;
}
.on-ps-promo-banner__image-wrapper {
  position: relative;
  justify-content: left;
  grid-area: image;
  width: 100%;
  max-height: 9rem;
  overflow: hidden;
}
.on-ps-promo-banner__image-wrapper:before {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  background-image: linear-gradient(105deg, #f0f0f0 50%, transparent 50%);
}
.on-ps-promo-banner__image {
  height: auto;
  width: 100%;
}
.on-ps-promo-banner__subtitle {
  grid-area: subtitle;
  color: black;
  font-size: 1rem;
  font-weight: 500;
}
.on-ps-promo-banner__price-message {
  grid-area: price-message;
  color: red;
  text-transform: lowercase;
  font-size: 0.875rem;
  font-weight: 600;
}
.on-ps-promo-banner__title {
  margin-top: 0.5rem;
  grid-area: title;
  align-self: end;
  margin-right: -2.25rem;
  z-index: 6;
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  text-align: left;
  font-size: 1.25rem;
}
.on-ps-promo-banner__title:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-promo-banner__cta {
  grid-area: cta;
  justify-self: start;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
  font-weight: bold;
}
.on-ps-promo-banner::hover {
  background: #e4e4e4;
  border: 5px solid #FDC300;
}
.on-ps-promo-banner--narrow .on-ps-promo-banner__title {
  font-size: 1rem;
}
.on-ps-promo-banner--narrow .on-ps-promo-banner__subtitle {
  font-size: 0.875rem;
  margin-right: -0.5rem;
}
.on-ps-promo-banner--narrow .on-ps-promo-banner__content {
  grid-template-columns: auto 1fr 7.5rem;
}
.on-ps-promo-banner--narrow .on-ps-promo-banner__image-wrapper {
  width: 7.5rem;
  max-height: 6.25rem;
}
.on-ps-promo-banner--narrow .on-ps-promo-banner__image-wrapper::before {
  width: 2.5rem;
}
.on-ps-promo-banner--title-above-image .on-ps-promo-banner__content {
  grid-template-areas: "title title" "subtitle image" "cta image";
  grid-template-columns: 1fr 9.5rem;
}
.on-ps-promo-banner--title-above-image .on-ps-promo-banner__image-wrapper {
  width: 9.5rem;
}

.on-ps-info-box {
  margin-block: 0.8125rem;
  border-bottom: 1px solid #d1d1d1;
}
.on-ps-info-box__header {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.8125rem;
}
.on-ps-info-box__header:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-info-box__header--large {
  font-size: 1.5rem;
}
.on-ps-info-box__header--extra-large {
  font-size: 1.75rem;
  margin-top: 1rem;
}
.on-ps-info-box--grey {
  background-color: #f0f0f0;
}
.on-ps-info-box--no-rule {
  border-bottom: none;
}
.on-ps-info-box--padded {
  padding: 0.75rem 0.8125rem;
}

.on-ps-internal-testing-banner {
  background-color: #f0f0f0;
  padding: 0.75rem 1.625rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #d1d1d1;
  text-align: center;
}
.on-ps-internal-testing-banner__content {
  color: #004B93;
  font-weight: bold;
}

.on-ps-contact-form--add-css-header::before {
  content: "Send us a message";
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 0.8125rem;
  display: block;
}
.on-ps-contact-form--add-css-header::before:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-contact-form .form-group {
  display: flex;
  align-items: center;
}
.on-ps-contact-form .form-group label {
  width: 9rem;
}
.on-ps-contact-form .form-group label {
  font-weight: bold;
  font-size: 0.875rem;
}

.on-ps-promo-collection {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.on-ps-promo-collection--space-around {
  justify-content: space-around;
}
.on-ps-promo-collection:not(.on-ps-promo-collection--vertical) {
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}
.on-ps-promo-collection:not(.on-ps-promo-collection--vertical) .on-ps-promo-collection__promo {
  flex: 1 1 0px;
  min-width: 49%;
  height: auto;
}
.on-ps-promo-collection--vertical {
  height: 100%;
  flex-direction: column;
}
.on-ps-promo-collection--vertical .on-ps-promo-collection__promo {
  margin-block: 0.203125rem;
}

.on-ps-content-card {
  display: flex;
  flex-wrap: wrap;
  padding-block: 1.5rem;
}
.on-ps-content-card--body-content .on-ps-content-card__header {
  font-size: 1.375rem;
}
.on-ps-content-card--body-content .on-ps-content-card__intro {
  font-size: 0.9375rem;
}
.on-ps-content-card--reverse {
  flex-direction: row-reverse;
}
.on-ps-content-card--outline-divider .on-ps-content-card__panel:not(:last-of-type) {
  border-right: 1px solid #d1d1d1;
}
.on-ps-content-card--panels-3 .on-ps-content-card__panel {
  flex-basis: 33%;
}
.on-ps-content-card--panels-4 .on-ps-content-card__panel {
  flex-basis: 25%;
}
.on-ps-content-card--panels-5 .on-ps-content-card__panel {
  flex-basis: 20%;
}
.on-ps-content-card__panel {
  flex: 1 1 50%;
  padding-inline: 1rem;
}
.on-ps-content-card__panel--contrast {
  border-left: 1px solid #d1d1d1;
}
.on-ps-content-card__panel--header {
  padding-inline: 2rem;
}
.on-ps-content-card__header {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
}
.on-ps-content-card__header:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-content-card__intro {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
.on-ps-content-card__feature-image {
  display: block;
  width: auto;
  height: 100%;
  max-height: 24rem;
  margin-left: auto;
  margin-right: auto;
}
.on-ps-content-card--reverse {
  flex-direction: row-reverse;
}
.on-ps-content-card--inverted-colour {
  color: white;
}
.on-ps-content-card--inverted-colour .on-ps-content-card__header {
  color: #FDC300;
}
.on-ps-content-card--inverted-colour .on-ps-content-card__header:after {
  color: white;
}

@media screen and (max-width: 992px) {
  .on-ps-content-card {
    flex-wrap: wrap;
  }
  .on-ps-content-card .on-ps-content-card__panel {
    flex-basis: 100%;
    padding: 0;
  }
  .on-ps-content-card .on-ps-content-card__panel:nth-of-type(n + 2) {
    margin-top: 1.625rem;
  }
  .on-ps-content-card--panels-4 .on-ps-content-card__panel {
    flex-basis: 50%;
  }
  .on-ps-content-card--panels-4 .on-ps-content-card__panel:nth-of-type(2) {
    border-right: none;
  }
  .on-ps-content-card--reverse {
    flex-direction: row;
  }
}
.on-ps-content-row > div {
  max-width: 1450px;
  margin-inline: auto;
}
.on-ps-content-row--grey {
  background-color: #f0f0f0;
}
.on-ps-content-row--blue {
  background-color: #004B93;
}
.on-ps-content-row--green {
  background-color: rgb(0, 96, 48.9795918367);
}

.on-ps-timeline {
  display: flex;
  flex-direction: column;
  position: relative;
}
.on-ps-timeline::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  background: rgb(0, 48.9795918367, 96);
  z-index: 0;
}
.on-ps-timeline__entry {
  padding-block: 2rem;
  text-align: right;
  margin-right: 50%;
  padding-right: 2rem;
  position: relative;
  border-bottom: 1px solid #d1d1d1;
}
.on-ps-timeline__entry::after {
  position: absolute;
  content: "";
  background-color: #FDC300;
  z-index: 2;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  right: -0.75rem;
  top: calc(50% - 0.75rem);
}
.on-ps-timeline__entry:nth-child(even) {
  text-align: left;
  margin-right: 0;
  margin-left: 50%;
  padding-left: 2rem;
}
.on-ps-timeline__entry:nth-child(even)::after {
  left: -0.75rem;
  right: auto;
}
.on-ps-timeline__entry-date {
  color: rgb(0, 48.9795918367, 96);
  font-family: "Poppins";
  font-weight: bold;
  font-size: 2.5rem;
}
.on-ps-timeline__entry-description {
  font-size: 0.875rem;
}

.on-ps-contact-box {
  display: flex;
  justify-content: space-between;
  margin: 0.8125rem 0;
  font-size: 1.25rem;
}
.on-ps-contact-box__contact-method {
  flex: 1 1 0px;
  border: 1px solid #004B93;
  display: flex;
  align-items: center;
}
.on-ps-contact-box__contact-method:not(.on-ps-contact-box__contact-method:last-of-type) {
  margin-right: 1rem;
}
.on-ps-contact-box__contact-method-header {
  background: #004B93;
  padding: 0.75rem 0.8125rem;
  font-weight: bold;
  color: white;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.25rem;
}
.on-ps-contact-box__contact-method-header:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-contact-box__contact-method-value {
  padding: 0.75rem 0.8125rem;
  font-weight: 600;
}

/* The main header */
header .header-full {
  background: white;
  /* Selector for the logo in the header on the Office Needs site */
  /* The main header */
}
header .header-full .on-ps-header-top-menu {
  background: #f0f0f0;
  width: 100% !important;
}
header .header-full .on-ps-header-top-menu .row {
  width: calc(100% - 20px);
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  padding: 0.125rem 0;
}
header .header-full .on-ps-header-top-menu .row:before, header .header-full .on-ps-header-top-menu .row:after {
  content: none;
}
header .header-full .on-ps-header-top-menu .on-ps-top-menu-container li {
  display: inline-block;
  margin: 0;
}
header .header-full .on-ps-header-top-menu .on-ps-top-menu-container li:not(.on-ps-header-top-menu .on-ps-top-menu-container li:last-of-type):after {
  content: "";
  border-right: 2px solid #d1d1d1;
  margin-left: 1rem;
  margin-right: 1rem;
  box-sizing: border-box;
}
header .header-full .on-ps-header-top-menu .on-ps-top-menu-container li, header .header-full .on-ps-header-top-menu .on-ps-top-menu-container a {
  color: #004B93;
  font-size: 0.75rem;
  font-weight: 500;
}
header .header-full .on-ps-header-top-menu .on-ps-top-menu-container a:hover {
  font-weight: bold;
}
header .header-full .on-ps-header-top-menu .on-ps-top-menu-container ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
header .header-full .on-ps-header-top-menu .menulinks_container {
  flex-grow: 1;
}
header .header-full .on-ps-header-top-menu .toolbar.on-ps-vat-toggle {
  margin: 0;
}
header .header-full .on-ps-header-top-menu__phone-element:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f095";
  margin-inline: 0.25rem;
}
header .header-full .on-ps-main-master-header-row .row {
  display: flex;
  width: 100%;
  margin: 0.25rem 0;
}
header .header-full .on-ps-main-master-header-row .row .logo_container {
  flex: 0 0 240px;
}
header .header-full .on-ps-main-master-header-row .row .search_container {
  flex: 1 0 20rem;
}
header .header-full .on-ps-main-master-header-row .row .shoppingtools_container,
header .header-full .on-ps-main-master-header-row .row .minicart_container {
  flex: 0 1 auto;
  width: auto;
}
header .header-full .on-ps-main-master-header-row .row .on-ps-shopping-tools .account-btn {
  margin-left: 0;
  margin-right: 1rem;
}
header .header-full .on-ps-main-master-header-row .row .on-ps-shopping-tools .shopping-tools-wrapper a.btn-outlined-invert {
  margin-left: 1rem;
}
header .header-full .on-ps-main-master-header-row .row .on-ps-shopping-tools .shopping-tools-wrapper a.btn-outlined-invert > span {
  margin-left: 0.25rem;
}
header .header-full .on-ps-main-master-header-row .row .on-ps-shopping-tools .account-btn.logged-out span.welcome-message.line1 {
  font-size: 0;
}
header .header-full .on-ps-main-master-header-row .row .on-ps-shopping-tools .account-btn.logged-out span.welcome-message.line1::after {
  font-size: 0.875rem;
  content: "Sign in";
}
header .header-full .on-ps-main-master-header-row .row .minicart_container .cart-btn > .btn.headermini {
  background-color: #004B93;
}
header .header-full .on-ps-main-master-header-row .row .minicart_container .cart-btn > .btn.headermini > i {
  color: white;
}
header .header-full .on-ps-main-master-header-row .row .minicart_container .cart-btn > .btn.headermini .minicart_count {
  background: rgb(227.7, 175.5, 0);
  border-radius: 50%;
  padding: 0.25rem 0.375rem;
  box-sizing: border-box;
}
header .header-full .on-ps-main-master-header-row .row .minicart_container .cart-btn.no-items > .btn.headermini {
  background: #d1d1d1;
}
header .header-full .on-ps-main-master-header-row .row .minicart_container .cart-btn.no-items > .btn.headermini .minicart_count {
  display: none;
}
header .header-full .logo_container {
  padding: 0;
}
header .header-full .on-ps-office-needs-logo .logo {
  text-align: center;
  margin: 0.375rem 0;
}
header .header-full .on-ps-office-needs-logo .logo > img {
  max-width: 240px !important;
  max-height: unset !important;
  height: auto;
}
header .header-full .on-ps-office-needs-logo .logo:after {
  text-align: center;
  content: "Trusted by Essex since 1985";
  font-weight: bold;
  font-size: 0.875rem;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #004B93;
}
header .header-full section.on-ps-search.search .searchlist_hd {
  padding: 0.75rem 0.8125rem;
  height: auto !important;
  box-sizing: border-box;
  border-radius: 5px;
  border-width: 1.5px !important;
  font-size: 1rem;
}
header .header-full section.on-ps-search.search .ajax-search.relsearch button {
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  padding-inline: 0.8125rem;
  background: #004B93 !important;
  color: white;
  border-width: 1.5px !important;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
header .header-full section.on-ps-search.search .ajax-search.relsearch button i.fa {
  color: white;
}
header .header-full section.on-ps-search.search .ajax-search.relsearch button:hover {
  opacity: 1;
  background-color: #3b73a9;
}
header .header-full section.on-ps-search.search .ajax-results {
  width: 720px;
}
header .header-full section.on-ps-search.search .ajax-results .products-wrapper {
  width: 60% !important;
}
header .header-full section.on-ps-search.search .ajax-results .products-wrapper .result {
  border-left: 5px solid transparent;
}
header .header-full section.on-ps-search.search .ajax-results .products-wrapper .result:hover {
  border-left: 5px solid rgb(227.7, 175.5, 0);
  background: #f0f0f0;
}
header .header-full section.on-ps-search.search .ajax-results .products-wrapper .result img {
  padding: 0;
  margin-left: 10px;
}
header .header-full section.on-ps-search.search .ajax-results .categories-wrapper {
  width: 40% !important;
  box-shadow: none;
  background: #f0f0f0;
  padding-top: 0.25rem;
}
header .header-full section.on-ps-search.search .ajax-results .categories-wrapper h3 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 1.25rem;
}
header .header-full section.on-ps-search.search .ajax-results .categories-wrapper h3:after {
  content: " >> ";
  color: #FDC300;
}
header .header-full section.on-ps-search.search .ajax-results .categories-wrapper h3::before {
  content: "Popular ";
}
header .header-full .on-ps-value-proposition {
  font-size: 0.9375rem;
  padding-block: 0.5rem !important;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
header .header-full .on-ps-value-proposition a {
  color: #004B93;
  font-weight: 500;
}
header .header-full .on-ps-value-proposition a:hover {
  text-decoration: underline;
}
header .header-full .on-ps-value-proposition::before {
  color: #004B93;
  margin-right: 0.375rem;
}
header .header-full .on-ps-value-proposition--credit-account::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f19c";
}
header .header-full .on-ps-value-proposition--free-delivery::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f0d1";
  transform: scaleX(-1);
}
header .header-full .on-ps-value-proposition--price-match::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f154";
}
header .header-full .on-ps-value-proposition--rewards::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  content: "\f06b";
}
header .header-full .on-ps-mega-menu .on-ps-mega-menu__services-tab {
  background: rgb(227.7, 175.5, 0);
  border-radius: 0;
}
header .header-full .on-ps-mega-menu .on-ps-mega-menu__services-tab:hover {
  background: rgb(182.16, 140.4, 0);
}
header .header-full .on-ps-mega-menu {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
}
header .header-full .on-ps-mega-menu .catalog-block > .catalog {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
}
header .header-full .on-ps-mega-menu .on-ps-mega-menu__tools-equipment-tab {
  display: none;
}
header .header-full .on-ps-mega-menu .catalog-block > .catalog > li.has-submenu {
  padding-inline: 0;
}
header .header-full .on-ps-mega-menu .catalog-block > .catalog > li.has-submenu > a {
  font-size: 0.9375rem;
}
header .header-full .on-ps-mega-menu .catalog-block > .catalog > li.has-submenu > a:hover {
  box-shadow: inset 0px -5px rgb(227.7, 175.5, 0);
}
header .header-full .on-ps-mega-menu .catalog-block > .catalog > li.has-submenu:not(.on-ps-mega-menu .catalog-block > .catalog > li.has-submenu:nth-last-child(-n+2)) > a {
  position: relative;
  padding-inline: 1.5rem;
}
header .header-full .on-ps-mega-menu .catalog-block > .catalog > li.has-submenu:not(.on-ps-mega-menu .catalog-block > .catalog > li.has-submenu:nth-last-child(-n+2)) > a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 0.25rem);
  height: 0.5rem;
  border-right: 1px solid rgb(227.7, 175.5, 0);
}
header .header-full .on-ps-mega-menu .submenucontainer {
  min-height: 500px;
  max-height: 550px;
  height: auto !important;
  padding-top: 10px !important;
  box-shadow: inset 0px 5px 0 #d1d1d1;
}
header .header-full .on-ps-mega-menu .submenucontainer > li > a {
  color: #004B93 !important;
}
header .header-full .on-ps-mega-menu .submenucontainer .has-submenu li:not(.on-ps-mega-menu__more-link) a {
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}
header .header-full .on-ps-mega-menu .submenucontainer .on-ps-mega-menu__more-link {
  display: block;
}
header .header-full .on-ps-mega-menu .submenucontainer .on-ps-mega-menu__more-link a {
  margin-top: 0.25rem;
  padding-top: 0.375rem;
  position: relative;
  font-weight: bold;
  font-size: 0 !important;
}
header .header-full .on-ps-mega-menu .submenucontainer .on-ps-mega-menu__more-link a::before {
  content: "";
  position: absolute;
  top: 0;
  border-top: 1px solid #f0f0f0;
  left: 0.875rem;
  width: 10rem;
}
header .header-full .on-ps-mega-menu .submenucontainer .on-ps-mega-menu__more-link a::after {
  font-size: 0.75rem;
  content: "View all";
}
header .header-full .on-ps-mega-menu__tab-link--staging {
  display: none;
}
header .header-full .on-ps-mega-menu__tab-link .submenucontainer li {
  flex: 40% 1 1;
}
header .header-full .on-ps-mega-menu__tab-link .submenucontainer .on-ps-mega-menu__last-submenu-group, header .header-full .on-ps-mega-menu__tab-link .submenucontainer .on-ps-mega-menu__single-link {
  flex: auto 0 0;
}
header .header-full .on-ps-mega-menu__tab-link .submenucontainer .on-ps-mega-menu__single-link {
  margin-block: 0.5rem;
}
header .header-full .on-ps-mega-menu__tab-link .submenucontainer .on-ps-mega-menu__single-link a {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  padding-block: 0 !important;
}
header .header-full .on-ps-mega-menu__tab-link .submenucontainer .on-ps-mega-menu__single-link a:after {
  content: " >> ";
  color: #FDC300;
}
header .header-full .on-ps-mega-menu__tab-link--ink-and-toner .submenucontainer, header .header-full .on-ps-mega-menu__tab-link--services .submenucontainer {
  flex-direction: row !important;
}
header .header-full .on-ps-mega-menu__tab-link--ink-and-toner .submenucontainer li, header .header-full .on-ps-mega-menu__tab-link--services .submenucontainer li {
  flex: 20% 1 1;
}
header .header-full .on-ps-mega-menu__tab-link--ink-and-toner .submenucontainer li.on-ps-mega-menu__promo-banner, header .header-full .on-ps-mega-menu__tab-link--services .submenucontainer li.on-ps-mega-menu__promo-banner {
  padding-inline: 20px;
  min-height: auto;
  flex-basis: 48% !important;
  margin: 1%;
}
header .header-full .on-ps-mega-menu__promo-banner {
  flex: 50% 0 0 !important;
  min-height: 240px;
  padding: 0 !important;
}
header .header-full .on-ps-mega-menu__promo-banner a.on-ps-promo-banner {
  padding: 0px !important;
  overflow: unset !important;
  text-overflow: initial !important;
  text-wrap-mode: wrap !important;
}
header .header-full .on-ps-mega-menu__promo-banner a.on-ps-promo-banner:hover {
  text-decoration: none !important;
}
header .header-full .on-ps-value-propositions-row {
  background: #f0f0f0;
  border-bottom: 1px solid #004B93;
  border-bottom: 1px solid #d1d1d1;
}
header .header-full .on-ps-value-propositions-row .menulinks_container {
  width: 1450px;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-block: 0.25rem;
}
header .header-full .on-ps-value-propositions-row > .row {
  display: flex;
  justify-content: center;
}
header .header-full .on-ps-value-propositions h4 {
  display: none;
}
header .header-full .on-ps-value-propositions ul {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
  padding-bottom: 0;
}
header .header-full .on-ps-value-propositions ul li {
  margin-bottom: 0;
}
header .header-full .on-ps-alert-pane-row {
  padding-inline: 0;
}
header .header-full .on-ps-alert-pane {
  background-color: #004B93;
  width: 100%;
}
header .header-full .on-ps-alert-pane--alert {
  background-color: rgb(0, 96, 48.9795918367);
}
header .header-full .on-ps-alert-pane__content-wrapper {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-full .on-ps-alert-pane__dismiss-button {
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
}
header .header-full .on-ps-alert-pane__text {
  color: white;
  text-align: center;
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0;
}

.header-mobile {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
}
.header-mobile > .header-logo {
  flex-grow: 1;
}
.header-mobile .on-ps-mega-menu {
  margin-block: 1rem;
}
.header-mobile .on-ps-mega-menu__tab-link--staging {
  display: none;
}
.header-mobile .on-ps-mega-menu__promo-banner a {
  height: auto !important;
  line-height: unset !important;
  text-wrap-mode: wrap !important;
}

@media only screen and (max-width: 768px) {
  body > header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
    border-bottom: 1px solid #d1d1d1;
  }
}
.on-ps-back-to-top-button {
  cursor: pointer;
  position: fixed;
  bottom: 6rem;
  left: 4rem;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border: 2px solid #FDC300;
  border-radius: 5px;
  border-color: #FDC300;
  background: rgba(255, 254.5415019763, 253, 0.5);
  color: #FDC300;
  box-shadow: rgba(0, 0, 0, 0.5) 5px 5px 10px;
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.on-ps-back-to-top-button::after {
  content: "▲";
  color: #FDC300;
  font-size: 2rem;
}
.on-ps-back-to-top-button--visible {
  opacity: 1;
}

body.ex-home > .desktop {
  display: block !important;
}
body.ex-home > .desktop .page-content.container {
  width: 100% !important;
  padding: 0;
}
body.ex-home > .desktop .page-content.container .row .col .row {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto;
  padding-block: 0.5rem;
}
body.ex-home .on-ps-homepage-row--grey {
  background-color: #f0f0f0;
}
body.ex-home .on-ps-homepage-row--green {
  background: #00934b;
}
body.ex-home .on-ps-homepage-row--blue {
  background: #004B93;
}
body.ex-home .on-ps-homepage-core-usps-row {
  background: white;
}
body.ex-home .on-ps-homepage-promo-collection {
  height: 100%;
}
body.ex-home .on-ps-homepage-hero-row {
  background-color: #f0f0f0;
}
body.ex-home .on-ps-homepage-hero-row > .container-fluid {
  max-width: calc((100vw - 1450px) / 2 + 1450px);
  margin-left: 0;
  margin-right: auto;
}
body.ex-home .on-ps-homepage-hero-row .imageslider_container {
  padding-right: 0.25rem;
}
body.ex-home .on-ps-homepage-hero-row .htmlcontent_container {
  padding-left: 0.25rem;
  height: 100%;
}
body.ex-home .on-ps-homepage-hero-row .row {
  display: flex;
  flex-wrap: wrap;
}
body.ex-home .on-ps-homepage-hero-row .row .col {
  padding-inline: 0;
}
body.ex-home .on-ps-homepage-hero-row .row .col-lg-8 {
  display: flex;
  align-items: center;
  background: #222;
}
body.ex-home .on-ps-homepage-hero-row .row .col-lg-8 > div {
  width: 100%;
}
body.ex-home .on-ps-homepage-hero-row .imageslider_wrapper {
  margin: 0;
  margin-left: -4px;
}
body.ex-home .on-ps-homepage-hero-row .imageslider_wrapper .ms-slide-container .ms-slide-bgcont {
  position: relative;
}
body.ex-home .on-ps-homepage-hero-row .imageslider_wrapper .ms-slide-container .ms-slide-bgcont img:before {
  display: block;
  content: " (source: " attr(title) ") ";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 2rem;
}
body.ex-home .on-ps-homepage-hero-row .on-ps-homepage-hero-row__banner-overlay {
  position: absolute !important;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  bottom: 3rem;
  right: 2rem;
  padding: 0.75rem 0.8125rem;
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 2rem;
  color: white;
}
body.ex-home .on-ps-homepage-hero-row .on-ps-homepage-hero-row__banner-overlay:after {
  content: " >> ";
  color: #FDC300;
}
body.ex-home .on-ps-homepage-hero-row .on-ps-homepage-hero-row__banner-overlay--with-prefix::before {
  content: "Explore ";
  font-weight: normal;
}
body.ex-home .on-ps-homepage-brands-row h3 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  margin-top: 0;
}
body.ex-home .on-ps-homepage-brands-row h3:after {
  content: " >> ";
  color: #FDC300;
}
body.ex-home .on-ps-homepage-brands-row .on-ps-homepage-brands-carousel {
  margin-top: 0;
  padding-top: 0;
}
body.ex-home .on-ps-homepage-brands-row .on-ps-homepage-brands-carousel #grid.griditems {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
body.ex-home .on-ps-homepage-brands-row .on-ps-homepage-brands-carousel #grid.griditems > .tileparent {
  width: auto;
}
body.ex-home .on-ps-homepage-brands-row .on-ps-homepage-brands-carousel #grid.griditems > .tileparent:nth-of-type(n + 7) {
  display: none;
}
body.ex-home .on-ps-homepage-brands-row .on-ps-homepage-brands-carousel #grid.griditems > .tileparent .imgthumbnail {
  display: flex;
  align-items: center;
}
body.ex-home .on-ps-homepage-brands-row .on-ps-homepage-brands-carousel.catalog-single .tile img[alt=HP] {
  max-width: 90px;
}
body.ex-home .on-ps-homepage-customer-testimonials-row {
  background: rgb(0, 48.9795918367, 96);
  margin-top: 2rem;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial-wrapper {
  display: flex;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial-collection {
  position: relative;
  min-height: 24rem;
  width: 100%;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial-next-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial-next-button {
  width: 3rem;
  height: 3rem;
  display: inline-block;
  font-size: 0;
  background: none;
  z-index: 15;
  border-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial-next-button:hover {
  background: rgba(255, 255, 255, 0.2);
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial-next-button:hover::after {
  color: rgb(227.7, 175.5, 0);
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial-next-button::after {
  content: ">";
  font-size: 3rem;
  color: #FDC300;
  font-weight: bold;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial {
  position: absolute;
  width: 90%;
  box-shadow: rgba(17, 17, 17, 0.5647058824) 0.5rem -0.25rem 0.75rem 0;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-0 {
  left: 0rem;
  bottom: 0rem;
  z-index: 6;
  opacity: 1.1;
  transition: opacity 1s ease-in-out, left 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-1 {
  left: 1.5rem;
  bottom: 0.75rem;
  z-index: 5;
  opacity: 0.9;
  transition: opacity 1s ease-in-out, left 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-2 {
  left: 3rem;
  bottom: 1.5rem;
  z-index: 4;
  opacity: 0.7;
  transition: opacity 1s ease-in-out, left 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-3 {
  left: 4.5rem;
  bottom: 2.25rem;
  z-index: 3;
  opacity: 0.5;
  transition: opacity 1s ease-in-out, left 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-4 {
  left: 6rem;
  bottom: 3rem;
  z-index: 2;
  opacity: 0.3;
  transition: opacity 1s ease-in-out, left 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-5 {
  left: 7.5rem;
  bottom: 3.75rem;
  z-index: 1;
  opacity: 0.1;
  transition: opacity 1s ease-in-out, left 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-6 {
  left: 9rem;
  bottom: 4.5rem;
  z-index: 0;
  opacity: -0.1;
  transition: opacity 1s ease-in-out, left 0.5s ease-in-out, bottom 0.5s ease-in-out;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonials__testimonial--index-0 {
  transition: opacity 0s ease-in-out, left 0s appear 0s, bottom 0s appear 0s;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial {
  background: #f0f0f0;
  border: 1px solid black;
  padding-bottom: 0.25rem;
  color: black;
  display: grid;
  grid-template-areas: "image quote" "image quote" "company-name company-name";
  grid-template-columns: minmax(50%, 18rem) 50%;
  row-gap: 0.25rem;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__image-wrapper {
  grid-area: image;
  max-width: 100%;
  max-height: 18rem;
  overflow: hidden;
  height: 18rem;
  width: 100%;
  background-size: cover;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__image {
  width: 100%;
  height: auto;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__content {
  grid-area: quote;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: white;
  font-style: italic;
  padding-inline: 1rem;
  padding-top: 1rem;
  max-height: 18rem;
  overflow: hidden;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__paragraph {
  font-size: 1rem;
  line-height: 1.5;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__paragraph:first-of-type:before, body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__paragraph:last-of-type::after {
  content: "“";
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__customer-name {
  grid-area: company-name;
  font-weight: bold;
  padding-inline: 1rem;
  align-self: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: right;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__customer-logo-wrapper {
  grid-area: logo;
  height: 3rem;
  padding-right: 1rem;
  justify-self: end;
  display: none;
}
body.ex-home .on-ps-homepage-customer-testimonials-row .on-ps-homepage-customer-testimonial__customer-logo {
  height: 100%;
  width: auto;
}
@media screen and (max-width: 992px) {
  body.ex-home .on-ps-homepage-customer-testimonials__testimonial-wrapper {
    flex-direction: column;
  }
  body.ex-home .on-ps-homepage-customer-testimonials__testimonial-collection {
    height: 100%;
    min-height: 28rem !important;
  }
  body.ex-home .on-ps-homepage-customer-testimonials__testimonial-next-button-wrapper {
    margin-top: 1rem;
  }
  body.ex-home .on-ps-homepage-customer-testimonial {
    grid-template-areas: "image image" "quote quote" "company-name logo" !important;
  }
  body.ex-home .on-ps-homepage-customer-testimonial__image-wrapper {
    max-height: 10rem !important;
  }
}
body.ex-home .on-ps-homepage-meet-the-team-row {
  background-color: #f0f0f0;
}
body.ex-home .on-ps-homepage-sustainability-row {
  background: rgb(0, 96, 48.9795918367);
}
body.ex-home .on-ps-homepage-core-usp {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  margin: 0.25rem;
  padding-inline: 0.5rem;
}
body.ex-home .on-ps-homepage-core-usp__icon-wrapper {
  height: 6rem;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.ex-home .on-ps-homepage-core-usp__icon:not(.on-ps-homepage-core-usp__icon--unicode) {
  width: auto;
  height: 100%;
}
body.ex-home .on-ps-homepage-core-usp__icon--unicode {
  font-size: 5rem;
  color: #004B93;
}
body.ex-home .on-ps-homepage-core-usp__icon--circled {
  font-weight: bold;
  font-size: 3.5rem;
  border: 8px solid #004B93;
  border-radius: 50%;
  box-sizing: border-box;
  width: 5rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 5rem;
}
body.ex-home .on-ps-homepage-core-usp__header {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
body.ex-home .on-ps-homepage-core-usp__header:after {
  content: " >> ";
  color: #FDC300;
}
body.ex-home .on-ps-homepage-core-usp__content {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.footer {
  background-color: #f0f0f0;
  border-top: 5px solid #3b73a9;
  padding-bottom: 0.5rem;
}
.footer .on-ps-footer-company-mission {
  position: relative;
}
.footer .on-ps-footer-company-mission h3 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
}
.footer .on-ps-footer-company-mission h3:after {
  content: " >> ";
  color: #FDC300;
}
.footer .on-ps-footer-company-mission p {
  font-size: 0.875rem;
  max-width: 80%;
}
.footer .on-ps-footer-company-mission p:not(.on-ps-footer-company-mission p:last-of-type) {
  margin-bottom: 0.75rem;
}
.footer .on-ps-social-media-links {
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
.footer .on-ps-social-media-links__header {
  font-weight: 600;
  margin-right: 0.5rem;
}
.footer .on-ps-social-media-links__link-collection {
  display: flex;
  align-items: center;
}
.footer .on-ps-social-media-links__link {
  background: #004B93;
  background: #555;
  border-radius: 5px;
  padding: 0.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .on-ps-social-media-links__link:not(:last-of-type) {
  margin-right: 0.5rem;
}
.footer .on-ps-social-media-links__link-icon {
  max-width: 24px;
  height: auto;
}
.footer .logo {
  margin: 0;
  padding: 0;
  border: none;
}
.footer .logo img {
  max-height: 2rem;
}
.footer .quicklinks h4 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 0.875rem;
  margin-top: 1rem;
}
.footer .quicklinks h4:after {
  content: " >> ";
  color: #FDC300;
}
.footer .quicklinks a {
  color: #3b73a9;
  font-weight: 500;
}

.signup-style {
  padding: 5% 10% 5% 10% !important;
  margin: auto;
}

.signup-button {
  background-color: #eb8f23 !important;
  border-radius: 3px;
  width: 150px;
  padding: 10px 40px;
  border: none;
  color: #ffffff;
}

.signup-button:hover {
  background-color: #eda34b !important;
}

.signup-box {
  border-color: #2290b8;
  border-style: solid;
  border-width: thin;
}

.signupcolumn {
  width: 50%;
  padding: 0px 30px 0px 30px;
  float: left;
}

@media screen and (max-width: 768px) {
  .signupcolumn {
    width: 100%;
  }
}
.on-ps-catalog-guided-nav, .skeleton-container.skeleton-filters .shop-filters {
  background: #f0f0f0;
  padding-bottom: 0;
  border-radius: 0;
}
.on-ps-catalog-guided-nav > .filter-title, .skeleton-container.skeleton-filters .shop-filters > .filter-title {
  position: initial;
  bottom: auto;
  background-color: #004B93;
  color: #ffffff;
  padding: 0.75rem;
  font-size: 1.25rem;
  border-radius: 0;
  text-align: left;
  padding-left: 1.3541666667rem;
  margin-bottom: 0.75rem;
  color: white;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.125rem;
}
.on-ps-catalog-guided-nav > .filter-title:after, .skeleton-container.skeleton-filters .shop-filters > .filter-title:after {
  content: " >> ";
  color: #004B93;
}
.on-ps-catalog-guided-nav > .arrow-down, .skeleton-container.skeleton-filters .shop-filters > .arrow-down {
  display: none;
  border-top-color: #004B93;
}

.on-ps-catalog-guided-nav.shop-filters .filter-section {
  margin: 0 0.8125rem;
}
.on-ps-catalog-guided-nav .category-link {
  color: #004B93;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-left: 0.5416666667rem;
}
.on-ps-catalog-guided-nav .category-link:hover {
  box-shadow: inset 5px 0 0 #FDC300;
  font-weight: bold;
}
.on-ps-catalog-guided-nav .category-link:hover > a {
  color: #004B93 !important;
}
.on-ps-catalog-guided-nav .searchpills .remove-filter-wrapper .remove-filter {
  display: flex;
  border: 1px solid #004B93;
  border-radius: 5px;
  background: white;
  color: #004B93;
  padding-block: 0.25rem;
}
.on-ps-catalog-guided-nav .searchpills .remove-filter-wrapper .remove-filter i {
  background: #004B93;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  margin-block: -0.25rem;
  width: 1.5rem;
}
.on-ps-catalog-guided-nav .searchpills .remove-filter-wrapper .remove-filter .remove-text {
  justify-self: flex-end;
  color: black;
  margin-left: auto;
}

.on-ps-category-menu .filter-title {
  text-transform: lowercase;
}
.on-ps-category-menu .filter-title:first-letter {
  text-transform: uppercase;
}

.on-ps-product-filters .filter-section {
  margin-bottom: 0.875rem !important;
  border-top: 1px solid #d1d1d1;
  padding-top: 0.75rem;
}
.on-ps-product-filters .filter-section .filter-section-header h5,
.on-ps-product-filters .filter-section h5.filter-static {
  margin-left: auto;
  text-transform: lowercase;
  margin-bottom: 0;
  padding-bottom: 0.125rem;
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: "inherit";
}
.on-ps-product-filters .filter-section .filter-section-header h5:after,
.on-ps-product-filters .filter-section h5.filter-static:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-product-filters .filter-section .filter-section-header h5:first-letter,
.on-ps-product-filters .filter-section h5.filter-static:first-letter {
  text-transform: capitalize;
}
.on-ps-product-filters .filter-section .filter-section-header {
  position: relative;
}
.on-ps-product-filters .filter-section .filter-section-header .showhide-indicator {
  right: 0;
  left: unset;
}
.on-ps-product-filters .filter-section .filter-options:not(.swatch-grid) {
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  font-size: 0.875rem;
}
.on-ps-product-filters .filter-section .filter-options:not(.swatch-grid) label {
  margin-left: 0.125rem;
  vertical-align: middle;
  line-height: 1rem;
  margin-bottom: 0.5rem;
}
.on-ps-product-filters .filter-section .filter-options:not(.swatch-grid) label a::before {
  content: " ";
  background: white;
  outline: 1px solid #cfcfcf;
  border: 1px solid white;
  border-radius: 3px;
  width: 1rem;
  height: 1rem;
  line-height: 1rem;
  margin-right: 0.25rem;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25rem;
}
.on-ps-product-filters .filter-section .filter-options:not(.swatch-grid) label a.active {
  color: #004B93;
}
.on-ps-product-filters .filter-section .filter-options:not(.swatch-grid) label a.active::before {
  background: #004B93;
}
.on-ps-product-filters .filter-section .filter-options:not(.swatch-grid) label a:not(.on-ps-product-filters .filter-section .filter-options:not(.swatch-grid) label a.active):hover::before {
  background: #004B93;
  opacity: 0.6;
}
.on-ps-product-filters .filter-section .more-options {
  padding-top: 0;
  margin-left: 0;
  font-weight: normal;
  margin-left: 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0.25rem;
}

.on-ps-pdp-add-to-cart .product-compare-action,
.on-ps-product-list .product-compare-action {
  background: white;
  border: 1px solid #d1d1d1;
  border-top: none;
  margin-top: 0;
  font-size: 0.875rem;
  padding-top: 0;
  font-weight: 500;
  cursor: pointer;
}
.on-ps-pdp-add-to-cart .product-compare-action .fa,
.on-ps-product-list .product-compare-action .fa {
  color: black;
}
.on-ps-pdp-add-to-cart .product-compare-action:not(.selected):hover,
.on-ps-product-list .product-compare-action:not(.selected):hover {
  background-color: rgb(255, 225.3581027668, 125.7);
}
.on-ps-pdp-add-to-cart .product-compare-action.selected,
.on-ps-product-list .product-compare-action.selected {
  background-color: rgb(227.7, 175.5, 0);
  color: white;
  font-weight: normal;
}
.on-ps-pdp-add-to-cart .product-compare-action.selected .fa,
.on-ps-product-list .product-compare-action.selected .fa {
  color: white;
}

.on-ps-category-listing .catalog-name {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 2rem;
  padding-left: 0;
}
.on-ps-category-listing .catalog-name:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-category-listing .cat-tiles .tile a p {
  font-size: 0.9375rem;
  font-weight: bold;
}
.on-ps-category-listing--hide-subcategories .gridtools,
.on-ps-category-listing--hide-subcategories .griditems {
  display: none;
}

.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group, .on-ps-product-list .product > .tile .buttons.group, .on-ps-product-list .product.tile .buttons.group {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group::after, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group::after, .on-ps-product-list .product > .tile .buttons.group::after, .on-ps-product-list .product.tile .buttons.group::after {
  display: none !important;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .qty-list.inputquantity, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .qty-list.inputquantity, .on-ps-product-list .product > .tile .buttons.group .qty-list.inputquantity, .on-ps-product-list .product.tile .buttons.group .qty-list.inputquantity,
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .qnt-count,
.on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .qnt-count,
.on-ps-product-list .product > .tile .buttons.group .qnt-count,
.on-ps-product-list .product.tile .buttons.group .qnt-count {
  flex: none;
  margin-bottom: 0;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper .btn-add-to-cart, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper .btn-add-to-cart, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-add-to-cart-wrapper .btn-add-to-cart, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-add-to-cart-wrapper .btn-add-to-cart {
  flex: 1 1 0px;
  min-height: unset;
  margin-right: 0;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-wrapper, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-wrapper, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-wrapper, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-wrapper {
  margin: 0.5rem 0;
  flex: 0 0 100%;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-add-to-cart-wrapper, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-add-to-cart-wrapper {
  display: contents;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-add-to-cart-wrapper, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-add-to-cart-wrapper {
  grid-area: add-to-cart-btn;
  max-width: unset;
  flex-grow: 1;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper > .btn-list.btn-add-to-cart, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-add-to-cart-wrapper > .btn-list.btn-add-to-cart, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-add-to-cart-wrapper > .btn-list.btn-add-to-cart, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-add-to-cart-wrapper > .btn-list.btn-add-to-cart {
  width: 100%;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-wrapper, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-wrapper, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-wrapper, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-wrapper {
  grid-area: live-inventory-v2-wrapper;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-shipping, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-shipping {
  display: block;
  width: 100%;
  padding: 0.25rem 0.25rem;
  font-size: 0.8125rem;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d1d1d1;
  text-transform: capitalize;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping.in-stock, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping.in-stock, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-shipping.in-stock, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-shipping.in-stock {
  border-color: rgb(23.9768786127, 98.0231213873, 23.9768786127);
  background-color: rgb(161.4387283237, 215.5612716763, 161.4387283237);
  color: rgb(23.9768786127, 98.0231213873, 23.9768786127) !important;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping.in-stock:before, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping.in-stock:before, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-shipping.in-stock:before, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-shipping.in-stock:before {
  content: "✓";
  margin-right: 0.25rem;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping.out-stock, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtocart .buttons.group .live-inventory-v2-shipping.out-stock, .on-ps-product-list .product > .tile .buttons.group .live-inventory-v2-shipping.out-stock, .on-ps-product-list .product.tile .buttons.group .live-inventory-v2-shipping.out-stock {
  border-color: #c97a1b;
  background-color: rgb(249.1026315789, 242.199092559, 233.8973684211);
  color: #c97a1b !important;
}

.on-ps-debug .uom .uomvalue,
.on-ps-debug .uom.uomvalue {
  visibility: visible !important;
}
.on-ps-debug .live-inventory-v2-shipping::after {
  content: "27,786 In Stock";
}

.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices .product-price-rrp, .on-ps-product-list #list.gridlist-list .product-shopping-actions .rrp, .on-ps-product-list .product > .tile .rrp, .on-ps-product-list .product.tile .rrp {
  font-size: 0.8125rem;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices .product-price-rrp .label.save, .on-ps-product-list #list.gridlist-list .product-shopping-actions .rrp .label.save, .on-ps-product-list .product > .tile .rrp .label.save, .on-ps-product-list .product.tile .rrp .label.save {
  background-color: rgb(227.7, 175.5, 0);
}

.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices > .price .has-price, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-prices .price.has-price {
  color: #004B93;
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0.25rem;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices > .price .has-price:after, .on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-prices .price.has-price:after {
  font-size: 1rem;
  margin-left: 0.25rem;
  line-height: 2.5rem;
  vertical-align: text-bottom;
}

.on-ps-pdp-product-summary .productdetails .product-indicators .fa.fa-leaf, .on-ps-product-list .product > .tile .footer-wrapper-description .indicators-grid .fa.fa-leaf, .on-ps-product-list .product.tile .footer-wrapper-description .indicators-grid .fa.fa-leaf {
  background-color: green;
  color: white;
  padding: 0.25rem;
  border-radius: 5px;
}

html.on-ps-vat-toggle.on-ps-vat-toggle--ex-vat .on-ps-product-list .footer-wrapper-price .price-label::after {
  content: "ex VAT";
}

html.on-ps-vat-toggle.on-ps-vat-toggle--inc-vat .on-ps-product-list .footer-wrapper-price .price-label::after {
  content: "inc VAT";
}

.on-ps-product-list {
  padding: 0;
}
.on-ps-product-list .divquickview {
  display: none !important;
}
.on-ps-product-list #list.gridlist-list .product-row {
  padding: 0;
}
.on-ps-product-list #list.gridlist-list .imgthumbnail img {
  max-height: 250px !important;
}
.on-ps-product-list #list.gridlist-list .product-content .brand-label {
  display: none;
}
.on-ps-product-list #list.gridlist-list .product-content .product-name {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.25rem;
}
.on-ps-product-list #list.gridlist-list .product-content .product-name:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-product-list #list.gridlist-list .product-content .product-points ul li {
  max-width: unset;
}
.on-ps-product-list #list.gridlist-list .product-content .product-sku .label {
  background-color: #f0f0f0;
  color: black;
  font-size: 0.75rem;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions > .softgraybackground {
  padding: 0.75rem 0.8125rem;
  border-left: 5px solid #004B93;
  width: 80%;
  min-width: 17rem;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions > .softgraybackground .product-compare-action {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
  margin-bottom: -0.75rem;
  margin-top: 0.8125rem;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions {
  margin-block: 0.25rem;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-prices > .price.has-price,
.on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-prices .uomvalue {
  font-weight: bold;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-prices .price.has-price {
  font-size: 2.25rem;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .uomvalue {
  flex-basis: 100%;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .price-label-inc-vat {
  order: 5;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .rrp {
  margin-top: 0.40625rem;
}
.on-ps-product-list #list.gridlist-list .product-shopping-actions .product-shopping-actions-addtoquicklist {
  text-align: left !important;
}
.on-ps-product-list--carousel .tile.product {
  max-width: 241.6666666667px;
}
.on-ps-product-list--carousel .owl-carousel .owl-item {
  transform: none !important;
}
.on-ps-product-list--carousel .owl-carousel .tile .footer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.on-ps-product-list--carousel .rrp {
  flex-basis: 100%;
}
.on-ps-product-list > .row {
  margin: auto;
}
.on-ps-product-list #grid.griditems {
  padding: 0;
  border: none;
  box-sizing: border-box;
}
.on-ps-product-list .product.tileparent {
  border-top: none;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0.75rem;
}
.on-ps-product-list .product > .tile, .on-ps-product-list .product.tile {
  margin-top: 0;
  margin-bottom: 0;
  border-right: 0;
}
.on-ps-product-list .product > .tile .badges-wrapper, .on-ps-product-list .product.tile .badges-wrapper {
  top: 0.5rem;
  left: -0.5rem;
}
.on-ps-product-list .product > .tile .badges-wrapper .ribbon-wrapper, .on-ps-product-list .product.tile .badges-wrapper .ribbon-wrapper {
  top: 0;
}
.on-ps-product-list .product > .tile .product-tile-image .imgthumbnail, .on-ps-product-list .product.tile .product-tile-image .imgthumbnail {
  height: 200px;
}
.on-ps-product-list .product > .tile .product-tile-image img, .on-ps-product-list .product.tile .product-tile-image img {
  max-width: 200px;
  max-height: 200px;
}
.on-ps-product-list .product > .tile .divquickview, .on-ps-product-list .product.tile .divquickview {
  bottom: 0.25rem;
  top: unset !important;
}
.on-ps-product-list .product > .tile .footer, .on-ps-product-list .product.tile .footer {
  border-top: none;
  padding-bottom: 0;
}
.on-ps-product-list .product > .tile .footer .footer-wrapper, .on-ps-product-list .product.tile .footer .footer-wrapper {
  min-height: unset;
}
.on-ps-product-list .product > .tile .product-category, .on-ps-product-list .product.tile .product-category {
  display: none;
}
.on-ps-product-list .product > .tile .footer,
.on-ps-product-list .product > .tile .footer-wrapper, .on-ps-product-list .product.tile .footer,
.on-ps-product-list .product.tile .footer-wrapper {
  position: unset;
}
.on-ps-product-list .product > .tile .brand-label, .on-ps-product-list .product.tile .brand-label {
  position: absolute;
  top: 140px;
  left: 0;
  width: 60px;
  height: auto;
}
.on-ps-product-list .product > .tile .brand-label a, .on-ps-product-list .product.tile .brand-label a {
  font-size: 0;
}
.on-ps-product-list .product > .tile .brand-label img, .on-ps-product-list .product.tile .brand-label img {
  max-width: 100% !important;
  height: auto !important;
  mix-blend-mode: multiply;
}
.on-ps-product-list .product > .tile .brand-label img[alt=HP], .on-ps-product-list .product > .tile .brand-label img[alt=Discovery], .on-ps-product-list .product > .tile .brand-label img[alt=Up], .on-ps-product-list .product.tile .brand-label img[alt=HP], .on-ps-product-list .product.tile .brand-label img[alt=Discovery], .on-ps-product-list .product.tile .brand-label img[alt=Up] {
  max-width: 60% !important;
}
.on-ps-product-list .product > .tile .brand-label img[alt=WB], .on-ps-product-list .product.tile .brand-label img[alt=WB] {
  display: none;
}
.on-ps-product-list .product > .tile .price-label, .on-ps-product-list .product.tile .price-label {
  color: #004B93;
  margin-right: 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0.25rem;
  flex-basis: 100%;
}
.on-ps-product-list .product > .tile .price-label::after, .on-ps-product-list .product.tile .price-label::after {
  font-size: 0.8125rem;
}
.on-ps-product-list .product > .tile .footer-wrapper, .on-ps-product-list .product.tile .footer-wrapper {
  padding: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
}
.on-ps-product-list .product > .tile .footer-wrapper-description, .on-ps-product-list .product.tile .footer-wrapper-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.on-ps-product-list .product > .tile .footer-wrapper-description .indicators-grid, .on-ps-product-list .product.tile .footer-wrapper-description .indicators-grid {
  margin-bottom: 0;
  order: 2;
}
.on-ps-product-list .product > .tile .footer-wrapper-description .indicators-grid .non-returnable, .on-ps-product-list .product.tile .footer-wrapper-description .indicators-grid .non-returnable {
  display: none;
}
.on-ps-product-list .product > .tile .footer-wrapper-description .product-sku, .on-ps-product-list .product.tile .footer-wrapper-description .product-sku {
  order: 1;
}
.on-ps-product-list .product > .tile .footer-wrapper-price, .on-ps-product-list .product.tile .footer-wrapper-price {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-grow: 1;
  padding-top: 0.25rem;
  margin-top: 0.25rem;
}
.on-ps-product-list .product > .tile .footer-wrapper-price span, .on-ps-product-list .product.tile .footer-wrapper-price span {
  color: black;
}
.on-ps-product-list .product > .tile .footer-wrapper-price,
.on-ps-product-list .product > .tile .buttons.group, .on-ps-product-list .product.tile .footer-wrapper-price,
.on-ps-product-list .product.tile .buttons.group {
  background: #f0f0f0;
  padding-inline: 0.8125rem;
}
.on-ps-product-list .product > .tile .buttons.group, .on-ps-product-list .product.tile .buttons.group {
  padding-block: 0.75rem;
}
.on-ps-product-list .product > .tile .footer-wrapper-price .price-label, .on-ps-product-list .product.tile .footer-wrapper-price .price-label {
  order: 0;
}
.on-ps-product-list .product > .tile .footer-wrapper-price .uom, .on-ps-product-list .product.tile .footer-wrapper-price .uom {
  order: 1;
}
.on-ps-product-list .product > .tile .footer-wrapper-price .price-label-inc-vat, .on-ps-product-list .product.tile .footer-wrapper-price .price-label-inc-vat {
  order: 1;
}
.on-ps-product-list .product > .tile .footer-wrapper-price .rrp, .on-ps-product-list .product.tile .footer-wrapper-price .rrp {
  order: 3;
}
.on-ps-product-list .product > .tile .price-label-inc-vat, .on-ps-product-list .product.tile .price-label-inc-vat {
  display: none !important;
}
.on-ps-product-list .product > .tile .price-label-inc-vat, .on-ps-product-list .product.tile .price-label-inc-vat {
  flex-direction: row-reverse;
  gap: 0.25rem;
}
.on-ps-product-list .product > .tile .price-label-inc-vat,
.on-ps-product-list .product > .tile .rrp, .on-ps-product-list .product.tile .price-label-inc-vat,
.on-ps-product-list .product.tile .rrp {
  display: flex;
}
.on-ps-product-list .product > .tile span.uom, .on-ps-product-list .product.tile span.uom {
  margin-top: 0 !important;
  text-align: left;
  flex-basis: auto;
  align-self: center;
}
.on-ps-product-list .product > .tile span.uom .uomvalue, .on-ps-product-list .product.tile span.uom .uomvalue {
  font-weight: 500;
}
.on-ps-product-list .product > .tile .rrp, .on-ps-product-list .product.tile .rrp {
  display: flex !important;
}
.on-ps-product-list .product > .tile .rrp .label.save, .on-ps-product-list .product.tile .rrp .label.save {
  margin-left: 0.25rem;
  padding-top: 0.3em;
}

.productaddtocart_container {
  margin-top: 0;
}

html.on-ps-vat-toggle.on-ps-vat-toggle--ex-vat .on-ps-pdp-add-to-cart .product-shopping-actions-prices > .price > .has-price::after {
  content: "ex VAT";
}

html.on-ps-vat-toggle.on-ps-vat-toggle--inc-vat .on-ps-pdp-add-to-cart .product-shopping-actions-prices > .price > .has-price::after {
  content: "inc VAT";
}

.on-ps-pdp-add-to-cart .social-links {
  display: none;
}

.on-ps-pdp-add-to-cart > .product-shopping-actions {
  border-left: 5px solid #004B93;
  background-color: #f0f0f0;
  padding: 0.75rem 0.8125rem;
  margin: 0 0 0.8125rem !important;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-compare-action {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
  margin-bottom: -0.75rem;
  margin-top: 0.8125rem;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices > .price {
  width: 100%;
  background: unset;
  font-size: 2.75rem;
  line-height: 1;
  padding: 0;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices .product-price-rrp,
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices .price-label-inc-vat {
  margin-top: 0.40625rem;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-prices .product-price-rrp {
  font-size: 0.875rem;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart {
  margin: 0.8125rem 0;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons .qnt-count {
  padding: 0;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons .qnt-count .form-control {
  margin: 0;
  line-height: 1;
  margin-inline: -5px;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons .qnt-count .form-control {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  font-size: 0.875rem;
  box-sizing: border-box;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons .qnt-count .incr-btn {
  font-weight: bold;
  width: 1.125rem;
  vertical-align: middle;
  background-color: #505050;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.375rem;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons .qnt-count .incr-btn:hover {
  background-color: #303030;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons .qnt-count .incr-btn:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .buttons .qnt-count .incr-btn:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart {
  margin-left: 0.25rem;
  margin-bottom: 0;
}
.on-ps-pdp-add-to-cart > .product-shopping-actions .product-shopping-actions-addtocart .btn-add-to-cart i {
  font-size: 1rem;
}

.productimage_container .on-ps-pdp-product-image .productimagesolo {
  padding: 0;
}
.productimage_container .on-ps-pdp-product-image .product-info {
  display: block !important;
}
.productimage_container .on-ps-pdp-product-image .product-info > :not(.product-brand) {
  display: none;
}
.productimage_container .on-ps-pdp-product-image .product-info .product-brand {
  position: absolute;
  top: -1rem;
  right: 0.5rem;
  z-index: 3;
  pointer-events: none;
}
.productimage_container .on-ps-pdp-product-image .product-info .product-brand a {
  font-size: 0;
}
.productimage_container .on-ps-pdp-product-image .product-info .product-brand img {
  max-height: 90px;
  max-width: 90px;
}

.on-ps-pdp-product-summary .product-title {
  margin-top: 1rem;
  border-bottom: none;
  padding-bottom: 0;
}
.on-ps-pdp-product-summary .product-title .product-name {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.75rem;
}
.on-ps-pdp-product-summary .product-title .product-brand {
  display: none;
}
.on-ps-pdp-product-summary .product-points ul li {
  max-width: 80%;
}
.on-ps-pdp-product-summary .productdetails {
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
.on-ps-pdp-product-summary .productdetails .prod-category,
.on-ps-pdp-product-summary .productdetails .manufacturer-name {
  display: none;
}
.on-ps-pdp-product-summary .productdetails .prod-code {
  padding-bottom: 0;
  pointer-events: none;
}
.on-ps-pdp-product-summary .productdetails .prod-code .label {
  background-color: #f0f0f0;
  color: black;
  font-weight: 500;
}
.on-ps-pdp-product-summary .productdetails .product-indicators {
  margin: 0 0 0 0.75rem !important;
}
.on-ps-pdp-product-summary .product-options {
  margin-top: 0 !important;
  margin-bottom: 0.8125rem !important;
}
.on-ps-pdp-product-summary .product-options .option-group {
  margin-bottom: 0 !important;
}
.on-ps-pdp-product-summary .product-links-wrapper .icons-together {
  margin-block: 0;
}
.on-ps-pdp-product-summary .product-links-wrapper .icons-together i.small {
  font-size: 1rem;
}
.on-ps-pdp-product-summary .product-links-wrapper .icons-together i.bigger {
  font-size: 2rem;
}
.on-ps-pdp-product-summary .product-links-wrapper .icons-together .description {
  font-size: 0.875rem;
  font-weight: bold;
}

.on-ps-pdp-quick-nav {
  margin-top: 0.8125rem;
  border-top: 1px solid #d1d1d1;
  padding-top: 0.8125rem;
  font-size: 0.875rem;
  display: flex;
  column-gap: 0.5rem;
}
.on-ps-pdp-quick-nav__header {
  font-weight: bold;
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 0.875rem;
  margin-right: 0.5rem;
}
.on-ps-pdp-quick-nav__header:after {
  content: " >> ";
  color: #FDC300;
}
.on-ps-pdp-quick-nav__link-collection {
  display: contents;
}
.on-ps-pdp-quick-nav__link {
  font-weight: bold;
  display: inline-block;
}
.on-ps-pdp-quick-nav__link:not(:last-of-type)::after {
  content: "|";
  color: #d1d1d1;
  font-size: 0.6125rem;
  vertical-align: middle;
  line-height: 0.875rem;
  margin-left: 0.5rem;
}

.on-ps-pdp-value-messaging {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.mainproductpagedesktop :not(.panel-heading) > h3 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
}
.mainproductpagedesktop :not(.panel-heading) > h3:after {
  content: " >> ";
  color: #FDC300;
}
.mainproductpagedesktop .panel-heading > h3 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
}

@media (min-width: 992px) {
  .on-ps-pdp-main-product-row .productimage_container {
    width: 29.1666666667%;
  }
  .on-ps-pdp-main-product-row .productsummary_container {
    width: 45.8333333333%;
  }
  .on-ps-pdp-main-product-row .productaddtocart_container {
    width: 25%;
  }
}
.badges-wrapper .ribbon-wrapper .ribbon {
  margin-bottom: 0;
  font-weight: 600;
  border-radius: 5px;
  pointer-events: none;
}
.badges-wrapper .ribbon-wrapper .ribbon-side,
.badges-wrapper .ribbon-wrapper .ribbon-tips {
  display: none;
}

.catalog-grid,
.catalog-single {
  padding: 0;
  margin-top: 0.8125rem;
}
.catalog-grid > .container,
.catalog-single > .container {
  padding: 0 0.8125rem;
}
.catalog-grid .breadcrumb,
.catalog-single .breadcrumb {
  display: block;
  padding: 0;
  margin-bottom: 0.8125rem;
  font-size: 0.875rem;
}

.gridtools {
  padding: 0;
}
.gridtools .listtoolstop {
  font-size: 0.875rem;
  margin-bottom: 0.8125rem;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 0.8125rem;
}
.gridtools .listtoolstop .sortby span, .gridtools .listtoolstop .itemsfound span {
  vertical-align: middle;
}
.gridtools .listtoolstop .productorderby {
  padding: 0.125rem 0.25rem;
}

.cart .on-ps-button, .cart .on-ps-cart-header .cart-topbuttons button.btn-sm[name=show-save-cart], .cart .on-ps-cart-header .cart-topbuttons .btn.to-checkout {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
}
.cart .on-ps-button, .cart .on-ps-cart-header .cart-topbuttons button.btn-sm[name=show-save-cart], .cart .on-ps-cart-header .cart-topbuttons .btn.to-checkout {
  display: inline-block;
  background: rgb(227.7, 175.5, 0);
  color: white;
  font-weight: 600;
}
.cart .on-ps-button:hover {
  background-color: rgb(204.93, 157.95, 0);
}
.cart .on-ps-button, .cart .on-ps-button:hover {
  font-weight: bold;
  color: white;
}
.cart .on-ps-button--small, .cart .on-ps-cart-header .cart-topbuttons button.btn-sm[name=show-save-cart] {
  padding: 0.5rem 0.6125rem;
}
.cart .on-ps-button--blue, .cart .on-ps-cart-header .cart-topbuttons .btn.to-checkout {
  background: #004B93;
}
.cart .on-ps-button--blue:hover, .cart .on-ps-cart-header .cart-topbuttons .btn.to-checkout:hover {
  background-color: rgb(0, 48.9795918367, 96);
}
.cart .on-ps-cart-header .cart-topbuttons button.btn-sm[name=show-save-cart] {
  background-color: black;
  font-size: 0.8125rem;
  line-height: 1;
  height: auto;
  min-height: unset;
}
.cart .on-ps-cart-header {
  margin-block: 0.8125rem;
}
.cart .on-ps-cart-header h2.title {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
}
.cart .on-ps-cart-header h2.title:after {
  content: " >> ";
  color: #FDC300;
}
.cart .on-ps-cart-header .cart-topbuttons button.btn-sm[onclick="return window.print()"] {
  background: none;
  color: #004B93;
  cursor: pointer;
  padding: 0 !important;
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 1.5rem;
}
.cart .on-ps-cart-header .cart-topbuttons button.btn-sm[onclick="return window.print()"]::before {
  content: "\01F5B6";
  margin-right: 0.25rem;
  color: #004B93;
}
.cart .on-ps-cart-header .cart-topbuttons button.btn-sm[onclick="return window.print()"]:hover {
  text-decoration: underline;
}
.cart .on-ps-button, .cart .on-ps-cart-product-lines .items-list tbody .delete-btn {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
}
.cart .on-ps-button, .cart .on-ps-cart-product-lines .items-list tbody .delete-btn {
  display: inline-block;
  background: rgb(227.7, 175.5, 0);
  color: white;
  font-weight: 600;
}
.cart .on-ps-button:hover {
  background-color: rgb(204.93, 157.95, 0);
}
.cart .on-ps-button, .cart .on-ps-button:hover {
  font-weight: bold;
  color: white;
}
.cart .on-ps-button--small, .cart .on-ps-cart-product-lines .items-list tbody .delete-btn {
  padding: 0.5rem 0.6125rem;
}
.cart .on-ps-button--blue {
  background: #004B93;
}
.cart .on-ps-button--blue:hover {
  background-color: rgb(0, 48.9795918367, 96);
}
.cart .on-ps-cart-product-lines .items-list tbody .delete-btn {
  background-color: black;
  font-size: 0.8125rem;
  line-height: 1;
  height: auto;
  min-height: unset;
}
.cart .on-ps-cart-product-lines .costcentre {
  padding-block: 0 !important;
  margin-bottom: 0.8125rem;
}
.cart .on-ps-cart-product-lines .items-list thead th {
  background: #004B93;
  color: white;
  font-weight: bold;
}
.cart .on-ps-cart-product-lines .items-list tbody tr td {
  border-bottom: 1px solid #d1d1d1;
}
.cart .on-ps-cart-product-lines .items-list tbody tr:nth-of-type(even) td {
  background: #f0f0f0;
}
.cart .on-ps-cart-product-lines .items-list tbody .thumb img {
  mix-blend-mode: multiply;
}
.cart .on-ps-cart-product-lines .items-list tbody .item .qnt-count {
  padding: 0;
}
.cart .on-ps-cart-product-lines .items-list tbody .item .qnt-count .form-control {
  margin: 0;
  line-height: 1;
  margin-inline: -5px;
}
.cart .on-ps-cart-product-lines .items-list tbody .item .qnt-count .form-control {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1;
  font-size: 0.875rem;
  box-sizing: border-box;
}
.cart .on-ps-cart-product-lines .items-list tbody .item .qnt-count .incr-btn {
  font-weight: bold;
  width: 1.125rem;
  vertical-align: middle;
  background-color: #505050;
  font-size: 1rem;
  line-height: 1;
  padding-top: 0.625rem;
  padding-bottom: 0.375rem;
}
.cart .on-ps-cart-product-lines .items-list tbody .item .qnt-count .incr-btn:hover {
  background-color: #303030;
}
.cart .on-ps-cart-product-lines .items-list tbody .item .qnt-count .incr-btn:first-of-type {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cart .on-ps-cart-product-lines .items-list tbody .item .qnt-count .incr-btn:last-of-type {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.cart .on-ps-cart-product-lines .items-list tbody .delete-btn {
  height: auto;
  line-height: 1;
}
.cart .on-ps-cart-totals .promotion_discount .coupon_code, .cart .on-ps-button, .cart .on-ps-cart-totals .cart-totals .to-checkout, .cart .on-ps-cart-totals .cart-totals button.btn-sm[name=show-save-cart], .cart .on-ps-cart-totals .promotion_discount .coupon_apply {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
}
.cart .on-ps-button, .cart .on-ps-cart-totals .cart-totals .to-checkout, .cart .on-ps-cart-totals .cart-totals button.btn-sm[name=show-save-cart], .cart .on-ps-cart-totals .promotion_discount .coupon_apply {
  display: inline-block;
  background: rgb(227.7, 175.5, 0);
  color: white;
  font-weight: 600;
}
.cart .on-ps-button:hover {
  background-color: rgb(204.93, 157.95, 0);
}
.cart .on-ps-button, .cart .on-ps-button:hover {
  font-weight: bold;
  color: white;
}
.cart .on-ps-button--small, .cart .on-ps-cart-totals .cart-totals button.btn-sm[name=show-save-cart], .cart .on-ps-cart-totals .promotion_discount .coupon_apply {
  padding: 0.5rem 0.6125rem;
}
.cart .on-ps-button--blue, .cart .on-ps-cart-totals .cart-totals .to-checkout {
  background: #004B93;
}
.cart .on-ps-button--blue:hover, .cart .on-ps-cart-totals .cart-totals .to-checkout:hover {
  background-color: rgb(0, 48.9795918367, 96);
}
.cart .on-ps-cart-totals .cart-totals button.btn-sm[name=show-save-cart], .cart .on-ps-cart-totals .promotion_discount .coupon_apply {
  background-color: black;
  font-size: 0.8125rem;
  line-height: 1;
  height: auto;
  min-height: unset;
}
.cart .on-ps-cart-totals .cart-totals {
  display: flex;
  flex-direction: column;
}
.cart .on-ps-cart-totals .cart-totals .to-checkout {
  width: 100%;
}
.cart .on-ps-cart-totals .cart-totals .btn.btn-sm[name=show-save-cart] {
  margin-left: auto;
  margin-right: 0;
  width: auto;
  display: block;
  line-height: 1;
  height: auto;
  padding-inline: 0.6125rem !important;
  order: 1;
}
.cart .on-ps-cart-totals .promotion_discount .row {
  margin-inline: 0;
  display: flex;
  align-items: center;
}
.cart .on-ps-cart-totals .promotion_discount .row::before {
  content: unset;
}
.cart .on-ps-cart-totals .promotion_discount .row > div {
  display: contents;
}
.cart .on-ps-cart-totals .promotion_discount .coupon_apply {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 0;
  border: 1px solid black;
  top: 0;
}
.cart .on-ps-cart-totals .promotion_discount .coupon_apply > .fa {
  display: none;
}
.cart .on-ps-cart-totals .promotion_discount .coupon_code {
  font-weight: 500;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.cart .on-ps-cart-totals .promotion_discount .coupon_code, .cart .on-ps-cart-totals .promotion_discount .coupon_apply {
  padding: 0.5rem 0.6125rem;
  height: auto;
  line-height: 1;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.cart .on-ps-button, .cart .on-ps-cart-clear .clear-cart {
  font-family: "Poppins", sans-serif;
  font-size: 0.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 5px;
}
.cart .on-ps-button, .cart .on-ps-cart-clear .clear-cart {
  display: inline-block;
  background: rgb(227.7, 175.5, 0);
  color: white;
  font-weight: 600;
}
.cart .on-ps-button:hover {
  background-color: rgb(204.93, 157.95, 0);
}
.cart .on-ps-button, .cart .on-ps-button:hover {
  font-weight: bold;
  color: white;
}
.cart .on-ps-button--small, .cart .on-ps-cart-clear .clear-cart {
  padding: 0.5rem 0.6125rem;
}
.cart .on-ps-button--blue {
  background: #004B93;
}
.cart .on-ps-button--blue:hover {
  background-color: rgb(0, 48.9795918367, 96);
}
.cart .on-ps-cart-clear .clear-cart {
  background-color: black;
  font-size: 0.8125rem;
  line-height: 1;
  height: auto;
  min-height: unset;
}
section.zonetop {
  margin-bottom: 0;
}

.top-welcome h1 {
  color: #004B93;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 1.5rem;
  font-size: 2.5rem !important;
}
.top-welcome h1:after {
  content: " >> ";
  color: #FDC300;
}

.on-ps-wip-content {
  color: red;
  border: 1px dashed red;
  font-weight: bold;
}
.on-ps-wip-content:hover {
  position: relative;
}
.on-ps-wip-content:hover::after {
  content: "This content is a work in progress and may be subject to change.";
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  background: darkred;
  color: white;
}

.desktop-hidden {
  display: none;
}

@media screen and (max-width: 992px) {
  .desktop-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
}