﻿@media all and (max-width: 768px) {

    .page {
        clear: both;
        text-align: left;
    }

    .page-title, .checkout-page .page-title {
        margin: 0 0 20px 0;
        border-bottom: 1px solid #eee;
        text-align: center;
        overflow: hidden;
        background: none;
    }

    .header {
        width: 100% !important;
    }
    .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-lower {
        display: block;
        height: 60px;
    }

    .header-logo {
        display: inline-block;
        width: 85px;
    }

        .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;
    }

    .navbar-toggle {
        display: block !important;
        position: relative;
        float: right;
        padding: 10px;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 4px;
        font-size: 20px;
    }

    .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;
            top: 0 !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: #f4982b;
        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;
        }

    .navbar-nav > li .sublist {
        position: relative;
        display: none;
        background-color: #eee;
        color: #807b7b;
    }
    .header-menu .navbar-nav li a i {
        display: none;
    }
    .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;
    }
    

    .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;
    }

    .header-links a {
        width:auto;
    }
        .header-links a span, .pose-page-title a span {
            display: none;
        }
    .page-body .homepage-conf-products{
        padding:10px !important;
    }
    .homepage-conf-products .left-banner img {
        max-width: 100% !important;
    }
    .homepage-conf-products .right-content{
        padding:0 !important;
    }
    .homepage-conf-products .right-content > div {
        padding: 0px !important;
        width: 22% !important;
        font-size: 12px;
    }
    .quote-detail-page .action-panels a.btn, 
    .quote-detail-page .action-panels div.btn-group {
        margin-right: 5px;
        margin-top: 5px;
    }
    .quote-detail-page a.btn span
    {
        display: none;
    }
    .quote-detail-page .action-panels div.btn-group button span{
        display:none;
    }

    #pose-grid tr td {
        margin-bottom: 0px !important;
        border-bottom: 1px solid #ddd;
    }
    #pose-grid td.product{
        width:100%;
    }
    #pose-grid td.subtotal,
    #pose-grid td.unit-price,
    #pose-grid td.quantity {
        width: 30%;
    }
        #pose-grid td.subtotal label,
        #pose-grid td.subtotal span,
        #pose-grid td.unit-price label,
        #pose-grid td.unit-price span,
        #pose-grid td.quantity label,
        #pose-grid td.quantity span {
            width: 100%;
            float:left;
        }

    
}
