﻿@media all and (max-width: 480px) {
    .request-item .title, .address-list-page .title, .order-list-page .title {
        padding: 19px;
    }

    .address-list .buttons, .order-list .buttons {
        top: 12px;
        right: 12px;
    }

    .header {
        width: 100% !important;
    }

    .header-lower {
        display: block;
        height: 60px;
    }
    .header_content .navbar-header {
        float: left;
    }
    .search-box {
        position: absolute;
        width: 100%;
    }
    .fixed-top .search-box
    {
        display: none;
    }
    .fixed-top .navbar-header{
        display:block;
    }
    .header-logo {
        display: inline-block;
        width: 85px;
        left: 70%;
        margin-right: -55px !important;
    }

        .header-logo a {
            width: 70px !important;
        }

    .header-menu {
        position: relative !important;
        float: left;
        left: 0;
        width: 100% !important;
        max-width: unset !important;
        top: 0px;
    }

        .header-menu .navbar-header {
            float: left;
            position: absolute !important;
            top: -60px !important;
        }

    .header_account {
        float: right;
    }

    .header-links-wrapper {
        padding: 0 !important;
    }
    
    .container > .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
    }

    .collapse {
        display: none !important;
        position: absolute;
        width: 100%;
        top: 15px !important;
    }

        .collapse.show {
            display: block !important;
        }

    .navbar-collapse.show {
        overflow-y: auto;
        -webkit-transition: height .5s ease;
        -o-transition: height .5s ease;
        transition: height .5s ease;
    }

    .navbar-collapse.collapsing {
        width: 100% !important;
        position: relative;
        height: 0;
        overflow: hidden;
        -webkit-transition: height .35s ease;
        -o-transition: height .35s ease;
        transition: height .35s ease;
    }

    .navbar-collapse {
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        background-color: #53656e;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    }

    .navbar-nav {
        margin: 0px !important;
        width: 100%;
    }

    .nav > li {
        position: relative;
        display: block;
        text-align: left;
    }

    .navbar-nav > .active > a, .navbar-nav > .active > a:focus, .navbar-nav > .active > a:hover {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-nav > li > a {
        color: #777;
        line-height: 35px !important;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

        .nav > li > a > i {
            display: none;
        }


    .header-menu .navbar-nav  li a i{
        display:none;
    }

    .navbar-nav > li .sublist {
        position: relative;
        display: none;
        background-color: #eee;
        color: #807b7b;
    }
    .header-menu .navbar-nav .sublist li:hover {
        background-color: #eee !important;
    }

    .navbar-nav .sublist li {
        padding: 10px;
        position: relative;
    }

        .navbar-nav .sublist li a {
            padding: 5px;
            line-height: 25px;
        }

    .profile-menu-box, .profile-menu-box.open {
        margin-top: 55px !important;
        left: 0px !important;
        width: auto !important;
    }

    .header-links li {
        margin: 0 auto !important;
    }

    .header-links span, .header-links a {
        padding: 5px 10px !important;
    }

    .fixed-top .header-menu {
        top: 43px !important;
    }

    .fixed-top .header-links li a i {
        font-size: 35px !important
    }

    .fixed-top .header-links a {
        padding: 0px 10px !important;
    }

    .fixed-top .profile-menu-box a {
        padding: 5px 10px !important;
    }

    .conf-products .item-box {
        width: 45% !important;
        float: left !important;
        margin: 10px 2% !important;
    }

    .conf-products .item-grid .item-box .details {
        font-size: 12px !important;
    }

}
