/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
.clearfix {
    *zoom: 1;
}

    .clearfix:before,
    .clearfix:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .clearfix:after {
        clear: both;
    }

.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.navtestbar {
    overflow: visible;
    margin-bottom: 20px;
    *position: relative;
    *z-index: 2;
}

.navtestbar-inner {
    min-height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    *zoom: 1;
}

    .navtestbar-inner:before,
    .navtestbar-inner:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .navtestbar-inner:after {
        clear: both;
    }

.navtestbar .container {
    width: auto;
}

.navtest-collapse.collapse {
    height: auto;
    overflow: visible;
}

.navtestbar .brand {
    float: left;
    display: block;
    padding: 10px 20px 10px;
    margin-left: -20px;
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    text-shadow: 0 1px 0 #ffffff;
}

    .navtestbar .brand:hover,
    .navtestbar .brand:focus {
        text-decoration: none;
    }

.navtestbar-text {
    margin-bottom: 0;
    line-height: 40px;
    color: #777777;
}

.navtestbar-link {
    color: #777777;
}

    .navtestbar-link:hover,
    .navtestbar-link:focus {
        color: #333333;
    }

.navtestbar .divider-vertical {
    height: 40px;
    margin: 0 9px;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #ffffff;
}

.navtestbar .btn,
.navtestbar .btn-group {
    margin-top: 5px;
}

    .navtestbar .btn-group .btn,
    .navtestbar .input-prepend .btn,
    .navtestbar .input-append .btn,
    .navtestbar .input-prepend .btn-group,
    .navtestbar .input-append .btn-group {
        margin-top: 0;
    }

.navtestbar-form {
    margin-bottom: 0;
    *zoom: 1;
}

    .navtestbar-form:before,
    .navtestbar-form:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .navtestbar-form:after {
        clear: both;
    }

    .navtestbar-form input,
    .navtestbar-form select,
    .navtestbar-form .radio,
    .navtestbar-form .checkbox {
        margin-top: 5px;
    }

    .navtestbar-form input,
    .navtestbar-form select,
    .navtestbar-form .btn {
        display: inline-block;
        margin-bottom: 0;
    }

        .navtestbar-form input[type="image"],
        .navtestbar-form input[type="checkbox"],
        .navtestbar-form input[type="radio"] {
            margin-top: 3px;
        }

    .navtestbar-form .input-append,
    .navtestbar-form .input-prepend {
        margin-top: 5px;
        white-space: nowrap;
    }

        .navtestbar-form .input-append input,
        .navtestbar-form .input-prepend input {
            margin-top: 0;
        }

