body {
    margin: 0px;
    font-family: Arial;
}

#top {
    width: 100%;
    height: 48px;
    background-color: green;
}

#top-content {
    width: 80%;
    margin: 0px auto;
}

#top-left {
    width: 70%;
    height: 48px;
    background-color: green;
    float: left;
    line-height: 48px;
    color: white;
}

#top-right {
    width: 30%;
    height: 48px;
    background-color: green;
    float: right;
    line-height: 48px;
    color: white;
    text-align: right;
}

.dangkydangnhap {
    color: white;
}

#header {
    width: 100%;
    height: 200px;
    background-color: white;
}

#banner {
    width: 80%;
    height: 100%;
    margin: 0px auto;
    display: flex;
}

#logo {
    height: 100%;
    flex: 1;
}

#logo img {
    margin-top: 71px;
}

#deliver, #support, #time {
    height: 100%;
    flex: 1;
}

.header-policy-box {
    width: 100%;
    height: 60px;
    margin-top: 70px;
}

.policy-icon {
    width: 22%;
    height: 60px;
    float: left;
}

.policy-icon img {
    margin-top: 15px;
}

.policy-text {
    width: 78%;
    height: 60px;
    float: right;
    line-height: 30px;
}

#cart {
    height: 100%;
    flex: 1;
}

#cart-content {
    width: 180px;
    height: 60px;
    display: block;
    background-color: orange;
    color: #fff;
    margin-top: 70px;
    border-radius: 20px;
    line-height: 60px;
    text-align: center;
    float: right;
    text-decoration: none; 
}

#menu {
    width: 100%;
    height: 48px;
    background-color: green;
}

#menu-content {
    width: 80%;
    height: 48px;
    margin: 0px auto;
}

#menu-content ul {
    list-style: none;
    margin: 0px;
    padding: 0px 15px;
}

#menu-content li {
    float: left;
    line-height: 48px;
    padding: 0px 15px;
}

#menu-content a {
    color: #FFF;
    text-decoration: none;
}

#wrapper {
    width: 100%;
    background-color: white;
}

#container {
    width: 80%;
    min-height: 2200px;
    margin: 0px auto;
}

#background {
    width: 100%;
    height: 400px;
    margin-top: 40px;
}

#list-cate {
    width: 23%;
    height: 90%;
    float: left;
    border: 1px solid #CCC;
    border-radius: 20px;
}

#list-cate h1 {
    padding: 0px;
    background-color: green;
    color: #FFF;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    text-align: center;
    margin: 0px;
}

#list-cate ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

#list-cate li {
    line-height: 40px;
    border-bottom: 1px solid #CCC;
}

#list-cate li.last-item {
    border-bottom: none;
}

#list-cate a {
    display: block;
    padding-left: 15px;
    text-decoration: none;
    color: #000;
}

#slideshow {
    width: 75%;
    height: 100%;
    float: right;
}

#slideshow img {
    width: 100%;
    height: 100%;
}

.ads-picture {
    width: 100%;
    height: 156px;
    margin-top: 40px;
    display: flex;
    gap: 40px;
}

.ads-picture img {
    flex: 1;
}

.cate {
    width: 100%;
    height: 400px;
    margin-top: 40px;
}

.cate-title {
    background-color: green;
    color: #FFF;
    width: 300px;
    margin: 0px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
}

.list-product {
    width: 100%;
    height: 360px;
    display: flex;
    gap: 40px;
    margin-top: 20px;
}

.product {
    border: 1px solid #CCC;
    text-align: center;
    height: 318px;
    border-radius: 20px;
    padding: 20px;
    flex: 1;
}

.product img {
    width: 200px;
}

.p-name {
    color: green;
}

.p-price {
    color: orange;
}

#footer {
    width: 100%;
    height: 500px;
    background-color: green;
    margin: 0px auto;
    margin-top: 20px;
    display: flex;
}

.footer-column {
    width: 20%;
    height: 460px;
    margin-top: 20px;
    flex: 1;
}

.column-left {
    margin-left: 100px;
}

.column-right {
    margin-right: 100px;
}

#footer h3 {
    text-align: center;
    color: white;
}

#footer .text {
    margin-top: 20px;
    height: 200px;
}

#footer p {
    color: white;
    font-size: 18px;
}

#footer ul {
    color: white;
    font-size: 18px;
    line-height: 35px;
}

#footer a {
    text-decoration: none;
    color: white;
}
/* CSS cho phần dki dnhap */

.auth-wrapper {
    width: 100%; 
    background-color: #f2f2f2; 
    padding: 60px 0;
}

.auth-container {
    background-color: white; 
    margin: 0px auto; 
    border: 1px solid #ddd; 
    border-radius: 12px; 
    overflow: hidden;
}

.login-box {
    width: 420px;
}

.signup-box {
    width: 500px;
}

.auth-header {
    background-color: green; 
    text-align: center; 
    font-size: 20px; 
    font-weight: bold; 
    color: white; 
    padding: 20px;
}

.auth-body {
    padding: 20px 32px 32px;
}

.form-group {
    margin-bottom: 16px;
}

.form-label {
    display: block; 
    font-size: 13px; 
    font-weight: bold; 
    color: #333; 
    margin-bottom: 5px;
}

.required {
    color: red; 
    padding-left: 5px;
}

.form-input {
    width: 100%;
    padding: 10px 12px; 
    border-radius: 10px; 
    border: 1px solid #ddd; 
    font-size: 14px;
    box-sizing: border-box; /* Đảm bảo padding không làm tràn chiều rộng */
}

.radio-label {
    font-size: 13px; 
    margin-right: 20px;
}

.checkbox-label {
    font-size: 13px; 
    color: #555; 
    margin-bottom: 5px;
}

.btn-submit {
    width: 100%; 
    padding: 12px; 
    background-color: green;
    border-radius: 10px; 
    border: 1px solid #ddd; 
    font-size: 14px; 
    color: white;
    font-weight: bold; 
    cursor: pointer;
}

.auth-footer-links {
    text-align: center; 
    margin-top: 16px;
    font-size: 13px;
    color: #777;
}

.link-green {
    text-decoration: none; 
    color: green;
}

/* Các thuộc tính riêng của trang Signup */
.form-select {
    width: 100%;
    padding: 10px 12px; 
    border: 1px solid #ddd;
    border-radius: 12px; 
    overflow: hidden;
}

.form-textarea {
    width: 100%; 
    resize: vertical; 
    font-family: Arial; 
    overflow: hidden; 
    padding: 10px 12px; 
    border-radius: 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.form-row-group {
    margin-bottom: 16px; 
    padding: 10px 0;
}

.form-col-50 {
    width: 48%;
}

.form-col-50:nth-child(1) {
    float: left;
}

.form-col-50:nth-child(2) {
    float: right;
}

.clear-float {
    clear: both;
}

.padding-10 {
    padding: 10px;
}

#footer-short {
    width: 100%; 
    height: 300px; 
    background-color: green;
}