.breadcrumb {
  display: none;
}

.c-size-guide {
  padding: 0 172px;
}

.c-size-guide section {
  padding: 0;
}

.footer-size-firstSection {
  display: flex;
}

.gender-dropdown {
  width: 350px;
}

.footer-size-firstSection .c-size-guide__content,.footer-size-firstSection .c-size-guide-fit-pref__content {
  margin-left: 24px;
  width: 350px;
}

.footer-size-firstSection .c-size-guide__content .product_category,
.g-label,
.footer-size-firstSection .c-size-guide-fit-pref__content .fit-pref-category {
  margin-bottom: 20px;
  font-family: 'Graphik-regular';
  font-weight: 400;
  font-size: 10px;
  color: #747578;
}

.c-size-guide h1 {
  font-family: 'Chronicle-display-light';
  margin: 56px 0 48px !important;
  font-size: 40px !important;
  font-weight: 325 !important;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 2.4px;
  color: #0E0F0F;
}

.c-size-guide__measuring__title h1 {
  margin-bottom: 40px !important;
}

.c-size-guide .gender-dropdown .selected h2 {
  text-decoration: underline !important;
}

.c-size-guide .gender-dropdown .selected h2:hover {
  text-decoration: none;
  color: #8c8c8c;
}

.c-size-guide .gender-dropdown h2 {
  font-weight: 400 !important;
  font-size: 14px !important;
  font-family: 'Graphik-regular';
  line-height: 22px !important;
  color: #0E0F0F;
}

