

/* LOGO */
/* <editor-fold> */
.w-logo .w-logo-img {
  height: 60px;
}
/* </editor-fold> */

/* USP */
/* <editor-fold> */
.w-usp {
  height: auto;
}
/* </editor-fold> */

/* SEARCH */
/* <editor-fold> */
.w-search .w-search-container .w-search-form .w-search-input {
  padding: 0;
  height: 100% ;
}
/* </editor-fold> */


/* SEARCHCONTAINER */
.searchcontainer {
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  position: relative;
}
.searchcontainer.headercontainer {
  border-bottom: 0;
  display: flex;
  gap: 20px;
  flex: auto;
  justify-content: center;
}
.searchcontainer > .container {
  display: flex;
  justify-content: space-between;
}
.searchcontainer .w-search .w-search-container .w-search-form {
  width: 100%;
  position: static;
  left: auto;
  top: auto;
  opacity: 1;
  pointer-events: auto;
  transform: none;
  display: flex;
  align-items: center;
}
.searchcontainer .w-search .w-search-container .w-search-form .w-search-close,
.searchcontainer .w-search .w-search-container .w-search-open {
  display: none;
}
.searchcontainer .w-search .w-search-container .w-search-form {
  height: auto;
  background-color: transparent;
}
.searchcontainer .w-search .container {
  max-width: 100%;
  width: 100%;
}
.searchcontainer .w-search .w-search-container .w-search-form .w-search-input {
  font-size: 14px;
  flex: auto;
  background-color: #f4f4f4;
}
.searchcontainer > .container:before,
.searchcontainer > .container:after {
  display: none;
}
.searchcontainer > .container > .searchcontainer__search {
  width: 70%;
  background-color: #f4f4f4;
  padding: 10px 0;
  position: relative;
  padding-right: 10px;
}
.searchcontainer > .container > .searchcontainer__search::before {
  content: "";
  display: block;
  background-color: #f4f4f4;
  width: 100%;
  right: 100%;
  top: 0;
  position: absolute;
  height: 100%;
}
.searchcontainer > .container > div:last-child,
.searchcontainer.headercontainer > *:last-child {
  padding: 10px 0;
  padding-left: 10px;
  text-align: right;
  line-height: 1;
}
.searchcontainer > .container > div:last-child > a,
.searchcontainer.headercontainer > *:last-child > a {
  display: inline-flex;
  gap: 5px;
}
.searchcontainer .w-search .w-search-container .w-search-form .w-search-submit > svg {
  width: 20px;
  height: 20px;
}
.searchcontainer.headercontainer .w-search {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 99px;
}
.searchcontainer.headercontainer .w-search .w-search-input {
  background-color: transparent !important;
  padding-left: 5px;
}
.searchcontainer.headercontainer .w-search-container {
  max-width: 400px;
}
.searchcontainermobile {
  position: sticky;
  top: 61px;
  background-color: #fff;
  z-index: 30;
}

.productmenu-new {
  display: none !important;
}


.m-productlist-figure {
  position: relative;
}

.badge-black {
  background-color: #000;
  color: #fff;
}

.m-product-splash-blackfriday,
.m-productlist-blackfriday {
  width: 70px;
  height: 70px;
  font-size: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 10;
}

.productcard-payments {
  display: flex;
  gap: 20px;
  align-items: center;
}
.productcard-payments .viabill-pricetag {
  margin-left: 0 !important;
}
.productcard-payments > img {
  margin: 0;
  width: auto;
  height: 24px;
}

.productcard-usp {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(0,0,0,.15);
}
.productcard-usp > div {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,.15);
}
.productcard-usp > div:last-child {
  border-bottom: 0px;
}
.productcard-usp > div > img {
  margin: 0;
}

@media(min-width: 1023px) {
  .productcard-usp {
    flex-direction: row;
  }
  .productcard-usp > div {
    border-bottom: 0px;
    border-right: 1px solid rgba(0,0,0,.15);
  }
  .productcard-usp > div:last-child {
    border-right: 0px;
  }
}

@media(min-width: 1023px) {
  .m-product-splash-blackfriday {
    width: 95px;
    height: 95px;
    font-size: 13px;
    top: 0;
    bottom: auto;
  }
}

@media(min-width: 1281px) {

  .productmenu {
    position: sticky;
    top: 81px;
    background-color: #fff;
    z-index: 60;
  }
  .productmenu>li>ul:not(.megamenu) {
    max-height: 70vh;
    overflow-y: auto;
    z-index: 999;
  }

  .productmenu>li>ul.megamenu {
    z-index: 999;
  }

  .productmenu>li>ul.megamenu>li>ul>li.more {
    text-decoration: underline;
  }

  .productmenu-new {
    display: flex !important;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
  }

  .searchcontainermobile {
    display: none !important;
  }

}