.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;
}
.noscroll{
    overflow: initial;
 }
.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: auto;
    border-radius: 4px;
    text-align: center;
    margin: 5px 0px;
}
.wk-sizechart-container {
    width: 60%;
    position:absolute;
    right: 0;
    max-height: 270px;
    float:right;
    overflow: auto;
    text-align: left;
}
.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: 95%;
    border: 1px solid #ccc;
    padding: 5px;
    min-height: 260px;
    max-height: 260px;
}
.wk-outermost{
    box-sizing:border-box;
    background: white none repeat scroll 0 0;
    position: relative;
    text-align: center;
}
.wk-size-chart {
    box-sizing:border-box;
    background: white none repeat scroll 0 0;
    max-height: 400px;
    overflow-x: auto;
    overflow-y: auto;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 100%;
}.wk-button{
    display: inline-block;
}
#name{
    font-weight: 700;

}
.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-image-container {
        width: 40%;
        min-width: 150px;
        padding-right: 10px;
        margin: auto;
        float: none;
    }
    .wk-sizechart-container {
        width: 100%;
        position: relative;
        right: 0;
        float: none;
        overflow: auto;
        text-align: left;
        border: none;
    }
}