/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
section#header {
  background-color: #000;
}
ul.top-nav > li > a {
  color: #fff;
}
section#main-body {
  background: url("http://www.758streamin.com/assets/img/store-bg.png");
  background-size: contain;
}
.panel {
  margin-bottom: 20px;
  /*background-color: #21ADEC;*/
}

.panel-sidebar > .panel-heading {
  background-color: #0e75a4;
}
.panel-sidebar {
  border-color: #0e75a4;
}

.panel-sidebar .panel-title {
  color: #fff;
}
.secondary-cart-body p {
    color:#0e75a4;
}
div.card-sidebar:nth-child(1), #Primary_Navbar-Store {
    display:none;
}
