:root {
  --mega-menu-top: 85%;
}
 
/* Admin panel override */
body.toolbar-fixed {
  --mega-menu-top: 100%;
}

.messages__wrapper {
display:none !important;
}

.view-new-releases-phase1 .view-content .item-list ul{
 display: grid;
 grid-template-columns: repeat(3, 1fr);
 gap: 24px;
}
@media (max-width: 768px) {
 .view-new-releases-phase1 .view-content .item-list ul{
   grid-template-columns: repeat(2, 1fr);
 }
}
@media (max-width: 480px) {
 .view-new-releases-phase1 .view-content .item-list ul{
   grid-template-columns: 1fr;
 }
}
.middle .view-megamenu-products .view-content, p.loading .view-content {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.middle .view-megamenu-products .view-content {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #F7F7F7;
	border: 1px solid #E6E6E6;
}
.megamenu .wrap .middle {
	width: 1065px;
}
/* New Releases – 2 rows x 3 columns */
.item-list > ul {
 display: grid;
 grid-template-columns: repeat(3, 1fr); /* 3 columns */
 gap: 24px;
 list-style: none;
 padding: 0;
 margin: 0;
}
/* Each list item */
.item-list > ul > li {
 display: flex;
 flex-direction: column;
}
.view-id-new_releases_phase1 .item-list > ul > li:hover a {
    color: #000;
}
 header .menu--main ul.menu li {
   position: inherit !important;
 }
 .menu-holder .megamenu {
    background: #f7f7f7 !important;
}
.has-mega-menu-new::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 20px;
  pointer-events: auto;
} 
 .has-mega-menu-new .mega-menu-new {
   position: absolute;
   top: 100%;
   left: 0;
   width: 100vw;
   background: #f7f7f7;
   z-index: 1000;
   display: none;
  padding: 72px 30px 40px;
 }

	.has-mega-menu-new:hover .mega-menu-new,
	.has-mega-menu-new:focus-within .mega-menu-new {
	  /* display: block; */
	}

