:root {
  --evo-brand-secondary: #154295;
  --evo-brand-accent: #d30614;
  --evo-header-background: #fff;
--evo-row-spacing: 20px;
}
/* Make web page not wider than 1224px*/
@media (min-width: 1470px) {
  .container {
    width: 1224px;
  }
}
/* End */
.logo img {
  max-height: 90px !important;
}
.headersection-search {
  padding: 5px 0;
}
header .shoppingtools_container a.account-btn.btn-outlined-invert > i.user-icon::before,
.header-links .theme-icon {
  font-size: 1.7rem;
}
header .shoppingtools_container a.account-btn.btn-outlined-invert {
  gap: 7px;
}
header .shoppingtools_container a.account-btn.btn-outlined-invert > span {
  font-size: 1rem
}
.header-links .head-branch a,
header .shoppingtools_container .toggle-vat-incl-wrapper,
header .minicart_container .cart-btn > a.btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  width: max-content;
}
.header-links .theme-icon {
  height: 1.7rem;
}
.shopping-tools-wrapper.st-vat-toggle a.toggle-vat-incl-wrapper > span {
  order: 2;
  margin: 0;
  font-size: 1rem;
}
header .shoppingtools_container .toggle-vat-incl-wrapper {
  justify-content: flex-end;
  gap: 7px;
}
header .minicart_container .cart-btn > a.btn {
  background: transparent!important;
  color: #fff!important;
  border: none;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  column-gap: 2px;
}
header .minicart_container .cart-btn > a.btn .minicart_total,
.toolbar .cart-btn > .btn span.minicart_count{
  line-height: 1.2;
}
header .minicart_container .cart-btn > a.btn > i::before {
  content: "";
  font-size: 1.5rem;
}
header .minicart_container .cart-btn > a.btn > i {
  margin: 0;
  width: 100%;
  text-align: center;
}
header .toolbar .cart-btn > .btn span.minicart_count {
  position: relative;
  top: inherit;
  right: inherit;
  color: #fff;
  padding: 0;
  background: none;
  font-size: 1rem;
  font-weight: 400;
  order: 1;
  display: inline-block;
  margin-left: 3px;
  height: revert;
}
.minicart_container {
  padding-left: 0;
}
.toolbar .cart-btn > .btn span.minicart_count::before {
  content: "(";
}
.toolbar .cart-btn > .btn span.minicart_count::after {
  content: ")";
}
.header-switch > .container {
  display: flex;
}
.header-switch .current-branch-banner {
  flex-grow: 1;
}
.open-account {
  color: #164295 !important;
  display: block;
  line-height: 1.5;
  margin: 2px 0;
}
.open-account,
.current-branch-banner a
{
  font-size: 1rem;
}
.open-account:hover,
.open-account:focus {
  color: #d50314;
}
.header-switch .current-branch-banner a {
  display: inline-block;
  color: #164295;
}
.header-switch .current-branch-banner a:hover,
.header-switch .current-branch-banner a:focus {
  color: #fff;
}

