
@charset "utf-8";
/* CSS Document */

/* WhatsApp Order styles.css */

body {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

.card {
  border-radius: 0.75rem;
}

.text-dark-green {
  color: #173E35 !important;
}

.bg-dark-green {
  background-color: #173E35 !important;
}

.border-dark-green {
  border-color: #006241 !important;
}

.form-control::placeholder {
  color: #B0B0B0;
  opacity: 1; /* Ensures full visibility */
}

.btn-dark-green {
  background-color: #173E35;
  color: white;
  border-radius: 0.5rem;
}

.btn-dark-green:hover {
  background-color: #006B5C;
  color: white;
}

.btn-outline-dark-green {
  color: #173E35;
  border-color: #173E35;
}

.btn-outline-dark-green:hover {
  background-color: #173E35;
  color: #fff;
}

.btn-light-green {
  background-color: #E9F9F1;
}

/* Force full-width buttons and tight spacing */
.btn {
  font-size: 1rem;
  padding: 0.75rem;
}

.btn-whatsapp {
  background-color: #25D366;
  color: white;
  border-radius: 0.5rem;
  font-weight: 500;
}

.btn-whatsapp:hover {
  background-color: #1ebe5d;
  color: white;
}

/* Bottom Navbar */
.navbar a {
  text-decoration: none !important;
  color: #B0B0B0;
  font-size: 0.8rem;
}

.navbar a:hover {
  color: #006B5C !important;
}

.navbar a.active {
  color: #173E35 !important;
}

.navbar a:active i {
  transform: scale(1.2);
  transition: transform 0.1s ease;
}

/* Homepage */
#heroCarousel {
  margin: 0 !important;
  padding: 0 !important;
}
.carousel-inner img {
  width: 100%;
  height: auto;
  display: block;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ccc;
  margin: 0 4px;
  border: none;
  opacity: 1;
}

.carousel-indicators .active {
  background-color: #2d6a4f;
}

.btn-outline-dark-green {
  color: #173E35;
  border-color: #173E35;
}

.btn-outline-dark-green:hover {
  background-color: #006B5C;
  color: #fff;
  border-color: #006B5C;
}

.bg-light-green {
  background-color: #E7F0EE;
}

.card-banner {
  border-radius: 1rem;
  overflow: hidden;
}

.product-card img {
  border-radius: 1rem;
  width: 100%;
  height: auto;
}

.benefit-card {
  border: 1px solid #d9efe3;
  border-radius: 1rem;
  padding: 1rem;
}

.btn-link {
  color: #006B5C;
  font-weight: 500;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: underline;
}

.action-buttons-row {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin: 1rem 0;
}

.feature-button {
  flex: 1 1 30%;
  text-align: center;
  border: 1px solid #d9efe3;
  border-radius: 1rem;
  padding: 1rem 0.5rem;
  background: #fff;
  font-size: 0.85rem;
  color: #173E35;
  max-width: 32%;
}

.feature-button i {
  font-size: 1.4rem;
  margin-bottom: 0.3rem;
  display: block;
  color: #173E35;
}

/* Products */
.category-sidebar {
  width: 100%;
  max-width: 70px;
  overflow-y: auto;
  height: auto;
  scrollbar-width: thin;
  border-bottom: 1px solid #dee2e6;	
}

@media (min-width: 576px) {
  .category-sidebar {
    height: calc(100vh - 56px);
    position: sticky;
    top: 0;
  }
}

@media (max-width: 575.98px) {
  .category-sidebar {
    min-width: 80px;
  }
}

.category-sidebar::-webkit-scrollbar {
  width: 4px;
}

.category-sidebar::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 10px;
}

.category-sidebar .nav-link {
  color: #B0B0B0;
  font-size: 11px;
  padding: 4px 2px;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  text-align: center;	
}

.category-sidebar .nav-item li:last-child {
  border-bottom: none;
}

.category-sidebar .nav-link.active,
.category-sidebar .nav-link:hover {
  color: #173E35;
  font-weight: bold;
}

main {
  overflow-y: auto;
  height: 100%;
  padding-bottom: 80px;
}

.card {
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.card-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 2.5em;
}

.card .badge {
  font-size: 10px;
}

.no-border-card {
  border: none;
}

/* PDP */
.product-page {
  font-family: sans-serif;
}

.product-image {
  text-align: center;
  position: relative;
}
.product-image img {
  max-width: 100%;
}

.product-details h2 {
  font-size: 1.1rem;
  margin: 0.5rem 0;
}

.product-code, .retail, .uv-pv {
  font-size: 0.85rem;
  color: #555;
}

.price {
  font-weight: bold;
  margin: 0.3rem 0;
}

.price .distributor {
  color: #01875f;
}

.quantity-selector {
  margin: 1rem 0;
}

.counter {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.counter button {
  background: #eee;
  border: none;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  border-radius: 50%;
}

.promo-title {
  margin-top: 1.5rem;
  font-size: 1rem;
}

.add-to-cart {
  width: 100%;
  margin-top: 1.5rem;
  background: #184f43;
  color: white;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 0.75rem;
}

.product-content-scrollable {
  flex: 1;
  overflow-y: auto;
}

.sticky-footer {
  position: sticky;
  bottom: 56px;
  background: #fff;
  padding: 1rem;
  border-top: 1px solid #ddd;
  box-shadow: 0 -2px 4px rgba(0,0,0,0.05);
}

.sticky-footer .quantity-selector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.sticky-footer .counter button {
  background: #eee;
  border: none;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  border-radius: 50%;
}

.sticky-footer .add-to-cart {
  width: 100%;
  background: #184f43;
  color: white;
  border: none;
  padding: 1rem;
  font-size: 1rem;
  border-radius: 0.75rem;
}

/* Cart */
.card-body img {
  width: 65px;
  height: auto;
}

/* My Account */
.btn-signout {
  background-color: #FF4C4C;
  color: white;
  font-weight: 500;
  border-radius: 0.5rem;
}

.btn-signout:hover {
  background-color: #e04343;
  color: white;
}

.list-group-item {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}

/* Chatbot */
.bcw5611 .wpic-launcher{
	bottom: 85px!important;
}
