/* MOBILE DEVICE LANDSCAPE - TABLET PORTRAIT */
@media (min-width: 768px) and (max-width: 991px) {
*{}

.navbar-nav li.switchStore  {
    margin-right: 0px;  
}

.navbar-nav li.switchStore .bootstrap-select .dropdown-menu {
    width: 340px;   
}

.table tr>.actions, .table tr>.actions {
    opacity: 1;    position: relative;    
    left: 0px;    border: none;
}


.userTable tr td:nth-child(3), .userTable thead th:nth-child(3), .userTable tr td:nth-child(4), .userTable thead th:nth-child(4) {
    display: none;
}

._jsViewCartButton {
    margin-top: -50px;
    z-index: 9999;
}

.viewCartBtn {
    position: fixed;
    bottom: 50px;
    z-index: 9999;
    left: 50%;
    margin-left: -10%;
}

.mobileSlideOver {
    margin-top: 20px;
}

.callout.alert {
    padding-left: 170px;
}

.callout.alert.alert-dismissible.fade.in {}

.sidebar-collapse .content-header>h1 {
    padding-left: 0px;
}

.content-wrapper {
    margin-left: 0px;
}

nav.navbar.navbar-static-top {
    margin-left: 170px;
}
	
}