.header-switch .current-branch-banner a span:first-of-type::after {
  content: ".";
}
.header-switch .switch-branch-here {
  color: var(--evo-link-color);
  margin-left: 3px;
}
.header-switch .current-branch-banner a:hover .switch-branch-here,
.header-switch .current-branch-banner a:focus .switch-branch-here {
  color: var(--evo-brand-hover-bglight);
}
@media only screen and (max-width: 500px){
  .header-switch > .container {
  flex-direction: column;
  gap: 0.5em;
}
}
.lastviewedproducts_container .product div.product-sku .product-sku-label, .lastviewedproducts_container .tile div.product-sku .product-sku-label, .merchandisingcontent_container .product div.product-sku .product-sku-label, .merchandisingcontent_container .tile div.product-sku .product-sku-label, .productsgrid_container .product div.product-sku .product-sku-label, .productsgrid_container .tile div.product-sku .product-sku-label, .productsrelated_container .product div.product-sku .product-sku-label, .productsrelated_container .tile div.product-sku .product-sku-label, .widget-contract-items-html .product div.product-sku .product-sku-label, .widget-contract-items-html .tile div.product-sku .product-sku-label, .widget-lastviewedproducts-html .product div.product-sku .product-sku-label, .widget-lastviewedproducts-html .tile div.product-sku .product-sku-label {
    background-color: white !important;
    display: inline-block;
    padding: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.catalog-single.has-carousel.has-itemsperpage .tile {
    margin:0px;
    max-width: 90%;
    width: 100%;
    background: white! important;
    padding: 20px;
}
/* Footer Subscription Form */

.subscr-form input.form-control {
    border-radius: 30px;
  padding-left: 25px;
}
.subscr-form input.form-control::placeholder,
.subscr-form input.form-control::-webkit-input-placeholder,
.subscr-form input.form-control::-moz-placeholder{
  color: #404040!important;
}
.subscr-form input.form-control:focus::placeholder,
.subscr-form input.form-control:focus::-webkit-input-placeholder,
.subscr-form input.form-control:focus::-moz-placeholder{
  color: #aaa!important;
}
.subscr-form button.subscr-next {
  background-color: #e71d2a;
  height: 46px;
  top: 0;
  right: 0;
  width: 60px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 10px;
}
.subscr-form .icon-arrow-right::before {
  content: "";
  background-image:url("https://eu.evocdn.io/dealer/1930/content/media/My_Theme/assets/icon/paper-plane-icon.png");
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
}
footer .newsletters_container {
  padding: 2.5em;
  background-color: #0002;
}
/* End */
/* ===== MH styling switch branch modal ===== */
#switchBranchModal .modal-header h2 {
  text-align: center;
  font-weight: 500;
}
#switchBranchModal .modal-body {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 10px;
}

#switchBranchModal .modal-body .alert.alert-warning {
  grid-column: span 3;
}

#switchBranchModal .modal-body .pull-right {
  position: absolute;
  top: 100px;
  right: 10px;
}

#switchBranchModal .modal-body .pull-right i {
  margin: 0;
  font-size: 2rem;
}

#switchBranchModal .modal-body .collection-branch-selector.selected {
  border-color: #abdfd1;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

#switchBranchModal .collection-branch-selector[data-bid="1181"] {
  --branch-url: url("https://eu.evocdn.io/dealer/1930/content/media/My_Theme/assets/image/selhurst-orpington-branch.jpg");
}
#switchBranchModal .collection-branch-selector[data-bid="1182"] {
  --branch-url: url("https://eu.evocdn.io/dealer/1930/content/media/My_Theme/assets/image/selhurst-croydon-branch.jpg");
}
#switchBranchModal .collection-branch-selector[data-bid="1183"] {
  --branch-url: url("https://eu.evocdn.io/dealer/1930/content/media/My_Theme/assets/image/selhurst-kenley-branch.jpg");
}
#switchBranchModal .collection-branch-selector[data-bid="1184"] {
  --branch-url: url("https://eu.evocdn.io/dealer/1930/content/media/My_Theme/assets/image/selhurst-biggin hill.jpg");
}
#switchBranchModal .collection-branch-selector[data-bid="1189"] {
  --branch-url: url("https://eu.evocdn.io/dealer/1930/content/media/My_Theme/assets/image/selhurst-plumbing-branch.jpg");
}

#switchBranchModal .modal-body .collection-branch-selector {
  background: var(--branch-url);
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 300px;
  border-radius: 10px;
  position: relative;
}
#switchBranchModal .modal-body h3 {
  font-size: 1.5rem;
  margin-block: 0.5em;
}
#switchBranchModal .modal-body p {
  font-size: 1rem;
}
@media only screen and (max-width: 991px) {
  #switchBranchModal .modal-body .collection-branch-selector {
    grid-column: span 3;
    height: 150px;
    padding-left: 50%;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  #switchBranchModal .modal-body .collection-branch-selector {
    background: none;
    padding: 20px;
  }
}
/* ===== End ===== */

