.age-guide .wrapper {
    position: relative;
}

.table_row-X .row-X-name .row-X-line {
    height: 1350px;
}

@media screen and (max-width: 590px) {
    .table_row-X .row-X-name .row-X-line {
        height: 810px;
    }
}

.age-guide .table_row-range {
    background-color: #cccccc;
}

.animate.animate-row {
    animation-duration: 1s;
    animation-fill-mode: forwards;
}


/* --- age guide --- */

.age-guide {
    padding: 100px 0;
}

.age-guide .wrapper {
    position: relative;
}

.age-guide .age-guide-title {
    margin-bottom: 60px;
    background: #fff;
}

.age-guide h4,
.age-guide .h4 {
    font-family: "dk_pisangregular";
    font-size: 80px;
    letter-spacing: -0.8px;
    position: relative;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
    -webkit-transition: top 0.3s ease-out;
    -moz-transition: top 0.3s ease-out;
    -ms-transition: top 0.3s ease-out;
    -o-transition: top 0.3s ease-out;
    transition: top 0.3s ease-out;
}

.age-guide h4.fixed,
.age-guide .fixed.h4 {
    position: fixed;
    width: 100%;
    z-index: 8;
    background-color: #fff;
}

.age-guide h4.absolute,
.age-guide .absolute.h4 {
    position: absolute;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    margin-bottom: 29px;
}

.age-guide h4 svg,
.age-guide .h4 svg {
    width: 70px;
    height: 70px;
    transition: transform 0.3s;
}

.age-guide h4 svg path.green,
.age-guide .h4 svg path.green {
    fill: #a6e45f;
}

.age-guide h4 svg.svg-rotate,
.age-guide .h4 svg.svg-rotate {
    transform: scaleX(-1);
}

.age-guide .tab_nav_item {
    font: inherit;
    transition: color 0.3s;
}

.age-guide .tab_nav_item:hover,
.age-guide .tab_nav_item.active {
    color: #a6e45f;
}

.age-guide .table_row-X .left-column {
    width: 15%;
}

.age-guide .table_row-X .row-X-name {
    width: 7%;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    position: relative;
}

.age-guide .table_row-X .row-X-name .row-X-line {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    width: 1px;
    background-color: #dfdfdf;
    -webkit-transition: height 0.01s ease;
    -moz-transition: height 0.01s ease;
    -ms-transition: height 0.01s ease;
    -o-transition: height 0.01s ease;
    transition: height 0.01s ease;
}

@media screen and (max-width: 768px) {
    .age-guide .table_row-X .row-X-name {
        font-size: 18px;
    }
    .age-guide .ada-line {
        display: none;
    }
}

.age-guide .tab_item_scale {
    display: none;
}

.age-guide .tab_item_scale.active {
    display: flex;
}

.age-guide .tab_item_scale_size .row-X-name {
    width: 8.5%;
}

.age-guide .tab_item_table {
    display: none;
}

.age-guide .tab_item_table.active {
    display: block;
}

.age-guide .table_row-X--fixed {
    position: relative;
    top: 0;
}

.age-guide .table_row-X--fixed.fixed {
    position: fixed;
    z-index: 8;
    border-bottom: 1px solid transparent;
}

.age-guide .table_row-X--fixed.absolute {
    position: absolute;
    z-index: 2;
    padding: 0 15px;
}

@media screen and (min-width: 591px) {
    .age-guide .table_row-X--fixed.absolute {
        padding: 0 30px;
    }
}

