.top-navigation-bar {
    border-top-color: #f2f2f2;
    border-bottom-color: #f2f2f2;
    background-color: #f2f2f2;
}
.top-navigation-menu, .top-navigation-contacts {
    background-color: transparent;
}
.top-navigation-menu {
    display: none !important;
}
.top-navigation-bar a, .top-navigation-bar .dropdown button {
    color: #afafaf;
    font-weight: 500;
}
.top-navigation-bar a:hover, .top-navigation-bar .dropdown button:hover {
    color: #a47b6d;
}

.top-navigation-contacts a::before {
    font-size: 13px;
    position: relative;
    top: -1px;
    color: #b9a099;
}
.top-navigation-contacts a.project-phone::before {
    font-family: 'icomoon';
    font-weight: 400;
    content: '\e901';
    font-size: 17px;
}
.top-navigation-contacts a.project-phone span {
    position: relative;
    top: 1px;
}
.top-navigation-contacts a.project-email::before {
    font-family: 'icomoon';
    font-weight: 400;
    content: '\e90a';
}

.btn.cart-count::before, a.btn.cart-count::before {
    font-family: 'icomoon';
    font-weight: 400;
    content: '\e909';
    font-size: 24px;
}
.header-top .btn.cart-count::before {
    margin-right: 0px;
    font-size: 40px;
    position: relative;
    top: 0px;
}
.navigation-buttons a[data-target="cart"]:hover {
    color: white;
}
.navigation-buttons > a[data-target="cart"] i {
    top: -6px;
    left:30px
}

.navigation-buttons > a[data-target="cart"] i {
    color: black;
    background-color: #f9c801;
}

.header-top .btn.cart-count {
    font-size: 14px;
}

.header-top .oblibeneBtn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #373737;
}
.header-top .oblibeneBtn:hover {
    color: #de5648;
}
.header-top .oblibeneBtn::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400;
    content: '\f004';
    font-size: 26px;
    position: relative;
    top: 1px;
    margin-right: 20px;
}
.header-top .oblibeneBtn em {
    font-style: normal;
    display: inline-block;
    background: #d22b00;
    color: white;
    font-weight: 700;
    font-size: 10px;
    width: 14px;
    height: 14px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    right: 12px;
}


.menu-helper::after, .menu-trigger::after {
    color: black;
    background-color: white;
}


#formSearchForm .form-control {
    border-color: #eaeaea;
    background-color: #eaeaea;
    border-radius: 0;
    color: #000000;
}
#formSearchForm .btn:before {
    font-family: 'icomoon';
    font-weight: 400;
    content: '\e904';
    font-size: 24px;
    position: relative;
    left: -2px;
}
#formSearchForm .btn {
    text-align: center;
    padding: 0px;
    line-height: 36px;
    width: 36px;
    border-radius: 0;
    font-size: 0px;
    background: #9d9d9d;
    border-color: #9d9d9d;
    color: white;
}
#formSearchForm .btn:hover {
    background: #a47b6d;
    border-color: #a47b6d;
    color: white;
}
.search-whisperer.active {
    border-radius: 20px;
    overflow: hidden;
}
.search-whisperer ul li.last-product {
    border-bottom: 0px;
}

.navigation-in>ul>li>a {
    position: relative;
    color: white;
}
.navigation-in>ul>li>a:after {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    display: block;
}

.navigation-buttons a[data-target="cart"] {
    color: #b9a099;
}
.navigation-buttons a[data-target="cart"]:hover {
    color: #a4aeb2;
}

#nav-manufacturers {
    display: none !important;
}