/* Changing background color of search box */

header section.search .search-form .form-group input {
    border-color: #d3d3d3;
    border-radius: 5px;
    color: var(--evo-text-col);
    height: 46px;
    background-color: white !important;
}

/* End Changing background color of search box */

/* Center Copyright Info */

.copyright_container {
    font-size: 1em;
    text-align: center;
}

/* End Center Copyright Info */

/* Account Dashboard Changes */

#cdash_address .with-padding-trl {
    background-color: #ffffff !important;
    padding: 15px;
}

div.customertools .customertools-container {
    background: #f2f2f2;
    color: var(--evo-text-col);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 20px 24px 40px;
}

/* End Account Dashboard Changes */

/* Form Changes */

.quoterequest {
  background: #fff !important;
  padding: 10px !important;
  border: solid 1px lightgray !important;
}

.quoterequest .btn-primary {
  width: 100% !important;
  font-weight: 700 !important;
}

.form-control, .input-group .form-control:last-child {
    border-color: #b7b5b5;
    border-radius: 10px;
}

.quoterequest p {
  padding-bottom: 20px !important;
  text-align: left !important;
}

label {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 12px;
}

.catalog-grid h2 {
    font-size: 1.75em;
    color: #164295;
    font-style: normal;
    font-weight: 700;
    padding-top: 20px;
  padding-bottom: 20px !important;
    text-align: left;
}

/* End Form Changes */

/* ===== Promo Grid ===== */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 0; /* flush tiles together */
}

/* ===== Promo Card ===== */
.promo-card {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: clamp(220px, 31vw, 470px);
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

/* ===== Overlay (roll-up) ===== */
:root {
  --strip: 60px; /* height of the visible title strip at rest */
}

.promo-overlay {
  position: absolute;
  inset: auto 0 0 0;
  background: rgba(255, 255, 255, 0.85); /* white translucent */
  color: #333;
  transform: translateY(calc(100% - var(--strip)));
  transition: transform 320ms cubic-bezier(.2, .8, .2, 1);
  z-index: 2;
}

.promo-card:hover .promo-overlay,
.promo-card:focus-within .promo-overlay {
  transform: translateY(0%);
}

/* ===== Overlay Content ===== */
.promo-content {
  padding: 1rem 1.5rem 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.9rem;
}

/* ===== Title ===== */
.promo-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #654421 /* dark text for contrast */
  line-height: 1.1;
}

/* ===== Button ===== */
.promo-btn {
  display: inline-block;
  padding: 0.5rem 1.25rem;
  border: 2px solid #654421;   /* dark border on white overlay */
  border-radius: 999px;
  background: #654421;
  color: white;
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  opacity: 0;               /* hidden at rest */
  transform: translateY(10px);
  transition: opacity 200ms ease, transform 200ms ease;
}

.promo-card:hover .promo-btn,
.promo-card:focus-within .promo-btn {
  opacity: 1;
  transform: translateY(0);
}

.promo-btn:hover,
.promo-btn:focus {
  background: transparent;
  color: #654421;
  border: 2px solid #654421; 
  }


/* ===== Responsive ===== */
@media (max-width: 768px) {
  .promo-grid {
    grid-template-columns: 1fr; /* stack on smaller screens */
  }
}


/* Product page color changes */

.productsummary_container .productdetails .prod-code span {
    background-color: #f2f2f2 !important;
    color: var(--evo-text-col);
    font-weight: 400;
}

.productspecs_container .tech-specs .item:nth-child(odd) {
    background-color: #f2f2f2 !important;
}

/* END Product page color changes */

