@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.ui-widget .product-size-chart {
  font-family: "Oswald", sans-serif; }

.product-size-chart table {
  border-collapse: collapse;
  border: 1px solid #000000;
  width: 100%;
  text-align: center; }
  .product-size-chart table th {
    text-align: center; }
  .product-size-chart table td {
    border: 1px solid #000000; }
  .product-size-chart table thead {
    background-color: #ff4c00;
    font-weight: 500;
    color: #ffffff; }
  .product-size-chart table tbody {
    color: #000000; }

.product-size-chart h1 {
  font-weight: 500; }

.product-size-chart .column-right {
  display: flex;
  margin-left: 2em; }
  .product-size-chart .column-right .vertical-center {
    align-self: center; }
    @media only screen and (max-width: 1024px) {
      .product-size-chart .column-right .vertical-center {
        margin-top: 2em; } }

.product-size-chart__image {
  border: 1px solid #000000;
  border-bottom: 0;
  text-align: center; }
