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

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

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

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

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

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


@media screen and (min-width: 1000px) and (max-width: 1400px){



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

.c-header-product_info {
    position: absolute;
    top: 34vh;
    left: 7.4rem;
}
.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;
}
}