.header-links .location-icon {
    left: -2.4em;
    mask-image: url(/images/icon-location.svg);
    -webkit-mask-image: url(/images/icon-location.svg);
    position: absolute;
    top: 0;
    display: none;
}

/* Full width of page container, edge-to-edge */
.brand-section-wrapper{
  width:100%;
  margin:0 auto;
  padding:28px 0;
  text-align:center;
}

.brand-title{
  font-size:1.75rem;
  margin:0 0 24px;
}

/* Desktop: 6 columns */
.roll-brand-section{
  --gap:20px;
  --logo-h:60px;
  display:grid;
  grid-template-columns:repeat(6, 1fr);
  gap:var(--gap);
}

/* Brand card + hover */
.roll-brand-item{
  border:1px solid #e0e0e0;
  border-radius:12px;
  padding:18px 14px;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center; /* keeps logo centered */
  transition:transform .2s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
  filter:grayscale(40%);
  text-decoration:none;
}
.roll-brand-item:hover,
.roll-brand-item:focus-visible{
  transform:translateY(-3px);
  box-shadow:0 8px 18px rgba(0,0,0,.08);
  border-color:#c7d6c9;
  filter:grayscale(0%);
}

/* Logo sizing */
.roll-brand-item img{
  max-width:100%;
  max-height:var(--logo-h);
  width:auto;
  height:auto;
  object-fit:contain;
  display:block;
  margin:0 auto; /* makes sure image itself is centered */
}

/* Responsive breakpoints */
@media (max-width: 1200px){
  .roll-brand-section{ grid-template-columns:repeat(5, 1fr); }
}
@media (max-width: 992px){
  .roll-brand-section{ grid-template-columns:repeat(4, 1fr); }
}
@media (max-width: 768px){
  .roll-brand-section{ grid-template-columns:repeat(3, 1fr); }
  .brand-title{ font-size:1.75rem; }
  .roll-brand-section{ --logo-h:56px; }
}


.trustedbrandsrow {
  background-color: #f4f4f4 !important; 
  padding-top: 30px !important; 
  margin-top: 30px !important; 
  padding-bottom: 30px !important; 
}
    
.cookiespolicies-banner .cookiespolicies-header, .cookiespolicies-banner .cookiespolicies-text p {
    color: #ffffff !important;
}

section.search {
    font-size: 1.1rem !important;
    font-weight: 600;
    padding: 0 15px;
    width: 100%;
}

.footer i {
    color: #154295;
}

.headersectionicons {
  background: white !important;
}

/* Adding white background to product page and category page and account pages */

#accordion {
    margin: 0;
    background-color: white;
}

.catalog-grid .container {
    padding: 15px 15px;
}

.categoryfiltermenu_container, .filters_container {
    background-color: #f6f8fb;
    border-radius: 5px;
    padding: 35px 20px;
    border: solid 1px lightgray;
}
.myaccount table {
    color: gray;
    background-color: white;
}

.panel-default {
    border-color: #ddd;
    background-color: white;
}

#erpGridVue .grid-container.no-more-tables.gridcontent table {
    display: block;
    overflow-x: auto;
    background-color: white;
}

.invoice-consolidated-payments {
    background-color: #ffffff;
    border-radius: 4px;
    gap: 16px;
    padding: 10px;
}

