.toolbar button i, .toolbar a i {
    color: white;
}

.toolbar a span {
    color: white;
}

.contact-form input[type*="radio"] {
  position: relative !important;
  margin-right: 10px;
}

.contact-form .radio label {
  display: flex;
  align-items: center;
}
.in-stock {
    color: #37b048;
}
.out-stock {
	color: #d22f25;
}

/* 	CUSTOM HEADER FOOTER FOR KEY CLIENT */

.ex-a-1133366 .header-full .headersection-2 {
	background: black;
}
.ex-a-1133366 .header-mobile {
	background: black;
}

.ex-a-1133256 .header-full .headersection-2 {
	background: #112b4f;
}
.ex-a-1133256 .header-mobile {
	background: #112b4f;
}

.ex-a-1133139 .header-full .headersection-2 {
	background: #112b4f;
}
.ex-a-1133139 .header-mobile {
	background: #112b4f;
}

.ex-a-2042335 .header-full .headersection-2 {
	background: black;
}
.ex-a-2042335 .header-mobile {
	background: black;
}

.ex-a-1812988 .headersection-3 .menu .catalog-block {
	background:#2b5971;
}

.ex-a-1812988 .header-full .headersection-2 {
	background: #0a1542;
}
.ex-a-1812988 .header-mobile {
	background: #0a1542;
}

.ex-a-1812988 .headersection-3 .menu .catalog-block {
	background:#2b5971;
}

.ex-a-2173298 .headersection-3, .ex-a-2173298 .headersection-1 {
	display:none;
}
.ex-a-2173298 .header-full .headersection-2 {
	background: #373737;
}
.ex-a-2173298 .header-mobile {
	background: #373737;
}
.ex-a-2173298 .header-mobile .header-menu {
  width: 0px;
}
.ex-a-2173298 .header-menu {
display: none;
}
.ex-a-2173298 .header-mobile .header-logo {
  margin: 10px;
}
.ex-a-2173298 .footersection-1, .ex-a-2173298 .footersection-1 {
  display: none;
}
.footersection-3 {
	background: #373737;
}
.footersection-3 {
	display: none;
}
.ex-a-2173298 .footersection-3 {
  display: inline !important;
}
.footersection-3 img {
max-width: 150px;
 float: right;
  margin: 20px;
}
.ex-a-2173298 footer.footer {
	background: #373737;
}
/* Fixes a custom design issue with the cart button showing cut out in the PDP for live inventory v2 */
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper button {
  width: 100%;
}
.ex-product .catalog-single .product-shopping-actions .product-shopping-actions-addtocart .live-inventory-v2-add-to-cart-wrapper {
  max-width: none;
}

#tidio-chat {
  display: none !important;
}

/* 	QOB Specific Badges */
.ribbon-wrapper.b6116.g11539 {
  display: none;
}
.ex-a-2173298 .ribbon-wrapper.b6116.g11539 {
  display: block !important;
}
/* Bespoke card style*/
.line-ref-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-inline: 30px 20px;
  margin-bottom: 20px;
}
.line-ref-wrapper > div {
  width: calc(50% - 10px);
  min-height: 230px;
}
.line-ref-wrapper h3 {
  width: 100%;
}
.line-ref-element {
  position: relative;
  padding: 20px;
  padding-right: 40px;
  background: #f5f5f5;
  border-radius: 10px;
  border: 4px solid transparent;
}
.line-ref-title {
  text-align: center;
  margin-bottom: 20px;
}
.fullname-line,
.job-line{
  margin-bottom: 7px;
}
.quantity-line {
  position: relative;
}
.quantity-line input {
  max-width: 100px;
  text-align: center;
}
.quantity-line button {
  position: absolute;
  border: none;
  background-color: transparent;
}
.quantity-line .decr-qty {
  left: 115px;
}
.quantity-line .inc-qty {
  left: 185px;
}
.line-ref-delete {
  position: absolute;
  right: 7px;
  top: 2px;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
  transition: color 0.35s
}
.line-ref-delete:hover {
color: #f38989;
}
.line-ref-element > div {
  display: flex;
  align-items: center;
}
.line-ref-element span {
  font-size: 1.1rem;
  width: 100px;
  display: inline-block;
}
.line-ref-element input {
  margin-left: 10px;
  width: max-content;
  padding: 15px;
  flex-grow: 1;
  border-radius: 20px;
  font-size: 1.2rem;
  border-color: transparent;
  outline: 2px solid transparent;
  transition: outline-color 0.35s;
  min-width: 0;
}
.line-ref-element input:focus {
  outline-color: #53b1ff;
}

.line-ref-element:has(input:placeholder-shown) {
border: 3px solid #f38989;
}
.line-ref-element:not(:has(input:placeholder-shown)) {
border: 3px solid #78c1a3;
}
.addline-wrapper {
  width: 100%;
  border: 3px dashed #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-block: 20px;
  background-color: #f5f5f5;
  border-radius: 20px;
}
.addline-btn {
  width: 50px;
  height: 50px;
  font-size: 2.5rem;
  line-height: 0;
  color: #78c1a3;
  border: 1px solid #78c1a3;
  border-radius: 50%;
  transition: background-color 0.35s;
}
.addline-btn:hover {
  background-color: #EAF4E7;
}
@media only screen and (max-width: 768px){
  .line-ref-wrapper > div {
    width: 100%;
  }
}
/* End */