@media (min-width: 768px) {
  #navigation {
      height: 37px;
      margin-left: 0px;
      margin-right: 0px;
  }
  body:not(.dklabFixHead) #navigation {
      height: 43px;
      border-top: 2px solid #eaeaea;
      position: relative;
      top: -2px;
  }
  body:not(.dklabFixHead) .navigation-in>ul>li>a {
      padding-top: 13px;
      padding-bottom: 12px;
  }

  #header .site-name {
      position: relative;
      text-align: left;
  }
  body:not(.dklabFixHead) #header .site-name a img {
    max-height: 40px;
    position: relative;
    height:100px;
    max-width:256px
  }

  #header {
      background: white;
      border-bottom: 43px solid white;
      height: 139px;
  }
  
  #header #formSearchForm {
      position: relative;
      top: 0px;
  }
  #header .navigation-buttons {
      position: relative;
      top: 1px;
  }
  .top-navigation-bar {
      font-size: 12px;
      padding-top: 4px;
      padding-bottom: 1px;
      border-bottom: 0px;
      background: #eaeaea;
      color: #afafaf;
      border-color: #eaeaea;
  }
 .top-navigation-bar .top-nav-button-login::before, .top-navigation-bar .top-nav-button-account::before {
      position: relative;
      top: -2px;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: '\f007';
      font-size: 13px;
      margin-right: 1ex;
      vertical-align: middle;
  }
  .top-navigation-bar .separator {
      padding: 0px 10px;
  }
  .top-navigation-bar .top-nav-button, .top-navigation-bar .top-nav-button-account {
      display: inline;
      text-transform: uppercase;
      font-size: 11px;
  }
  
  .top-navigation-bar .container>div.top-navigation-tools {
    display: none;
  }
  .top-navigation-bar .container>div:first-child {
    text-align: right;
}

  #header .cart-count {
      display: inline-block;
      vertical-align: middle;
      line-height: 1.9;
      top: 6px;
  }
  .cart-count .visible-lg-inline-block {
      display: block !important;
      text-transform: none;
      font-size: 80%;
      margin-top: 1px;
  }
  .cart-count .visible-lg-inline-block::first-letter {
      text-transform: uppercase;
  }
  
  #header .navigation-buttons a.newLogin {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      position: relative;
      left: 0;
      right: auto;
      top: 0;
      font-size: 80%; 
      color: #b9a099;
      background: transparent;
      text-align: center;
      margin-right: 20px;   
  }
  #header .navigation-buttons a.newLogin::before {
      margin-right: 0px;
      font-size: 40px;
      position: relative;
      top: 0px;
      vertical-align: middle;
      font-family: 'icomoon';
      font-weight: 400;
      content: '\e90b';
      display: block;
  }
  #header .navigation-buttons a.newLogin:hover {
      color: #a4aeb2;
  }

  .navigation-in {
      background-color: white;
  }
  .navigation-in>ul>li {
      border-color: white;
  }
  .navigation-in>ul>li>a {
      font-size: 13px;
      color: #696969;
      background: white;
      text-align: center;
      text-transform: none;
  }
  .navigation-in>ul>li>a>b {
      font-weight: 600;
  }
  .navigation-in>ul>li>a:hover, .navigation-in>ul>li.ext.exp>a {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 20px;
      padding-right: 20px;
      color: #b9a099;
      background: white;
  }
  .navigation-in ul.menu-level-2 {
      border-color: white;
  }
  .navigation-in>ul>li.ext.exp:hover>ul {
    -webkit-box-shadow: 0px 32px 30px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 32px 30px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 32px 30px 0px rgba(0,0,0,0.3);
  }

  .navigation-in ul.menu-level-2 li {
      color: #555555;
  }
  .navigation-in .has-third-level div > ul a {
      color: #555555;
  }
  .navigation-in .has-third-level div > ul a:hover {
      color: #b9a099;
  }

  .navigation-in>ul>li.ext>ul>li>a {
      width: 100%;
      padding: 0;
      padding-right:15px
  }
  .navigation-in>ul>li.ext>ul>li {
      flex-wrap: wrap;
  }
  .submenu-visible .navigation-in>ul>li.ext.exp>ul {
      padding: 4rem 15px 15px 15px;
      align-items: flex-start;
  }
  .navigation-in > ul > li.ext > ul > li > a img {
      max-width: 100%;
      max-height: 70px;
  }
  .navigation-in>ul>li.ext>ul>li>div {
      padding: 0px 15px 0px 0px;
  }
  .navigation-in>ul>li.ext>ul>li>div>a {
      font-weight: 700;
      padding:0
  }
  .navigation-in>ul>li.ext>ul>li>div>ul {
      max-height: none;
      display:flex;
      max-width:250px;
      margin-top:0.25rem
  }
  .navigation-in>ul>li.ext>ul>li>div>ul>li {
      display: block;
      color: white;
  }
  .navigation-in>ul>li.ext>ul>li {
      align-items: center;
      margin-bottom:3rem
  }
  .has-more-items .more-items-trigger {
      display: none;
  }
  .navigation-in>ul>li.ext>ul>li>div>ul>li {
      margin: 2px 0px;
      font-size: 12px;
      position: relative;
      color:#555555;
      margin-right:5px
      
  }

}

