:root {
  --lazer-primary-bg: #10abe2; /*--evo-brand-default*/
  --lazer-secondary-bg: #00273a; /*--evo-header-background*/
  --lazer-tertiary-bg: #ed3e80;
  --lazer-link-1: #00273a;
  --lazer-link-2: #fff; /*--evo-header-text*/
  --lazer-link-2-hover: #10abe2;
  --lazer-link-3: #404040; /*--evo-text-col*/
  --lazer-link-3-hover: #10abe2;
  --lazer-btn-primary-bg: #10abe2;
  --lazer-btn-primary-bg-hover: #ed3e80; /*--evo-btn-default-bg-hover*/
  --lazer-btn-primary-text: #fff; /*--evo-btn-default-color*/
  --lazer-btn-primary-text-hover: #fff; /*--evo-btn-default-color-hover*/
  --lazer-header-text-primary-light: #fff;
  --lazer-header-text-primary-dark: #00273a;
}

/* ===== MH Test theme for customer ===== 
.ex-a-2297921 {
  --lazer-primary-bg: #0545F5;
  --lazer-secondary-bg: #151F6D; 
  --lazer-tertiary-bg: #FF8200;
  --lazer-btn-primary-bg-hover: #FF8200;
}
/* ===== End ===== */

.header-full .logo img {
  /* Change this for desktop */
  max-width: 250px !important;
  height: auto !important;
  max-height: none !important;
}

.product-sku {
  font-size: 1rem;
  color: #000000;
}

.toolbar .cart-btn .btn i,
.toolbar .cart-btn:hover > .btn i {
  color: #000000;
}

.toolbar .cart-btn > .btn {
  background: #8cc343;
}

.toolbar .cart-btn > .btn span {
  background-color: #f78e21;
}

nav.menu ul.catalog > li:nth-child(2) {
  background-color: #ad080e;
}

.headersection-1:not(.menubarStick) {
  top: 0 !important;
}

.productsummary_container .prod-code .label-focus {
  background-color: #9cfc00 !important;
  color: #000;
  font-weight: 800 !important;
  padding: 10px 20px;
  border-radius: 10px;
}

.label {
  border-radius: 0.25em;
  color: #fff;
  display: inline;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  padding: 0.3em 0.6em;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}

.fa.fa-tachometer {
  display: none;
}

.bannergrid {
  display: grid;
  gap: 1%;
  grid-template-columns: 75.8% 24.2%;
  grid-template-rows: repeat(3, auto);
}

.gridbanner1 {
  grid-column: 1;
  grid-row: span 3;
  width: 100%;
}

.gridbanner2,
.gridbanner3,
.gridbanner4 {
  grid-column: 2;
  width: 100%;
}