.c-size-guide h4 {
  font-size: 0.75rem !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.c-size-guide h4, .size-guide-table-title {
    font-family: 'Verlag-bold';
    font-weight: 400 !important;
    font-size: 14px !important;
    text-transform: uppercase;
}

.fit-pref-js-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 992px) {
  .fit-pref-js-dropdown {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.js-dropdown,
.fit-pref-js-dropdown {
  width: 350px;
  justify-content: flex-start;
}

.js-dropdown.is-open {
  position: relative;
  display: inline-block;
}

.js-dropdown .js-dropdown__options, 
.fit-pref-js-dropdown .fit-pref-js-dropdown__options {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  background-color: #fff;
  border: 0;
  z-index: 1;
  max-height: 180px;
  /* 
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden; */
  pointer-events: none;
  padding: 0;
  border-top: 0px solid;
}

.js-dropdown.is-open .js-dropdown__options,
.fit-pref-js-dropdown.is-open .fit-pref-js-dropdown__options {
  z-index: 2;
  /* opacity: 1;
  visibility: visible;
  display: block; */
  pointer-events: all;
  border: 1px solid #d3d3d3;
  border-top: 0px solid;
  padding: 10px 10px 0 10px;
}

.js-dropdown__value,
.fit-pref-js-dropdown__value {
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.js-dropdown__value:hover,
.fit-pref-js-dropdown__value:hover {
  border-bottom: 1px solid #12284c;
}

.js-dropdown.is-open .js-dropdown__value,
.fit-pref-js-dropdown.is-open .fit-pref-js-dropdown__value {
  border-bottom: 1px solid #d3d3d3;
}

.js-dropdown__value p {
  font-size: 15px !important;
  font-weight: 400 !important;
}

.toggler {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.size-toggle-wrapper {
  padding: 0;
  font-family: 'Graphik-regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #0E0F0F
}

.size-toggle-wrapper p {
  font-size: 12px;
  color: #b7b7b7;
  font-family: 'Graphik-regular';
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}

.size-toggle-wrapper .c-toggler__highlighted-text {
  font-weight: 500 !important;
  font-size: 12px !important;
  color: #0E0F0F !important;
}

.toggler .c-measure {
  display: flex;
  font-size: 14px;
}

@media (min-width: 992px) {
  .toggler {
    padding: 48px 0 32px;
  }

  .size-toggle-wrapper {
    padding: 0;
  }
}

@media (max-width: 991px) {
  .c-size-guide {
    padding: 0;
  }

  .js-size-guide__shadow {
    overflow-y: auto;
  }

  .toggler {
    padding-bottom: 32px;
  }

  .size-toggle-wrapper p {
    font-size: 12px;
    color: #b7b7b7;
  }

  .size-toggle-wrapper .c-toggler__highlighted-text {
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #0E0F0F !important;
  }

  .c-size-guide-redesign .c-toggler {
    position: relative;
    width: 64px;
    height: 32px;
    margin: 0 8px;
  }

  .c-size-guide-redesign .c-toggler__slider::before {
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 4px;
  }

  .c-size-guide-redesign .c-toggler__checkbox:checked+.c-toggler__slider::before {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  .js-size-guide__general-sizes-table {
    width: calc(100% + 350px);
  }

  .js-size-guide__general-sizes-table thead {
    display: table-header-group;
  }

  .js-size-guide__general-sizes-table thead th {
    font-size: 12px !important;
  }

  .js-size-guide__general-sizes-table td {
    display: table-cell;
  }

  .js-size-guide__general-sizes-table tbody th {
    font-size: 12px !important;
    width: 20%;
  }

  .js-size-guide__general-sizes-table td {
    font-size: 12px !important;
    width: auto;
  }

  .js-size-guide__general-sizes-table tbody tr td {
    border-top: none;
    border-bottom: 1px solid #bababa;
    border-right: none;
  }
}

/* MODAL */
#size-guide-link {
  cursor: pointer;
  text-decoration: underline;
      font-family: 'Graphik-regular';
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #0E0F0F;
}

#women-size-guide-link {
  cursor: pointer;
  text-decoration: underline;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(34, 34, 34, 0.4);
}

.modal-content {
  background-color: #fefefe;
  margin: 6% auto;
  border: 1px solid #888;
  width: 56.3%;
}

.close {
  color: #000;
  float: right;
  font-size: 28px;
}

.close:hover,
.close:focus {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
}

.new-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.new-close:hover,
.new-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.c-size-guide__measuring__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c-size-guide__measuring__container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.c-size-guide__measuring-info h2 {
  font-size: 20px !important;
  margin-bottom: 8px !important;
  font-family: 'Verlag-bold';
  font-weight: 400 !important;
}

.c-size-guide__measuring-info p {
  font-family: 'Graphik-regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
}

#myModal .c-size-guide__measuring {
  background-color: #fff;
  margin-top: 0;
  padding: 32px;
  flex-direction: column;
}

#womenModal .c-size-guide__measuring {
  background-color: #fff;
  margin-top: 0;
  padding: 32px;
  flex-direction: column;
}

.c-measure a {
  font-size: 0.875rem;
  font-weight: 600 !important;
  color: #0e0f0f;
}

span.square {
  background-image: url(size-guide5/assets/images/squareIcons.svg?$staticlink$);
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-left: 8px;
}

.c-size-guide__menu-button--shadow-left:after {
  z-index: 5;

}

@media (min-width: 1919px) {
  .modal-content {
    width: 55%
  }
}

@media (max-width: 1919px) {
  .modal-content {
    overflow-y: auto;
    /* Ajuste conforme necessÃ¡rio */
    max-height: calc(100vh - 10px);
  }
}

@media (max-width: 992px) {
  .modal-content {
    width: 83%;
  }

  #myModal .c-size-guide__measuring__container {
    gap: 32px;
  }

  #womenModal .c-size-guide__measuring__container {
    gap: 32px;
  }

  .c-size-guide__measuring-info p {
    font-size: 0.875rem !important;
  }

  .c-size-guide__measuring-info p:last-child {
    margin-bottom: 0 !important;
  }

  img {
    max-width: 50%;
  }
}

@media (max-width: 540px) {
  .modal-content {
    overflow-y: auto;
    max-height: calc(100vh - 20px);
    /* Ajuste conforme necessÃ¡rio */
  }

  .c-size-guide__measuring {
    padding: 32px 20px;
    flex-direction: column;
  }

  #myModal .c-size-guide__measuring__container {
    flex-direction: column;
    gap: 0;
  }

  #womenModal .c-size-guide__measuring__container {
    flex-direction: column;
    gap: 0;
  }

  img {
    max-width: 100%;
  }
}

/* Arrows */
.arrow-disabled {
  color: #b7b7b7 !important;
  /* Cor para os Ã­cones quando desabilitados */
}

.arrowIcon-box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  font-size: 14px;
  align-items: center;
  font-weight: 400;
  font-family: 'Verlag-bold';
}

.icon-arrow-left-position-cta {
  color: #b7b7b7;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: unset;
  background: none;
  box-shadow: none;
}

.icon-arrow-right-position-cta {
  color: #0e0f0f;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  border-radius: unset;
  background: none;
  box-shadow: none;
}

.footer-size-firstSection .select-wrapper {
  position: relative;
  user-select: none;
  width: 100%;
}

.footer-size-firstSection .select {
  position: relative;
  display: flex;
  flex-direction: column;
}