.mega-inner {
  max-width: 1280px;
  margin: auto;
  padding: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* New release product section */

.view-new-releases-phase1 .wrap {
  padding-bottom: 20px;
  background: #F7F7F7;
  border: 1px solid #E6E6E6;
}

.view-new-releases-phase1 .wrap .view-header {
  padding-left: 20px;
  border: inherit;
  border-bottom: none;
  margin: 0;
}

.view-new-releases-phase1 .wrap .view-header p {
  font-weight: bolder;
  color: #000;
  font-size: 18px;
}

.view-new-releases-phase1 .wrap .view-content {
    padding: 0 20px 20px 0;
}
.view-new-releases-phase1 .wrap .view-content .views-field-title span.field-content {
    font-weight: 600;
    color: #000;
    margin-top: 8px;
    display: inline-block;
}
.view-new-releases-phase1 .wrap .view-content .views-field-field-description .field-content
 {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    letter-spacing: normal;
}
 .mega-menu-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.mega-menu-inner .mega-col {
  min-height: 220px;
}
header .menu--main ul.menu  li.has-mega-menu-new .mega-menu-new .mega-menu-inner .mega-col ul{
	 position: initial;
	 display: block;
 }
 
 .has-mega-menu-new {
  position: relative;
}

.mega-menu-inner .mega-col ul {
  background: transparent !important;
  width: 100% !important;
  padding: 0 !important;
}
.mega-menu-inner .mega-col ul li a:hover {
    border-bottom: 1px solid #f7f7f7 !important;
}
.has-mega-menu-new:hover .mega-menu-new,
.has-mega-menu-new:focus-within .mega-menu-new {
  /* display: block; */
}

	.has-mega-menu-new:focus-within .mega-menu-new,
	.has-mega-menu-new:hover .mega-menu-new {
	  /* visibility: visible; */
	  /* opacity: 1; */
	}	
/* For 3-column layouts only */
.mega-menu-inner:has(.mega-col:nth-child(3)):not(:has(.mega-col:nth-child(4))) {
  grid-template-columns: 1fr 1fr 1fr;
  width: 70%;
  margin: 0 auto;
}
/* hide megamenu once hover in mobile screen */
@media (max-width: 1250px) {
  .mega-menu-inner {
    display: none !important;
  }
}
.mega-menu-inner .mega-col {
  min-height: 220px;
  border-left: 1px solid #c8cccf;
  padding: 0 12px 0 46px;
}
 
.mega-menu-inner .mega-col:first-child {
  border-left: none;
}

.mega-menu-inner .mega-col:last-child {
    border-right: 1px solid #c8cccf;
}

.mega-menu-inner span.field-content a {
  display: flex !important;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding-bottom: 0 !important;
}

.mega-menu-inner span.field-content a p {
  text-align: left;
  width: 90%;
  margin: 0;
}

.mega-menu-inner span.field-content a span {
  width: 10%;
}
.mega-menu-inner .mega-col h2,
.mega-menu-inner .mega-col h4 {
  text-transform: uppercase;
  text-align: left;
  font-weight: 600;
  color: #3c3c3c;
  letter-spacing: .2px;
  font-size: 16px;
  margin-bottom: 12px;
  line-height: 1.5;
}

.mega-menu-inner .field--name-field-view-link a {
    color: #555 !important;
    padding-top: 0 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.03px;
    text-align: left;
}

.mega-menu-inner .field--name-body {
  text-align: left;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #7b7b7b;
}

.mega-menu-inner .field--name-body span {
    font-style: italic;
    margin-bottom: 12px;
    display: inline-block;
    font-size: 12px;
}
.mega-menu-inner .healthcare .field--name-body span, .mega-menu-inner .health-care-guide .field--name-body span, 
.mega-menu-inner .declare-products .field--name-body span {
    margin: 12px 0;
}
.mega-menu-inner .field--name-field-view-link a:hover {
  color: #2F80ED !important;
  border-bottom: 3px solid #f7f7f7 !important;
}

.mega-menu-inner .mega-col .megamenu-image-link:hover {
  border-bottom: 3px solid #f7f7f7 !important;
}
.mega-menu-inner .mega-col ul li {
    font-size: 16px;
    padding-bottom: 12px !important;
}
.mega-menu-inner .mega-col ul li a {
    padding: 0 !important;
}

.mega-menu-inner a.megamenu-image-link {
  padding: 0 !important;
}

.mega-menu-inner .field--name-body ul li:not(:has(a)):hover {
  color: #2F80ED;
}
header .branding .site-logo {
  z-index: 9999 !important;
}
.has-mega-menu-new.is-open .mega-menu-new {
 display: block;
}
@media (max-width: 1250px) { 
	#block-focalpoint2023-main-menu {
		display: none;
	}

}
/* Base */
.mm-wrapper {
 position: fixed;
 top:0;
 right:0;
 width: 80%;
 max-width:300px;
 height:100vh;
 background: #fff;
 z-index: 9999;
 display: none;
 overflow: hidden;
}
.mm-wrapper.is-open {
 display: block;
}
.mm-track {
 display: flex;
 height: 100%;
 transition: transform 0.35s ease;
}
/* Panels */
.mm-panel {
 width: 100%;
 flex: 0 0 100%;
 display: flex;
 flex-direction: column;
 background: #fff;
}
/* Header */
.mm-header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 7px 16px;
 border-bottom: 1px solid #ddd;
 background: #f7f7f7;
}
.mm-title {
 font-weight: 600;
}
.mm-back,
.mm-close {
 background: none;
 border: none;
 font-size: 16px;
 cursor: pointer;
}
/* List */
.mm-list {
 list-style: none;
 margin: 0;
 padding: 0;
 overflow-y: auto;
}
.mm-item {
 position: relative;
 border-bottom: 1px solid #eee;
}
.mm-link {
 display: block;
  padding: 16px 16px 14px 8px;
 text-decoration: none;
 line-height: normal;
  letter-spacing: normal;
  color: #3e3e3e;
  font-size: 14px;
  font-weight: 600;
}
/* Forward arrow */
.mm-forward {
 position: absolute;
 right: 0;
 top: 0;
 width: 44px;
 height: 100%;
 border: none;
 background: none;
 cursor: pointer;
}
.mm-forward::after {
 content: "›";
 font-size: 22px;
 color: #333;
}
/* Toggle */
.mm-toggle {
 background: none;
 border: none;
 font-size: 22px;
 cursor: pointer;
}
 .mm-back {
 display: inline-flex;
 align-items: center;
 gap: 6px;
 font-weight: 600;
}
/* Back arrow */
.mm-back::before {
 content: "‹";
 font-size: 22px;
 line-height: 1;
}
.dialog-off-canvas-main-canvas {

}
.mm-toggle,
header,
.region-header {
 pointer-events: auto;
}
.mm-toggle {
	position: relative;
	/* z-index:2147486647; */
	pointer-events: auto;
	/* visibility: hidden; */
	/* pointer-events: none; */
}


