#release-date {
  border: 2px solid #cc9933;
  color: #cc9933;
  padding: 16px 32px;
  text-align: center;
}
#release-date:after {
  content: "";
  display: table;
  clear: both;
}
#release-date > * {
  display: inline-block;
}
#release-date h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  float: left;
  line-height: 24px;
}
#release-date .release-date_values {
  line-height: 24px;
  font-size: 22px;
  font-weight: 300;
  font-family: 'Source Sans Pro';
  text-transform: uppercase;
  float: right;
}
#release-date .release-date_values > div {
  float: left;
  margin: 0 8px;
}
@media (min-width: 991px) {
  #release-date {
    text-align: left;
  }
}
.product-thumb .image {
  position: relative;
}
.product-thumb .release-date {
  width: calc(100% - 32px);
  position: absolute;
  bottom: 16px;
  left: 16px;
  border: 1px solid #cc9933;
  padding: 8px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Source Sans Pro';
  font-weight: 300;
  font-size: 16px;
  color: #cc9933;
  background-color: rgba(255, 255, 255, 0.8);
}
