.top-navigation-bar .container>div.top-navigation-tools--language {
    display: block;
}

.top-navigation-bar {
    border-top-color: #231f20;
    border-bottom-color: #231f20;
    background-color: #231f20;
}

.top-navigation-menu,
.top-navigation-contacts {
    background-color: transparent;
}

.top-navigation-bar-menu li a {
    padding: 4px 12px;
    font-size: 11px;
}
.top-navigation-bar-menu li:nth-of-type(1) a {
    padding-left: 0px;
}

.top-navigation-bar a,
.top-navigation-bar .dropdown button {
    color: #231f20;
    font-weight: 400;
}

.top-navigation-bar a:hover,
.top-navigation-bar .dropdown button:hover {
    color: #7fa3c5;
}

.top-navigation-contacts a::before {
    font-size: 13px;
    position: relative;
    top: -1px;
}

.top-navigation-contacts a.project-phone::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    content: '\f095';
    font-size: 13px;
}

.top-navigation-contacts a.project-phone span {
    position: relative;
    top: 2px;
    display: block;
}

.top-navigation-contacts a.project-email::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900 !important;
    content: '\f0e0';
}

.btn.cart-count::before,
a.btn.cart-count::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f291';
    font-size: 24px;
}

.header-top .btn.cart-count::before {
    margin-right: 5px;
    font-size: 32px;
    position: relative;
    top: -4px;
}

.navigation-buttons a[data-target="cart"] {
    color: #7fa3c5;
}
.navigation-buttons a[data-target="cart"]:hover {
    color: #002952;
}

.navigation-buttons>a[data-target="cart"] i {
    top: -6px;
}

.navigation-buttons>a[data-target="cart"] i {
    color: white;
    background-color: #231f20;
}

.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: #231f20;
    background-color: white;
}


#formSearchForm .form-control {
    border-color: white;
    background-color: white;
    border-radius: 40px;
    font-size: 12px;
    box-shadow: 0px 0px 10px rgb(0,0,0,0.2);
}

#formSearchForm .btn:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f002';
    font-size: 16px;
}

#formSearchForm .btn {
    text-align: center;
    padding: 0px;
    line-height: 36px;
    width: 36px;
    border-radius: 50%;
    font-size: 0px;
    background: #cecece;
    border-color: #cecece;
    color: #373737;
}

#formSearchForm .btn:hover {
    background: #7fa3c5;
    border-color: #7fa3c5;
    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-in>ul>li.menu-item-1031>a {
    color: #c57f7f;
}
.navigation-in>ul>li.menu-item-1031>a:hover {
    color: #7fa3c5;
}
.menu-item-1031>a:before {
    content: "\f295";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 120%;
    display: inline-block;
    position: relative;
    margin-right: 8px;
    top: 1px;
}

#nav-manufacturers {
    display: none !important;
}

.menu-helper {
    right: 20px;
    top: 102px;
}

.site-msg.information {
    background-color: transparent;
    color: #231f20;
    font-weight: 700;
    position: absolute;
    top: 0px;
    left: 50%;
    bottom: auto;
    padding: 9px 0px;
    text-transform: uppercase;
    box-shadow: none;
    font-size: 11px;
}

.site-msg.information .close {
    display: none;
}

.site-msg.information .text {
    padding-right: 30px;
    padding: 0px;
}

.top-navigation-bar .dropdown {
    display: none !important;
}

.lang {
    display: inline-block;
    position: relative;
    top: 1px;
    margin-right: 10px;
}
.lang a {
    display: inline-block;
    width: 16px;
    height: 11px;
    background-color: white;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
}
.lang a.cz {
    background-image: url('../lang/cs.gif');
}
.lang a.sk {
    background-image: url('../lang/sk.gif');
}
.lang a.pl {
    background-image: url('../lang/pl.gif');
}