.myaccount .nav-title li a {
    border: 1px solid var(--evo-border-color, #eaeaea);
    color: var(--evo-text-col);
    font-weight: 500;
    padding: 10px 16px;
    text-align: center;
    transition: background .35s ease;
    background-color: white;
}

/* End Adding white background to product page and category page */

.homeproducts h3 {
  text-align: center !important:
}

.merchandisingcontent_container h3 {
  border-bottom: 0px solid;
}

.merchandisingcontent_container .item-merchandising .owl-nav>div, .merchandisingcontent_container .lastviewedproducts-content .owl-nav>div, .merchandisingcontent_container .productgridwidget .owl-nav>div, .merchandisingcontent_container .productsrelated .owl-nav>div, .productsrelated_container .item-merchandising .owl-nav>div, .productsrelated_container .lastviewedproducts-content .owl-nav>div, .productsrelated_container .productgridwidget .owl-nav>div, .productsrelated_container .productsrelated .owl-nav>div, .widget-contract-items-html .item-merchandising .owl-nav>div, .widget-contract-items-html .lastviewedproducts-content .owl-nav>div, .widget-contract-items-html .productgridwidget .owl-nav>div, .widget-contract-items-html .productsrelated .owl-nav>div, .widget-lastviewedproducts-html .item-merchandising .owl-nav>div, .widget-lastviewedproducts-html .lastviewedproducts-content .owl-nav>div, .widget-lastviewedproducts-html .productgridwidget .owl-nav>div, .widget-lastviewedproducts-html .productsrelated .owl-nav>div {
    background-color: #154295 !important;
    font-size: 15px;
    left: 0;
    margin: 0;
    padding: 1px 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 25px;
}

.merchandisingcontent_container .item-merchandising .owl-nav>div:before, .merchandisingcontent_container .lastviewedproducts-content .owl-nav>div:before, .merchandisingcontent_container .productgridwidget .owl-nav>div:before, .merchandisingcontent_container .productsrelated .owl-nav>div:before, .productsrelated_container .item-merchandising .owl-nav>div:before, .productsrelated_container .lastviewedproducts-content .owl-nav>div:before, .productsrelated_container .productgridwidget .owl-nav>div:before, .productsrelated_container .productsrelated .owl-nav>div:before, .widget-contract-items-html .item-merchandising .owl-nav>div:before, .widget-contract-items-html .lastviewedproducts-content .owl-nav>div:before, .widget-contract-items-html .productgridwidget .owl-nav>div:before, .widget-contract-items-html .productsrelated .owl-nav>div:before, .widget-lastviewedproducts-html .item-merchandising .owl-nav>div:before, .widget-lastviewedproducts-html .lastviewedproducts-content .owl-nav>div:before, .widget-lastviewedproducts-html .productgridwidget .owl-nav>div:before, .widget-lastviewedproducts-html .productsrelated .owl-nav>div:before {
    color: white !important;
}
  
  .testimonial-box {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .09);
    height: 100%;
    padding: 25px 15px;
    BACKGROUND: WHITE;
}

header .menu .catalog-block {
    background-color: #164395 !important;
      border-top: white 1px solid !important;
}


