 body {
      background: #f8f9fa;
    }
	.login-box {
      max-width: 400px;
      margin: 80px auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    .login-box h2 {
      margin-bottom: 25px;
      font-weight: 600;
      text-align: center;
      color: #333;
    }
    .register-box {
      max-width: 450px;
      margin: 80px auto;
      background: #fff;
      padding: 30px;
      border-radius: 10px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    }
    .register-box h2 {
      margin-bottom: 25px;
      font-weight: 600;
      text-align: center;
      color: #333;
    }
    .form-control {
      border-radius: 8px;
    }
    .btn-primary {
      border-radius: 8px;
    }
    .error-msg {
      color: #dc3545;
      font-size: 14px;
      margin-top: 10px;
      text-align: center;
    }
    .form-footer {
      text-align: center;
      margin-top: 20px;
    }
	.hero-section {
      background: linear-gradient(to right, #f9f9f9, #e3f2fd);
      padding: 80px 20px;
      text-align: center;
    }
    .hero-section h1 {
      font-size: 2.5rem;
      font-weight: bold;
    }
    .product-card {
      border: 1px solid #e0e0e0;
      border-radius: 10px;
      padding: 15px;
      transition: all 0.3s ease;
    }
    .product-card:hover {
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      transform: scale(1.02);
    }
    .footer {
      background: #343a40;
      color: white;
      padding: 30px 0;
      text-align: center;
    }
    .nav-link.active {
      font-weight: 600;
    }
	.tracker {
  display: flex;
  justify-content: space-between;
  padding: 0;
  list-style-type: none;
  counter-reset: step;
  margin-top: 10px;
}

.tracker li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 13px;
  color: #999;
}

.tracker li::before {
  counter-increment: step;
  content: counter(step);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 2px solid #999;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: white;
}

.tracker li::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #999;
  top: 14px;
  left: -50%;
  z-index: -1;
}

.tracker li:first-child::after {
  content: none;
}

.tracker li.active {
  color: #28a745;
  font-weight: bold;
}

.tracker li.active::before {
  border-color: #28a745;
  background-color: #28a745;
  color: white;
}

.tracker li.active + li::after {
  background-color: #28a745;
}
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}


  .variation-card {
    width: 90px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.3s;
  }

  .variation-card.selected {
    border: 2px solid #007bff;
  }

  #variationList img {
    border-radius: 5px;
  }


  .thumb-img.selected {
    border: 2px solid orange;
    padding: 2px;
  }
.card-title {
  font-size: 14px;
  line-height: 1.3;
  height: 2.5rem;
  overflow: hidden;
  text-align:center;
}

  .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }

  #filterForm h6 {
    font-size: 14px;
    color: #333;
    margin-bottom: 8px;
  }

.card .text-success {
    color: #28a745 !important;
  }
  .text-decoration-line-through {
    font-size: 14px;
    opacity: 0.7;
  }
	.carousel-caption h5 {
  font-size: 2rem;
  font-weight: 700;
}
.carousel-caption p {
  font-size: 1.2rem;
}
.carousel-caption {
  position: absolute;
  right: 25%;
  bottom: 35%;
  left: 0%;
  z-index: 10;
  color: #fff;
  text-align: center;
 

}

/* Responsive visibility classes from Bootstrap */
.d-none {
  display: none !important;
}

@media (min-width: 768px) {
  .d-md-block {
    display: block !important;
  }
}

.breadcrumb {
  background-color: transparent;
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #999;
  margin: 0 4px;
}
.breadcrumb {
  font-size: 14px;
  background: #f8f9fa;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  color: #888;
}
.breadcrumb {
  background: none;
  padding: 0;
  margin-bottom: 1rem;
  font-size: 14px;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›";
  padding: 0 5px;
  color: #999;
}
.breadcrumb a {
  text-decoration: none;
  color: #007bff;
}
@media (max-width: 768px) {
  .offcanvas-body ul li a {
    font-size: 16px;
    color: #333;
    text-decoration: none;
  }

  .offcanvas-body ul li a:hover {
    color: #007bff;
  }

  .dropdown-menu {
    position: relative !important;
    display: block !important;
    float: none;
    margin-top: 0;
    background: #f8f9fa;
    border: none;
  }

  .dropdown-toggle::after {
    float: right;
    margin-top: 8px;
  }
}
.thumb-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border: 2px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  flex-shrink: 0;
}

.thumb-img.selected {
  border-color: orange;
}

.thumbnail-wrapper {
  scrollbar-width: none;
}

.thumbnail-wrapper::-webkit-scrollbar {
  display: none;
}

@media (min-width: 768px) {
  .thumbnail-wrapper {
    flex-direction: column !important;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: flex-start !important;
  }
}

.swiper-container {
  width: 100%;
  border-radius: 8px;
}
.swiper-slide img {
  border-radius: 6px;
  background: #000;
}
.swiper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.swiper-slide {
  display: flex;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  max-width: 360px;
  height: auto;
  border-radius: 8px;
  background: #fff;
  object-fit: contain;
}

@media screen and (min-width: 600px) {
  .mobp {
    display: none;
  }
}

@media (max-width: 768px) {
  .nav-pills {
    flex-direction: row !important;
    overflow-x: auto;
    width: 100%;
  }

  .nav-pills button.nav-link {
    flex: 0 0 auto;
    margin-right: 10px;
  }
}

.mobile-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 1030;
  border-top: 1px solid #ddd;
  background-color: #fff;
}

.footer-item {
  color: #333;
  font-size: 12px;
  width: 20%;
  position: relative;
}

.footer-icon {
  height: 22px;
  margin-bottom: 2px;
}



