.wk-data-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  .wk-data-switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .wk-data-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .wk-data-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .wk-data-slider {
    background-color: #0d0d0e;
  }
  
  input:focus + .wk-data-slider {
    box-shadow: 0 0 1px #0a0a0a;
  }
  
  input:checked + .wk-data-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded wk-data-sliders */
  .wk-data-slider.wk-data-round {
    border-radius: 34px;
  }
  
  .wk-data-slider.wk-data-round:before {
    border-radius: 50%;
  }
  .wk_toggle_cm_in{
    float: right;
  }
  .wk_align_center {
    display: inline-block;
    vertical-align: middle;
}
.wk-size-chart{
  height: 300px !important;
}
.wk-sizechart-container {
  width: 100% !important;
}
span.wk-hyperlink-measure-tips {
  float: left;
}