/** from 576px */
/** from 768px */
/** from 992px */
/** from 1200px */
.main_content .product_front {
    justify-content: start;
}

.main_content .product_front img {
    width: 60%;
}

.main_content .product_down {
    justify-content: start;
}

.main_content .product_down img {
    margin-left: 15%;
    width: 60%;
}

.main_content .product_side {
    justify-content: end;
}

.main_content .product_side img {
    margin-right: 5%;
    width: 60%;
}

.main_content .using_sunvisor {
    position: relative;
    --margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .main_content .using_sunvisor {
        --margin-top: 2rem;
    }
}

.main_content .using_sunvisor .sunvisor_text1 {
    margin-top: var(--margin-top);
}

.main_content .using_sunvisor .sunvisor_text2 {
    position: absolute;
    display: inline-block;
    top: calc(50% + var(--margin-top));
    left: 0;
}

.main_content .toggle_flip_back_chin_bar {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}

@media (min-width: 768px) {
    .main_content .toggle_flip_back_chin_bar {
        flex-direction: row;
    }
}

.main_content .toggle_flip_back_chin_bar.close img {
    margin-top: -3.2rem;
}

.main_content .face_shield_replacement {
    display: flex;
    flex-direction: column;
    margin-bottom: 22px;
}


.main_content .face_shield_replacement .img_container {
    padding-left: 1rem;
    padding-right: 1rem;
}

.main_content .text_float.not_removable {
    left: 52%;
    top: -4%;
}

@media (min-width: 576px) {
    .main_content .text_float.not_removable {
        top: 0;
        left: 58%;
        right: auto;
    }
}

.features_image_icon {
    width: 10%;
}

.features_image {
    width: 100%;
}

.features_image .img_container.second {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: -3rem;
}

.features_image .img_container.second img {
    max-width: 36%;
}


@media (min-width: 768px) {
    .features_image .img_container.second {
        margin-top: -15rem;
    }

    .chinbar_image {
        width: 44%;
    }

    .chinbar_content_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .peakvisor_image.col1_1 img {
        margin-top: 20px;
        width: 300px;
        margin-left: 220px;
    }

    .peakvisor_image.col1 img {
        margin-top: -200px;
        width: 600px;
        margin-left: -120px;
    }

    .chinbar_text.col1 {
        width: 100%;
        text-align: right;
        margin-left: 150px;
    }

    .chinbar_text.col1.second {
        width: 200%;
        text-align: left;
        margin-left: -8px;
        margin-bottom: 20px;
    }

    .peakvisor_image.col1.second img {
        margin-top: 20px;
        width: 200px;
        margin-left: 50px;
    }
}

@media (max-width: 768px) {
    .icon.label dd {
        background: white;
        border-style: solid;
        font-size: 12px;
        margin-top: -90px;
        margin-bottom: 30px;
    }
}

@media (min-width: 1200px) {
    .features_image {
        max-width: 45%;
    }

    .features_image .img_container.second {
        margin-top: -1rem;
    }

    .features_image .small_note {
        margin-right: 3rem;
        font-size: 1rem;
        padding-left: 20%;
        text-align: left;
        display: grid;
        width: 53%;
        margin-top: -10%;
    }

    .features_image .small_note.eng {
        font-weight: 401;
        width: 45%;
        margin-left: 15%;
    }

    .features_image .small_note.fra {
        width: 66%;
        font-weight: 401
    }

    .features_image .small_note.deu {
        width: 71%;
        font-weight: 401
    }

    .features_image .small_note.esp {
        width: 60%;
        font-weight: 401
    }

    .features_image .small_note.ita {
        width: 71%;
        font-weight: 401
    }

    .features_image .small_note.por {
        width: 55%;
        font-weight: 401;
        margin-left: 15%
    }

    .div .warning.center {
        padding-left: 10%;
        padding-right: 10%;
    }

    .div .warning.center div{
            width: 20%;
    }


    .chinbar_content_wrapper.col2 div {
        width: 50%;
        line-height: 75px;
        font-size: 30px;
    }

    .chinbar_content_wrapper.col2 div.liner {
        width: 80%;
        padding-left: 4%;
    }

    .col2_center {
        margin-top: -25%
    }

    .col3_center {
        margin-top: -25%
    }

    .chinbar_content_wrapper.col3 div {
        width: 100px;
        margin-right: 100px;
    }


    .chinbar_image img {
        width: 400px;
        text-align: center;
    }

    .col2 .chinbar_image img {
        width: 300px;
        text-align: center;
    }

    .col2 .chinbar_image img.liner {
        width: 150%;
        text-align: center;
    }

    .col2 .chinbar_image.max-sise img {
        width: 200%;
    }

    .chinbar_image.second img {
        width: 600px;
        height: 400px;
    }

    .chinbar_text dd {
        text-align: center;
        font-size: 25px;
        margin-bottom: 20px;
    }

    .chinbar_text dd.eng{
        text-align: right;
        padding-right: 3%;
    }
    .chinbar_text dd.fra{
        text-align: left
    }
    .chinbar_text dd.deu{
        text-align: right;
        padding-right: 3%;
    }
    .chinbar_text dd.ita{
        text-align: right;    margin-right: 5%;
    }
    .chinbar_text dd.por{
        text-align: right;
        padding-right: 3%;
    }
    .chinbar_text.right dd {
        text-align: left;
        margin-bottom: 20px;
        width: 100%;
    }

    .chinbar_text.right.label dd {
        margin-top: 320px;
        margin-left: 180px;
    }

    .chinbar_text.right.col3 dd {
        text-align: left;
        margin-bottom: 20px;
        width: 140%;
    }

    .chinbar_image.col3 img {
        width: 200px;
        height: 170px;
        margin-top: -10px;
    }

    .label_warning_image {
        margin-top: -130px;
        width: 70%;
    }

    .icon.label dd {
        background: white;
        border-style: solid;
        width: auto;
        font-size: 20px;
    }
}

table {
    width: 1126px;
    border-collapse: collapse;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    font-weight: normal;
    font-family: 'Helvetica Neue', sans-serif;
    border: 1px solid #D9D9D9;


}

th, td {
    border: 1px solid #D9D9D9;
    padding: 8px;
    text-align: center;
    width: 296px;
    height: 40px;
    font-size: 16px;
}

th {
    color: white;
    background-color: #3D3D3D;
    border: 1px solid #D9D9D9;
}

td {
    font-size: 14px;
}

td:first-child {
    background-color: #D3D3D3;
}

td:nth-child(2),
td:nth-child(3) {
    background-color: #EFEFEF;
}

@media only screen and (min-width: 320px) {
    table {
        width: 100%;
    }

    th, td {
        width: auto;
        box-sizing: border-box;
    }
}