.footer-size-firstSection .select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: 'Graphik-regular';
  font-weight: 400;
  font-size: 14px;
  line-height: 18.2px;
  color: #0E0F0F;
  border-bottom: 1px solid #d3d3d3;
  cursor: pointer;
}

.footer-size-firstSection .select__trigger:hover {
  border-bottom: 1px solid #12284c;
}

.footer-size-firstSection .select.open .select__trigger {
  border-bottom: 1px solid #d3d3d3;
}

.footer-size-firstSection .custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #fff;
  /* transition: all 0.5s; */
  /* opacity: 0;
  visibility: hidden; */
  display: none;
  pointer-events: none;
  z-index: 2;
}

.footer-size-firstSection .select.open .custom-options {
  /* opacity: 1;
  visibility: visible; */
  display: block;
  pointer-events: all;
  border: 1px solid #d3d3d3;
  border-top: 0px solid;
  padding: 0.625rem 0.625rem 0 0.625rem;
}

.footer-size-firstSection .custom-option, .footer-size-firstSection .fit-pref-custom-option, .footer-size-firstSection .fit-custom-option {
  position: relative;
  display: block;
  cursor: pointer;
  /* transition: all 0.5s; */
  width: 100%;
  padding-bottom: 12px;
  margin-right: 0;
  text-transform: capitalize;
  font-family: 'Graphik-regular';
  font-weight: 400;
  font-size: 14px !important;
  line-height: 22px !important;
  color: #0E0F0F !important;
}

.footer-size-firstSection .select.open .c-size-guide__menu-button,
.footer-size-firstSection .js-dropdown.is-open .c-size-guide__menu-button,
.footer-size-firstSection .fit-pref-js-dropdown.is-open .fit-custom-option {
  margin-left: 10px;
  margin-top: 10px;
  text-decoration: underline;
  font-size: 16px;
  font-family: 'Graphik-regular' !important;
  padding-top: 0;
}

.footer-size-firstSection .js-dropdown.is-open .c-size-guide__menu-button,
.footer-size-firstSection .fit-pref-js-dropdown.is-open .fit-custom-option {
  font-size: 15px;
  display: block;
  color: #222222;
  cursor: pointer;
  line-height: 2.125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: underline;
  text-transform: capitalize;
  padding-bottom: 12px;
}

.footer-size-firstSection .fit-pref-js-dropdown.is-open .fit-custom-option {
  border: 0;
  background: inherit;
  border-radius: 0;
  height: 34px;
}

.footer-size-firstSection .select.open .c-size-guide__menu-button:hover,
.footer-size-firstSection .js-dropdown.is-open .c-size-guide__menu-button:hover,
.footer-size-firstSection .fit-pref-js-dropdown.is-open .fit-custom-option:hover {
  text-decoration: none;
  color: #8c8c8c;
}

.footer-size-firstSection .select.open .custom-option {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.footer-size-firstSection .select.open .custom-option:hover {
  cursor: pointer;
}

.footer-size-firstSection .custom-option.selected, .footer-size-firstSection .fit-pref-custom-option.selected:hover {
  text-decoration: none !important;
}

.footer-size-firstSection .arrow, .footer-size-firstSection .fit-pref-arrow {
  position: relative;

}

.footer-size-firstSection .arrow::before,
.footer-size-firstSection .arrow::after,
.footer-size-firstSection .fit-pref-arrow::before,
.footer-size-firstSection .fit-pref-arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.005rem;
  height: 9px;
}

.footer-size-firstSection .arrow::before,
.footer-size-firstSection .fit-pref-arrow::before {
  left: -18.35px;
  transform: rotate(133deg);
  background-color: #394a6d;
}

.footer-size-firstSection .arrow::after,
.footer-size-firstSection .fit-pref-arrow::after {
  left: -11.38px;
  transform: rotate(-135deg);
  background-color: #394a6d;
}

.footer-size-firstSection .open .arrow::before,
.footer-size-firstSection .js-dropdown.is-open .arrow::before,
.footer-size-firstSection .fit-pref-js-dropdown.is-open .fit-pref-arrow::before {
  transform: rotate(-135deg);
}

.footer-size-firstSection .open .arrow::after,
.footer-size-firstSection .js-dropdown.is-open .arrow::after,
.footer-size-firstSection .fit-pref-js-dropdown.is-open .fit-pref-arrow::after {

  transform: rotate(133deg);
}

