#banner {
    height: 250px;
    width: 100%;
    padding: 20px 30px;
}

#banner img {
    width: 100%;
    height: 200px;
}

#cate-container {
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
}

#cate {
    width: 100%;
    height: 700px;
}

#box-title span a {
    text-decoration: underline;
    color: black;
}

#box-title h1 {
    font-weight: normal;
    float: left;
    padding: 0 70px;
    font-size: 30px;
}

#box-title span {
    float: left;
    padding: 0px 70px;
}

#box-container {
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
}

.boxx {
    width: 500px;
    height: 400px;
    display: flex;
    flex-direction: column;
}

#email {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
}

.required {
    color: red;
}

#email label {
    font-weight: bold;
    padding-bottom: 5px;
}

#email input {
    height: 40px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
}

#quen-mk {
    padding-top: 10px;
}

#quen-mk a {
    text-decoration: none;
    color: #0091DA;
}

#login-button {
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

#login-button button {
    width: 100%;
    height: 100%;
    font-size: 18px;
    color: black;
    background-color: #F3EB59;
    border-radius: 20px;
    border: 1px solid #F3EB59;
    cursor: pointer;
    transition: 0.2s;
}

#login-button button:hover {
    color: #16a216;
}

#cart-link,
.price-container button,
.sub-content span {
    transition: all 0.3s ease !important;
}