:root {
  --evo-brand-secondary: #4686cc;
  --evo-brand-accent: #fff200;
  --evo-header-background: #fff;
  --evo-row-spacing: 20px;
}

.logo img {
  max-height: 180px !important;
}

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: #404040;
  font-size: 0.85rem;
  display: block;
  line-height: 1.5;
  margin: 2px 0;
}
.open-account:hover,
.open-account:focus {
  color: #000 !important;
}
.header-switch .current-branch-banner a {
  display: inline-block;
  color: #000;
}
.header-switch .current-branch-banner a:hover,
.header-switch .current-branch-banner a:focus {
  color: #000;
}
.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);
}
.menu.expanded .catalog li .submenu .submenucontainer {
  overflow-y: auto;
  background: #fff;
}
/* ===== Account Message ===== */
.account-overview-message .message-container {
  background: #f8f9fa;
  border-left: 4px solid var(--evo-brand-default);
  border-radius: 0 6px 6px 0;
  padding: 20px 24px;
  font-size: 14px;
  line-height: 1.6;
  color: #374151;
  margin-bottom: 20px;
  margin-left: 30px;
}
.account-overview-message .message-container p {
  margin: 0 0 8px;
}
.account-overview-message .message-container p:first-child {
  color: #6b7280;
  font-size: 13px;
  margin-bottom: 12px;
}
.account-overview-message .message-container p:last-child {
  margin-top: 14px;
  margin-bottom: 0;
  padding-top: 14px;
  border-top: 1px solid #e5e7eb;
  color: #6b7280;
  font-size: 13px;
}
.account-overview-message .message-container strong {
  color: #111827;
  font-weight: 600;
  display: inline-block;
  min-width: 130px;
}
/* ===== End Account Message ===== */
/*===== HM product stock style =====*/
.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-default);
  /*! 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.9rem !important;
  font-weight: 600;
  text-align: center;
  text-wrap: wrap;
  margin: 0;
  text-transform: uppercase;
  line-height: 1.3;
}
.cd-wrapper.delivery-option.unavailable h3 {
  font-size: 0.9rem;
}
.cd-wrapper p {
  margin: 0;
  text-wrap: wrap;
  line-height: 1.1;
  font-size: 0.8rem;
  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 ===== */