.f {
  font-family: "Poppins", sans-serif;
}

.f_24px_light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 24px;
}

.f_18px_light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
}

.f_16px_light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.f_14px_light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

.f_12px_light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

.f_10px_light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 10px;
}

.f_10px_black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 10px;
}

.f_14px_black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 14px;
}

.f_16px_black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 16px;
}

.f_18px_black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 18px;
}

.f_24px_black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-size: 24px;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .hidden-md {
    display: none !important;
  }
}

.hidden {
  display: none;
}

.horizontal_center_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.center_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gray_line_1px {
  background-color: #e8e8e8;
  width: 100%;
  height: 1px;
}

.dark_gray_line_1px {
  background-color: #666666;
  width: 100%;
  height: 1px;
}

.tButton {
  background: #3f618c;
  border-radius: 10px;
}

.tButton:hover {
  background: #204675;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.38);
  box-shadow: 3px 3px 12px 0px rgba(0, 0, 0, 0.38);
}

.hover_change:hover {
  cursor: pointer;
}

.size_chart_line {
  width: 100%;
  height: 1px;
  background: black;
}

.size_chart_size {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
}

.size_chart_width {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

.size_chart_length {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

.size_chart_header {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.size_chart_disclaimer {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}

.size_chart_box {
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 7px 7px 5px #0000004D;
          box-shadow: 7px 7px 5px #0000004D;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  padding: 5px;
  width: auto;
}

.size_chart_shirt_img {
  width: 100%;
  max-width: 350px;
  padding-bottom: 20px;
}

.colour_chart_square {
  width: 100%;
  padding-top: 100%;
}

.colour_chart_square_2in1 {
  padding-top: 100%;
  width: 50%;
  float: left;
}

.colour_chart_img {
  width: 100%;
}

.colour_chart_name {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  padding-bottom: 5px;
}
