nav.navbar {
  background-color: #ffffff;
  border-bottom: 1px solid #b4b4b4; }
  nav.navbar .navbar-toggle .icon-bar {
    background-color: gray; }

@media (max-width: 500px) {
  a.navbar-brand img {
    width: 200px !important;
    margin-top: 5px; } }
.container_home .jumbotron h3 {
  text-align: center;
  color: #6c6c6c; }
.container_home .container.categories {
  width: 100%;
  color: #6c6c6c; }
  .container_home .container.categories h3 {
    text-align: center;
    color: #6c6c6c; }
  .container_home .container.categories .category {
    text-align: center; }
    .container_home .container.categories .category .btn {
      margin: 0 auto; }
@media (max-width: 500px) {
  .container_home .jumbotron {
    display: none; } }

/*
 * Base structure
 */
/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px; }

/*
 * Global add-ons
 */
.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee; }

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0; }

/*
 * Sidebar
 */
/* Hide for mobile, show later */
.sidebar {
  display: none; }

@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee; } }
/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px;
  /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px; }

.nav-sidebar > li.header {
  padding-right: 20px;
  padding-left: 20px; }

.nav-sidebar > li > a {
  padding-right: 35px;
  padding-left: 35px; }

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca; }

/*
 * Main content
 */
.main {
  padding: 20px; }

@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px; } }
.main .page-header {
  margin-top: 0; }

/*
 * Placeholder dashboard ideas
 */
.placeholders {
  margin-bottom: 30px;
  text-align: center; }

.placeholders h4 {
  margin-bottom: 0; }

.placeholder {
  margin-bottom: 20px; }

.placeholder img {
  display: inline-block;
  border-radius: 50%; }

.container.product-view {
  margin-top: 20px; }
  .container.product-view .row.name {
    margin: 0; }
  .container.product-view div.price {
    margin-top: 20px;
    background-color: gold;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-size: 2em; }
  .container.product-view .btn.product-basket-add {
    width: 100%;
    height: 50px;
    font-size: large; }

.basket.progress {
  padding-top: 20px !important;
  height: 100px !important; }
  .basket.progress ul.progressbar {
    counter-reset: step !important; }
    .basket.progress ul.progressbar li {
      list-style-type: none !important;
      width: 25% !important;
      float: left !important;
      font-size: 12px !important;
      position: relative !important;
      text-align: center !important;
      text-transform: uppercase !important;
      color: #7d7d7d !important; }
      .basket.progress ul.progressbar li:before {
        width: 30px !important;
        height: 30px !important;
        content: counter(step) !important;
        counter-increment: step !important;
        line-height: 30px !important;
        border: 2px solid #7d7d7d !important;
        display: block !important;
        text-align: center !important;
        margin: 0 auto 10px auto !important;
        border-radius: 50% !important;
        background-color: white !important; }
      .basket.progress ul.progressbar li:after {
        width: 100% !important;
        height: 2px !important;
        content: '' !important;
        position: absolute !important;
        background-color: #7d7d7d !important;
        top: 15px !important;
        left: -50% !important;
        z-index: -1 !important; }
      .basket.progress ul.progressbar li:first-child:after {
        content: none !important; }
      .basket.progress ul.progressbar li.active {
        color: green !important; }
        .basket.progress ul.progressbar li.active:before {
          border-color: #55b776 !important; }
        .basket.progress ul.progressbar li.active + li:after {
          background-color: #55b776 !important; }

.product-photo_carousel_primary img {
  width: 100%; }
.product-photo_carousel_list {
  list-style-type: none;
  padding-top: 10px; }
  .product-photo_carousel_list li {
    float: left;
    margin-right: 10px; }
    .product-photo_carousel_list li img {
      width: 70px; }

.container_category {
  color: #6c6c6c; }
  .container_category .jumbotron {
    text-align: center; }
    .container_category .jumbotron h3 {
      margin: 0 auto;
      color: #6c6c6c; }
  .container_category .container .row .product {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px; }

.container.login {
  width: 50% !important; }
  .container.login .alert-success {
    text-align: center; }
  .container.login h3 {
    margin-top: 50px; }
  .container.login .form.login {
    margin: 0 auto;
    margin-top: 50px; }
    .container.login .form.login button[type=submit] {
      width: 100%; }
  .container.login .alert {
    margin-top: 40px;
    text-align: center; }
  @media (max-width: 500px) {
    .container.login {
      width: 90% !important; } }

.container_logout .alert {
  margin: 30px;
  text-align: center; }

div.container.basket {
  margin-top: 20px; }
  div.container.basket ul li {
    clear: both; }
    div.container.basket ul li span img {
      width: 75px;
      height: auto; }
    div.container.basket ul li button.remove {
      vertical-align: middle; }

div.basket_checkout {
  margin-top: 30px; }
  div.basket_checkout .container div.alert.alert-danger {
    margin-bottom: 30px; }
    div.basket_checkout .container div.alert.alert-danger ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      div.basket_checkout .container div.alert.alert-danger ul li {
        margin: 0;
        padding: 0; }
  div.basket_checkout .modal.review_order .modal-header {
    background-color: #2ca02c;
    color: white; }
  div.basket_checkout #paymentSubmitLoadingOverlay {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    height: 100%; }
    div.basket_checkout #paymentSubmitLoadingOverlay #content {
      width: auto;
      height: 57px;
      position: absolute;
      top: 50%;
      left: 50%;
      color: white;
      margin-left: -20px; }

.container.order_success .alert {
  margin-top: 30px; }
  .container.order_success .alert h3 {
    margin: 15px; }

div.admin_product_create ul {
  margin-bottom: 0; }
div.admin_product_create select.form-control {
  width: 100% !important;
  display: block;
  box-sizing: border-box; }
div.admin_product_create .addon_control {
  border: none;
  padding: 0;
  margin-bottom: 10px; }
  div.admin_product_create .addon_control:last-of-type {
    margin-bottom: 0; }
  div.admin_product_create .addon_control .panel {
    margin-bottom: 0;
    padding-bottom: 0; }

.container {
  width: 85%; }

.panel-default > .panel-heading {
  background-image: none; }

.navbar-brand {
  padding: 0; }

.form-group.has-error > .form-control {
  color: white;
  background-color: darkred; }

.alert ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

pre {
  width: 80%;
  float: right; }

.container h3 {
  margin-bottom: 20px;
  padding: 0; }

.input-group-addon label {
  margin-bottom: -4px;
  font-weight: normal; }

.mobile-only {
  display: none; }

@media (max-width: 500px) {
  .mobile-only {
    display: block; }

  .no-mobile {
    display: none; }

  .container {
    width: 90%; } }
