/* lg */ 
@media (min-width: 1200px) {

}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
    .product-information span span{
        width: 100%;
    }

    .cart_items .cart_info .cart_description h4, 
    .cart_items .cart_info .cart_description p{
        text-align: center;
    } 

}


/* sm */
@media (min-width: 768px) and (max-width: 991px) {
    .pricing{
        width: 100px;
    }
    .tab-pane .col-sm-3, .features_items .col-sm-4{
        width: 50%;
    }
    .product-information span span{
        display: block;
        width: 100%;
    }

    .product-information .cart{
        margin-left: 0;
        margin-top: 15px;
    }

    .item-control i{
        font-size: 12px;
        padding: 5px 6px;
    }

    .cart_items .cart_info .cart_description h4, .cart_items .cart_info .cart_description p{
        text-align: center;
    }
}

/* xs */
@media (max-width: 767px) {
    .product-information span {
        display: block;
    }

    .well{
        display: inline-block;
    }

    #shop_menu.navbar-nav > li{float: left;}
    
    form[name='register_form'] .row div.mobile_margin_bottom{margin-bottom: 15px;}

}

/* XS Portrait */
@media (max-width: 480px) {

    .btn-group.pull-right, 
    .footer-bottom .pull-left, 
    .footer-bottom .pull-right, 
    .mainmenu.pull-left,
    .media.commnets .pull-left,
    .media-list .pull-left{
        float: none !important;
    }

    .btn-group>.btn-group:last-child>.btn:first-child{
        margin-right: 0;
    }

    .category-tab ul li a{
        font-size: 12px;
    }
    .product-information{
        margin-top: 40px;
    }
    .shipping{
        margin-bottom: 20px;
    }
    .product-information{
        padding-left: 0;
        text-align: center;
    }

    .product-information span span{
        float: none;
    }

}
@media (max-width: 420px) {
    #shop_menu.navbar-nav{width: 100%;}
    #shop_menu.navbar-nav > li{float: none; margin-right: 0; text-align: center; margin-bottom: 10px;}
    #shop_menu .navbar-form{margin: 0 auto;}
}