#js-size-guide-modal {
  z-index: 1100; }
  #js-size-guide-modal .modal-content {
    border-radius: 0;
    border: none; }

@media (min-width: 544px) {
  .sg-modal-body {
    padding: 30px 25px 87px;
    padding: 1.875rem 1.5625rem 5.4375rem; } }

.sg {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 auto;
  text-align: center; }
  .sg tr:last-of-type {
    border-bottom: 1px solid #eae7e8; }
  .sg td,
  .sg th {
    overflow: hidden;
    white-space: nowrap;
    min-width: 98px;
    min-width: 6.125rem;
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 5px;
    padding: 0.625rem 0.3125rem; }
    @media (min-width: 544px) {
      .sg td,
      .sg th {
        min-width: 95px;
        min-width: 5.9375rem; } }
    .sg td:last-of-type,
    .sg th:last-of-type {
      border-right: 1px solid #eae7e8; }
  .sg th {
    font-weight: 700;
    background-color: #eae7e8;
    font-size: 14px;
    font-size: 0.875rem; }
  .sg .sg-cell {
    vertical-align: middle;
    border-left: 1px solid #eae7e8;
    min-width: calc((100vw - 130px) / 2.5); }
    @media (min-width: 544px) {
      .sg .sg-cell {
        min-width: 95px;
        min-width: 5.9375rem; } }

.sg-table-heading {
  margin-bottom: 10px;
  margin-bottom: 0.625rem; }
  .sg-table-heading .sg-heading-name {
    font-size: 700;
    font-size: 21px;
    font-size: 1.3125rem; }
    @media (min-width: 544px) {
      .sg-table-heading .sg-heading-name {
        font-size: 24px;
        font-size: 1.5rem; } }
  .sg-table-heading .sg-heading-age {
    float: right;
    font-weight: 700;
    margin-top: 9px;
    margin-top: 0.5625rem;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 544px) {
      .sg-table-heading .sg-heading-age {
        margin-top: 12px;
        margin-top: 0.75rem; } }

@media (min-width: 544px) {
  .size-guide-baby td,
  .size-guide-baby th,
  .size-guide-baby .sg-cell {
    min-width: 158px;
    min-width: 9.875rem; }
  .size-guide-shoes td:not(:first-child):not(:last-child),
  .size-guide-shoes th:not(:first-child):not(:last-child) {
    min-width: -webkit-fit-content;
    min-width: fit-content;
    width: 65px;
    width: 4.0625rem; } }

.sg-table-container {
  overflow-x: scroll;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem; }
  .sg-table-container .sticky-col {
    position: relative;
    left: 0;
    top: auto;
    border-left: 1px solid #eae7e8; }
  @media (min-width: 544px) {
    .sg-table-container {
      margin-left: 0;
      overflow-x: auto; }
      .sg-table-container .sticky-col {
        position: relative;
        left: 0; } }
  .sg-table-container .sg-bottom-row .sticky-col {
    border-bottom: 1px solid #eae7e8; }

.modal-header-sise-guide {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 10;
  top: 0;
  border-bottom: none;
  padding: 15px;
  padding: 0.9375rem; }
  .modal-header-sise-guide button.close {
    padding: 15px 19px;
    padding: 0.9375rem 1.1875rem; }
  @media (min-width: 544px) {
    .modal-header-sise-guide {
      max-width: 530px;
      max-width: 33.125rem;
      padding-left: 25px;
      padding-left: 1.5625rem; }
      .modal-header-sise-guide button.close {
        padding: 15px 25px;
        padding: 0.9375rem 1.5625rem; } }
  .modal-header-sise-guide .modal-title {
    text-transform: capitalize;
    color: #323036;
    font-weight: 700;
    line-height: 26px;
    line-height: 1.625rem;
    font-size: 14px;
    font-size: 0.875rem; }
    @media (min-width: 544px) {
      .modal-header-sise-guide .modal-title {
        font-size: 16px;
        font-size: 1rem; } }

.modal-sub-header-sise-guide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 58px;
  margin-top: 3.625rem;
  padding: 0 15px;
  padding: 0 0.9375rem; }
  @media (min-width: 544px) {
    .modal-sub-header-sise-guide {
      padding: 0 25px;
      padding: 0 1.5625rem; } }
  .modal-sub-header-sise-guide button {
    width: 100%;
    border: 1px solid #323036; }
    .modal-sub-header-sise-guide button:first-of-type {
      margin-right: 16px;
      margin-right: 1rem; }

.size-guide-modal {
  margin: 0; }
  @media (min-width: 544px) {
    .size-guide-modal {
      margin-left: auto;
      max-width: 530px;
      max-width: 33.125rem; } }
  @media (min-width: 769px) {
    .size-guide-modal {
      margin-left: auto;
      max-width: 530px;
      max-width: 33.125rem; } }
  @media (max-width: 991.98px) {
    .size-guide-modal {
      margin-left: auto;
      max-width: 530px;
      max-width: 33.125rem; } }

.js-metric,
.js-imperial {
  display: none; }
  .js-metric.show,
  .js-imperial.show {
    display: block; }

.modal {
  padding-right: 0 !important; }

/*# sourceMappingURL=sizeGuide.css.map*/