.size-guide__tabs-container .divider.divider--horizontal,
.size-guide__tabs-containers .divider.divider--horizontal {
display: none;
}
.overlaySzg-accessories {
    width: 762px;
    letter-spacing: 0.4px;
    margin: 0 auto;
    background-color: white;
}

.overlaySzg-accessories #headerSzg {
    width: 100%;
    font-family: "Lusitana";
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    color: rgb(55, 55, 55);
    position: relative;
    top: 27px;
    margin: 0;
}

.overlaySzg-accessories #headerSzg+p {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    position: relative;
    top: 31px;
    color: #737373;
}

.overlaySzg-accessories .tabSection {
    width: 740px;
    margin: 0 auto;
    position: relative;
    margin-top: 15px;
    margin-bottom: 14px;
}

.overlaySzg-accessories .tabBody>div {
    width: 100%;
    height: 100%;
}

.overlaySzg-accessories table {
    width: 712px;
    margin: 0 auto;
    border-collapse: collapse;
    color: #5E5E5E;
}

.overlaySzg-accessories .forTable {
    margin: 0 auto;
    position: relative;
    margin-top: 60px;
    margin-bottom: 27px;
}

.overlaySzg-accessories table th {
    font-size: 10px;
    height: 45px;
    background-color: #d9d9d9;
}

.overlaySzg-accessories table th tr {
    width: 200px;
}

.overlaySzg-accessories table tr td {
    height: 39px;
    text-align: center;
    font-weight: 400;
    font-size: 12px;
}

.overlaySzg-accessories table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.overlaySzg-accessories table tr:nth-child(even) {
    background-color: white;
}

.overlaySzg-accessories .extraRowForLengths {
    background-color: #d9d9d9 !important;
    border-top: 1px solid;
}

.overlaySzg-accessories #sizes {
    background-color: #d9d9d9;
    text-align: center;
}

.overlaySzg-accessories #sizes td {
    font-weight: 600;
    font-size: 10px;
}

.overlaySzg-accessories #sizes td {
    height: 20px;
    border-right: 1px solid rgb(104, 103, 103);
    border-top: 1px solid rgb(104, 103, 103);
}

.overlaySzg-accessories table tr td:not(:last-child), .overlaySzg-accessories table tr th:not(:last-child) {
    border-right: 1px solid rgb(131, 131, 131);
}

.overlaySzg-accessories .tabsSzg>div:not(:first-child) {
    border-left: none;
}

.overlaySzg-accessories table tr th:nth-child(2) {
    padding-top: 7px;
}

.overlaySzg-accessories table tr th:nth-child(2) {
    line-height: 17px;
}

.overlaySzg-accessories .inchOrCm {
    width: 77px;
    height: 20px;
    font-size: 13px;
    color: rgb(114, 112, 112);
    position: relative;
    top: 40px;
    left: 18px;
    font-weight: 600;
    cursor: pointer;
}

.overlaySzg-accessories .inchOrCm>p {
    text-align: center;
    float: left;
    margin: 0;
    width: 49%;
    text-decoration: underline;
    font-weight: 400;
}

.overlaySzg-accessories .inchOrCm>p:first-child {
    border-right: 1px solid;
}

.overlaySzg-accessories .activeSize {
    text-decoration: none !important;
    font-weight: 600 !important;
}

.overlaySzg-accessories .tabsSzg p {
    margin: 0;
}

@media only screen and (max-width:600px) {
    .overlaySzg-accessories {
    width: 100%;
    }
    .overlaySzg-accessories #headerSzg {
    font-size: 20px;
    }
    .overlaySzg-accessories .tabSection {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    }
    .overlaySzg-accessories .forTable {
    width: 99%;
    overflow: scroll;
    }
    .overlaySzg-accessories .forTable::-webkit-scrollbar {
    display: none;
    }
    .overlaySzg-accessories .forTable {
    -ms-overflow-style: none;
    scrollbar-width: none;
    }
}