@media (max-width: 1023px) {
  .footer-size-firstSection {
    padding: 0 24px;

  }

  .c-size-guide h1 {
    margin: 32px 0 0 !important;
    font-size: 28px !important;
  }

  .footer-size-firstSection .c-size-guide__content,
  .footer-size-firstSection .c-size-guide-fit-pref__content {
    margin-left: 24px;
    width: 224px;
    margin-top: 36px;
  }

  .gender-dropdown {
    margin-left: 0;
    width: 224px;
    margin-top: 36px;

  }

  .toggler {
    padding: 48px 24px 32px;
  }

  .arrowIcon-box {
    padding: 0 10px 10px 20px;
    ;
  }

  .js-size-guide__table-row-header {
    border-left: 1px solid #D3D3D3 !important;
    ;
  }

  .js-size-guide__shadow {
    margin-left: 24px;
  }

  .c-size-guide .c-size-guide__measuring__title h1 {
    text-align: left;
    margin: 0 0 32px !important;
  }

  .modal-content {
    margin: 25% auto;
  }

  #myModal .c-size-guide__measuring {
    padding: 32px;
  }

  .js-dropdown,
  .fit-pref-js-dropdown {
    width: 224px;
  }

  .js-dropdown__value p {
    font-size: 16px !important;
  }

  .footer-size-firstSection .arrow::before,
  .footer-size-firstSection .arrow::after,
  .footer-size-firstSection .fit-pref-arrow::before,
  .footer-size-firstSection .fit-pref-arrow::after {
    width: 0.05rem !important;
    height: 9px !important;
  }
}


@media (max-width: 767px) {
  .footer-size-firstSection {
    padding: 0 20px;
    display: block;
  }

  .c-size-guide h1 {
    margin: 32px 0 0 !important;
    font-size: 28px !important;
  }

  .footer-size-firstSection .c-size-guide__content,
  .footer-size-firstSection .c-size-guide-fit-pref__content {
    margin-left: 0;
    width: 100%;
    margin-top: 32px;
  }
  .gender-dropdown {
    margin-left: 0;
    width: 100%;
    margin-top: 32px;
  }

  .gender-dropdown {
    margin-left: 0;
    width: 100%;
  }

  .js-dropdown__value,
  .fit-pref-js-dropdown__value {
    width: 100%;
  }

  .toggler {
    padding: 48px 20px 32px;
  }

  .arrowIcon-box {
    padding: 0 10px 10px 20px;
    ;
  }

  .js-size-guide__table-row-header {
    border-left: 1px solid #D3D3D3 !important;
    ;
  }

  .js-size-guide__shadow {
    margin-left: 20px;
  }

  .modal-content {
    width: 100%;
    max-height: 100%;
    margin: 0;
  }

  .c-size-guide .c-size-guide__measuring__title h1 {
    text-align: left;
    margin: 0 0 32px !important;
  }

  #myModal .c-size-guide__measuring {
    padding: 32px 20px;
  }

  .js-dropdown,
  .fit-pref-js-dropdown {
    width: 100%;
  }

  .js-dropdown__value p {
    font-size: 15px !important;
  }

  .footer-size-firstSection .arrow::before,
  .footer-size-firstSection .arrow::after,
  .footer-size-firstSection .fit-pref-arrow::before,
  .footer-size-firstSection .fit-pref-arrow::after {
    width: 0.08rem !important;
    height: 11px !important;
  }

  .c-size-guide__measuring-info p {
    margin-bottom: 16px !important;
  }
}

.js-dropdown__options::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.js-dropdown__options::-webkit-scrollbar-thumb {
  background: #cccccc;
}

.js-dropdown__options::-webkit-scrollbar-track {
  background: #f3f3f3;
}


.ProductWrapperBody::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

.ProductWrapperBody::-webkit-scrollbar-thumb {
  background: #cccccc;
}

.ProductWrapperBody::-webkit-scrollbar-track {
  background: #f3f3f3;
}


.ProductWrapperBody {
  max-height: 170px;
  overflow-y: auto;
  overflow-x: clip;
  max-width: 98%;
}