@media (min-width: 768px) {
    .top-navigation-bar-menu li.prepinaniMeny a {
        padding: 4px 10px 4px 40px;
        background-repeat: no-repeat;
        background-position: 12px center;
        font-weight: 700;
    }
    .top-navigation-bar-menu li.prepinaniMeny a[href="/action/Currency/changeCurrency/?currencyCode=CZK"] {
        background-image: url('/user/documents/lang/czk.png');
    }
    .top-navigation-bar-menu li.prepinaniMeny a[href="/action/Currency/changeCurrency/?currencyCode=EUR"] {
        background-image: url('/user/documents/lang/eur.png');
    }

    .top-navigation-bar .container {
        position: relative;
    }

    .top-navigation-menu {
        padding-right: 0px;
    }
    .top-navigation-bar-menu {
        text-align: right;
    }
    .top-navigation-bar .container>div.top-navigation-tools {
        display: none;
    }
    .top-navigation-bar .container>div, .top-navigation-bar .container > div:last-child, .top-navigation-bar .container>div:first-child {
        flex-basis: 50%;
    }

    .top-navigation-bar .container>div:first-child {
        display: flex;
        justify-content: flex-start;
        position: relative;
        top: -2px;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a {
        position: relative;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.project-phone {
        color: #002952;
        text-transform: uppercase;
        font-weight: 400;
        text-transform: none;
        padding-left: 29px;
        position: relative;
        font-size: 13px;
        display: inline-block;
        order: 99;
    }

    .top-navigation-contacts a span {
        font-weight: 700;
    }
    .top-navigation-contacts a.project-phone span:after {
        font-weight: 400;
        margin-left: 6px;
    }

    .top-navigation-contacts a.project-phone::before,
    .top-navigation-contacts a.project-email::before {
        position: absolute;
        top: -1px;
        left: 0px;
        background: transparent;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        color: #868686;
        font-size: 11px;
        text-align: center;
        line-height: 23px;
        font-weight: 400;
    }

    .top-navigation-contacts a::before {
        transition: 0.3s;
    }

    .top-navigation-contacts a:hover::before {
        opacity: 0.75;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.project-phone:after {
        color: #aaaaaa;
        font-weight: 400;
        display: none;
        content: '(PO - NE: 8:00 - 20:00)';
        font-size: 9px;
        margin: -4px 0px 0px 0px;
        transition: all 0.3s ease-out;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.project-phone:hover,
    .top-navigation-bar .container>div.top-navigation-contacts a.project-phone:hover:before {
        color: #7fa3c5;
    }
    .top-navigation-bar .container>div.top-navigation-contacts a.project-email:hover,
    .top-navigation-bar .container>div.top-navigation-contacts a.project-email:hover:before {
        color: #7fa3c5;
    }

    .top-navigation-contacts>a {
        vertical-align: middle;
    }

    .top-navigation-contacts a.project-email {
        height: 22px;
        margin-right: 10px;
        color: #002952;
        text-transform: uppercase;
        font-weight: 400;
        text-transform: none;
        padding-left: 29px;
        position: relative;
        font-size: 13px;
        display: inline-block;
    }

    .top-navigation-contacts a.project-email>span {
        position: relative;
        top: 2px;
        display: block;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.soc {
        position: relative;
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-right: 10px;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.soc>span {
        display: none;
    }

    .top-navigation-contacts a.soc::before {
        font-family: 'shoptet';
        position: absolute;
        top: 1px;
        left: 0px;
        background: #83a3a2;
        border-radius: 50%;
        width: 22px;
        height: 22px;
        color: white;
        font-size: 12px;
        text-align: center;
        line-height: 23px;
        font-weight: 400;
    }

    .top-navigation-contacts a.soc.facebook::before {
        content: '\e900';
        background: #3b5998;
    }

    .top-navigation-contacts a.soc.instagram::before {
        content: '\e909';
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    }

    #header {
        position: relative;
        background: white; /* Old browsers */
        background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }

    #navigation {
        height: 37px;
        margin-left: 0px;
        margin-right: 0px;
    }

    body:not(.dklabFixHead) #navigation {
        height: 43px;
    }

    body:not(.dklabFixHead) .navigation-in>ul>li>a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    #header .site-name {
        position: relative;
    }

    body:not(.dklabFixHead) #header .site-name a img {
        max-height: 56px;
        position: relative;
        top: 5px;
    }

    #header #formSearchForm fieldset {
        position: relative;
    }

    #header #formSearchForm,
    #header .navigation-buttons {
        position: relative;
        top: 3px;
    }

    .top-navigation-bar {
        font-size: 12px;
        padding-top: 7px;
        padding-bottom: 6px;
        border-bottom: 0px;
        background: white;
    }
    .top-navigation-bar-menu > li:nth-last-of-type(1) > a {
        padding-right: 0px;
    }

    .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;
        color: #868686;
    }

    .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;
    }

    #header .cart-count {
        display: inline-block;
        vertical-align: middle;
        top: 7px;
        margin-left: 20px;
    }
    .header-top .btn.cart-count::before {
        margin-right: 0px;
    }
    .header-top .btn.cart-count .cart-price.visible-lg-inline-block {
        display: block !important;
    }

    #header .newLogin {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: 7px;
        font-size: 14px;
        color: #7fa3c5;
        text-transform: uppercase;
        background: transparent;
        line-height: 24px;
        font-family: "Exo 2",sans-serif;
    }
    #header .newLogin:hover {
        color: #002952;
    }
    #header .newLogin::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f007';
        vertical-align: middle;
        font-size: 28px;
        position: relative;
        top: -1px;
        display: block;
        text-align: center;
    }

    .navigation-in {
        background-color: transparent;
    }

    .navigation-in>ul>li {
        border-color: transparent;
    }

    .navigation-in>ul>li>a {
        padding-left: 0px;
        padding-right: 35px;
        font-size: 15px;
        color: #231f20;
        background: transparent;
        text-align: center;
        text-transform: uppercase;
    }
    .navigation-in>ul>li:nth-last-of-type(1)>a {
        padding-right: 0px !important;
    }

    .navigation-in>ul>li>a>b {
        font-weight: 600;
    }

    .navigation-in>ul>li.menu-item-1430>a {
        color: #fe0000;
    }
    .navigation-in>ul>li.menu-item-1430>a:before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f02c';
        font-size: 17px;
        margin-right: 5px;
        position: relative;
        top: 1px;
    }

    .navigation-in>ul>li:first-child>a:hover,
    .navigation-in>ul>li.ext.exp:first-child>a {
        padding-left: 0px;
    }

    .navigation-in>ul>li>a:hover,
    .navigation-in>ul>li.ext.exp>a {
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 35px;
        color: #7fa3c5;
        background: transparent;
    }

    .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);
        border-top: 5px solid white;
    }

    .navigation-in>ul>li.ext>ul>li>a {
        padding: 10px 20px;
    }

    .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: #7fa3c5;
    }

    .top-navigation-bar {
        position: relative;
        z-index: 2;
        border-top-color: #f4f4f4;
    }

    .header-top {
        padding-top: 8px;
    }

    #header:after {
        position: absolute;
        bottom: 48px;
        left: 0px;
        width: 100%;
        height: 1px;
        background: #dbdbdb;
        display: none;
        overflow: hidden;
        content: '';
        z-index: 53;
    }

    .site-msg.information {
        margin-left: -353px;
    }
}

