.product-miniature {
  width: 100%;
  background: #fff;
  margin-bottom: 12px;
  display: flex;
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  padding: 2rem;
}

#products .products {
  display: block;
}

#products .product-miniature .product-price-and-shipping {
  text-align: right;
}

#products .product-miniature .price {
  color: #3a3b3f;
  font-weight: 700;
  font-size: 1.875rem;
  margin-top: .5rem;
}

.product-miniature .thumbnail-container {
  margin-bottom: 0;
}

#products .product-miniature .thumbnail-top img {
  border-radius: .3rem;
}

.product-miniature .product-description {
  flex: 1;
  padding: 0;
  margin: 0 1.6rem;
}

.product-miniature .product-description .product-title {
  text-align: left;
  margin-top: 0;
}

.product-miniature .product-description .product-title a {
  font-size: 1.25rem;
  color: #3a3b3f;
}

.product-miniature .product-description .product-title a:hover {
  text-decoration: underline;
}

.product-miniature .product-price-and-shipping {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#wrapper {
  background: none;
}

#wrapper .breadcrumb li {
  font-size: .875rem;
}

#wrapper .breadcrumb li a:hover {
  text-decoration: underline;
}

#wrapper .breadcrumb li::after {
  content: '>';
  font-weight: 700;
  color: #1F4E79;
}

#wrapper .breadcrumb li:last-child {
  color: #1F4E79;
  font-weight: 700;
}