header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:white;
    padding: 20px;
}

header .logo img {
    width: 120px;
    height: auto;
}
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color:white;
    color: #333;
    height: 100vh;
}
.button3 {
    text-decoration: none; /* Loại bỏ dấu gạch chân */
    color: black;
    padding: 10px 20px;
    border: 1px solid white;
    background-color: white;
    border-radius: 5px;
    
}
.button3:hover {
    background-color: rgb(233, 230, 230);
    color: black;
}
.container1 {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid rgb(40, 40, 174);
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
    margin-top: -100px;
    height: 400px;
    margin-top: 100px;
}

h1 {
    color: #333;
}

ul {
    list-style-type: disc;
    margin-left: 20px;
}

a {
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: none;
    color: #007cc4;
}
.color-options {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -250px;
}

.color-buttons button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ccc;
    margin: 5px;
    cursor: pointer;
    font-size: 0; /* Hides the text inside the button */
    border-radius: 50%;
}

.color-buttons #colorBlack {
    background-color: #353839;
}

.color-buttons #colorBlue {
    background-color: #154785;
}

.color-buttons #colorGray {
    background-color:#5C5D5B;
}
.color-buttons #colorPlatinumGrey {
    background-color:#E5E4E2;
}
.color-buttons #colorSilverDawn {
    background-color:#a6abb1;
}
.color-buttons #colorBrightDusk {
    background-color:#4E5A6D;
}
.color-buttons #colorCrystalWhite {
    background-color:#E5E8E8;
}
.color-buttons #colorHp {
    background-color:#D2B48C;
}
.color-buttons #colorBrown {
    background-color:#8B4513;
}
.description {
    margin-left: -390px;
    margin-top: 135px;
    margin-bottom: 40px;
}

.description h5 {
    margin-top: 0;
}

.description p {
    margin-top: 30px;
    color: grey;
}
.color-buttons button:hover {
    border: 2px solid rgba(28, 143, 237, 0.94);
    outline: none; /* Để loại bỏ viền mặc định của nút */
}
.color-buttons button.selected {
    border: 2px solid #007cc4;
}
.color-buttons1 button {
    border: 5px solid #ccc;
    padding: 5px; /* Điều chỉnh padding để nút lớn hơn */
    margin: 10px; /* Điều chỉnh margin để nút cách nhau xa hơn */
    cursor: pointer;
    background-color: #f9f9f9;
    width: 70px; /* Điều chỉnh chiều rộng của nút */
    height: 70px; /* Điều chỉnh chiều cao của nút */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.color-buttons1 button img {
    max-width: 100%; /* Đảm bảo hình ảnh không vượt quá kích thước nút */
    max-height: auto; /* Đảm bảo hình ảnh không vượt quá kích thước nút */
    object-fit: cover;
}

.color-buttons1 button:hover {
    border: 2px solid #007cc4;
}

.color-buttons1 button.selected {
    border: 2px solid #007cc4;
}
.color-buttons1{
    display: flex;
    justify-content: center;
}
#rim3 img {
    width: 100%; /* Kích thước hình ảnh sẽ chiếm toàn bộ kích thước của nút */
    height: 100%; /* Kích thước hình ảnh sẽ chiếm toàn bộ kích thước của nút */
    object-fit: cover; /* Đảm bảo hình ảnh bao phủ hết không gian được cấp phát */
    object-position: center;
    border-radius: 50%;
}
.tuychon {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: -270px;
}
.tuychon div {
    margin-top: 150px;
}
.tuychon div:nth-child(4) {
    order: 1; /* Move the last image below the first one */
    margin-left: 320px; /* Adjust the left margin to align with the second row */
}
.tuychon img {
    width: 300px;
    height: 200px;
}
.explore-link {
    display: block;
    text-align: center;
}
.explore-link:hover {
    color: #007cc4;
    text-decoration: underline;
}
.comment {
    margin-left: 20px;
    color: black;
    text-decoration: none;
}
.comment:hover {
    color: #007cc4;
    text-decoration: underline;
}
.nut{
    border: solid 1px grey;
    border-radius: 3px;
    font-size: 20px;
    margin-left: 25px;
}
.nut:hover{
    border: solid 1px black;
}
.nut2{
    border: solid 1px #007cc4;
    border-radius: 3px;
    font-size: 20px;
    margin-left: 25px;
    color: #007cc4;
    width: 320px;
    height: 50px;
}
.nut3{
    border: solid 1px #007cc4;
    border-radius: 3px;
    font-size: 20px;
    margin-left: 25px;
    color: white;
    background-color: #007cc4;
    width: 320px;
    height: 50px;
    margin-top: 15px;
}
.nut3:hover{
    background-color: #007cc4da;
}
.ket {
    display: flex;
    gap: 10px;
    margin-top: 100px;
    margin-left: 580px;
    font-size: 13px;
}
.ket a {
  text-decoration: none; /* Remove underline */
  color: rgba(0, 0, 0, 0.626); /* Set link color */
  padding: 5px 10px; /* Add padding to links */
  transition: background-color 0.3s; /* Add transition for background color */
  text-align: center;
}
.footer {
    margin-top: 10px;
    text-align: center;
    color: gray;
    font-size: 13px;
    margin-bottom: 200px;
}
.fixed-tab {
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    padding: 10px 20px;
    justify-content: space-between;
    align-items: center;
}

.fixed-tab h4 {
    margin: 0;
    white-space: nowrap; /* Ngăn ngắt dòng tự động */
}

.fixed-tab .buttons {
    display: flex;
    gap: 20px;
}

.fixed-tab .buttons button {
    width: 150px;
}