.navtestbar-search {
    position: relative;
    float: left;
    margin-top: 5px;
    margin-bottom: 0;
}

    .navtestbar-search .search-query {
        margin-bottom: 0;
        padding: 4px 14px;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        font-weight: normal;
        line-height: 1;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

.navtestbar-static-top {
    position: static;
    margin-bottom: 0;
}

    .navtestbar-static-top .navtestbar-inner {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

.navtestbar-fixed-top,
.navtestbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1;
    margin-bottom: 0;
}

    .navtestbar-fixed-top .navtestbar-inner,
    .navtestbar-static-top .navtestbar-inner {
        border-width: 0 0 1px;
    }

    .navtestbar-fixed-bottom .navtestbar-inner {
        border-width: 1px 0 0;
    }

    .navtestbar-fixed-top .navtestbar-inner,
    .navtestbar-fixed-bottom .navtestbar-inner {
        padding-left: 0;
        padding-right: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .navtestbar-static-top .container,
    .navtestbar-fixed-top .container,
    .navtestbar-fixed-bottom .container {
        width: 940px;
    }

.navtestbar-fixed-top {
    top: 0;
}

    .navtestbar-fixed-top .navtestbar-inner,
    .navtestbar-static-top .navtestbar-inner {
        -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 1px 10px rgba(0,0,0,.1);
        box-shadow: 0 1px 10px rgba(0,0,0,.1);
    }

.navtestbar-fixed-bottom {
    bottom: 0;
}

    .navtestbar-fixed-bottom .navtestbar-inner {
        -webkit-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
        -moz-box-shadow: 0 -1px 10px rgba(0,0,0,.1);
        box-shadow: 0 -1px 10px rgba(0,0,0,.1);
    }

.navtestbar .navtest {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .navtestbar .navtest.pull-right {
        float: right;
        margin-right: 0;
    }

    .navtestbar .navtest > li {
        float: left;
    }

        .navtestbar .navtest > li > a {
            float: none;
            padding: 10px 15px 10px;
            color: #777777;
            text-decoration: none;
            text-shadow: 0 1px 0 #ffffff;
        }

    .navtestbar .navtest .dropdown-toggle .caret {
        margin-top: 8px;
    }

    .navtestbar .navtest > li > a:focus,
    .navtestbar .navtest > li > a:hover {
        background-color: transparent;
        color: #333333;
        text-decoration: none;
    }

    .navtestbar .navtest > .active > a,
    .navtestbar .navtest > .active > a:hover,
    .navtestbar .navtest > .active > a:focus {
        color: #555555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

.navtestbar .btn-navtestbar {
    display: none;
    float: right;
    padding: 7px 10px;
    margin-left: 5px;
    margin-right: 5px;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ededed;
    background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
    background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
    border-color: #e5e5e5 #e5e5e5 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e5e5e5;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1), 0 1px 0 rgba(255,255,255,.075);
}

    .navtestbar .btn-navtestbar:hover,
    .navtestbar .btn-navtestbar:focus,
    .navtestbar .btn-navtestbar:active,
    .navtestbar .btn-navtestbar.active,
    .navtestbar .btn-navtestbar.disabled,
    .navtestbar .btn-navtestbar[disabled] {
        color: #ffffff;
        background-color: #e5e5e5;
        *background-color: #d9d9d9;
    }

    .navtestbar .btn-navtestbar:active,
    .navtestbar .btn-navtestbar.active {
        background-color: #cccccc \9;
    }

    .navtestbar .btn-navtestbar .icon-bar {
        display: block;
        width: 18px;
        height: 2px;
        background-color: #f5f5f5;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    }

.btn-navtestbar .icon-bar + .icon-bar {
    margin-top: 3px;
}

.navtestbar .navtest > li > .dropdown-menu-left:before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.navtestbar .navtest > li > .dropdown-menu-left:after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #ffffff;
    position: absolute;
    top: -6px;
    left: 10px;
}

.navtestbar-fixed-bottom .navtest > li > .dropdown-menu-left:before {
    border-top: 7px solid #ccc;
    border-top-color: rgba(0, 0, 0, 0.2);
    border-bottom: 0;
    bottom: -7px;
    top: auto;
}

.navtestbar-fixed-bottom .navtest > li > .dropdown-menu-left:after {
    border-top: 6px solid #ffffff;
    border-bottom: 0;
    bottom: -6px;
    top: auto;
}

.navtestbar .navtest li.dropdown > a:hover .caret,
.navtestbar .navtest li.dropdown > a:focus .caret {
    border-top-color: #333333;
    border-bottom-color: #333333;
}

.navtestbar .navtest li.dropdown.open > .dropdown-toggle,
.navtestbar .navtest li.dropdown.active > .dropdown-toggle,
.navtestbar .navtest li.dropdown.open.active > .dropdown-toggle {
    background-color: #e5e5e5;
    color: #555555;
}

.navtestbar .navtest li.dropdown > .dropdown-toggle .caret {
    border-top-color: #777777;
    border-bottom-color: #777777;
}

.navtestbar .navtest li.dropdown.open > .dropdown-toggle .caret,
.navtestbar .navtest li.dropdown.active > .dropdown-toggle .caret,
.navtestbar .navtest li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #555555;
    border-bottom-color: #555555;
}

.navtestbar .pull-right > li > .dropdown-menu-left,
.navtestbar .navtest > li > .dropdown-menu-left.pull-right {
    left: auto;
    right: 0;
}

    .navtestbar .pull-right > li > .dropdown-menu-left:before,
    .navtestbar .navtest > li > .dropdown-menu-left.pull-right:before {
        left: auto;
        right: 12px;
    }

    .navtestbar .pull-right > li > .dropdown-menu-left:after,
    .navtestbar .navtest > li > .dropdown-menu-left.pull-right:after {
        left: auto;
        right: 13px;
    }

    .navtestbar .pull-right > li > .dropdown-menu-left .dropdown-menu-left,
    .navtestbar .navtest > li > .dropdown-menu-left.pull-right .dropdown-menu-left {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: -1px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.navtestbar-inverse .navtestbar-inner {
    background-color: #1b1b1b;
    background-image: -moz-linear-gradient(top, #222222, #111111);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
    background-image: -webkit-linear-gradient(top, #222222, #111111);
    background-image: -o-linear-gradient(top, #222222, #111111);
    background-image: linear-gradient(to bottom, #222222, #111111);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
    border-color: #252525;
}

.navtestbar-inverse .brand,
.navtestbar-inverse .navtest > li > a {
    color: #999999;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .navtestbar-inverse .brand:hover,
    .navtestbar-inverse .navtest > li > a:hover,
    .navtestbar-inverse .brand:focus,
    .navtestbar-inverse .navtest > li > a:focus {
        color: #ffffff;
    }

.navtestbar-inverse .brand {
    color: #999999;
}

.navtestbar-inverse .navtestbar-text {
    color: #999999;
}

.navtestbar-inverse .navtest > li > a:focus,
.navtestbar-inverse .navtest > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}

.navtestbar-inverse .navtest .active > a,
.navtestbar-inverse .navtest .active > a:hover,
.navtestbar-inverse .navtest .active > a:focus {
    color: #ffffff;
    background-color: #111111;
}

.navtestbar-inverse .navtestbar-link {
    color: #999999;
}

    .navtestbar-inverse .navtestbar-link:hover,
    .navtestbar-inverse .navtestbar-link:focus {
        color: #ffffff;
    }

.navtestbar-inverse .divider-vertical {
    border-left-color: #111111;
    border-right-color: #222222;
}

.navtestbar-inverse .navtest li.dropdown.open > .dropdown-toggle,
.navtestbar-inverse .navtest li.dropdown.active > .dropdown-toggle,
.navtestbar-inverse .navtest li.dropdown.open.active > .dropdown-toggle {
    background-color: #111111;
    color: #ffffff;
}

.navtestbar-inverse .navtest li.dropdown > a:hover .caret,
.navtestbar-inverse .navtest li.dropdown > a:focus .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navtestbar-inverse .navtest li.dropdown > .dropdown-toggle .caret {
    border-top-color: #999999;
    border-bottom-color: #999999;
}

.navtestbar-inverse .navtest li.dropdown.open > .dropdown-toggle .caret,
.navtestbar-inverse .navtest li.dropdown.active > .dropdown-toggle .caret,
.navtestbar-inverse .navtest li.dropdown.open.active > .dropdown-toggle .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navtestbar-inverse .navtestbar-search .search-query {
    color: #ffffff;
    background-color: #515151;
    border-color: #111111;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1), 0 1px 0 rgba(255,255,255,.15);
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

    .navtestbar-inverse .navtestbar-search .search-query:-moz-placeholder {
        color: #cccccc;
    }

    .navtestbar-inverse .navtestbar-search .search-query:-ms-input-placeholder {
        color: #cccccc;
    }

    .navtestbar-inverse .navtestbar-search .search-query::-webkit-input-placeholder {
        color: #cccccc;
    }

    .navtestbar-inverse .navtestbar-search .search-query:focus,
    .navtestbar-inverse .navtestbar-search .search-query.focused {
        padding: 5px 15px;
        color: #333333;
        text-shadow: 0 1px 0 #ffffff;
        background-color: #ffffff;
        border: 0;
        -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
        outline: 0;
    }

.navtestbar-inverse .btn-navtestbar {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0e0e0e;
    background-image: -moz-linear-gradient(top, #151515, #040404);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
    background-image: -webkit-linear-gradient(top, #151515, #040404);
    background-image: -o-linear-gradient(top, #151515, #040404);
    background-image: linear-gradient(to bottom, #151515, #040404);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
    border-color: #040404 #040404 #000000;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #040404;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

    .navtestbar-inverse .btn-navtestbar:hover,
    .navtestbar-inverse .btn-navtestbar:focus,
    .navtestbar-inverse .btn-navtestbar:active,
    .navtestbar-inverse .btn-navtestbar.active,
    .navtestbar-inverse .btn-navtestbar.disabled,
    .navtestbar-inverse .btn-navtestbar[disabled] {
        color: #ffffff;
        background-color: #040404;
        *background-color: #000000;
    }

    .navtestbar-inverse .btn-navtestbar:active,
    .navtestbar-inverse .btn-navtestbar.active {
        background-color: #000000;
    }

.popup {
    background: #ecf0f1 url("../images/background-images.jpg") repeat scroll 0 0 padding-box;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5) !important;
    display: none;
    left: 0;
    margin-left: 1px;
    margin-top: 0;
    max-width: 250px;
    min-height: 480px;
    overflow: auto;
    position: absolute;
    text-align: left;
    top: 0;
    white-space: normal;
    width: 280px;
    z-index: 1010;
}
/*.middle-right-bg{ margin-top:0px;}
*/
.iconFruit {
    background: url(../images/cate-icon.png) 0% 0% no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconVeggies {
    background: url(../images/cate-icon.png) 0% -35px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconBakery {
    background: url(../images/cate-icon.png) 0% -71px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconDairy {
    background: url(../images/cate-icon.png) 0% -105px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconDeli {
    background: url(../images/cate-icon.png) 0% -142px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconCanned {
    background: url(../images/cate-icon.png) 0% -175px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconDrinks {
    background: url(../images/cate-icon.png) 0% -210px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconDry {
    background: url(../images/cate-icon.png) 0% -245px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconFrozen {
    background: url(../images/cate-icon.png) 0% -280px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconInternational {
    background: url(../images/cate-icon.png) 0% -316px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconMeat {
    background: url(../images/cate-icon.png) 0% -353px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconPantry {
    background: url(../images/cate-icon.png) 0% -387px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconReady {
    background: url(../images/cate-icon.png) 0% -422px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.iconSweets {
    background: url(../images/cate-icon.png) 0% -456px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}


.dropdown-menu-left li:hover .iconFruit {
    background: url(../images/cate-icon.png) -45px 0% no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconVeggies {
    background: url(../images/cate-icon.png) -45px -35px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconBakery {
    background: url(../images/cate-icon.png) -45px -71px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconDairy {
    background: url(../images/cate-icon.png) -45px -105px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconDeli {
    background: url(../images/cate-icon.png) -45px -142px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconCanned {
    background: url(../images/cate-icon.png) -45px -175px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconDrinks {
    background: url(../images/cate-icon.png) -45px -210px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconDry {
    background: url(../images/cate-icon.png) -45px -245px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconFrozen {
    background: url(../images/cate-icon.png) -45px -280px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconInternational {
    background: url(../images/cate-icon.png) -45px -316px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconMeat {
    background: url(../images/cate-icon.png) -45px -353px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconPantry {
    background: url(../images/cate-icon.png) -45px -387px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconReady {
    background: url(../images/cate-icon.png) -45px -422px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.dropdown-menu-left li:hover .iconSweets {
    background: url(../images/cate-icon.png) -45px -456px no-repeat;
    float: left;
    width: 30px;
    height: 18px;
}

.popup-content {
    padding: 9px 14px;
}

    .popup-content ul {
        width: 100%;
        float: left;
        padding-left: 5%;
        padding-right: 5%;
    }

    .popup-content li {
        float: left;
        width: 50%;
        /*border:solid #ddd 0px;*/
        border-bottom: 0px !important;
        /*background: url(../images/next-arrow.png) 98% 50% no-repeat;*/
        display: block;
    }

        .popup-content li:hover {
            /*background: url(../images/next-arrow.png) 100% 50% no-repeat;*/
            display: block;
        }

.dropdown-menu-left li .popup-content li {
    line-height: 20px;
    width: 100% !important;
    padding: 5px 0px;
}

    .dropdown-menu-left li .popup-content li a {
        font-size: 18px;
        color: #000;
        width: 100%;
        float: left;
        padding-right: 14px;
        font-weight:500;
        line-height:20px;
    }

        .dropdown-menu-left li .popup-content li a:hover {
            color: #ff6b00;
            width: 200px;
            padding-right: 14px;
        }

    .dropdown-menu-left li .popup-content li ul li {
        line-height: 18px;
        border: solid #ddd 0px;
        /*background:url(../image/arrow-menu.png) 2px no-repeat;*/
        padding-left: 10px;
        width: 200px;
    }

        .dropdown-menu-left li .popup-content li ul li a {
            font-weight: normal;
            font-size: 12px;
            color: #787878;
            font-family: Arial, Helvetica, sans-serif;
        }

.dropdown-menu-left li .popup-content ul li ul {
    width: 100%;
    float: left;
}

.bottom_product {
    position: absolute;
    bottom: 29px;
    left: 33px;
}

    .bottom_product p {
        font-size: 16px;
    }

    .bottom_product .button {
        background: url(../images/next-arrow.png) 100% no-repeat;
        color: #212121;
        width: 40%;
        float: left;
        font-weight: bold;
        font-size: 16px;
    }

    .bottom_product h3 {
        color: #ff6b00;
        font-size: 25px;
        font-weight: normal;
        margin-bottom: 10px;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
    }

.popup.top {
    margin-top: -10px;
}

.popup.right {
    margin-left: 10px;
}

.popup.bottom {
    margin-top: 10px;
}

.popup.left {
    margin-left: -10px;
}

.popup-title {
    margin: 0;
    padding: 7% 0 1% 7%;
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
}

    .popup-title:empty {
        display: none;
    }

.popup-content {
    padding: 9px 14px;
}

.popup .arrow,
.popup .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popup .arrow {
    border-width: 11px;
}

    .popup .arrow:after {
        border-width: 10px;
        content: "";
    }

.popup.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

    .popup.top .arrow:after {
        bottom: 1px;
        margin-left: -10px;
        border-bottom-width: 0;
        border-top-color: #ffffff;
    }

.popup.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

    .popup.right .arrow:after {
        left: 1px;
        bottom: -10px;
        border-left-width: 0;
        border-right-color: #ffffff;
    }

.popup.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

    .popup.bottom .arrow:after {
        top: 1px;
        margin-left: -10px;
        border-top-width: 0;
        border-bottom-color: #ffffff;
    }

.popup.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

    .popup.left .arrow:after {
        right: 1px;
        border-right-width: 0;
        border-left-color: #ffffff;
        bottom: -10px;
    }

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle {
    *margin-bottom: -3px;
}

    .dropdown-toggle:active,
    .open .dropdown-toggle {
        outline: 0;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: top;
    border-top: 4px solid #ffffff;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}

.dropdown .caret {
    /*margin-top: 10px;*/
    margin-left: 2px;
    vertical-align: middle;
}

.dropdown-menu-left {
    position: relative;
    /*top: 100%;*/
    left: 0;
    z-index: 1;
    /*display: none;*/
    float: left;
    min-width: 160px;
    padding: 0px 0 0px;
    margin: 0px 0 0px;
    list-style: none;
    /* background-color: #ffffff;
/*  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;*/
    width: 100%;
    border-top: solid #ddd 0px;
}

    .dropdown-menu-left li .popup .images {
        float: right;
        width: 50%;
    }

        .dropdown-menu-left li .popup .images .catImg {
            bottom: 0px;
            position: absolute;
        }

        .dropdown-menu-left li .popup .images img {
            width: 50%;
        }

    .dropdown-menu-left li {
        word-wrap: break-word;
        padding: 2px 10px 2px 0; 
        width: 12%;
        display: inline-table;
    }

    .dropdown-menu-left.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu-left .divider {
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
    }
    /*VC*/
    .dropdown-menu-left > li > a {
        display: block;
        padding: 3px 19px 3px 0px;
        clear: both;
        font-weight: normal;
        line-height: 20px;
        color: #646565;
        fill: #646565;
        word-wrap: break-word;
        font-size: 14px;
        font-weight: 600;
        float: left;
        width: 100%;
        margin-left: 10px;
        padding: 5px 0 5px 0 !important;
        text-align: justify;
    }

        .dropdown-menu-left > li > a p {
            margin-left: 0;
            margin-bottom: 0px;
            font-size: 15px;
            font-weight: 500;
            font-family: inherit;
        }

        .dropdown-menu-left > li > a:hover {
            color: #ff6b00;
            fill: #ff6b00;
        }

    .dropdown-menu-left > li .svg-icon > a {
        color: #ff6b00;
        fill: #ff6b00;
    }

    .dropdown-menu-left > li > a .dropdown-menu-left > li > a:hover,
    .dropdown-menu-left > li > a:focus,
    .dropdown-submenu:hover > a,
    .dropdown-submenu:focus > a {
        text-decoration: none;
        color: #ff6b00;
        fill: #ff6b00;
        /*background: url(../image/arrow-menu-2.png) 103% 50% no-repeat;*/
        /* background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);*/
        /*background: url(../images/next-arrow.png) 94% 50% no-repeat;*/
    }

    .dropdown-menu-left > li .maintainHover {
        text-decoration: none;
        color: #ff6b00;
    }

    .dropdown-menu-left > .active > a,
    .dropdown-menu-left > .active > a:hover,
    .dropdown-menu-left > .active > a:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

    .dropdown-menu-left > .disabled > a,
    .dropdown-menu-left > .disabled > a:hover,
    .dropdown-menu-left > .disabled > a:focus {
        color: #999999;
    }

        .dropdown-menu-left > .disabled > a:hover,
        .dropdown-menu-left > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
            cursor: default;
        }

.open {
    *z-index: 1;
}

    .open > .dropdown-menu-left {
        display: block;
    }

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu-left {
    right: 0;
    left: auto;
}

.dropup .caret,
.navtestbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid #000000;
    content: "";
}

.dropup .dropdown-menu-left,
.navtestbar-fixed-bottom .dropdown .dropdown-menu-left {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu-left {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu-left {
        display: block;
    }

.dropup .dropdown-submenu > .dropdown-menu-left {
    top: auto;
    bottom: 0;
    margin-top: 0;
    margin-bottom: -2px;
    -webkit-border-radius: 5px 5px 5px 0;
    -moz-border-radius: 5px 5px 5px 0;
    border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu-left {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.dropdown .dropdown-menu-left .navtest-header {
    padding-left: 20px;
    padding-right: 20px;
}

.typeahead {
    z-index: 1;
    margin-top: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion {
    margin-bottom: 20px;
}

.accordion-group {
    margin-bottom: 2px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion-heading {
    border-bottom: 0;
}

    .accordion-heading .accordion-toggle {
        display: block;
        padding: 8px 15px;
    }

.accordion-toggle {
    cursor: pointer;
}

.accordion-inner {
    padding: 9px 15px;
    border-top: 1px solid #e5e5e5;
}

@media (max-width: 1083px) {
    .dropdown-menu-left li:hover .iconFruit {
        background: url(../images/cate-icon.png) 0% 0% no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconVeggies {
        background: url(../images/cate-icon.png) 0% -35px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconBakery {
        background: url(../images/cate-icon.png) 0% -71px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconDairy {
        background: url(../images/cate-icon.png) 0% -105px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconDeli {
        background: url(../images/cate-icon.png) 0% -142px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconCanned {
        background: url(../images/cate-icon.png) 0% -175px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconDrinks {
        background: url(../images/cate-icon.png) 0% -210px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconDry {
        background: url(../images/cate-icon.png) 0% -245px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconFrozen {
        background: url(../images/cate-icon.png) 0% -280px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconInternational {
        background: url(../images/cate-icon.png) 0% -316px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconMeat {
        background: url(../images/cate-icon.png) 0% -353px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconPantry {
        background: url(../images/cate-icon.png) 0% -387px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconReady {
        background: url(../images/cate-icon.png) 0% -422px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left li:hover .iconSweets {
        background: url(../images/cate-icon.png) 0% -456px no-repeat;
        float: left;
        width: 30px;
        height: 18px;
    }

    .dropdown-menu-left > li > a {
        color: #fff !important;
    }

        .dropdown-menu-left > li > a:hover {
            color: #ff6b00 !important;
        }
            
    .popup {
        box-shadow: none !important;
        min-height: inherit !important;
    }

    .popup-content {
        padding: 9px 0;
        width: 100% !important;
    }

    .dropdown-menu-left > li > a {
        margin-right: 0px !important;
    }

    .dropdown-menu-left li {
        width: 100%;
    }

    .dropdown-menu-left {
        width: 30%;
    }

        .dropdown-menu-left > li > a p{
            font-size: 20px;
        }
}

@media (min-width: 1084px) {
    .dropdown-menu-left li {
        /*max-width:12%;*/
        width: auto;
        padding: 5px 0px 0px 0px;
    }

    .dropdown-menu-left > li > a {
        /*padding: 0px !important;*/
        width: 100%;
        color: #F2F2F2;
    }

    .dropdown-menu-left li .popup-content li{
        max-width:180px;
    }

    .popup {
        margin-left: 5px !important;
        margin-top: 30px;
        min-height: unset;
        max-height: 500px;
    }
}

@media(min-width:1800px) {
    .dropdown-menu-left > li > a p {
        font-size: 20px;
    }
}


