.top-navigation-bar {
    background: linear-gradient(178deg, #191919, #3f3f3f) !important;
}

.top-navigation-bar .top-navigation-contacts a {
    transition: 0.2s;
    padding: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #9e9e9e;
}

.top-navigation-bar .top-navigation-contacts a:hover {
    color: #000;
    font-weight: 600;
    border-bottom: none;
    background-color: #fff;
    text-decoration: none;
}

.top-navigation-bar .top-navigation-menu .top-navigation-bar-menu li a {
    transition: 0.2s;
    padding: 11px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    color: #9e9e9e;
}

.top-navigation-bar .top-navigation-menu .top-navigation-bar-menu li a:hover {
    color: #000;
    font-weight: 600;
    border-bottom: none;
    background-color: #fff;
    text-decoration: none;
}

#header {
    border-bottom: none!important;
    background: linear-gradient(178deg, #191919, #3f3f3f);
}

#header.fixed-menu {
    background: linear-gradient(178deg, #191919, #3f3f3f);
}

#navigation {
    background: none;
}

#navigation ul.menu-level-1>li>a {
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}

#navigation ul.menu-level-1>li>a b {
    font-weight: 600;
}

#navigation ul.menu-level-1>li>a:hover {
    color: #fff;
}

.submenu-arrow {
    font-size: 14px;
    vertical-align: baseline;
}

#header .navigation-buttons .sr-only {
    display: none;
}

html[lang=sk] #header .header-top .top-nav-button-account:before, html[lang=sk] #header .header-top .top-nav-button-login:before {
    content: "Používateľ";
    display: none;
}

#header .header-top .top-nav-button-account, #header .header-top .top-nav-button-login {
    padding-top: 0;
}

#header .navigation-buttons .btn.cart-count {
    padding: 0;
}

#header .navigation-buttons .btn.cart-count .cart-price {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

#header .header-top .top-nav-button-account span, #header .header-top .top-nav-button-login span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

form .search-input {
    text-transform: uppercase;
}

.query-input::placeholder {
    color: #000;
    font-weight: 600;
}

#header .search-form fieldset input {
    padding-left: 10px;
    background: #fff;
    transition: 0s;
    padding-right: 10px;
    border-radius: 0 !important;
    margin-bottom: 0;
    width: 100%;
    height: 42px;
    padding: 15px 20px 15px 40px;
    border: none;
    font-size: 1.2em;
    background: url(https://cdn.myshoptet.com/usr/shoptet.tomashlad.eu/user/documents/extras/titan/img/search-grey.svg?v3) no-repeat 0;
    background-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

#header .search.hovered .search-form fieldset button {
    font-weight: 600;
}


@media (min-width: 1200px) {
    .top-navigation-bar .top-navigation-contacts {
        font-size: 1em;
        padding-bottom: 2px;
    }
}

@media only screen and (min-width: 768px) {
    #header .header-top:before {
        height: 83px;
        background: #fff;
        z-index: -1;
    }

    #header .site-name {
        width: 300px;
        height: auto;
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    #navigation {
        background: #fff!important;
    }
}