#tableSkus tr td:first-child{
    width:25%;
}

#tableSkus tr td:nth-child(2){
    width:30%;
}

#tableSkus tr td:nth-child(3){
    width:15%;
}

#tableSkus tr td:nth-child(4){
    width:15%;
}

#tableSkus tr td:last-child{
    width:15%;
}

#tableSkus tr td:nth-child(3),
#tableSkus tr td:nth-child(4){
    text-align:center;
}

@media(max-width:767px){
    #tableSkus tr td figure{
        width:110px;
        height:110px;
    }

    #tableSkus tr td:nth-child(4){
        display:none;
    }

    #tableSkus tr td:nth-child(2){
        width:45%;
    }
}

@media(max-width:575px){
    #tableProducts tr td:nth-child(3),
    #tableSkus tr td:nth-child(3){
        display:none;
    }

    #tableSkus tr td:nth-child(2){
        width:60%;
    }
}