.ZoomBox {
    z-index: 2147483648 !important;
}

.dropdown-menu li a {
    position: relative;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    text-align: left;
    background: #ECECEC;
    color: #000;
}

.dropdown-menu li a:hover {
    background: #015ea1;
    color: #fff;
}

.dropdown-menu {
    padding-left: 0;
    list-style: none;
    top: 20px !important;
    position: absolute;
    z-index: 9999999;
}

.search_type_display_img {
    width: auto;
    float: left;
    margin-right: 10px;
    min-height: 25px;
}

.dropdown-menu .show_more a {
    text-align: center;
    background: #000;
    color: #fff;
    cursor: pointer;
}

.goog-te-combo {
    line-height: 14px;
}

.search_btn {
    background: #015ea1 none repeat scroll 0 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    right: 0;
    text-decoration: none;
    text-transform: capitalize;
    top: 0;
    width: auto;
    line-height: 15px;
    border: none;
    margin: 1px;
}

.categories-list li.dropdown_toogle {
    position: relative;
    /* important */
}

.categories-list ul.sub_sub_cat_menu {
    display: none;
    position: absolute;
    top: 100%;
    /* drop below */
    left: 0;
    background: #fff;
    z-index: 999;
    padding: 5px 0;
    min-width: 220px;
    border: 1px solid #ddd;
}

.categories-list li.dropdown_toogle:hover>ul.sub_sub_cat_menu {
    display: block !important;
}

.categories-list li.dropdown_toogle ul.sub_sub_cat_menu li {
    list-style: none;
    padding: 5px 10px;
}

.categories-list li.dropdown_toogle ul.sub_sub_cat_menu li a {
    display: block;
    text-decoration: none;
    color: #333;
}

.categories-list li.dropdown_toogle ul.sub_sub_cat_menu li a:hover {
    background: #f2f2f2;
    color: #007bff;
}

.mh-nav ul.nav .dropdown-menu {
    position: static;
    float: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.mh-nav ul.nav>li>.dropdown-menu {
    display: none;
    padding-left: 15px;
}

.mh-nav ul.nav>li.active>.dropdown-menu {
    display: block;
}

.mh-nav ul.nav .mh-nav ul.nav-header {
    padding: 5px 15px;
    font-weight: bold;
    color: #777;
}

.mh-nav ul.nav li {
    position: relative;
}

.mh-nav ul.nav li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

.mh-nav ul.nav li a:hover {
    background-color: #f5f5f5;
}

.mh-nav ul.nav .chevron {
    float: right;
    margin-top: 3px;
    transition: transform 0.3s;
}

.mh-nav ul.nav li.active>a>.chevron {
    transform: rotate(90deg);
}

.top-bar-box.marquee-set {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #66af3a;
    color: #fff;
    z-index: 1000;
    padding: 4px 0;
    font-size: 14px;
    line-height: 20px;
}

.marquee-set {
    padding: 1px 0px !important;
    background-color: #66af3a;
    color: white;
    display: flex;
}

.marquee-set .btn {
    display: inline-block;
    padding: 1px 10px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.marquee-set .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #830410, #bd362f);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.marquee-set .btn-danger:hover,
.marquee-set .btn-danger:focus,
.marquee-set .btn-danger:active,
.marquee-set .btn-danger.active,
.marquee-set .btn-danger.disabled,
.marquee-set .btn-danger[disabled] {
    color: #ffffff;
    background-color: #bd362f;
}