*,
*:before,
*:after {
  box-sizing: border-box;
}
:root {
  --primary-color: #e9f0ea;
  --white: #843F3F;
  --bg: #799881;
  --font: "Poppins", sans-serif;
  --black: #EAEAE54F;
  --text-heading: #eaeae52d;
 --headerbot: #eaeae5;
  --bg-footer: #fff;
  --red: #f00;
  --hover: #80b885;
}
* {
  margin: 0;
  padding: 0;
  font: inherit;
  list-style: none;
  text-decoration: none;
}
img,
picture,
svg,
video {
  display: block;
  max-width: 100%;
}
input,
select,
textarea {
  background-color: transparent;
  outline: none;
}
button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: 0;
}
body {
  min-height: 100vh;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  font-family: var(--font);
  font-size: 16px;
}
.app-fixed {
  display: none;
}
.container {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 15px;
}
/* -----------------header */
.link-mobile {
  display: none;
}
.header {
  background-color: var(--text-heading);
  padding: 15px 0;
}
.header-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bars {
  display: none;
}
.header-bad {
  display: none;
}
.header-logo{
  font-style: italic;
  font-size: 30px;
}
.header-form-mobile {
  display: none;
}
.header-logo-mobile {
  display: none;
}
.header-form {
  margin-right: 0px;
  width: 350px;
  padding-right: 1px;
}
.header-input {
  position: relative;
  width: 100%;
}
.header-input input {
  width: 100%;
  height: 48px;
  border-radius: 10px;
  padding: 6px 48px 6px 12px;
  border: none;
  background-color: var(--black);
}
.header-input-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 16px;
  font-size: 24px;
  line-height: 48px;
}
.header-auth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  color: var(--white);
  font-size: 18px;
}
.header-auth__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.header-auth__item i {
  font-size: 20px;
}
.header-link {
  color: var(--white);
  font-size: 16px;
  transition: 0.2s;
}
.header-link:hover {
  color: var(--hover);
}
.menu-mobile {
  display: none;
}
.header-bottom {
  background-color: var(--headerbot);
  padding: 20px 0;
  position: sticky; 
  top: 0;
  z-index: 9;
  
}
.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  z-index: 5;
}
.slick-prev {
  left: 10px;
  background-color: #2cccff;
  color: var(--white);
  border: none;
  z-index: 2;
  display: none;
}
.slick-next {
  right: 10px;
  background-color: #2cccff;
  color: var(--white);
  border: none;
  z-index: 2;
}
.slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
}
.slick-dots button {
  width: 15px;
  height: 15px;
  border-radius: 100rem;
  font-size: 0;
  background-color: #d9d9d9;
  border: none;
  outline: none;
  transition: all 0.2s linear;
}
.slick-dots .slick-active button {
  background-color: #353333;
}
.header-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.header-menu-link {
  font-weight: 600;
  color: var(--white);
  transition: all 0.25s;
}
.header-menu-link:hover {
  color: var(--hover);
}

.hero img {
  height: 550px;
  width: 100%;
}
.hero-image {
  position: relative;
}
.hero-btn {
  position: absolute;
  display: inline-block;

  left: 21.5%;
  transform: translateX(-21.5%);
  z-index: 9;
  top: 220px;
}
.hero-btn-3 {
  left: 52%;
  top: 350px;
}
.hero-item {
  width: 100%;
}
.hero-item img {
  object-fit: cover;
  width: 100%;
  height: 700px;
  padding-bottom: 50px;
}
.product {
  padding: 40px 0;
}
.mt-30 {
  margin-top: 30px;
}
.product-pagination {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
}
.product-pagination-item {
  display: flex;
  align-items: center;
}
.product-pagination-list {
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  margin: 0 5px;
}

.detail-content-heading {
  font-size: 24px;
  margin-bottom: 8px;
}
.detail-content-title {
  font-weight: 500;
  margin-bottom: 8px;
}
.detail-menu {
  padding-left: 15px;
}
.detail-menu-item {
  list-style: disc;
  margin: 8px 0;
}

.your-rating {
  display: inline-block;
  font-size: 26px;
}
.your-rating input {
  display: none;
}
.your-rating label {
  float: right;
  cursor: pointer;
}
.your-rating label:before {
  content: "\2605"; /* Dấu sao trống */
}
.your-rating input:checked ~ label:before {
  content: "\2605"; /* Dấu sao đầy */
  color: #f8df00;
}
.div-comment {
  width: 100%;
  height: 42px;
  border: 0.5px solid grey;
  display: flex;
  justify-content: space-between;
  border-radius: 5px;
  margin: 10px auto;
}
.comment {
  border: none;
  outline: none;
  font-size: 16px;
  margin-left: 0px;
  width: 80%;
}

.comment-avatar {
  width: 50px;
  height: 50px;
  border-radius: 90%;
  overflow: hidden;
}

.comment-avatar > img {
  object-fit: cover;
}

.div-comment button {
  height: 30px;
  width: 30px;
  margin-right: 10px;
  margin-top: 6px;
  background-color: white;
  border: none;
  outline: none;
  font-size: 24px;
}
.send {
  color: gainsboro;
  font-size: 40px;
}
.send:hover {
  color: var(--primary-color);
}
.star1 {
  margin-right: 4px;
}
.content-comment {
  margin-bottom: 30px;
}
.comment-card {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 5px;
  background-color: #f6f6f6;
  padding: 14px 20px;
}
.comment-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.comment-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.comment-name {
  font-weight: 500;
}
.detail-content-2 {
  display: none;
}
.detail-content-comment {
  display: none;
}