@media (min-width: 992px) {
  .popup-widget.login-widget::before {
      right: 130px;
  }
  .popup-widget.login-widget {
      margin-top: 78px;
  }
}

@media (min-width: 1200px) {
  .navigation-in {
      width: 100%;
  }
  .navigation-in>ul>li {
      flex-grow: 1;
  }
  .navigation-in>ul>li {
      padding-right: 3px !important;
  }
  .navigation-in>ul>li:nth-last-of-type(1) {
      padding-right: 0px !important;
  }
  .submenu-visible .navigation-in ul li.splitted {
      display: block;
  }
  .navigation-in ul li.splitted {
      visibility: visible;
  }
  .menu-helper {
      display: none;
  }

  .navigation-in>ul>li:nth-of-type(1) > a {
      padding-left: 0px !important;
      padding-right: 0px !important;
      text-align: left;
  }
  .navigation-in>ul>li:nth-last-of-type(1) > a {
      padding-right: 0px !important;
      padding-left: 0px !important;
      text-align: right;
  }

  .navigation-in>ul>li.ext>ul>li {
      width: 25%;
      flex-basis: 25%;
  }
}

@media (max-width: 1439px) {
  .navigation-in>ul>li>a {
      font-size: 11px;
  }
}
@media (max-width: 1199px) {
  .navigation-in {
      background-color: white;
  }
  .menu-helper {
      top: 107px;
      right: 20px;
  }
  .dklabFixHead .menu-helper {
      top: 107px;
  }
  .dklabFixHead .menu-helper::after {
      line-height: 31px;
  }
  .menu-helper::after, .menu-trigger::after {
      color: black;
      background-color: white;
  }
}
@media (max-width: 991px) {
  #header .site-name a img {
      max-height: 45px;
  }
  .popup-widget.login-widget {
      margin-top: 27px;
  }
  #formSearchForm .form-control {
      font-size: 80%;
      padding-right: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .navigation-in>ul>li>a {
      font-size: 12px;
  }
  .navigation-in>ul>li>a:after {
      width: 40%;
      background-size: contain;
  }
  .top-navigation-contacts a>span {
    display: inline;
  }
  body:not(.dklabFixHead) #header .site-name a img, .dklabFixHead #header .site-name a img {
      max-height: 30px !important;
      height:100px
  }
}

