.wk-size-chart *{
    box-sizing: border-box;
}
.wk-loading-mask {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    display: none;
}
.wk-loader {
    background: url("../images/ajax-loader.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 32px;
    left: 50%;
    margin-left: -16px;
    margin-top: -16px;
    position: absolute;
    top: 50%;
    width: 32px;
    z-index: 9999;
}
.wk-display-none{
    display: none;
}

.wk-sizechart-link{
    display: block;
    float: right;
    display: none;
}

.noscroll{
    overflow: initial;
 }
html{
    overflow: none;
    margin: 0;
    padding: 0;
}

.wk-sizechart-header{
    display: table-cell;
    text-align: center;
    font-weight: 700;
    width: 14%;
}
.wk-new-row {
    display: table-row;
    width: 100%;
}
.wk-new-element {
    display: table-cell;
    text-align: center;
    padding: 10px 5px;
}
.wk-image-container{
    width:40%;
    padding-right: 10px;
    float:left;
}
.wk-headerrow {
    display: table-row;
    margin-top: 20px;
    text-align: center;
}
.wk-delete-row{
    display: inline-block;
    float: right;
}
.wk-head-row{
    background-color: #006bb4;
    color: #fff;
}
.wk-input{
    width: 100%;
    border-radius: 4px;
    text-align: center;
    margin: 5px 0px;
}
.wk-sizechart-container {
    width: 60%;
    position:absolute;
    right: 0;
    height: 95%;
    float:right;
    overflow: auto;
    text-align: left;
    border:1px solid #ccc;
}
.wk-sizechartoptions {
    display: table;
    width: 100%;
    overflow: auto;
}
.wk-upload-image{
    display: none;
}
.wk-addtocart{
    background: #1979c3;
    color: #ffffff;
    border-radius: 4px;
    box-shadow: none !important;
}
.wk-addtocart:hover{
    background: #006bb4;
    color: #ffffff;
    border-radius: 4px;
}
.wk-img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 5px;
}
.wk-outermost{
  box-sizing: border-box;
  background: white none repeat scroll 0 0;
  left: 10%;
  max-height: 410px;
  border: 3px solid #ccc;
  /* margin-left: -500px; */
  position: relative;
  text-align: center;
  top: 100px;
  width: 80%;
}
.wk-size-chart {
      box-sizing: border-box;
      background: white none repeat scroll 0 0;
      max-height: 400px;
      /*min-height: 120px;*/
      overflow-x: auto;
      overflow-y: auto;
      padding: 5px;
      position: relative;
      text-align: center;
      width: 100%;
}
.wk-button{
    display: inline-block;
}
#name{
    font-weight: 700;

}
.wk-close {
    background-color: #fff;
    border: 1px solid black;
    cursor: pointer;
    height: 20px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    right: -18px;
    top: -18px;
    width: 20px;
    z-index: 9999;
}
.bold{
    font-weight: 900;
    font-size: 13px;

}
.wk-loading-mask-after {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.62);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
}
.wk-even{
    background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  .wk-sizechart-container {
        box-sizing: border-box;
        background: white none repeat scroll 0 0;
        max-height: 400px;
        min-height: 120px;
        overflow-x: auto;
        overflow-y: auto;
        padding: 5px;
        position: relative;
        text-align: center;
        width: 100%;
  }
  .wk-image-container {
      width: 100%;
      padding: 5px;
      min-height: 80px;
  }

}
