.page-header.type27 .panel.wrapper {
  background-color: #fff !important;
}

.page-header.header-newskin {
  background-color: #fff !important;
}

[class*=" porto-new-icon-"]:before, [class^=porto-new-icon-]:before {
  color: #333;
}

.page-header.type27 .block-search input {
  color: #000 !important;
  padding: 10px 50px 10px 10px;
  font-style: normal !important;
  font-size: 14px !important;
}

.page-header.type27 .block-search input::placeholder {
  color: #8d8d8d !important;
  font-weight: normal;
  font-size: 14px;
}

.page-header.type27 .minicart-wrapper .action.showcart {
  border: 2px solid #333 !important;
}

.page-header.type27 .block-search .action.search {
  width: 44px !important;
  height: 44px !important;
  border-left: 1px solid rgba(204,204,204,0.5);
}

.page-header.type27 .block-search .action.search:before {
  color: #000 !important;
  font-size: 17px !important;
  margin-top: -1px;
  width: 100%;
  color: #8d8d8d !important;
}

.page-header.type27 .header-top-right {
  margin-left: 0;
}

.page-header.type27 .navigation .level0 > .level-top {
  font-size: 15px !important;
}

.page-header.type27:not(.sticky-header) .sw-megamenu.navigation > ul {
  display: flex;
  justify-content: space-between;
}

.page-header.type27 .top-links-area > .links {
  display: none;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  z-index: 9;
  background-color: #fff !important;
  margin: 0;
  padding: 20px;
  text-align: left;
  top: 100%;
  margin-top: 15px;
  box-shadow: 0 0 13px rgba(0,0,0,.19);
}

.page-header.type27 .top-links-area > .links:before {
  content: '';
  position: absolute;
  left: 50%;
  top: -5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  z-index: 10;
  transform: translateX(-50%) rotate(45deg);
}

.page-header.type27 .nav-toggle:before {
  color: #000 !important;
}

.page-header.type27 .minicart-wrapper .action.showcart:before {
  border-color: #333 !important;
}

.page-header {
  margin-bottom: 40px;
}

.sticky-header.page-header .logo {
  position: fixed !important;
  top: 10px;
  z-index: 10;
  width: 85px;
  margin: 0 !important;
}

.sticky-header.page-header .top-links-area {
  position: fixed !important;
  top: 8px;
  z-index: 10;
  margin: 0 0 0 -90px !important;
}

.header-top-right {
  width: 100%;
}

.header-main-right {
  width: 64%;
  display: flex;
  justify-content: space-between;
}

.header-top-right {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
  height: 60px;
}

.header.links {
  list-style: none;
}

.header.links li {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 8px;
}

.header.links li:last-child {
  margin-bottom: 0px;
}

.header.links li a {
  font-weight: normal;
  color: #333;
  background-image: url(../../header/arrow-black-short.svg);
  background-position-x: left;
  background-position-y: 4px;
  padding-left: 25px;
  background-size: 15px;
  background-repeat: no-repeat;
  transition: padding-right .5s;
  display: inline-block;
  text-wrap: nowrap;
}

.header.links li a:hover {
  cursor: pointer;
}

.customer-welcome .customer-menu {
  display:block;
}

.customer-welcome ul {
  display: block;
}

.customer-menu .header.links a {
  color: #333 !important;
  padding: 0 0 0 25px !important;
}

.customer-menu .header.links a:hover {
  text-decoration: underline;
}

.top-links-area {
  position: relative;
}

.level-top {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  text-wrap: nowrap;
}

.greet.welcome {
  font-size: 14px;
  font-weight: 600;
  color: #f30560;
  margin-bottom: 8px !important;
}

span.counter-number::before {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page-header .header.panel {
    max-width: 1140px !important;
  }

  .navigation {
    max-width: 100% !important;
  }

  .page-header.type27 .navigation .level0 > .level-top {
    font-size: 13px !important;
  }

  .header.content {
    max-width: 100% !important;
  }
}

@media screen and (max-width: 920px) {
  .page-header.type27 .navigation .level0 > .level-top {
    font-size: 11px !important;
  }
}

@media screen and (max-width: 840px) {
/*  .nav-open .panel.wrapper {
      width: 380px !important;
      position: absolute !important;
  }

  .nav-open .page-wrapper {
    left: 380px;
  }*/

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

  .header-top-right {
    border-top: none;
    border-bottom: none;
  }

  .header-main-left {
    width: 100%;
    justify-content: space-between;
  }

  .page-header.type27 .panel.wrapper {
    display: flex !important;
  }
  
  .nav-toggle {
    display: inline-block;
  }

  .page-header.type27 .navigation .level0 > .level-top {
    font-size: 1.6rem !important;
  }
}