@media (max-width: 767px) {
  .top-navigation-tools .newlink, .top-navigation-tools .separator {
      display: none;
  } 
  #header .navigation-buttons a.newLogin {
      display: none;
  }

  #header {
      margin-bottom: 10px;
  }
  .in-index #header {
      margin-bottom: 0px;
  }
  body:not(.in-index) #header {
      box-shadow: none;
  } 

  #navigation {
      top: 100px;
      padding-bottom: 60px;
  }
  .navigation-in {
      background-color: white;
  }
  .navigation-close {
      display: none;
  }
  .navigation-buttons > a[data-target="cart"] i {
    top: -6px;
    left:20px
}
  .navigation-window-visible .responsive-tools>a[data-target="navigation"]:before {
      content: '\e912';
  }
  .navigation-window-visible .responsive-tools>a[data-target="login"], 
  .navigation-window-visible .responsive-tools>a[data-target="search"], .navigation-window-visible #header .cart-count {
      visibility: hidden;
  }
  .top-navigation-bar .dropdown {
      position: absolute;
      left: 20px;
      top: 23px;
      display: none;
      z-index: 1001;
  }
  .top-navigation-bar .dropdown button {
      font-weight: 700;
      display: none;
  }
  .top-navigation-bar .dropdown .dropdown-menu {
      left: auto;
      right: auto;
      display: inline-block;
      position: relative;
      float: none;
      list-style-type: none;
      box-shadow: none;
      border: 0px;
  }
  .top-navigation-bar .dropdown .dropdown-menu li {
      display: inline-block;
  }
  .dropdown-menu li a {
      color: black;
      font-weight: 700;
      font-size: 120%;
  }
  .dropdown-menu>li>a {
      padding: 0px 20px;
      border-left: 1px solid #d7d7d7;
  }
  .dropdown-menu>li:nth-of-type(1)>a {
      border-left: 0px;
  }
  .dropdown-menu li a::before {
      display: none;
  }
  .top-navigation-bar .dropdown>span {
      display: inline-block;
  }
  .navigation-window-visible .top-navigation-bar .dropdown {
      display: block;
  }
  
  .submenu-arrow {
      background: #eaeaea;
      color: black;
      padding: 15px 15px 15px 15px;
      position: absolute;
      top: 0px;
      right: 0px;
  }
  .exp .submenu-arrow {
      padding: 8px 10px 12px 10px;
  }
  .navigation-in>ul {
      padding-bottom: 80px;
  }
  .navigation-in>ul>li {
      position: relative;
  }
  .navigation-in>ul>li>a>b {
      font-weight: 700;
  }
  .navigation-window-visible .top-navigation-bar .container>div.top-navigation-contacts {
      display: none;
  }

  .top-navigation-bar a, .top-navigation-bar .dropdown button {
      color: #9d9d9d;
  }
  .top-navigation-bar {
      background-color: white;
  }
  /*.responsive-tools > a{
    z-index:99
  }*/
  .responsive-tools>a[data-target="navigation"]::before {
      color: white;
      background-color: #b9a099;
  }

  #header .cart-count {
      right: 57px;
      top: -43px;
  }
  .header-top .oblibeneBtn {
      position: absolute;
      top: -42px;
      right: 89px;
  }
  .header-top .oblibeneBtn::before {
      font-size: 19px;
      top: -3px;
      margin-right: 21px;
  }

  .responsive-tools>a[data-target="navigation"] {
      right: 10px;
  }
  .responsive-tools {
    justify-content: flex-start;
    padding-left:10px
  }
  .responsive-tools>a[data-target="login"], .responsive-tools>a[data-target="search"] {
      width: 36px;
  }
  .responsive-tools>a::before {
      font-size: 24px;
  }
  .responsive-tools>a[data-target="login"]::before {
      font-family: 'icomoon';
      font-weight: 400;
      content: '\e90b';
  }
  .responsive-tools>a[data-target="search"]::before {
      font-family: 'icomoon';
      font-weight: 400;
      content: '\e904';
  }
  #header .site-name-wrapper{
    display:flex;
    justify-content: center;
  }
  body.in-index #header .site-name {
      top: -45px;
  }
  #header .site-name {
      position: absolute;
      top: -45px;
      width:150px
  }
  #header .site-name a img {
      max-height: 27px;
      top: -3px;
      /*position: relative;*/
  }

  .navigation-in>ul>li>a {
      position: relative;
      color: black;
      font-size: 16px;
  }
  .navigation-in>ul>li>a:after {
      right: auto;
      top: 5%;
      left: 5px;
      width: 40px;
      height: 90%;
      background-size: contain;
  }
}

@media (max-width: 339px) {
  body.in-index #header .site-name {
      top: -47px;
  }
  #header .site-name {
      top: -47px;
  }
  #header .site-name a img {
      max-height: 22px;
      top: 0px;
  }
}

/* úprava hlavičky */
header > div.navigation-wrapper{
    padding-left:0;
    padding-right:0
}
body:not(.in-index) #header {
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
} 