.comment-date,
.comment-time {
  font-size: 14px;
}
.comment-rating i:nth-child(1) {
  color: #f8df00;
}
.comment-rating i:nth-child(2) {
  color: #f8df00;
}
.review {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 15px;
}
.comment-box {
  width: 100%;
  border-radius: 5px;
  background: #f6f6f6;
  padding: 10px 15px;
  margin-top: 15px;
}
.product-pagination-link {
  width: 100%;
  height: 100%;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product-pagination-link:hover {
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: var(--white);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product-pagination-link.active {
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: var(--text-heading);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.heading-primary {
  color: var(--white);
  font-size: 40px;
  margin-bottom: 35px;
  text-align: center;
  font-weight: 500;
}
.product-list {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-gap: 30px;
}
.product-mobile-btn {
  display: none;
}
.product-list-2 {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 30px;
}
.product-main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.product-left {
  max-width: 605px;
  width: 100%;
}
.product-right {
  width: 100%;
}
.banner-image {
  position: relative;
  width: 100%;
  height: 540px;
  display: flex;
  justify-content: center;
}
.banner img {
  width: 100%;
  height: 250px;
}
.banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-content {
  max-width: 450px;
  /* display: inline-block;

  transform: translateX(-50%); */
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  background: rgba(217, 217, 217, 0.3);
  padding: 24px 20px;
    right: 50%;
}
.banner-content-desc {
  text-align: left;
  color: var(--white);

}
.banner-img {
  width: 100%;
  height: 730px;
  object-fit: cover;
}
.intro {
  padding: 40px 0;
}
.intro-desc {
  line-height: 24px;
  margin-bottom: 20px;
}
.intro-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-item {
  text-align: center;
}

.product-images {
  position: relative;
  overflow: hidden;
  padding: 5px;
  background-color: #f3f3f3;
}

/* Wishlist Icon in Top-Right */
.wishlist-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 18px;
  color: #ff4d4d;
  background: #ffffff;
  border-radius: 50%;
  padding: 6px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 8;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.3s ease;
}

/* Hover effect for nicer UI */
.wishlist-icon:hover {
  transform: scale(1.2);
  background: #ffe6e6;
  color: #e60000;
}
.product-images:hover > .icons {
  bottom: 0;
}
.icons {
  transition: all 0.2s linear;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons a {
  width: 100%;
  padding: 8px 20px;
  background-color: var(--text-heading);
  font-size: 14px;
}
.icons > a.views {
  background-color: var(--white);
  padding: 12px 20px;
  color: var(--primary-color);
}
.icons > a.add {
  background-color: var(--text-heading);
  padding: 12px 20px;
  color: var(--white);
}
.icons > a.views:hover,
.icons > a.add:hover {
  background-color: var(--black);
  color: var(--white);
}
.product-images img {
  width: 100%;
}
.product-title {
  font-size: 15px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 24px;
	text-wrap:auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.product-title:hover {
  color: var(--hover);
  cursor: pointer;
}

.product-box__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}
.product-box {
  max-width: 648px;
  width: 100%;
  background-color: var(--primary-color);
  padding: 20px;
  display: flex;
}
.product-price {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.top-body .product-price {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.product-price-old {
  text-decoration: line-through;
  color: lightgray;
}
.product-btn {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 48px;
}
.button-primary {
  background-color: var(--white);
  border-radius: 5px;
  padding: 15px 30px;
  color: var(--primary-color);
  
}
.tab-item {
  padding: 0 16px;
}
.tab-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-link {
  display: inline-flex;
  color: var(--white);
  font-weight: 500;
  padding: 0 16px;
  cursor: pointer;
}
.tab-link:hover {
  background-color: var(--text-heading);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 5px;
}
.tab-link.active {
  background-color: var(--text-heading);
  color: var(--white);
  padding: 10px 16px;
  border-radius: 5px;
}
.button-primary:hover {
  color: var(--white);
  background-color: var(--black);
}
.deal {
  background-color: var(--text-heading);
  padding: 60px 0px;
}
.deal-heading {
  color: var(--white);
  font-weight: 500;
}
.deal-main {
  display: flex;
  gap: 20px;
  align-items: center;
}
.deal-item {
  width: 100%;
  padding: 20px;
  background-color: var(--white);
}
.deal-item-mobile {
  display: none;
}
.deal-list {
  display: flex;
  gap: 20px;
}
.deal-content {
  width: 100%;
  padding-top: 30px;
}
.deal-item__image {
  max-width: 250px;
  width: 100%;
}
.deal-item__image img {
  width: 100%;
}
.deal-title {
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 8px;
  cursor: pointer;
  transition: 0.2s;
}
.deal-title:hover {
  color: var(--hover);
}
.deal-price {
  color: var(--bg-footer);
  font-weight: 500;
  padding: 8px 0;
}
.deal-bestseller {
  color: var(--red);
  margin-bottom: 20px;
}
.deal-auth {
  display: flex;
  align-items: center;
  gap: 8px;
}
.deal-view {
  border-radius: 5px;
  border: 1px solid #f1eeed;
  padding: 8px 20px;
  background: none;
  color: var(--primary-color);
  font-size: 14px;
  transition: 0.2s linear;
}
.deal-view:hover,
.deal-btn:hover { 
  background-color: var(--primary-color);
  color: var(--white);
}
.deal-btn {
  background-color: var(--white);
  color: var(--primary-color);
  padding: 8px 20px;
  border-radius: 5px;
  font-size: 14px;
  transition: 0.2s linear;
}
.deal-items {
  margin-top: 8px;
  display: flex;
  gap: 14px;
  cursor: pointer;
}
.deal-items img {
  width: 50.5px;
  height: 50.5px;
  object-fit: cover;
}
.button-secondary {
  background-color: var(--white);
}
.button-secondary:hover {
  background-color: var(--black);
  color: var(--white);
}
.service {
  padding: 60px 0;
  background-color: #b5c3b9;
}
.service-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.service-box {
  padding: 40px;
  color: #fff;
  font-size: 14px;
  border-right: 1px #b5c3b9 solid;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.service-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.service-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}
.service-desc {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
}
.service-box.item-1 {
  background-color: #6b8772;
}
.service-box.item-2 {
  background-color: #46694f;
}
.service-box.item-3 {
  background-color: #38543f;
}
.service-box.item-4 {
  background-color: #38543f;
}
.seller {
  padding: 60px 0;
}
.seller-main {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
.seller-product {
  max-width: 610px;
  width: 100%;
}
.seller-product-list {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 40px;
}
.seller-banner {
  width: 100%;
}
.customer-main {
  display: flex;
  justify-content: space-between;
}
.customer-banner {
  max-width: 655px;
  width: 100%;
}
.customer-image {
  width: 100%;
  height: 684px;
}
.customer-content {
  padding: 140px 60px 60px;
  width: 100%;
  background-color: var(--text-heading);
}
.customer-icon i {
  font-size: 60px;
  color: #768d7b;
}
.customer-title {
  font-size: 44px;
  font-weight: 600;
  line-height: 54px;
  color: var(--white);
  max-width: 454px;
  margin: 25px 0;
}
.customer-desc {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: var(--white);
  margin-bottom: 25px;
}
.customer-info {
  color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.customer-member {
  font-weight: 400;
}
.customer-rating i {
  color: #f4b744;
}
.blog {
  padding: 60px 0;
}
.blog-list {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  grid-gap: 30px;
}
.blog-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.blog-image {
  max-width: 254px;
  width: 100%;
}
.blog-image img {
  width: 100%;
  height: auto;
}
.blog-content {
  width: 100%;
}
.blog-title {
  margin-bottom: 12px;
}
.blog-title a {
  color: var(--white);
  font-weight: 500;
  transition: 0.2s;
}
.blog-title a:hover {
  color: var(--hover);
}
.blog-date {
  color: #9fa3a7;
  font-size: 14px;
  margin-bottom: 8px;
}
.blog-desc {
  font-size: 14px;
  color: #212259;
  line-height: 20px;
  margin-bottom: 10px;
}
.blog-button {
  background-color: var(--primary-color);
  padding: 8px 16px;
  border-radius: 5px;
  color: var(--white);
  transition: 0.2s;
}
.blog-button:hover {
  background-color: var(--black);
  color: var(--white);
}
.login {
  padding: 60px 0;
}
.login-box {
  max-width: 610px;
  width: 100%;
  margin: 0 auto;
  box-shadow: 0px 1px 69.16px 6.84px rgba(20, 64, 51, 0.05);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.login-title {
  margin-bottom: 15px;
  font-size: 26px;
  text-align: center;
  color: var(--white);
  font-weight: 500;
}
.forget-center {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}
.forget-mobile {
  display: none;
}
.login-regiter {
  margin-bottom: 10px;
}
.login-form {
  margin-top: 20px;
  width: 100%;
}
.login-form input {
  width: 100%;
  margin: 10px 0;
  padding: 0 20px;
  border-color: #ebebeb;
  box-shadow: none;
  background: #ebebeb;
  margin-bottom: 15px;
  border: none;
  height: 45px;
  border-radius: 5px;
}
.login-form input::placeholder {
  font-size: 14px;
}
.login-button {
  width: 100%;
  margin-bottom: 15px;
  margin-top: 12px;
}
.login__center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.login-btn {
  height: 45px;
  width: 100%;
  background-color: var(--white);
  color: var(--bg-footer);
  border-radius: 5px;
}
.form-app {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.form-app__fb {
  width: 100%;
}
.form-app__google {
  width: 100%;
}
.form-app__fb button {
  background-color: #0a66c2;
  padding: 12px 25px;
  color: var(--bg-footer);
  border-radius: 4px;
  width: 100%;
}
.form-app__google button {
  background-color: #cd201f;
  padding: 12px 25px;
  color: var(--bg-footer);
  border-radius: 4px;
  width: 100%;
}
.form-group-center {
  font-size: 14px;
  text-align: right;
  margin-bottom: 10px;
  color: var(--white);
}
.text {
  font-size: 16px;
}
.regester-link {
  color: var(--white);
}
.detail {
  padding-top: 40px;
}
.detail-main {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.detail-image {
  display: flex;
  flex-direction: column;
  max-width: 676px;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
}
.detail-image__list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.detail-image__item {
  cursor: pointer;
  width: 100px;
  border: 1px solid #ccc;
}
.detail-img {
  width: 400px;
  height: auto;
  object-fit: cover;
  /* height: 100%;
  width: 100%;
  object-fit: cover; */
}
.detail-content {
  width: 100%;
}
.detail-title {
  font-size: 30px;
  margin-bottom: 13px;
}
.detail-code {
  font-size: 14px;
  margin-bottom: 13px;
}
.detail-code span {
  color: var(--red);
}
.detail-auth__color {
  display: flex;
  align-items: center;
  gap: 10px;
}
.detail-color {
  display: flex;
  align-items: center;
  gap: 6px;
}
.detail-colors {
  font-size: 16px;
  font-weight: 500;
}
.detail-color__circle {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 100rem;
  background-color: #2589d0;
  border: 0.5px gainsboro solid;
}
.detail-price {
  color: var(--white);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 13px;
}
.detail-size {
  font-weight: 500;
  margin-top: 13px;
}
.detail-size__list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  cursor: pointer;
}
.detail-size__item {
  border-radius: 5px;
  border: 1px solid #cfd1d3;
  padding: 8px 35px;
  background: #fff;
}
.detail-circle {
  position: relative;
 

  display: none;
  align-items: center;
  justify-content: center;
}
.circle-2 {
  border: none;
}
.item-2 {
  border: 1px solid #2589d0;
  background-color: rgb(244, 241, 241);
}
.detail-size__item.active {
  background: #363636;
  color: var(--white);
}
.detail-auth {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.detail-text {
  font-weight: 500;
}
.detail-input {
  width: 105px;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
}
.detail-input input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  border: 1px solid #cfd1d3;
  background: #fff;
  text-align: center;
  padding: 6px 20px;
}
.detail-input__minus {
  position: absolute;
  left: 10px;
}
.detail-input__plus {
  right: 10px;
  position: absolute;
}
.detail-inventory {
  color: var(--text-heading);
}
.detail-btn {
  margin-top: 10px;
  width: 100%;
}
.detail-button {
  width: 100%;
  height: 48px;
  background-color: var(--primary-color);
  border-radius: 5px;
  color: var(--white);
  transition: 0.2s;
}
.detail-button:hover {
  color: var(--white);
  background-color: var(--black);
}
.detail-button__cart {
  width: 100%;
  height: 48px;
  background-color: var(--white);
  border-radius: 5px;
  color: var(--bg-footer);
  border: 1px solid #46694f;
}
.detail-button__cart:hover {
  background-color: var(--black);
  color: var(--white);
}
.detail-menu {
  margin-bottom: 20px;
}
.detail-menu-comment {
  padding-top: 60px;
}
.detail-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.detail-tab__link {
  border-radius: 5px;
  background: #eff6f1;
  padding: 15px 30px;
  color: var(--white);
  display: inline-flex;
}
.detail-tab__link.active {
  background-color: var(--text-heading);
  color: var(--white);
}
.detail-tab__link:hover {
  background-color: var(--text-heading);
  color: var(--white);
}
.detail-body {
  margin-top: 20px;
}
.detail-body__text {
  line-height: 24px;
  margin-bottom: 20px;
}
.detail-brand__text {
  line-height: 24px;
}
.detail-desc {
  margin-top: 20px;
}
.detail-design {
  margin-top: 12px;
}
.detail-design__item {
  margin-bottom: 4px;
  list-style: disc;
}
/* top */
.top {
  padding: 40px 0;
}
.top-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.top-main {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-flex {
  display: flex;
  gap: 12px;
}
.top-body {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.top-img {
  width: 150px;
  height: 150px;
}
.top-item-title {
  font-size: 20px;
  color: var(--white);
  font-weight: 600;
  padding-left: 15px;
  border-left: 3px solid var(--white);
  margin-bottom: 25px;
}
.top-main-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-item-title-mobile {
  display: none;
}
.top-btn {
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.top-flex:hover .top-btn {
  opacity: 1;
  visibility: visible;
}
.top-button {
  border-radius: 5px;
  color: var(--white);
  background-color: var(--text-heading);
  padding: 10px 18px;
  transition: 0.2s;
}
.top-button:hover {
  background-color: var(--black);
  color: var(--white);
}
/* top end */
/* ----------- list-product */
.list-product {
  padding: 40px 0;
}
.list-product__main {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.list-product__left {
  max-width: 305px;
  width: 100%;
}
.list-product__right {
  width: 100%;
}
.list-product__left-aside {
  background-color: var(--text-heading);
  color: var(--white);
  padding: 12px 16px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 20px;
}
.navbar-aside {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
  padding-left: 15px;
}
.navbar-list {
  display: flex;
  justify-content: space-between;
}
.navbar-link {
  font-size: 14px;
  color: var(--black);
}
.list-product__box {
  padding: 16px;
  border-radius: 5px;
  background: #f8f9f8;
}
.list-product-title {
  font-weight: 600;
  margin-bottom: 16px;
}
.list-product-nav {
  display: flex;
  gap: 16px;
  flex-direction: column;
  margin-bottom: 16px;
}
.list-product-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
}
.list-product-colors {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 10px;
  margin-bottom: 16px;
}
.list-product-colors a {
  width: 16px;
  height: 16px;
  border-radius: 100rem;
  background-color: #8a8f94;
  cursor: pointer;
  border: 0.5px solid gainsboro;
}

.list-product-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--text-heading);
  padding: 12px 16px;
  border-radius: 5px;
  color: var(--white);
}
.banner-custom {
  margin-top: 20px;
}
.banner-custom img {
  width: 100%;
  object-fit: cover;
}
.list-val {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.list-val-menu {
  width: 150px;
  position: absolute;
  right: 0;
  top: 30px;
  background-color: var(--white);
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.list-val-menu.active {
  opacity: 1;
  visibility: visible;
}
.list-val-list {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.2s linear;
}
.list-val-link {
  color: var(--text-heading);
  font-weight: 500;
  padding: 10px 12px;
  display: block;
}
.list-val-list:hover {
  background-color: #ccc;
}
.list-product-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
/* Contact */
.contact {
  padding: 40px 0;
}
.contact-heading {
  background-color: #d9d9d9;
  text-align: center;
  font-size: 32px;
  padding: 30px 0;
}
.contact-main {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.contact-left {
  max-width: 380px;
  width: 100%;
}
.contact-left iframe {
  width: 100%;
  height: 290px;
}
.contact-left h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
}
.contact-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-list i {
  font-size: 24px;
}
.contact-link {
  color: var(--white);
}
.contact-link-title {
  color: var(--white);
  margin-bottom: 4px;
}
.contact-right {
  width: 100%;
}
.comment-contact {
  width: 100%;
  padding: 12px 20px;
}
.contact-btn {
  margin-top: 0px;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-right h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-form-group {
  display: flex;
  gap: 20px;
}
.contact-form-group input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #a8a8a8;
  padding: 14px 20px;
  background: #fff;
}
/* cart */
.cart {
  padding: 60px 0px;
}
.cart-main {
  display: flex;
  gap: 20px;
}
.title-mobile {
  display: none;
}
.cart-body-del i {
  cursor: pointer;
  font-size: 20px;
  color: var(--text-heading);
}
.cart-left {
  max-width: 820px;
  width: 100%;
}
.cart-right {
  width: 490px;
}
.cart-title-heading {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 30px;
}
.cart-box {
  width: 100%;
  border: 1px solid #eee;
  background: #eee;
  padding: 8px 20px;
}
.cart-body {
  border: 1px solid #eee;
}
.cart-body-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-body-info {
  display: flex;
  gap: 8px;
}
.cart-body-image {
  max-width: 150px;
  width: 100%;
}
.cart-body-image img {
  width: 100%;
  object-fit: cover;
}
.cart-box-heading {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cart-box__info {
  font-weight: 500;
}
.cart-box__price {
  font-weight: 500;
}
.cart-box__quantity {
  font-weight: 500;
}
.cart-box__right {
  display: flex;
  align-items: center;
  gap: 50px;
}
.cart-checkout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  margin-top: 20px;
}

input[type="checkbox"] {
  accent-color: var(--primary-color);
}
input[type="radio"] {
  accent-color: var(--primary-color);
  margin-bottom: 12px;
}
.cart-checkout-icon {
  display: flex;
  align-items: center;
  gap: 25px;
}
.cart-table {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
}
.cart-table thead tr th {
  border-color: #e3a51e;
  border-bottom: 0 solid transparent;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  text-align: center;
}
.cart-table thead tr th:last-child {
  padding: 0;
}
.cart-table thead tr th.pro-info {
  width: 420px;
  text-align: left;
}
.cart-table thead {
  background-color: #eee;
}
.cart-table tbody tr td {
  border: 1px solid #ccc;
  padding: 8px 4px;
  vertical-align: middle;
  color: #333333;
  border-width: 0px 0px 2px 0px;
  text-align: center;
}
.cart-table tbody tr td:first-child {
  text-align: unset;
}
.cart-table tbody tr td:nth-child(3) {
  width: 105px;
}
.pro-main {
  display: flex;
  align-items: center;
  gap: 8px;
}
.pro-quantity-mobile {
  display: none;
}
.cart-body-auth {
  display: flex;
  gap: 10px;
  flex-direction: column;
}
.cart-body-title {
  font-size: 16px;
}
.cart-auth {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.cart-auth-del__btn,
.cart-auth-continue__btn {
  padding: 12px 20px;
  color: var(--white);
  background-color: var(--text-heading);
  border-radius: 5px;
  transition: 0.2s;
}
.cart-auth-del__btn:hover,
.cart-auth-continue__btn:hover {
  background-color: var(--black);
}
.pro-image {
  cursor: pointer;
  max-width: 150px;
  width: 100%;
  background-color: #f3f3f3;
  padding: 5px;
}
.pro-image img {
  width: 100%;
  object-fit: cover;
}
.pro-price {
  color: var(--text-heading);
}
.cart-info {
  background-color: #eee;
  padding: 16px 20px;
  text-align: center;
  color: var(--white);
  font-weight: 500;
  font-size: 18px;
}
.cart-content {
  padding: 20px;
  background-color: #f8f8f8;
}
.cart-content-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
.cart-content__price {
  color: var(--white);
  font-weight: 500;
}
.cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
.checkbox-style {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.errform {
  color: red;
  margin: 10px 0;
  font-size: 14px;
}
.checkbox-label {
  cursor: pointer;
}
.checkbox-style input {
  display: none;
}
.checkbox-box {
  width: 15px;
  height: 15px;
  border: 1px solid black;
  border-radius: 3px;
  padding: 0px;
  color: transparent;
  transition: all 0.2s linear;
  background-color: #fff;
}
.checkbox-input:checked + .checkbox-box {
  background-color: #466947;
  border-color: #6a5af9;
  color: white;
}
/* CHECKOUT */
.checkout {
  position: relative;
  padding: 60px 0;
}
.checkout-main {
  gap: 60px;
  display: flex;
  justify-content: space-between;
}
.checkout-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}

.checkout-center-icon i {
  font-size: 30px;
  color: var(--white);
}
.checkout-center-text {
  font-size: 40px;
  color: var(--white);
}
.checkout-left {
  max-width: 720px;
  width: 100%;
}
.checkout-logo {
  display: flex;
  justify-content: center;
  max-width: 810px;
  width: 100%;
  margin-bottom: 40px;
}
.order {
  margin-bottom: 20px;
}
.order-history {
  width: 100%;
  display: none;
  flex-direction: column;
}
.order-pt {
  margin-bottom: 10px;
}
.order-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--white);
}
.order-form {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-info {
  gap: 0;
}
.order-input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: #fff;
  padding: 8px 16px;
}
.order-input::placeholder {
  font-size: 14px;
}
.order-radio {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 5px;
  gap: 28px;
}
.mb-unset {
  margin: 0;
}
.mb-20 {
  margin-bottom: 20px;
}

.order-radio__group {
  display: flex;
  align-items: center;
}
.order-radio__group [type="radio"] {
  width: 20px;
  height: 20px;
  border-radius: 100rem;
  border: 1px solid var(--text-heading);
}
.order-radio__group span {
  color: var(--text-heading);
  display: block;
  position: absolute;
  left: 0;
  background-color: var(--text-heading);
}
.order-radio__group span::after {
  content: "";
  width: 14px;
  height: 14px;
  background-color: var(--text-heading);
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 100rem;
  transition: 300ms ease-in-out 0s;
}

.container-radio {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-item {
  display: flex;
  align-items: center;
}
.radio input[type="radio"] {
  display: none;
}
.radio label {
  padding-left: 25px;
  position: relative;
  margin: 0;
  line-height: 20px;
}
.radio label::before {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  content: "";
  background: #fff;
}
.radio input[type="radio"]:checked ~ label::after {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 3px;
  content: "";
  background: var(--text-heading);
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

/* When the radio button is checked, add a blue background */

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  border: 1px solid var(--text-heading);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--text-heading);
}

.checkout-right-title-heading {
  font-size: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.checkout-right {
  /* position: absolute;
  top: 0;
  bottom: 0;
  right: 0; */
  width: 500px;
  border: 1px solid #ccc;
  padding: 30px;
  background: #f3f3f3;
}
.checkout-right-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.checkout-right-overflow {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
.checkout-right-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.checkout-right-image {
  position: relative;
  border-radius: 5px;
  border: 1px solid #ccc;
  background: #fff;
  margin-top: 15px;
}
.checkout-right-quantity {
  position: absolute;
  top: -1px;
  right: -6px;
}
.number {
  width: 20px;
  height: 20px;
  border-radius: 100rem;
  background-color: var(--text-heading);
  color: var(--white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.checkout-right-image img {
  width: 70px;
  height: 70px;
  object-fit: cover;
}
.checkout-right-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.checkout-right-color,
.checkout-right-size {
  font-weight: 400;
  font-size: 14px;
}
.checkout-right-content {
  font-size: 14px;
}
.checkout-right-title {
  margin-bottom: 8px;
}
.voucher {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.voucher-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voucher-item {
  width: 300px;
}
.voucher-item input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  background: #fff;
}
.voucher-button {
  width: 100%;
  height: 42px;
  background-color: var(--text-heading);
  color: var(--white);
  border-radius: 5px;
  padding: 8px 20px;
  transition: 0.2s;
}
.voucher-button:hover {
  background-color: var(--black);
  color: var(--white);
}
#thongbao_checkout {
  text-align: center;
  padding: 13px 0;
}
.mt-10 {
  margin-top: 10px;
}
.back-flex {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.back-cart {
  width: 100%;
}
.back-cart a {
  height: 42px;
  background-color: var(--white);
  border: 1px solid var(--text-heading);
  color: var(--text-heading);
  border-radius: 5px;
  padding: 8px 20px;
  transition: 0.2s;
  width: 100%;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.back-cart a:hover {
  color: var(--white);
  background-color: var(--black);
}
.button-primary__primary {
  width: 100%;
}
.checkout-total {
  font-size: 18px;
}
.checkout-total.home {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--text-heading);
  font-size: 16px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.form-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-flex span:last-child {
  color: var(--white);
}
.account {
  padding: 60px 0;
}
.account-main {
  display: flex;
  gap: 30px;
  position: relative;
}
.account-left {
  max-width: 230px;
  width: 100%;
}
.account-info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}
.contact-menu.account-menu {
  color: var(--text-heading);
  gap: 0;
}
.contact-list.account-list {
  margin: 8px 0;
}
.contact-link.account-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  height: 100%;
  padding: 8px 16px;
}
.contact-link.account-link:hover {
  background-color: var(--text-heading);
  border-radius: 5px;
  color: var(--white);
}
.contact-link.account-link.active {
  background-color: var(--text-heading);
  border-radius: 5px;
  padding: 8px 16px;
  color: var(--white);
}

.account-name {
  margin-bottom: 8px;
}
.account-edit {
  cursor: pointer;
  color: var(--text-heading);
}
.account-right {
  width: 100%;
  display: flex;
  justify-content: space-between;
  transition: 0.2s linear;
}
.account-box h2 {
  font-size: 32px;
  margin-bottom: 20px;
}
.account-history {
  display: none;
  flex-direction: column;
  width: 100%;
  animation-name: fade;
}

@keyframes fade {
  from {
    margin-left: 100%;
  }
  to {
    margin-left: 0%;
  }
}
.history-order {
  width: 100%;
  border-collapse: collapse;
  caption-side: bottom;
  margin-top: 15px;
}
.history-order thead {
  background-color: var(--text-heading);
  color: var(--white);
  padding: 20px;
}
.history-order thead tr th {
  padding: 20px;
}
.account-history-title {
  font-size: 36px;
  text-transform: uppercase;
  color: var(--text-heading);
  font-weight: 500;
  margin-bottom: 15px;
}
.history-order tbody tr td {
  border: 2px solid #ccc;
  padding: 15px;
  text-align: center;
}
.green {
  color: var(--text-heading);
}
.account-box {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  gap: 12px;
  max-width: 615px;
  width: 100%;
}
.account-box p {
  margin-bottom: 20px;
}

.account-group input {
  width: 100%;
  margin-top: 8px;
  border: 1px solid #a8a8a8;
  border-radius: 5px;
  padding: 4px 12px;
  height: 40px;
}
.account-right-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.account-right-avatar {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.account-right-avatar img {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  object-fit: cover;
}
.account-right-avatar input {
  margin-top: 10px;
  width: 70%;
}

.account-btn {
  margin-top: 0;
}
.button-del {
  border: 1px solid var(--text-heading);
  background-color: #fff;
  color: var(--text-heading);
}
.design {
  padding: 40px 0;
}
.design-mobile-custom-list {
  display: none;
}
.design-size__list {
  cursor: pointer;
}
.design-mobile-content {
  display: none;
}
.design h2 {
  font-size: 40px;
  font-weight: 500;
  color: var(--text-heading);
}
.design-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.design-main {
  display: flex;
  gap: 30px;
}
.design-right {
  max-width: 350px;
  width: 100%;
}
.design-left {
  max-width: 480px;
  width: 100%;
}
.design-left-flex {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.design-card {
  width: 100%;
  padding-top: 35px;
  border: 1px solid #ccc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 5px;
}
.design-icon {
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.design-image-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.design-image-item img {
  width: 100%;
  height: 100%;
}
.design-image {
  width: 100%;
  height: 400px;
}
.design-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.design-upload {
  margin-bottom: 15px;
}
.design-btn {
  background-color: var(--text-heading);
  color: var(--white);
}
.save-btn {
  width: unset;
  padding: 8px 40px;
}
.design-left-save {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.design-left-save-mobile {
  display: none;
}
.custom-total-mobile {
  display: none;
}
/* BLOG-DESIGN */
.blog-design {
  padding: 40px 0;
}
.blog-design-center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.blog-design-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.blog-design-content {
  margin-top: 12px;
  text-align: center;
}
.blog-design-title {
  font-size: 24px;
  margin-bottom: 8px;
}
.blog-design-desc {
  line-height: 24px;
}
.heading-secondary {
  margin-bottom: 20px;
  font-size: 40px;
}
.custom-box {
  width: 350px;
  padding: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 20px;
}
.custom-heading {
  padding: 8px 16px;
  color: var(--text-heading);
  display: flex;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background-color: #eee;
  margin-bottom: 15px;
  font-size: 20px;
}
.custom-heading span {
  font-size: 18px;
  font-weight: 500;
}
.custom-color {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-gap: 15px;
  margin-bottom: 15px;
}
.custom-color a {
  cursor: pointer;
  width: 25px;
  height: 25px;
  border: 1px solid #e9e9e9;
  background-color: var(--black);
}
.custom-color span:nth-child(2) {
  background-color: #fefcfc;
}
.custom-color span:nth-child(3) {
  background-color: #4e685b;
}
.custom-color span:nth-child(4) {
  background-color: #d7cfcc;
}
.custom-color span:nth-child(5) {
  background-color: #b5bbaf;
}
.custom-color span:nth-child(6) {
  background-color: #cab3ca;
}
.custom-color span:nth-child(7) {
  background-color: #b4864f;
}
.custom-color span:nth-child(8) {
  background-color: #215688;
}
.custom-color span:nth-child(9) {
  background-color: #50463c;
}
.custom-size {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 8px;
  margin-bottom: 15px;
}
.custom-btn {
  padding: 8px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #cfd1d3;
  background: #fff;
  font-weight: 500;
  color: black;
}
.custom-btn.active {
  background-color: var(--black);
  color: var(--white);
}
.custom-design-icon {
  margin-bottom: 15px;
}
.custom-design-item {
  display: grid;
  grid-template-columns: repeat(4, 2fr);
  grid-gap: 25px;
  cursor: pointer;
}
.custom-design-item img {
  width: 100%;
}
.custom-total {
  width: 400px;
  max-height: 210px;
  margin-bottom: 0;
}
.custom-title {
  font-size: 24px;
  color: var(--text-heading);
  margin-bottom: 12px;
}
.custom-price {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-weight: 500;
}
.news {
  padding: 40px 0;
}
.news-main {
  display: flex;
  justify-content: space-between;
}
.news-left {
  max-width: 777px;
  width: 100%;
}
.news-left img {
  width: 100%;
  height: 100%;
}
.news-right {
  width: 100%;
  background-color: var(--text-heading);
  padding: 60px 55px;
  display: flex;
  align-items: center;
}
.news-card {
  padding-bottom: 40px;
}
.news-card h2 {
  font-size: 36px;
  color: var(--white);
  margin-bottom: 20px;
}
.news-center {
  margin-bottom: 20px;
}
.news-list {
  grid-template-columns: repeat(3, 2fr);
  grid-gap: 40px 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.news-item {
  flex-direction: column;
}
.news-image {
  width: 100%;
}

.news-content-heading {
  font-size: 36px;
  max-width: 390px;
  color: var(--white);
  line-height: 46px;
  font-weight: 500;
  margin-bottom: 8px;
}
.news-content-desc {
  color: var(--white);
  line-height: 24px;
  margin-bottom: 8px;
}
.news-content-more {
  color: var(--white);
}
.news-content-more span {
  font-weight: 600;
}
.footer {
  background-color: var(--bg-footer);
  padding-top: 48px;
  padding-bottom: 20px;
}
.footer-box {
  background-color: var(--black);
  margin-bottom: 60px;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  border-radius: 5px;
}
.footer-box__title {
  font-size: 20px;
  font-weight: 500;
}
.footer-form {
  max-width: 590px;
  width: 100%;
}
.footer-form__input {
  position: relative;
  display: flex;
  align-items: center;
}
.footer-form__submit {
  position: absolute;
  right: 0;
}
.form-control {
  width: 100%;
  height: 60px;
  border: none;
  background-color: var(--white);
  padding: 6px 85px 6px 12px;
  border-radius: 4px;
}
.footer-form__submit {
  padding-right: 6px;
}
.footer-btn {
  background-color: var(--primary-color);
  color: var(--white);
  padding: 15px 25px;
  border-radius: 4px;
  transition: 0.2s;
}
.footer-btn:hover {
  background-color: var(--black);
  color: var(--white);
}
.footer-column {
  color: var(--white);
}
.footer-menu {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-copy {
  padding-top: 25px;
  border-top: 1px solid #fff;
  text-align: center;
  color: var(--white);
}
.footer-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  transition: 0.2s;
}
.footer-link:hover {
  color: var(--hover);
}
.footer-link i {
  font-size: 26px;
}
.footer-list {
  display: grid;
  grid-template-columns: 2fr 2fr 2fr 2fr;
  grid-gap: 30px;
  padding-bottom: 25px;
}

.footer-title {
  font-weight: 500;
  margin-bottom: 20px;
}
.footer-menus {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.footer-checkout {
  margin-top: 40px;
}
.footer-checkout__title {
  margin-bottom: 10px;
}
.footer-checkout__icon {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 12px;
}
.footer-icon__image {
  width: 40px;
  height: 40px;
}

.design-image {
  position: relative;
}

#image-container {
  width: 240px;
  height: 300px;
  border: 2px dashed rgba(0, 0, 0, 0);
  position: absolute;
  top: 55px;
  left: 120px;
  z-index: 8;
}
#image-container1 {
  width: 240px;
  height: 300px;
  border: 2px dashed rgba(0, 0, 0, 0);
  position: absolute;
  top: 55px;
  left: 120px;
  z-index: 8;
}

#image--hoatiet1 {
  width: 100%;
  height: 100%;
}
#image--hoatiet2 {
  width: 100%;
  height: 100%;
}

.drop-area {
  border: 2px solid #ccc;
}

#draggable-image {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border: 2px rgba(0, 0, 0, 0) solid;
  position: relative;
  z-index: 8;
}
#zoom {
  height: 30px;
  width: 30px;
  display: none;
  padding-left: 4px;
  padding-top: 4px;
  position: absolute;
  right: -24px;
  bottom: -24px;
}
#rotate {
  height: 30px;
  width: 30px;
  display: none;
  padding-left: 4px;
  padding-top: 4px;
  position: absolute;
  right: -26px;
  top: -26px;
}
#delete-img {
  height: 30px;
  width: 30px;
  display: none;
  padding-left: 4px;
  padding-top: 4px;
  position: absolute;
  left: -28px;
  top: -28px;
}
#zoom1 {
  height: 30px;
  width: 30px;
  display: none;
  padding-left: 4px;
  padding-top: 4px;
  position: absolute;
  right: -24px;
  bottom: -24px;
}
#rotate1 {
  height: 30px;
  width: 30px;
  display: none;
  padding-left: 4px;
  padding-top: 4px;
  position: absolute;
  right: -26px;
  top: -26px;
}
#delete-img1 {
  height: 30px;
  width: 30px;
  display: none;
  padding-left: 4px;
  padding-top: 4px;
  position: absolute;
  left: -28px;
  top: -28px;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.modal.active {
  opacity: 1;
  visibility: visible;
}
.modal-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
.modal-content {
  background-color: white;
  width: 100%;
  max-width: 500px;
  border-radius: 12px;
  position: relative;
  z-index: 10;
  padding: 30px;
}
.modal-close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 100rem;
  color: white;
  background-color: #eee;
  padding: 5px;
  transform: translate(50%, -50%);
}
.modal-main {
  overscroll-behavior-y: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  gap: 20px;
}
.modal-main h3 {
  font-size: 18px;
}
.modal__succesfully {
  display: flex;
  align-items: center;
  gap: 20px;
}
.monal__succesfully-btn {
  background-color: var(--text-heading);
  color: var(--white);
  padding: 12px 5px;
  border-radius: 4px;
  width: 180px;
  transition: 0.2s;
}
.monal__succesfully-btn:hover {
  background-color: var(--black);
  color: var(--white);
}

.pro-image {
  position: relative;
}
.pro-image .design-icon {
  position: absolute;
  bottom: -12px;
  right: 2px;
  height: 25px;
  width: 30px;
}
.design-upload {
  display: flex;
}
.design-upload i {
  color: var(--primary-color);
  font-size: 22px;
  margin-right: 5px;
}
.design-upload i:hover {
  color: var(--hover);
}
.custom-price {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.price-design {
  text-align: right;
  color: var(--text-heading);
}
.div-comment .comment {
  margin-left: 15px;
}
.login-password {
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.login-password i {
  position: absolute;
  right: 0;
  line-height: 45px;
  padding-right: 12px;
  font-size: 18px;
}

.header-auth__item img {
  border-radius: 50%;
  height: 35px;
  width: 35px;
  object-fit: cover;
}

.del {
  color: red;
}
.account-avatar img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
#new-img {
  width: 100%;
  height: autp;
}
.giohangtrong {
  padding-top: 30px;
  margin-left: 20%;
  width: 60%;
}
.mataolon {
  color: var(--text-heading);
  text-align: center;
  margin-bottom: 20px;
}
.design-image-item {
  border: 1px solid #ccc;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mataonho {
  color: var(--text-heading);
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.order-input::placeholder {
  font-size: 14px;
}
#phuongthuctt {
  font-size: 14px;
}
.order-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
  color: var(--text-heading);
}
.diachikhac {
  padding-top: 20px;
  display: none;
}
.btn_google{
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyberbuds-link {
  color: #bf360c;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.cyberbuds-link:hover {
  color: #e64a19;
  text-decoration: underline;
}

 .wishlist-header {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
        }
        .wishlist-item {
            display: flex;
            align-items: center;
            background: #fff;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0,0,0,0.1);
            margin-bottom: 10px;
        }
        .wishlist-item img {
            margin-right: 15px;
        }
        .wishlist-details {
            flex-grow: 1;
        }
        .wishlist-name {
            font-size: 16px;
            margin: 0 0 5px 0;
        }
        .wishlist-assured {
            font-size: 12px;
            color: #666;
            margin-bottom: 5px;
        }
        .wishlist-assured::before {
            content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="green" class="bi bi-shield-fill-check" viewBox="0 0 16 16"><path d="M8 0c-.69 0-1.843.265-2.928.56-1.11.3-2.229.655-2.887.87a1.54 1.54 0 0 0-1.044 1.262c-.596 4.477.787 7.795 2.465 9.99a11.777 11.777 0 0 0 2.517 2.453c.386.273.744.482 1.048.625.28.132.581.24.829.24s.548-.108.829-.24a7.159 7.159 0 0 0 1.048-.625 11.775 11.775 0 0 0 2.517-2.453c1.678-2.195 3.061-5.513 2.465-9.99a1.541 1.541 0 0 0-1.044-1.263 62.467 62.467 0 0 0-2.887-.87C9.843.266 8.69 0 8 0zm2.146 5.146a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-1.5-1.5a.5.5 0 1 1 .708-.708L7 7.793l2.146-2.147z"/></svg>');
            margin-right: 5px;
        }
        .wishlist-price {
            font-size: 18px;
            color: #000;
            margin-right: 10px;
        }
        .wishlist-discount {
            font-size: 12px;
            color: #2ecc71;
        }
        .wishlist-remove {
            cursor: pointer;
            font-size: 20px;
            color: #999;
        }
        .wishlist-remove:hover {
            color: #ff0000;
        }
     /* NEW CUSTOMIZATION STYLES */
        .containercustom {
            max-width: 500px; /* Adjust this if you embed it directly into a wider section */
            margin: auto; /* Or remove if embedded */
            background: #fff; /* Or remove if embedded */
            border-radius: 12px;
            padding: 24px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); /* Optional */
        }

        h3 {
            font-size: 18px;
            margin-bottom: 8px;
            margin-top: 10px;
           
            font-weight: 600;
        }

        .note {
            font-size: 14px;
            color: #666;
            margin-bottom: 18px;
        }

        .option-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
			margin-bottom: 10px;
        }

        .option {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            border: 1px solid #eee;
            border-radius: 10px;
            padding: 14px;
            background: #fdfafa;
            cursor: pointer;
            transition: border-color 0.2s, background-color 0.2s;
        }

        .option input {
            margin-top: 3px;
            transform: scale(1.2);
            accent-color: black;
        }

        .option .details {
            font-size: 14px;
        }

        /* Style for checked option */
        .option input:checked + .details + .option-details-hidden {
            display: block; /* Show hidden details if any for selected option */
        }
        .option input:checked ~ .details {
            font-weight: bold; /* Make details bold when checked */
        }
        .option input:checked + .details {
            border-color: black;
            background-color: #f0f0f0; /* Light highlight for selected option */
        }


        .customization-section {
            display: none; /* Initially hidden */
            margin-top: 24px;
            border-top: 1px solid #eee;
            padding-top: 20px;
        }

        .stitch-buttons {
            display: flex;
            gap: 10px;
            margin-bottom: 20px;
        }

        .stitch-buttons button {
            flex: 1;
            padding: 10px;
            border-radius: 20px;
            border: 1px solid #ccc;
            background: #f9f9f9;
            cursor: pointer;
            font-weight: 500;
            transition: 0.3s;
        }

        .stitch-buttons button.active {
            background: black;
            color: white;
            border-color: black;
        }

        .form-group {
            margin-bottom: 16px;
        }

        .form-group label {
            font-weight: 500;
            font-size: 14px;
            display: block;
            margin-bottom: 6px;
        }

        .form-group input {
            width: 100%;
            padding: 10px 12px;
            border: 1px solid #ccc;
            border-radius: 6px;
        }

        .add-work {
            margin-top: 10px;
        }

        .add-work label {
            font-size: 16px;
            margin: 10px 0 20px 0;
        }

        .add-work input {
            transform: scale(1.2);
            margin-right: 8px;
            accent-color: black;
        }

        .h3titching{
           margin: 10px 0 20px 0;
        }
        /* END NEW CUSTOMIZATION STYLES */



    .specs {
      margin-top:26px;
      border-top:1px solid #eceaea;
      padding-top:18px;
    }
    .specs table {
      width:100%;
      border-collapse:collapse;
      font-size:16px;
    }
    .specs th, .specs td {
      text-align:left;
      padding:14px 8px;
      border-bottom:1px solid #f0efee;
      vertical-align:top;
      color:var(--accent);
      font-weight:600;
    }
    .specs td { font-weight:400; color:var(--muted); }
    .note { margin-top:12px; color:var(--muted); font-size:14px; }
    @media (max-width:720px){
      .top { flex-direction:column; }
      .image { width:100%; }
    }

  .features { margin:16px 0; display:grid; gap:8px; }
    .feature-item { display:flex; gap:10px; align-items:center; color:var(--accent); }
    .feature-item .emoji { font-size:20px; width:26px; text-align:center; }
   