@media only screen and (max-width: 840px) {
    .nav-sections {
        -webkit-transition: left 0.3s;
        -moz-transition: left 0.3s;
        -ms-transition: left 0.3s;
        transition: left 0.3s;
        height: 100%;
        left: -100%;
        overflow: auto;
        position: fixed;
        top: 0;
        width: 80%;
        width: calc(100% - 54px);
        background-color: #f6f6f6;
    }

    header.page-header .nav-sections-items {
        position: relative;
        z-index: 1;
    }

    header.page-header .nav-sections-item-title.active {
        background: transparent;
        border-bottom: 0;
    }

    header.page-header .nav-sections-item-title {
            background: #0088cc;
            border: solid rgba(255, 255, 255, 0.3);
            border-width: 0 0 1px 1px;
            box-sizing: border-box;
            float: left;
            height: 71px;
            padding-top: 24px;
            text-align: center;
            width: 33.33%;
            display: block;
    }

    header.page-header .nav-sections-item-content {
        box-sizing: border-box;
        float: right;
        margin-left: -100%;
        width: 100%;
        margin-top: 0;
    }

    .navigation {
      background: transparent;
      box-sizing: border-box;
    }

    .navigation ul {
      margin: 0;
      padding: 0;
    }

    .sw-megamenu.navigation li.ui-menu-item {
      position: relative;
    }

    .navigation li.level0:first-child {
      border-top: 0;
    }

    .navigation li.level0 {
      line-height: 16px;
    }

    .navigation .level0 {
        border-top: 1px solid #dddddd !important;
        font-size: 1.3rem;
        position: relative;
    }

    .navigation li {
        margin: 0;
    }

    .sw-megamenu.navigation li.ui-menu-item > a {
        position: relative;
    }

    .navigation li.level0 > a.level-top {
      padding: 20px 36px 20px 20px;
    }

    .navigation .level0 > .level-top {
      font-weight: 400;
      padding: 8px 36px 8px 15px;
      text-transform: uppercase;
      word-wrap: break-word;
    }

    .navigation a {
        color: #777 !important;
    }

    .nav-open .nav-sections {
        -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
        left: 0;
        z-index: 99;
    }

    .page-header.type27:not(.sticky-header) .sw-megamenu.navigation > ul {
      flex-direction: column;
    }

    .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
      display: block;
      position: absolute;
      width: 50px;
      height: 57px;
      right: 0;
      top: 0;
      z-index: 1;
      cursor: pointer;
    }

    .ui-menu-item {
      position: relative;
    }

    .sw-megamenu.navigation span.cat-label {
        top: 50%;
        right: 36px;
        margin-top: -7px;
        position: absolute;
        text-transform: uppercase;
        font: inherit;
        font-size: 9px;
        padding: 2px;
        border-radius: 2px;
        line-height: 1;
        color: #fff;
    }

    .page-header.type27.header-newskin .navigation .level0 {
        margin-right: 1px;
    }

    .navigation a {
        color: #777 !important;
    }

    .navigation .parent .level-top:after {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 42px;
        line-height: inherit;
        color: inherit;
        content: '\f807';
        font-family: 'porto-icons';
        vertical-align: middle;
        display: inline-block;
        font-weight: normal;
        overflow: hidden;
        speak: none;
        text-align: center;
    }

    .navigation .parent .level-top:after {
        position: absolute;
        right: 7px;
        top: -8px;
    }

    .navigation .parent .level-top:after {
            font-size: 2.2rem;
            right: 10px;
            top: 13px;
        }

    .navigation .parent .level-top:after {
        right: 15px;
    }

    .panel.header {
      height: 0 !important;
    }

    .header-top-right {
      height: 0;
      border-top: none;
    }

    .google-trustpilot-header {
      display: none;
    }

    .page-main {
      padding-top: 123px !important;
    }

    .content-wrapper + .breadcrumbs + .page-main {
      padding-top: 0px !important;
      margin-top: 0;
    }

    .header.content {
      height: 90px;
    }

    .subchildmenu {
      width: 100%;
    }

    .ui-menu-item.level1 {
      width: 100%;
    }

    .ui-menu-item.level1 a {
      width: 100%;
    }

    .section-item-title.nav-sections-item-title {
      width: 50% !important;
      border-bottom: 1px solid #777 !important;
      display: none !important;
    }

    .section-item-title.nav-sections-item-title.active {
      border-bottom: 3px solid #00A885 !important;

    }

    .section-item-title.nav-sections-item-title.active a {
      color: #00A885 !important;
    }

    .section-item-title.nav-sections-item-title a {
      color: #00A885 !important;
    }

    .section-item-title.nav-sections-item-title a:hover {
      text-decoration: none !important;
    }

    .nav-open .page-header.type27 .header-main-left .nav-toggle {
      display: none;
    }

    .nav-open .page-header.type27 .header-top-right .nav-toggle {
      position: relative;
      margin-right: 0;
      padding-right: 20px;
      top: 0px;
      left: 20px;
    }

    .nav-open .page-header.type27 .nav-toggle:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: "\f00d";
        width: 15px;
        margin-top: 2px;
    }

    .nav-open .page-header.type27 .nav-toggle:after {
        content: 'Menü schließen';
        position: absolute;
        top: 2px;
        left: 25px;
        width: 200px;
        color: #000;
        font-size: 1.3rem;
        background: transparent;
    }

    .navigation .parent .level-top:after {
      top: unset !important;
    }

    .navigation li.level0>a.ui-state-active {
      font-weight: 400;
    }

    .ui-menu-item.level1 a {
      padding-left: 30px !important;
      padding-top: 12px !important;
      padding-bottom: 12px !important;
    }

    .ui-menu-item.level2 a {
      padding-top: 10px !important;
      padding-bottom: 10px !important;
    }
}

