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

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

[data-theme='perriconemd'] .inline-ratings,
#ratingSummary {
  min-height: 20px;
}

[data-theme='perriconemd'] .inline-ratings {
  z-index: 1;
}

[data-theme='perriconemd'] .product-item-price-wrapper {
  justify-content: space-between;

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

[data-theme='perriconemd'] #product-list .sizes {
  width: 50%;
}

[data-theme='perriconemd'] .email-when-in-stock-modal-button {
  border: 1px solid black;
}
