/* Overrides */

body {
  line-height: 35px;
}

.product_pod {
  height: 380px;
}

.product-label-medium {
  padding: 6px;
}

.product-label-large {
  padding: 8px;
}

.product-label-container {
  margin: 10px;
}

.product_pod .product_price {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
}

.container-fluid {
  max-width: 100%;
  max-height: 100%;
}

.default {
  padding: 0;
}

.footer {
  background-image: linear-gradient(to bottom, #f66200, #f89406);
  background-color: #f89406;
  color: #eeeeee;
  border-color: #f66200;
  text-align: center;
  padding: 10px;
}

.footer-links {
  text-align: center;
  margin:10px;
}

.subtitle {
  color: #555;
}

.search-query {
  width: 400px;
}

.price-color {
  font-size: 28px;
  color: green;
}

.product-horizontal-image {
  max-width:200px;
  max-height:155px;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  position: absolute;
}

.product-horizontal-image-container {
  width: 207px;
  height: 155px;
  position: relative;
}

.voucher-image {
  text-align: center;
  margin-bottom: 10px;
}

input[type="search"], select {
  font-size: 16px;
}
