.size-chart-wrapper {
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.3); }

.size-chart-container {
  display: none;
  width: 100%;
  height: -webkit-calc(100vh - 100px);
  height: calc(100vh - 100px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 111;
  font-size: 15px; }

.size-chart-content {
  margin-top: 0;
  max-width: 80%;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-border-radius: 15px;
          border-radius: 15px;
  padding: 15px;
  background: white;
  border: 1px solid gray;
  font-family: "Futura", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5; }
  .size-chart-content h2 {
    font-family: "Futura", sans-serif;
    font-size: 32px;
    line-height: 1.34; }
  .size-chart-content table {
    border-collapse: collapse;
    width: 100%; }
    .size-chart-content table td {
      border: 1px solid black;
      padding: 5px;
      width: auto !important; }
  .size-chart-content img {
    display: block;
    margin: 0 auto; }

.size-chart-close {
  position: absolute;
  top: -14px;
  right: -14px;
  background: white;
  border: 1px solid gray;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  width: 30px;
  height: 30px; }

.size-chart-close:hover {
  cursor: pointer; }

.fadeIn {
  -webkit-animation: fadeInQuick .5s ease-in-out forwards;
          animation: fadeInQuick .5s ease-in-out forwards; }

/* -----------------  */
@-webkit-keyframes fadeInQuick {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInQuick {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@media (max-width: 790px) {
  .size-chart-content {
    width: 94%; }
  .size-chart-close {
    top: -10px;
    right: -10px; } }

.pos-rel {
  position: relative;
  top: 0;
  left: 0;
  padding-bottom: 60px; }

.mt-0 {
  margin-top: 0 !important; }

.bg-grey-tr {
  background: rgba(0, 0, 0, 0.3) !important; }

@media screen and (min-width: 650px) {
  .pos-rel {
    padding-bottom: 90px; } }

/*# sourceMappingURL=maps/size_charts.css.map */
