/* Media Quuery Mixin */
* {
  box-sizing: border-box; }

body {
  margin: 0; }

.SizeGuideTable {
  font-family: "Klein Medium New", Futura, Helvetica, Arial, sans-serif;
  width: 100%; }
  @media (min-width: 741px) {
    .SizeGuideTable {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; } }
  .SizeGuideTable h2,
  .SizeGuideTable h3 {
    text-transform: uppercase; }
  .SizeGuideTable__header {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 18px;
    margin-bottom: 10px;
    justify-content: space-between;
    position: relative; }
  .SizeGuideTable__mainHeading {
    color: #313131;
    font-family: Klein Medium Condensed New, Klein Medium New, KleinCondensedMed, Futura, Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: normal; }
  .SizeGuideTable__tableCell {
    color: #6d6d6d; }
  .SizeGuideTable__footer-row-spl {
    border-top-color: #e4e4e4;
    border-top-style: solid;
    border-top-width: 0.0625rem; }
  .SizeGuideTable__footer-spl {
    border-top-color: #e4e4e4;
    background-color: #313131;
    color: #fff;
    font-weight: normal; }
  .SizeGuideTable__footer-normal {
    background: #f4f4f4;
    font-weight: normal; }
  .SizeGuideTable__header-singleUnit {
    width: 30px;
    margin-left: 100px; }
  .SizeGuideTable__header-doubleUnits {
    width: 65px;
    margin-left: 70px; }
  .SizeGuideTable__header-units {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    border: 0.4px solid #e4e4e4;
    display: flex;
    height: 20px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding-left: 0; }
  .SizeGuideTable__header-toggle-item {
    padding: 0px;
    width: 30px;
    height: 20px;
    position: relative; }
  .SizeGuideTable__header-toggle-button {
    align-items: center;
    border-radius: 9999px;
    color: #6d6d6d;
    display: flex;
    font-size: 12px;
    height: 20px;
    justify-content: center;
    left: -2px;
    padding: 0 0 1px 0;
    position: absolute;
    width: 34px; }
    .SizeGuideTable__header-toggle-button__selected {
      color: #fff;
      background-color: #000; }
    .SizeGuideTable__header-toggle-button__imperial-selected {
      left: -3px; }
    .SizeGuideTable__header-toggle-button__metric-selected {
      right: -3px; }
  .SizeGuideTable table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 0.9375rem;
    border: 1px solid #e4e4e4; }
  .SizeGuideTable tbody th {
    position: sticky; }
  .SizeGuideTable th,
  .SizeGuideTable td {
    font-size: 13px;
    font-weight: normal;
    border-right-color: #e4e4e4;
    border-right-style: solid;
    border-right-width: 0.0625rem;
    padding: 0.5rem;
    text-align: center;
    display: table-cell;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 79px; }
  .SizeGuideTable td {
    white-space: nowrap; }
  .SizeGuideTable td.hovered {
    background-color: rgba(0, 0, 0, 0.1); }
  .SizeGuideTable thead th {
    background: #f4f4f4;
    color: #313131;
    font-weight: normal;
    font-family: "Klein Medium Condensed New", Klein Medium New, Futura, Helvetica, Arial, sans-serif; }
  .SizeGuideTable tr:hover {
    background-color: rgba(0, 0, 0, 0.1); }
  .SizeGuideTable tr:last-child td {
    border-bottom-color: #e4e4e4;
    border-bottom-style: solid;
    border-bottom-width: 0.0625rem; }
  .SizeGuideTable th:first-child {
    text-align: left;
    position: sticky;
    left: -1px;
    z-index: 2;
    font-family: "Klein Medium Condensed New", Klein Medium New, Futura, Helvetica, Arial, sans-serif; }
  .SizeGuideTable .CKColumnTableSection {
    overflow-x: hidden;
    overflow-y: auto; }
    .SizeGuideTable .CKColumnTableSection__table {
      border-top-color: #313131; }
    .SizeGuideTable .CKColumnTableSection__table-head-data {
      background-color: #313131;
      border-right-color: #313131;
      color: #fff;
      position: relative; }
      .SizeGuideTable .CKColumnTableSection__table-head-data:first-child {
        text-align: center; }
      .SizeGuideTable .CKColumnTableSection__table-head-data__add-bra-key-icons:first-child::after {
        margin-left: 5px;
        margin-top: -5px;
        display: inline-block;
        width: 23px;
        height: 23px;
        border: 1px solid #fff;
        border-radius: 50%;
        font-weight: 400;
        content: 'A'; }
      .SizeGuideTable .CKColumnTableSection__table-head-data__add-bra-key-icons:nth-child(2)::after {
        margin-left: 5px;
        margin-top: -5px;
        display: inline-block;
        width: 23px;
        height: 23px;
        border: 1px solid #fff;
        border-radius: 50%;
        font-weight: 400;
        content: 'B'; }
    .SizeGuideTable .CKColumnTableSection__table-data {
      background-color: #fff;
      border-right-color: #e4e4e4;
      color: #6d6d6d; }
    .SizeGuideTable .CKColumnTableSection__table-body-row:nth-of-type(even) td {
      background-color: #f4f4f4; }
  .SizeGuideTable .sizeGuideRowTable {
    overflow: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%; }

.sizeGuideSpecialTable {
  position: relative;
  width: 100%;
  overflow: auto;
  box-sizing: border-box; }
  .sizeGuideSpecialTable__tableBorder {
    border: 1px solid #e4e4e4;
    padding-bottom: 10px; }
    .sizeGuideSpecialTable__tableBorder .prevIcon {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='15'%3E%3Cpath fill='none' stroke='%236D6D6D' stroke-width='1.1' d='M4.75.75L.7 7.162l4.05 7.088'/%3E%3C/svg%3E") no-repeat 0 50%;
      color: #6d6d6d;
      padding-left: 10px;
      text-transform: none;
      font-family: "Klein Medium New", Futura, Helvetica, Arial, sans-serif;
      float: left; }
    .sizeGuideSpecialTable__tableBorder .nextIcon {
      background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='15'%3E%3Cpath fill='%236D6D6D' d='M.816 14.002l.868.496L5.883 7.15 1.673.483l-.846.534 3.89 6.158z'/%3E%3C/svg%3E") no-repeat 100%;
      float: right;
      color: #6d6d6d;
      padding-right: 9px;
      text-transform: none;
      font-family: "Klein Medium New", Futura, Helvetica, Arial, sans-serif; }
    .sizeGuideSpecialTable__tableBorder .fixedHeadTable {
      margin-bottom: auto;
      border: none; }
    .sizeGuideSpecialTable__tableBorder .fixedHeadCol {
      border: none;
      width: 95px; }
  .sizeGuideSpecialTable table {
    margin-bottom: 25px;
    border: none; }
    .sizeGuideSpecialTable table tbody th {
      position: sticky; }
    .sizeGuideSpecialTable table .cupSizeColSpan {
      border-right-color: #9e9e9e;
      border-right-style: solid;
      border-right-width: 1px; }
    .sizeGuideSpecialTable table th,
    .sizeGuideSpecialTable table td {
      font-size: 13px;
      border-right-color: #e4e4e4;
      padding: 0.5rem;
      text-align: center;
      display: table-cell;
      text-transform: uppercase;
      vertical-align: middle;
      min-width: 79px; }
    .sizeGuideSpecialTable table th {
      background: #f4f4f4;
      color: #000;
      font-weight: normal;
      height: 34px; }
    .sizeGuideSpecialTable table tbody tr:first-child {
      border-top: 1px solid #e4e4e4; }
    .sizeGuideSpecialTable table th:first-child {
      position: sticky;
      left: -1px;
      z-index: 2;
      min-width: 0px;
      color: #313131; }
    .sizeGuideSpecialTable table td {
      color: #6d6d6d; }
    .sizeGuideSpecialTable table tr:last-child td,
    .sizeGuideSpecialTable table tr:last-child th {
      border-bottom-color: #e4e4e4;
      border-bottom-style: solid;
      border-bottom-width: 0.0625rem; }