.age-guide .table_row-X--fixed.fixed,
.age-guide .table_row-X--fixed.absolute {
    width: 100%;
    max-width: 1240px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    padding: 0 30px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.age-guide .table_row:after {
    content: "";
    display: table;
    clear: both;
}

.age-guide .table_row-label {
    width: 15%;
    float: left;
    font-size: 18px;
    font-family: "Knockout", Knockout;
    letter-spacing: 1px;
    white-space: nowrap;
    text-transform: uppercase;
    line-height: 50px;
    position: relative;
}

.age-guide .table_row-label.active a {
    color: #a6e45f;
}

@media screen and (max-width: 768px) {
    .age-guide .table_row-label {
        font-size: 18px;
        letter-spacing: 0.5px;
    }
}

.age-guide .table_row-graph {
    float: left;
    height: 50px;
    position: relative;
}

.age-guide .table_row-range {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 10px;
    width: 100%;
}

.age-guide .table_row-range.active {
    background-color: #a6e45f;
}

.age-guide .measurements_num {
    font-size: 0;
}

@media screen and (max-width: 768px) {
    .age-guide h4 svg,
    .age-guide .h4 svg {
        width: 60px;
        height: 60px;
    }
}

@media screen and (max-width: 590px) {
    .age-guide {
        padding: 30px 0;
    }
    .age-guide .wrapper {
        padding: 0;
        padding-left: 4%;
    }
    .age-guide .age-guide-title {
        margin-bottom: 20px;
    }
    .age-guide h4,
    .age-guide .h4 {
        font-size: 38px;
    }
    .age-guide h4.absolute,
    .age-guide .absolute.h4 {
        margin: 0;
    }
    .age-guide h4.fixed,
    .age-guide .fixed.h4,
    .age-guide h4.absolute,
    .age-guide .absolute.h4 {
        padding-left: 4%;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    .age-guide h4 button,
    .age-guide .h4 button {
        padding: 0;
    }
    .age-guide h4 svg,
    .age-guide .h4 svg {
        width: 26px;
        height: 28px;
    }
    .age-guide .table_row {
/*         height: 34px; */
    }
    .age-guide .table_row-X .row-X-name {
        font-size: 0;
    }
	 .age-guide .table_row-X .row-X-name:nth-of-type(even) {
        font-size: .8rem;
    }
    .age-guide .table_row-X .row-X-name .row-X-line {
        top: 0;
    }
    .age-guide .table_row-X--fixed.fixed,
    .age-guide .table_row-X--fixed.absolute {
        z-index: auto;
    }
    .age-guide .table_row-label {
        font-size: 14px;
        line-height: 34px;
        letter-spacing: normal;
        background-color: #f0f0f0;
        height: 98%;
    }
    .age-guide .table_row-label a {
        display: block;
        padding-left: 10px;
    }
    .age-guide .table_row-label.active {
        background-color: #a6e45f;
    }
    .age-guide .table_row-label.active a {
        color: #000;
    }
    .age-guide .table_row-graph {
        height: 100%;
    }
    .age-guide .table_row-range {
        height: 98%;
    }
    .age-guide .table_row-range.active {
        background-color: #000;
    }
    .age-guide .measurements_num {
        font-size: 14px;
        font-family: "Knockout", Knockout;
        color: #ffffff;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .age-guide .tab_item_table_size .measurements_num {
        font-size: 11px;
    }
}

@media screen and (max-width: 360px) {
    .age-guide h4,
    .age-guide .h4 {
        font-size: 34px;
    }
    .age-guide h4 svg,
    .age-guide .h4 svg {
        width: 22px;
        height: 28px;
    }
}

.characteristics-table {
    background-color: #f0f0f0;
}

.characteristics-table-flex {
    padding: 60px 30px;
}

.characteristics-table-flex p strong {
    font-family: "GOTHAM-BOOK", Knockout;
}

@media screen and (max-width: 768px) {
    .characteristics-table-flex {
        padding: 50px 0;
    }
}


.table_row{
    border-bottom: 1px solid #dfdfdf;
}

.table_row-label{
    display: flex;
    font-size: .8rem !important; 
 
}

.label-cat-size{
    display: flex;
    align-items: center;
}
.label-child-cate{
    padding-left: 5px;
}

.label-cat-size span{
    display: block;
    color: #fff;
    background: #000;
    padding: 10px;
    line-height: 1rem;
    border-radius: 20px;
}
 

.table_row-label .label-child-cate p{
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px;
    font-size: .8rem !important; 
    line-height: 1rem !important;
}