html {
  font-size: 10px;
}
.overlay-modal {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.55);
    z-index: 9999;
}
.ReactModal__Overlay {
    opacity: 0;
    transition: opacity .4s 0s cubic-bezier(.25,1,.5,1);
}
.ReactModal__Overlay--after-open {
    opacity: 1;
}
.modal {
    padding: 0 1.6rem 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #fff;
    height: 100%;
    width: 100%;
    overflow: auto;
}
.ReactModal__Content {
    transform: translate(-50%,-50%) translateY(3.2rem);
    transition: transform .4s 0s cubic-bezier(.25,1,.5,1);
}

.ReactModal__Content--after-open {
    transform: translate(-50%,-50.1%);
    overflow: hidden;
}

.modal.measmerizemodal {
    display: flex;
    flex-direction: column;
}

.modal.measmerizemodal::-webkit-scrollbar {
    width: 2px;
    height: 30px;
}

.modal.measmerizemodal::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
} 

.modal.measmerizemodal::-webkit-scrollbar-thumb {
    background: #01455E; 
    border-radius: 10px;
}

.modal__close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 1.6rem;
    z-index: 3;
    background: #fff;
}
.modal__close::before {
    content: "";
    background: transparent url(https://statics.pancake.vn/web-media/bb/99/27/67/7df9a1aa18692fb9dd49a8cb3a5b43dfdea1f4ff0d886198c0717145.svg) center no-repeat;
    width: 2.4rem;
    height: 2.4rem;
    display: inline-block;
    display: block;
}
.modal__header {
    display: flex;
    flex-direction: column;
    padding-top: 3.2rem;
}
.dialog__title {
    padding-bottom: 0.8rem;
    font-size: 2.3rem;
    line-height: 2.4rem;
    letter-spacing: 0;
    margin: 0;
    color: #000;
    font-weight: 700;
}
.modal__body {
    max-height: inherit;
}
.modal.measmerizemodal .modal__body {
    flex: 1;
}
.modal.measmerizemodal .modal__body .accordion__group, .modal.measmerizemodal .modal__body .tabs {
    height: 100%;
    display: flex;
    flex-direction: column;
}
.container--neg {
    margin: 0 -1.6rem;
}
.container-modal {
    position: relative;
    margin: 0 auto;
    width: 100%;
    padding: 0 1.6rem !important;
}
.tabs .react-tabs__tab-list {
    list-style: none;
    position: relative;
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
}
.tabs.tabs--padding .react-tabs__tab-list {
    column-gap: 2.4rem;
}
.tabs .react-tabs__tab-list::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    border-bottom: 1px solid #e4e4e4;
}
.tabs [role=tab] {
    cursor: pointer;
    padding: 1.6rem 0 1.4rem;
    position: relative;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    font-size: 1.6rem;
    line-height: 2rem;
    letter-spacing: .015em;
    text-transform: uppercase;
}
.react-tabs__tab--selected {
    font-weight: 700;
}
.react-tabs__tab--selected::after {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #01455E;
    bottom: 0;
    left: 0;
    right: 0;
}
.sizechart-tabs .react-tabs__tab-panel {
    display: none;
}
.sizechart-tabs .react-tabs__tab-panel--selected {
    display: block;
}
.sizechart {
    display: flex;
    flex-direction: column;
    overflow-x: auto;
}
.sizechart.measmerizecontainer {
    width: 100%;
    position: relative;
    margin-top: 0;
    padding-top: 0;
}
.ntp-container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%
}
#app {
    overflow-x: hidden;
    overflow-y: visible;
}
#app * {
    outline: none;
}
.ntp_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.ntp-col-12,.ntp-col-4,.ntp-col-sm-3,.ntp-col-sm-3,.ntp-col-sm-7,.ntp-col-8,.ntp-col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
}
.ntp-col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.center-xs {
    justify-content: center;
    text-align: center;
}
.list {
    list-style: none;
}
.header__bottom .widget-menu-stage {
    margin-bottom: 0;
    padding-left: 0;
    position: relative;
    position: static;
}
.header__bottom .widget-menu-stage {
    justify-content: flex-start;
    text-align: left;
}
.header__bottom .widget-menu-stage.widget-menu-desktop {
    display: flex;
}
.header__bottom .widget-menu-stage li {
    display: flex;
    font-weight: 300;
    margin-right: 12px;
    padding-bottom: 6px;
    position: relative;
}
.header__bottom .widget-menu-stage li {
    list-style: decimal inside none;
    padding: 15px 0;
    margin-left: 0px !important;
    display: list-item;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.05em;
    text-align: left;
    text-transform: uppercase;
}
.header__bottom .widget-menu-stage li.actived {
    border-bottom: 0.15em solid #01455E;
    font-weight: 500;
    position: relative;
}
.header__bottom .widget-menu-stage li.actived {
    font-weight: 600;
}
.header__bottom .widget-menu-stage:after {
    content: "";
    pointer-events: none;
    position: absolute;
}
.header__bottom .widget-menu-stage:after {
    background: #231f20;
    bottom: -2px;
    height: 2px;
    left: 0;
    right: 0;
    width: 100%;
}
.header__bottom .widget-menu-stage::after {
    height: 1px;
    bottom: 0;
    background: #e4e4e4;
    z-index: -1;
}
.main-container {
    overflow: visible;
}
.page {
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: center;
    padding-bottom: 12px;
    padding-top: 36px;
}
.main-container .page {
    justify-content: flex-start;
    padding-top: 18px;
}
.main-container .page.page--details {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.main-container .page.page--details > div {
    flex: 1 1 100%;
}
.main-container .page.page--details > .ntp_row {
    justify-content: space-between;
}
.main-container .page.page--details > .ntp_row p {
    margin: 0;
    font-size: 14px;
}
.form-controls {
    margin: 0.5em 1em;
}
.form-controls {
    position: relative;
}
.form-controls {
    margin: 0;
    flex-flow: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.page.page--details > .ntp_row .form-controls {
    width: 50%;
}
.page--details label {
    line-height: 2em;
}
.main-container .page.page--details .form-controls label {
    font-size: 12px;
    margin-top: 20px;
    display: flex;
    flex-basis: 100%;
}
.form-controls .as-input, .form-controls button, .form-controls input {
    border: 1px solid #231f20;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0.6em;
    width: 210px;
}
.form-controls .as-input, .form-controls input {
    font-weight: 300;
}
.page--details .as-input, .page--details .input-50, .page--details input {
    box-sizing: border-box;
    min-height: 42px;
    min-width: 240px;
    width: 240px;
}
.form-controls input {
    width: 100%;
}
.form-controls .dirty {
    width: 100%;
}
.page--details .form-controls .as-input, .page--details .form-controls .selector, .page--details .form-controls .vscroller, .page--details .form-controls input {
    margin: 0;
    position: relative;
}
.unit-selector {
    display: inline-block;
    position: absolute;
    right: 0.6em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.main-container .page.page--details .form-controls .unit-selector {
    top: 55px;
    bottom: auto;
    text-decoration: none;
    font-size: 12px;
    transform: none;
    z-index: auto;
    height: 16px;
}
.main-container .page.page--details .form-controls input, .main-container .page.page--details .form-controls button, .main-container .page.page--details .form-controls .as-input, .main-container .page.page--details .form-controls .input-50 {
    border: 0;
    background: #efefef;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.04em;
    font-feature-settings: "pnum" on, "lnum" on;
    padding: 0 8px;
    min-height: auto;
    min-width: auto;
    height: 36px;
}
.footer-size {
    padding: 12px 15px 0 !important;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ntp-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.main-container .footer-size .ntp_row > div {
    flex: 0 0 50%;
    padding-left: 0;
    padding-right: 0;
}
button.async {
    overflow: hidden;
    position: relative;
}
.footer-size button {
    font-weight: 500;
    line-height: 1.6em;
    text-transform: uppercase;
    width: 100%;
}
.main-container .footer-size button {
    font-weight: 700;
    width: 100%;
    margin: 0;
    line-height: 1.5em;
    padding: 0.8em;
    z-index: 0;
    font-size: 13px;
    color: white !important;
}
.main-container .footer-size button {
    width: calc(100% + 20px);
}
.main-container .footer-size button {
    width: 100% !important;
}
.clicknone{
  display: none;
}
.clicknone.opened {
  display: block;
}
.main-container.edit-profile-shape .shape-metrics {
    order: 1;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
}
.main-container.edit-profile-shape .shape-metrics .lead {
    margin: 20px 0 15px;
    max-width: 100%;
    text-align: left;
    font-size: 14px;
}
.body-wrap {
    position: relative;
}
.main-container.edit-profile-shape .body-wrap {
    order: 2;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
}
.shape-metric-component {
    opacity: .8;
}
.shape-metric-component--active {
    opacity: 1;
}
.shape-metrics .ntp_row {
    padding-bottom: 6px;
    padding-top: 6px;
}
.main-container.edit-profile-shape .shape-metrics .shape-metric-component {
    margin-top: 0;
    margin-bottom: 0;
    height: 50px;
}
.main-container.edit-profile-shape .shape-metrics .metric-name {
    font-weight: 600;
    font-size: 14px;
    text-align: left;
}
.ntp-col-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}
.ntp-col-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}
.shape-metric-component .metric-range {
    position: relative;
    width: 96%;
}
.shape-metric-component .metric-range .metric-up-down {
    background: #fff;
    border: 2px solid #231f20;
    border-radius: 50%;
    display: inline-block;
    height: 25px;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 25px;
}
.shape-metric-component .metric-range .metric-up-down--l {
    left: 1px;
}
.main-container.edit-profile-shape .shape-metrics .metric-range .metric-up-down {
    border: 0;
    top: -10px;
    height: 27px;
    width: 27px;
    margin: 6px;
}
.shape-metric-component .metric-range .metric-up-down--l:before {
    background:  #01455E;
    content: "";
    height: 2px;
    left: 8px;
    position: absolute;
    top: 9px;
}
.main-container.edit-profile-shape .shape-metrics .metric-range .metric-up-down--l::before,.main-container.edit-profile-shape .shape-metrics .metric-range .metric-up-down--r::before, .main-container.edit-profile-shape .shape-metrics .metric-range .metric-up-down--r::after {
    height: 1px;
    width: 13px;
    top: 14.6px;
}

.shape-metric-component .metric-range .shape-slider-container {
    margin-left: 30px;
    width: calc(100% - 60px);
}
.main-container.edit-profile-shape .shape-metrics .metric-range .shape-slider-container {
    width: calc(100% - 60px);
    margin-left: 30px;
}
.vue-slider-component {
    box-sizing: border-box;
    position: relative;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
}
.shape-metric-component .shape-metric-slider {
    cursor: pointer;
}
.vue-slider-component .vue-slider-piecewise {
    height: 100%;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.vue-slider-component .vue-slider-piecewise-item {
    height: 8px;
    position: absolute;
    width: 8px;
}

.vue-slider-component .vue-slider-piecewise-dot {
    background-color: rgba(0,0,0,.16);
    border-radius: 50%;
    display: inline-block;
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all .3s;
    width: 100%;
    z-index: 2;
}
.vue-slider-component .vue-slider-piecewise-item:first-child .vue-slider-piecewise-dot, .vue-slider-component .vue-slider-piecewise-item:last-child .vue-slider-piecewise-dot {
    visibility: hidden;
}
.shape-metric-component .vue-slider-component .vue-slider-piecewise-item:first-child .vue-slider-piecewise-dot, .shape-metric-component .vue-slider-component .vue-slider-piecewise-item:last-child .vue-slider-piecewise-dot {
    visibility: visible;
}
.main-container.edit-profile-shape .shape-metrics .vue-slider-component .vue-slider-piecewise-item .vue-slider-piecewise-dot {
    border: 1px solid #01455E !important;
}
.shape-metric-component .metric-range .metric-up-down--r {
    right: 1px;
}
.shape-metric-component .metric-range .metric-up-down--r:after, .shape-metric-component .metric-range .metric-up-down--r:before {
    background: #01455E;
    content: "";
    height: 2px;
    position: absolute;
    right: 7px;
    top: 9px;
    width: 7px;
}
.main-container.edit-profile-shape .shape-metrics .metric-range .metric-up-down--l::before, .main-container.edit-profile-shape .shape-metrics .metric-range .metric-up-down--r::before, .main-container.edit-profile-shape .shape-metrics .metric-range .metric-up-down--r::after {
    height: 1px;
    width: 13px;
    top: 14.6px;
}
.shape-metric-component .metric-range .metric-up-down--r:after {
    transform: rotate(90deg);
}
.footer-size .nav-link {
    display: flex;
    font-weight: 500;
    z-index: 1;
}
.footer-size .nav-link {
    align-items: flex-end;
    font-size: 14px;
   cursor: pointer;
}
.recommendation-inner {
    min-height: 300px;
    overflow: hidden;
    position: relative;
}
.main-container.your-size .recommendation-inner {
    align-items: flex-start;
}
.main-container.your-size .recommendation-inner .bodyform {
    order: 2;
    padding: 0;
}
.main-container.your-size .recommendation-inner .recommendation-right {
    order: 1;
    justify-content: flex-start;
    padding: 0;
}
.recommendation-result {
    min-height: 133px;
}
.recommendation-result p {
    font-weight: 500;
    min-height: 18px;
    padding: 10px;
    font-size: 14px;
}
.main-container.your-size .recommendation-inner .recommendation-right .recommendation-result p {
    font-weight: 300;
    justify-content: flex-start;
    padding: 10px 0 0;
    text-align: left;
}
.main-container.your-size .recommendation-inner .recommendation-right .recommendation-result p:first-of-type {
    padding-bottom: 30px;
}
.recommendation-result .sizes {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.main-container.your-size .recommendation-inner .recommendation-right .recommendation-result .sizes {
    justify-content: flex-start;
}
.recommendation-result .sizes .size {
    align-items: center;
    border: 2px solid #4a4a4a;
    border-radius: 100%;
    cursor: pointer;
    display: flex;
    flex: 0 0 auto;
    font-size: 1.125em;
    font-weight: 500;
    height: 65px;
    justify-content: center;
    margin-bottom: 3px;
    margin-top: 3px;
    opacity: .45;
    width: 65px;
}
.main-container.your-size .recommendation-inner .recommendation-right .recommendation-result .sizes .size {
    border-radius: 0;
    border: 1px solid #0A4A6E;
    height: 32px;
    width: 160px;
    font-size: 13px;
    margin: 0 4px 4px 0;
    font-weight: 700;
    color: #0A4A6E;
    opacity: 1;
    flex: 0 0 auto;
}
.main-container.your-size .recommendation-inner .recommendation-right .recommendation-result .sizes .size.size--recommended {
    border-width: 2px;
}
.main-container.your-size .recommendation-inner .recommendation-right .recommendation-result .sizes .size.size--active {
    font-size: 13px;
    background: #0A4A6E;
    color: white !important;
   
}
.table-tab {
  padding-top: 20px;
}
.table-tab table{
  border-collapse: unset;
  border-spacing: 3px;
}
.table-tab th,.table-tab td {
  width: 137px;
  height: 32px;
  border: 1px solid #01455E;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  padding: 0px 15px;
}
.table-tab th:first-child,.table-tab td:first-child {
  text-align: left;
}
.table-tab td:first-child {
  background: #CDCDCD;
  border-color: #CDCDCD
}
.table-tab th{
  background: #0A4A6E;
  color: #fff;
}
.meansure-tab {
  display: flex;
  align-items: center;
}
.meansure-img {
  padding-top: 22px;
  width: 30%;
}
.meansure-text {
  font-size: 15px;
  width: 70%;
}
.your-size {
  margin-left: -15px;
}
.select-chosse--size {
  display :none;
}
@media (min-width: 600px) {
  
  .container--neg {
    margin: 0 -2rem;
  }
  .container-modal {
    padding: 0 2rem !important;
  }
}
@media (min-width: 768px){
  .header__bottom .widget-menu-stage li {
      display: list-item;
      margin-left: 40px;
      margin-left: 20px;
      margin-right: 40px;
  }
  .ntp-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  
  .modal {
      padding: 10px 3.2rem 3.2rem;
      width: auto;
      min-width: 70%;
      height: auto;
      max-height: 90vh;
      max-width: 90vw;
  }
}
@media (min-width: 1024px) {
  .modal.size-modal {
      min-height: initial;
      min-width: initial;
      width: 92rem;
      height: 66.4rem;
  }
  .container--neg {
      margin: 0 -2.8rem ;
  }
  .container-modal {
    padding: 0 2.8rem !important;
  }
  .sizechart {
    margin-top: 3.2rem;
    max-width: 80vw;
}
}
@media screen and (min-width: 48em){
 #app {
    min-height: 500px;
}
  #app.low-profile {
    min-height: auto;
}
.shape-metric-component .metric-range {
    width: 100%;
}
.shape-metric-component .metric-range .shape-slider-container {
    margin-left: 35px;
    width: calc(100% - 70px);
}
.main-container.edit-profile-shape .shape-metrics .metric-range .shape-slider-container {
    width: calc(100% - 100px);
    margin-left: 50px;
}
}
@media (min-width: 576px){

  .ntp-col-sm {
      flex-basis: 0;
      flex-grow: 1;
      max-width: 100%;
  }
  .ntp-col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .ntp-col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .ntp-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 1026px) {
  .meansure-tab {
      flex-wrap: wrap;
  }
  
  .meansure-tab .meansure-img {
      width: 100%;
      display: flex;
      justify-content: center;
  }
  
  .meansure-tab .meansure-text {
      width: 100%;
  }
}

@media(max-width: 768px){
  .header__bottom .widget-menu-stage li {
    font-size: 10px;
  }
  .main-container .page.page--details > .ntp_row p {
    font-size: 11px;
  }
  .page.page--details > .ntp_row .form-controls{
    width: 100%;
  }
  .ntp-wd-100 {
    max-width: 100%;
    flex: 0 0 100% !important;
  }
  .tabs [role=tab] {
    font-size: 1.3rem;
  }
  .main-container.edit-profile-shape .shape-metrics {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .shape-metric-component .metric-range .metric-up-down--r {
    right: -5px;
    top: -12px;
  }
    .react-tabs__tab-list{
      display: none !important;
    }
    .select-chosse--size {
      display: block;
      position: relative;
       margin: 0 16px;
    }
    .select-chosse--size .select-arrow {
      position: absolute;
      right: 0;
      top: 35%;
      display: none;
    }
    .select-chosse--size .select-arrow img{
      width: 16px;
    }
    #select-box {
      width: 100%;
      outline: none;
      border: 0;
      border-bottom: 1px solid #0A4A6E;
      padding: 15px 0;
      font-size: 1.3rem;
      color: #0A4A6E;
      font-weight: 700;
      background: #fff;
      border-radius: none;
      -webkit-appearance: none;
       -moz-appearance: none;
       appearance: none;

    }
    #select-box option{
      font-size: 1.3rem;
      color: #0A4A6E;
      font-weight: 700;
      border: none;
        font-size: 1.3rem;
    }
    .low-profile .header__bottom {
      overflow-x: hidden;
      border-bottom:1px solid #e4e4e4;
    }
    .low-profile .header__bottom .widget-menu-stage::after {
      background: unset;
      height: unset;
    }
   
    .main-container.your-size .recommendation-inner .recommendation-right .recommendation-result .sizes .size {
      width: 32%;
    }
    .table-tab th, .table-tab td {
      font-size: 9px;
    }
} 
@media( max-width: 576px){
  .tabs.tabs--padding .react-tabs__tab-list {
    width: 450px;
    overflow-x: auto;
  }
 .low-profile .header__bottom .widget-menu-stage.widget-menu-desktop {
      width: 400px;
    }
.vue-slider-component .vue-slider-piecewise {
  left: 30px;
}
.main-container.edit-profile-shape .shape-metrics .metric-name {
    flex: 0 0 25%;
    max-width: 25%;
    font-size: 12px;
}
.main-container.edit-profile-shape .shape-metrics .ntp-col-8 {
    flex: 0 0 75%;
    max-width: 75%;
}
.shape-metric-component .metric-range {
  width: 80%;
}
.shape-metric-component .metric-range .metric-up-down--r{
  right: -50px;
}
.meansure-img {
  width: 50%;
}
.tabs.tabs--padding .react-tabs__tab-list {
    width: 370px;
    overflow-x: auto;
}
.header__bottom .widget-menu-stage li {
  font-size: 9px;
}
} 
@media( max-width: 426px){

}