.dashboard-banner-custom {
  position: relative;
  isolation: isolate;
  padding: 70px 0;
}
.dashboard-banner-custom > img {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dashboard-banner-custom h1 {
  color: #fff;
  font-size: 48px;
  max-width: 500px;
  margin: 0 0 30px;
}
.dashboard-contact-line {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  font-size: 20px;
}
.dashboard-contact-line + .dashboard-contact-line {
  margin-top: 5px;
}
.dashboard-contact-line img {
  flex-shrink: 0;
}
.dashboard-contact-line strong {
  min-width: 330px;
}

:root {
  --warburtons-primary: #d2451e;
}
.ex-a-2216924 header a,
.ex-a-2216924 .toolbar .dropdown .dropdown-menu a i,
.ex-a-2216924 .toolbar a i {
  color: var(--warburtons-primary);
}
.ex-a-2216924 .header-full,
.ex-a-2216924 .menubarStick,
.ex-a-2216924 .header-strip-slider .slick-slide a:hover,
.ex-a-2216924 .menu .catalog > li > a:hover {
  background: var(--warburtons-primary);
}
.ex-a-2216924 .shoppingtools_container .account-btn > i,
.ex-a-2216924 .shoppingtools_container .contractitemslink > i,
.ex-a-2216924 .shoppingtools_container .vuequicklistdropdown_elem > a > i,
.ex-a-2216924 .minicart_container .cart-btn > .btn > i {
  border-color: #fff;
}
.ex-a-2216924 .shoppingtools_container .account-btn > i,
.ex-a-2216924 .shoppingtools_container .contractitemslink > i,
.ex-a-2216924 .shoppingtools_container .vuequicklistdropdown_elem > a > i,
.ex-a-2216924 .minicart_container .cart-btn > .btn > i {
  color: #fff;
}
.ex-a-2216924 .shoppingtools_container .account-btn:hover > i,
.ex-a-2216924 .shoppingtools_container .contractitemslink:hover > i,
.ex-a-2216924 .shoppingtools_container .vuequicklistdropdown_elem:hover > a > i,
.ex-a-2216924 .minicart_container .cart-btn > .btn:hover > i {
  background-color: #fff;
}
/* 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;
}

/* Updated Theme CSS 2025 */
.text-color {
  color: #404040;
}
.text-white {
  color: #fff;
}
.text-primary {
  color: #10abe2 !important;
}
.text-secondary {
  color: #00273a !important;
}
.text-tertiary {
  color: #ed3e80 !important;
}
.text-uppercase {
  text-transform: uppercase;
}
.bg-black {
  background: #000;
}
.bg-white {
  background: #fff;
}
.bg-primary {
  background: var(--lazer-primary-bg, #10abe2);
}
.bg-secondary {
  background: var(--lazer-secondary-bg, #00273a);
}
.bg-tertiary {
  background: var(--lazer-tertiary-bg, #ed3e80);
}
.p-default {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-default {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px / 2);
  }
}
.p-top-default {
  padding-top: 80px;
}
@media (max-width: 768px) {
  .p-top-default {
    padding-top: calc(80px / 2);
  }
}
.p-bot-default {
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .p-bot-default {
    padding-bottom: calc(80px / 2);
  }
}
.m-default {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .m-default {
    margin-top: calc(80px / 2);
    margin-bottom: calc(80px / 2);
  }
}
.m-top-default {
  margin-top: 80px;
}
@media (max-width: 768px) {
  .m-top-default {
    margin-top: calc(80px / 2);
  }
}
.m-bot-default {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .m-bot-default {
    margin-bottom: calc(80px / 2);
  }
}
.border-radius {
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .p-top-default {
    padding-top: calc(80px / 2);
  }
  .p-bot-default {
    padding-bottom: calc(80px / 2);
  }
  .m-top-default {
    margin-top: calc(80px / 2);
  }
  .m-bot-default {
    margin-bottom: calc(80px / 2);
  }
}
.p-bot-60 {
  padding-bottom: 60px;
}
.p-top-60 {
  padding-top: 60px;
}
.ex-loggedout .loggedin-only,
.ex-loggedin .loggedout-only {
  display: none;
}
.theme-button {
  font-weight: 700;
  display: inline-block;
  background: #10abe2;
  transition: all 0.3s;
  padding: 14px 20px;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 15px;
  min-width: 205px;
}
.theme-button:hover,
.theme-button:focus-visible {
  background: #ed3e80;
  color: #fff;
  text-decoration: none;
}
.headersection-topbar {
  background-color: #efefef;
}
.top-bar {
  display: flex;
  padding: 8px 0;
}
.top-bar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top-bar .container::before,
.top-bar .container::after {
  display: none;
}
.top-bar ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.top-bar ul li {
  margin: 0;
}
.top-bar ul li a {
  color: #00273a;
}
.top-bar ul li a:hover {
  text-decoration: underline;
}
.top-bar ul li + li::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 11px;
  background-color: #3d515d;
  margin: 0 14px;
}
.header-full .vertical-align {
  justify-content: space-between;
}
.header-full .vertical-align::before,
.header-full .vertical-align::after {
  display: none;
}
.header-full .vertical-align > div {
  width: auto;
}
.headersection-main {
  padding-block: 10px;
}
.header-full .logo img {
  width: 169px !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: none !important;
}
.header-full .search_container {
  flex-grow: 1;
}
.header-full .search_container section.search .search-form .form-group input {
  height: 47px;
  border-radius: 25px;
  border-color: #fff;
  padding-left: 35px;
}
.header-full
  .search_container
  section.search
  .search-form
  .form-group
  input:focus {
  border-color: #10abe2;
}
.header-full
  .search_container
  section.search
  .search-form
  button[type="submit"] {
  width: 47px;
  height: 47px;
  top: 0;
  right: 8px;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/search.svg")
    no-repeat center;
  background-size: 20px;
}
.header-full
  .search_container
  section.search
  .search-form
  button[type="submit"]
  i {
  display: none;
}
.toolbar .account-btn {
  margin: 0;
}
.toolbar .account-btn .user-icon {
  padding: 0;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/head-account.png")
    no-repeat center;
  width: 34px;
  height: 39px;
}
.toolbar .account-btn .user-icon::before {
  display: none;
}
.toolbar .account-btn > span {
  margin-left: 25px !important;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.toolbar .account-btn > span .line2 {
  order: -1;
}
.toolbar .account-btn > span .line2::after {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/chevron-right.svg")
    no-repeat center;
  width: 10px;
  height: 10px;
  display: inline-block;
  filter: brightness(0) invert(1);
  transform: rotate(90deg);
  margin-left: 10px;
}
.toolbar .account-btn > span br {
  display: none;
}
.toolbar .account-btn > span i {
  display: none;
}
.toolbar .cart-btn {
  margin: 0;
  min-width: 150px;
}
.toolbar .cart-btn > .btn {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
}
.toolbar .cart-btn > .btn a {
  color: #10abe2;
}
.toolbar .cart-btn > .btn > i {
  padding: 0;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/head-basket.png")
    no-repeat center;
  width: 34px;
  height: 39px;
  float: left;
}
.toolbar .cart-btn > .btn > i::before {
  display: none;
}
.toolbar .cart-btn > .btn .minicart_count {
  position: absolute;
  display: inline-block;
  background: none;
  padding: 0;
  order: 1;
  top: 28px;
  right: 0;
}
.toolbar .cart-btn > .btn .minicart_count::before {
  content: "(";
}
.toolbar .cart-btn > .btn .minicart_count::after {
  content: " items)";
}
.toolbar .cart-btn > .btn .minicart_total {
  line-height: 1.5;
  display: inline-flex;
  flex-direction: column;
}
.toolbar .cart-btn > .btn .minicart_total::before {
  content: "Your Basket";
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}
.toolbar .cart-btn:hover > .btn {
  background: rgba(0, 0, 0, 0);
}
.menu ul.catalog > li {
  padding: 0;
}
.menu ul.catalog > li.has-submenu > a {
  letter-spacing: 0;
  position: relative;
}
.menu ul.catalog > li.has-submenu > a::after {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/chevron-right.svg")
    no-repeat center;
  transform: rotate(90deg);
  display: block;
  filter: brightness(0) invert(1);
  position: absolute;
  right: 8px;
  top: calc(50% - 5px);
}
.menu ul.catalog > li:not(.hide) {
  display: inline-block !important;
}
.menu ul.catalog > li > a {
  font-size: 15px;
  font-weight: 500;
  padding: 15px 30px;
}
.menu ul.catalog > li > a:hover {
  background-color: #ed3e80;
}
.bubbles-background {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.bubbles-background::before,
.bubbles-background::after {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/bubbles.png")
    no-repeat center;
  width: 301px;
  height: 789px;
  position: absolute;
  top: calc(50% - 394.5px);
  z-index: -1;
}
.bubbles-background::before {
  left: -150.5px;
}
.bubbles-background::after {
  right: -150.5px;
  transform: scaleX(-1);
}
.bubbles-background-corner-bottom-right,
.bubbles-background-corner-bottom-left {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.bubbles-background-corner-bottom-right::before,
.bubbles-background-corner-bottom-left::before {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/bubbles-corner.png")
    no-repeat center;
  width: 244px;
  height: 274px;
  position: absolute;
  bottom: -75px;
  z-index: -1;
}
.bubbles-background-corner-bottom-left::before {
  left: 7px;
}
.bubbles-background-corner-bottom-right::before {
  right: 7px;
  transform: scaleX(-1);
}
.rewards-banner {
  background: linear-gradient(180deg, #ffffff 50%, var(--lazer-secondary-bg, #00273a) 50%);
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .rewards-banner {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px / 2);
  }
}
.title-dots {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2px;
}
.title-dots-wrapper {
  display: flex;
  margin-bottom: 6px;
  gap: 2px;
}
.title-dots-wrapper span {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.title-dots-wrapper .dot1 {
  background: #10abe2;
}
.title-dots-wrapper .dot2 {
  background: #ed3e80;
}
.title-dots-wrapper .dot3 {
  background: #f27431;
}
.custom-brands {
  padding: 0;
  margin: 0;
}
.custom-brands .owl-stage-outer {
  overflow: hidden;
}
.custom-brands .owl-nav.disabled {
  display: none;
}
.custom-brands .tileparent {
  width: 100% !important;
}
.custom-brands .tile {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}
.custom-brands .tile .imgthumbnail {
  background-color: #efefef;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-brands .tile .imgthumbnail img {
  padding: 0;
  margin: 0;
  height: 110px;
  width: 80% !important;
  max-width: none !important;
  max-height: none !important;
  mix-blend-mode: multiply;
  object-fit: contain;
}
.custom-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-social a i {
  font-size: 18px;
}
.custom-social a svg {
  width: 16px !important;
  height: 16px !important;
}
.content-text h2 {
  margin: 0 0 20px;
}
.content-text p {
  margin: 20px 0;
}
footer.footer {
  padding: 0;
  font-size: 14px;
}
.footersection-1 {
  padding-top: 90px;
  padding-bottom: 90px;
}
.footersection-1 > .row {
  gap: 20px;
  display: flex;
  justify-content: space-between;
}
.footersection-1 > .row > div {
  width: auto;
}
.footersection-1 > .row::before,
.footersection-1 > .row::after {
  display: none;
}
@media (max-width: 991px) {
  .footersection-1 > .row {
    flex-direction: column;
  }
}
.dealerdetails_container {
  flex-grow: 1;
}
.dealerdetails_container .info {
  padding: 0;
  max-width: 480px;
}
@media only screen and (max-width: 991px) {
  .dealerdetails_container .info {
    max-width: none;
  }
}
.dealerdetails_container .info .logo {
  padding: 0;
  border: 0;
}
.dealerdetails_container .info .logo img {
  max-width: 169px;
}
.dealerdetails_container .info p + p {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dealerdetails_container .foot-tel {
  display: flex;
  align-items: center;
  color: #e1e3e4;
}
.dealerdetails_container .foot-tel::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/telephone.svg")
    no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(55%) sepia(52%) saturate(897%)
    hue-rotate(155deg) brightness(91%) contrast(95%);
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .dealerdetails_container .foot-tel {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px 0;
  }
}
.dealerdetails_container .foot-email {
  display: flex;
  align-items: center;
  margin-top: 5px;
  color: #e1e3e4;
}
.dealerdetails_container .foot-email::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/envelope.svg")
    no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(55%) sepia(52%) saturate(897%)
    hue-rotate(155deg) brightness(91%) contrast(95%);
  display: block;
  margin-right: 15px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .dealerdetails_container .foot-email {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px 0;
    margin-top: 20px;
  }
}
.dealerdetails_container .foot-address {
  display: flex;
  margin-top: 5px;
  line-height: 1.7;
  color: #e1e3e4;
}
.dealerdetails_container .foot-address::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/location.svg")
    no-repeat center;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(55%) sepia(52%) saturate(897%)
    hue-rotate(155deg) brightness(91%) contrast(95%);
  display: block;
  margin-right: 15px;
  margin-top: 5px;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .dealerdetails_container .foot-address {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px 0;
    margin-top: 20px;
  }
}
.menulinks_container {
  width: 26% !important;
  margin-top: 40px;
}
@media only screen and (max-width: 991px) {
  .menulinks_container {
    width: 100% !important;
  }
}
.menulinks_container .quicklinks {
  padding: 0 1vw;
}
.menulinks_container .quicklinks h4 {
  font-size: 16px;
  text-transform: none;
  margin: 0 0 25px;
}
.menulinks_container .quicklinks ul li {
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-right: 0;
}
.menulinks_container .quicklinks ul li + li {
  margin: 20px 0 0;
}
.menulinks_container .quicklinks ul li:nth-child(4n + 1)::before {
  content: "";
  background-color: #10abe2;
  width: 10px;
  height: 10px;
  margin-right: 18px;
  display: inline-block;
  border-radius: 50%;
}
.menulinks_container .quicklinks ul li:nth-child(4n + 2)::before {
  content: "";
  background-color: #1b79be;
  width: 10px;
  height: 10px;
  margin-right: 18px;
  display: inline-block;
  border-radius: 50%;
}
.menulinks_container .quicklinks ul li:nth-child(4n + 3)::before {
  content: "";
  background-color: #ed3e80;
  width: 10px;
  height: 10px;
  margin-right: 18px;
  display: inline-block;
  border-radius: 50%;
}
.menulinks_container .quicklinks ul li:nth-child(4n + 4)::before {
  content: "";
  background-color: #42b65c;
  width: 10px;
  height: 10px;
  margin-right: 18px;
  display: inline-block;
  border-radius: 50%;
}
.menulinks_container .quicklinks ul li a {
  display: inline-flex;
  align-items: center;
  width: 100%;
}
.menulinks_container .quicklinks ul li a::after {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/chevron-right.svg")
    no-repeat center;
  background-size: contain;
  width: 12px;
  height: 12px;
  filter: brightness(0) invert(1);
  margin-left: auto;
}
.container-fluid.footersection-2 {
  padding-block: 12px 0 !important;
}
.copyright_container .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright_container .container::before,
.copyright_container .container::after {
  display: none;
}
.header-usp {
  background-color: #efefef;
}
.usp-strip {
  padding: 5px 0;
}
.usp-strip .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.usp-strip .container::before,
.usp-strip .container::after {
  display: none;
}
.usp-entry {
  display: flex;
  align-items: center;
  gap: 15px;
}
.usp-entry img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.usp-entry div {
  font-weight: 500;
  font-size: 14px;
  color: #00273a;
}
.home-banner-section {
  padding: 36px 0 28px;
}
.home-banner-section .container {
  display: grid;
  grid-template-columns: 518px minmax(0, 289px) minmax(0, 289px) minmax(
      0,
      289px
    );
  grid-template-rows: 1fr 1fr;
  gap: 20px 18px;
  align-items: center;
  justify-items: center;
}
.home-banner-section .container::before,
.home-banner-section .container::after {
  display: none;
}
.home-banner-section .home-banner {
  position: relative;
}
.home-banner-section .home-banner:hover,
.home-banner-section .home-banner:focus:not(:active) {
  opacity: 0.7;
}
@media only screen and (min-width: 1200px) {
  .home-banner-section .home-banner:nth-of-type(1) {
    grid-row: 1 / span 2;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: 3 / span 2;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner-section .container {
    grid-template-columns: 499px 1fr 1fr;
    grid-template-rows: auto;
  }
  .home-banner-section .home-banner:nth-of-type(1) {
    grid-row: 1 / span 2;
  }
  .home-banner-section .home-banner:nth-of-type(2) {
    grid-row: 2;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: 2 / span 2;
  }
}
@media only screen and (max-width: 992px) {
  .home-banner-section .container {
    grid-template-columns: 1fr 1fr;
  }
  .home-banner-section .home-banner {
    grid-row: auto !important;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: 2;
    grid-row: 1 !important;
  }
}
@media only screen and (max-width: 576px) {
  .home-banner-section .container {
    grid-template-columns: 1fr;
  }
  .home-banner-section .home-banner {
    grid-row: auto !important;
  }
  .home-banner-section .home-banner:nth-of-type(3) {
    grid-column: auto;
    grid-row: 2 !important;
  }
}
.home-banner-lower {
  padding: 0 0 60px;
}
.home-banner-lower a:hover {
  opacity: 0.7;
}
.custom-cards .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media only screen and (max-width: 991px) {
  .custom-cards .container {
    gap: 15px 0;
  }
}
.custom-cards .container::before,
.custom-cards .container::after {
  display: none;
}
.custom-card {
  width: 23%;
  background-color: #fff;
  border-radius: 20px;
  padding: 38px 28px 28px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
@media only screen and (max-width: 991px) {
  .custom-card {
    width: 49%;
  }
}
@media only screen and (max-width: 580px) {
  .custom-card {
    width: 100%;
  }
}
.custom-card-icon {
  margin: 0 0 20px;
}
.custom-card-icon img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(12%) sepia(44%) saturate(1547%)
    hue-rotate(164deg) brightness(101%) contrast(104%);
}
.custom-card h3 {
  margin: 0 0 20px;
}
.custom-card p {
  margin: 0;
  color: #686868;
}
.custom-card-bubbles {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.custom-card .bubble {
  border-radius: 50%;
  position: absolute;
  transition: 0.5s all;
  display: block;
}
.custom-card .bubble-1 {
  background-color: #f27431;
  width: 27px;
  height: 27px;
  top: -21px;
  right: 19px;
}
.custom-card .bubble-2 {
  background-color: #1b79be;
  width: 15px;
  height: 15px;
  top: 7px;
  right: 43px;
}
.custom-card .bubble-3 {
  background-color: #42b65c;
  width: 29px;
  height: 29px;
  top: 10px;
  right: 7px;
}
.custom-card .bubble-4 {
  background-color: #10abe2;
  width: 23px;
  height: 23px;
  top: 28px;
  right: 40px;
}
.custom-card .bubble-5 {
  background-color: #ed3e80;
  width: 15px;
  height: 15px;
  top: 43px;
  right: 22px;
}
.custom-card .bubble-6 {
  background-color: #10abe2;
  width: 27px;
  height: 27px;
  top: 37px;
  right: -12px;
}
.custom-card:hover .bubble-1 {
  transform: translate(10px, 120px) scale(1.4);
}
.custom-card:hover .bubble-2 {
  transform: translate(-40px, 60px) scale(1.5);
}
.custom-card:hover .bubble-3 {
  transform: translate(-30px, 50px) scale(1.3);
}
.custom-card:hover .bubble-4 {
  transform: translate(-50px, 70px) scale(1.6);
}
.custom-card:hover .bubble-5 {
  transform: translate(-65px, -10px) scale(2);
}
.custom-card:hover .bubble-6 {
  transform: translate(-35px, -15px) scale(1.4);
}
.custom-cards-image-bg .custom-card {
  background: #00273a;
}
.custom-cards-image-bg .custom-card > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  opacity: 0.25;
}
.custom-cards-image-bg .custom-card-icon {
  filter: brightness(0) invert(1);
}
.custom-cards-image-bg .custom-card h3,
.custom-cards-image-bg .custom-card p {
  color: #fff;
}
.icon-tiles .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}
.icon-tiles .container::before,
.icon-tiles .container::after {
  display: none;
}
.icon-tile {
  width: 32%;
  display: flex;
  gap: 15px 30px;
}
@media only screen and (max-width: 991px) {
  .icon-tile {
    width: 100%;
  }
}
.icon-tile-icon {
  width: 73px;
  height: 73px;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.icon-tile-icon[data-color="Blue - Light"] img {
  filter: brightness(0) saturate(100%) invert(58%) sepia(45%) saturate(5658%)
    hue-rotate(163deg) brightness(103%) contrast(87%);
}
.icon-tile-icon[data-color="Blue - Mid"] img {
  filter: brightness(0) saturate(100%) invert(29%) sepia(30%) saturate(4547%)
    hue-rotate(187deg) brightness(103%) contrast(79%);
}
.icon-tile-icon[data-color="Blue - Dark"] img {
  filter: brightness(0) saturate(100%) invert(10%) sepia(18%) saturate(6986%)
    hue-rotate(176deg) brightness(98%) contrast(101%);
}
.icon-tile-icon[data-color="Green"] img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(70%) saturate(383%)
    hue-rotate(81deg) brightness(102%) contrast(94%);
}
.icon-tile-icon[data-color="Orange"] img {
  filter: brightness(0) saturate(100%) invert(54%) sepia(34%) saturate(1045%)
    hue-rotate(335deg) brightness(95%) contrast(100%);
}
.icon-tile-icon[data-color="Pink"] img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(52%) saturate(4709%)
    hue-rotate(317deg) brightness(99%) contrast(87%);
}
.icon-tile-content h3 {
  color: #fff;
  margin: 0 0 15px;
}
.icon-tile-content p {
  color: #fff;
  margin: 0;
  opacity: 0.75;
}
.testimonials-inner {
  background-color: var(--lazer-secondary-bg, #00273a);
  border-radius: 28px;
  overflow: hidden;
  padding-bottom: 80px;
  color: #fff;
}
.testimonials-inner > img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.testimonials-inner h2 {
  margin: 45px 0;
  color: #fff;
}
.testimonial-carousel-wrapper {
  margin: 0 120px;
}
.testimonial-carousel-wrapper .owl-stage-outer {
  overflow: hidden;
}
.testimonials-carousel {
  position: relative;
}
.testimonials-carousel .owl-prev,
.testimonials-carousel .owl-next {
  position: absolute;
  top: 100px;
  width: 16px;
  height: 16px;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/chevron-right.svg")
    no-repeat center;
  background-size: contain;
  filter: brightness(0) invert(1);
  font-size: 0;
  cursor: pointer;
}
.testimonials-carousel .owl-prev:hover,
.testimonials-carousel .owl-next:hover {
  filter: brightness(0) saturate(100%) invert(55%) sepia(52%) saturate(897%)
    hue-rotate(155deg) brightness(91%) contrast(95%);
}
.testimonials-carousel .owl-next {
  right: -80px;
}
.testimonials-carousel .owl-prev {
  transform: rotate(180deg);
  left: -80px;
}
.testimonial-title {
  padding-right: 100px;
  margin: 0 0 20px;
}
.testimonial-title img {
  filter: brightness(0) saturate(100%) invert(51%) sepia(70%) saturate(383%)
    hue-rotate(81deg) brightness(102%) contrast(94%);
}
.testimonial-title h4 {
  color: #fff;
  margin: 20px 0 0;
}
.testimonial-stars {
  display: flex;
  gap: 8px;
}
.testominal-text {
  opacity: 0.75;
  margin-bottom: 20px;
}
.testimonial-attribution {
  font-weight: 700;
}
.landing-page-title {
  position: relative;
  background-color: #00273a;
  isolation: isolate;
  min-height: 415px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.landing-page-title img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.25;
}
.landing-page-title h1 {
  color: #fff;
  margin: 0 0 25px;
}
.landing-page-title p {
  margin: 0;
  font-weight: 600;
}
.counters {
  display: flex;
  justify-content: space-between;
  gap: 40px 10px;
  flex-wrap: wrap;
}
.counters .counter-box {
  width: 21%;
}
@media only screen and (max-width: 991px) {
  .counters .counter-box {
    width: 45%;
  }
}
@media only screen and (max-width: 550px) {
  .counters .counter-box {
    width: 100%;
  }
}
.counters .counter-box-number {
  font-size: 36px;
  font-weight: 700;
  margin: 0 0 10px;
  color: #10abe2;
}
.counters .counter-box h3 {
  margin: 0 0 20px;
}
.counters .counter-box p {
  margin: 0;
}
.counters .dividing-line {
  width: 1px;
  align-self: stretch;
  flex-shrink: 0;
  background-color: #efefef;
}
@media only screen and (max-width: 991px) {
  .counters .dividing-line:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  .counters .dividing-line {
    display: none;
  }
}
.meet-the-team h2 {
  color: #fff;
  margin: 0 0 60px;
}
.team-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 35px;
}
.team-card {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
}
.team-card .bubbles-upper,
.team-card .bubbles-lower {
  position: absolute;
}
.team-card .bubbles-upper {
  top: 0px;
  right: 32px;
  z-index: -1;
}
.team-card .bubbles-lower {
  bottom: 25px;
  left: -2px;
  z-index: 1;
}
.team-card .team-photo {
  width: 213px;
}
.team-card h3 {
  margin: 20px 0 10px;
}
.team-card:hover .team-hover {
  opacity: 1;
}
.team-hover {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
  border-radius: 20px;
  z-index: 2;
  overflow: auto;
  padding: 30px;
}
.team-hover h4 {
  color: #10abe2;
  margin: 20px 0 10px;
}
.questions {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/questions.png")
    no-repeat;
  background-position: right 5vw top -120px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .questions {
    padding-top: calc(80px / 2);
    padding-bottom: calc(80px / 2);
  }
}
@media only screen and (max-width: 1470px) {
  .questions {
    background-position: left 450px top -120px;
  }
}
.questions-bubbles {
  position: absolute;
  left: -120px;
  top: calc(50% - 286.5px);
  width: 414px;
  height: 573px;
  z-index: -1;
}
@media only screen and (max-width: 1750px) {
  .questions-bubbles {
    opacity: 0.2;
  }
}
.questions-content {
  max-width: 420px;
}
.questions-content h2 {
  margin: 0 0 20px;
}
.questions-content p {
  margin: 0;
  font-weight: 600;
}
.questions-content p + p {
  margin: 25px 0 0;
}
.questions-content .questions-contact {
  display: flex;
  flex-direction: column;
}
.questions-content .questions-tel {
  padding-left: 45px;
  color: #404040;
  position: relative;
}
.questions-content .questions-tel::before {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/telephone.svg")
    no-repeat center;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(55%) sepia(52%) saturate(897%)
    hue-rotate(155deg) brightness(91%) contrast(95%);
  display: inline-block;
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: 4px;
}
.questions-content .questions-email {
  padding-left: 45px;
  color: #404040;
  position: relative;
  margin-top: 10px;
}
.questions-content .questions-email::before {
  content: "";
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/icon/envelope.svg")
    no-repeat center;
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(55%) sepia(52%) saturate(897%)
    hue-rotate(155deg) brightness(91%) contrast(95%);
  display: inline-block;
  margin-right: 25px;
  position: absolute;
  left: 0;
  top: 4px;
}
.category-tiles {
  position: relative;
}
.category-tiles h2 {
  color: #fff;
  margin: 0 0 50px;
}
.category-tiles-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 45px;
}
@media only screen and (max-width: 500px) {
  .category-tiles-wrapper {
    grid-template-columns: 1fr;
  }
}
.category-tile {
  height: 285px;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.category-tile img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.category-tile:hover .category-content {
  top: 30%;
}
.category-tile:hover::before {
  top: -30%;
}
.category-tile::before {
  content: "";
  position: absolute;
  width: 150%;
  height: 150%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 1;
  top: 20%;
  transition: 0.3s all;
}
.category-content {
  position: absolute;
  width: 100%;
  padding: 20px;
  top: calc(100% - 78px);
  transition: 0.3s all;
  z-index: 2;
}
.category-content h3 {
  color: #fff;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  margin: 0;
  height: 53px;
}
.category-content h3 img:first-child {
  width: 47px;
  height: 48px;
}
.category-content h3 img:last-child {
  width: 36px;
  height: 20px;
}
.category-content h3 span {
  flex-grow: 1;
}
.category-content p {
  color: #fff;
  margin: 10px 0 0;
  padding-left: 73px;
}
.custom-merchandiser {
  padding: 0 15px !important;
  margin-block: 0 !important;
}
.custom-merchandiser h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 60px;
  line-height: 1.2;
}
.custom-merchandiser .inner {
  margin: 0;
  max-width: none;
}
.custom-merchandiser .owl-gradient {
  display: none;
}
.custom-merchandiser .owl-item:first-child {
  margin: 0 0 0 4px !important;
}
.custom-merchandiser .owl-nav {
  display: block !important;
  font-size: 0;
}
.custom-merchandiser .owl-nav .owl-next,
.custom-merchandiser .owl-nav .owl-prev {
  width: 38px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f9f9f9;
  top: 70px;
}
.custom-merchandiser .owl-nav .owl-next::before,
.custom-merchandiser .owl-nav .owl-prev::before {
  font-size: 16px;
}
.custom-merchandiser .owl-nav .owl-next {
  right: 0;
}
.custom-merchandiser .owl-nav .owl-prev {
  left: 0;
}
.custom-merchandiser .tile {
  width: 100% !important;
  margin: 0 !important;
}
.custom-merchandiser .tile .imgthumbnail {
  height: 181px;
  border-radius: 28px;
  background: #efefef;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.custom-merchandiser .tile .imgthumbnail img {
  mix-blend-mode: multiply;
}
.custom-merchandiser .tile .footer {
  padding: 0;
}
.custom-merchandiser .tile .footer .footer-wrapper {
  padding: 0;
}
.custom-merchandiser .tile .brand-label,
.custom-merchandiser .tile .indicators-grid,
.custom-merchandiser .tile .product-sku,
.custom-merchandiser .tile .product-category,
.custom-merchandiser .tile .addtoquicklist-wrapper,
.custom-merchandiser .tile .product-compare-action {
  display: none;
}
.custom-merchandiser .tile .product-name {
  margin: 0 0 20px;
}
.custom-merchandiser .tile .product-name a {
  font-size: 16px;
  color: #404040;
  line-height: 1.7;
  font-weight: 700;
}
.custom-merchandiser .tile .product-name a:hover {
  color: #10abe2;
}
.custom-merchandiser .tile .footer-wrapper-price {
  display: flex;
  flex-direction: column;
}
.custom-merchandiser .tile .footer-wrapper-price .uomblock {
  order: -1;
  margin: 0 !important;
  color: #929292 !important;
  font-size: 14px;
}
.custom-merchandiser .tile .footer-wrapper-price .has-price {
  color: #00273a;
  font-weight: 700;
  font-size: 24px;
}
.custom-merchandiser .tile .buttons.group .inputquantity {
  background: #f9f9f9;
  height: 40px;
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  width: 56px;
  font-weight: 500;
  font-size: 16px;
  color: #00273a;
}
.custom-merchandiser .tile .buttons.group .btn {
  border-radius: 15px;
  width: calc(100% - 66px);
  margin: 0;
  font-size: 14px;
  font-weight: 700;
}
.custom-merchandiser-light h3 {
  color: #fff;
}
.custom-merchandiser-light .tile .product-name a {
  color: #fff;
}
.custom-merchandiser-light .tile .product-name a:hover {
  color: #10abe2;
}
.custom-merchandiser-light .tile .footer-wrapper-price .has-price {
  color: #fff;
}
/* Updated Theme CSS 2025 */

.custom-merchandiser-light .tile .footer-wrapper-price .price-from {
  color: #fff;
}

.product-login-buttons {
  display: flex;
  gap: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  align-items: flex-start;
}
.product-login-buttons .theme-button {
  min-width: 0;
  padding: 8px 5px;
  font-size: 12px;
  width: 39%;
  white-space: nowrap;
  color: #fff !important;
}
.product-login-buttons .theme-button + .theme-button {
  width: 59%;
}

/* overrides */
body header .header-full,
body header .header-mobile {
  background-color: var(--lazer-secondary-bg, #00273a);
}

.headersection-topbar {
  overflow: hidden;
}

body .headersection-1 {
  height: auto !important;
  padding: 0 !important;
}
body div.menubarStick {
  position: static !important;
  background: #efefef !important;
}

.menubarHeader {
  padding: 0 !important;
}

.menubarHeader,
.header-full {
  margin: 0 !important;
}

.ajax-search.relsearch input[type="text"] {
  height: 47px !important;
  border: 0 !important;
}

.header-full
  .search_container
  section.search
  .search-form
  button[type="submit"] {
  top: 0 !important;
  right: 8px !important;
}

.ajax-search.relsearch button {
  transform: none !important;
}

body .shoppingtools_container .account-btn > i {
  border-radius: 0 !important;
  border: 0 !important;
}

body .shoppingtools_container .account-btn:hover > i {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/head-account.png")
    no-repeat center !important;
}

body .shoppingtools_container .account-btn > span > span {
  font-size: 13px !important;
}

body .minicart_container .cart-btn > .btn > i {
  border-radius: 0 !important;
  border: 0 !important;
  width: 35px !important;
  height: 34px !important;
}

body .minicart_container .cart-btn > .btn:hover > i {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/laserex/head-basket.png")
    no-repeat center !important;
}

body .minicart_container div.toolbar {
  margin: 12px 0 !important;
}

body .minicart_container .cart-btn > .btn {
  flex-direction: row !important;
}

body .minicart_container .cart-btn > .btn::before {
  display: none !important;
}

body .minicart_container .cart-btn > .btn > .minicart_total::before {
  content: "Your Basket" !important;
}

body .minicart_container .cart-btn > .btn > b.minicart_total {
  line-height: 1.5 !important;
}

body .minicart_container .cart-btn > .btn > span.minicart_count {
  right: 0 !important;
  background-color: transparent !important;
  border-radius: 0 !important;
  color: #fff !important;
}

body nav.menu .catalog-block {
  background: var(--lazer-primary-bg, #10abe2);
}

body .menu .catalog > li > a {
  padding: 15px 30px !important;
  color: #fff !important;
}

body .menu ul.catalog > li:first-of-type {
  background-color: transparent !important;
}

body nav.menu .catalog > li > a:hover,
body nav.menu .catalog > li > a:focus {
  background-color: var(--lazer-btn-primary-bg-hover, #ed3e80);
}

body .menu .catalog > li.has-submenu > a::after {
  content: "" !important;
  margin: 0 !important;
}

footer.footer {
  background-color: var(--lazer-secondary-bg, #00273a);
}

.footersection-1 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

body footer .menulinks_container {
  margin-top: 40px !important;
}

body footer .menulinks_container h4 {
  color: #fff !important;
}

body footer div.footersection-2 {
  padding: 0 0 12px 0 !important;
  background: revert;
  background-color: var(--lazer-primary-bg, #10abe2);
}

body footer .footersection-2 p {
  font-size: 14px !important;
}

body footer .footersection-2 p,
body footer .footersection-2 a {
  color: #fff !important;
}

/* ===== SP footer adjustment ===== */

footer .footersection-1 > .row {
  justify-content: space-evenly;
}

footer .footersection-1 .dealerdetails_container {
  flex-grow: revert;
}

/* ===== SP testimonials adjustment ===== */

@media only screen and (min-width: 250px) {
  .testimonial-carousel-wrapper {
    margin: 0 50px;
  }
  .testimonials-carousel .owl-next {
    right: -35px;
  }
  .testimonials-carousel .owl-prev {
    left: -35px;
  }
  .testimonials-inner {
    padding-bottom: 50px;
  }
  .testimonial-title {
    padding-right: 0;
  }
}

@media only screen and (min-width: 550px) {
  .testimonial-carousel-wrapper {
    margin: 0 70px;
  }
  .testimonials-carousel .owl-next {
    right: -45px;
  }
  .testimonials-carousel .owl-prev {
    left: -45px;
  }
}

@media only screen and (min-width: 650px) {
  .testimonial-carousel-wrapper {
    margin: 0 90px;
  }
  .testimonials-carousel .owl-next {
    right: -60px;
  }
  .testimonials-carousel .owl-prev {
    left: -60px;
  }
}

@media only screen and (min-width: 768px) {
  .testimonial-carousel-wrapper {
    margin: 0 100px;
  }
  .testimonials-carousel .owl-next {
    right: -70px;
  }
  .testimonials-carousel .owl-prev {
    left: -70px;
  }
  .testimonials-inner {
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 992x) {
  .testimonial-carousel-wrapper {
    margin: 0 120px;
  }
  .testimonials-carousel .owl-next {
    right: -80px;
  }
  .testimonials-carousel .owl-prev {
    left: -80px;
  }
  .testimonial-title {
    padding-right: 100px;
  }
}

/*MH Remove Recycled Logo*/
i.fa-recycle {
  display: none;
}

.ecoblock_container .col-lg-8.col-md-8 {
  width: 100%;
}

/* ===== MH Reverdale landing adjustment ===== */
.ex-loggedin #logged-out-reverdale {
  display: none;
}
.ex-loggedout #logged-in-reverdale {
  display: none;
}
/* ===== End ===== */

/* ===== MH ABM landing page ===== */
.ex-name-abmsolutions .headersection-1,
.ex-name-abmsolutions .headersection-2 .search_container,
.ex-name-abmsolutions .headersection-2 .shoppingtools_container,
.ex-name-abmsolutions .headersection-2 .minicart_container,
.ex-name-abmsolutions .headersection-3,
.ex-name-abmsolutions .row-breadcrumb,
.ex-name-abmsolutions .footersection-1,
.ex-name-abmsolutions .social-icons,
.ex-name-abmsolutions > div > iframe button,
.ex-name-abmsolutions .headersection-2 .logo_container a,
.ex-name-abmsolutions .header-mobile .header-right,
.ex-name-abmsolutions .header-mobile .header-menu,
.ex-name-abmsolutions .header-mobile .header-logo a,
.ex-a-2297921 .footersection-1,
.ex-a-2297921 .headersection-1,
.ex-a-2297921 .p-default:has(.custom-testimonials) {
  display: none!important;
}
.ex-name-abmsolutions .headersection-2 .logo_container{
  margin: 0 auto;
}
.ex-name-abmsolutions .headersection-5 {
  border-top: 1px solid #fff;
}
.ex-name-abmsolutions .headersection-2 .logo_container div,
.ex-name-abmsolutions .header-mobile .header-logo{
  height: 100px;
  width: 400px;
  background-color: white;
  background: url("https://eu.evocdn.io/dealer/1280/content/media/Customers/abm-solutions/abm-logo-png.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-block: 10px;
  margin: 10px auto;
}
.ex-name-abmsolutions .catalog-grid,
.ex-name-abmsolutions section.zonetop,
.ex-name-abmsolutions section.zonebottom,
.ex-name-abmsolutions .modal-dialog{
  margin: 0;
}
.ex-name-abmsolutions .modal-dialog{
 width: auto;
}
.abm-hero{
  position: relative;
  height: calc(100vh - 196px - 51px);
}
.video-abm-bg {
  background-image: url("https://cdn.prod.website-files.com/66450c09c7ea321548453679%2F6650eef20b160b3c2a9e4f35_ABMcouk%20Hero%20Video%20%281%29-poster-00001.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  overflow: hidden;
}
#video-abm-background {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.home-hero__curtain {
  background-image: radial-gradient(
    circle farthest-corner at 0% 0%,
    #0545f5,
    transparent 66%
  );
  position: absolute;
  inset: 0;
  z-index: 2;
}
.home-hero_path {
  object-fit: contain;
  object-position: 50% 100%;
  flex: none;
  align-self: flex-end;
  width: 100%;
  min-width: 32rem;
  max-width: none;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}
.home-hero_connection-element {
  object-fit: contain;
  object-position: 100% 100%;
  flex: none;
  align-self: flex-end;
  max-width: none;
  height: 56.5vw;
  min-height: 18rem;
  max-height: 100%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}
.ex-name-abmsolutions .abm-content {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  margin: auto 0;
  column-gap: 5em;
  padding: 0 5em;
  top: 50%;
  transform: translateY(-50%);
  justify-content: center;
  width: 100%;
}
.ex-name-abmsolutions .abm-content > * {
  flex: 1;
}
.ex-name-abmsolutions .modal-dialog .modal-content {
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  max-width: 600px;
  margin: 0 auto;
}
.ex-name-abmsolutions .modal-dialog a {
  color: var(--lazer-link-3);
  text-decoration: underline;
}
.ex-name-abmsolutions .modal-dialog a:hover,
.ex-name-abmsolutions .modal-dialog a:focus-visible {
  color: var(--lazer-link-3-hover);
  text-decoration: underline;
}

.ex-name-abmsolutions .grecaptcha-badge {
  right: 160px !important;
}

.ex-name-abmsolutions .go-home-btn .btn{
  margin: 1.5em auto;
  display: block;
  max-width: max-content;
}

.ex-name-abmsolutions .go-home-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2em;
}

.ex-name-abmsolutions h1,
.ex-name-abmsolutions h2,
.ex-name-abmsolutions p {
  color: var(--evo-header-text);
}
.ex-name-abmsolutions.ex-loggedin .modal-dialog,
.ex-name-abmsolutions.ex-loggedout .go-home-btn,
.ex-name-abmsolutions .login-link-register,
.ex-name-abmsolutions.ex-password-reset #breadcrumb{
  display: none;
}
.ex-name-abmsolutions.ex-password-reset footer {
  position: fixed;
  bottom: 0;
}
.ex-name-abmsolutions .go-home-btn h2 {
  font-size: 2.7rem;
  text-align: center;
}

.ex-a-2297921 header .logo img{
  padding: 10px 0;
}

.ex-a-2297921 .p-bot-default:has(.brands_container){
  padding: 80px 0;
}

@media only screen and (max-width: 991px){
  .ex-name-abmsolutions .abm-content {
    flex-direction: column;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 768px){
  .ex-name-abmsolutions .abm-hero{
  height: calc(100vh - 110px - 61px);
}
    .ex-name-abmsolutions .modal-dialog {
    width: auto;
  }
    .ex-name-abmsolutions .abm-content {
padding: 0 3em;
  }
}
  
@media only screen and (max-width: 550px){
  .ex-name-abmsolutions .modal-content{
    padding: 1.5em;
  }
  .ex-name-abmsolutions .abm-info{
    font-size: 0.8rem;
  }
    .ex-name-abmsolutions .abm-info h1{
    font-size: 2rem;
  }
  .ex-name-abmsolutions .abm-content{
    padding: 0 2em;
  }
  .ex-name-abmsolutions .header-mobile .header-logo {
    height: 70px;
    width: 150px;
  }
    .ex-name-abmsolutions .abm-hero{
  height: calc(100vh - 80px - 61px);
}
    .ex-name-abmsolutions .auth-form .form-group {
  margin-bottom: 0;
}
  
  .ex-name-abmsolutions .form-group .btn {
    font-size: 0.875rem;
    padding-block: 0;
  }
  
  .ex-name-abmsolutions .help-link{
    font-size: 0.7rem
  }
  .ex-name-abmsolutions .go-home-btn h2{
    font-size: 2rem;
  }
}
/* ===== End ===== */

/* ===== MH new dashboard styling ===== */
.dashboard-intro {
  display: none;
  padding: 100px 20px;
  background: url("https://cdn-ibhcf.nitrocdn.com/hCQkOvnPvwPWusSvFvvniqmsPtPkoQST/assets/images/optimized/rev-aebacf9/hotelcare.co.uk/wp-content/uploads/2023/02/27-07-22-hotelcare-471-Large-2.webp")
    no-repeat center;
  background-size: cover;
}
.dashboard-intro .row {
  display: flex;
}
.dashboard-box {
  padding: 30px 30px 0;
  background-color: #ffffff;
  min-height: 158px;
  text-align: center;
  font-weight: 600;
  border-radius: 5px;
}

.dashboard-box:hover span {
  color: var(--theme-tertiary);
}

.dashboard-box:hover img {
  filter: invert(32%) sepia(93%) saturate(1822%) hue-rotate(308deg) brightness(91%) contrast(96%);
}

.dashboard-box img {
  transition: opacity 0.35s ease;
}

.dashboard-box-img {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard-boxes {
  padding-top: 40px;
}
.dashboard-text-intro {
  display: flex;
  flex-direction: column;
  height: 100%;
  font-size: 1.5rem;
  justify-content: center;
}
.dashboard-text-intro h3 {
  padding-top: 50px;
  text-align: left !important;
}
.dashboard-text-intro p {
  text-align: center;
}
.dashboard-text-intro p strong {
  text-align: left !important;
  font-weight: normal;
}
.dashboard-intro .contact-dashboard a {
  text-decoration: underline;
  color: #ffffff;
}
.dashboard-intro .contact-dashboard a:hover {
  color: #fff;
}
.account-message {
  margin-left: 0px;
}
.dashboard-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; /* Center the text */
}
.dashboard-text-intro h1 {
  color: #fff;
  font-size: 2.3rem;
  margin: 20px;
  font-weight: 700;
  text-align: center;
}

.dashboard-text-intro p {
  color: #fff;
}

.dashboard-box img {
  max-width: 60px;
  margin-bottom: 10px; /* Add space between the image and the text */
  filter: invert(52%) sepia(81%) saturate(2288%) hue-rotate(175deg) brightness(96%) contrast(101%);
}

.dashboard-box span {
  display: block;
  margin-top: 10px; /* Add space between the image and the text, if necessary */
  color: var(--theme-text);
  font-size: 1.2rem;
  font-weight: 700;
}

.account-message img {
  display: none;
}

.dashboard-logo {
  width: 158px;
  height: 109px;
  background: #eaeaea;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dashboard-logo:empty {
  display: none;
}

.dashboard-intro {
  position: relative;
}

.dashboard-intro::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(6, 29, 38, 0.5);
  top: 0;
  left: 0;
}

.ex-loggedin.ex-u-2895850 .dashboard-intro {
  display: revert;
}

@media only screen and (max-width: 1100px) {
  .dashboard-boxes > .col {
    padding: 0 5px;
  }
}

.contact-dashboard {
  width: 100%;
  height: 100%;
  background-color: rgba(from var(--evo-brand-default) r g b / 0.9);
  border-radius: 20px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 250px;
  position: relative;
}
.contact-dashboard::before {
  background: url("https://eu.evocdn.io/dealer/1280/content/media/MH Folder/Untitled design - 2025-05-30T175205.824.png");
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  border-radius: 20px;
  pointer-events: none;
}

.contact-dashboard h2 {
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  z-index: 2;
  width: 70%;
}
.contact-dashboard p {
  color: #fff;
  z-index: 2;
  min-width: max-content;
  padding-left: 25px;
  background-image: var( --bg-contact-dasboard);
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: left;
}

.contact-dashboard p:nth-of-type(1){
 --bg-contact-dasboard:url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/icons/icon-phone.png");
}
.contact-dashboard p:nth-of-type(2){
 --bg-contact-dasboard:url("https://eu.evocdn.io/dealer/1627/content/media/My_Theme/icons/icon-email.png");
}

@media only screen and (max-width: 1100px){
  .contact-dashboard p {
    width: 60%;
    text-shadow: 3px 1px 6px #000;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    
  }
  .contact-dashboard h2 {
    text-shadow: 3px 1px 6px #000;
  }
  .dashboard-intro .contact-dashboard a{
    color: #fff;
  }
}

/*===== End ====*/
/* ===== Riverdale restrict home page =====*/
.ex-a-2286457.ex-home .zonetop,
.ex-a-2286457.ex-home .desktop,
.ex-a-2286457.ex-home .zonebottom{
  opacity: 0;
}
/* ===== Riverdale home banner =====*/
.ex-name-riverdalelandpage .home-banner-section .container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  align-items: center;
  justify-items: center;
}
.home-banner-section .home-banner-riverdale{
  transition: opacity 0.35s;
}
.home-banner-section .home-banner-riverdale:hover, 
.home-banner-section .home-banner-riverdale:focus:not(:active) {
  opacity: 0.7;
}
.home-banner-section .home-banner-riverdale img {
  border-radius: 30px;
}
.home-banner-section .home-banner-riverdale:nth-of-type(1){
  grid-column: 1/3;
  grid-row: 1/3;
}
.home-banner-section .home-banner-riverdale:nth-of-type(2){
  grid-column: 3/4;
}
.home-banner-section .home-banner-riverdale:nth-of-type(3){
  grid-column: 4/6;
  grid-row: 1/3;
}
.home-banner-section .home-banner-riverdale:nth-of-type(4){
  grid-column: 3/4;
  grid-row: 2/3;
}


@media only screen and (max-width: 768px){
  .ex-name-riverdalelandpage .home-banner-section .container{
    grid-template-columns: repeat(2, minmax(0, 230px));
    grid-template-rows: repeat(5, 1fr);
    margin: auto;
    gap: 10px;
    max-width: max-content;
  }
  .home-banner-section .home-banner-riverdale img {
  border-radius: 15px;
}
  .home-banner-section .home-banner-riverdale:nth-of-type(1){
  grid-row: 1/3;
}
.home-banner-section .home-banner-riverdale:nth-of-type(2){
  grid-column: 1/2;
  grid-row: 3/4;
}
.home-banner-section .home-banner-riverdale:nth-of-type(3){
  grid-column: 1/3;
  grid-row: 4/6;
}
.home-banner-section .home-banner-riverdale:nth-of-type(4){
  grid-column: 2/3;
  grid-row: 3/4;
}
}
/* ===== MH Riverdale related style ===== */
.ex-a-2286457,
.ex-name-riverdalelandpage {
  --lazer-primary-bg: rgb(35, 96, 146);
  --lazer-secondary-bg: rgb(180, 161, 105);
  --lazer-tertiary-bg: rgb(255, 255, 255);
  --lazer-btn-primary-bg-hover: rgb(180, 161, 105);
  --lazer-border-color: rgb(193, 188, 170);
}
body.ex-a-2286457 header .header-full,
body.ex-a-2286457 header .header-mobile,
body.ex-name-riverdalelandpage header .header-full,
body.ex-name-riverdalelandpage header .header-mobile {
  background-color: var(--lazer-tertiary-bg);
}
body.ex-a-2286457 header .container-fluid:has(.bannerStrip),
body.ex-name-riverdalelandpage header .container-fluid:has(.bannerStrip) {
  background-color: var(--lazer-primary-bg);
  border-top: 1px solid var(--lazer-border-color);
}
.ex-a-2286457 .ajax-search.relsearch input[type="text"],
.ex-name-riverdalelandpage .ajax-search.relsearch input[type="text"] {
  border: 1px solid var(--lazer-border-color) !important;
}
body.ex-a-2286457 header .header-mobile,
body.ex-name-riverdalelandpage header .header-mobile {
  border-bottom: 1px solid var(--lazer-border-color);
}

.ex-a-2286457 header .header-mobile .cd-dropdown-trigger-mobile i,
.ex-a-2286457 header .header-mobile .header-right a,
.ex-name-riverdalelandpage header .header-mobile .cd-dropdown-trigger-mobile i,
.ex-name-riverdalelandpage header .header-mobile .header-right a {
  color: #404040;
}

.ex-a-2286457 .shoppingtools_container .account-btn > span > span,
.ex-a-2286457 .minicart_container .cart-btn > .btn > span.minicart_count,
.ex-a-2286457 .toolbar .cart-btn > .btn b,
.ex-name-riverdalelandpage .shoppingtools_container .account-btn > span > span,
.ex-name-riverdalelandpage
  .minicart_container
  .cart-btn
  > .btn
  > span.minicart_count,
.ex-name-riverdalelandpage .toolbar .cart-btn > .btn b {
  color: #404040 !important;
}

.ex-a-2286457 .toolbar .account-btn .user-icon,
.ex-a-2286457 .shoppingtools_container .account-btn:hover > i,
.ex-name-riverdalelandpage .toolbar .account-btn .user-icon,
.ex-name-riverdalelandpage .shoppingtools_container .account-btn:hover > i{
  background-image: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/assest/icons/doctor_account_40x50.png") !important;
  background-repeat: norepeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 40px !important;
  height: 40px !important;
}

.ex-a-2286457 .toolbar .cart-btn > .btn > i,
.ex-a-2286457 .minicart_container .cart-btn > .btn:hover > i,
.ex-name-riverdalelandpage .toolbar .cart-btn > .btn > i,
.ex-name-riverdalelandpage .minicart_container .cart-btn > .btn:hover > i {
  background-image: url("https://eu.evocdn.io/dealer/1280/content/media/My_Theme/assest/icons/doctor_buckets_50x49.png") !important;
  background-repeat: norepeat !important;
  background-position: center !important;
  background-size: contain !important;
  width: 40px !important;
  height: 40px !important;
}
.ex-a-2286457 .bubbles-background::before,
.ex-a-2286457 .bubbles-background::after,
.ex-name-riverdalelandpage .bubbles-background::before,
.ex-name-riverdalelandpage .bubbles-background::after {
  display: none;
}
.ex-a-2286457 footer .container-fluid:has(.copyright_container),
.ex-name-riverdalelandpage footer .container-fluid:has(.copyright_container) {
  border-top: 1px solid var(--lazer-border-color);
}
.ex-a-2286457 footer.footer,
.ex-a-2286457 .testimonials-inner,
.ex-a-2286457 .bg-secondary,
.ex-name-riverdalelandpage footer.footer,
.ex-name-riverdalelandpage .testimonials-inner,
.ex-name-riverdalelandpage .bg-secondary {
  background-color: var(--lazer-primary-bg);
}
/* Riverdale landing page*/
.ex-name-riverdalelandpage .logo_container .logo img {
  display: none;
}
.ex-name-riverdalelandpage .logo_container .logo {
  background-image: url("https://eu.evocdn.io/dealer/1280/content/media/Customers/riverdale-healthcare-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  width: 200px;
}

.ex-name-riverdalelandpage header .header-mobile .logo img {
  display: none;
}
.ex-name-riverdalelandpage header .header-mobile .logo {
  background-image: url("https://eu.evocdn.io/dealer/1280/content/media/Customers/riverdale-healthcare-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  width: 200px;
}

.ex-a-2286457 .shoppingtools_container .account-btn:focus > i,
.ex-name-riverdalelandpage .shoppingtools_container .account-btn:focus > i {
  background: revert;
  background-repeat: no-repeat;
}