* {
    box-sizing: border-box;
}

.baoquanhsp {
    width: 100%;
    height: 800px;
    font-size: 0;
}

.anhsp {
    width: 40%;
    height: 500px;
    display: inline-block;
    /* Sắp xếp các phần tử theo chiều ngang */
    vertical-align: top;
    /* Canh phần tử theo chiều dọc */
}

.anhsp img {
    width: 100%;
    height: 500px;
}

.baoquanhtt {
    width: 60%;
    height: 500px;
    display: inline-block;
    /* Sắp xếp các phần tử theo chiều ngang */
    vertical-align: top;
    /* Canh phần tử theo chiều dọc */
    padding: 5%;
}

.ten {
    width: 60%;
    height: 40px;
    font-size: 25px;
}

.gia {
    width: 60%;
    height: 40px;
    font-size: 25px;
    margin-top: 5%;
    color: red;
    font-weight: bold;
}

.soluong {
    width: 60%;
    height: 40px;
    margin-top: 5%;
}

.soluong input {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid black;
    font-size: 20px;
    text-align: center;
}

.them {
    width: 230px;
    height: 80px;
    font-size: 25px;
    margin-top: 5%;
    background-color: #3498db;
    border-radius: 15px;
    box-shadow: 5px 5px 0px gray;
    padding: 25px 45px;
    color: white;
    border: none;
}

.muangay {
    width: 200px;
    height: 80px;
    font-size: 25px;
    margin-top: 5%;
    background-color: #3498db;
    border-radius: 15px;
    box-shadow: 5px 5px 0px gray;
    padding: 25px 45px;
}

.muangay a {
    color: white;
    text-decoration: none;
}