.productimage_container .productimagesolo {
    border: 1px solid var(--evo-border-color, #eaeaea);
    border-radius: 5px;
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    background: white;
}

nav.menu .catalog-block ul.catalog>li>a {
    align-items: center;
    border-bottom: 2px solid transparent;
    color: #ffffff !important;
    display: flex;
    font-size: .875em;
    height: 100%;
    line-height: 1.5;
    padding: 10px 15px;
    transition: border .35s ease, color .35s ease !important;
}

.header-switch {
    background: #ffffff !important;
    color: #ffffff !important;
    padding: 5px 0;
  border-bottom: 1px solid white !important;
}

.header-switch .current-branch-banner i {
    color: #164295 !important;
}

.header-switch .current-branch-banner strong {
    color: #164295 !important;
}

.header-switch .switch-branch-here:hover,
.header-switch .switch-branch-here:focus {
  color: #ff3131 !important;
}

/** ECOMMDR-638 **/
.tile .live-inventory-v2-wrapper a.live-inventory-v2-collection, .tile .live-inventory-v2-wrapper a.live-inventory-v2-shipping,
.live-inventory-v2-collection,
.live-inventory-v2-wrapper .in-stock, .live-inventory-v2-wrapper .out-stock, .product-stock .in-stock, .product-stock .out-stock {
  width: auto;
}
/* Product Tiles style */
.ex-searchresult .productgridwidget .tileparent,
.ex-searchresult .gridlist-list .tileparent,
.ex-category .productgridwidget .tileparent,
.ex-category .gridlist-list .tileparent,
.ex-category .gridlist-list .tileparent,
.merchandisingcontent_container .item-merchandising .owl-item {
  border-top: 0;
  border-bottom: 0;
}
.ex-searchresult .productgridwidget .tileparent .tile .inventory-link-wrapper.variable-product .info-availability,
.ex-searchresult .gridlist-list .tileparent .tile .inventory-link-wrapper.variable-product .info-availability,
.ex-category .productgridwidget .tileparent .tile .inventory-link-wrapper.variable-product .info-availability,
.ex-category .gridlist-list .tileparent .tile .inventory-link-wrapper.variable-product .info-availability,
.merchandisingcontent_container .item-merchandising .owl-item .tile .inventory-link-wrapper.variable-product .info-availability {
  margin: 0;
  font-size: 0.625rem;
  font-weight: 700;
}
.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description {
  display: flex;
  flex-direction: column;
}
.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .indicators-grid,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .indicators-grid,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .indicators-grid,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .indicators-grid,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description .indicators-grid {
  margin: 0;
}
.ex-searchresult
  .productgridwidget
  .tileparent
  .tile
  .footer-wrapper
  .footer-wrapper-description
  > .list-attribute.product-stock.live-inventory-finished-loading,
.ex-searchresult
  .gridlist-list
  .tileparent
  .tile
  .footer-wrapper
  .footer-wrapper-description
  > .list-attribute.product-stock.live-inventory-finished-loading,
.ex-category
  .productgridwidget
  .tileparent
  .tile
  .footer-wrapper
  .footer-wrapper-description
  > .list-attribute.product-stock.live-inventory-finished-loading,
.ex-category
  .gridlist-list
  .tileparent
  .tile
  .footer-wrapper
  .footer-wrapper-description
  > .list-attribute.product-stock.live-inventory-finished-loading,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description > .list-attribute.product-stock.live-inventory-finished-loading{
  order: 5;
  margin: 0;
  padding: 0;
}
.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .brand-label,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .brand-label,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .brand-label,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .brand-label,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description .brand-labe {
  order: 1;
}
.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-name,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-name,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-name,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-name,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description .product-name {
  order: 2;
}
.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-sku,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-sku,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-sku,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-sku,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description .product-sku {
  order: 3;
}
.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description .product-category {
  order: 4;
}

.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category strong::after,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category strong::after,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category strong::after,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .product-category strong::after,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper-description .product-category strong::after {
  content: ":";
}

.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .flex-notes,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .flex-notes,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-description .flex-notes,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-description .flex-notes,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-description .flex-notes {
  order: 5;
  padding-bottom: 12px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-price .price-main-content,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-price .price-main-content,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-price .price-main-content,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-price .price-main-content,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-price .price-main-content {
  order: 1;
}
.ex-searchresult .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-price .price-label-inc-vat,
.ex-searchresult .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-price .price-label-inc-vat,
.ex-category .productgridwidget .tileparent .tile .footer-wrapper .footer-wrapper-price .price-label-inc-vat,
.ex-category .gridlist-list .tileparent .tile .footer-wrapper .footer-wrapper-price .price-label-inc-vat,
.merchandisingcontent_container .item-merchandising .owl-item .tile .footer-wrapper .footer-wrapper-price .price-label-inc-vat {
  order: 2;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group,
.ex-category .productgridwidget .tileparent .tile .buttons.group,
.ex-category .gridlist-list .tileparent .tile .buttons.group,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group {
  display: flex;
  flex-direction: column;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container {
  order: 1;
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid #317cc5;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container input,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container input,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container input,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container input,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container input{
  margin: 0;
  padding: 3px 0;
  height: auto;
  border: 0;
  cursor: text;
  width: 18px;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container input:focus,
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container input:focus-visible,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container input:focus,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container input:focus-visible,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container input:focus,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container input:focus-visible,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container input:focus,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container input:focus-visible,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container input:focus,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container input:focus-visible {
  outline: none;
  border: 0;
  box-shadow: none;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-decrement,
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-increment,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-decrement,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-increment,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-decrement,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-increment,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-decrement,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-increment,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container .qty-decrement,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container .qty-increment {
  border: 0;
  background: transparent;
  color: #317cc5;
  line-height: 16px;
  padding: 3px 0;
  font-size: 1em;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-decrement,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-decrement,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-decrement,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-decrement,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container .qty-decrement{
  padding-left: 16px;
  padding-right: 12px;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-increment,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-increment,
.ex-category .productgridwidget .tileparent .tile .buttons.group .qty-container .qty-increment,
.ex-category .gridlist-list .tileparent .tile .buttons.group .qty-container .qty-increment,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .qty-container .qty-increment{
  padding-left: 12px;
  padding-right: 16px;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .flex-buttons,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .flex-buttons,
.ex-category .productgridwidget .tileparent .tile .buttons.group .flex-buttons,
.ex-category .gridlist-list .tileparent .tile .buttons.group .flex-buttons,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .flex-buttons {
  order: 2;
  margin: 16px 0;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex,
.ex-category .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex,
.ex-category .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .flex-buttons .flex {
  gap: 8px;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-50,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-50,
.ex-category .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-50,
.ex-category .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-50,
.ex-category .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .flex-buttons .flex-50 {
  margin: 0;
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-50 button,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-50 button,
.ex-category .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-50 button,
.ex-category .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-50 button,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .flex-buttons .flex .flex-50 button{
  line-height: 22px;
  padding: 6px 26px;
  min-height: auto;
  font-size: 0.875em;
}
@media screen and (max-width: 480px) {
  .ex-searchresult .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-left button::before,
  .ex-searchresult .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-left button::before,
  .ex-category .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-left button::before,
  .ex-category .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-left button::before,
  .merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .flex-buttons .flex .flex-left button::before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.30155 1.63958L2.59488 5.52L1.56697 7.83333H3.66634H6.16634H7.83301V7H2.84926L3.31217 5.95833H7.50822L8.8278 2H2.29988L1.88322 0.75H0.333008V1.58333H1.23572L1.30155 1.63958Z' fill='white'/%3E%3Cpath d='M3.66667 8.66665C3.89679 8.66665 4.08333 8.4801 4.08333 8.24998C4.08333 8.01986 3.89679 7.83331 3.66667 7.83331C3.43655 7.83331 3.25 8.01986 3.25 8.24998C3.25 8.4801 3.43655 8.66665 3.66667 8.66665Z' fill='white'/%3E%3Cpath d='M6.16667 8.66665C6.39679 8.66665 6.58333 8.4801 6.58333 8.24998C6.58333 8.01986 6.39679 7.83331 6.16667 7.83331C5.93655 7.83331 5.75 8.01986 5.75 8.24998C5.75 8.4801 5.93655 8.66665 6.16667 8.66665Z' fill='white'/%3E%3C/svg%3E");
    margin-right: 10px;
    line-height: 1;
    vertical-align: text-bottom;
  }
  .ex-searchresult .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-right button::before,
  .ex-searchresult .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-right button::before,
  .ex-category .productgridwidget .tileparent .tile .buttons.group .flex-buttons .flex .flex-right button::before,
  .ex-category .gridlist-list .tileparent .tile .buttons.group .flex-buttons .flex .flex-right button::before,
  .merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .flex-buttons .flex .flex-right button::before {
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_234_151)'%3E%3Cpath d='M8.88275 7.38814L6.94087 5.44626L8.85587 3.53126L1.35254 1.33105L3.55254 8.83439L5.46775 6.91939L7.40962 8.86126L8.88275 7.38814Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_234_151'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    margin-right: 10px;
    line-height: 1;
    vertical-align: text-bottom;
  }
}
.ex-searchresult .productgridwidget .tileparent .tile .buttons.group .addtoquicklist-wrapper,
.ex-searchresult .gridlist-list .tileparent .tile .buttons.group .addtoquicklist-wrapper,
.ex-category .productgridwidget .tileparent .tile .buttons.group .addtoquicklist-wrapper,
.ex-category .gridlist-list .tileparent .tile .buttons.group .addtoquicklist-wrapper,
.merchandisingcontent_container .item-merchandising .owl-item .tile .buttons.group .addtoquicklist-wrapper {
  order: 3;
  padding: 0;
  text-align: center;
  line-height: 12px;
}
/* End Product Tiles Style */
.supplier_3087 .live-inventory-v2-shipping.out-stock,
.supplier_3136 .live-inventory-v2-shipping.out-stock{
    color: green!important;
}
/*===*/
.product[data-stock-design-updated="true"] .footer-wrapper{
  flex-grow: unset!important;
}
.product[data-stock-design-updated="true"] .buttons.group{
  flex-grow: 1!important;
}
.collection-delivery {
  order: 2;
  display: grid;
  grid-template-rows: 25px 0fr;
  transition: grid-template-rows 0.5s ease;
  flex-grow: 1;
}
.collection-delivery.shown {
  grid-template-rows: 25px 1fr;
}
.delivery-collection__container {
  overflow: hidden;
}
.delivery-collection__title {
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--evo-brand-secondary);
  margin-left: 20px
}
.collection-delivery .toggle-icon {
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 5px;
  transition: transform 0.35s ease;
}
.collection-delivery.shown .toggle-icon {
  transform: rotate(-90deg);
}
.cd-wrapper.available {
  --bg-color-collection: #219653;
}
.cd-wrapper.unavailable {
  --bg-color-collection: #f5333f;
}

.cd-wrapper {
  border: 2px #ccc solid;
  border-radius: 30px;
  position: relative;
  padding: 0px;
  padding-left: 40px;
  margin-bottom: 7px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  background-color: #eee;
}

.cd-wrapper h3 {
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
  text-wrap: wrap;
  margin: 0;
  text-transform: uppercase;
}
.cd-wrapper.delivery-option.unavailable h3 {
  font-size: 0.75rem;
}
.cd-wrapper p {
  margin: 0;
  text-wrap: wrap;
  line-height: 1.1;
  font-size: 0.65rem;
  text-align: center;
  font-weight: 700;
}

.cd-wrapper::before,
.cd-wrapper::after {
  content: "";
  height: 100%;
  aspect-ratio: 1/1;
  position: absolute;
}

.cd-wrapper::before {
  background-color: var(--bg-color-collection);
  top: 0;
  left: 0;
  border-radius: 30px;
  border-top-right-radius: 0;
}

.cd-wrapper::after {
  background-image: url("https://eu.evocdn.io/dealer/1716/content/media/My_Theme/icons/collection-icon.svg");
  background-repeat: no-repeat;
  background-size: 22px;
  top: 7px;
  left: 7px;
  filter: invert(0.2) brightness(5);
}
.cd-wrapper.delivery-option::after {
  background-image: url("https://eu.evocdn.io/dealer/1716/content/media/My_Theme/icons/delivery-icon.svg");
}

.cd-wrapper.delivery-option {
  background-color: #888;
}

.cd-wrapper.delivery-option h3 {
  color: #fff;
}
.tileparent:has(button.has-modifiers) .delivery-collection {
  margin-top: 15px;
}
.tileparent:has(button.has-modifiers) .collection-delivery {
  margin-top: 15px;
}
.tileparent button.has-modifiers {
  margin-inline: auto;
}
@media only screen and (max-width: 768px) {
  .tileparent:has(button.has-modifiers) .delivery-collection {
    margin-top: 10px !important;
  }
}
/* ===== End ===== */