@charset "UTF-8";

@media screen and (max-width:450px){
    /* coded for 370px */

    .title h1{
        font-size: 20px;
    }

    .menu{
        width: 300px;
        display: block;
    }

    .menu-left{
        margin-left: 0px;
        display: flex;
        justify-content: space-around;
        margin-bottom: 20px;
    }

    .menu-left a{
        margin-right: 0px;
    }

    .menu-right{
        margin-right: 0px;
        display: flex;
        justify-content: space-around;
    }

    .menu-right a{
        margin-left: 0px;
    }

    .container{
        width: 300px;
        display: block;
        padding-top: 20px;
    }

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

    .item-img img{
        width: 250px;
        margin-left: 0px;
    }

    .item-text{
        width: 300px;
        margin-right: 0px;
    }

    .item-name{
        margin-top: 20px;
        text-align: center;
    }

    .item-explanation{
        display: flex;
        justify-content: center;
    }

    .item-explanation p{
        font-size: 10px;
    }

    .item-color p{
        font-size: 10px;
    }

    .item-color input{
        top: -4px;
    }

    .item-size p{
        font-size: 10px;
    }

    .item-size input{
        top: -4px;
    }

    .item-quantity p{
        font-size: 10px;
    }

    #quantity{
        width: 35px;
        height: 25px;
        font-size: 10px;
    }

    .item-table{
        margin-left: 7px;
    }

}