@media (max-width: 840px) and (min-width: 480px) {
    .nav-open .nav-sections {
        width: 380px;
    }
}

@media (min-width: 840px) {
  .sections.nav-sections {
    width: 100%;
  }

  .page-header.type27 .navigation .level0 > .level-top {
    font-family: 'GT-Walsheim-Regular', 'Open Sans', sans-serif !important;
    text-transform: lowercase;
  }
}

.header.content {
  padding: 20px 15px;
}

.logo img {
  max-height: 100%;
}

.header-main-left {
  display: flex;
}

.page-header.type27 .block-search {
  margin-top: -10px !important;
}

.page-header.type27 .minicart-wrapper .action.showcart .counter.qty {
  background-color: #eb2771 !important;
}

.logo {
  cursor: pointer;
}

.nav-toggle {
  margin-right: 0 !important;
  padding-right: 20px;
  top: 20px;
}

@media (max-width: 480px) {
  .nav-open .page-header.type27 .nav-toggle {
      position: absolute;
      left: calc(-1 * (100% - 74px));
      z-index: 9;
  }
}

  .sticky-header {
    z-index: 200 !important;
  }

@media (min-width: 840px) {
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
      left: 3px;
      bottom: -4px;
  }

  .sw-megamenu.navigation > ul:after {
    content: none !important;
  }

  .ui-menu-item.level0 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
  }

  .ui-menu-item.level0 > a {
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .ui-menu-item.level0 > a > span {
    font-size: clamp(16px, 1.28vw, 18px);
  }

  .sticky-header .navigation.sw-megamenu > ul {
      width: calc(100% - 200px);
      left: 100px;
      display: flex;
      flex-direction: row;
      justify-content: center;
  }

  .level0.submenu {
      top: 55px;
  }

  .sticky-header .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
      left: 3px;
      transform: rotate(180deg);
      bottom: 14px;
  }

  .sticky-header.page-header .navigation li.level0 > a > span.cat-label {
    top: 35px !important;
  }

  .ui-menu-item.level1.parent > a {
    font-size: clamp(18px, 2vw, 20px) !important;
    color: #00ad7c !important;
  } 

  .level0.submenu .ui-menu-item.level1 a {
    font-size: 15px !important;
  }

  .level0.submenu .ui-menu-item.level1.parent a {
    font-size: 18px !important;
  }

  .page-header.header-newskin .subchildmenu .ui-menu-item.level2  a {
    font-size: 14px !important;
  }

  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: auto !important;
  }

  ul.subchildmenu.col-md-12.mega-columns.columns5 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 650px;
  }

  .level0.submenu .row {
    padding: 0;
    margin-right: 0;
  }

  .ui-menu-item.level0.fullwidth.parent .ui-menu-item.level1 a {
    font-size: 18px !important;
    color: #00ad7c !important;
  }

  .ui-menu-item.level0.fullwidth.parent .ui-menu-item.level2 a {
    color: #777777 !important;
    font-size: 14px !important;
  }
}

@media (max-width: 860px) {
  .sticky-header .logo {
    width: 35px !important;
    overflow: hidden;
  }

  .sticky-header .logo img {
    width: 80px;
    max-height: unset;
    max-width: unset;
  }

  .sticky-header .navigation.sw-megamenu > ul {
    left: 80px;
  }
}

@media only screen and (max-width: 839px) {
    .sw-megamenu.navigation span.cat-label:before {
        content: "";
        position: absolute;
        width: 3px;
        height: 3px;
        border: 3px solid transparent;
        left: -5px;
        bottom: 3px;
    }
}