/* Fix CSS Grid first-click bug */
.region-header {
 min-height: 1px;
}
.mm-toggle {
 display: inline-flex;
 align-items: center;
 justify-content: center;
 align-self: stretch;
 justify-self: stretch;
 pointer-events: auto;
}

/* Hide the template footer at the bottom */

.mm-wrapper > .mm-footer-clone {
  display: none;
}

/* Footer shown inside panels */
.mm-panel .mm-footer-clone {
  display: block;
  background: #fff;
  border-top: 1px solid #e5e5e5;
  padding: 12px 16px;
}
 /* Dim background ONLY when menu is open */
.mm-wrapper.is-open::before {
 content: "";
 position: fixed;
 inset: 0;
 background: rgb(16 11 11 / 55%);
 z-index: -1;
}
.mm-list h2 {
  display: none;
}
/* ===============================
   iOS SAFARI PANEL BLEED FIX
   MUST BE LAST IN FILE
   =============================== */
.mm-wrapper {
  overflow: hidden; /* Hard clip */
  contain: layout paint size;  /* iOS Safari fix */
}
.mm-track {
  height: 100%;
  will-change: transform; /* GPU hint */
}
.mm-panel {
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;  /* Prevent panel bleed */
}
 /* large devices menu display */
@media (min-width: 1251px) {
  .mm-toggle, .mm-wrapper.is-open {
    display: none;
  }
  .is-disabled {
	 pointer-events: none;
	 cursor: default;
  }
}
 
.mm-toggle {
  text-indent: 9px;
  background: url(../img/icon-menu.svg) 50% 50% no-repeat #FFF;
  background-size: 24px;
  border: 1px solid #B8B8B8;
  border-radius: 3px;
}
 
.mm-close {
  color: #182834;
  font-weight: 400;
  font-size: 20px;
}
 
.mm-forward {
  width: 60px !important;
  top: -4px !important;
}
 
.mm-forward::after {
  font-size: 30px !important;
  font-weight: 500;
}
 
.mm-back {
  gap: 15px;
  color: #3e3e3e;
  font-size: 14px;
}
 
.mm-back::before {
  top: -4px;
  position: relative;
  font-size: 30px !important;
}
 
.mm-item {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 600;
}
 
.mm-item .mm-link:hover {
  text-decoration: none;
}
 
/* hide megamenu once hover in mobile screen */
@media (max-width: 1250px) {
  .mega-menu-inner {
    display: none !important;
  }
 
  .mm-panel {
    height: 100vh;
    overflow-y: scroll;
  }
 
  .mm-list .item-list>ul {
    display: inherit;
  }
 
  .mm-list .item-list>ul>li {
    display: block;
    padding-left: 10px;
    border-bottom: 1px solid #eee;
    margin-left: 0;
  }
  .mm-list .item-list>ul>li .views-field.views-field-name {
    padding-left: 8px;
}
  .mm-list .item-list>ul>li .field-content a:hover {
    text-decoration: none;
}
  .mm-list .item-list>ul>li .field-content a {
    color: #3e3e3e;
  }
 
  .mm-list .item-list span.icon-img {
    padding-right: 10px;
    float: left;
	width: 24px;
	height: 24px;
  }
  .mm-list .item-list .term-title {
    font-size: 14px;
    font-weight: 600;
}
 
  .mm-panel .mm-footer-clone {
    background: #f7f7f7 !important;
  }
 .mm-footer-clone ul {
    margin: 0;
}
 .mm-footer-clone ul li {
    margin-bottom: 3px;
}
  .mm-panel .mm-footer-clone li a {
    text-decoration: underline;
    color: #3e3e3e;
    font-size: 14px;
    line-height: 2;
    font-weight: 600;
  }
 
  .mm-panel .mm-footer-clone li a[title^=Find]:before {
    display: inline-block;
    background: url(../img/icon-findagent.svg) center / cover no-repeat !important;
  }
 
  .mm-panel .mm-footer-clone li a:before {
    content: "";
    display: none;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: transparent 50% no-repeat;
    background-size: contain;
    margin: -3px 6px 0 0;
  }
 
  .mm-panel .mm-footer-clone li a[title^=Agent]:before {
    display: inline-block;
    background-image: url(../img/icon-external-link.svg);
  }
}
/* .has-mega-menu-new > a:after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 6px;
    margin: 0 0 0 6px;
    background: url(../img/icon-chevron-down-grey.svg) no-repeat 50% 50%;
    background-size: 12px 7px;
}
.has-mega-menu-new.is-open > a.megamenu-active:after {
      background: url(../img/icon-chevron-up-blue.svg) no-repeat 50% 50%;
} */
.block-edit-pencil {
	position: absolute;
	top:0;
}
.region-header li.menu-item.lr-nav-row-item.lr-nav-parent.has-mega-menu-new.is-open a:hover
 {
    border-bottom: 3px solid #2F80ED;
  }
