@font-face {
  font-family: 'Gotham';
  src: url('https://s1.thcdn.com/enterprise/fonts/Gotham/gotham-book.woff');
}

body {
  font-family: 'Gotham', Helvetica, sans-serif;
}

.inline-ratings,
#ratingSummary {
  min-height: 20px;
}

.inline-ratings {
  z-index: 1
}

.product-item-price-wrapper {
  justify-content: space-between;

  .sizes {
    position: static;
    width: 33%;
  }
}

#product-list .sizes {
  width: 50%;
}