.table-wear-sizes {
    position: fixed;
    top: 10%;
    left: 25%;
    background: white;
    z-index: 999;
    padding: 20px;
    border: 1px solid #01b1af;
}
.table-wear-sizes .close {
    display: block;
    width: 33px;
    height: 33px;
    transform: rotate(45deg);
    font-size: 55px;
    top: 0;
    right: 0;
    position: absolute;
    color: #00adab;
    cursor: pointer;
}

.display-table-wear {
    display: inline-block;
    margin: 5px 0 0;
    font-size: 13px;
}

.table-title {
    color: black;
    font-size: 18px;
    text-align: center;
    padding: 10px 20px;
    color: #01b1af;
    font-weight: 600;

}
.size-table {
    color: black;
    margin: 10px 0;
    line-height: 30px;
}

.table-wear-sizes td,
.table-wear-sizes th {
    border: 1px solid;
    padding: 5px;
    text-align: center;
}

.table-wear-sizes td:first-child,
.table-wear-sizes th:first-child {
    text-align: left;
    font-weight: 600;
    border-color: black;
}