.region-header li.menu-item.lr-nav-row-item.lr-nav-parent a.is-expanded:hover {
    border-bottom: 3px solid #2F80ED !important;
}
.region-header li.menu-item.lr-nav-row-item.lr-nav-parent .products-technologie-class:hover, 
.region-header li.menu-item.lr-nav-row-item.lr-nav-parent .products-technologie-class:active, 
.region-header li.menu-item.lr-nav-row-item.lr-nav-parent.has-mega-menu-new a:hover {
    border-bottom: none;
}
.region-header li.menu-item.lr-nav-row-item.lr-nav-parent a:hover {
    color: #2F80ED;
    border-bottom: none;
}
.region-header li.menu-item.lr-nav-row-item.lr-nav-parent a.is-active:hover {
    border-bottom: 3px solid #2F80ED;
}

@media (min-width: 651px) {
  
/* Search styling */
.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 8px;
  width: auto;
  max-width: 200px;
  transition: max-width 0.3s ease;
}

.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete:focus-within {
  max-width: 350px;
}

.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete form {
  display: flex;
  align-items: center;
  width: 100%;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: inherit;
  height: 22px;
}

.form-item-search-api-fulltext input {
  background: transparent !important;
  border: none !important;
  padding: 0;
  font-size: 14px;
  color: #7b7b7b;
  outline: none;
  width: 80px;
}

.form-item-search-api-fulltext input::placeholder {
  transition: width 0.3s ease;
  color: #7b7b7b;
}

.form-item-search-api-fulltext input:not(:focus)::placeholder {
  font-size: 0;
}

.form-item-search-api-fulltext input:not(:focus)::after {
  content: 'Search';
  color: #7b7b7b;
  font-size: 14px;
}

.form-item-search-api-fulltext {
  position: relative;
}

.form-item-search-api-fulltext::before {
  content: 'Search';
  position: absolute;
  left: 0;
  color: #7b7b7b;
  font-size: 14px;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.2s ease;
  font-family: "acumin-pro", "Acumin Pro", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

.form-item-search-api-fulltext:focus-within::before {
  opacity: 0;
}

.form-item-search-api-fulltext input:focus {
  border: none !important;
   width: 226px;
}

.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete button,
.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete input[type="submit"] {
  background: transparent !important;
  border: none !important;
  padding: 0;
  margin-left: 10px;
  cursor: pointer;
  color: #7b7b7b;
  font-size: 16px;
  transition: color 0.3s ease;
}

.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete button:hover,
.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete input[type="submit"]:hover {
  color: #2F80ED;
}
.views-exposed-form.block.block-views.block-views-exposed-filter-blocksearch-results-search-autocomplete .form-actions {
    background-color: #7b7b7b;
    mask-image: url(../img/icon-search.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    margin: 0;
    width: 23px;
    background-size: 10px 10px;
}
}
.mega-menu-new .mega-col ul li{
	line-height:1.5 !important;
  letter-spacing: 0.2px;
  font-size: 16px;
  font-weight: 500;
}
.has-mega-menu-new .mega-menu-new p {
    margin: 12px 0;
}
.mega-menu-inner .field--name-body em {
    font-size: 13px;
    line-height: normal;
}
.mega-col.declare-products p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.71;
    letter-spacing: 0.2px;
}
.mm-toggle,
.mm-forward,
.mm-back,
.mm-close {
 touch-action: manipulation;
}