.cong-thuc{
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
}
.nguyen-lieu{
    display: flex;
    flex-direction: row;
}
.nguyen-lieu-left{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 60%;
}
.nguyen-lieu-right{
    display: flex;
    width:50%;
    color: #fff;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-end;
    font-size: 0.85rem;
}
.dinh-luong{
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    color: #fff;
}
.dinh-luong span{
    font-size: .75rem;
    line-height: .875rem;
    font-weight: 300;
}
.dinh-luong input{
    width: 80px;
}
.ten-nguyen-lieu{
    font-family: 'Raleway', sans-serif;
    font-size: .875rem;
    line-height: 1rem;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
}
.nguyen-lieu-phu{

}
.tong-ket{
	display:flex;
    justify-content: space-between;
	flex-direction: row;
}
.tong-tien{
	display:flex;
    color: #fff;
	font-family: 'Libre Baskerville',serif;
    font-size: 2rem;
}
.tien-mot-ly{
    color: #fff;
	display:flex;
	font-family: 'Libre Baskerville',serif;
    font-size: 2rem;
	justify-content:flex-end;
}
@media only screen and (max-width:480px){
    .tong-tien,
    .tien-mot-ly{
		font-family: 'Libre Baskerville',serif;
        font-size: 1.2rem;
    }
}