@media (min-width: 992px) {
    .popup-widget.login-widget::before {
        right: 130px;
    }

    .admin-logged .site-msg.information {
        top: 25px;
    }

    .site-msg.information {
        margin-left: -466px;
    }
}

@media (min-width: 1200px) {
    .site-msg.information {
        margin-left: -569px;
    }
}

@media (min-width: 1440px) {
    .site-msg.information {
        margin-left: -689px;
    }
}

@media (max-width: 1439px) {
    .navigation-in>ul>li>a {
        font-size: 13px;
    }
    .top-navigation-bar-menu li a {
        padding: 4px 9px;
        font-size: 10px;
    }
}

@media (max-width: 1199px) {
    .navigation-in {
        background-color: transparent;
    }

    .dklabFixHead .menu-helper {
        top: 58px;
    }

    .dklabFixHead .menu-helper::after {
        line-height: 31px;
    }

}

@media (max-width: 991px) {
    #header .site-name a img {
        max-height: 45px;
    }

    body:not(.in-index) #header {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .popup-widget.login-widget {
        margin-top: 27px;
    }

    .top-navigation-contacts a.project-phone span {
        display: none;
    }

    .menu-helper {
        top: 102px;
        right: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navigation-in>ul>li>a {
        font-size: 10px;
    }
    .top-navigation-bar-menu li a {
        padding: 6px 6px;
        font-size: 9px;
    }

    .navigation-in>ul>li>a:after {
        width: 40%;
        background-size: contain;
    }

    body:not(.dklabFixHead) #header .site-name a img {
        max-height: 34px;
    }

    #header .cart-count .visible-lg-inline-block {
        display: block !important;
    }

    #header .newLogin, .header-top .btn.cart-count {
        font-size: 12px;
    }

    .dklabFixHead #header .site-name a img {
        position: relative;
        top: 4px;
        max-height: 34px;
    }

    .top-navigation-bar .container>div.top-navigation-contacts {
        flex-basis: 45%;
    }
    .top-navigation-bar .container>div.top-navigation-tools .newlink, .top-navigation-bar .container>div.top-navigation-tools .separator {
        display: none;
    }
    .top-navigation-contacts a.project-phone>span {
        position: relative;
        top: 5px;
        display: block;
        font-size: 11px;
    }
    .top-navigation-contacts a.project-email>span {
        display: none;
    }
}

