.size-guide__tabs-container .divider.divider--horizontal,
.size-guide__tabs-containers .divider.divider--horizontal {
    display: none;
}

.overlaySzg {
    display: flex;
    flex-direction: column;
    background-color: white;
    gap: 16px;
    align-items: center;
    margin-top: 10px;
    padding: 24px;
}

.overlaySzg #headerSzg {
    width: 100%;
    line-height: 1;
    color: #373737;
    margin: 0;
    left: 18px;
    font-family: 'Futura', 'Arial';
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;

}

.overlaySzg #headerSzg+p {
    width: 100%;
    margin: 0;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 31px;
    color: #737373;
}

.overlaySzg .intro {
    width: 100%;
    line-height: 1;
    color: #373737;
    font-family: Futura PT;
    font-weight: 450;
    font-size: 16px;
    letter-spacing: 0px;
    text-align: center;
}

.overlaySzg .intro p {
    margin: 0;
}

.overlaySzg .intro span {
    font-weight: 600;
}

.overlaySzg .tabSection {
    margin-bottom: 10px;
}

.overlaySzg .tabsSzg {
    width: 100%;
    height: auto;
    gap: 16px;
    position: relative;
    left: 0;
    transition: left 1s ease-in-out;
}

.overlaySzg .tabOption {
    padding: 20px 10px;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 0px #0000001A;
    gap: 10px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 33%;
}

.overlaySzg #tab2:after {
    content: "MOST POPULAR";
    width: 101px;
    height: 24px;
    line-height: 11px;
    font-size: 9px;
    line-height: 1;
    top: 4px;
    background-color: #c4d4c6;
    position: absolute;
    padding-left: 19px;
    padding-right: 10px;
    right: -25px;
    transform: rotate(49deg);
}

.overlaySzg .tabSection {
    display: flex;
    flex-direction: column;
}

.overlaySzg .tabBody {
    border: 1px solid #5E5E5E;
    border-radius: 4px;
    padding: 0px 20px;
}

.overlaySzg .tabBody>div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    overflow: auto;
}

.overlaySzg .important-links {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}

.overlaySzg table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    color: #5E5E5E;
}

.overlaySzg .forTable {
    position: relative;
    width: 100%;
}

.overlaySzg table th {
    font-size: 12px;
    color: #676767;
    padding: 10px 12px;
    font-weight: 600;
    border: 1px solid #BABABA;
}

.overlaySzg table tr td {
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}

.overlaySzg tr {
    border: 1px solid #BABABA;
}

.overlaySzg table tr td:not(:last-child),
.overlaySzg table tr th:not(:last-child) {
    border-right: 1px solid #BABABA;
}

.overlaySzg .activeSize {
    text-decoration: none !important;
    font-weight: 600 !important;
}

.overlaySzg .tabsSzg p {
    margin: 0;
}

.overlaySzg #recommendedLength {
    color: white;
    background-color: #116A60;
    text-align: center;
}

.overlaySzg .notRecommended {
    text-align: center;
    width: 50%;
    float: left;
    margin: 0;
}

.overlaySzg .singleLength {
    margin-left: 15px !important;
}


.overlaySzg .tabsSzg div p {
    font-size: 16px !important;
    font-weight: 600;
    color: #373737;
}

.overlaySzg .tabsSzg div span {
    font-size: 12px !important;
    font-weight: 400;
    color: #373737;
    text-align: center;
}

:root {
    --switches-bg-color: #373737;
    --switches-label-color: white;
    --switch-bg-color: white;
    --switch-text-color: #373737;
}

.switches-container {
    width: fit-content;
    position: relative;
    display: flex;
    padding: 0;
    background: var(--switches-bg-color);
    border-radius: 5px;
    font-size: 14px;
    border: 1px solid #373737;
}

/* input (radio) for toggling. hidden - use labels for clicking on */
.switches-container input {
    visibility: hidden;
    position: absolute;
    top: 0;
}

/* labels for the input (radio) boxes - something to click on */
.switches-container label {
    width: 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    cursor: pointer;
    color: var(--switches-label-color);
    padding: 4px 12px;
}

/* switch highlighters wrapper (sliding left / right) 
- need wrapper to enable the even margins around the highlight box
*/
.switch-wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    z-index: 3;
    transition: transform .5s cubic-bezier(.77, 0, .175, 1);
}

/* switch box highlighter */
.switch {
    border-radius: 3px;
    background: var(--switch-bg-color);
    height: 100%;
}

/* switch box labels
- default setup
- toggle afterwards based on radio:checked status 
*/
.switch div {
    width: 100%;
    text-align: center;
    opacity: 0;
    display: block;
    color: var(--switch-text-color);
    transition: opacity .2s cubic-bezier(.77, 0, .175, 1) .125s;
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    padding: 4px 0px;
}

.ExpandAndCollapseButton {
    color: #373737;
    font-weight: 600;
    font-size: 12px;
    text-decoration: underline;
}

.overlaySzg .footernote {
    font-weight: 450;
    font-size: 14px;
    color: #000000;
    padding-bottom: 20px;
    align-self: flex-start;
}

@media only screen and (min-width:600px) {
    .activeSzg {
        border: 1px solid #5E5E5E !important;
        margin-bottom: -0.2rem !important;
        border-bottom: none !important;
        background-color: white;
        z-index: 10;
        box-shadow: none !important;
        border-radius: 5px 5px 0px 0px !important;
    }

    .overlaySzg .tabSection {
        max-width: -webkit-fill-available;
    }
}

@media only screen and (max-width:600px) {
    .mobileNoScrollActiveSzg {
        border-radius: 4px;
        box-shadow: 0px 0px 5px 0px #0000001A;
        border: 1px solid #5E5E5E
    }

    .overlaySzg {
        width: 100%;
    }

    .overlaySzg ul {
        line-height: 19px !important;
    }

    .overlaySzg #headerSzg {
        font-size: 20px;
    }

    .overlaySzg .tabSection {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

    .overlaySzg .tabsSzg>div p:nth-child(2) {
        display: none;
    }

    .overlaySzg #breakSzg {
        width: 89%;
    }

    .overlaySzg #tab2::after {
        content: none;
    }

    .overlaySzg hr {
        width: 90%;
    }

    .overlaySzg .forTable {
        width: 99%;
        overflow: scroll;
    }

    .overlaySzg .forTable::-webkit-scrollbar {
        display: none;
    }

    .overlaySzg .forTable {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .overlaySzg .tabsSzg>div p:nth-child(2) {
        display: block;
    }
}