*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

h1{
    padding:3% 0% 0% 12%;
    font-size: 30px;
    color:rgba(78, 81, 80, 1);
}
.🍺{
    padding: 20;
    display: flex;
    flex-flow:row-reverse wrap;
    justify-content:space-evenly;
    align-content: center;
}
.greyBox{
    background-color: rgba(242, 242, 242, 1);
    width:385px;
    height: 535px;
    margin-top: 50px;
    padding: 30px;
    border-radius: 12px;
}
.📦1,.📦2{
    display: flex;
    margin-bottom: 30px;
    color:rgba(78, 81, 80, 1);
}
.📦1 img,.📦2 img{
    width: 135px;
    margin-right: 20px;
    border-radius: 13px;
}
.price{
    color:rgba(242, 153, 74, 1);
}
.addMore{
    border: 1px solid rgba(130, 130, 130, 1);
    border-radius: 10px;
    width: fit-content;
    padding: 13px 15px;
    margin-top: 33px;
}
.btn{
    width: 21.2px;
    height: 21.2px;
    border:none;
    border-radius: 5px;
    background-color: rgba(224, 224, 224, 1);
    color:rgba(130, 130, 130, 1);
}
.num{
    text-align: center      ;
    border: none;
    background-color: rgba(242, 242, 242, 1);
}
span{
    text-decoration-line: line-through;
    font-size: 12px;
}
.💵{
    margin-top: 95px;
    color:rgba(51, 51, 51, 1);
}
.💵 div{
    display: flex;
    justify-content: space-between;
}
hr{
    width: 327px;
    margin: 10px 0px;
}
input:focus,select:focus{
    outline: none;
}
.🗂{
    align-items: left;
}
.🗂 p{
    font-size: 12px;
    color:rgba(79, 79, 79, 1);
    padding: 14px 0px 7px 0px;
}
.🗂 h4{
    color:rgba(51, 51, 51, 1);
    margin-top: 50px;
}
.🗂 input{
    border: 1px solid rgb(124, 124, 124);
    border-radius: 12px;
    padding: 18px 52px;
    width: 465px;
}
.🗂 i{
    position:relative;
    right:450px;
    color:rgba(130, 130, 130, 1) ;
}
.diffSection{
    display: flex;
    
}
.diffSection input ,select{
    width: 217px;
    padding-right: 0px;
}
.diffSection i{
    right: 200px;
}
select{
    border: 1px solid rgb(124, 124, 124);
    border-radius: 12px;
    padding: 18px 40px;
    width: 217px;
    color: rgba(130, 130, 130, 1);
}
button{
    background-color: rgba(242, 153, 74, 1);
    color:rgb(255, 255, 255, 1);
    border: none;
    border-radius: 12px;
    padding: 17px 45px;
    margin: 30px;
    cursor: pointer;
}
.cont{
    display: flex;
    justify-content: space-around;
}
.save{
    display: flex;
}
.save input{
    width: 15px;
    margin: 15px 12px 12px 0px;
    border-radius: 1px;
}
.footer, .footer a{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color:#BDBDBD;
    margin-bottom:20px; 
}
@media screen and (max-width:900px) {
    h1{
        padding:3% 20% 5% 15%;
    }
    .greyBox{
        width: 350px;
        margin-top: 0px;
    }
    hr{
        width: 288px;
    }
    .🗂 input {
        width: 350px;
    }
    .🗂 i{
        right: 330px;
    }
    .diffSection input,select{
        width: 160px;
        padding: 18px 0px 18px 38px;
    }
    .diffSection i{
        right: 150px;
    }
    .save input{
        width: 15px;
    }
    button{
        margin: 10px;
    }
}