body {
  margin: 0;
  background-color: #ede6d4 !important;
}

.background-home {
  position: fixed;
  /* background-color: #151718; */
  background-color: #f5f5f5;
  width: 100%;
  z-index: 2;
}

.bi-list::before {
  color: black !important;
  content: "\f479";
}

.bi-search::before {
  color: black !important;
  content: "\f52a";
}

.bi-basket::before {
  color: black !important;
  content: "\f180";
}

.bi-person::before {
  color: black !important;
  content: "\f4e1";
}

.navbar-brand {
  font-weight: bold;
  color: white;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
}

.navbar-brand i {
  margin-right: 5px;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.offcanvas {
  color: #000 in !important;
}

.nav-icons i {
  color: white;
  font-size: 1.5rem;
  margin-left: 1rem;
}

.logo-text {
  font-family: "Lora", sans-serif;
  font-size: 2rem;
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
}

@media (max-width: 768px) {
  .logo-text {
    font-size: 1rem;
  }
}

.nav-link.active {
  font-weight: bold;
  width: 30%;
  border-bottom: 1px solid #ccc; /* Đường kẻ dưới */
}

.text_color {
  color: #151718 !important;
}

.menu-nav {
  border: none;
  background-color: #cccccc00;
  color: #fff;
}

.search-container {
  position: absolute;
  right: 8%;
  width: 300px;
  z-index: 10;
}

.search-container input {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .search-container {
    width: 70%;
    padding: 1px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
}

.background-container {
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: white;
}

.bg-home {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.title_bg {
  font-family: "Lora", sans-serif;
  color: #111111;
  font-weight: bold;
  font-size: 2rem;
}

.content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #111111;
}

.content h1 {
  font-family: "Lora", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgb(255, 250, 250);
}

@media screen and (max-width: 768px) {
  .content h1 {
    font-size: 2rem;
  }
}
.content p {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  font-weight: 200;
}

.btn-shopnow {
  border: none;
  padding: 5px;
  background-color: #cccccc00;
  font-family: "Lora", sans-serif;
  border-bottom: 1px solid #111111;
  width: auto;
}

.btn-shopnow:hover {
  color: #11111198;
  border-bottom: 1px solid #1111116e;
  transition: all 0.3s ease;
}

.title-categories {
  font-family: "Lora", sans-serif;
  font-size: 2rem;
  font-weight: 200;
  color: #111111;
  text-align: center;
  margin-top: 20px;
}

.text-session {
  font-family: "Lora", sans-serif;
}

.text-session .text-sup {
  font-family: "Lora", sans-serif;
  font-size: 1.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.288);
  width: 55%;
}

@media screen and (max-width: 768px) {
  .text-session .text-sup {
    font-size: 1.5rem;
  }

  .contact {
    width: 50% !important;
  }
}

@media screen and (max-width: 820px) {
  .text-session .text-sup {
    font-size: 1.5rem;
  }

  .contact {
    width: 60% !important;
  }
}

@media screen and (max-width: 1024px) {
  .text-session .text-sup {
    font-size: 1.5rem;
  }

  .contact {
    width: 65% !important;
  }
}

@media screen and (max-width: 768px) {
  .title-categories {
    font-size: 1.5rem;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide .img-category {
  display: block;
  width: 80%;
  height: 100%;
  margin: 0 auto;
  padding: 5px;
}

.bg-category {
  background: #ded7c7;
  border-radius: 10%;
}

.name-category p {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  font-weight: bold;
  color: #111111;
  text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  width: 100%;
  opacity: 0 !important;
  transition: opacity 0.3s ease;
}

.swiper:hover .swiper-button-next,
.swiper:hover .swiper-button-prev {
  opacity: 1 !important;
}

.img-product {
  width: 100%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.bg-trendy {
  background: #ded7c7;
  border-radius: 10%;
}

.name-product {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
}

.name-product p {
  color: #111111;
}

.icon-rate {
  color: #ffab00;
}

.view-detail {
  background-color: #111111;

  color: #fff;
  text-align: center;
  text-decoration: none;
}

.view-detail button {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
}

.background-trends {
  background-image: url(../image/2222.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.text-content {
  padding: 10%;
  color: white;
  max-width: 50%;
}

.text-content h3 {
  font-family: "Lora", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.text-content p {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  margin-bottom: 20px;
}

.text-content a {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.img-brand {
  width: 50%;
  border-radius: 10px;
  display: block;
  margin: 0 auto;
}

.bg-brand {
  border-radius: 50%;
}

.text-bonus {
  font-family: "Lora", sans-serif;
}

.text-bonus h3 {
  font-family: "Lora", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #111111;
}

.contact {
  font-family: "Lora", sans-serif;
  color: #111111;
  text-decoration: none;
  border-bottom: 1px solid #111111;
  width: 25%;
}

.contact:hover {
  color: #ffff;
}

.read-more {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  color: #111111;
  text-decoration: none;
}

.read-more:hover {
  color: #0000009a;
}

#backToTop {
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  padding: 10px 15px;
  border-radius: 50%;
  font-size: 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

#backToTop:hover {
  background-color: #11111159;
  color: #000;
}

.background-about {
  position: relative;
  height: 70vh;
  overflow: hidden;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bg-about {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 1024px) {
  .background-trends {
    height: 50vh;
  }

  .text-content {
    max-width: 70%;
    text-align: center;
    padding: 10%;
  }

  .text-content h3 {
    font-size: 2.5rem;
  }

  .text-content p {
    font-size: 0.9rem;
  }
}

.shopnow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.shopnow i {
  vertical-align: middle;
  font-size: 1rem;
}

.content-blog {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #111111;
}

.content-blog {
  font-family: "lora", sans-serif;
  color: #ffffff;
  background-color: #0b0b0b31;
  width: 100%;
}

.content-blog h1 {
  font-family: "lora", sans-serif;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgb(0, 0, 0);
}

.content-blog p {
  font-family: "lora", sans-serif;
  font-size: 1rem;
  text-shadow: 2px 2px 8px rgb(0, 0, 0);
}

.card-body {
  font-family: "lora", sans-serif;
  background-color: #0b0b0b;
}

.card-text {
  color: #fff;
}

.bg-shadow {
  font-family: "lora", sans-serif;
  background-color: #0b0b0b;
}

.tab-content {
  border: 1px solid #ddd;
  background-color: #ded7c7;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.tab-pane p {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  margin-bottom: 10px;
}

.nav-tabs .nav-link {
  font-family: "Lora", sans-serif;
  font-size: 1rem;
  color: #555;
  border: none;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-tabs {
  border-bottom: 1px solid #ded7c7 !important;
}

.nav-tabs .nav-link.active {
  color: #111111 !important;
  font-weight: bold;
  background-color: #ded7c7 !important;
  border-bottom: 2px solid #ded7c7 !important;
}

.nav-tabs .nav-link:hover {
  color: #111;
  border-bottom: 2px solid #ccc;
}

.text-marquee {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  height: 10vh;
  position: relative;
  padding: 10px 0;
}

.bg_brand{
  background-color: #f5f5f5;
  border-radius: 10px;
  box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
}
.marquee-content {
  display: inline-block;
  white-space: nowrap;
  animation: marquee 20s linear infinite;
  font-size: 3rem;
  color: #333;
  font-family: "Lora", sans-serif;
  font-weight: bold;
}

.marquee-content p {
  display: inline-block;
  padding-right: 100px;
  margin: 0;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.contact-call-messege {
  font-family: "lora", sans-serif;
}

.banner-section {
  margin-top: 50px;
}

.banner-section h2 {
  font-size: 2rem;
}

.banner-section p {
  font-size: 1rem;
  margin-top: 10px;
}

.banner-section .btn {
  padding: 10px 20px;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.banner-section .btn:hover {
  background-color: #ffc107;
  color: #111;
}

.footer {
  background-color: #f8f9fa;
  padding: 40px 0;
  color: #333;
}
.footer h5 {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
}
.footer a {
  color: #666;
  text-decoration: none;
  transition: color 0.3s;
}
.footer a:hover {
  color: #000;
}
.footer-bottom {
  background-color: #e9ecef;
  padding: 15px 0;
  margin-top: 30px;
}
.social-icons a {
  display: inline-block;
  margin-right: 15px;
  font-size: 18px;
}
.payment-methods img {
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .background-trends {
    height: 50vh;
  }

  .text-content {
    max-width: 60%;
    text-align: center;
    padding: 5%;
  }

  .text-content h3 {
    font-size: 2rem;
  }

  .text-content p {
    font-size: 0.8rem;
  }
}

@media (max-width: 480px) {
  .background-trends {
    height: 40vh;
  }

  .text-content h3 {
    font-size: 1.5rem;
  }

  .text-content p {
    font-size: 0.7rem;
  }
}

icon-cart .badge {
  position: absolute;
  top: 10%; /* Điều chỉnh giá trị này để hạ thấp badge */
  left: 50%;
  transform: translateX(-50%);
  background-color: #dc3545; /* Màu nền đỏ */
  color: white;
  font-size: 1rem;
  padding: 5px 10px;
  border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000 !important; /* Màu của nút */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 10px !important; /* Kích thước icon */
  font-weight: bold;
}

@media (max-width: 768px) {
  .nav-icons i {
    font-size: 1rem; /* Giảm kích thước biểu tượng trên màn hình nhỏ */
  }

  .search-container {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .menu-nav {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    opacity: 1 !important;
    display: flex !important;
  }
}