/* horní menu */
@media screen and (min-width: 767px) {
    #header{
        height:144px !important;
    }
    .header-top{
        height:80px !important;
    }
    .upper-nav{
        list-style:none;
        display:flex;
        padding-left:0;
        margin:0;
        margin-bottom:5px;
    }
    .upper-nav li{
        padding-right:3rem;
    }
    .upper-nav > li > a{
        font-size:13px;
        font-weight:bold;
        color:#696969;
    }
    .dklabFixHead #header{
        height:14.5rem !important;
    }
    .dklabFixHead nav#navigation{
        border-top: 2px solid #eaeaea;
    }
    .upper-nav > li > a:before{
        font-family: "Font Awesome 5 Free";
        padding-right: 5px;
    }
    .mobile-minimenu{
        display:none
      }
    .upper-mobile-wrapper-icons{
        display:none
      }
    }
    @media screen and (max-width: 1439px) {
        .upper-nav > li > a{
            font-size:11px;
        }
    }
    @media screen and (max-width: 766px) {
        .upper-nav{
            display:none;
        }	
        body.navigation-window-visible nav#navigation{
          width: 100%;
          height: 100%;
          overflow: auto;
          top:0 !important;
          z-index:100000
        }
        body.navigation-window-visible nav#navigation div.navigation-in{
          width: unset;
          height: unset;
          overflow: unset;
          padding-bottom:2rem
        }
          .mobile-minimenu{
            display:flex;
            flex-wrap:wrap;
            padding-left: 1rem;
            padding-right: 1rem;
            margin-top: 2rem;
            margin-bottom: 0;
          }
          .mobile-minimenu > li {
            list-style: none;
            flex: 0 0 33.333333%;
            padding-bottom: 2rem;
            font-weight: bold;
          }
          .mobile-minimenu > li > a{
            display: flex;
            flex-direction: column;
            align-items: center;
            text-align:center
          }
          .mobile-minimenu  > li > a:before{
            font-family: "Font Awesome 5 Free";
          }
          .menu-level-1 a b{
            font-weight:bold !important
          }
          div.upper-mobile-wrapper-icons{
              display:flex
          }
          div.upper-mobile-wrapper-icons > div:nth-child(1){
            flex-basis: 85%;
            display:flex
          }
          div.upper-mobile-wrapper-icons > div >img:nth-child(1){
            width:180px;
            padding-left:2rem
        }
        div.upper-mobile-wrapper-icons a{
            flex-basis: 15%;
            text-align:right;
            padding:1rem;
            background-color:#a57b6d 
        }
      }
/* ikony horní menu */
.upper-nav > li[data-title="line1"] > a:before{
    content:'\f06d';
    color: #f94c01 
}
.upper-nav > li[data-title="line2"] > a:before{
    content:'\f5ca';
    color: #d4a913
}
.upper-nav > li[data-title="line3"] > a:before{
    content:'\f06b';
    color: #77DD77
}
.upper-nav > li[data-title="line4"] > a:before{
    content:'\f494';
    color: #b9a099
}
.upper-nav > li[data-title="line5"] > a:before{
    content:'\f06b';
    color: #b9a099
}

/* info line */
@media screen and (max-width: 767px) {
    #infoline_wrapper p{
        font-size:14px !important
    }
}

/* favourite edits */
#dkLabFavHeaderWrapper{
    margin-right:25px
  }
  .dkLabFavHeaderIconBtn::before{
    font-size:25px;
    top:3px;
    margin-right:7px !important
  }
  .dkLabFavHeaderIconBtn:hover::before{
    color:#a4aeb2
  }
  .dkLabFavHeaderIconBtn span{
    display:block;
    font-size:80%
  }
  .dkLabFavHeaderIconBtn:hover span{
    color:#a4aeb2
  }
  .dkLabFavHeaderIconBtn em{
    top:-2px;
    right:0px
  }
  .dkLabFavHeaderIconBtn::after{
    content:'Oblíbené';
    font-size:80%;
    display:block;
    text-align:center

  }
  .dkLabFavHeaderIconBtn:hover::after{
    color:#a4aeb2
  }
  @media (max-width: 767px) {
    #dkLabFavHeaderWrapper span{
      display:none
    } 
    .dkLabFavHeaderIconBtn::before{
      font-size:15px;
      color:#9d9d9d;
      top:5px
    }
    .dkLabFavHeaderIconBtn::after{
        content:none
    }
    #dkLabFavHeaderWrapper{
        right:unset !important;
        margin-right:0;
        left:10px !important
    }
  }