header .site-logo img {
  width: 250px;
}

footer {
  background-color: #283639;
  color: #8e909c;
}
footer h5 {
  color: white;
}
footer a {
  color: #a7a7a7;
  margin-right: 20px;
}
footer a:hover {
  color: white;
  text-decoration: none;
}

ol.breadcrumb {
  background-color: white;
  margin: 20px 0;
  padding: 0;
}

@media (max-width: 1000px) {
  .overflow-x-scroll {
    overflow-x: scroll;
  }
}

.product-image {
  height: 200px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  margin: 20px;
}

.card {
  background-color: white;
  border: 1px solid #dddddd;
}
.card:hover {
  background-color: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1333333333);
}

.product-anchor {
  text-decoration: none !important;
  box-sizing: border-box;
}

.product-quantity {
  display: inline-block;
  text-align: right;
  padding: 5px;
  background-color: #f5f5f5;
  color: #bbbbbb;
}

.cart-items {
  border-collapse: collapse;
}
.cart-items td {
  border: 1px solid #ccc;
  padding: 20px;
}
.cart-items .image {
  display: block;
  width: 100px;
  height: 100px;
  background-size: cover;
}
.cart-items .image:hover {
  text-decoration: none;
}

.cart-form label {
  margin-top: 20px;
}
.cart-form input {
  width: 100%;
  max-width: 400px;
  display: block;
}

/*# sourceMappingURL=layout.css.map */
