/* Made by Sooi Van Bostraeten - SooITech Business Solutions | Copyrights (c) 2026 by Nuga Best Medical Group - All rights reserved. */
/* CSS media queries */
/* Max 900 px (tablets) */
@media only screen and (max-width:900px){
    body{
        max-width:900px;
    }
    main{
        background-color:#97D0AC;
    }
    nav ul li a{
        font-size:1.2rem;
    }
    #logo{
        margin-top:35%;
        padding-top:10%;
        background-size:50% 50%;
    }
    #products{
        width:100%;
        padding-left:5%;
        float:left;
    }
    #products ul li img{
        width:18%;
        margin-top:3%;
        margin-left:7%;
        margin: bottom 5%;
        float:left;
    }
    #product-details{
        margin-left:auto;
        margin-right:auto;
        float:none;
    }
}
@media only screen and (max-width:600px){
    body{
        max-width:600px;
    }
    main{
        background-color:#D4808B;
    }
    table th{
        font-size:0.8rem;
    }
    table td{
        font-size:0.8rem;
    }
}
@media only screen and (max-width:480px){
    body{
        max-width:480px;
    }
    main{
        background-color:#FF4E00;
    }
    nav ul li{
        float:none;
        width:100%;
    }
}