@media screen and (min-width: 1920px){

    .c-social {
        position: fixed;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 7.3rem !important;
        z-index: 800;
        margin-bottom: 15vh;
        width: 40px;
    }

    .c-header-product_info {
        position: absolute;
        top: 42vh;
        left: 6.9rem;
    }
    .c-header-product_count{
        top: 37px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px){

    .c-social {
        position: fixed;
        bottom: -31px;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 7.3rem !important;
        margin-bottom: 15vh;
        z-index: 800;
        margin-bottom: 12vh;
        width: 40px;
    }

    .c-header-product_info {
        position: absolute;
        top: 41vh;
        left: 6.9rem;
    }
    .c-header-product_count{
        top: 37px;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1599px){

    .c-social {
        position: fixed;
        bottom: -31px;
        margin: 0;
        padding: 0;
        list-style: none;
        margin-left: 7.9rem !important;
        margin-bottom: 16vh;
        width: 40px;
    }

    .c-header-product_info {
        position: absolute;
        top: 43vh;
        left: 7.5rem;
    }
    .c-header-product_count{
        top: 37px;
    }
}


@media screen and (min-width: 1000px) and (max-width: 1439px){
    .c-social {
        position: fixed;
        bottom: -31px;
        margin: 0;
        padding: 0;
        list-style: none;
        z-index: 800;
        /*margin-left: 108px;*/
        margin-left: 7.6rem !important;
        margin-bottom: 20vh !important;
        width: 40px;
    }

    .c-header-product_info {
        position: absolute;
        top: 33vh;
        left: 7.5rem;
    }
    .c-header-product_count{
        top: 37px;
    }
}

@media (min-width: 600px) and (max-width: 999px)
{
#header-image {
        max-width: unset;
    /* max-width: 500px; */
    height: 382px;
}

#the-header-image {
    display: block;
    margin-left: -4rem;
    margin-right: 4rem;
    width: 59%;
    height: auto;
    margin-top: -3rem;
}
}