/* Minification failed. Returning unminified contents.
(62,16): run-time error CSS1031: Expected selector, found '/'
(62,16): run-time error CSS1025: Expected comma or open brace, found '/'
 */
.main-content-wrapper {
  padding-top: 0;
}

#hours ul li {
  list-style-type: none;
}

.featured-item-image-wrap {
  border: 3px solid yellow;
}

#shop-now {
  height: 100px;
  background-image: url("/Images/category/OnHomePage/shopused.jpg");
  color: white;
}

.test-section {
  padding: 0;
}
.product-display .col-md-3 {
  padding: 0 !important;
}

.store-hours {
  background-color: blue;
  clear: both;
}
.store-hours .day {
  width: 100px;

  float: left;
}
.store-hours .time {
  float: left;
}

.navbar-nav .dropdown,
.navbar-nav a,
.navbar-nav .dropdown a {
  color: white !important;
  font-weight: bold !important;
}
.navbar-inverse .navbar-nav li a:hover {
  background-color: #888;
  color: #1c1c1c !important;
}

.navbar-nav .dropdown-menu a {
  background-color: #888;
}

.main-header .header-row {
  display: none;
}
.main-header {
  background-color: #1a181e;
  height: 85px;
}

* Media Query */ @media only screen and (max-width: 900px) {
  /* Product Section */
  .test-section {
    border: 1px solid red;
  }
  .test-section p {
    border: 1px solid yellow;
  }
  .test-section p a img {
    padding: 5%;
  }
}

