﻿.navbar {
    z-index: 9999;
}

.special-menu {
    list-style-type: none;
    font-size: 1.3rem;
}

    .special-menu > li > a {
        color: #fff;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 20px;
        font-weight: bold;
    }

.radio > input[type="radio"]::after {
    margin-left: 50px;
}

.selectPrice {
    margin-bottom: 20px;
    font-size: 18px;
}

    .selectPrice > label {
        font-size: 20px;
        margin-left: 20px;
        font-weight: normal !important;
    }

        .selectPrice > label > input {
            height: 18px;
            width: 18px;
        }

.special-menu > li > h5 {
    font-size: 20px;
    font-weight: bold;
}

.special-menu > li {
    color: #fff;
}

.custom-menu-items {
    color: #3d3d3d;
    top: 14px;
    font-size: 2.5rem;
    position: relative;
}

    .custom-menu-items span {
        color: #3d3d3d;
    }

.custom-menu-item-right {
    float: right;
    margin-right: 5px;
}

.custom-menu-item-left {
    float: left;
    margin-left: 20px;
}

.navbar-default {
    background-color: #fff;
}

    .navbar-default .navbar-nav > li > a {
        color: #000;
    }

.navbar-header {
    /*height: 52px !important;*/
    float: none;
}

.navbar-toggle {
    display: block;
    margin-bottom: 4px !important;
}

.navbar-collapse.collapse {
    display: none !important;
}

    .navbar-collapse.collapse.in {
        display: block !important;
    }

.navbar-nav {
    float: none !important;
}

    .navbar-nav > li {
        float: none;
    }

.navbar-collapse {
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-weight: 200;
}

.custom-badge {
    top: 0;
    left: 20px;
    position: absolute;
    color: #2d2d2d;
    background-color: white;
}

/*Overlay when the menu is open*/
.navigation-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.active-overlay {
    display: block !important;
}
