.option--size__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 0;
  width: 100%;
  float: left;
  border-bottom: 1px dotted #dfe0e1; }

.SizeGuide_wrapper .mfp-container {
  margin: 0 auto;
  max-width: 1200px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }
  .SizeGuide_wrapper .mfp-container #SizeGuide {
    background: #fff;
    padding: 30px; }

.SizeGuide_wrapper .main__content th {
  background-color: #f3c9b7;
  border-right: .3rem solid #fee9e0;
  padding: .5rem 1rem; }

.SizeGuide_wrapper .main__content h6 {
  border-bottom: .2rem solid #404041;
  margin-top: 15px;
  margin-bottom: .5rem;
  font-size: 1.4rem;
  font-weight: bold; }

.SizeGuide_wrapper .main__content__footwear--custom {
  background-color: #f0dcd4; }
