/* General */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    margin-bottom: 0;
    text-align: center;
    border-radius: 0;
    border: none;
    background: rgba(0,0,0,.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.65);
    transition: background .2s, border .2s;
}

.nav-block {
    background: #292929;
    border-bottom: none;
}

.navbar-shim {
    display: none;
    height: 60px;
}

.navbar a:focus {
    text-decoration: none;
}

.navbar-links-wrapper {
    position: absolute;
    left: 350px;
    right: 350px;
    height: 0;
}

.navbar-links {
    float: none;
    display: inline-block;
}

.navbar-buttons, .navbar-nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
    line-height: 50px;
}

.nav-shopping-cart {
    display: inline-block;
    color: #FFF;
    font-size: 35px;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 5px;
    position: relative;
}

.nav-shopping-cart:hover, .nav-shopping-cart:active, .nav-shopping-cart:focus {
    color: #FFF;
}

.nav-shopping-cart::after {
    content: attr(data-cart-items);
    position: absolute;
    right: 0;
    top: 0;
    height: 15px;
    min-width: 15px;
    background-color: #F00;
    color: #FFF;
    line-height: 15px;
    font-size: 13px;
}


.navbar-btn-lg {
    margin: 0 0 0 5px;
    padding: 8px 18px;
    font-size: 16px;
}

.navbar-header img {
    height: 50px;
    vertical-align: middle;
}

.nav, .navbar-header {
    margin: 5px 0;
}

.nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent;
}

.navbar-links > li > a {
    padding: 0 15px;
    font-size: 16px;
    color: #FFF;
    text-shadow: 1px 1px 6px #000000bf;
}

.navbar-links > li > a:hover::after {
    content: " ";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #FFF;
}

.navbar-language {
    margin-right: 12px;
}

/*
.navbar-language > .dropdown > a.dropdown-toggle {
color: #FFF;
text-shadow: 1px 1px 6px #000000bf;
border: 1px solid #FFF8;
margin: 7px 0 0;
height: 38px;
line-height: 38px;
padding: 0 15px;
}*/

.dropdown-account > a.dropdown-toggle, .dropdown-language > a.dropdown-toggle {
    color: #FFF;
    text-shadow: 1px 1px 6px #000000bf;
}

/* Breadcrumbs */
.breadcrumb {
    position: fixed;
    z-index: 1998;
    width: 100%;
    border-radius: 0;
    line-height: 0;
}

.breadcrumb-shim {
    height: 30px;
    margin-bottom: 20px;
}

.breadcrumb>li {
    display: inline-block;
    max-width: 50vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1;
}

/* Dropdowns */

.navbar-nav .open .dropdown-menu {
    position: absolute;
    background: #FFF;
    border-radius: 0;
    border-bottom: 1px solid #c5c5c5;
    box-shadow: 0 6px 4px 0 #0000005c;
}

.dropdown-links {
    margin-left: -15px;
}

.dropdown-length-limit {
    display: inline-block;
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-links .dropdown-menu, .dropdown-account .dropdown-menu, .dropdown-language .dropdown-menu {
    top: 55px;
}

.dropdown-left .dropdown-menu {
    right: initial;
}

.dropdown-right .dropdown-menu {
    right: 1px;
    left: initial;
}

.navbar-nav .dropdown-menu > li > a {
    padding: 10px 20px;
}

.navbar-language .glyphicon-globe {
    font-size: 1.5em;
    margin-top: -.25em;
    margin-right: 5px;
    vertical-align: middle;
}

.dropdown-toggle > .glyphicon-menu-hamburger{
    font-size: 24px;
    vertical-align: middle;
    color: #FFF;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #FFF8;
}

/* Navigation Sidebar */

.navigation-sidebar {
    background: #fff;
    color: #1f1f1f;
    margin-bottom: 15px;
}

.navigation-sidebar a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    border-bottom: 1px solid #EEE;
}

.navigation-sidebar a:hover {
    background-color: #a7d6e9;
    border-bottom: 1px solid #99c1d1;
}

.navigation-sidebar a.active {
    position: relative;
    background-color: #019CDB;
    color: #FFF;
    border: 1px solid #0078a9;
}

.navigation-sidebar a.active::before {
    content: '';
    width: 29px;
    height: 29px;
    background-color: #019CDB;
    position: absolute;
    right: -15.5px;
    top: 50%;
    transform: translateY(-15px) rotate(45deg);
    border-right: 1px solid #0078a9;
    border-top: 1px solid #0078a9;
}

/* Themes */
.navbar-blue {
    background: #019CDB;
    border-bottom: none;
}

.navbar-shim-blue {
    display: block;
}

.navbar-blue .btn-blue {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.navbar-blue .btn-blue:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.navbar-blue .navbar-logo {
    -webkit-filter: none;
    filter: none;
}

.navbar-blue .nav>li>a {
    text-shadow: none;
}
/*
.navbar-language > .dropdown > a.dropdown-toggle {
    text-shadow: none;
}*/


/* Media Queries */
@media (max-width: 1200px) {
    .navbar-links-wrapper {
        position: initial;
        overflow: hidden;
        height: 62px;
    }
}
@media (max-width: 991px) {
    .navbar-header-wrapper-center {
        position: absolute;
        left: 0;
        right: 0;
        height: 0;
    }
    .navbar-header-wrapper-center .navbar-header {
        float: none !important;
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .navbar {
        position: fixed;
        background: #019CDB;
        border-bottom: none;
    }

    .navbar-shim {
        display: block;
        height: 50px;
    }

    .nav, .navbar-header {
        margin: 0;
    }

    .navbar-nav .open .dropdown-menu {
        top: initial;
        /*width: 100vw;*/
    }

    .dropdown-left {
        margin-left: -15px;
    }

    .dropdown-right {
        margin-right: -15px;
    }

    .navbar .nav>li>a {
        text-shadow: none;
    }
}