@media (max-width: 767px) {
    .top-navigation-tools .lang {
        display: none;
    }
    body.navigation-window-visible .top-navigation-tools .lang {
        display: block;
        position: absolute;
        top: 23px;
        right: 42px;
    }
    .lang a {
        margin-right: 17px;
    }

    .ordering-process .site-name {
        display: block;
    }
    .ordering-process .responsive-tools>a[data-target="login"] {
        margin-right: -45px;
    }

    .top-navigation-tools .newlink,
    .top-navigation-tools .separator {
        display: none;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.soc {
        display: none;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.project-email {
        display: inline-block;
    }

    .top-navigation-contacts a>span {
        display: none;
    }

    .top-navigation-bar .container>div.top-navigation-contacts a.project-phone:after {
        display: none;
    }

    .site-msg.information {
        position: relative;
        top: 0px;
        left: 0px;
        padding: 6px 10px;
        background: #dadada;
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    #header {
        margin-bottom: 10px;
    }
    #header a.newLogin {
        display: none;
    }

    .in-index #header {
        margin-bottom: 0px;
    }

    body:not(.in-index) #header {
        box-shadow: none;
    }

    #navigation {
        top: 64px;
        padding-bottom: 60px;
    }

    .navigation-in {
        background-color: white;
    }

    .navigation-close {
        display: none;
    }

    .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: 95px;
        top: 22px;
        display: none;
        z-index: 1001;
        color: #808080;
    }

    .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: #7fa3c5;
        font-weight: 700;
        font-size: 120%;
    }
    .dropdown-menu>li>a {
        padding: 4px 10px 4px 40px;
        background-repeat: no-repeat;
        background-position: 12px center;
        font-weight: 700;
        border-left: 0px;
    }
    .dropdown-menu li a[href="/action/Currency/changeCurrency/?currencyCode=CZK"] {
        background-image: url('/user/documents/lang/czk.png');
    }
    .dropdown-menu li a[href="/action/Currency/changeCurrency/?currencyCode=EUR"] {
        background-image: url('/user/documents/lang/eur.png');
    }


    .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 !important;
    }

    .submenu-arrow {
        background: #eaeaea;
        color: black;
        padding: 10px 10px 10px 10px;
        border-radius: 50px;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    .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: #231f20;
    }

    .top-navigation-bar {
        background-color: white;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    }

    .responsive-tools>a[data-target="navigation"]::before {
        color: white;
        background-color: #231f20;
    }

    #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-end;
        padding-right: 89px;
    }

    .responsive-tools>a[data-target="login"],
    .responsive-tools>a[data-target="search"] {
        width: 36px;
    }

    .responsive-tools>a[data-target="login"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f007';
    }

    .responsive-tools>a[data-target="search"]::before {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        content: '\f002';
    }

    body.in-index #header .site-name {
        top: -45px;
    }

    #header .site-name {
        position: absolute;
        top: -45px;
        left: 10px;
    }

    #header .site-name a img {
        max-height: 28px;
        top: -2px;
        position: relative;
    }

    .navigation-in>ul>li>a {
        position: relative;
        color: black;
    }

    .navigation-in>ul>li>a:after {
        right: auto;
        top: 5%;
        left: 5px;
        width: 40px;
        height: 90%;
        background-size: contain;
    }

    .dropdown-menu {
        background-color: transparent;
    }

    .ordering-process .site-msg.information {
        display: none;
    }
}

@media (max-width: 339px) {
    body.in-index #header .site-name {
        top: -47px;
    }

    #header .site-name {
        top: -47px;
    }

    #header .site-name a img {}
}