/* For Internet Explorer */
* {
  scrollbar-face-color: #cccccc;
  scrollbar-track-color: #f3f3f3;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

/* New changes with c-size-guide-redesign class */
.c-size-guide.c-size-guide-redesign .c-size-guide__measuring__title h1 {
  margin-top: 0 !important;
}

@media (max-width: 992px) {
  .c-size-guide.c-size-guide-redesign .c-size-guide__measuring__title h1 {
    font-size: 28px !important;
  }

  .c-size-guide__measuring-info {
    margin-right: 25px;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .c-size-guide__measuring-info {
    margin-bottom: 32px;
    margin-right: 0;
  }
}

/* pants-table css */
.pants-table {
  display: none;
}

.pants-table.blazers-conversion-table {
  display: block;
}

.pants-table .js-size-guide__formalwear-sizes-table thead th,
.pants-table .js-size-guide__general-sizes-table-2 thead th {
  height: 64px;
  vertical-align: middle;
  border-bottom: 0
}

.pants-table .js-size-guide__formalwear-sizes-table tbody th,
.pants-table .js-size-guide__general-sizes-table-2 tbody th {
  padding: 0 32px
}

.pants-table .js-size-guide__formalwear-sizes-table tbody th,
.pants-table .js-size-guide__formalwear-sizes-table td,
.pants-table .js-size-guide__general-sizes-table-2 tbody th,
.pants-table .js-size-guide__general-sizes-table-2 td {
  height: 80px;
  width: 50%;
  vertical-align: middle;
  text-align: center;
  word-break: break-word
}

.pants-table .js-size-guide__formalwear-sizes-table td:first-of-type,
.pants-table .js-size-guide__general-sizes-table-2 td:first-of-type {
  display: table-cell
}

.pants-table .js-size-guide__formalwear-sizes-table th,
.pants-table .js-size-guide__general-sizes-table-2 th {
  font-size: 16px !important;
  line-height: 1.1375rem !important;
  font-weight: 400 !important;
  font-family: 'Graphik-regular' !important;
}

.pants-table .js-size-guide__formalwear-sizes-table td,
.pants-table .js-size-guide__general-sizes-table-2 td {
  display: none;
  color: #222;
  font-size: 14px
}

@media (min-width: 992px) {

  .pants-table .js-size-guide__formalwear-sizes-table thead,
  .pants-table .js-size-guide__general-sizes-table-2 thead {
    display: table-header-group
  }

  .pants-table .js-size-guide__formalwear-sizes-table tbody th,
  .pants-table .js-size-guide__general-sizes-table-2 tbody th {
    width: 25%;
    text-align: left
  }

  .pants-table .js-size-guide__formalwear-sizes-table td,
  .pants-table .js-size-guide__general-sizes-table-2 td {
    display: table-cell !important;
    width: 80px;
  }
}

.pants-table .js-size-guide__formalwear-sizes-table tbody tr th,
.pants-table .js-size-guide__formalwear-sizes-table tbody tr td,
.pants-table .js-size-guide__general-sizes-table-2 tbody tr th,
.pants-table .js-size-guide__general-sizes-table-2 tbody tr td {
  border-top: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3
}

@media (min-width: 992px) {

  .pants-table .js-size-guide__formalwear-sizes-table tbody tr th,
  .pants-table .js-size-guide__formalwear-sizes-table tbody tr td,
  .pants-table .js-size-guide__general-sizes-table-2 tbody tr th,
  .pants-table .js-size-guide__general-sizes-table-2 tbody tr td {
    border-right: none
  }
}

.pants-table .js-size-guide__formalwear-sizes-table:last-of-type {
  display: none
}

.pants-table .js-size-guide__table-header {
  background-color: #1f2134;
  color: #fff;
  text-transform: uppercase
}

.pants-table .js-size-guide__table-row-header {
  width: 220px;
  color: #222;
  text-align: left;
  text-transform: capitalize;
  border-right: 1px solid #D3D3D3 !important
}

.pants-table .js-size-guide__table-row-data {
  color: #7c7c7c;
  display: none
}

@media (min-width: 992px) {
  .pants-table .js-size-guide__table-row-data--hover {
    background-color: #e5e5e5 !important
  }
}

@media (max-width: 991px) {
  .pants-table .js-size-guide__general-sizes-table-2 {
    width: calc(100% + 350px);
  }

  .pants-table .js-size-guide__general-sizes-table-2 thead {
    display: table-header-group;
  }

  .pants-table .js-size-guide__general-sizes-table-2 thead th {
    font-size: 12px !important;
  }

  .pants-table .js-size-guide__general-sizes-table-2 td {
    display: table-cell;
  }

  .pants-table .js-size-guide__general-sizes-table-2 tbody th {
    font-size: 12px !important;
    width: 20%;
  }

  .pants-table .js-size-guide__general-sizes-table-2 td {
    font-size: 12px !important;
    width: auto;
  }

  .pants-table .js-size-guide__general-sizes-table-2 tbody tr td {
    border-top: none;
    border-bottom: 1px solid #bababa;
    border-right: none;
  }
  .pants-table .js-size-guide__general-sizes-table-2 tbody th {
    width: 25%;
    text-align: left;
    font-family: 'Graphik-regular';
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    text-transform: capitalize;
  }
}